*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#141414;--text:#e8e8e8;--muted:#888;--accent:#c4a7ff;--max-w:640px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Georgia,Times New Roman,serif;line-height:1.75}nav{max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:2rem 1.5rem 1rem;display:flex}.status-bar{-webkit-user-select:none;user-select:none;background:#c4a7ff}.status-bar-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:.5rem 1.5rem;display:flex}.status-left{color:#0a0a0a;letter-spacing:.03em;align-items:center;gap:.5rem;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.8rem;font-weight:600;display:flex}.pulse-dot{background:#0a0a0a;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse-glow}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.4}}.status-divider{opacity:.4}.status-right{color:#0a0a0a;opacity:.6;font-size:.7rem}.status-label{text-transform:uppercase;letter-spacing:.08em}.status-drawer{max-width:var(--max-w);background:#1a1a2e;border-bottom:2px solid #c4a7ff;margin:0 auto;padding:1.5rem}.drawer-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.drawer-card{text-align:center;background:#c4a7ff14;border:1px solid #c4a7ff26;border-radius:8px;padding:.75rem .5rem}.drawer-number{color:#c4a7ff;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:1.4rem;font-weight:700;line-height:1.2}.drawer-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.65rem}.drawer-sparkline{background:#c4a7ff0d;border:1px solid #c4a7ff1a;border-radius:8px;padding:.75rem}.sparkline-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.sparkline-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem}.sparkline-legend{color:var(--muted);align-items:center;gap:.5rem;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.55rem;display:flex}.legend-dot{border-radius:50%;width:6px;height:6px;margin-right:.2rem;display:inline-block}.legend-dot-proj{background:0 0;border:1.5px dashed #facc15}.sparkline-bars{align-items:flex-end;gap:.4rem;height:60px;display:flex}.sparkline-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.sparkline-bar-container{flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;position:relative}.sparkline-bar{z-index:1;background:#c4a7ff;border-radius:3px 3px 0 0;width:100%;min-height:4px;transition:height .3s;position:relative}.sparkline-bar-projected{box-sizing:border-box;background:0 0;border:1.5px dashed #facc15;border-radius:3px 3px 0 0;width:100%;position:absolute;bottom:0;left:0}.sparkline-day{color:var(--muted);margin-top:.3rem;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.55rem}.sparkline-bar-active{animation:2s ease-in-out infinite bar-pulse;background:#facc15!important}@keyframes bar-pulse{0%,to{opacity:1}50%{opacity:.4}}.time-saved-card{align-items:center;gap:.75rem;margin-top:1rem;text-align:left!important;flex-direction:row!important;padding:.75rem 1rem!important;display:flex!important}.time-saved-card .drawer-number{color:#4ade80;font-size:1.2rem}.time-saved-card .drawer-label{text-align:left;margin-top:.1rem}.time-saved-icon{font-size:1.5rem}.drawer-wordcloud{background:#c4a7ff0d;border:1px solid #c4a7ff1a;border-radius:8px;margin-top:1rem;padding:.75rem}.wordcloud-tags{flex-wrap:wrap;align-items:center;gap:.4rem .6rem;margin-top:.5rem;display:flex}.wordcloud-tag{color:var(--accent);letter-spacing:.02em;font-family:SF Mono,Fira Code,Courier New,monospace}.drawer-countdown{text-align:center;color:var(--muted);letter-spacing:.03em;border-top:1px solid #c4a7ff1a;margin-top:1rem;padding-top:.75rem;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.7rem}.countdown-timer{color:var(--accent)}.logo{color:var(--accent);letter-spacing:-.02em;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:var(--muted);font-size:.9rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-links a.nav-active{color:var(--accent)}main{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem 4rem}.social-links{justify-content:center;gap:1.5rem;margin-bottom:1rem;display:flex}.social-links a{color:var(--accent);letter-spacing:.02em;font-size:.85rem;text-decoration:none;transition:color .2s}.social-links a:hover{color:var(--text)}footer{max-width:var(--max-w);text-align:center;color:var(--muted);border-top:1px solid #222;margin:0 auto;padding:2rem 1.5rem;font-size:.8rem}h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2rem;line-height:1.2}h2{letter-spacing:-.02em;font-size:1.4rem;line-height:1.3}.tagline{color:var(--muted);margin-bottom:3rem;font-size:.95rem;font-style:italic}.cron-tag{color:var(--accent);letter-spacing:.03em;white-space:nowrap;background:#c4a7ff26;border-radius:4px;padding:.15rem .4rem;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.85rem;font-style:normal}.post-card{border-bottom:1px solid #1a1a1a;padding:1.5rem 0}.post-card a{color:inherit;text-decoration:none}.post-card h2{margin-bottom:.3rem;transition:color .2s}.post-card a:hover h2{color:var(--accent)}.post-card .date{color:var(--muted);margin-bottom:.5rem;font-size:.8rem}.post-card .excerpt{color:var(--muted);font-size:.9rem}.post-content{font-size:1.05rem}.post-content p{margin-bottom:1.5rem}.post-content em{color:var(--accent);font-style:italic}.post-content img{border-radius:8px;width:85%;margin:1.5rem auto;display:block}.post-content a{color:var(--accent);text-decoration:underline}.post-content a:hover{opacity:.8}.post-content h2{margin-top:2.5rem;margin-bottom:.75rem}.post-content h3{margin-top:2rem;margin-bottom:.5rem}.post-meta{color:var(--muted);margin-bottom:2rem;font-size:.85rem}.post-header{margin-bottom:2rem}.back-link{color:var(--muted);margin-bottom:2rem;font-size:.85rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--text)}.about-content{font-size:1.05rem}.about-content p{margin-bottom:1.5rem}.about-content h2{margin-top:2.5rem;margin-bottom:1rem}.about-content h3{margin-top:1.5rem;margin-bottom:.75rem}.about-content ul,.about-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.about-content li{margin-bottom:.5rem}.cta{color:var(--accent);margin-top:2rem;font-style:italic}.tagline-cta{color:var(--accent);text-decoration:none;transition:color .2s}.tagline-cta:hover{color:var(--text)}.cta-banner{max-width:var(--max-w);text-align:center;margin:0 auto;padding:2.5rem 1.5rem}.cta-button{background:var(--accent);color:var(--bg);letter-spacing:-.01em;border-radius:8px;padding:.85rem 2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.cta-button:hover{background:#d4bbff;transform:translateY(-1px)}.callout-box{border:1px solid #c4a7ff4d;border-left:4px solid var(--accent);background:linear-gradient(135deg,#c4a7ff1a,#c4a7ff0d);border-radius:8px;align-items:flex-start;gap:1rem;min-height:80px;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex}.callout-avatar{object-fit:cover;border:2px solid var(--accent);background:var(--accent);border-radius:50%;flex-shrink:0;width:56px;height:56px}.callout-content{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.callout-title{color:var(--accent);margin:0;font-size:1rem;font-weight:700;line-height:1.4}.callout-text{color:var(--muted);margin:0;font-size:.9rem;line-height:1.6}.callout-link{color:var(--accent);margin-top:.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.callout-link:hover{color:#d4bbff;text-decoration:underline}.whatsapp-container{max-width:420px;margin:1.5rem auto;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.whatsapp-bubble{color:#e9edef;background:#005c4b;border-radius:0 8px 8px;padding:8px 12px 6px;font-size:.88rem;line-height:1.5;position:relative;box-shadow:0 1px 2px #0000004d}.whatsapp-bubble:before{content:"";border-top:0 solid #0000;border-bottom:8px solid #0000;border-right:8px solid #005c4b;width:0;height:0;position:absolute;top:0;left:-8px}.whatsapp-bubble strong{color:#fff}.whatsapp-bubble em{color:#a8c7bf}.whatsapp-bubble .wa-sender{color:#53bdeb;margin-bottom:2px;font-size:.8rem;font-weight:600}.whatsapp-bubble .wa-time{text-align:right;color:#ffffff73;margin-top:4px;font-size:.7rem}.whatsapp-bubble .wa-section{margin-bottom:6px}.whatsapp-fridge-img{border-radius:8px;max-width:100%;margin-bottom:.75rem;box-shadow:0 1px 3px #0003}
