@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700;800&family=Fraunces:opsz,wght@9..144,500;9..144,700&display=swap";:root{--bg: #f7f4ee;--ink: #1e1a16;--muted: #6a6257;--panel: #fffdf8;--panel-alt: #f0ece3;--line: #d8cec0;--brand: #b23a48;--brand-dark: #8f1f2e;--teal: #1f6b66;--gold: #b67f1a;--danger: #7f1d1d;--control-h: 54px;--radius-md: 14px;--surface: #fff;--surface-warm: #fffcf8;--text-sub: #4d4439;--text-dim: #5a5043;--border-soft: #d7c9b7}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Archivo,Segoe UI,sans-serif;background:radial-gradient(circle at 100% 0%,rgba(178,58,72,.18),transparent 35%),radial-gradient(circle at 0% 100%,rgba(31,107,102,.2),transparent 35%),linear-gradient(170deg,#f9f7f2,#f1ece4 70%,#f5efe7)}.shell{width:100%;max-width:100%;margin:0;padding:.75rem 1rem 1.5rem;display:grid;gap:.75rem;box-sizing:border-box}.hero{position:relative;padding:.85rem 1.2rem;border:1px solid #ccbca8;border-radius:24px;background:linear-gradient(120deg,#fffdf8f2,#fff6eae6),repeating-linear-gradient(-45deg,rgba(178,58,72,.07) 0,rgba(178,58,72,.07) 2px,transparent 2px,transparent 9px);overflow:hidden}.hero:after{content:"";position:absolute;right:-50px;top:-40px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(31,107,102,.2),transparent 67%)}h1,h2,h3{margin:0;font-family:Fraunces,Times New Roman,serif}.hero h1{font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.1}.subtitle{margin:.55rem 0 0;color:var(--text-sub);max-width:48ch}.hero-row{margin-top:.95rem;display:flex;gap:.55rem;flex-wrap:wrap}.hero-pill{display:inline-flex;border:1px solid #cfb59b;border-radius:999px;padding:.3rem .64rem;font-size:.86rem;background:#fffdf8db}.layout{display:grid;grid-template-columns:1.1fr 1fr;gap:1rem}.panel{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:1rem;box-shadow:0 12px 30px #13121014;animation:rise .6s ease both}.panel:nth-child(2){animation-delay:.08s}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.heading{display:flex;justify-content:space-between;align-items:baseline;gap:.4rem;margin-bottom:.8rem}.heading p{margin:0;font-size:.92rem;color:var(--muted)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}label{display:grid;gap:.26rem;font-weight:600;font-size:.93rem;min-width:0}input,select,textarea,button{font:inherit}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius-md);padding:.54rem .64rem;background:var(--surface);color:var(--ink);width:100%;min-width:0;min-height:var(--control-h)}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23231f1a'%3E%3Cpath d='M7 10l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;padding-right:2rem}textarea{resize:vertical;min-height:110px}.full{grid-column:1 / -1}.actions{display:flex;gap:.55rem;flex-wrap:wrap}button{border:0;border-radius:var(--radius-md);padding:.55rem .95rem;font-weight:700;cursor:pointer;transition:transform .2s ease,filter .2s ease;min-height:var(--control-h);white-space:nowrap}button:hover{transform:translateY(-1px);filter:brightness(1.03)}.primary{background:var(--brand);color:#fff}.ghost{background:var(--panel-alt);color:var(--ink);border:1px solid var(--line)}.import-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);padding:.55rem .95rem;font-weight:700;cursor:pointer;min-height:var(--control-h);white-space:nowrap}.danger{background:var(--danger);color:#fff}.controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;align-items:end}.stats{margin:.85rem 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.stat{border:1px solid var(--border-soft);background:linear-gradient(170deg,#fffef9,#f5f0e7);border-radius:18px;padding:.58rem;min-width:0}.stat h3{font-size:.9rem;color:var(--text-sub)}.value{margin-top:.26rem;font-size:1.45rem;font-weight:800}.list{list-style:none;margin:0;padding:0;display:grid;gap:.58rem;max-height:55vh;overflow:auto}.entry{border:1px solid var(--line);border-radius:16px;padding:.68rem;background:var(--surface)}.entry.reviewed{opacity:.7}.entry-header{display:flex;justify-content:space-between;gap:.65rem}.entry h3{font-size:1.02rem}.meta{margin-top:.22rem;font-size:.87rem;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:.34rem;margin:.42rem 0}.chip{border:1px solid #d5c4ad;border-radius:999px;padding:.18rem .54rem;font-size:.78rem;background:#f6efdf}.chip.due{background:#fbe1df;border-color:#ebafa9}.chip.green{background:#deefe9;border-color:#9ac7bc}.entry p{margin:.26rem 0}.empty{border:1px dashed #ccbcaa;border-radius:12px;text-align:center;padding:1.2rem 1rem;color:var(--text-dim);background:#fffcf6b3}.bars{margin-top:.7rem;display:grid;gap:.42rem}.bar{display:grid;grid-template-columns:130px 1fr 40px;align-items:center;gap:.45rem;font-size:.87rem}.track{height:10px;border-radius:999px;background:#eadfce;overflow:hidden}.fill{height:100%;background:linear-gradient(90deg,var(--teal),var(--gold))}.footer-note{color:var(--text-dim);font-size:.84rem}.tabbar{display:flex;gap:.55rem;margin-bottom:.95rem;flex-wrap:wrap}.tab-btn{background:#ebe2d5;color:#3a3127;border:1px solid #d2c3b1}.tab-btn.active{background:var(--brand);color:#fff;border-color:var(--brand-dark)}.spreadsheet-panel{display:grid;gap:.75rem}.sheet-actions{display:flex;gap:.55rem;flex-wrap:wrap}.sheet-wrap{border:1px solid var(--border-soft);border-radius:16px;overflow:auto;background:var(--surface-warm)}.sheet-table{width:100%;border-collapse:collapse;min-width:900px}.sheet-table th,.sheet-table td{border-right:1px solid #e5d8c7;border-bottom:1px solid #e9ddce;padding:.42rem;vertical-align:top}.sheet-table th:last-child,.sheet-table td:last-child{border-right:0}.sheet-table th{position:sticky;top:0;z-index:1;background:#f3ebde;text-align:left;font-size:.82rem;letter-spacing:.02em}.sheet-table td input,.sheet-table td select,.sheet-table td textarea{min-height:40px;border-radius:10px;padding:.4rem .5rem}.sheet-table td textarea{min-height:72px}.mini{min-height:36px;padding:.35rem .55rem}.col-qid{width:140px}.qid-wrap{position:relative}.suggestions{position:absolute;top:calc(100% + 4px);left:0;z-index:20;margin:0;padding:.25rem 0;list-style:none;min-width:170px;background:var(--surface);border:1px solid var(--border-soft);border-radius:10px;box-shadow:0 6px 18px #0000001f;max-height:220px;overflow-y:auto}.suggestions li{padding:.38rem .75rem;font-size:.82rem;font-family:Courier New,monospace;cursor:pointer;white-space:nowrap;color:var(--ink)}.suggestions li:hover{background:var(--panel-alt)}[data-theme=dark] .suggestions{box-shadow:0 6px 18px #0006}.row-index{margin-top:.3rem;color:var(--text-dim);font-size:.78rem}@media (max-width: 970px){.layout{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.form-grid,.controls,.stats{grid-template-columns:1fr}.bar{grid-template-columns:100px 1fr 34px}}.pattern-section{margin-top:1rem}.pattern-heading{font-size:.9rem;color:var(--text-sub);margin-bottom:.5rem;font-family:Archivo,Segoe UI,sans-serif;font-weight:600;letter-spacing:.02em}.pattern-bar{grid-template-columns:200px 1fr 40px}.pattern-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pattern-fill{background:linear-gradient(90deg,var(--brand),var(--gold))}@media (max-width: 640px){.pattern-bar{grid-template-columns:120px 1fr 34px}}.theme-toggle{position:absolute;top:1rem;right:1rem;background:var(--panel-alt);color:var(--ink);border:1px solid var(--line);min-height:unset;padding:.3rem .8rem;font-size:.82rem;font-weight:600;border-radius:999px;z-index:1}[data-theme=dark]{--bg: #18150f;--ink: #ede8df;--muted: #9e9284;--panel: #221e18;--panel-alt: #2c2720;--line: #3b342c;--brand: #d4556a;--brand-dark: #b23a48;--teal: #2ba69f;--gold: #d4963a;--danger: #a32828;--surface: #1e1a14;--surface-warm: #1c1814;--text-sub: #a09084;--text-dim: #8c7e72;--border-soft: #3b342c}[data-theme=dark] body{background:radial-gradient(circle at 100% 0%,rgba(178,58,72,.1),transparent 35%),radial-gradient(circle at 0% 100%,rgba(31,107,102,.12),transparent 35%),linear-gradient(170deg,#1a1612,#16130e 70%,#1a1410)}[data-theme=dark] .hero{border-color:#3d3530;background:linear-gradient(120deg,#221e18f7,#1e1912f2),repeating-linear-gradient(-45deg,rgba(178,58,72,.06) 0,rgba(178,58,72,.06) 2px,transparent 2px,transparent 9px)}[data-theme=dark] .hero:after{background:radial-gradient(circle,rgba(31,107,102,.12),transparent 67%)}[data-theme=dark] .hero-pill{border-color:#4a3f35;background:#221e18e6}[data-theme=dark] .panel{box-shadow:0 12px 30px #00000059}[data-theme=dark] .stat{background:linear-gradient(170deg,#272319,#211e14)}[data-theme=dark] .tab-btn{background:#2c2720;color:var(--ink);border-color:#3d3530}[data-theme=dark] .chip{background:#2c2720;border-color:#4a3f35;color:var(--ink)}[data-theme=dark] .chip.due{background:#3d1e1e;border-color:#7a3535}[data-theme=dark] .chip.green{background:#1a3530;border-color:#2a6b5e}[data-theme=dark] .track{background:#2c2720}[data-theme=dark] .empty{border-color:#3d3530;background:#1e1a14b3}[data-theme=dark] .sheet-table th{background:#272319}[data-theme=dark] .sheet-table th,[data-theme=dark] .sheet-table td{border-right-color:#3b342c;border-bottom-color:#3b342c}[data-theme=dark] select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23ede8df'%3E%3Cpath d='M7 10l5 6 5-6z'/%3E%3C/svg%3E")}.auth-loading{min-height:100vh}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:2rem 2.2rem;width:min(440px,100%);box-shadow:0 16px 40px #1312101a;animation:rise .5s ease both}.auth-title{font-size:1.55rem;margin-bottom:1.2rem}.auth-subtitle{display:none}.auth-tabs{display:flex;gap:.45rem;margin-bottom:1.2rem}.auth-tab{flex:1;background:var(--panel-alt);color:var(--ink);border:1px solid var(--line);font-size:.88rem;min-height:38px;padding:.35rem .6rem}.auth-tab.active{background:var(--brand);color:#fff;border-color:var(--brand-dark)}.auth-form{display:grid;gap:.85rem}.auth-label{display:grid;gap:.26rem;font-weight:600;font-size:.93rem}.auth-input{min-height:46px;border:1px solid var(--line);border-radius:var(--radius-md);padding:.54rem .64rem;background:var(--surface);color:var(--ink);width:100%}.auth-msg{margin:0;font-size:.88rem;padding:.5rem .7rem;border-radius:10px}.auth-msg.error{background:#7f1d1d1a;color:var(--danger);border:1px solid rgba(127,29,29,.25)}.auth-msg.success{background:#1f6b661a;color:var(--teal);border:1px solid rgba(31,107,102,.25)}.auth-submit{width:100%;min-height:48px}.auth-divider{display:flex;align-items:center;gap:.6rem;margin:1.1rem 0;color:var(--muted);font-size:.88rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--line)}.auth-google{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:.6rem}.hero-user{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.55rem;z-index:1}.hero-email{font-size:.8rem;color:var(--muted)}.sign-out-btn{min-height:unset;padding:.3rem .8rem;font-size:.82rem;font-weight:600;border-radius:999px}.migration-banner{background:linear-gradient(135deg,#1f6b661f,#1f6b660f);border:1px solid rgba(31,107,102,.3);border-radius:16px;padding:.85rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;animation:rise .4s ease both}.migration-banner p{margin:0;font-size:.92rem}[data-theme=dark] .auth-msg.error{background:#a3282826;border-color:#a328284d}[data-theme=dark] .auth-msg.success{background:#2ba69f1f;border-color:#2ba69f40;color:var(--teal)}[data-theme=dark] .migration-banner{background:linear-gradient(135deg,#2ba69f1a,#2ba69f0d);border-color:#2ba69f40}
