:root{--color-bg:#f9f8f6;--color-surface:#fff;--color-text:#1c1c1c;--color-text-muted:#6b6b6b;--color-border:#e8e6e1;--color-accent:#1c1c1c;--color-accent-hover:#404040;--font-serif:"Newsreader", Georgia, "Times New Roman", serif;--font-sans:"DM Sans", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--max-width:680px;--max-width-wide:960px;--nav-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.container--wide{max-width:var(--max-width-wide)}.layout{flex-direction:column;min-height:100vh;display:flex}.main{flex:1;padding:3rem 0 5rem}.page{animation:.35s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);background:#f9f8f6e6;position:sticky;top:0}.navbar__inner{height:var(--nav-height);justify-content:space-between;align-items:center;display:flex}.navbar__brand{font-family:var(--font-serif);letter-spacing:-.02em;font-size:1.375rem;font-weight:500;transition:opacity .15s}.navbar__brand:hover{opacity:.7}.navbar__nav{gap:1.75rem;display:flex}.navbar__link{color:var(--color-text-muted);letter-spacing:.01em;font-size:.875rem;font-weight:500;transition:color .15s;position:relative}.navbar__link:hover,.navbar__link--active{color:var(--color-text)}.navbar__link--active:after{content:"";background:var(--color-text);height:1px;position:absolute;bottom:-4px;left:0;right:0}.footer{border-top:1px solid var(--color-border);padding:2rem 0}.footer__inner p{color:var(--color-text-muted);text-align:center;font-size:.8125rem}.welcome{min-height:calc(100vh - var(--nav-height) - 8rem);flex-direction:column;justify-content:center;padding:2rem 0;display:flex}.welcome__greeting{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.8125rem;font-weight:500}.welcome__title{font-family:var(--font-serif);letter-spacing:-.03em;margin-bottom:1.75rem;font-size:clamp(2.5rem,7vw,3.5rem);font-weight:400;line-height:1.12}.welcome__lead{color:var(--color-text-muted);max-width:42ch;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75}.welcome__about{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:2.5rem;padding:1.75rem 0}.welcome__about p{color:var(--color-text-muted);max-width:48ch;font-size:1rem;line-height:1.75}.welcome__actions{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.welcome__cta{color:var(--color-bg);background:var(--color-text);border-radius:4px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:opacity .15s;display:inline-block}.welcome__cta:hover{opacity:.8}.welcome__hint{color:var(--color-text-muted);font-size:.8125rem}.section__header{margin-bottom:1.5rem}.section__title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.page-header{margin-bottom:3rem}.page-header__title{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:400}.page-header__subtitle{color:var(--color-text-muted);font-size:1rem}.post-list{flex-direction:column;display:flex}.post-card{border-bottom:1px solid var(--color-border);flex-direction:column;gap:.5rem;padding:1.75rem 0;display:flex}.post-card:first-child{border-top:1px solid var(--color-border)}.post-card__meta{color:var(--color-text-muted);letter-spacing:.02em;font-size:.8125rem}.post-card__title{font-family:var(--font-serif);letter-spacing:-.02em;font-size:1.375rem;font-weight:500;line-height:1.3}.post-card__title a{transition:opacity .15s}.post-card__title a:hover{opacity:.65}.post-card__excerpt{color:var(--color-text-muted);max-width:52ch;font-size:.9375rem;line-height:1.65}.post-card__footer{align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.post-card__tag{color:var(--color-text-muted);text-transform:lowercase;font-size:.75rem}.post-card__tag:before{content:"#";opacity:.5}.post-card__link{color:var(--color-text);opacity:0;font-size:.8125rem;font-weight:500;transition:opacity .15s}.post-card:hover .post-card__link{opacity:1}.post__back{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:.8125rem;font-weight:500;transition:color .15s;display:inline-block}.post__back:hover{color:var(--color-text)}.post__header{border-bottom:1px solid var(--color-border);margin-bottom:2.5rem;padding-bottom:2rem}.post__meta{color:var(--color-text-muted);letter-spacing:.02em;margin-bottom:1.25rem;font-size:.8125rem}.post__title{font-family:var(--font-serif);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:400;line-height:1.15}.post__tags{flex-wrap:wrap;gap:.75rem;display:flex}.post__tag{color:var(--color-text-muted);font-size:.8125rem}.post__tag:before{content:"#";opacity:.5}.post__content{color:#333;font-size:1.0625rem;line-height:1.85}.post__content h2{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--color-text);margin:2.5rem 0 .75rem;font-size:1.5rem;font-weight:500}.post__content p{margin-bottom:1.35rem}.post__content code{font-family:var(--font-mono);background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:.15rem .4rem;font-size:.85em}.loading{color:var(--color-text-muted);padding:2rem 0;font-size:.9375rem}.empty-state{text-align:center;color:var(--color-text-muted);padding:4rem 0}.not-found{text-align:center;padding:5rem 0}.not-found h1{font-family:var(--font-serif);margin-bottom:.75rem;font-size:1.75rem;font-weight:400}.not-found p{color:var(--color-text-muted);margin-bottom:2rem}.link-button{color:var(--color-text);border-bottom:1px solid var(--color-text);padding-bottom:2px;font-size:.875rem;font-weight:500;transition:opacity .15s;display:inline-block}.link-button:hover{opacity:.6}@media (width<=480px){.main{padding:2rem 0 3.5rem}.navbar__nav{gap:1.25rem}.post-card__link{opacity:1}}.auth-page{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;max-width:920px;margin:3rem auto;padding:2rem}.auth-shell{grid-template-columns:1.2fr .8fr;gap:1.5rem;display:grid}.auth-form-panel{padding-right:.5rem}.auth-subtitle{color:var(--color-text-muted);margin:.35rem 0 1rem}.auth-form label{color:var(--color-text-muted);margin-bottom:.75rem;font-size:.875rem;display:block}.auth-form input{border:1px solid var(--color-border);background:0 0;border-radius:6px;width:100%;margin-top:.35rem;padding:.6rem .75rem}.auth-actions{justify-content:flex-end;margin-top:1rem;display:flex}.auth-error{color:#b00020;margin-top:.5rem}.auth-success{color:#1f7a3a;margin-top:.5rem}.auth-side-panel{border:1px solid var(--color-border);background:#faf8f3;border-radius:8px;flex-direction:column;gap:.9rem;padding:1.25rem;display:flex}.auth-side-panel p{color:var(--color-text-muted);font-size:.95rem}.auth-side-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:.9rem}.auth-side-card--highlight{background:#f2efe7}.auth-side-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:inline-block}.btn{background:var(--color-text);color:var(--color-bg);cursor:pointer;border:none;border-radius:6px;padding:.5rem .9rem}.btn:disabled{opacity:.7;cursor:wait}.dashboard-page{padding-top:1rem}.dashboard-cards{gap:1rem;margin-top:1.25rem;display:flex}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex:1;padding:1rem}.dashboard-feature{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;margin-top:1.5rem;padding:1.25rem}.dashboard-grid{grid-template-columns:1.1fr .9fr;gap:1.25rem;margin-top:1.5rem;display:grid}.dashboard-grid__column{flex-direction:column;gap:1.25rem;display:flex}.dashboard-logout{z-index:50;border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;font:inherit;background:#f9f8f6f2;border-radius:999px;padding:.6rem .9rem;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 8px 24px #00000014}.dashboard-logout:hover{background:var(--color-surface)}.dashboard-feature__header{margin-bottom:.9rem}.dashboard-feature__header p{color:var(--color-text-muted);margin-top:.2rem}.dashboard-form{flex-direction:column;gap:.75rem;display:flex}.dashboard-form input,.dashboard-form textarea,.dashboard-form select{border:1px solid var(--color-border);width:100%;font:inherit;background:0 0;border-radius:6px;padding:.7rem .8rem}.dashboard-form textarea{resize:vertical;min-height:110px}.dashboard-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.dashboard-hint{color:var(--color-text-muted);font-size:.9rem}.dashboard-success{color:#1f7a3a;margin-top:.6rem;font-size:.92rem}.dashboard-list{flex-direction:column;gap:.75rem;display:flex}.dashboard-list-item{border:1px solid var(--color-border);background:#fcfbf8;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.dashboard-list-item p{color:var(--color-text-muted);margin-top:.2rem;font-size:.92rem}.btn--secondary{color:var(--color-text);background:#f3f1ea}.btn--small{padding:.4rem .7rem;font-size:.85rem}.btn--danger{color:#fff;background:#8b1e1e}.navbar__logout{cursor:pointer;color:var(--color-text-muted);font:inherit;background:0 0;border:none}@media (width<=760px){.auth-shell{grid-template-columns:1fr}.dashboard-cards{flex-direction:column}.dashboard-grid{grid-template-columns:1fr}}
