:root{color-scheme:light;--green:#246b45;--green2:#31865a;--mint:#eaf5ee;--ink:#15221a;--muted:#65736a;--line:#dbe5de;--white:#fff;--red:#b42318;--amber:#9a6700;--shadow:0 14px 40px rgba(31,71,48,.12);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:linear-gradient(160deg,#eef7f0 0,#f8faf8 45%,#eef4ef 100%);color:var(--ink);min-height:100vh}.shell{width:min(100%,620px);margin:auto;padding:calc(18px + env(safe-area-inset-top)) 16px calc(28px + env(safe-area-inset-bottom))}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.brand{display:flex;align-items:center;gap:11px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#ef6a55,#d7473d);font-weight:800;box-shadow:0 8px 20px rgba(198,62,50,.25)}.brand span:last-child{display:flex;flex-direction:column}.brand strong{font-size:16px}.brand small{font-size:12px;color:var(--muted);margin-top:2px}.connection{font-size:12px;color:var(--muted);background:#fff;padding:7px 10px;border-radius:999px;border:1px solid var(--line)}.hero-card,.state-card,.shift-card,.install-card{background:rgba(255,255,255,.94);border:1px solid rgba(213,227,217,.9);box-shadow:var(--shadow)}.hero-card{border-radius:24px;padding:22px;margin-bottom:14px;background:linear-gradient(145deg,var(--green),var(--green2));color:#fff}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:800;opacity:.75;margin:0 0 7px}.hero-card h1{margin:0;font-size:30px;letter-spacing:-.03em}.muted{color:var(--muted)}.hero-card .muted{color:rgba(255,255,255,.72);font-size:13px;margin:7px 0 0}.state-card{border-radius:24px;padding:34px 24px;text-align:center;margin-top:42px}.state-card.compact{margin:0;padding:24px}.state-card h1,.state-card h2{margin:12px 0 8px}.state-card p{color:var(--muted);line-height:1.45;margin:0 auto 20px;max-width:360px}.state-icon{font-size:34px}.spinner{width:38px;height:38px;display:inline-block;border:4px solid #dce8df;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}button{border:0;font:inherit;font-weight:750;cursor:pointer}.primary{background:var(--green);color:#fff;padding:13px 18px;border-radius:14px}.secondary{background:var(--mint);color:var(--green);padding:10px 14px;border-radius:12px}.shift-card{border-radius:22px;padding:18px;margin:0 0 14px}.shift-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.shift-head h2{margin:0;font-size:20px}.shift-head p{margin:5px 0 0;font-size:13px;color:var(--muted)}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;background:var(--mint);color:var(--green)}.progress-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin:18px 0 7px}.progress{height:8px;background:#edf1ee;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--green),#69a978);border-radius:inherit}.showcase{margin-top:16px;padding:13px 14px;border-radius:15px;background:#f4f7f5;display:flex;justify-content:space-between;align-items:center;gap:12px}.showcase strong{font-size:14px}.showcase small{display:block;color:var(--muted);margin-top:3px}.status-pending{color:var(--amber)}.status-accepted{color:var(--green)}.status-redo{color:var(--red)}.section-title{font-size:13px;letter-spacing:.08em;color:var(--muted);font-weight:800;margin:18px 0 9px}.items{display:grid;gap:8px}.item{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:10px 0;border-top:1px solid #edf1ee}.item:first-child{border-top:0}.item-icon{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:#edf1ee;font-size:13px}.item.done .item-icon{background:#dff2e5;color:var(--green)}.item.issue .item-icon{background:#fce8e6;color:var(--red)}.item strong{display:block;font-size:14px}.item small{color:var(--muted);display:block;margin-top:3px}.install-card{border-radius:18px;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.install-card strong{font-size:14px}.install-card p{font-size:12px;color:var(--muted);margin:3px 0 0}.hidden{display:none!important}@media(min-width:620px){.shell{padding-top:30px}.hero-card{padding:28px}.shift-card{padding:22px}}