@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");@import url("https://fonts.googleapis.com/icon?family=Material+Icons");:root{--bg-color:#0e0f12;--bg-color-rgb:14 15 18;--bg-elevated:#1a1a1a;--bg-elevated-rgb:26 26 26;--card-bg:#1a1c20;--card-bg-rgb:26 28 32;--secondary-color:#f5f5f5;--secondary-color-rgb:245 245 245;--secondary-variant:#e0e0e0;--on-secondary:#111;--error-color:#cf6679;--error-bg:rgba(207,102,121,.18);--text-color:#fff;--text-secondary:#b3b3b3;--text-tertiary:gray;--focus-color:#f5f8fc;--focus-color-rgb:245 248 252;--focus-bg:#303030;--border-color:#333;--app-font-family:"Inter","Segoe UI",Arial,sans-serif;--tv-safe-gutter:32px;--tv-safe-gutter:clamp(28px,3vw,56px);--tv-safe-gutter-wide:40px;--tv-safe-gutter-wide:clamp(32px,3.6vw,72px);--tv-card-radius:16px;--tv-card-radius:clamp(14px,1.1vw,22px);--tv-card-gap:14px;--tv-card-gap:clamp(12px,1vw,18px);--tv-button-height:60px;--tv-button-height:clamp(54px,3.7vw,68px);--tv-button-padding-x:28px;--tv-button-padding-x:clamp(22px,2vw,34px);--tv-control-size:64px;--tv-control-size:clamp(58px,4vw,74px);--tv-control-icon-size:32px;--tv-control-icon-size:clamp(28px,2vw,36px);--tv-caption-text:16px;--tv-caption-text:clamp(14px,0.95vw,18px);--tv-secondary-text:18px;--tv-secondary-text:clamp(16px,1.08vw,21px);--tv-body-text:20px;--tv-body-text:clamp(18px,1.18vw,24px);--tv-subtitle-text:28px;--tv-subtitle-text:clamp(24px,1.7vw,32px);--tv-title-text:48px;--tv-title-text:clamp(42px,2.9vw,60px)}body,html{background:#0e0f12;color:#fff;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:20px;font-size:clamp(18px,1.18vw,24px);height:100%;margin:0;overflow:hidden;width:100%}*{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0;min-width:0}#app{overflow:hidden}#app,.screen{height:100vh;width:100vw}.screen{display:none}.row{margin:40px}.card{background:#222;border-radius:8px;display:inline-block;height:140px;margin-right:20px;overflow:hidden;transform:translateZ(0);transition:transform .2s,box-shadow .2s;width:250px}.card.focused{box-shadow:0 0 0 2px rgba(245,249,255,.9);transform:scale(1.1);z-index:10}:focus{outline:none!important}