.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-w);background:var(--surface-2);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:var(--z-sticky);overflow-y:auto}.sidebar__brand{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-5);border-bottom:1px solid var(--border)}.sidebar__brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--accent-tint);color:var(--accent)}.sidebar__brand-title{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--ink);line-height:1.2}.sidebar__brand-sub{color:var(--muted)}.sidebar__nav{flex:1;padding:var(--space-3) var(--space-3);display:flex;flex-direction:column;gap:2px}.sidebar__item{position:relative;display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-2) var(--space-3);border:0;background:none;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:var(--ink-soft);text-align:left;cursor:pointer;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.sidebar__item:hover{background:var(--surface-3);color:var(--ink)}.sidebar__item--active{background:var(--accent-tint);color:var(--accent)}.sidebar__item--active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:0 2px 2px 0;background:var(--accent)}.sidebar__item-icon{flex:none}.sidebar__item-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__footer{padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);display:flex;flex-direction:column;color:var(--muted)}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-overlay);background:#19191959}@media (max-width: 899px){.sidebar{transform:translate(-100%);transition:transform var(--dur-base) var(--ease-out);box-shadow:var(--shadow-lg)}.sidebar--open{transform:translate(0)}}.topbar{position:sticky;top:0;z-index:var(--z-sticky);height:var(--topbar-h);display:flex;align-items:center;gap:var(--space-4);padding:0 var(--space-5);background:#faf9f5b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.topbar__menu{display:none;place-items:center;width:36px;height:36px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-soft)}.topbar__menu:hover{color:var(--ink);border-color:var(--border-2)}.topbar__title{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.topbar__actions{display:flex;align-items:center;gap:var(--space-2);flex:none}.topbar__search{display:inline-flex;align-items:center;gap:var(--space-2);height:32px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted);font-family:var(--font-sans);font-size:.8125rem;transition:border-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.topbar__search:hover{border-color:var(--border-2);color:var(--ink)}.topbar__kbd{font-family:var(--font-sans);font-size:.6875rem;color:var(--faint);border:1px solid var(--border);border-radius:4px;padding:1px 4px}.topbar__github{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--muted)}.topbar__github:hover{color:var(--ink);background:var(--surface-2)}@media (max-width: 899px){.topbar__menu{display:grid}.topbar__search-label{display:none}}.app-shell{display:flex;height:100vh;height:100dvh;overflow:hidden}@supports (height: 100dvh){.app-shell{height:100dvh}}.app-shell__main{flex:1;min-width:0;margin-left:var(--sidebar-w);overflow-y:auto;display:flex;flex-direction:column}.app-shell__content{flex:1;width:100%;max-width:var(--content-max);margin:0 auto;padding:var(--space-6)}.view-loading{padding:var(--space-7);text-align:center;font-family:var(--font-sans);font-size:.9375rem;color:var(--muted)}@media (max-width: 899px){.app-shell__main{margin-left:0}.app-shell__content{padding:var(--space-4)}}.drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer);display:flex;justify-content:flex-end}.drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#19191959;animation:drawer-fade var(--dur-fast) var(--ease-out)}.drawer{position:relative;width:min(560px,100vw);height:100%;background:var(--surface);box-shadow:var(--shadow-lg);border-radius:var(--radius-lg) 0 0 var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;animation:drawer-in var(--dur-base) var(--ease-out);outline:none}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawer-fade{0%{opacity:0}to{opacity:1}}.drawer__head{position:relative;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:var(--space-2)}.drawer__title{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;line-height:1.25;color:var(--ink);padding-right:var(--space-6)}.drawer__subtitle{color:var(--muted)}.drawer__close{position:absolute;top:var(--space-4);right:var(--space-4);display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted);transition:color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.drawer__close:hover{color:var(--ink);border-color:var(--border-2)}.drawer__body{flex:1;overflow-y:auto;padding:var(--space-5) var(--space-6) var(--space-7);display:flex;flex-direction:column;gap:var(--space-5)}.drawer__defs{display:flex;flex-direction:column;gap:var(--space-2)}.drawer__def{background:var(--surface-2);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4)}.drawer__def dt{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.drawer__def dd{margin:var(--space-1) 0 0;font-family:var(--font-sans);font-size:.875rem;line-height:1.6;color:var(--ink-soft);word-break:break-word}.drawer__list{list-style:none;display:flex;flex-direction:column;gap:var(--space-3)}.drawer__list-item{position:relative;padding-left:var(--space-4);color:var(--ink-soft)}.drawer__list-item:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--accent)}.drawer__link{align-self:flex-start;font-family:var(--font-sans);font-size:.8125rem;color:var(--accent)}.drawer__link:hover{color:var(--accent-2)}.search-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer);display:flex;justify-content:center;align-items:flex-start;padding-top:12vh}.search-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#19191959;animation:search-fade var(--dur-fast) var(--ease-out)}.search-dialog{position:relative;width:min(640px,calc(100vw - var(--space-5)));max-height:70vh;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;animation:search-in var(--dur-base) var(--ease-out)}@keyframes search-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes search-fade{0%{opacity:0}to{opacity:1}}.search-dialog__input-row{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border)}.search-dialog__icon{color:var(--faint);flex:none}.search-dialog__input{flex:1;border:0;outline:none;background:none;font-family:var(--font-sans);font-size:1rem;color:var(--ink)}.search-dialog__input::placeholder{color:var(--faint)}.search-dialog__esc{flex:none;font-family:var(--font-sans);font-size:.6875rem;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px 6px}.search-dialog__results{flex:1;overflow-y:auto;padding:var(--space-3) 0}.search-dialog__empty{padding:var(--space-5);text-align:center;color:var(--muted)}.search-group{padding:var(--space-2) var(--space-3)}.search-group__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-1) var(--space-3)}.search-group__label{color:var(--muted);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.search-group__count{color:var(--faint)}.search-group__list{list-style:none;display:flex;flex-direction:column}.search-result{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;border:0;background:none;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);cursor:pointer}.search-result:hover{background:var(--surface-3)}.search-result--active{background:var(--accent-tint);outline:none}.search-result__title{font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:var(--ink)}.search-result--active .search-result__title{color:var(--accent)}.search-result__snippet{font-family:var(--font-sans);font-size:.75rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-result__meta{align-self:flex-start;color:var(--faint);text-transform:uppercase;letter-spacing:.08em}.search-dialog__footer{display:flex;gap:var(--space-4);padding:var(--space-3) var(--space-5);border-top:1px solid var(--border);color:var(--faint)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--space-5)}.card--alt{background:var(--surface-2);box-shadow:none}.card--clickable{cursor:pointer;transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.card--clickable:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg);border-color:var(--border-2)}.stat-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-1)}.stat-card__value{line-height:1}.stat-card__label{color:var(--ink-soft)}.stat-card__trend{color:var(--muted);margin-top:var(--space-1)}.callout{border-left:3px solid var(--accent);background:var(--accent-tint);border-radius:var(--radius-sm);padding:var(--space-4) var(--space-5);display:flex;flex-direction:column;gap:var(--space-2)}.callout__title{font-family:var(--font-sans);font-size:.9375rem;font-weight:600;color:var(--ink)}.callout__detail{font-family:var(--font-sans);font-size:.8125rem;line-height:1.6;color:var(--ink-soft)}.callout__link{color:var(--accent)}.callout__link:hover{color:var(--accent-2)}.callout--green{border-left-color:var(--green);background:var(--green-tint)}.callout--amber{border-left-color:var(--amber);background:var(--amber-tint)}.callout--red{border-left-color:var(--red);background:var(--red-tint)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-5);flex-wrap:wrap}.section-heading__text{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.section-heading__subtitle{max-width:720px;color:var(--muted);margin-top:var(--space-1)}.section-heading__slot{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.view-stack{display:flex;flex-direction:column;gap:var(--space-6)}.view-note{color:var(--muted)}.overview-hero{display:flex;flex-direction:column;gap:var(--space-3);padding-bottom:var(--space-2)}.overview-hero__title{max-width:900px}.overview-hero__subtitle{max-width:720px;color:var(--muted)}.overview-hero__meta{color:var(--faint);line-height:1.6}.overview-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-4)}.overview-goal{margin-top:var(--space-3)}.overview-weights{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-4)}.overview-weight{display:flex;flex-direction:column;gap:var(--space-2)}.overview-weight__head{display:flex;justify-content:space-between;gap:var(--space-3);font-family:var(--font-sans);font-size:.8125rem;color:var(--ink-soft)}.overview-weight__value{font-weight:600;color:var(--ink)}.overview-weight__track{height:6px;border-radius:3px;background:var(--surface-2);overflow:hidden}.overview-weight__fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--accent-2),var(--accent))}.overview-top3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-4);margin-top:var(--space-4)}.overview-top3__rank{font-family:var(--font-serif);font-size:.9375rem;font-weight:600;color:var(--accent)}.overview-top3__score{margin-top:var(--space-1);color:var(--muted)}.overview-top3__tagline{margin-top:var(--space-2);color:var(--muted)}.track3-note{max-width:720px;color:var(--muted)}.track3-card-head{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-4)}.track3-stat{max-width:340px}.track3-crowded{background:var(--red-tint);border-color:var(--red-border)}.track3-gaps{background:var(--green-tint);border-color:var(--green-border)}.track3-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-3)}.track3-list li{position:relative;padding-left:var(--space-4)}.track3-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--muted)}.track3-crowded .track3-list li:before{background:var(--red)}.track3-gaps .track3-list li:before{background:var(--green)}.track3-legend{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-3)}.sat-cell{display:inline-flex;align-items:center;gap:var(--space-2);font-size:.75rem;font-weight:500;color:var(--ink-soft);text-transform:capitalize}.sat-cell__dot{width:8px;height:8px;border-radius:50%;flex:none}.sat-cell--high .sat-cell__dot{background:var(--amber)}.sat-cell--medium .sat-cell__dot{background:var(--chart-3)}.sat-cell--lower .sat-cell__dot{background:var(--green)}.explorer-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:var(--space-5);align-items:stretch}.explorer-canvas{position:relative;height:540px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);overflow:hidden}.explorer-canvas canvas{display:block;touch-action:none}.explorer-legend{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);min-height:540px}.explorer-legend__list{list-style:none;display:flex;flex-direction:column;gap:var(--space-1);overflow-y:auto}.explorer-legend__item{display:flex;align-items:center;gap:var(--space-2);width:100%;text-align:left;border:1px solid transparent;background:none;border-radius:var(--radius-sm);padding:var(--space-2);font-family:var(--font-sans);font-size:.8125rem;color:var(--ink-soft);cursor:pointer;transition:background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.explorer-legend__item:hover{background:var(--surface-3);border-color:var(--border)}.explorer-legend__item--active{background:var(--accent-tint);border-color:var(--accent);color:var(--accent)}.explorer-legend__dot{width:10px;height:10px;border-radius:50%;flex:none}.explorer-legend__name{flex:1 1 auto;min-width:0}.explorer-legend__count{flex:none;color:var(--muted);font-size:.75rem;white-space:nowrap}.explorer-legend__item--active .explorer-legend__count{color:var(--accent)}.explorer-legend__hint{margin-top:auto}.explorer-hint{margin-top:var(--space-4)}.explorer-tooltip{display:flex;align-items:center;gap:var(--space-2);background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:var(--space-2) var(--space-3);max-width:240px}.explorer-tooltip__dot{width:10px;height:10px;border-radius:50%;flex:none}.explorer-tooltip__text{display:flex;flex-direction:column;gap:1px;min-width:0}.explorer-tooltip__theme{font-family:var(--font-sans);font-size:.75rem;font-weight:600;color:var(--ink);overflow:hidden;text-overflow:ellipsis}.explorer-tooltip__count{font-family:var(--font-sans);font-size:.75rem;color:var(--muted)}@media (max-width: 899px){.explorer-layout{grid-template-columns:1fr}.explorer-canvas{height:380px}.explorer-legend{min-height:0}}.t1-note{max-width:720px}.t1-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-4)}.t1-team{display:flex;flex-direction:column;gap:2px}.t1-team__name{font-weight:600;color:var(--ink)}.t1-team__ps{color:var(--muted)}.t1-patterns{list-style:none;counter-reset:pat;display:flex;flex-direction:column;gap:var(--space-3);max-width:860px;margin-top:var(--space-3)}.t1-patterns li{position:relative;padding-left:var(--space-7);counter-increment:pat;color:var(--ink-soft)}.t1-patterns li:before{content:counter(pat,decimal-leading-zero);position:absolute;left:0;top:0;font-family:var(--font-serif);font-weight:600;font-size:.8125rem;color:var(--accent);border:1px solid var(--border-2);border-radius:var(--radius-sm);padding:1px 7px;background:var(--surface)}.t2-note{max-width:720px}.t2-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-4)}.t2-filters{display:flex;flex-wrap:wrap;gap:var(--space-2)}.t2-card-head{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-4)}.t2-headlines{list-style:none;display:flex;flex-direction:column;gap:var(--space-3);max-width:860px;margin-top:var(--space-3)}.t2-headlines li{position:relative;padding-left:var(--space-4);color:var(--ink-soft)}.t2-headlines li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--accent)}.top3-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-4)}.top3-card{display:flex;flex-direction:column;gap:var(--space-3)}.top3-card__top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.top3-card__rank{font-family:var(--font-serif);font-size:2.25rem;font-weight:600;line-height:1;color:var(--accent)}.top3-card__score{font-size:.75rem;font-weight:600;letter-spacing:.06em;color:var(--surface);background:var(--accent);border-radius:999px;padding:3px 12px;white-space:nowrap}.top3-card__title{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;line-height:1.3}.top3-card__tagline{color:var(--muted)}.top3-whys{list-style:none;display:flex;flex-direction:column;gap:var(--space-3);max-width:860px;margin-top:var(--space-3)}.top3-whys li{position:relative;padding-left:var(--space-4);color:var(--ink-soft)}.top3-whys li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--accent)}:root{--bg: #FAF9F5;--surface: #FFFFFF;--surface-2: #F4F2EC;--surface-3: #F7F5EF;--ink: #191919;--ink-soft: #4B4A45;--muted: #6C6B66;--faint: #9C9A92;--accent: #CC785C;--accent-2: #D97757;--accent-tint: rgba(204, 120, 92, .08);--border: #E8E6DF;--border-2: #DDDAD1;--green: #3E8E5A;--green-tint: rgba(62, 142, 90, .08);--green-border: rgba(62, 142, 90, .28);--amber: #B97A2E;--amber-tint: rgba(185, 122, 46, .09);--amber-border: rgba(185, 122, 46, .32);--red: #C05B4D;--red-tint: rgba(192, 91, 77, .08);--red-border: rgba(192, 91, 77, .28);--chart-1: #CC785C;--chart-2: #3E8E5A;--chart-3: #6B8FA3;--chart-4: #B97A2E;--chart-5: #8A6BB5;--chart-6: #C05B4D;--chart-grid: #E8E6DF;--chart-axis: #9C9A92;--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--radius: 10px;--radius-sm: 6px;--radius-lg: 14px;--shadow: 0 1px 2px rgba(25, 25, 25, .04), 0 8px 24px rgba(25, 25, 25, .04);--shadow-sm: 0 1px 2px rgba(25, 25, 25, .05);--shadow-lg: 0 4px 12px rgba(25, 25, 25, .08), 0 16px 48px rgba(25, 25, 25, .12);--sidebar-w: 264px;--sidebar-w-collapsed: 0px;--topbar-h: 60px;--content-max: 1200px;--z-base: 1;--z-sticky: 10;--z-overlay: 20;--z-drawer: 30;--z-toast: 40;--dur-fast: .14s;--dur-base: .22s;--dur-slow: .36s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}.kicker{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.view-title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.4rem);font-weight:500;letter-spacing:-.01em;line-height:1.15;color:var(--ink);margin:0}.section-heading{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;line-height:1.3;color:var(--ink);margin:0}.card-title{font-family:var(--font-sans);font-size:1.05rem;font-weight:600;color:var(--ink);margin:0}.body{font-family:var(--font-sans);font-size:.9375rem;line-height:1.6;color:var(--ink-soft)}.small-note{font-family:var(--font-sans);font-size:.8125rem;color:var(--muted)}.table-cell{font-family:var(--font-sans);font-size:.875rem}.table-header{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.big-number{font-family:var(--font-serif);font-size:2rem;font-weight:600;color:var(--ink)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--accent-tint)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}img,svg{max-width:100%;display:block}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-2)}h1,h2,h3,h4,h5,h6,p{margin:0}ul,ol{margin:0;padding:0}button{font:inherit;cursor:pointer}button:disabled{cursor:not-allowed}*{scrollbar-width:thin;scrollbar-color:var(--border-2) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:4px}*::-webkit-scrollbar-track{background:transparent}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
