@font-face { font-family: 'DM Sans'; src: url('/fonts/dm-sans.woff2') format('woff2'); font-style: normal; font-weight: 400 600; font-display: block; }
@font-face { font-family: 'Manrope'; src: url('/fonts/manrope.woff2') format('woff2'); font-style: normal; font-weight: 400 700; font-display: block; }

:root { color-scheme: dark; font-family: 'DM Sans', sans-serif; background: #0b0d10; color: #f4f1e9; font-synthesis: none; }
* { box-sizing: border-box; }
html, body, #root { margin: 0; min-height: 100%; }
body { background: #0b0d10; }
button, input { font: inherit; }
button { color: inherit; }
.dashboard { max-width: 1600px; margin: auto; padding: clamp(24px, 4vw, 64px); }
.masthead { min-height: 44vh; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 48px; padding: 8vh 0 7vh; }
.eyebrow { color: #8e9298; letter-spacing: .14em; text-transform: uppercase; font-size: 11px; margin: 0 0 28px; }
.masthead h1 { font: 500 clamp(54px, 7.2vw, 112px)/.9 'Manrope'; letter-spacing: -.075em; margin: 0; white-space: nowrap; }
.intro { max-width: 380px; justify-self: end; }
.intro p { color: #a8abb0; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; margin: 0 0 30px; }
.intro button, .shortcuts span { border: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, #1c2025, #121519); border-radius: 10px; padding: 10.8px 14px; box-shadow: inset 0 1px rgba(255,255,255,.07), 0 1px 2px rgba(0,0,0,.34); font-size: 90%; cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .12s ease; }
.intro button:hover { border-color: rgba(255,255,255,.2); background: linear-gradient(180deg, #22262c, #16191e); }
.intro button:active { transform: translateY(1px); box-shadow: inset 0 1px 3px rgba(0,0,0,.35); }
.intro button:focus-visible { outline: 2px solid rgba(134,166,255,.75); outline-offset: 3px; }
.language-toggle { display: inline-flex; align-items: center; gap: 7px; justify-content: center; transition: border-color .2s, background .2s, color .2s; }
.language-toggle:hover { border-color: #59616b; background: #1b1f24; }
.live-toggle i { position: relative; order: 2; width: 30px; height: 18px; flex: 0 0 auto; border: 0; border-radius: 999px; background: #4b4e54; box-shadow: inset 0 0 0 1px rgba(255,255,255,.07); transition: background .22s cubic-bezier(.2,.8,.2,1); }
.live-toggle i::after { content: ''; position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.45); transition: transform .22s cubic-bezier(.2,.8,.2,1); }
.live-toggle.active { color: #fff; border-color: rgba(255,255,255,.16); background: linear-gradient(180deg, #20242a, #15181c); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 1px 2px rgba(0,0,0,.34); }
.live-toggle.active i { background: #0a84ff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 0 0 1px rgba(10,132,255,.12); }
.live-toggle.active i::after { transform: translateX(12px); }
.command { border: 1px solid #32363b; background: #15181c; border-radius: 100px; padding: 12px 18px; cursor: pointer; }
.shortcuts { display: flex; flex-wrap: wrap; gap: 8px; }
.shortcuts span { display: inline-flex; align-items: center; }
.card-main { text-decoration: none; color: inherit; }
.rule { border-top: 1px solid #292c30; padding: 14px 0 34px; display: flex; justify-content: space-between; color: #767a80; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 4vw, 68px) clamp(18px, 2.5vw, 40px); }
.card { position: relative; opacity: 0; transform: translateY(12px); animation: arrive .55s ease forwards var(--delay); content-visibility: auto; contain-intrinsic-block-size: auto 560px; }
body.startup-loading .card { content-visibility: visible; }
@keyframes arrive { to { opacity: 1; transform: none; } }
.card-main { display: block; width: 100%; padding: 0; text-align: left; border: 0; background: none; cursor: pointer; }
.preview { aspect-ratio: 16 / 10; overflow: hidden; background: #15181b; position: relative; border-radius: 3px; border: 1px solid #202328; }
.preview-stage { position: absolute; inset: 0; transition: filter .35s ease; backface-visibility: hidden; }
.preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; backface-visibility: hidden; }
.card-frame { position: absolute; z-index: 1; inset: 0 auto auto 0; width: 200%; height: 200%; border: 0; pointer-events: none; opacity: 0; transform: scale(.5); transform-origin: top left; background: transparent; transition: opacity .7s ease; }
.card-frame.ready { opacity: 1; }
.card:hover .preview-stage { filter: brightness(1.04); }
.card-meta { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 17px 0 0; }
.card-meta h2 { font: 500 clamp(17px, 1.5vw, 23px) 'Manrope'; letter-spacing: -.035em; margin: 0 0 5px; }
.card-meta p { color: #7d8289; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; margin: 0; }
.badges { display: flex; gap: 5px; }
.badges span, .single-badge { color: #c2c5c9; border: 1px solid #30343a; border-radius: 100px; padding: 5px 8px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.placeholder { width: 100%; height: 100%; display: grid; place-content: center; justify-items: center; gap: 12px; color: #60656c; background: linear-gradient(135deg,#15191d,#101215); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.placeholder-mark { width: 48px; height: 48px; display: grid; place-content: center; border: 1px solid #31363c; border-radius: 50%; color: #a3a8ae; }
.dashboard > footer { border-top: 1px solid #292c30; margin-top: 10vh; padding: 24px 0; display: flex; justify-content: space-between; color: #777b81; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.viewer { position: fixed; inset: 0; background: #08090a; }
.frames, .frames iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.frames iframe { visibility: hidden; opacity: 0; pointer-events: none; background: white; }
.frames iframe.active { visibility: visible; opacity: 1; pointer-events: auto; }
.navigator-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: start center; padding-top: min(14vh, 130px); background: rgba(0,0,0,.48); backdrop-filter: blur(6px); animation: fade .16s ease; }
@keyframes fade { from { opacity: 0; } }
.navigator { isolation: isolate; position: relative; width: min(620px, calc(100% - 28px)); max-height: min(720px, 76vh); overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.19); border-radius: 24px; background: linear-gradient(145deg,rgba(37,40,45,.84),rgba(15,17,20,.9)); box-shadow: 0 32px 100px rgba(0,0,0,.6), inset 0 1px rgba(255,255,255,.1); backdrop-filter: blur(34px) saturate(145%); animation: float-in .25s cubic-bezier(.2,.8,.2,1); }
@keyframes float-in { from { opacity: 0; transform: translateY(-10px) scale(.985); } }
.reflection { position: absolute; z-index: -1; width: 70%; height: 180px; left: 5%; top: -130px; border-radius: 50%; background: rgba(255,255,255,.16); filter: blur(45px); }
.navigator > header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 18px 19px 12px; }
.navigator-heading { min-width: 0; display: flex; align-items: center; gap: 12px; }
.navigator-heading > div { min-width: 0; display: flex; flex-direction: column; }
.navigator > header strong { font: 600 14px 'Manrope'; }
.navigator > header small { color: #858b92; font-size: 10px; }
.nav-symbol { width: 36px; height: 36px; display: grid; place-content: center; border-radius: 11px; background: rgba(255,255,255,.08); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.navigator-close { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); color: #9da2a9; border-radius: 7px; font-size: 9px; padding: 6px 8px; cursor: pointer; }
.search { margin: 5px 16px 12px; height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 14px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; }
.search span { color: #989da4; font-size: 21px; }
.search input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 13px; }
.search input::placeholder { color: #747980; }
.navigator-controls { display: flex; align-items: center; justify-content: center; gap: 6px; }
.navigator-controls button { min-width: 0; height: 24px; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 0 6px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; background: rgba(255,255,255,.045); color: #c5c9ce; white-space: nowrap; cursor: pointer; }
.navigator-controls button:hover { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); }
.navigator-controls button:focus-visible { outline: 2px solid rgba(134,166,255,.75); outline-offset: 2px; }
.navigator-controls button > span { font-size: 9px; }
.navigator-controls button > strong { color: #858b92; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.navigator-controls .language-toggle { width: 26px; padding: 0; }
.navigator-controls .control-icon { width: 13px; overflow: hidden; font-family: 'Material Symbols Rounded'; font-size: 13px; font-weight: 400; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; font-feature-settings: 'liga'; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
.navigator-controls .live-toggle { width: 49px; padding: 0 5px; overflow: hidden; }
.navigator-controls .live-toggle i { position: relative; order: initial; width: 22px; height: 14px; flex: 0 0 22px; border-radius: 999px; background: #4b4e54; box-shadow: inset 0 0 0 1px rgba(255,255,255,.07); }
.navigator-controls .live-toggle i::after { top: 2px; left: 2px; width: 10px; height: 10px; }
.navigator-controls .live-toggle.active i { background: #0a84ff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.navigator-controls .live-toggle.active i::after { transform: translateX(8px); }
.nav-list { overflow: auto; padding: 0 8px 8px; }
.nav-list a { width: 100%; display: grid; grid-template-columns: 38px 1fr auto 22px; align-items: center; gap: 10px; border: 0; border-radius: 11px; background: transparent; color: inherit; text-decoration: none; text-align: left; padding: 11px 10px; cursor: pointer; }
.nav-list a.active { background: rgba(255,255,255,.09); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.nav-number { color: #7d8289; font: 500 10px 'Manrope'; }
.nav-list strong { font: 500 13px 'Manrope'; }
.nav-variants { color: #858a91; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.empty { padding: 35px; text-align: center; color: #858a91; }
.navigator > footer { display: flex; align-items: center; gap: 16px; padding: 10px 14px 11px 18px; border-top: 1px solid rgba(255,255,255,.08); color: #747a81; font-size: 9px; }
.navigator > footer .navigator-controls { margin-left: auto; gap: 5px; }
kbd { min-width: 19px; display: inline-block; text-align: center; margin-right: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.1); border-radius: 4px; background: rgba(255,255,255,.05); color: #aeb3b9; }
@media (max-width: 720px) { .dashboard { padding: 20px; } .masthead { min-height: 54vh; grid-template-columns: 1fr; align-content: end; gap: 30px; } .masthead h1 { font-size: clamp(40px, 11.5vw, 74px); } .intro { justify-self: start; } .intro button { min-height: 44px; } .grid { grid-template-columns: minmax(0, 1fr); gap: 42px; } .card-meta { align-items: center; } .navigator-backdrop { padding-top: 7vh; } .navigator { max-height: 86vh; } .nav-variants { display: none; } .nav-list a { grid-template-columns: 34px 1fr 20px; } .navigator > footer { gap: 9px; } .navigator > footer > span:nth-child(2) { display: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
