:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#2b2c24;background:#c9c0a8;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #2b2c24;--ink-soft: #626252;--charcoal: #24261e;--charcoal-2: #34372c;--paper: #eee6d1;--paper-deep: #ded4bb;--paper-pale: #f7f1e2;--olive: #62664d;--olive-dark: #4b4f3c;--orange: #c95327;--orange-dark: #963a19;--danger: #9c3123;--rule: rgba(51, 52, 42, .2);--shadow: 0 10px 30px rgba(33, 34, 27, .12);--radius: 14px}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--charcoal)}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 16% 15%,rgba(255,255,255,.22) 0 1px,transparent 1.5px) 0 0 / 17px 17px,linear-gradient(105deg,rgba(84,74,48,.08),transparent 40%),#d7ceb6}button,input,textarea,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{color:inherit}button:not(:disabled),select:not(:disabled),summary{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #d76332;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,Times New Roman,serif;color:var(--ink)}h1{margin-bottom:8px;font-size:clamp(2.15rem,6vw,3.8rem);line-height:.98;letter-spacing:-.045em}h2{margin-bottom:0;font-size:1.35rem;letter-spacing:-.02em}h3{margin-bottom:6px;font-size:1.13rem}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;left:16px;top:-100px;padding:12px 18px;background:#fff;color:#111;border-radius:8px}.skip-link:focus{top:16px}.app-shell{min-height:100vh}.sidebar{display:none}.app-column{min-height:100vh;padding-bottom:158px}.topbar{position:sticky;z-index:20;top:0;height:70px;display:flex;align-items:center;gap:12px;padding:max(10px,env(safe-area-inset-top)) 16px 10px;color:#f1ead7;background:#24261ef5;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-brand{min-height:44px;display:flex;align-items:center;gap:8px;padding:0;color:#fff8e9;background:transparent;border:0}.mobile-brand>span{width:34px;height:34px;display:grid;place-items:center;color:var(--charcoal);background:var(--orange);border-radius:10px 4px;font:700 1.6rem/1 Georgia,serif}.mobile-brand strong{display:none;letter-spacing:-.03em}.run-select{min-width:0;margin-left:auto}.run-select span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.run-select select{width:min(45vw,260px);min-height:44px;padding:0 32px 0 12px;overflow:hidden;color:#f7f1e2;text-overflow:ellipsis;background:#34372c;border:1px solid rgba(255,255,255,.18);border-radius:8px}.build-badge{flex:0 0 auto;padding:5px 7px;color:#d9d1bb;font-size:.62rem;font-weight:800;letter-spacing:.08em;border:1px solid rgba(255,255,255,.18);border-radius:4px}.no-run-label{margin-left:auto;color:#bbb5a4;font-size:.8rem}main{width:100%}.page{width:min(1120px,100%);margin:0 auto;padding:28px 16px 40px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.page-header>div:first-child{max-width:720px}.page-header>div>p:last-child{margin:0;max-width:650px;color:var(--ink-soft);font-size:.95rem;line-height:1.55}.eyebrow{margin-bottom:7px;color:var(--orange-dark);font-size:.7rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.page-tally{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:10px 12px;color:var(--ink);background:#f6efdcb3;border:1px solid var(--rule);border-radius:8px 3px;transform:rotate(-1deg)}.page-tally strong{font:700 2rem/1 Georgia,serif}.page-tally span{color:var(--ink-soft);font-size:.65rem;font-weight:700;line-height:1.25;text-transform:uppercase}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;color:var(--ink);font-size:.82rem;font-weight:800;background:transparent;border:1px solid var(--rule);border-radius:8px 3px}.button svg{width:17px;height:17px}.button:disabled{opacity:.5;cursor:not-allowed}.button--primary{color:#fff7e8;background:var(--orange);border-color:var(--orange-dark);box-shadow:3px 3px #8e3b20}.button--primary:hover:not(:disabled){background:#b94923}.button--secondary{background:var(--paper-pale);border-color:#35362b4d}.button--ghost{border-color:transparent}.button--danger{color:#fff;background:var(--danger);border-color:#762219}.button--small{min-height:44px;padding-inline:13px;font-size:.76rem}.button--wide{width:100%}.icon-button{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;padding:0;background:transparent;border:1px solid transparent;border-radius:8px}.icon-button:hover{background:#2b2c2412;border-color:var(--rule)}.icon-button svg{width:19px;height:19px}.icon-button--danger{color:var(--danger)}.filter-bar{position:sticky;z-index:12;top:69px;display:flex;flex-direction:column;gap:10px;margin:0 -16px 8px;padding:12px 16px;background:#dad1b9f0;border-block:1px solid rgba(57,58,46,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.search-field{height:48px;display:flex;align-items:center;gap:9px;padding:0 10px 0 14px;background:var(--paper-pale);border:1px solid rgba(53,54,43,.32);border-radius:10px 3px;box-shadow:inset 0 1px #fff9}.search-field>svg{width:19px;color:var(--ink-soft)}.search-field input{min-width:0;flex:1;height:100%;color:var(--ink);background:transparent;border:0;outline:0}.search-field button{width:44px;height:44px;display:grid;place-items:center;padding:0;background:transparent;border:0}.search-field button svg{width:16px}.filter-chips{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.filter-chips::-webkit-scrollbar{display:none}.filter-chips button{min-width:68px;min-height:44px;padding:0 13px;color:var(--ink-soft);font-size:.76rem;font-weight:750;white-space:nowrap;background:#f7f1e27a;border:1px solid var(--rule);border-radius:999px}.filter-chips button.is-active{color:#fff;background:var(--olive-dark);border-color:var(--olive-dark)}.result-count{margin:14px 0 18px;color:var(--ink-soft);font-size:.72rem;font-weight:750;letter-spacing:.04em}.item-group{margin-bottom:32px}.group-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(52,53,43,.32)}.group-heading h2{font-size:1.3rem}.group-heading>span{color:var(--ink-soft);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.card-list{display:grid;gap:10px}.check-card,.tool-card{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(136,104,66,.035) 1px,transparent 1px) 0 0 / 6px 100%,var(--paper-pale);border:1px solid rgba(52,53,43,.22);border-radius:3px 12px 4px 10px;box-shadow:0 3px 10px #28271e0f}.check-card{display:grid;grid-template-columns:5px 1fr}.check-card__rail{background:#a9a58f}.check-card[data-status=owned] .check-card__rail{background:var(--orange)}.check-card[data-status=consumed] .check-card__rail{background:var(--olive)}.check-card__main{min-width:0;padding:16px 14px 14px}.check-card__top,.tool-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.check-card h3,.tool-card h3{margin-bottom:4px;line-height:1.15}.card-kicker{margin-bottom:4px;color:var(--olive-dark);font-size:.61rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.card-summary,.tool-card__head p:last-child{margin:6px 0 12px;color:var(--ink-soft);font-size:.82rem;line-height:1.45}.state-stamp{flex:0 0 auto;margin-top:1px;padding:4px 6px;color:#716f60;font-size:.58rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border:1px solid currentColor;border-radius:2px;transform:rotate(2deg)}.state-stamp--owned{color:#9a461e}.state-stamp--consumed{color:var(--olive-dark)}.tag-list{display:flex;flex-wrap:wrap;gap:6px;margin:9px 0 13px}.tag-list span{padding:5px 8px;color:#494b3c;font-size:.68rem;font-weight:700;background:#e3dec8;border:1px solid rgba(73,75,60,.16);border-radius:4px}.reward-grid{display:grid;gap:7px;margin:10px 0 13px}.reward-grid div{display:flex;gap:10px;padding:8px 10px;background:#63674e14;border-left:2px solid var(--olive)}.reward-grid span{min-width:55px;color:var(--ink-soft);font-size:.65rem;font-weight:800;text-transform:uppercase}.reward-grid strong{font-size:.76rem}.check-card__actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}.status-control{min-width:0;display:grid;grid-template-columns:repeat(3,1fr);padding:3px;background:#ded8c5;border:1px solid rgba(48,49,39,.18);border-radius:8px}.status-control button{min-width:0;min-height:44px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 5px;color:#646354;font-size:.67rem;font-weight:800;background:transparent;border:0;border-radius:5px}.status-control button.is-active{color:#fff;background:var(--charcoal-2);box-shadow:0 2px 6px #24261e33}.status-control button:nth-child(2).is-active{background:var(--orange-dark)}.status-control button:nth-child(3).is-active{background:var(--olive-dark)}.status-dot{width:7px;height:7px;flex:0 0 auto;border:1px solid currentColor;border-radius:50%}.is-active .status-dot{background:currentColor}.wiki-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:var(--olive-dark);font-size:.7rem;font-weight:800;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.wiki-link svg{width:14px;height:14px}.tool-card{padding:16px 14px 14px}.tool-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#aaa691}.tool-card[data-status=owned]:before{background:var(--olive)}.tool-card__head{padding-left:5px}.tool-card__head>div:first-child{min-width:0;flex:1}.quantity-stepper{height:46px;flex:0 0 auto;display:grid;grid-template-columns:44px 42px 44px;align-items:stretch;overflow:hidden;background:#e0dac7;border:1px solid rgba(48,49,39,.25);border-radius:8px 3px}.quantity-stepper button{padding:0;font-size:1.25rem;font-weight:600;background:transparent;border:0}.quantity-stepper button:disabled{opacity:.3}.quantity-stepper output{display:grid;place-items:center;color:#fff;font:700 1rem/1 Georgia,serif;background:var(--olive-dark)}.tool-details{margin:2px 0 12px 5px;border-block:1px dashed rgba(52,53,43,.23)}.tool-details summary{min-height:44px;display:flex;align-items:center;gap:8px;color:var(--olive-dark);font-size:.72rem;font-weight:850;list-style:none}.tool-details summary::-webkit-details-marker{display:none}.tool-details summary:before{content:"+";width:18px;font-size:1rem}.tool-details[open] summary:before{content:"−"}.tool-details summary span{padding:2px 6px;color:var(--ink-soft);background:#ddd6c2;border-radius:999px}.tool-details .wiki-link{justify-content:flex-start}.tool-notes{display:grid;gap:9px;margin-left:5px}.tool-notes label,.field{display:grid;gap:5px}.tool-notes label>span,.field>span{color:var(--ink-soft);font-size:.64rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.tool-notes input,.field input,.field textarea{width:100%;min-height:44px;padding:10px 11px;color:var(--ink);background:#fffdf58c;border:1px solid rgba(53,54,43,.25);border-radius:6px}.field textarea{resize:vertical}.tool-notes .button{justify-self:start}.empty-state{padding:48px 24px;text-align:center;background:#f1e9d4a6;border:1px dashed rgba(52,53,43,.3);border-radius:var(--radius)}.empty-state>span{width:46px;height:46px;display:grid;place-items:center;margin:0 auto 12px;color:var(--orange-dark);font:700 1.8rem/1 Georgia,serif;border:2px solid currentColor;border-radius:50%;transform:rotate(-8deg)}.empty-state p{margin-bottom:18px;color:var(--ink-soft)}.empty-state--compact{padding:25px}.dashboard-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-28px -16px 20px;padding:30px 18px 26px;color:#eee6d1;background:linear-gradient(110deg,rgba(255,255,255,.03) 25%,transparent 25%) 0 0 / 14px 14px,var(--charcoal-2);overflow:hidden}.dashboard-hero:after{content:"";position:absolute;right:-30px;bottom:-48px;width:180px;height:90px;border:1px solid rgba(255,255,255,.08);transform:rotate(-12deg)}.dashboard-hero .eyebrow{color:#e37a4d}.dashboard-hero h1{max-width:620px;color:#fff8e9;font-size:clamp(2.1rem,8vw,4.7rem)}.dashboard-hero p:last-child{margin:0;color:#bfc0ae}.overall-ring{--progress: 0deg;position:relative;z-index:1;width:98px;height:98px;flex:0 0 auto;display:grid;place-items:center;background:conic-gradient(var(--orange) var(--progress),rgba(255,255,255,.12) 0);border-radius:50%;transform:rotate(2deg)}.overall-ring:before{content:"";position:absolute;inset:7px;background:var(--charcoal-2);border-radius:50%}.overall-ring div{position:relative;display:grid;text-align:center}.overall-ring strong{font:700 1.35rem/1 Georgia,serif}.overall-ring span{margin-top:3px;color:#bfc0ae;font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-grid{display:grid;gap:16px}.dashboard-panel,.shortcuts,.settings-card,.about-card{padding:18px;background:#f4eddac7;border:1px solid rgba(52,53,43,.2);border-radius:4px 14px 5px 11px;box-shadow:var(--shadow)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-heading .eyebrow{margin-bottom:3px}.panel-heading>span{color:var(--ink-soft);font-size:.72rem;font-weight:800}.stat-grid{display:grid;gap:8px}.stat-card{min-height:66px;display:grid;grid-template-columns:40px 1fr auto 18px;align-items:center;gap:10px;padding:10px;text-align:left;background:#fffdf599;border:1px solid rgba(52,53,43,.17);border-radius:8px 3px}.stat-card:hover{border-color:var(--olive)}.stat-card__monogram{width:38px;height:42px;display:grid;place-items:center;color:var(--paper-pale);font:700 .7rem/1 Georgia,serif;letter-spacing:.05em;background:var(--olive-dark);border-radius:2px 7px 2px 4px}.stat-card:nth-child(2) .stat-card__monogram,.stat-card:nth-child(4) .stat-card__monogram{background:#755543}.stat-card__data{min-width:0;display:grid;gap:2px}.stat-card__data strong{font-size:.79rem}.stat-card__data>span{color:var(--ink-soft);font-size:.65rem}.stat-card__data i{height:3px;margin-top:3px;overflow:hidden;background:#d5cfbc;border-radius:3px}.stat-card__data i b{height:100%;display:block;background:var(--orange)}.stat-card__percent{font:700 .82rem/1 Georgia,serif}.stat-card>svg{width:16px;color:var(--ink-soft)}.recent-list{margin:0;padding:0;list-style:none}.recent-list li{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;min-height:54px;border-bottom:1px dashed rgba(52,53,43,.2)}.recent-list li:last-child{border-bottom:0}.recent-mark{width:25px;height:25px;display:grid;place-items:center;color:var(--olive-dark);border:1px solid currentColor;border-radius:50%}.recent-mark svg{width:14px}.recent-list div{min-width:0;display:grid}.recent-list strong{overflow:hidden;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.recent-list div span,.recent-list time{color:var(--ink-soft);font-size:.63rem}.panel-empty{min-height:160px;display:grid;place-content:center;justify-items:center;color:var(--ink-soft);text-align:center}.panel-empty>span{font:2rem Georgia,serif}.panel-empty p{max-width:260px;margin:5px 0 0;font-size:.76rem;line-height:1.5}.shortcuts{margin-top:16px}.shortcut-grid{display:grid;gap:8px}.shortcut-grid button{min-height:62px;display:grid;grid-template-columns:1fr auto 18px;align-items:center;gap:10px;padding:10px 13px;text-align:left;background:#e7ddc4;border:1px solid rgba(52,53,43,.2);border-radius:7px}.shortcut-grid button span{font-size:.76rem;font-weight:800}.shortcut-grid button strong{color:var(--orange-dark);font:700 1.5rem/1 Georgia,serif}.shortcut-grid svg{width:16px}.run-section{margin:24px 0 34px}.run-list{display:grid;gap:10px}.run-card{min-height:96px;display:grid;grid-template-columns:48px 1fr;overflow:hidden;background:var(--paper-pale);border:1px solid rgba(52,53,43,.22);border-radius:4px 12px 4px 9px}.run-card.is-current{border-color:var(--olive);box-shadow:inset 0 0 0 1px var(--olive)}.run-card__index{display:grid;place-items:center;color:#ddd5bf;font:700 .8rem/1 Georgia,serif;background:var(--charcoal-2)}.run-card.is-current .run-card__index{background:var(--olive-dark)}.run-card__body{min-width:0;display:flex;flex-direction:column;gap:10px;padding:13px 10px 10px 14px}.run-card__title{display:flex;align-items:center;gap:8px}.run-card__title h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.run-card__title span{padding:3px 6px;color:#fff;font-size:.53rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;background:var(--olive-dark);border-radius:3px}.run-card__body h3{margin:0}.run-card__body p{margin:4px 0 0;color:var(--ink-soft);font-size:.7rem}.run-card__actions{display:flex;align-items:center;justify-content:flex-end;gap:2px}.run-list--archived .run-card{opacity:.78}.settings-card,.about-card{margin-top:16px}.settings-card h2{margin-bottom:8px}.settings-card p{color:var(--ink-soft);font-size:.82rem;line-height:1.5}.settings-actions{display:grid;gap:8px}.form-error{padding:9px;color:#721d13!important;font-weight:750;background:#f3c7b9;border-left:3px solid var(--danger)}.about-card{box-shadow:none}.about-card__brand{display:flex;align-items:center;gap:10px}.about-card__brand>span{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--orange);border-radius:11px 3px;font:700 1.7rem/1 Georgia,serif}.about-card__brand div{display:grid}.about-card__brand small,.about-card>p{color:var(--ink-soft)}.about-card__brand small{margin-top:2px;font-size:.63rem}.about-card>p{margin:14px 0;font-size:.7rem;line-height:1.5}.about-links{display:flex;flex-wrap:wrap;gap:16px}.about-links a{min-height:44px;display:inline-flex;align-items:center;gap:5px;color:var(--olive-dark);font-size:.72rem;font-weight:800}.about-links svg{width:14px}.storage-warning{position:fixed;z-index:18;left:9px;right:9px;bottom:calc(70px + env(safe-area-inset-bottom));min-height:52px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:8px;padding:8px 10px;color:#ebe3cf;background:#34372cf7;border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 7px 28px #16171252}.storage-warning>span{width:22px;height:22px;display:grid;place-items:center;color:#fff;font-size:.7rem;font-weight:900;background:var(--orange);border-radius:50%}.storage-warning p{margin:0;color:#c5c1b1;font-size:.61rem;line-height:1.35}.storage-warning p strong{color:#f5efdf}.storage-warning button{min-height:44px;padding:0 8px;color:#f4ead5;font-size:.62rem;font-weight:800;background:transparent;border:1px solid rgba(255,255,255,.22);border-radius:5px}.storage-warning__actions{display:flex;align-items:center;gap:5px}.storage-warning .storage-warning__dismiss{width:44px;padding:0}.storage-warning__dismiss svg{width:15px;height:15px}.bottom-nav{position:fixed;z-index:20;inset:auto 0 0;height:calc(66px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(7,1fr);padding-bottom:env(safe-area-inset-bottom);background:#24261efa;border-top:1px solid rgba(255,255,255,.12)}.bottom-nav button{min-width:0;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 1px;color:#a7a899;font-size:.55rem;font-weight:700;background:transparent;border:0;border-top:3px solid transparent}.bottom-nav button.is-active{color:#fff3de;border-color:var(--orange)}.bottom-nav svg{width:20px;height:20px}.modal{width:min(540px,calc(100% - 24px));max-height:min(86vh,720px);padding:0;color:var(--ink);background:transparent;border:0;overflow:visible}.modal::backdrop{background:#151712bd;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal__paper{max-height:min(86vh,720px);padding:22px;overflow-y:auto;background:linear-gradient(rgba(66,62,48,.035) 1px,transparent 1px) 0 0 / 100% 28px,var(--paper);border:1px solid #8e8875;border-radius:5px 18px 7px 14px;box-shadow:0 24px 80px #0006}.modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.modal__head h2{font-size:1.8rem}.modal__lede{color:var(--ink-soft);font-size:.9rem;line-height:1.55}.onboarding-mark{width:78px;height:78px;display:grid;place-content:center;margin:4px 0 18px;color:var(--orange-dark);text-align:center;border:2px solid currentColor;border-radius:50%;transform:rotate(-7deg)}.onboarding-mark span{font-size:.55rem;font-weight:900;letter-spacing:.15em}.onboarding-mark strong{font:700 2rem/1 Georgia,serif}.stack{display:grid;gap:16px}.field small{font-size:.6rem;font-weight:500;text-transform:none}.modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:8px}.fine-print{margin:15px 0 0;color:var(--ink-soft);font-size:.63rem;text-align:center}.toast{position:fixed;z-index:100;left:12px;right:12px;bottom:calc(135px + env(safe-area-inset-bottom));display:grid;grid-template-columns:34px 1fr;align-items:center;gap:8px 10px;padding:13px;color:#f5efdf;background:#303228;border:1px solid rgba(255,255,255,.15);border-radius:8px;box-shadow:0 15px 45px #00000059}.toast__mark{width:32px;height:32px;display:grid;place-items:center;color:#fff;background:var(--orange);border-radius:50%}.toast strong{display:block;font-size:.8rem}.toast p{margin:2px 0 0;color:#bfc0ae;font-size:.68rem}.toast .button{min-width:72px;color:#fff;border-color:#fff3}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;color:#e5dcc5;background:var(--charcoal)}.app-loading span{width:62px;height:62px;display:grid;place-items:center;color:#fff;background:var(--orange);border-radius:16px 4px;font:700 2.7rem/1 Georgia,serif}.app-loading p{margin-top:15px;color:#aeb09e;font-size:.75rem}.no-active{display:grid;place-items:center;min-height:65vh}@media(min-width:600px){.mobile-brand strong{display:block}.page{padding-inline:28px}.filter-bar{margin-inline:-28px;padding-inline:28px}.check-card__actions{flex-direction:row;align-items:center}.status-control{width:360px}.wiki-link{margin-left:auto}.tool-notes{grid-template-columns:1fr 1fr auto;align-items:end}.dashboard-hero{margin-inline:-28px;padding-inline:30px}.overall-ring{width:124px;height:124px}.overall-ring strong{font-size:1.7rem}.stat-grid,.shortcut-grid{grid-template-columns:1fr 1fr}.run-card__body{flex-direction:row;align-items:center;justify-content:space-between;padding:15px 12px 15px 18px}.settings-card{display:flex;align-items:center;justify-content:space-between;gap:25px}.settings-card>div:first-child{max-width:550px}.settings-actions{grid-template-columns:1fr 1fr}.toast{left:auto;right:20px;width:440px;grid-template-columns:34px 1fr auto auto;bottom:82px}}@media(min-width:940px){.app-shell{display:grid;grid-template-columns:230px 1fr}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:230px;display:flex;flex-direction:column;padding:24px 14px 18px;color:#e8e1cf;background:linear-gradient(115deg,rgba(255,255,255,.02) 25%,transparent 25%) 0 0 / 12px 12px,var(--charcoal);border-right:1px solid rgba(255,255,255,.1)}.brand{min-height:54px;display:flex;align-items:center;gap:11px;padding:0 7px;color:#fff7e6;text-align:left;background:transparent;border:0}.brand__mark{width:39px;height:39px;display:grid;place-items:center;color:#fff;background:var(--orange);border-radius:10px 3px;font:700 1.8rem/1 Georgia,serif}.brand>span:last-child{display:grid}.brand strong{font-size:1.1rem;letter-spacing:-.04em}.brand small{color:#949688;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sidebar nav{display:grid;gap:5px;margin-top:38px}.sidebar nav button{min-height:48px;display:flex;align-items:center;gap:12px;padding:0 13px;color:#a7a899;font-size:.78rem;font-weight:750;background:transparent;border:1px solid transparent;border-radius:7px}.sidebar nav button:hover{color:#e8e1cf;background:#ffffff0a}.sidebar nav button.is-active{color:#fff5e2;background:#393c30;border-color:#ffffff14;box-shadow:inset 3px 0 var(--orange)}.sidebar nav svg{width:20px;height:20px}.sidebar__foot{display:flex;align-items:center;gap:9px;margin-top:auto;padding:12px;color:#b4b5a6;border-top:1px solid rgba(255,255,255,.1)}.sidebar__foot>span:last-child{display:grid}.sidebar__foot strong{font-size:.67rem}.sidebar__foot small{margin-top:2px;color:#74776b;font-size:.58rem}.connection-dot{width:8px;height:8px;background:#77895a;border-radius:50%;box-shadow:0 0 0 3px #77895a26}.connection-dot.is-offline{background:var(--orange)}.app-column{grid-column:2;min-width:0;padding-bottom:78px}.topbar{height:72px;justify-content:flex-end;padding-inline:28px;color:var(--ink);background:#ebe3d0eb;border-color:#34352b26}.mobile-brand{display:none}.run-select{margin-left:0}.run-select span{position:static;width:auto;height:auto;margin-right:8px;color:var(--ink-soft);font-size:.65rem;font-weight:800;overflow:visible;clip:auto;text-transform:uppercase}.run-select select{width:240px;color:var(--ink);background:var(--paper-pale);border-color:var(--rule)}.build-badge{color:var(--olive-dark);border-color:#4b4f3c4d}.page{padding:44px 38px 60px}.page-header{margin-bottom:34px}.filter-bar{top:71px;flex-direction:row;align-items:center;margin-inline:-38px;padding:12px 38px}.search-field{width:min(430px,50%)}.filter-chips{margin-left:auto}.card-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.check-card__actions{flex-direction:column;align-items:stretch}.status-control{width:100%}.wiki-link{margin-left:0}.tool-notes{grid-template-columns:1fr}.dashboard-hero{margin:-44px -38px 24px;padding:46px 40px 38px}.dashboard-grid{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr)}.storage-warning{left:auto;right:18px;bottom:16px;width:min(470px,calc(100% - 266px))}.bottom-nav{display:none}.toast{bottom:82px}}@media(min-width:1180px){.check-card__actions{flex-direction:row;align-items:center}.status-control{width:min(330px,76%)}.wiki-link{margin-left:auto}.tool-notes{grid-template-columns:1fr 1fr auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(forced-colors:active){.status-dot,.check-card__rail,.tool-card:before{forced-color-adjust:none}}
