[data-theme="tokyo-lightpaper"] {
    --bg: #f5f0e8;
    --bg-secondary: #efe8dd;
    --bg-tertiary: #e5dcd0;

    --text: #1a1a24;
    --text-secondary: #505568;
    --text-muted: #888898;

    --border: #c8c0b0;
    --border-light: #d8d0c0;

    --accent: #cc2255;
    --accent-hover: #aa1a44;
    --accent-light: #fce8ee;

    --success: #3a8a6a;
    --warning: #c89030;
    --danger: #cc4444;

    --font-sans: "Space Grotesk", "Inter", system-ui, sans-serif;
    --font-serif: "Noto Serif JP", "Source Serif 4", serif;
    --font-mono: "JetBrains Mono", "IBM Plex Mono", monospace;

    --font-heading: var(--font-sans);
    --font-body: var(--font-serif);

    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow: 0 4px 12px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 24px rgba(0,0,0,0.08);
}

[data-theme="tokyo-lightpaper"] .article-content,
[data-theme="tokyo-lightpaper"] .editor-preview {
    line-height: 1.82;
    letter-spacing: 0.01em;
}

[data-theme="tokyo-lightpaper"] .article-content h1,
[data-theme="tokyo-lightpaper"] .article-content h2,
[data-theme="tokyo-lightpaper"] .article-content h3,
[data-theme="tokyo-lightpaper"] .article-header h1,
[data-theme="tokyo-lightpaper"] .editor-preview h1,
[data-theme="tokyo-lightpaper"] .editor-preview h2,
[data-theme="tokyo-lightpaper"] .editor-preview h3,
[data-theme="tokyo-lightpaper"] .list-page h1,
[data-theme="tokyo-lightpaper"] .feed-top-bar h2,
[data-theme="tokyo-lightpaper"] .article-slice-title {
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.1;
}

[data-theme="tokyo-lightpaper"] a {
    color: var(--accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

[data-theme="tokyo-lightpaper"] a:hover {
    color: var(--accent-hover);
}

[data-theme="tokyo-lightpaper"] .article-content ul {
    list-style: none;
    padding-left: 1.4rem;
}

[data-theme="tokyo-lightpaper"] .article-content ul li {
    position: relative;
    margin-bottom: 0.45rem;
}

[data-theme="tokyo-lightpaper"] .article-content ul li::before {
    content: "\25B8";
    position: absolute;
    left: -1.1rem;
    color: var(--accent);
    font-size: 0.9em;
}

[data-theme="tokyo-lightpaper"] .article-content ol li::marker {
    color: var(--accent);
    font-weight: 700;
}

[data-theme="tokyo-lightpaper"] blockquote {
    margin: 1.6rem 0;
    padding: 0.8rem 1.2rem;
    border-left: 3px solid var(--accent);
    background: var(--bg-secondary);
    color: var(--text-secondary);
    font-style: italic;
}

[data-theme="tokyo-lightpaper"] code,
[data-theme="tokyo-lightpaper"] pre {
    font-family: var(--font-mono);
    background: #e8e0d8;
    border: 1px solid var(--border);
    border-radius: 0.45rem;
}

[data-theme="tokyo-lightpaper"] code {
    padding: 0.12rem 0.32rem;
    color: #aa3355;
}

[data-theme="tokyo-lightpaper"] pre {
    padding: 1rem;
    overflow-x: auto;
}

[data-theme="tokyo-lightpaper"] hr {
    border: 0;
    border-top: 1px solid var(--border);
    margin: 2.4rem 0;
}

[data-theme="tokyo-lightpaper"] table {
    border-collapse: collapse;
    width: 100%;
}

[data-theme="tokyo-lightpaper"] th {
    background: var(--bg-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.82rem;
}

[data-theme="tokyo-lightpaper"] th,
[data-theme="tokyo-lightpaper"] td {
    border: 1px solid var(--border);
    padding: 0.75rem 0.9rem;
}

[data-theme="tokyo-lightpaper"] .article-content > p:first-of-type::first-letter {
    float: left;
    font-size: 4.4rem;
    line-height: 0.85;
    margin-right: 0.1em;
    margin-top: 0.06em;
    font-weight: 700;
    color: var(--accent);
    font-family: var(--font-heading);
}
