:root{--bg:#f3fbfa;--bg-elevated:#fff;--surface:#fff;--surface-soft:#e8f7f5;--text:#10302e;--muted:#4f6967;--primary:#0b7d78;--primary-strong:#095c58;--border:#c8e5e1;--shadow:0 12px 30px #10302e1f;--radius:20px;--radius-sm:14px;--max-width:1180px;--member-nav-height:72px}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:radial-gradient(circle at top left,#0b7d781f,transparent 36%),linear-gradient(180deg,#f8fefd 0%,var(--bg)100%);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-root{min-height:100vh}.site-shell,.member-shell,.admin-shell{width:min(var(--max-width),calc(100vw - 32px));margin:0 auto;padding:24px 0 40px}.site-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.site-header__brand{flex-direction:column;gap:6px;display:flex}.site-title{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.site-subtitle,.muted{color:var(--muted);margin:0;line-height:1.6}.shell-nav,.sidebar-nav{flex-wrap:wrap;gap:10px;display:flex}.shell-nav__link,.sidebar-nav__link,.button{border:1px solid var(--border);background:var(--bg-elevated);border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;transition:transform .12s,border-color .12s,background .12s;display:inline-flex}.shell-nav__link:hover,.sidebar-nav__link:hover,.button:hover{border-color:var(--primary);transform:translateY(-1px)}.button{background:var(--primary);color:#fff;border-color:#0000}.button--ghost{color:var(--text);background:0 0}.button--soft{background:var(--surface-soft);color:var(--primary-strong)}.surface-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.surface-stack{gap:18px;display:grid}.surface-card,.sidebar-note,.card-panel,.auth-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.surface-card,.card-panel,.auth-panel{padding:22px}.surface-card__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin:0 0 10px;font-size:.8rem;font-weight:700}.surface-card__title{margin:0 0 14px;font-size:1.3rem}.surface-card__body{color:var(--muted);gap:12px;line-height:1.6;display:grid}.surface-card__footer{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.hero-panel{border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow);background:linear-gradient(135deg,#0b7d781f,#fffffff5);padding:28px}.hero-actions,.inline-actions{flex-wrap:wrap;gap:12px;display:flex}.pill{color:var(--primary-strong);background:#0b7d781a;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;font-weight:700;display:inline-flex}.list{gap:12px;display:grid}.list-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);justify-content:space-between;gap:16px;padding:14px 16px;display:flex}.list-item strong{display:block}.list-item span{color:var(--muted)}.member-shell{gap:18px;display:grid}.member-shell__header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.admin-shell{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:22px;display:grid}.admin-shell__sidebar{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);gap:16px;padding:24px;display:grid;position:sticky;top:20px}.admin-shell__main{gap:18px;display:grid}.sidebar-note{color:var(--muted);padding:16px;line-height:1.6}.auth-layout{width:min(760px,100vw - 32px);margin:0 auto;padding:36px 0 56px}.auth-grid{gap:18px;display:grid}.field-grid{gap:14px;display:grid}.field{gap:8px;display:grid}.field label{font-weight:700}.field input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);width:100%;padding:14px 16px}.member-tabs{display:none}@media (max-width:960px){.surface-grid,.admin-shell{grid-template-columns:1fr}.admin-shell__sidebar{position:static}}@media (max-width:720px){.site-shell,.member-shell,.admin-shell{width:min(var(--max-width),calc(100vw - 20px));padding-top:18px}.site-header,.member-shell__header{flex-direction:column;align-items:flex-start}.member-tabs{z-index:5;border:1px solid var(--border);box-shadow:var(--shadow);background:#fffffff2;border-radius:18px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:8px;padding:8px;display:grid;position:sticky;bottom:12px}.member-tabs a{background:var(--surface-soft);min-height:46px;color:var(--primary-strong);text-align:center;border-radius:14px;place-items:center;padding:8px;font-size:.82rem;display:grid}}
