*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:oklch(0.985 0.005 80);--surface:oklch(0.97 0.004 80);--border:oklch(0.91 0.008 80);--border-light:oklch(0.94 0.006 80);--text:oklch(0.22 0.015 60);--text-secondary:oklch(0.45 0.01 60);--text-muted:oklch(0.62 0.008 60);--accent:oklch(0.55 0.18 285);--accent-light:oklch(0.92 0.04 285);--radius:8px}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans SC,PingFang SC,sans-serif;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.65;color:var(--text)}body{background:var(--bg);min-height:100vh}.page{max-width:640px;margin:0 auto;padding:72px 24px 120px}.page-header{margin-bottom:56px}.page-title{font-size:22px;font-weight:700;letter-spacing:-.025em;color:var(--text);margin-bottom:4px}.page-subtitle{font-size:13px;color:var(--text-muted);font-weight:400}.header-actions{margin-top:20px}.refresh-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;font-size:13px;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:color .15s,border-color .15s}.refresh-btn:hover{color:var(--text);border-color:var(--text-muted)}.refresh-btn:disabled{opacity:.5;cursor:default}.day-section{margin-bottom:48px}.day-section:last-child{margin-bottom:0}.day-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border-light)}.day-content{font-size:14.5px;line-height:1.8;color:var(--text-secondary)}.day-content h1,.day-content h2,.day-content h3{color:var(--text);font-weight:600;margin:20px 0 8px}.day-content h1{font-size:17px}.day-content h2{font-size:15.5px}.day-content h3{font-size:14.5px}.day-content h1:first-child,.day-content h2:first-child,.day-content h3:first-child{margin-top:0}.day-content ol,.day-content ul{padding-left:20px;margin:6px 0}.day-content li{margin-bottom:4px}.day-content li::marker{color:var(--text-muted)}.day-content strong{color:var(--text);font-weight:600}.day-content p{margin:6px 0}.day-content p:first-child{margin-top:0}.day-content a{color:var(--accent);text-decoration:none}.day-content a:hover{text-decoration:underline}.day-content hr{border:none;border-top:1px solid var(--border-light);margin:18px 0}.day-content blockquote{border-left:2px solid var(--border);padding-left:14px;color:var(--text-muted);margin:10px 0}.day-content code{background:var(--surface);padding:1px 5px;border-radius:4px;font-size:13px}.empty{padding:80px 0;text-align:center}.empty-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:6px}.empty-desc{font-size:13.5px;color:var(--text-muted);max-width:320px;margin:0 auto;line-height:1.7}.loading-state{display:flex;align-items:center;justify-content:center;padding:80px 0;color:var(--text-muted);font-size:13px;gap:8px}.spinner{width:14px;height:14px;border:1.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.error-state{padding:60px 0;text-align:center;color:var(--text-muted);font-size:13.5px}@media (max-width:480px){.page{padding:48px 18px 80px}.page-title{font-size:19px}.day-section{margin-bottom:36px}}