:root{--bg: #f4f6f9;--surface: #ffffff;--text: #1b2430;--muted: #5d6b7a;--border: #dde3ea;--brand: #1f3a5f;--brand-contrast: #ffffff;--accent: #2f6fdf;--ok: #1b7f4b;--danger: #b42318;--radius: 10px;color-scheme:light}[data-theme=dark]{--bg: #11161d;--surface: #1a212b;--text: #e6ebf1;--muted: #97a4b3;--border: #2b3542;--brand: #15283f;--accent: #6b9cf5;--ok: #4cc38a;--danger: #f97066;color-scheme:dark}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}h1{font-size:1.5rem;margin:0 0 1rem}h2{font-size:1.1rem;margin:0 0 .5rem}a{color:var(--accent)}.muted{color:var(--muted)}.small{font-size:.9rem}.center{display:grid;place-items:center;min-height:60vh}.error{color:var(--danger);margin:0}.success{color:var(--ok);margin:0}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.6rem 1rem;padding-top:max(.6rem,env(safe-area-inset-top));background:var(--brand);color:var(--brand-contrast)}.brand{font-weight:700}.nav{order:3;width:100%;display:flex;gap:.25rem;overflow-x:auto}.nav a{color:inherit;text-decoration:none;opacity:.8;padding:.45rem .75rem;border-radius:999px;white-space:nowrap}.nav a.active{opacity:1;background:#ffffff26}.who{margin-left:auto;display:flex;align-items:center;gap:.75rem}.who .muted{color:#ffffffbf}.content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:1rem}.grid{display:grid;gap:1rem;grid-template-columns:1fr}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}form.card{display:flex;flex-direction:column;gap:.8rem}label{display:flex;flex-direction:column;gap:.3rem;font-weight:500;font-size:.95rem}input,select,textarea{font:inherit;font-size:16px;padding:.65rem .75rem;min-height:44px;width:100%;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text)}input[type=checkbox],input[type=radio]{width:1.1rem;height:1.1rem;min-height:0;padding:0;flex:none;accent-color:var(--accent)}input:focus-visible,.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.row{display:grid;gap:.8rem;grid-template-columns:1fr}.row>label{min-width:0}.btn{font:inherit;font-weight:600;min-height:44px;padding:.6rem 1.1rem;border-radius:8px;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--accent);color:#fff}.btn.ghost{background:transparent;color:inherit;border-color:#fff6;min-height:36px;padding:.35rem .8rem}.btn:disabled{opacity:.5;cursor:not-allowed}.checklist{list-style:none;margin:-.3rem 0 0;padding:0;font-size:.9rem;color:var(--muted)}.checklist li.ok{color:var(--ok)}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:100%;max-width:420px}a.card{text-decoration:none;color:inherit;display:block}.team-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.subnav{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.subnav a{padding:.4rem .8rem;border-radius:999px;text-decoration:none;color:inherit;background:var(--surface);border:1px solid var(--border)}.subnav a.active{background:var(--accent);color:#fff;border-color:transparent}.row-inline{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap;font-weight:400}.stack{display:flex;flex-direction:column;gap:.4rem}.checkbox-group{border:1px solid var(--border);border-radius:8px;padding:.6rem .8rem;display:flex;flex-direction:column;gap:.3rem}.checkbox-group legend{padding:0 .3rem;font-weight:500}.item-card{position:relative;display:flex;flex-direction:column;gap:.4rem}.item-menu{position:absolute;top:.6rem;right:.6rem;z-index:5}.item-menu-trigger{width:2rem;height:2rem;line-height:1;font-size:1.1rem;display:grid;place-items:center;padding:0;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.item-menu-panel{position:absolute;top:calc(100% + .3rem);right:0;min-width:160px;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #00000040;overflow:hidden}.item-menu-panel button,.item-menu-panel label{display:block;width:100%;text-align:left;font:inherit;padding:.55rem .8rem;border:none;background:none;color:var(--text);cursor:pointer}.item-menu-panel button:hover,.item-menu-panel label:hover{background:var(--bg)}.item-photo{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;background:var(--bg)}.cropper-wrap{display:flex;flex-direction:column;gap:.6rem}.cropper-stage{position:relative;width:100%;height:320px;background:#000;border-radius:8px;overflow:hidden}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:grid;place-items:center;padding:1rem;z-index:100}.modal{width:100%;max-width:420px}@media(max-width:599px){.hide-sm{display:none}}@media(min-width:600px){.row{grid-template-columns:1fr 1fr}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(min-width:800px){.nav{order:0;width:auto}h1{font-size:1.75rem}}
