@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap";:root{color:#17231f;--ink:#17231f;--paper:#f4f1e9;--panel:#fffdf7;--line:#d8d5ca;--accent:#bddd55;--muted:#66716c;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f4f1e9;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}.theme{z-index:4;border:1px solid var(--line);background:var(--panel);width:2.75rem;height:2.75rem;color:var(--ink);cursor:pointer;border-radius:50%;position:fixed;top:1.25rem;right:1.25rem}.auth{grid-template-columns:1.15fr .85fr;min-height:100vh;display:grid}.brand{color:#f7f4ea;background:#162721;flex-direction:column;justify-content:center;padding:clamp(3rem,8vw,9rem);display:flex}.brand h1{max-width:12ch;margin:.8rem 0 1.5rem;font:600 clamp(2.8rem,6vw,5.8rem)/1.02 Manrope,sans-serif}.brand p{color:#bbc6c0;max-width:48ch;line-height:1.65}.auth form,.single form{align-self:center;gap:1.15rem;width:min(420px,80%);margin:auto;display:grid}.mark{background:var(--accent);color:#162721;border-radius:.75rem;place-items:center;width:3rem;height:3rem;font:700 1rem Manrope,sans-serif;display:grid}.auth h2{margin:1rem 0;font:600 2rem Manrope,sans-serif}.eyebrow{letter-spacing:.18em;color:#7b876e;font:600 .72rem Manrope,sans-serif}label{gap:.5rem;font-size:.9rem;font-weight:600;display:grid}input,select{border:1px solid var(--line);background:var(--panel);color:var(--ink);border-radius:.55rem;outline:none;padding:.85rem 1rem}input:focus,select:focus{border-color:#678330;box-shadow:0 0 0 3px #bddd5538}button,.button{color:#fff;cursor:pointer;text-align:center;background:#223d33;border:0;border-radius:.55rem;padding:.9rem 1.2rem;font-weight:600;text-decoration:none}button:disabled{opacity:.55}.error{color:#b43737}.shell{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.shell aside{color:#fff;background:#162721;padding:2rem}.shell nav{gap:.55rem;margin-top:4rem;display:grid}.shell nav a,.shell nav>span{color:#dce4df;border-radius:.5rem;padding:.8rem;text-decoration:none}.shell nav a{background:#294439}.shell nav>span{opacity:.48}.shell small{float:right;font-size:.65rem}.shell main{padding:2rem clamp(2rem,6vw,6rem)}header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:3rem;display:flex}.context-selectors{align-items:end;gap:1.5rem;display:flex}header select{background:0 0;border:0;padding:.4rem 0;font:600 1.1rem Manrope,sans-serif;display:block}.user{color:var(--ink);text-align:right;background:0 0;padding:.4rem}.user span{color:var(--muted);font-size:.75rem;display:block}.welcome,.empty{max-width:800px;margin-top:clamp(4rem,10vw,9rem)}.welcome h1,.empty h1,.single h1{margin:1rem 0;font:600 clamp(2.5rem,5vw,4.8rem)/1.05 Manrope,sans-serif}.welcome>p,.empty>p{color:var(--muted);max-width:60ch;font-size:1.15rem;line-height:1.65}.status{letter-spacing:.1em;background:#dfecb3;border-radius:.3rem;padding:.35rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.foundation{border-top:1px solid var(--line);grid-template-columns:1fr auto;margin-top:3rem;display:grid}.foundation>*{border-bottom:1px solid var(--line);padding:1.2rem}.foundation span{color:var(--muted)}.single{place-items:center;min-height:100vh;padding:2rem;display:grid}.single section{max-width:650px}.loading{gap:1rem;margin-top:7rem;display:grid}.loading i{background:linear-gradient(90deg, var(--line), var(--panel), var(--line));background-size:200%;border-radius:.3rem;max-width:700px;height:2rem;animation:1.4s infinite pulse}.loading i:nth-child(2){width:65%}.loading i:nth-child(3){width:80%}@keyframes pulse{to{background-position:-200% 0}}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#edf2ef;--paper:#101713;--panel:#18231e;--line:#334039;--muted:#a6b1ab;background:var(--paper)}@media (width<=760px){.auth{grid-template-columns:1fr}.brand{display:none}.auth form{align-content:center;min-height:100vh}.shell{grid-template-columns:1fr}.shell aside{align-items:center;padding:1rem;display:flex}.shell nav{display:none}.shell main{padding:1.25rem}header{padding-right:3rem}.user{max-width:140px;overflow:hidden}.foundation{grid-template-columns:1fr}}
