@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#18302a;font-synthesis:none;--surface:#fffefa;--surface-soft:#ebece5;--text:#18302a;--muted:#6e7c76;--line:#dfe3dc;--brand:#315f54;--brand-strong:#23483f;--accent:#d7e8a7;--shadow:0 18px 50px #1c342d14;background:#f5f4ef;font-family:DM Sans,system-ui,sans-serif}:root[data-theme=dark]{color:#eef6f1;--surface:#18231f;--surface-soft:#22302b;--text:#eef6f1;--muted:#a7b7b0;--line:#34443e;--brand:#82b9a9;--brand-strong:#9dcdbf;--accent:#435c39;--shadow:0 18px 50px #00000040;background:#101815}*{box-sizing:border-box}body{background:inherit;min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,strong{font-family:Manrope,sans-serif}h1,h2,h3,p{margin-top:0}.app-shell{min-height:100vh}.topbar{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;align-items:center;gap:14px;height:78px;padding:0 max(24px,50vw - 620px);display:flex;position:sticky;top:0}.brand-mark{color:#fff;background:var(--brand);border-radius:14px;place-items:center;width:42px;height:42px;font-family:Manrope;font-weight:800;display:grid;box-shadow:0 8px 24px #315f5438}.brand-mark.large{border-radius:19px;width:60px;height:60px;font-size:20px}.brand-copy{flex-direction:column;display:flex}.brand-copy span{color:var(--muted);font-size:12px}.topbar-actions{gap:8px;margin-left:auto;display:flex}.icon-button{border:1px solid var(--line);background:var(--surface);width:42px;height:42px;color:var(--text);border-radius:13px;place-items:center;display:inline-grid}.icon-button svg,button svg{width:18px;height:18px}main{max-width:1240px;margin:0 auto;padding:52px 24px 80px}.hero-row,.section-heading,.modal-heading{justify-content:space-between;align-items:center;gap:24px;display:flex}.hero-row h1{letter-spacing:-.04em;margin-bottom:8px;font-size:clamp(28px,4vw,44px)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--brand);margin-bottom:8px;font-size:11px;font-weight:700}.muted{color:var(--muted)}.primary-button,.secondary-button{border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:13px 18px;font-weight:700;display:inline-flex}.primary-button{background:var(--brand);color:#fff;box-shadow:0 10px 26px #315f542e}.primary-button:hover{background:var(--brand-strong);transform:translateY(-1px)}.secondary-button{background:var(--accent);color:var(--text)}.wide{width:100%}.summary-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin:32px 0 52px;display:grid}.summary-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;grid-template-columns:auto 1fr;align-items:center;column-gap:12px;padding:20px;display:grid}.summary-card strong{font-size:30px;line-height:1}.summary-card strong.small-value{font-size:19px}.summary-card>span:last-child{color:var(--muted);grid-column:2;margin-top:5px;font-size:13px}.summary-icon{background:var(--surface-soft);width:42px;height:42px;color:var(--brand);border-radius:13px;grid-row:span 2;place-items:center;display:grid}.task-section h2{margin-bottom:0;font-size:28px}.filters{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.filters button,.reminder-grid button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:9px 13px}.filters button.active,.reminder-grid button.selected{background:var(--text);color:var(--surface);border-color:var(--text)}.task-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.task-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:20px;transition:transform .2s,border-color .2s}.task-card:hover{border-color:color-mix(in srgb, var(--brand) 42%, var(--line));transform:translateY(-2px)}.task-card.done{opacity:.66}.task-card.done h3{text-decoration:line-through}.task-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.priority-label{background:var(--surface-soft);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.time-value{font-variant-numeric:tabular-nums;color:var(--brand);font-weight:700}.task-card h3{margin-bottom:8px;font-size:20px}.task-card p{color:var(--muted);line-height:1.55}.task-meta{color:var(--muted);align-items:center;gap:8px;margin-top:9px;font-size:13px;display:flex}.task-meta svg{width:16px;height:16px}.task-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;margin-top:18px;padding-top:15px;display:flex}.task-actions button{background:var(--surface-soft);color:var(--text);border:0;border-radius:10px;align-items:center;gap:6px;padding:9px 11px;font-size:12px;font-weight:600;display:inline-flex}.notice{color:var(--text);background:var(--accent);border-radius:12px;margin-top:16px;padding:12px 14px}.empty-state{border:1px dashed var(--line);min-height:260px;color:var(--muted);text-align:center;border-radius:22px;grid-column:1/-1;place-content:center;justify-items:center;display:grid}.empty-state svg{width:40px;height:40px;color:var(--brand);margin-bottom:14px}.centered-page{place-items:center;min-height:100vh;padding:24px;display:grid}.setup-card{background:var(--surface);border:1px solid var(--line);max-width:600px;box-shadow:var(--shadow);border-radius:28px;padding:42px}.setup-card .brand-mark{margin-bottom:28px}.setup-card code{background:var(--surface-soft);border-radius:6px;padding:2px 6px}.theme-corner{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--text);border-radius:14px;place-items:center;display:grid;position:fixed;top:24px;right:24px}.auth-layout{grid-template-columns:1.1fr .9fr;min-height:100vh;display:grid}.auth-story{background:var(--brand-strong);color:#fff;flex-direction:column;justify-content:center;padding:clamp(40px,8vw,120px);display:flex;position:relative;overflow:hidden}.auth-story:after{content:"";border:90px solid #ffffff0d;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;right:-180px}.auth-story .brand-mark{color:var(--brand-strong);background:#fff;margin-bottom:60px}.auth-story .eyebrow{color:#d7e8a7}.auth-story h1{letter-spacing:-.055em;font-size:clamp(42px,6vw,78px);line-height:1.02}.auth-story p:last-child{color:#ffffffbf;max-width:520px;font-size:18px;line-height:1.65}.auth-card{place-self:center;width:min(430px,100% - 48px);padding:32px}.auth-card h2{margin-bottom:8px;font-size:30px}form{gap:14px;display:grid}label{gap:7px;font-size:13px;font-weight:600;display:grid}input,textarea,select{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);border-radius:12px;outline:none;padding:12px 13px}input:focus,textarea:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 14%, transparent)}.text-button,.logout-button{color:var(--brand);background:0 0;border:0;padding:13px}.form-error{color:#c24848;font-size:13px}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#09110e8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:24px;width:min(650px,100%);max-height:calc(100vh - 40px);padding:26px;overflow-y:auto;box-shadow:0 30px 100px #00000040}.archive-panel{width:min(760px,100%)}.archive-list{gap:12px;display:grid}.archive-row{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.archive-row>div:first-child{gap:5px;display:grid}.archive-row span{color:var(--muted);font-size:13px}.archive-row .task-actions{border:0;justify-content:flex-end;margin:0;padding:0}.task-actions .danger-button{color:#c93434}.modal-heading h2{margin-bottom:0}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}fieldset{border:1px solid var(--line);border-radius:14px;padding:12px}legend{padding:0 6px;font-size:13px;font-weight:700}.reminder-grid{flex-wrap:wrap;gap:7px;display:flex}.modal-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.modal-actions>button:first-child{color:var(--muted);background:0 0;border:0}.collaboration-panel{background:var(--surface);width:min(460px,100%);height:100%;padding:28px;position:absolute;top:0;right:0;overflow-y:auto;box-shadow:-20px 0 80px #0003}.profile-line{background:var(--surface-soft);border-radius:16px;align-items:center;gap:12px;margin:28px 0;padding:14px;display:flex}.profile-line>div:last-child{flex-direction:column;display:flex}.profile-line span{color:var(--muted);font-size:12px}.avatar{color:#fff;background:var(--brand);border-radius:50%;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.workspace-list{gap:8px;margin-bottom:16px;display:grid}.workspace-list button{text-align:left;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:14px;align-items:center;gap:11px;padding:12px;display:flex}.workspace-list button.active{border-color:var(--brand);background:color-mix(in srgb, var(--brand) 10%, var(--surface))}.workspace-list span{flex-direction:column;display:flex}.workspace-list small{color:var(--muted)}.invite-code{background:var(--accent);border-radius:16px;gap:6px;margin:12px 0 20px;padding:16px;display:grid}.invite-code strong{letter-spacing:.12em;font-size:26px}.invite-code button{color:var(--text);background:0 0;border:0;justify-self:start;align-items:center;gap:7px;display:flex}.inline-form{grid-template-columns:1fr 46px;gap:8px;display:grid}.inline-form button{background:var(--brand);color:#fff;border:0;border-radius:12px;place-items:center;display:grid}.collaboration-panel form{margin-top:22px}.collaboration-panel form h3{margin-bottom:0;font-size:15px}.logout-button{color:#c24848;align-items:center;gap:8px;margin-top:30px;display:flex}.toast{z-index:80;color:#fff;box-shadow:var(--shadow);background:#21332d;border:0;border-radius:14px;align-items:center;gap:12px;padding:13px 16px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=900px){.summary-grid{grid-template-columns:repeat(2,1fr)}.auth-layout{grid-template-columns:1fr}.auth-story{min-height:36vh;padding:44px 28px}.auth-story .brand-mark{margin-bottom:28px}.auth-story h1{font-size:42px}.auth-story p:last-child{display:none}.auth-card{padding:42px 0}}@media (width<=680px){.brand-copy span{display:none}main{padding:32px 16px 70px}.hero-row,.section-heading{flex-direction:column;align-items:flex-start}.hero-row .primary-button{width:100%}.summary-grid{gap:9px;margin:22px 0 38px}.summary-card{padding:15px}.summary-card strong{font-size:24px}.task-grid{grid-template-columns:1fr}.filters{justify-content:flex-start}.form-grid{grid-template-columns:1fr}.modal-card{padding:20px}.archive-row{flex-direction:column;align-items:stretch}.archive-row .task-actions{justify-content:stretch}.archive-row .task-actions button{flex:1;justify-content:center}}
