:root{--bg: #FAF5EE;--surface: #FFFFFF;--surface-2: #F4EEE5;--text: #3B342C;--text-soft: #8C8378;--text-faint: #B6ABA0;--border: rgba(59, 52, 44, .08);--border-strong: rgba(59, 52, 44, .14);--rose-bg: #F7DADB;--rose-fg: #9A5358;--sage-bg: #DDE8D5;--sage-fg: #5C7A4E;--lav-bg: #E4DCF1;--lav-fg: #6A5C8E;--butter-bg: #F6E7BF;--butter-fg: #8A6A28}[data-theme=dark]{--bg: #1C1922;--surface: #25212C;--surface-2: #2D2935;--text: #ECE5DC;--text-soft: #A79E94;--text-faint: #6E6759;--border: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .13);--rose-bg: #46303A;--rose-fg: #F2C6CA;--sage-bg: #2F3D2C;--sage-fg: #BFD9B2;--lav-bg: #36304A;--lav-fg: #CCC0EC;--butter-bg: #423822;--butter-fg: #EBD198}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter Tight,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .4s ease,color .4s ease;min-height:100vh}.wrap{max-width:660px;margin:0 auto;padding:2.2rem 1.4rem 5rem}header.top{display:flex;align-items:center;justify-content:space-between;margin-bottom:3.5rem}.brand{display:flex;align-items:center;gap:11px}.logo{width:36px;height:36px;border-radius:11px;background:var(--text);color:var(--bg);display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:600;font-size:14px;letter-spacing:-.02em;transition:background .4s ease,color .4s ease;text-decoration:none}.brand-name{font-family:Fraunces,serif;font-size:18px;font-weight:500;letter-spacing:.01em;text-decoration:none;color:var(--text)}nav{display:flex;align-items:center;gap:20px}nav a{color:var(--text-soft);text-decoration:none;font-size:14px;transition:color .2s}nav a:hover,nav a[aria-current=page]{color:var(--text)}.theme-btn{width:34px;height:34px;border-radius:50%;border:1px solid var(--border-strong);background:transparent;color:var(--text);cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.theme-btn:hover{background:var(--surface-2)}.hero{margin-bottom:3.2rem}.hero h1{font-family:Fraunces,serif;font-weight:500;font-size:clamp(30px,7vw,40px);line-height:1.12;letter-spacing:-.015em;margin-bottom:14px}.hero h1 em{font-style:italic;color:var(--rose-fg)}.hero p{font-size:16.5px;color:var(--text-soft);max-width:30em}.section-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-faint);margin-bottom:1.3rem;font-weight:500}.posts{display:flex;flex-direction:column;gap:14px}.card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:1.35rem 1.5rem;color:inherit;display:block;transition:transform .25s cubic-bezier(.2,.8,.2,1),border-color .25s,background .4s;opacity:0;transform:translateY(12px);animation:rise .6s cubic-bezier(.2,.8,.2,1) forwards}.card:not([data-expanded=true]):hover{border-color:var(--border-strong);transform:translateY(-3px)}.card[data-expanded=true]{border-color:var(--border-strong)}.card-header{display:block;width:100%;text-align:left;background:none;border:none;padding:0;cursor:pointer;color:inherit;font:inherit}.card-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.2,.8,.2,1)}.card-body-inner{overflow:hidden}.card[data-expanded=true] .card-body{grid-template-rows:1fr}.card[data-expanded=true] .excerpt{display:none}.card-body-inner p{font-family:Newsreader,serif;font-size:18px;line-height:1.72;color:var(--text);margin-bottom:1rem}.card-body-inner p:first-child{padding-top:1.1rem;border-top:1px solid var(--border);margin-top:.4rem}.card-body-inner p:last-child{margin-bottom:0}.card:nth-child(1){animation-delay:.05s}.card:nth-child(2){animation-delay:.13s}.card:nth-child(3){animation-delay:.21s}.card:nth-child(4){animation-delay:.29s}.card:nth-child(5){animation-delay:.37s}@keyframes rise{to{opacity:1;transform:translateY(0)}}.meta{display:flex;align-items:center;gap:10px;margin-bottom:11px}.tag{font-size:11.5px;font-weight:500;padding:4px 11px;border-radius:999px;letter-spacing:.02em}.tag.cuento{background:var(--lav-bg);color:var(--lav-fg)}.tag.nota{background:var(--sage-bg);color:var(--sage-fg)}.tag.diario{background:var(--butter-bg);color:var(--butter-fg)}.date{font-size:13px;color:var(--text-faint)}.card h2{font-family:Fraunces,serif;font-weight:500;font-size:21px;line-height:1.25;margin-bottom:7px;letter-spacing:-.01em}.card .excerpt{font-family:Newsreader,serif;font-size:16px;color:var(--text-soft);line-height:1.55}.divider{height:1px;background:var(--border);margin:3.4rem 0}article.read h1{font-family:Fraunces,serif;font-weight:500;font-size:26px;letter-spacing:-.015em;margin-bottom:6px}article.read .read-meta{font-size:13px;color:var(--text-faint);margin-bottom:1.6rem}article.read p{font-family:Newsreader,serif;font-size:19px;line-height:1.72;margin-bottom:1.1rem;color:var(--text)}article.read p.muted{color:var(--text-soft)}footer{margin-top:4rem;padding-top:1.6rem;border-top:1px solid var(--border);font-size:13px;color:var(--text-faint);display:flex;justify-content:space-between}footer a{color:var(--text-soft);text-decoration:none}footer a:hover{color:var(--text)}@media(max-width:480px){.wrap{padding:1.6rem 1.1rem 4rem}header.top{margin-bottom:2.4rem}nav{gap:14px}nav a{font-size:13px}.hero{margin-bottom:2.4rem}.card{padding:1.1rem 1.2rem}.card h2{font-size:18px}.card-body-inner p{font-size:16px}article.read h1{font-size:22px}article.read p{font-size:17px}}
