/* =====================================================================
   Data Sciencing — shared base stylesheet
   ---------------------------------------------------------------------
   ONE canonical skeleton for all three sports sites (dspl / dsnwsl /
   dsnfl). Everything here is identical across sites. Per-sport identity
   lives ONLY in each site's own styles.css:
     1. the :root {} design-token block (accent + ground colours)
     2. genuinely sport-specific sections (EPL league table + golden
        boot, NFL divisions/wildcard, NWSL power rankings, etc.)

   base.css is loaded FIRST; the site styles.css is loaded AFTER it, so
   a site can override any base rule at equal specificity. Do NOT fork
   shared components into a site file — change them here so all three
   move together.
   ===================================================================== */

/* ---- reset ---- */
*{box-sizing:border-box;margin:0;min-width:0}
body{background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
.wrap{max-width:1180px;margin:0 auto;padding:0 26px}
a{color:inherit}
svg{display:block}

/* ---- header — on-background text, accent chrome ---- */
header{border-bottom:4px solid var(--accent)}
header .bar{display:flex;align-items:center;gap:16px;padding:16px 26px}
.brand{display:flex;align-items:center;gap:11px}
.brand .logo{width:34px;height:34px;flex:none}
.wordmark{font-size:21px;font-weight:800;line-height:1.1;letter-spacing:-.1px;color:var(--bgink)}
.wordmark span{color:var(--accent2)}
nav{margin-left:auto;display:flex;gap:20px;font-size:13px;font-weight:600}
nav button{cursor:pointer;padding:0 0 2px;color:var(--bgmut);border:none;border-bottom:3px solid transparent;background:none;font:inherit}
nav button.on{color:var(--bgink);border-bottom-color:var(--accent)}
.newslink{display:inline-flex;align-items:center;gap:5px;position:relative;padding-left:21px;font-size:13px;font-weight:700;color:var(--bgink);text-decoration:none;white-space:nowrap}
.newslink::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:16px;background:var(--bgmut);opacity:.45}
.newslink:hover{color:var(--accent2)}
.newslink .ext{font-size:12px;font-weight:600}
:focus-visible{outline:3px solid var(--accent2);outline-offset:2px;border-radius:6px}
main{padding-bottom:44px;min-height:70vh}
.loading{padding:80px 0;text-align:center;color:var(--bgmut)}

/* prototype badge (sample-data marker) */
.proto{margin-left:10px;padding:3px 9px;border:1px solid var(--bgmut);border-radius:99px;font-size:10px;letter-spacing:.8px;text-transform:uppercase;color:var(--bgmut);white-space:nowrap}

/* ---- section intros ---- */
.h1{font-size:24px;font-weight:900;color:var(--bgink)}
/* visually-hidden heading: gives each tab panel an <h1> for the screen-reader
   outline without changing the visible design */
.srhead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.sub{font-size:13px;color:var(--bgmut);margin-top:3px;line-height:1.55;max-width:920px}
.sub a{color:var(--accent2);text-decoration:underline;text-underline-offset:2px}
.sub a:hover{color:var(--accent)}
.introrow{padding:20px 0 0;display:flex;align-items:flex-start;gap:14px}
.seg{display:inline-flex;border:1.5px solid var(--line);border-radius:9px;overflow:hidden;font-size:12px;font-weight:700;flex:none}
.seg button{padding:5px 14px;background:var(--card);color:var(--mut);cursor:pointer;border:none;font:inherit;font-weight:700}
.seg button.on{background:var(--accent);color:#fff}

/* ---- compact view-card (scorecard on Games; bracket/race card) ---- */
.scorecard{padding:16px 20px}
.scorecard .kicker{margin-bottom:6px}
.scorecard .brd td{padding:6px 6px}
.scorecard .racewrap{margin-top:8px}

/* inverse scorecard — accent card, light text: graded results, not forecasts */
.panel.inverse{background:var(--accent);border-color:rgba(255,255,255,.14)}
.inverse .kicker{color:rgba(255,255,255,.72)}
.inverse .brd td{color:#FCFBF6;border-bottom-color:rgba(252,251,246,.14)}
.inverse .brd .rk{color:rgba(255,255,255,.72)}
.inverse .brd tr.ours{background:rgba(252,251,246,.10)}
.inverse .brd .bar>div{background:#FCFBF6}
.inverse .boardgm{color:rgba(255,255,255,.72)}
.inverse .how{color:rgba(255,255,255,.72)}
.inverse .racewrap{margin-top:0}
.brd .sbgp{color:rgba(0,0,0,.42);font-size:10px;font-weight:600}
.inverse .brd .sbgp{color:rgba(255,255,255,.55)}
/* unfurled: wide trend chart + compact board, stacking on narrow */
.sbgrid{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px;align-items:start}
.sbgrid .brd.lead td{padding:7px 4px}
.sbgrid .brd.lead .val{width:58px}
.sbgrid .racewrap{overflow:visible}   /* the Brier chart fits its column — never scroll */
.sbgrid .racewrap svg{min-width:0}
@media(max-width:1160px){.sbgrid{grid-template-columns:1fr;gap:16px}}
/* "as of" tag when a past matchday is selected */
.sbasof{margin-left:auto;font-size:11px;color:var(--faint);letter-spacing:.3px}
.inverse .sbasof{color:rgba(255,255,255,.72)}
/* one-line explainer under the scoreboard, bottom-right */
.sbnote{margin-top:12px;text-align:right;font-size:11.5px;line-height:1.45;color:var(--faint)}
.sbnote a{color:var(--accent2);text-decoration:underline;text-underline-offset:2px}
.sbnote a:hover{color:var(--accent)}
.inverse .sbnote{color:rgba(255,255,255,.72)}
.inverse .sbnote a{color:#e6eef7}
.inverse .sbnote a:hover{color:#FCFBF6}
/* a knockout day we never archived game cards for */
.noboard{display:flex;flex-direction:column;gap:5px}
.noboard .nbtitle{font-size:13px;font-weight:800;color:var(--ink)}
.noboard .nbsub{font-size:12.5px;line-height:1.45;color:var(--mut);max-width:60ch}

/* ---- games: date strip — one connected segmented control ---- */
.dates{display:inline-flex;align-items:stretch;max-width:100%;overflow-x:auto;margin-top:13px;border:1.5px solid var(--line);border-radius:11px;background:var(--card);box-shadow:0 1px 3px rgba(19,27,46,.05)}
.dates .pill{padding:9px 15px;border:none;border-radius:0;background:var(--card);color:var(--ink);font-family:inherit;font-weight:700;font-size:13px;cursor:pointer;white-space:nowrap;flex:none;display:flex;flex-direction:column;align-items:center;gap:1px;line-height:1.15}
.dates .pill+.pill{border-left:1px solid var(--line2)}
.dates .pill.on{background:var(--accent);color:#fff}
.dates .pill:focus-visible{outline-offset:-3px}   /* control clips overflow; keep the ring inside */
/* week pill: label with its start date beneath ("MW5" / "Sep 18") */
.dates .pill .pmon{font-size:10px;font-weight:600;color:var(--mut)}
.dates .pill.on .pmon{color:rgba(255,255,255,.75)}

/* ---- match card ---- */
.card{background:var(--card);border:1.5px solid var(--line);border-radius:16px;margin:14px 0 0;padding:16px 22px 18px;box-shadow:0 1px 3px rgba(19,27,46,.05)}
.mhead{display:flex;align-items:center}
.side{display:flex;align-items:center;gap:10px;flex:1}
.side.right{justify-content:flex-end}
/* club/team crests: square, transparent, no frame */
.flag{width:30px;height:30px;object-fit:contain;flex:none}
.tn{font-size:18px;font-weight:800;line-height:1.1}
/* team name + record stack (record class differs by site: .rec / .trec) */
.tnwrap{display:flex;flex-direction:column;gap:1px;min-width:0;line-height:1.1}
.tnwrap.r,.side.right .tnwrap{align-items:flex-end}
.rec,.trec{font-size:11px;font-weight:700;color:var(--mut);font-variant-numeric:tabular-nums;letter-spacing:.2px;margin-top:1px}
.mid{text-align:center;padding:0 14px;flex:none}
.kick{color:var(--accent2);font-weight:800;font-size:13.5px}
.ven{color:var(--mut);font-size:11px}
/* venue: stadium then city on its own quieter line */
.vencity{display:block;font-size:10px;color:var(--faint);margin-top:1px}
/* market line pill (spread/total) under the kickoff time */
.mline{display:inline-block;margin-top:4px;padding:2px 8px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--ink);font-size:11px;font-weight:800;letter-spacing:.2px}
.finalscore{color:var(--green);font-weight:800;font-size:15px;white-space:nowrap}

/* 2-column card: bar + movement left, tale-of-the-tape right */
.cardgrid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;margin-top:10px;align-items:start}
.cardgrid.onecol{grid-template-columns:1fr}   /* no rail (early knockout days) */
.barbox{position:relative}
.mbar{position:relative;display:flex;height:44px;border-radius:10px;overflow:hidden;font-weight:800;font-size:14px}
.mbar>div{display:flex;align-items:center;justify-content:center;color:#fff}
/* hairline between segments so a pale kit doesn't melt into the draw block */
.mbar>div+div{box-shadow:inset 1px 0 0 rgba(19,27,46,.22)}
.tick{position:absolute;top:-5px;bottom:-5px;width:3px;background:var(--accent);border-radius:2px;transform:translateX(-50%);z-index:3;box-shadow:0 0 0 1.5px var(--card)}
/* sportsbook variance band: where the books span on the home-win axis */
.mktcell{display:flex;flex-direction:column;gap:3px;min-width:0}
.bookband{position:absolute;top:-3px;bottom:-3px;background:rgba(255,255,255,.16);border-left:2px solid rgba(255,255,255,.7);border-right:2px solid rgba(255,255,255,.7);border-radius:1px;z-index:2;pointer-events:none}
.bookcap{font-size:10px;font-weight:600;color:var(--faint)}
.fchip{position:absolute;top:-22px;transform:translateX(-50%);font-size:10.5px;font-weight:800;border:1px solid var(--line);border-radius:7px;padding:1px 7px;white-space:nowrap;z-index:4;background:var(--card)}
.fchip.pos{color:var(--green)}.fchip.neg{color:var(--red)}.fchip.flat{color:var(--mut)}
/* forecaster field: every forecaster a labeled row, all bars share the same
   1fr column so they start/end at the same x. Market is the first, taller row;
   the top padding gives its ticks + floating edge chips room. */
.fcbars{margin-top:6px;padding-top:24px;display:flex;flex-direction:column;gap:8px}
.fcrow{display:grid;grid-template-columns:82px 1fr;align-items:center;gap:10px}
.fclab{font-size:11px;font-weight:700;color:var(--mut);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fcrow.ours .fclab,.fcrow.mkt .fclab{color:var(--ink)}
.fcbar{position:relative;display:flex;height:15px;border-radius:5px;overflow:hidden}
.fcbar span{display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#fff;min-width:0}
.fcbar span+span{box-shadow:inset 1px 0 0 rgba(19,27,46,.22)}
/* placeholder row: hollow dashed track, muted label — no fabricated number */
.fcbar.hollow{background:transparent}
.fcbar.hollow::after{content:"";position:absolute;inset:0;border:1px dashed var(--line);border-radius:inherit;pointer-events:none}
.fcrow.empty .fclab{color:var(--faint)}

.movewrap{margin-top:16px}
.movewrap svg{display:block;width:100%;height:auto}
.movecap{font-size:11px;color:var(--mut);margin-top:2px}
.movecap.muted{color:var(--faint);font-style:italic}
/* movement-plot source tag (e.g. "KALSHI") */
.movsrc{font-size:9px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;color:var(--faint);border:1px solid var(--line);border-radius:5px;padding:0 4px;vertical-align:1px}
/* placeholder sparkline: hollow, honest — no fabricated line */
.sparkph{height:46px;position:relative}
.sparkph::after{content:"";position:absolute;left:0;right:0;top:50%;border-top:1.5px dashed var(--line);transform:translateY(-50%)}

/* tale of the tape: metric label centered, each team's bar diverging outward
   from it (home left, away right) on a fixed 0-100 domain. Value columns size
   to content so a wide value ($1415M) and a compact one (43) both fit. */
.oprow{display:grid;grid-template-columns:minmax(38px,auto) 1fr minmax(38px,auto);align-items:center;gap:7px;margin:8px 0}
.opv{font-size:13px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--ink)}
.opv.l{text-align:right}.opv.r{text-align:left}
.opbars{display:grid;grid-template-columns:1fr 72px 1fr;align-items:center;gap:6px}
.opbar{height:16px;display:flex;background:var(--line2);border-radius:5px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}
.opbar.l{justify-content:flex-end}
.opbar>span{height:100%;border-radius:5px;display:block}
.oplab{font-size:11px;font-weight:700;color:var(--ink);text-align:center;white-space:nowrap}
.oprow.empty .opv{color:var(--faint)}
.oprow.empty .opbar{background:transparent;border:1px dashed var(--line);box-shadow:none}

/* availability strip under the forecaster bars (dotted separator) */
.nwsflag{display:grid;gap:4px 18px;align-items:baseline;margin-top:10px;padding-top:8px;border-top:1px dashed var(--line);font-size:11.5px;line-height:1.5}
.nwslabel{font-size:9px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;color:var(--faint)}
.nwscell{color:var(--mut);cursor:default;white-space:nowrap}
.nwscell b{color:var(--ink);font-weight:700}
.nwscell em{font-style:normal;font-weight:600}
.nwscell em.hot{color:var(--red)}
.nwscell em.z{color:var(--faint);font-weight:600}
.nwsupd{justify-self:end;font-size:10px;color:var(--faint);white-space:nowrap}

/* ---- scoreboard / rating tables ---- */
.panel{background:var(--card);border:1.5px solid var(--line);border-radius:16px;padding:20px 22px;margin:16px 0 0;box-shadow:0 1px 3px rgba(19,27,46,.05)}
.kicker{font-size:10.5px;letter-spacing:1.2px;text-transform:uppercase;color:var(--mut);margin-bottom:10px}
table{border-collapse:collapse;width:100%;font-size:13px}
.brd td{padding:9px 6px;border-bottom:1px solid var(--line2)}
.brd tr.ours{background:#eef2f7}
.brd .rk{color:var(--faint);width:26px;font-weight:800}
.brd .nm{font-weight:800;white-space:nowrap}
.brd .bar{width:46%}
.brd .bar>div{height:12px;border-radius:6px;background:var(--accent)}
.brd .val{text-align:right;font-weight:800;font-variant-numeric:tabular-nums;width:64px}
.boardgm{text-align:right;font-size:11px;color:var(--faint);margin-top:8px}
/* "best games" horizontal bar plot (sharpest-forecast count) */
.winsplot{display:flex;flex-direction:column;gap:10px;margin-top:4px}
.wprow{display:grid;grid-template-columns:24px 132px 1fr 34px;align-items:center;gap:12px}
.wprk{color:var(--faint);font-weight:800;font-size:12.5px;text-align:right}
.wpname{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wptrack{height:16px;background:rgba(0,0,0,.07);border-radius:8px;overflow:hidden}
.wpbar{display:block;height:100%;border-radius:8px;min-width:2px}
.wpval{text-align:right;font-weight:800;font-variant-numeric:tabular-nums;color:var(--ink)}
.wprow.ours{background:rgba(0,0,0,.06);border-radius:8px;padding:3px 6px;margin:-3px -6px}

/* shared caption under panels/charts */
.how{font-size:12px;color:var(--faint);font-style:italic;margin-top:10px}

/* bracket / race charts */
.bracketwrap{overflow-x:auto}
.bracketwrap svg{display:block;width:100%;height:auto;min-width:640px}
.futhead{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.futhead .kicker{margin-bottom:0}
.racewrap{margin-top:12px;overflow-x:auto}
.racewrap svg{display:block;width:100%;height:auto;min-width:560px}

/* ---- shared league/standings table skeleton ---- */
.lgkey{margin-left:auto;font-size:11px;color:var(--faint)}
.lgscroll{overflow-x:auto}
table.lg{width:100%;border-collapse:collapse;font-size:13.5px}
.lg th{font-size:9.5px;letter-spacing:1px;text-transform:uppercase;color:var(--mut);text-align:center;padding:0 6px 9px;border-bottom:2px solid var(--line)}
.lg th.club{text-align:left}
.lg td{padding:7.5px 6px;text-align:center;border-bottom:1px solid var(--line2);color:var(--ink)}
.lg td.pos{width:26px;color:var(--faint);font-weight:700}
.lg td.club{text-align:left;font-weight:700;white-space:nowrap}
.lg .crest{width:20px;height:20px;object-fit:contain;margin-right:9px;vertical-align:-5px}
.lg td.pts{font-weight:900}
.lg td.pct{font-weight:700;color:var(--accent);width:72px}

/* ---- matchweek/week day sub-nav (row 2 under the week rail) ---- */
.daychips{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.dchip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border:1.5px solid var(--line);border-radius:9px;background:var(--card);color:var(--ink);font:inherit;font-size:12px;font-weight:700;cursor:pointer}
.dchip .dn{font-size:10px;font-weight:800;color:var(--mut);background:var(--line2);border-radius:6px;padding:1px 6px}
.dchip.played{color:var(--mut)}
.dchip.on{background:var(--accent);border-color:var(--accent);color:#fff}
.dchip.on .dn{background:rgba(255,255,255,.22);color:#fff}
/* day sub-header over each cluster of cards */
.dayhead{margin:20px 2px 2px;font-size:12px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:var(--bgmut)}
.dayhead:first-of-type{margin-top:16px}
/* compact scoreboard teaser at the foot of the games page */
.sbteaser{display:flex;align-items:center;gap:14px;width:100%;margin:18px 0 0;padding:13px 20px;border:1.5px solid var(--line);border-radius:14px;background:var(--accent);color:#fff;font:inherit;font-size:13px;cursor:pointer;text-align:left}
.sbteaser .kicker{color:rgba(255,255,255,.72);margin:0}
.sbteaser .go{margin-left:auto;font-weight:800;white-space:nowrap}
.sbteaser:hover .go{text-decoration:underline}
.noline{height:44px;display:flex;align-items:center;justify-content:center;color:var(--faint);font-size:12px;font-style:italic;border:1px dashed var(--line);border-radius:10px}

/* ---- newsletter: featured card (Games) + post index (Scorecard) ---- */
.gamestop{display:flex;align-items:flex-start;justify-content:space-between;gap:16px 20px;margin:0 0 4px;flex-wrap:wrap}
.gsleft{flex:1 1 320px;min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.gamestop .dates{margin-top:13px;min-width:0;max-width:100%}
/* featured "This Week" card: row layout with OPTIONAL thumbnail (shown only
   when the post has an image); text-only otherwise. Same on all three sites. */
.featpost{display:flex;flex-direction:row;align-items:stretch;gap:14px;flex:1 1 400px;min-width:300px;max-width:470px;margin-left:auto;margin-top:13px;padding:12px 14px;background:var(--card);border:1.5px solid var(--line);border-left:4px solid var(--accent2);border-radius:12px;text-decoration:none;box-shadow:0 1px 3px rgba(19,27,46,.05);transition:box-shadow .12s,transform .12s}
.featpost:hover{box-shadow:0 3px 12px rgba(19,27,46,.12);transform:translateY(-1px)}
.fpthumb{flex:none;width:120px;border-radius:9px;overflow:hidden;background:var(--line2)}
.fpthumb img{width:100%;height:100%;object-fit:cover;display:block}
.fpbody{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.fptag{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--accent2)}
.fptitle{font-size:16px;font-weight:900;color:var(--ink);line-height:1.15}
.fpdek{font-size:12px;line-height:1.4;color:var(--mut)}
.fpgo{margin-top:2px;font-size:11.5px;font-weight:800;color:var(--accent2);display:flex;align-items:center;gap:8px}
.fpmin{color:var(--faint);font-weight:700}
/* scorecard: scoring panels (left) + article sidebar (right); stack on narrow */
.sccols{display:grid;grid-template-columns:1fr 320px;gap:18px;align-items:start}
.sccols .scmain>.panel:first-child{margin-top:16px}
@media(max-width:960px){.sccols{grid-template-columns:1fr}}
.postgridwrap{margin-top:16px}
.pghead{font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:var(--bgink);margin:0 2px 10px}
.postgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}
.scside .postgrid{grid-template-columns:1fr}   /* single column inside the sidebar */
.postcard{display:flex;flex-direction:column;gap:5px;padding:14px 14px 16px;background:var(--card);border:1.5px solid var(--line);border-radius:14px;text-decoration:none;box-shadow:0 1px 3px rgba(19,27,46,.05);transition:box-shadow .12s,transform .12s}
.postcard:hover{box-shadow:0 3px 12px rgba(19,27,46,.12);transform:translateY(-1px)}
.pctag{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--accent2)}
.pctitle{font-size:15.5px;font-weight:900;color:var(--ink);line-height:1.18}
.pcdek{font-size:12px;line-height:1.45;color:var(--mut);flex:1}
.pcmeta{margin-top:4px;font-size:11px;font-weight:700;color:var(--faint)}

/* ===================================================================
   Responsive — shared breakpoints
   =================================================================== */
@media(max-width:820px){.postgrid{grid-template-columns:1fr}}
@media(max-width:720px){
  .cardgrid{grid-template-columns:1fr}          /* stack market bar, on-paper, movement */
  /* stack the header: wordmark on top, tabs on their own row below */
  header .bar{flex-direction:column;align-items:flex-start;gap:10px}
  nav{margin-left:0;gap:14px 18px;flex-wrap:wrap}
  .newslink{padding-left:0}
  .newslink::before{display:none}
  /* stack the match header vertically: home top-left, kickoff centered, away bottom-right */
  .mhead{display:grid;grid-template-columns:1fr;grid-template-areas:"home" "mid" "away";row-gap:7px}
  .mhead .side{grid-area:home;min-width:0}
  .mhead .side.right{grid-area:away;justify-content:flex-end}
  .mhead .mid{grid-area:mid;padding:0}
  .mhead .flag{width:30px;height:21px}
  .tn{font-size:16px}
  .side{gap:9px}
  /* rating tables: give the name room, keep the games count on one line */
  .brd td{padding:8px 4px}
  .brd .bar{width:26%}
  .brd .nm{font-size:12.5px;line-height:1.2}
  .brd .val{width:52px}
  /* roomier tap targets (~44px) for interactive controls */
  nav button{min-height:40px;display:inline-flex;align-items:center}
  .dates .pill{min-height:40px;justify-content:center;padding:6px 13px}
  .seg button{min-height:40px;display:inline-flex;align-items:center;padding:8px 16px}
  .sbgrid{grid-template-columns:1fr}
  .lg{font-size:12px}
  .lg td:nth-child(4),.lg td:nth-child(5),.lg td:nth-child(6),
  .lg th:nth-child(4),.lg th:nth-child(5),.lg th:nth-child(6){display:none} /* W/D/L collapse */
  .proto{display:none}
}
@media(max-width:640px){.featpost{max-width:none;margin-left:0}}
