:root{--color-bg:#fafafa;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-primary:#374151;--color-link:#2563eb;--color-world:#3b82f6;--max-width:720px;--font-mono:"SF Mono", "Fira Code", "Fira Mono", monospace}html[data-theme=dark]{--color-bg:#0f0f0f;--color-surface:#1a1a1a;--color-text:#e5e5e5;--color-text-muted:#9ca3af;--color-border:#2e2e2e;--color-primary:#d1d5db;--color-link:#60a5fa}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans JP,sans-serif;line-height:1.7;overflow-x:hidden}body{flex-direction:column;min-height:100dvh;display:flex;overflow-x:hidden}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 1.5rem}.site-header{border-bottom:1px solid var(--color-border);padding:1rem 0}.site-header .container{justify-content:space-between;align-items:center;display:flex}.site-title{color:var(--color-text);font-size:1.1rem;font-weight:600;font-family:var(--font-mono);letter-spacing:-.02em;text-decoration:none}.site-nav{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.site-nav a{color:var(--color-text-muted);font-size:.875rem}.site-nav a:hover{color:var(--color-text);text-decoration:none}.theme-toggle{border:1px solid var(--color-border);cursor:pointer;color:var(--color-text-muted);background:0 0;border-radius:6px;align-items:center;padding:.25rem .375rem;line-height:1;display:flex}.theme-toggle:hover{color:var(--color-text);border-color:var(--color-text-muted)}html[data-theme=light] .icon-sun{display:none}html[data-theme=light] .icon-moon,html[data-theme=dark] .icon-sun{display:block}html[data-theme=dark] .icon-moon{display:none}.site-footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);text-align:center;margin-top:auto;padding:2rem 0;font-size:.8rem}main{flex:1;padding:2rem 0}.page-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-description{color:var(--color-text-muted);margin-bottom:2rem;font-size:.9rem}.day-list{flex-direction:column;gap:1px;display:flex}.day-card{border-bottom:1px solid var(--color-border);color:var(--color-text);padding:1rem 0;text-decoration:none;display:block}.day-card:hover{background:var(--color-surface);margin:0 -1.5rem;padding:1rem 1.5rem;text-decoration:none}.day-card-date{font-family:var(--font-mono);margin-bottom:.25rem;font-size:1rem;font-weight:600}.day-card-weekday{color:var(--color-text-muted);font-weight:400}.day-card-excerpt{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.day-title{font-size:1.5rem;font-family:var(--font-mono);letter-spacing:-.02em;margin-bottom:2rem;font-weight:700}.day-nav{border-top:1px solid var(--color-border);justify-content:space-between;margin-top:3rem;padding-top:1.5rem;font-size:.875rem;display:flex}.lab-grid{gap:1rem;display:grid}.lab-card{border:1px solid var(--color-border);color:var(--color-text);border-radius:8px;padding:1.25rem}.lab-card:hover{border-color:var(--color-text-muted)}.lab-card-link{color:var(--color-text);margin-bottom:.5rem;text-decoration:none;display:block}.lab-card-link:hover{text-decoration:none}.lab-card-thumb{object-fit:cover;border-radius:4px;width:100%;max-height:160px;margin-bottom:.75rem}.lab-card-title{margin-bottom:.375rem;font-weight:600}.lab-card-description{color:var(--color-text-muted);font-size:.85rem}.lab-card-meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.lab-card-tags{flex-wrap:wrap;gap:.375rem;display:flex}.tag{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:999px;padding:.125rem .5rem;font-size:.7rem}.lang-switch{gap:.5rem;display:flex}.lang-switch a{border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:999px;padding:.125rem .5rem;font-size:.8rem}.lang-switch a:hover{border-color:var(--color-text-muted);color:var(--color-text);text-decoration:none}.layer-section{border-left:3px solid var(--color-border);margin-bottom:2.5rem;padding-left:1rem}.layer-section[data-layer=world]{border-left-color:var(--color-world)}.layer-section h2{margin-top:1.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600}.layer-section h3{margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600}.layer-section p{margin-bottom:.75rem}.layer-section ul,.layer-section ol{margin-bottom:.75rem;padding-left:1.25rem}.layer-section li{margin-bottom:.25rem}.layer-section strong{font-weight:600}.layer-section code{font-family:var(--font-mono);background:var(--color-surface);border-radius:3px;padding:.125rem .375rem;font-size:.85em}.layer-section pre{background:var(--color-surface);border-radius:6px;margin-bottom:1rem;padding:1rem;overflow-x:auto}.layer-section pre code{background:0 0;padding:0}.layer-section table{border-collapse:collapse;-webkit-overflow-scrolling:touch;width:100%;margin-bottom:1rem;font-size:.85rem;display:block;overflow-x:auto}.layer-section th,.layer-section td{border:1px solid var(--color-border);text-align:left;white-space:nowrap;padding:.375rem .75rem}.layer-section th{background:var(--color-surface);font-weight:600}@media (width<=600px){.container{padding:0 1rem}.site-nav{gap:.75rem}.site-nav a{font-size:.75rem}.page-title{font-size:1.25rem}.day-title{font-size:1.2rem}.day-card:hover{margin:0 -1rem;padding:1rem}.day-nav{text-align:center;flex-direction:column;gap:.75rem}.layer-section{padding-left:.75rem}.layer-section th,.layer-section td{padding:.25rem .5rem;font-size:.75rem}.lab-card{padding:1rem}}
