/* Design system: sv-pulsar (StreetVoice Pulsar). Display type Outfit Variable, warm neutral surfaces, SV red #EB5A4F, concentric radius ladder 34/24/14/10. */
@font-face{font-family:"Outfit Variable";font-style:normal;font-display:swap;font-weight:100 900;src:url(/fonts/outfit-latin-ext-wght-normal.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Outfit Variable";font-style:normal;font-display:swap;font-weight:100 900;src:url(/fonts/outfit-latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* Tokens. Dark is the SV Pulsar default; light mirrors the same warm neutral ramp. */
:root{--accent:#eb5a4f;--accent-hover:#ff8a7a;--accent-soft:rgba(235,90,79,.14);--on-accent:#fff;--canvas:#131110;--surface:#1c1a18;--surface-soft:#191715;--sidebar-bg:#0c0a0a;--ink:#f2efec;--muted:#a9a29a;--faint:#7d766e;--line:rgba(242,239,236,.1);--line-strong:rgba(242,239,236,.18);--shadow:0 18px 46px rgba(0,0,0,.45);--display:"Outfit Variable","PingFang TC","Noto Sans TC",sans-serif;--sans:"Roboto","PingFang TC","Noto Sans TC","Microsoft JhengHei","Helvetica Neue",Arial,sans-serif;--mono:"Monaco","Courier New",monospace;--measure:790px;--r-container:34px;--r-card:24px;--r-control:14px;--r-badge:10px;--lh-tight:1.2;--lh-normal:1.4;--lh-loose:1.6}
:root[data-theme="light"]{--accent-soft:rgba(235,90,79,.1);--canvas:#f7f6f3;--surface:#fff;--surface-soft:#f4f2ef;--sidebar-bg:#f4f2ee;--ink:#131110;--muted:#6d665e;--faint:#8b847b;--line:rgba(19,17,16,.1);--line-strong:rgba(19,17,16,.16);--shadow:0 18px 46px rgba(19,17,16,.08)}

/* Base */
*{box-sizing:border-box}
html,body{min-width:320px;min-height:100%;margin:0;background:var(--canvas)}
body{background:radial-gradient(circle at 100% 0,rgba(235,90,79,.12) 0,transparent 30rem),var(--canvas);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:var(--lh-loose)}
button{font-family:var(--sans);touch-action:manipulation}
button:not(:disabled){cursor:pointer}
.sprite{display:none}
.icon{display:block;flex:0 0 auto;width:18px;height:18px}
h1,h2,.brand b,.welcome h1,dialog h2{font-family:var(--display);letter-spacing:-.025em}

/* Shell + sidebar */
.shell{display:grid;min-height:100dvh;grid-template-columns:268px minmax(0,1fr)}
.sidebar{position:sticky;top:0;display:flex;height:100dvh;flex-direction:column;padding:24px 16px 16px;border-right:1px solid var(--line);background:color-mix(in srgb,var(--sidebar-bg) 88%,transparent);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:9px;padding:0 8px;color:var(--ink);font-size:1.125rem;text-decoration:none}
.brand img{width:26px;height:26px}
.brand b{font-weight:700}
.new-chat{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:44px;margin:28px 0 24px;border:0;border-radius:var(--r-control);background:var(--accent);color:var(--on-accent);font-size:.875rem;font-weight:700;transition:background .18s,transform .18s}
.new-chat:hover{background:var(--accent-hover)}
.new-chat:active{transform:scale(.985)}
.conversation-nav{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden}
.conversation-nav>p{margin:0 8px 10px;color:var(--faint);font-size:.75rem;font-weight:500;letter-spacing:.06em}
#conversation-list{display:flex;min-height:0;flex:1;flex-direction:column;gap:2px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:2px 0}
#conversation-list::-webkit-scrollbar{width:6px}
#conversation-list::-webkit-scrollbar-thumb{border-radius:3px;background:var(--line-strong)}
#conversation-list span{padding:7px 8px;color:var(--faint);font-size:.8125rem;line-height:var(--lh-normal)}
.conversation-row{position:relative;display:flex;align-items:center;border-radius:var(--r-badge);transition:background .16s}
.conversation-row:hover{background:var(--surface-soft)}
.conversation-row.active{background:var(--accent-soft)}
.row-action{position:absolute;top:50%;display:grid;width:22px;height:22px;place-items:center;border:0;border-radius:var(--r-badge);opacity:0;background:transparent;color:var(--faint);transform:translateY(-50%);transition:opacity .16s,color .16s}
[data-pin]{right:28px}
.row-delete{right:4px}
.conversation-row:hover .tag{opacity:0}
/* The hover actions float over the row, so the title has to give up the space they land on - otherwise the
   star and the close button sit on top of the text. */
#conversation-list .conversation-row:hover [data-id],#conversation-list .conversation-row:focus-within [data-id]{padding-right:52px}
.tag-state{background:var(--accent-soft);color:var(--accent)}
.tag-state.running{animation:state-pulse 1.6s ease-in-out infinite}
@keyframes state-pulse{0%,100%{opacity:1}50%{opacity:.45}}
@media(prefers-reduced-motion:reduce){.tag-state.running{animation:none}}
.tag{transition:opacity .16s}
.row-action .icon{width:13px;height:13px}
.conversation-row:hover .row-action,.row-action:focus-visible{opacity:1}
#conversation-list .conversation-row.pinned [data-id] .icon{color:var(--accent)}
.row-action:hover{color:var(--accent)}
.row-action:disabled{opacity:.4}
#conversation-list [data-id]{display:flex;min-width:0;width:100%;align-items:center;gap:8px;min-height:30px;padding:5px 8px;border:0;border-radius:var(--r-badge);background:transparent;color:var(--muted);font-size:.8125rem;text-align:left;transition:background .16s,color .16s}
#conversation-list [data-id] span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#conversation-list [data-id] span.tag{flex:0 0 auto;overflow:visible}
.tag{padding:2px 7px;border-radius:var(--r-badge);background:var(--accent-soft);color:var(--accent);font-size:.6875rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}
.tag-quiet{margin-left:6px;box-shadow:inset 0 0 0 1px var(--line-strong);background:transparent;color:var(--muted);font-weight:500}
#conversation-list [data-id] .icon{width:15px;height:15px;color:var(--faint)}
.conversation-row:hover button{color:var(--ink)}
.conversation-row.active button{color:var(--accent);font-weight:700}
.conversation-row.active .icon{color:var(--accent)}
/* Account menu. The footer is the anchor; the menu itself is positioned above it and only exists while open. */
.sidebar-footer{position:relative;margin-top:12px;padding:12px 4px 0;border-top:1px solid var(--line)}
.account{display:flex;align-items:center;gap:8px;width:100%;min-height:38px;padding:0 8px;border:0;border-radius:var(--r-control);background:transparent;color:var(--muted);font-size:.8125rem;text-align:left;transition:background .16s,color .16s}
.account:hover,.account[aria-expanded="true"]{background:var(--surface-soft);color:var(--ink)}
.account #identity-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.account .icon{width:16px;height:16px;flex:0 0 auto}
.account .caret{width:14px;height:14px;color:var(--faint);transition:transform .16s}
.account[aria-expanded="true"] .caret{transform:rotate(180deg)}
.account-menu{position:absolute;bottom:calc(100% + 6px);left:4px;right:4px;z-index:3;padding:6px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow)}
#identity-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.account-menu button{display:flex;align-items:center;gap:9px;width:100%;min-height:36px;padding:0 10px;border:0;border-radius:var(--r-control);background:transparent;color:var(--muted);font-size:.8125rem;text-align:left}
.account-menu .icon{width:16px;height:16px;flex:0 0 auto}
.account-menu button:hover,.account-menu button:focus-visible{background:var(--accent-soft);color:var(--ink)}

/* App frame */
.app{width:100%;max-width:920px;margin:auto;padding:0 34px}
.app header{display:flex;width:min(var(--measure),100%);min-height:76px;align-items:center;margin-inline:auto;border-bottom:1px solid var(--line)}
.mobile-brand,.sidebar-toggle{display:none}
.header-context{display:inline-flex;align-items:center;gap:8px;color:var(--faint);font-size:.8125rem}
.header-context .icon{width:16px;height:16px;color:var(--accent)}
.header-meta{display:flex;align-items:center;gap:6px;margin-left:auto}
#chat-cost{color:var(--faint);font-size:.8125rem;white-space:nowrap}
.share{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:0;border-radius:var(--r-badge);background:transparent;color:var(--muted);font-size:.8125rem}
.share .icon{width:15px;height:15px}
.share:hover{background:var(--surface-soft);color:var(--ink)}
.answer-meta{color:var(--faint);font-size:.8125rem}
/* Uncertainty note above an answer. Scoped to .answer-caveat. */
.answer-caveat{display:flex;gap:9px;margin-bottom:14px!important;padding:11px 13px;border-radius:var(--r-control);background:var(--accent-soft);color:var(--ink);font-size:.8125rem;line-height:var(--lh-normal)}
.answer-caveat .icon{width:16px;height:16px;flex:0 0 auto;margin-top:2px;color:var(--accent)}
/* Provenance line above a reused answer. Scoped to .answer-cache. */
.admin-gap{margin-top:24px!important}
.row-note{color:var(--faint);font-size:.6875rem;text-align:right}
/* Settings tabs. Scoped to .tabs so the pill treatment stays out of the rest of the dialog. */
.tabs{display:flex;gap:4px;margin:10px 0 16px;padding:4px;border-radius:var(--r-control);background:var(--surface-soft)}
.tabs button{flex:1;min-height:32px;border:0;border-radius:var(--r-badge);background:transparent;color:var(--muted);font:500 .8125rem var(--sans);transition:background .16s,color .16s}
.tabs button[aria-selected="true"]{background:var(--surface);color:var(--ink);font-weight:700;box-shadow:0 1px 3px rgba(0,0,0,.12)}
#member-form{display:flex;gap:8px;margin:10px 0}
#member-form input{flex:1;min-width:0;min-height:36px;padding:0 12px;border:1px solid var(--line-strong);border-radius:var(--r-control);background:var(--surface-soft);color:var(--ink);font:400 .8125rem var(--sans)}
#member-form button{min-height:36px;padding:0 14px;border:0;border-radius:var(--r-control);background:var(--accent);color:var(--on-accent);font:700 .8125rem var(--sans)}
#member-error{display:block;margin-top:6px;color:var(--accent);font-size:.75rem}
.admin-row .danger-quiet{color:var(--accent)}
.answer-cache{display:flex;align-items:center;gap:7px;margin-bottom:10px!important;color:var(--faint);font-size:.75rem}
.answer-cache .icon{width:14px;height:14px;flex:0 0 auto}
.answer-cache button{padding:2px 8px;border:0;border-radius:var(--r-badge);background:var(--surface-soft);color:var(--muted);font:500 .75rem var(--sans);transition:background .16s,color .16s}
.answer-cache button:hover{background:var(--accent-soft);color:var(--accent)}
/* Follow-up prompts under an answer. Scoped to .answer-extend so nothing here reaches the bubble's own elements. */
.answer-extend{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}
.answer-extend .extend-label{margin:0 0 9px;color:var(--faint);font-size:.75rem;font-weight:500;letter-spacing:.06em}
.answer-extend button{display:flex;width:100%;align-items:center;gap:9px;margin-top:6px;padding:9px 12px;border:0;border-radius:var(--r-control);background:var(--surface-soft);color:var(--muted);text-align:left;font:500 .8125rem/1.45 var(--sans);transition:background .16s,color .16s,transform .16s}
.answer-extend button .icon{width:15px;height:15px;flex:0 0 auto;color:var(--accent)}
.answer-extend button:hover{background:var(--accent-soft);color:var(--ink);transform:translateX(2px)}

/* Welcome */
.welcome{display:flex;width:min(var(--measure),100%);min-height:calc(100dvh - 76px);flex-direction:column;justify-content:center;margin:auto;padding:54px 0 140px;text-align:center}
.welcome.hidden{display:none}
/* Three irregular outlines, redrawn at random on every load. Sized in one place: the SVG fills the box. */
.beacon{width:104px;height:104px;margin:0 auto 22px;color:var(--accent)}
.beacon svg{display:block;width:100%;height:100%;overflow:visible}
.welcome h1{margin:0;color:var(--ink);font-size:clamp(2rem,4.2vw,3.4rem);font-weight:900;line-height:var(--lh-tight)}
.welcome>p{max-width:590px;margin:18px auto 34px;color:var(--muted);font-size:1rem;line-height:1.9}
.welcome>p em{color:var(--ink);font-style:normal}

/* Messages */
.messages{width:min(var(--measure),100%);margin:0 auto;padding:42px 0 178px}
.message{display:flex;gap:13px;margin:0 0 30px}
.message.user{justify-content:flex-end}
.agent-mark{flex:0 0 30px;width:30px;height:30px;margin-top:2px}
.bubble{max-width:85%;font-size:1.0625rem;line-height:1.8}
.bubble p{margin:0}
.bubble p+p,.bubble h3,.bubble ul,.bubble .table-wrap,.bubble ul+p,.bubble .table-wrap+p{margin-top:14px}
.bubble h3{margin-bottom:0;font-size:1.125rem;font-weight:700;line-height:var(--lh-normal)}
.bubble ul{margin-bottom:0;padding-left:20px}
.bubble li{margin-top:4px}
.bubble code{padding:1px 5px;border-radius:6px;background:var(--surface-soft);font:.9375rem var(--mono)}
.user .bubble{padding:13px 18px;border-radius:var(--r-card) var(--r-card) var(--r-badge) var(--r-card);background:var(--surface);box-shadow:0 4px 15px rgba(0,0,0,.06)}
.assistant .bubble{max-width:calc(100% - 43px);padding:3px 0}
.table-wrap{overflow:auto;margin-top:18px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface)}
table{width:100%;border-collapse:collapse;font:.9375rem/1.55 var(--mono)}
th{color:var(--muted);font-size:.8125rem;font-weight:500;text-align:left}
th,td{padding:12px 14px;border-bottom:1px solid var(--line)}
td{color:var(--ink)}
tr:last-child td{border-bottom:0}
.error{color:var(--accent);font-weight:600}

/* Thinking: SV core with sonar pulse rings (sv-pulsar PulseLoader) */
.thinking{display:flex;align-items:center;gap:16px;padding:4px 0}
.pulse{position:relative;display:grid;flex:0 0 34px;height:34px;place-items:center}
.pulse i{position:absolute;width:34px;height:34px;border:1px solid var(--accent);border-radius:50%;animation:sv-pulse-ring 1.8s cubic-bezier(.16,1,.3,1) infinite}
.pulse i:nth-child(2){animation-delay:.6s}
.pulse b{width:20px;height:20px;background:var(--accent);-webkit-mask:url(/favicon.svg) center/contain no-repeat;mask:url(/favicon.svg) center/contain no-repeat;animation:sv-pulse-core 1.8s ease-in-out infinite}
.thinking-copy{display:flex;align-items:baseline;gap:2px;min-width:0;color:var(--muted);font-size:.9375rem}
.thinking-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.thinking-copy em{font-style:normal;animation:sv-cursor-blink 1s step-end infinite}
@keyframes sv-pulse-ring{0%{opacity:.55;transform:scale(.55)}100%{opacity:0;transform:scale(2.1)}}
@keyframes sv-pulse-core{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(.86)}}
@keyframes sv-cursor-blink{0%,100%{opacity:1}50%{opacity:0}}

/* Composer */
.composer-wrap{position:fixed;right:0;bottom:0;left:268px;padding:22px 34px 14px;background:linear-gradient(transparent 0,var(--canvas) 34%)}
.composer-wrap form,.composer-wrap>p{width:min(var(--measure),100%);margin-right:auto;margin-left:auto}
.composer{display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px;padding:12px 12px 12px 20px;border:1px solid var(--line-strong);border-radius:var(--r-container);background:var(--surface);box-shadow:var(--shadow);transition:border-color .18s,box-shadow .18s}
.composer:focus-within{border-color:color-mix(in srgb,var(--accent) 55%,var(--line-strong));box-shadow:0 0 0 3px var(--accent-soft),var(--shadow)}
textarea{max-height:180px;width:100%;resize:none;padding:8px 0;border:0;outline:0;background:transparent;color:var(--ink);font:1rem/var(--lh-loose) var(--sans)}
textarea::placeholder{color:var(--faint)}
.composer button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:var(--accent);color:var(--on-accent);font-size:20px;font-weight:700;transition:background .18s,transform .18s}
.composer button:hover{background:var(--accent-hover)}
.composer button:active{transform:scale(.94)}
.composer button:disabled{cursor:wait;opacity:.58}
.composer button .icon{width:20px;height:20px}
.composer-wrap>p{margin-top:10px;color:var(--faint);text-align:center;font-size:.75rem}

/* Login gate */
dialog{width:min(420px,calc(100% - 38px));padding:0;border:1px solid var(--line);border-radius:var(--r-container);background:var(--surface);color:var(--ink);box-shadow:0 22px 80px rgba(0,0,0,.32)}
dialog::backdrop{background:rgba(12,10,10,.6);backdrop-filter:blur(4px)}
#gate form{padding:34px}
.gate-mark{display:block;width:36px;height:36px}
.eyebrow{margin:0 0 12px;color:var(--accent);font-size:.75rem;font-weight:500;letter-spacing:.1em}
#gate .eyebrow{margin:18px 0 0}
#gate h2{margin:8px 0;color:var(--ink);font-size:1.5rem;font-weight:700}
#gate p{margin:0 0 24px;color:var(--muted);font-size:.875rem;line-height:1.75}
#gate label{display:block;margin-bottom:8px;color:var(--ink);font-size:.8125rem;font-weight:700}
#gate input{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line-strong);border-radius:var(--r-control);background:var(--surface-soft);outline:0;color:var(--ink);font:.9375rem var(--sans)}
#gate input:focus{border-color:color-mix(in srgb,var(--accent) 55%,var(--line-strong));box-shadow:0 0 0 3px var(--accent-soft)}
#gate button{width:100%;min-height:48px;margin-top:12px;padding:12px;border:0;border-radius:var(--r-control);background:var(--accent);color:var(--on-accent);font:700 .875rem var(--sans)}
#gate button:hover{background:var(--accent-hover)}
#gate button:disabled{opacity:.58}
#gate small{display:block;min-height:17px;margin-top:8px;color:var(--accent);font-size:.8125rem}
/* Fields carry their own container ring (which follows the container radius); a second square outline inside a 34px shell clashes, so only non-field controls take the outline. */
/* Settings: own monthly usage, plus the roster for admins */
#settings{width:min(560px,calc(100% - 38px))}
.settings{padding:30px}
.settings-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.settings-head h2{margin:0;font-size:1.25rem;font-weight:700}
#settings-close{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:var(--r-badge);background:transparent;color:var(--muted)}
#settings-close .icon{width:16px;height:16px}
#settings-close:hover{background:var(--surface-soft);color:var(--ink)}
.usage-figure{display:flex;align-items:baseline;gap:4px;margin:0 0 10px;font-variant-numeric:tabular-nums}
.usage-figure strong{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}
.usage-figure span{color:var(--muted);font-size:1rem}
.meter{height:8px;overflow:hidden;border-radius:999px;background:var(--surface-soft)}
.meter span{display:block;width:0;height:100%;border-radius:999px;background:var(--accent);transition:width .3s ease}
.meter span.full{background:#c9191d}
.usage-note{margin:10px 0 0;color:var(--muted);font-size:.8125rem;line-height:1.7}
.danger,#admin-panel{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
#clear-conversations{min-height:38px;margin-top:12px;padding:0 16px;border:1px solid var(--line-strong);border-radius:var(--r-control);background:transparent;color:var(--muted);font-size:.8125rem}
#clear-conversations:hover:not(:disabled){border-color:#c9191d;color:#c9191d}
#clear-conversations:disabled{opacity:.5}
.admin-list{display:flex;flex-direction:column;gap:2px;max-height:260px;overflow:auto;overscroll-behavior:contain}
.admin-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 8px;border-radius:var(--r-badge)}
.admin-row:hover{background:var(--surface-soft)}
.admin-email{display:flex;align-items:center;overflow:hidden;color:var(--ink);font-size:.875rem;text-overflow:ellipsis;white-space:nowrap}
.admin-usage{color:var(--muted);font-size:.8125rem;font-variant-numeric:tabular-nums;white-space:nowrap}
.admin-row button{min-height:30px;padding:0 12px;border:1px solid var(--line-strong);border-radius:var(--r-badge);background:transparent;color:var(--muted);font-size:.8125rem}
.admin-row button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}
.admin-row button:disabled{opacity:.5}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
textarea:focus,textarea:focus-visible,dialog input:focus,dialog input:focus-visible{outline:none}


/* Answer-in-progress particle field. Fixed and pointer-events:none so it never repaints with the scrolling
   transcript, and it only runs while a question is in flight. */
#particles{position:fixed;top:0;left:268px;width:calc(100vw - 268px);height:100vh;z-index:0;opacity:0;pointer-events:none;transition:opacity .45s ease}
#particles.on{opacity:1}
.shell{position:relative}
.sidebar{z-index:1}
.app{position:relative;z-index:1}

/* Responsive */
@media(max-width:760px){#particles{left:0;width:100vw}.shell{display:block}.sidebar{position:fixed;z-index:20;width:276px;max-width:calc(100vw - 42px);transform:translateX(-105%);transition:transform .24s ease;box-shadow:20px 0 50px rgba(0,0,0,.3)}.sidebar.open{transform:translateX(0)}.app{padding:0 16px}.app header{min-height:64px;gap:12px}.sidebar-toggle{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:var(--r-badge);background:var(--surface-soft);color:var(--ink)}.sidebar-toggle .icon{width:20px;height:20px}.mobile-brand{display:block;color:var(--ink);font-family:var(--display);font-size:1rem;font-weight:700;letter-spacing:-.025em;text-decoration:none}.header-context{margin-left:auto;font-size:.75rem}.composer-wrap{left:0;padding-right:16px;padding-left:16px}.welcome{min-height:calc(100dvh - 64px);padding:50px 0 128px}.welcome>p{font-size:.9375rem}.messages{padding-top:28px}.bubble{max-width:90%;font-size:1rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
