
:root{
  --navy:#10439E;--orange:#FD6D00;--gold:#F2B705;
  --bg:#F1F4FA;--surface:#FFFFFF;--ink:#0D1B3D;--muted:#56637F;--line:#DAE1F0;
  --brand:#10439E;--on-brand:#FFFFFF;--soft:#E7EDFB;--good:#0F7F45;--bad:#C22626;--warn:#A85F00;
  --board:#0A1F52;--board2:#0F2F78;--on-board:#FFFFFF;
  --f-head:'Barlow Condensed','Arial Narrow','Helvetica Neue',sans-serif;
  --f-body:'Barlow',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  box-sizing:border-box;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);
}
@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){
  --bg:#08122B;--surface:#0F1D42;--ink:#EAF0FF;--muted:#9FB0D6;--line:#23345F;
  --brand:#8DB0FF;--on-brand:#08122B;--soft:#16285C;--good:#4CD08A;--bad:#FF8080;--warn:#F2B705;
  --board:#050E28;--board2:#0B1F54;}}
:root[data-theme="dark"]{
  --bg:#08122B;--surface:#0F1D42;--ink:#EAF0FF;--muted:#9FB0D6;--line:#23345F;
  --brand:#8DB0FF;--on-brand:#08122B;--soft:#16285C;--good:#4CD08A;--bad:#FF8080;--warn:#F2B705;
  --board:#050E28;--board2:#0B1F54;}
html{scroll-padding-top:calc(env(safe-area-inset-top,0px) + 64px);-webkit-text-size-adjust:100%}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.45 var(--f-body);-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
a{color:var(--brand)}
:focus-visible{outline:3px solid var(--orange);outline-offset:2px;border-radius:6px}
h1,h2,h3{font-family:var(--f-head);font-style:italic;font-weight:800;line-height:1.05;margin:0;letter-spacing:.2px}
h1{font-size:34px}h2{font-size:24px;font-weight:700}h3{font-size:19px;font-weight:700}
p{margin:0}
small,.sm{font-size:13px;color:var(--muted)}
.muted{color:var(--muted)}
.num{font-family:var(--f-head);font-style:italic;font-weight:800}
svg.i{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}

/* ---- ossature ---- */
.shell{min-height:100vh}
.side{display:none}
.top{position:sticky;top:env(safe-area-inset-top,0px);z-index:20;display:flex;align-items:center;gap:10px;padding:8px 14px;background:var(--surface);border-bottom:1px solid var(--line)}
.top .logo{height:34px;width:auto;border-radius:6px;background:#fff;padding:2px 4px}
.top .ttl{flex:1;min-width:0;font-family:var(--f-head);font-style:italic;font-weight:800;font-size:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.top select{max-width:118px;padding:6px 8px;border:1px solid var(--line);border-radius:8px;background:var(--surface);font-size:14px}
.main{padding:16px 14px 110px;max-width:1080px;margin:0 auto}
.bnav{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;background:var(--surface);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom,0px)}
.bnav button{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 2px 7px;background:none;border:0;font-size:11.5px;color:var(--muted);min-height:56px}
.bnav button[aria-current="page"]{color:var(--brand);font-weight:600}
.bnav button[aria-current="page"] svg{stroke-width:2.6}
@media(min-width:900px){
  .shell{display:grid;grid-template-columns:250px 1fr}
  .side{display:flex;flex-direction:column;gap:2px;position:sticky;top:0;height:100vh;padding:18px 12px;background:var(--surface);border-right:1px solid var(--line);overflow:auto}
  .side .logo{width:150px;border-radius:8px;background:#fff;padding:4px;margin:0 6px 10px}
  .side .grp{font-size:12px;color:var(--muted);margin:14px 10px 4px}
  .side button{display:flex;align-items:center;gap:10px;padding:9px 12px;border:0;background:none;border-radius:9px;text-align:left;font-size:15.5px}
  .side button:hover{background:var(--soft)}
  .side button[aria-current="page"]{background:var(--brand);color:var(--on-brand);font-weight:600}
  .top .logo,.bnav{display:none}
  .top{padding:12px 28px}
  .main{padding:26px 28px 60px}
}

/* ---- boutons & champs ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border-radius:10px;border:1.5px solid var(--brand);background:var(--brand);color:var(--on-brand);font-weight:600;text-decoration:none}
.btn.acc{background:var(--orange);border-color:var(--orange);color:#1A0B00}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.bad{background:transparent;border-color:var(--bad);color:var(--bad)}
.btn.s{min-height:36px;padding:0 12px;font-size:14px}
.btn.block{width:100%}
.btn[disabled]{opacity:.45;cursor:not-allowed}
.fld{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}
.fld label,.chk{font-size:14px;font-weight:600}
.fld input,.fld select,.fld textarea{width:100%;padding:11px 12px;border:1.5px solid var(--line);border-radius:10px;background:var(--surface);min-height:44px}
.fld textarea{resize:vertical}
.fld small{margin-top:1px}
.chk{display:flex;align-items:center;gap:10px;min-height:40px;margin-bottom:6px;font-weight:500}
.chk input{width:20px;height:20px;accent-color:var(--brand)}
.two{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
.fh{font-family:var(--f-head);font-style:italic;font-weight:700;font-size:18px;margin:14px 0 8px;padding-top:10px;border-top:1px solid var(--line)}
.fh:first-child{border:0;padding-top:0;margin-top:0}

/* ---- éléments communs ---- */
.head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.head p{color:var(--muted);margin-top:4px;max-width:60ch}
.acts{display:flex;gap:8px;flex-wrap:wrap}
.tabs{display:flex;gap:6px;overflow-x:auto;padding:2px 0 10px;scrollbar-width:none;margin-bottom:6px}
.tabs::-webkit-scrollbar{display:none}
.tabs button{white-space:nowrap;padding:8px 14px;border-radius:999px;border:1.5px solid var(--line);background:var(--surface);font-size:14.5px;min-height:38px}
.tabs button[aria-pressed="true"]{background:var(--brand);border-color:var(--brand);color:var(--on-brand);font-weight:600}
.chip{display:inline-flex;align-items:center;gap:6px;padding:2px 9px;border-radius:999px;background:var(--soft);font-size:12.5px;font-weight:600;white-space:nowrap}
.chip i{width:9px;height:9px;border-radius:50%;display:inline-block}
.chip.ok{color:var(--good)}.chip.no{color:var(--bad)}.chip.wa{color:var(--warn)}
.list{background:var(--surface);border:1px solid var(--line);border-radius:12px}
.row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line);width:100%;background:none;border-left:0;border-right:0;border-top:0;text-align:left}
.row:last-child{border-bottom:0}
button.row:hover{background:var(--soft)}
.row .grow{flex:1;min-width:0}
.row b{font-weight:600}
.ell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.av{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:var(--f-head);font-style:italic;font-weight:800;font-size:17px;flex:none}
.av.l{width:64px;height:64px;font-size:26px}
.empty{padding:28px 16px;text-align:center;color:var(--muted)}
.empty b{display:block;color:var(--ink);font-size:17px;margin-bottom:4px}
.sec{margin:22px 0 10px;display:flex;justify-content:space-between;align-items:baseline;gap:10px}
.bar{height:8px;border-radius:99px;background:var(--soft);overflow:hidden}
.bar>i{display:block;height:100%;background:var(--orange);border-radius:99px}
.bar.g>i{background:var(--good)}
.kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.kpis>div{background:var(--surface);padding:12px 14px}
.kpis .num{font-size:34px;line-height:1;display:block}
@media(min-width:700px){.kpis{grid-template-columns:repeat(4,1fr)}}
.tbl{overflow-x:auto;background:var(--surface);border:1px solid var(--line);border-radius:12px}
table{border-collapse:collapse;width:100%;min-width:540px}
th,td{padding:10px 12px;text-align:right;border-bottom:1px solid var(--line);white-space:nowrap}
th:first-child,td:first-child{text-align:left}
th{font-size:13px;color:var(--muted);font-weight:600}
th button{background:none;border:0;font-weight:600;color:inherit;padding:0}
th[aria-sort] button{color:var(--brand)}
tbody tr:last-child td{border-bottom:0}
tbody tr[data-a]{cursor:pointer}tbody tr[data-a]:hover{background:var(--soft)}
.banner{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:10px 14px;margin-bottom:14px;border-radius:12px;background:var(--soft);border-left:5px solid var(--orange);font-size:14.5px}
.two-col{display:grid;gap:16px}
@media(min-width:900px){.two-col{grid-template-columns:1.25fr 1fr;align-items:start}}

/* ---- tableau d'affichage (accueil) ---- */
.board{position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,var(--board),var(--board2));color:var(--on-board);padding:18px 18px 16px}
.board svg.court{position:absolute;right:-30px;top:-10px;width:300px;height:280px;opacity:.13;pointer-events:none}
.board .bt{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:14px;position:relative}
.board .chip{background:rgba(255,255,255,.14);color:#fff}
.board .bm{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;margin:14px 0 8px;position:relative}
.board .tm{font-family:var(--f-head);font-style:italic;font-weight:800;font-size:26px;line-height:1}
.board .tm small{display:block;color:rgba(255,255,255,.7);font-size:13px;font-weight:500;font-family:var(--f-body);font-style:normal;margin-top:4px}
.board .tm.r{text-align:right}
.cd{display:flex;align-items:baseline;gap:3px;justify-content:center}
.cd b{font-family:var(--f-head);font-style:italic;font-weight:800;font-size:44px;line-height:1;color:var(--gold);min-width:1.2ch;text-align:right;font-variant-numeric:tabular-nums}
.cd i{font-style:normal;font-size:12px;color:rgba(255,255,255,.7);margin-right:6px}
.board .bf{position:relative;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;align-items:center;font-size:14.5px;color:rgba(255,255,255,.85)}
@media(max-width:520px){.board .bm{grid-template-columns:1fr 1fr}.board .cd{grid-column:1/-1;order:3}.board .tm{font-size:22px}}
.quick{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}
@media(min-width:700px){.quick{grid-template-columns:repeat(4,1fr)}}
.quick button{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;border:1.5px solid var(--line);background:var(--surface);text-align:left;min-height:52px;font-weight:600}
.quick button svg{color:var(--orange)}
.al{border-left:5px solid var(--orange)}
.al .n{font-family:var(--f-head);font-style:italic;font-weight:800;font-size:28px;min-width:34px;color:var(--orange)}

/* ---- calendrier / dates ---- */
.dbadge{width:52px;flex:none;text-align:center;line-height:1}
.dbadge .num{display:block;font-size:30px}
.dbadge span{font-size:12px;color:var(--muted)}
.res{font-family:var(--f-head);font-style:italic;font-weight:800;font-size:22px;text-align:right;line-height:1}
.res small{display:block;font-family:var(--f-body);font-style:normal;font-weight:600}
.res.w{color:var(--good)}.res.l{color:var(--bad)}
.day{margin:16px 0 6px;font-family:var(--f-head);font-style:italic;font-weight:700;font-size:20px;display:flex;gap:10px;align-items:baseline}
.day.now{color:var(--orange)}
.pr{display:flex;gap:6px}
.pr button{min-width:44px;min-height:40px;border-radius:9px;border:1.5px solid var(--line);background:var(--surface);font-weight:600}
.pr button[aria-pressed="true"].p{background:var(--good);border-color:var(--good);color:#fff}
.pr button[aria-pressed="true"].a{background:var(--bad);border-color:var(--bad);color:#fff}
.pr button[aria-pressed="true"].e{background:var(--gold);border-color:var(--gold);color:#1A1200}
.dots{display:flex;gap:4px;flex-wrap:wrap}
.dots i{width:12px;height:12px;border-radius:50%;background:var(--line)}
.dots i.p{background:var(--good)}.dots i.a{background:var(--bad)}.dots i.e{background:var(--gold)}

/* ---- terrain / exercices ---- */
.court{width:100%;max-width:420px;height:auto;display:block;margin:0 auto;border-radius:10px;background:var(--soft)}
.court .ln{fill:none;stroke:var(--muted);stroke-width:1.6;opacity:.75}
.court .pl{fill:var(--brand);stroke:var(--surface);stroke-width:1.5}
.court .df{fill:var(--surface);stroke:var(--orange);stroke-width:2.5}
.court text{font:700 11px var(--f-body);text-anchor:middle;dominant-baseline:central}
.court .pl+text{fill:var(--on-brand)}.court .df+text{fill:var(--orange)}
.court .mv{fill:none;stroke:var(--ink);stroke-width:2;marker-end:url(#ar)}
.court .ps{fill:none;stroke:var(--orange);stroke-width:2;stroke-dasharray:6 4;marker-end:url(#ar2)}
.court .cn{fill:var(--gold);stroke:var(--ink);stroke-width:1}
.court .sp{fill:var(--orange)}
ol.steps{padding-left:22px;margin:8px 0}ol.steps li{margin:6px 0}

/* ---- radar / graphes ---- */
.radar{width:100%;max-width:260px;display:block;margin:0 auto}
.radar .g{fill:none;stroke:var(--line);stroke-width:1}
.radar .a{fill:rgba(253,109,0,.28);stroke:var(--orange);stroke-width:2.5}
.radar text{font:600 11px var(--f-body);fill:var(--muted);text-anchor:middle}
.hb{display:grid;grid-template-columns:120px 1fr 44px;gap:10px;align-items:center;padding:6px 0;font-size:14.5px}
.hb .bar{height:12px}
.hb b{text-align:right}

/* ---- feuille (modale) ---- */
.ov{position:fixed;inset:0;z-index:50;background:rgba(5,14,40,.55);display:flex;align-items:flex-end;justify-content:center}
.sheet{width:100%;max-width:640px;max-height:94vh;overflow:auto;background:var(--surface);border-radius:18px 18px 0 0;padding:16px 16px calc(20px + env(safe-area-inset-bottom,0px));animation:up .18s ease-out}
@keyframes up{from{transform:translateY(24px);opacity:.4}to{transform:none;opacity:1}}
@media(min-width:700px){.ov{align-items:center}.sheet{border-radius:18px;max-height:90vh}}
.sh{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;position:sticky;top:-16px;background:var(--surface);padding:6px 0;z-index:2}
.x{width:40px;height:40px;border-radius:50%;border:0;background:var(--soft);display:grid;place-items:center}
.more{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.more button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 6px;border-radius:12px;border:1.5px solid var(--line);background:var(--surface);font-size:14px;min-height:82px}
.more svg{color:var(--orange);width:24px;height:24px}
.toast{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(84px + env(safe-area-inset-bottom,0px));z-index:70;background:var(--ink);color:var(--bg);padding:10px 16px;border-radius:999px;font-weight:600;font-size:14.5px;max-width:90vw}
.receipt{border:2px dashed var(--line);border-radius:12px;padding:14px;white-space:pre-wrap;font:14px/1.5 var(--f-body)}
.hero2{border-radius:16px;padding:20px 18px;background:linear-gradient(135deg,var(--navy),#0A2A6B);color:#fff;position:relative;overflow:hidden}
.hero2 h1{font-size:36px}.hero2 p{margin-top:8px;color:rgba(255,255,255,.88);max-width:52ch}
.amt{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}
.amt button{padding:9px 14px;border-radius:999px;border:1.5px solid var(--line);background:var(--surface);font-weight:600;min-height:42px}
.amt button[aria-pressed="true"]{background:var(--orange);border-color:var(--orange);color:#1A0B00}
.prod{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}
.prod:last-child{border-bottom:0}
.prod .num{font-size:22px;min-width:92px;text-align:right}

.board svg.court{background:none;border-radius:0;margin:0;max-width:none}
.court .sp+text{fill:#1A0B00}
.legend{display:flex;gap:4px 14px;flex-wrap:wrap;font-size:13px;color:var(--muted);margin:8px 0 2px}
.legend b{font-weight:700}
.cb{width:24px;height:24px;border-radius:7px;border:2px solid var(--line);display:grid;place-items:center;flex:none;color:#fff}
.cb.on{background:var(--good);border-color:var(--good)}
.cb svg{width:16px;height:16px;stroke-width:3}
.tbl input.n{width:54px;min-height:38px;padding:4px;text-align:center;border:1.5px solid var(--line);border-radius:8px;background:var(--surface)}
.qty{min-width:34px;text-align:center;font-weight:700;align-self:center}
.pill{display:inline-block;padding:1px 8px;border-radius:99px;background:var(--soft);font-size:12.5px;font-weight:600}
.sumline{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px dashed var(--line)}
.amt input{width:130px;min-height:42px;padding:6px 10px;border:1.5px solid var(--line);border-radius:999px;background:var(--surface)}
.wall{display:flex;flex-wrap:wrap;gap:6px}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
.prod{flex-wrap:wrap}.prod .grow{flex:1;min-width:130px}.prod .num{white-space:nowrap;min-width:0}
.kpis .num{white-space:nowrap}
@media(max-width:520px){.kpis .num{font-size:27px}}

/* ---- site public ---- */
.phero{position:relative;border-radius:0 0 22px 22px;overflow:hidden;background:linear-gradient(160deg,var(--navy),#081b4d);color:#fff;padding:38px 20px 30px}
.phero .bg{position:absolute;inset:0;background-size:cover;background-position:center 20%;opacity:.32}
.phero .in{position:relative;max-width:720px;margin:0 auto;text-align:center}
.phero .logo{width:96px;height:auto;border-radius:14px;background:#fff;padding:6px;margin:0 auto 14px}
.phero h1{font-size:38px}
.phero p{margin-top:10px;color:rgba(255,255,255,.9);font-size:16px}
.phero .acts{justify-content:center;margin-top:18px}
@media(min-width:700px){.phero{padding:56px 20px 46px}.phero h1{font-size:52px}}
.psec{max-width:900px;margin:0 auto;padding:0 4px}
.pgrid{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:640px){.pgrid.g2{grid-template-columns:1fr 1fr}}
@media(min-width:900px){.pgrid.g3{grid-template-columns:repeat(3,1fr)}}
.pcard{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px}
.pcard h3{font-size:18px}
.pcard .sm{margin-top:6px}
.pcard.cat{border-top:5px solid var(--brand)}
.vlist{display:grid;gap:10px;grid-template-columns:1fr}
@media(min-width:640px){.vlist{grid-template-columns:1fr 1fr}}
.vitem{display:flex;gap:12px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px 14px}
.vitem .dot{width:34px;height:34px;border-radius:50%;background:var(--soft);color:var(--brand);display:grid;place-items:center;flex:none}
.pgal{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
@media(min-width:640px){.pgal{grid-template-columns:repeat(3,1fr)}}
.pgal img{width:100%;height:150px;object-fit:cover;border-radius:10px;display:block}
.newsimg{width:100%;border-radius:12px;display:block;margin-bottom:10px;max-height:280px;object-fit:cover}
.foot{margin-top:30px;padding:26px 20px 100px;background:var(--board);color:rgba(255,255,255,.85)}
.foot .in{max-width:900px;margin:0 auto;display:grid;gap:18px;grid-template-columns:1fr}
@media(min-width:640px){.foot .in{grid-template-columns:1.3fr 1fr 1fr}}
.foot h4{color:#fff;font-family:var(--f-head);font-style:italic;font-weight:700;font-size:17px;margin-bottom:8px}
.foot a{color:rgba(255,255,255,.85);text-decoration:none}
.foot .lk{display:block;padding:3px 0;font-size:14.5px}
.foot .bottom{max-width:900px;margin:18px auto 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.15);font-size:12.5px;color:rgba(255,255,255,.55);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}
@media(min-width:900px){.foot{padding-bottom:26px}}
.gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:var(--bg)}
.gatebox{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px 22px;text-align:center}
.gatebox img{width:76px;margin:0 auto 12px;border-radius:12px}
.gatebox .fld{text-align:left}
.thanks{text-align:center;padding:26px 14px}
.thanks .ok{width:60px;height:60px;border-radius:50%;background:var(--soft);color:var(--good);display:grid;place-items:center;margin:0 auto 14px}
.pcta{position:relative;border-radius:16px;padding:22px 18px;background:linear-gradient(135deg,var(--orange),#C94E00);color:#fff;text-align:center}
.pcta h2{font-size:24px}
.pcta p{margin-top:8px;color:rgba(255,255,255,.92)}
.pcta .btn{margin-top:14px;background:#fff;border-color:#fff;color:var(--navy)}
.lock{opacity:.62}

/* ---- nav / layout du site réel (multi-pages) ---- */
body{background:var(--bg);color:var(--ink)}
.pubtop{position:sticky;top:0;z-index:30;background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;padding:10px 16px}
.pubtop img{width:36px;height:36px;border-radius:8px}
.pubtop .nm{font-family:var(--f-head);font-style:italic;font-weight:700;font-size:16px;flex:none}
.pubnav{display:flex;gap:4px;overflow-x:auto;flex:1;scrollbar-width:none}
.pubnav::-webkit-scrollbar{display:none}
.pubnav a{white-space:nowrap;padding:8px 12px;border-radius:10px;color:var(--muted);text-decoration:none;font-size:14px;font-weight:600}
.pubnav a.on,.pubnav a:hover{background:var(--soft);color:var(--brand)}
.wrap{max-width:900px;margin:0 auto;padding:20px 16px 60px}
.flash{background:var(--soft);border-left:5px solid var(--orange);border-radius:12px;padding:12px 16px;margin-bottom:16px;font-size:14.5px}
.flash.bad{border-left-color:var(--bad)}
.admtop{display:flex;align-items:center;gap:14px;padding:12px 16px;background:var(--board);color:#fff;flex-wrap:wrap}
.admtop a{color:rgba(255,255,255,.85);text-decoration:none;font-size:14px;padding:6px 10px;border-radius:8px}
.admtop a.on,.admtop a:hover{background:rgba(255,255,255,.12);color:#fff}
.admtop .sp{flex:1}
table.simple{width:100%;border-collapse:collapse;font-size:14px}
table.simple th,table.simple td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--line)}
table.simple th{color:var(--muted);font-weight:600;font-size:12.5px;text-transform:uppercase;letter-spacing:.02em}
