.claude-article {
    position: relative;
    background: #faf8f5;
}

.claude-article::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(200, 184, 150, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 184, 150, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

.dark-theme .claude-article {
    background: #0d0d0d;
}

.dark-theme .claude-article::before {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
}

.claude-article::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at top right, rgba(200, 184, 150, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dark-theme .claude-article::after {
    background: radial-gradient(circle at top right, rgba(139, 115, 85, 0.05) 0%, transparent 70%);
}

.floating-icons {
    display: none;
}

.claude-article .tool-detail-content {
    position: relative;
    z-index: 1;
    background: transparent;
}

.cc-header {
    position: relative;
    background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 4rem 2rem 3rem;
}

.dark-theme .cc-header {
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
}

.cc-header .tool-detail-image {
    display: none;
}

.cc-header .tool-detail-overlay {
    background: transparent;
}

.header-code-rain {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    gap: 3rem;
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 4rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.03);
    letter-spacing: 0.5em;
    pointer-events: none;
}

.cc-header .tool-detail-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cc-header .tool-detail-badges {
    justify-content: center;
    margin-bottom: 1.5rem;
}

.badge-ai {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
}

.badge-ref {
    background: transparent;
    border: 1px solid rgba(200, 180, 160, 0.3);
    color: rgba(200, 180, 160, 0.8);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
}

.cc-header .tool-detail-title {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.cc-header .tool-detail-subtitle {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.05em;
}

.source-notice-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.source-notice-inline span {
    display: none;
}

.source-notice-inline p {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

.source-notice-inline a {
    color: rgba(200, 180, 160, 0.8);
    text-decoration: none;
    border-bottom: 1px solid rgba(200, 180, 160, 0.3);
    transition: all 0.3s ease;
}

.source-notice-inline a:hover {
    border-bottom-color: rgba(200, 180, 160, 0.6);
}

.claude-article .tool-detail-body {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
    background: transparent;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.dark-theme .article-meta {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.am-date, .am-reading {
    font-size: 0.75rem;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dark-theme .am-date,
.dark-theme .am-reading {
    color: rgba(255, 255, 255, 0.4);
}

.am-date i, .am-reading i {
    display: none;
}

.article-lead {
    margin-bottom: 3rem;
}

.article-lead p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 2;
    color: #333;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
}

.dark-theme .article-lead p {
    color: #c0c0c0;
}

.lead-core {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    background: transparent;
    border-left: 2px solid #c8b896;
    position: relative;
}

.dark-theme .lead-core {
    border-left-color: #8b7355;
}

.lead-core::before {
    content: '"';
    position: absolute;
    top: -0.5rem;
    left: 1rem;
    font-family: 'Georgia', serif;
    font-size: 4rem;
    color: rgba(200, 184, 150, 0.2);
    line-height: 1;
}

.lc-icon {
    display: none;
}

.lead-core p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #555;
}

.dark-theme .lead-core p {
    color: #a0a0a0;
}

.claude-article .tool-detail-section {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.dark-theme .claude-article .tool-detail-section {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

.claude-article .tool-detail-section:last-of-type {
    border-bottom: none;
}

.section-title {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
    padding-bottom: 0;
    border-bottom: none;
    text-transform: uppercase;
}

.dark-theme .section-title {
    color: #e5e5e5;
}

.st-num {
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    color: #c8b896;
    font-size: 0.85rem;
    font-weight: 400;
    margin-right: 0.5rem;
    border-radius: 0;
}

.dark-theme .st-num {
    color: #8b7355;
}

.section-subtitle {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 1rem;
    font-style: italic;
    color: #888;
    margin-top: -1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.02em;
}

.dark-theme .section-subtitle {
    color: rgba(255, 255, 255, 0.4);
}

.section-subtitle.highlight {
    color: #b08060;
}

.dark-theme .section-subtitle.highlight {
    color: #c09070;
}

.claude-article .tool-detail-section p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #444;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

.dark-theme .claude-article .tool-detail-section p {
    color: #b0b0b0;
}

.pain-section {
    background: transparent;
    border-left: none;
    border-radius: 0;
    margin: 2rem 0;
    padding: 0;
}

.ps-header {
    margin-bottom: 1rem;
}

.ps-icon {
    display: none;
}

.ps-header h3 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dark-theme .ps-header h3 {
    color: rgba(255, 255, 255, 0.5);
}

.pain-section p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
}

.pain-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.pain-list li {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.95rem;
    line-height: 2;
    color: #555;
    margin-bottom: 0.5rem;
    position: relative;
}

.dark-theme .pain-list li {
    color: #a0a0a0;
}

.pain-list li::marker {
    color: #c8b896;
}

.insight-block {
    background: transparent;
    border-left: 2px solid #1a1a1a;
    border-radius: 0;
    margin: 2rem 0;
    padding: 1rem 0 1rem 1.5rem;
}

.dark-theme .insight-block {
    border-left-color: #e5e5e5;
}

.ib-icon {
    display: none;
}

.insight-block p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 1rem;
    font-style: italic;
    color: #555;
}

.dark-theme .insight-block p {
    color: #a0a0a0;
}

.comparison-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.cb-item {
    padding: 1.5rem;
    background: transparent;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-theme .cb-item {
    border-color: rgba(255, 255, 255, 0.08);
}

.cb-bad {
    border-color: rgba(180, 60, 60, 0.2);
}

.cb-good {
    border-color: rgba(60, 120, 80, 0.2);
}

.cb-icon {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.cb-item h4 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0.75rem;
}

.dark-theme .cb-item h4 {
    color: rgba(255, 255, 255, 0.5);
}

.cb-item p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #555;
}

.dark-theme .cb-item p {
    color: #a0a0a0;
}

.prompt-box {
    margin: 2rem 0;
    border-radius: 0;
    border: none;
    background: #f5f5f5;
    padding: 1.5rem;
}

.dark-theme .prompt-box {
    background: #1a1a1a;
}

.prompt-box.highlight {
    background: #f8f6f3;
    border-left: 2px solid #c8b896;
}

.dark-theme .prompt-box.highlight {
    background: #141414;
    border-left-color: #8b7355;
}

.pb-label {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    background: transparent;
    padding: 0;
}

.prompt-box.highlight .pb-label {
    color: #c8b896;
}

.dark-theme .prompt-box.highlight .pb-label {
    color: #8b7355;
}

.pb-content {
    background: transparent;
    padding: 0;
}

.pb-content code {
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.85rem;
    line-height: 1.8;
    color: #555;
    white-space: pre-wrap;
    word-break: break-word;
}

.dark-theme .pb-content code {
    color: #a0a0a0;
}

.why-box {
    background: transparent;
    border-radius: 0;
    margin: 2rem 0;
    padding: 0;
}

.why-box h4 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.dark-theme .why-box h4 {
    color: rgba(255, 255, 255, 0.5);
}

.wb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.wb-item {
    display: block;
}

.wbi-icon {
    display: none;
}

.wb-item p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #555;
}

.dark-theme .wb-item p {
    color: #a0a0a0;
}

.tip-box {
    background: #f8f6f3;
    border-left: 2px solid #c8b896;
    border-radius: 0;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
}

.dark-theme .tip-box {
    background: #141414;
    border-left-color: #8b7355;
}

.tb-icon {
    display: none;
}

.tip-box p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.9rem;
    color: #555;
}

.dark-theme .tip-box p {
    color: #a0a0a0;
}

.annotation-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 2rem 0;
}

.al-item {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.5rem 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.dark-theme .al-item {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

.ali-type {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    background: transparent;
    min-width: 80px;
}

.type-correct { color: #6080a0; }
.type-reject { color: #a06060; }
.type-add { color: #60a080; }
.type-adjust { color: #a08060; }

.al-item p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.9rem;
    font-style: italic;
    color: #666;
}

.dark-theme .al-item p {
    color: #909090;
}

.warning-box {
    background: #faf8f5;
    border: none;
    border-left: 2px solid #d4a574;
    border-radius: 0;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
}

.dark-theme .warning-box {
    background: #121210;
    border-left-color: #8b7355;
}

.wb-icon {
    display: none;
}

.warning-box p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.9rem;
    color: #666;
}

.dark-theme .warning-box p {
    color: #909090;
}

.todo-preview {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 2rem 0;
    overflow: hidden;
}

.dark-theme .todo-preview {
    border-color: rgba(255, 255, 255, 0.08);
}

.tp-header {
    background: #f5f5f5;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888;
    padding: 0.75rem 1.25rem;
}

.dark-theme .tp-header {
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.4);
}

.tp-content {
    background: transparent;
    padding: 1rem 1.25rem;
}

.tp-item {
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.85rem;
    color: #666;
    padding: 0.5rem 0;
}

.dark-theme .tp-item {
    color: #909090;
}

.instruction-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
}

.ig-item code {
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.8rem;
    background: transparent;
    color: #888;
    padding: 0;
    margin-bottom: 0.5rem;
    display: block;
}

.ig-item p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.85rem;
    color: #666;
}

.dark-theme .ig-item p {
    color: #909090;
}

.key-insight {
    background: transparent;
    border-left: 2px solid #1a1a1a;
    border-radius: 0;
    margin: 2rem 0;
    padding: 1rem 0 1rem 1.5rem;
}

.dark-theme .key-insight {
    border-left-color: #e5e5e5;
}

.ki-icon {
    display: none;
}

.key-insight p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 1rem;
    font-style: italic;
    color: #555;
}

.dark-theme .key-insight p {
    color: #a0a0a0;
}

.feedback-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin: 2rem 0;
}

.fl-item {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.5rem 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.dark-theme .fl-item {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

.fli-icon {
    display: none;
}

.fl-item p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.9rem;
    font-style: italic;
    color: #666;
}

.dark-theme .fl-item p {
    color: #909090;
}

.principle-list {
    display: grid;
    gap: 0;
    margin: 2rem 0;
}

.pl-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    padding: 1.25rem 0;
    background: transparent;
    border-left: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: none;
}

.dark-theme .pl-item {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

.pl-item:hover {
    transform: none;
    background: transparent;
}

.pli-num {
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.75rem;
    font-weight: 400;
    color: #c8b896;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}

.dark-theme .pli-num {
    color: #8b7355;
}

.pli-content h4 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
}

.dark-theme .pli-content h4 {
    color: #d0d0d0;
}

.pli-content p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.85rem;
    color: #666;
}

.dark-theme .pli-content p {
    color: #909090;
}

.action-list {
    display: grid;
    gap: 0;
    margin: 2rem 0;
}

.action-list .al-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    padding: 1rem 0;
    background: transparent;
    border-left: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: none;
}

.dark-theme .action-list .al-item {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

.action-list .al-item:hover {
    transform: none;
    background: transparent;
}

.action-list .ali-num {
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.75rem;
    font-weight: 400;
    color: #c8b896;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}

.dark-theme .action-list .ali-num {
    color: #8b7355;
}

.action-list .ali-content h4 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
}

.dark-theme .action-list .ali-content h4 {
    color: #d0d0d0;
}

.action-list .ali-content p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.85rem;
    color: #666;
}

.dark-theme .action-list .ali-content p {
    color: #909090;
}

.ending-section {
    text-align: center;
    padding-top: 2rem;
}

.ending-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.ec-item {
    padding: 1.5rem;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-theme .ec-item {
    border-color: rgba(255, 255, 255, 0.08);
}

.ec-bad {
    border-color: rgba(160, 100, 100, 0.2);
}

.ec-good {
    border-color: rgba(100, 140, 100, 0.2);
}

.ec-item h4 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0.75rem;
}

.dark-theme .ec-item h4 {
    color: rgba(255, 255, 255, 0.5);
}

.ec-item p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #555;
}

.dark-theme .ec-item p {
    color: #a0a0a0;
}

.final-quote {
    margin: 3rem 0;
    padding: 2rem;
    background: transparent;
    border: 1px solid rgba(200, 184, 150, 0.2);
    border-radius: 0;
}

.dark-theme .final-quote {
    border-color: rgba(139, 115, 85, 0.2);
}

.final-quote p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #555;
}

.dark-theme .final-quote p {
    color: #a0a0a0;
}

.article-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 3rem 0;
}

.dark-theme .article-divider {
    background: rgba(255, 255, 255, 0.06);
}

.blog-references {
    background: transparent;
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 0;
    text-align: center;
}

.blog-references h3 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.75rem;
}

.dark-theme .blog-references h3 {
    color: rgba(255, 255, 255, 0.4);
}

.blog-references p {
    font-family: 'Noto Serif SC', 'Georgia', serif;
    font-size: 0.85rem;
    color: #888;
}

.dark-theme .blog-references p {
    color: rgba(255, 255, 255, 0.4);
}

.ref-link a {
    color: #c8b896;
    border-bottom: 1px solid rgba(200, 184, 150, 0.3);
    transition: all 0.3s ease;
}

.dark-theme .ref-link a {
    color: #8b7355;
    border-bottom-color: rgba(139, 115, 85, 0.3);
}

.ref-link a:hover {
    border-bottom-color: currentColor;
}

.blog-like-section {
    text-align: center;
    padding: 2rem 0;
    margin: 2rem 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.bls-text {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #888;
    margin-bottom: 1rem;
}

.dark-theme .bls-text {
    color: rgba(255, 255, 255, 0.4);
}

.like-btn-large {
    padding: 0.75rem 2rem;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    color: #666;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.dark-theme .like-btn-large {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.like-btn-large:hover {
    border-color: #c8b896;
    color: #c8b896;
}

.dark-theme .like-btn-large:hover {
    border-color: #8b7355;
    color: #8b7355;
}

.like-btn-large.liked {
    border-color: #c8b896;
    color: #c8b896;
    background: transparent;
}

.dark-theme .like-btn-large.liked {
    border-color: #8b7355;
    color: #8b7355;
}

.like-btn-large i {
    font-size: 0.9rem;
}

.like-btn-large .like-text {
    font-family: 'Noto Sans SC', sans-serif;
    text-transform: uppercase;
}

.like-btn-large .like-count {
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.85rem;
    min-width: auto;
}

.claude-article .tool-actions {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.dark-theme .claude-article .tool-actions {
    border-top-color: rgba(255, 255, 255, 0.06);
}

.claude-article .tool-actions .btn {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    color: #666;
    transition: all 0.3s ease;
}

.dark-theme .claude-article .tool-actions .btn {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.claude-article .tool-actions .btn:hover {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

.dark-theme .claude-article .tool-actions .btn:hover {
    border-color: #e5e5e5;
    color: #e5e5e5;
}

@media (max-width: 768px) {
    .cc-header {
        padding: 3rem 1.5rem 2rem;
    }

    .header-code-rain {
        font-size: 2.5rem;
        gap: 1.5rem;
    }

    .cc-header .tool-detail-title {
        font-size: 1.6rem;
    }

    .claude-article .tool-detail-body {
        padding: 2rem 1.5rem 3rem;
    }

    .comparison-block {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .wb-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .instruction-grid {
        grid-template-columns: 1fr;
    }

    .ending-comparison {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .article-meta {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
}
