:root{--ds-bg-base: #0A0C11;--ds-bg-surface: #0D1120;--ds-bg-raised: #0F1829;--ds-border-subtle: #1A2236;--ds-border-accent: #1E3A5F;--ds-blue-primary: #378ADD;--ds-blue-soft: #85B7EB;--ds-blue-ghost: #2D4A6E;--ds-blue-deep: #1E3A5F;--ds-blue-strong: #2B73BD;--ds-blue-strong-hover:#245F9E;--ds-focus-ring: #85B7EB;--ds-text-primary: #F0F4FF;--ds-text-secondary: #D0D8EC;--ds-text-muted: #7F8DAA;--ds-text-ghost: #1E2D44;--ds-amber: #EF9F27;--ds-teal: #5DCAA5;--ds-red: #E24B4A;--ds-red-hover: #C93F3E;--ds-danger: var(--ds-red);--ds-blue: var(--ds-blue-primary);--ds-border-warn: #3A1F00;--ds-border-danger: #3A0000;--ds-border-soft: #141A2A;--ds-brand-blue: #2870C4;--ds-brand-blue-dk: #1A5FAA;--ds-brand-blue-bg: #0D1829;--ds-brand-orange: #F5A623;--ds-brand-name: #F0F4FF;--ds-brand-domain: #378ADD;--ds-font-display: "Archivo", sans-serif;--ds-font-body: "Inter", sans-serif;--ds-font-mono: ui-monospace, "SF Mono", "Cascadia Code", "Consolas", monospace;--ds-radius-sm: 8px;--ds-radius-md: 10px;--ds-radius-lg: 14px;--ds-radius-xl: 40px;--ds-radius-pill: 99px;--ds-duration-fast: .12s;--ds-duration-base: .2s;--ds-easing-out: cubic-bezier(.16, 1, .3, 1);--ds-space-1: 4px;--ds-space-2: 8px;--ds-space-3: 12px;--ds-space-4: 16px;--ds-space-5: 24px;--ds-space-6: 32px;--ds-space-7: 48px;--ds-space-8: 64px;--ds-text-2xs: .7rem;--ds-text-xs: .78rem;--ds-text-sm: .85rem;--ds-text-base: .9rem;--ds-text-md: 1rem;--ds-text-lg: 1.15rem;--ds-text-xl: 1.4rem;--ds-text-2xl: 1.8rem}[data-theme=light]{--ds-bg-base: #F4F7FA;--ds-bg-surface: #FFFFFF;--ds-bg-raised: #E8EEF5;--ds-border-subtle: #DCE4EE;--ds-border-accent: #C2D2E4;--ds-border-soft: #E6ECF4;--ds-text-primary: #1A2236;--ds-text-secondary: #4A5A78;--ds-text-muted: #5F6F89;--ds-text-ghost: #9FB1C7;--ds-brand-name: #0D1829;--ds-focus-ring: #1E5FAA}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}body{font-family:var(--ds-font-body);font-weight:400;font-size:16px;line-height:1.5;color:var(--ds-text-primary);background-color:var(--ds-bg-base);min-height:100vh;overflow-x:hidden;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit;-webkit-user-select:auto;user-select:auto}a{color:var(--ds-blue-primary);text-decoration:none}ul,ol{list-style:none}.plate-mono{font-family:var(--ds-font-mono);font-weight:700;letter-spacing:1px;text-transform:uppercase}.selectable,.selectable *{-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}.master-panel button:not(:disabled){transition:filter var(--ds-duration-fast) ease}.master-panel button:not(:disabled):hover{filter:brightness(1.12)}:focus-visible{outline:2px solid var(--ds-focus-ring);outline-offset:2px}::placeholder{color:var(--ds-text-muted);opacity:1}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--ds-border-subtle);border-radius:var(--ds-radius-pill)}.react-joyride__arrow{color:var(--ds-bg-raised)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:.2}to{transform:scale(1);opacity:.6}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cameraPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.94)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
