@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap";:root{--tesio-lime: #C8F135;--tesio-lime-dark: #A8CF1A;--tesio-lime-pale: #F1FAD0;--tesio-lime-mid: #D8F560;--tesio-black: #111111;--tesio-black-2: #1C1C1C;--tesio-black-3: #2A2A2A;--tesio-white: #FFFFFF;--tesio-off-white: #FAFAFA;--tesio-ink: #2C2C2C;--tesio-sub: #555555;--tesio-muted: #888888;--tesio-border: rgba(0, 0, 0, .08);--tesio-border-md: rgba(0, 0, 0, .14);--tesio-ok: #C8F135;--tesio-ok-bg: #F1FAD0;--tesio-ok-text: #3A6600;--tesio-warn: #F5A623;--tesio-warn-bg: #FFF3E0;--tesio-warn-text: #9A5500;--tesio-danger: #E53935;--tesio-danger-bg: #FFE8E8;--tesio-danger-text: #9A0000;--tesio-neutral-bg: #F5F5F5;--tesio-neutral-text:#888888;--tesio-info: #3B82F6;--tesio-info-bg: #EFF8FF;--tesio-info-text: #175CD3;--tesio-lime-on-light: #5A7A14;--bg-primary: #F0F0F2;--bg-secondary: #F5F5F7;--bg-tertiary: #EAEAEC;--bg-card: #FFFFFF;--bg-card-hover: #F5F5F7;--bg-sidebar: #111111;--text-primary: #111113;--text-secondary: #444450;--text-muted: #71717A;--text-on-sidebar: rgba(255,255,255,.5);--border-light: rgba(0, 0, 0, .1);--border-medium: rgba(0, 0, 0, .18);--border-card: #D4D4D8;--shadow-card: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-modal: 0 8px 32px rgba(0,0,0,.16);--font-display: "Sora", -apple-system, sans-serif;--font-body: "DM Sans", -apple-system, sans-serif;--text-xs: 12px;--text-sm: 13px;--text-base: 14px;--text-md: 15px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--text-3xl: 36px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--r-sm: 6px;--r-md: 10px;--r-lg: 14px;--r-xl: 20px;--r-full: 9999px;--sidebar-w: 200px;--sidebar-w-expanded: 220px;--topbar-h: 52px;--shelf-h: 56px;--shelf-w: 64px;--shelf-bg: rgba(255,255,255,.95);--shelf-border: rgba(0,0,0,.12);--shelf-search-bg: rgba(0,0,0,.06);--shelf-active-text: #3D6B00;--panel-bg: rgba(255,255,255,.96);--panel-border: rgba(0,0,0,.12);--panel-shadow: 0 8px 32px rgba(0,0,0,.12);--glass-bg: rgba(255,255,255,.06);--glass-border: rgba(0,0,0,.1);--glass-blur: 20px}[data-theme=dark]{--bg-primary: #09090B;--bg-secondary: #111113;--bg-tertiary: #1C1C1F;--bg-card: #111113;--bg-card-hover: #1C1C1F;--bg-sidebar: #09090B;--text-primary: #F0F0F2;--text-secondary: #B0B0B8;--text-muted: #888892;--text-on-sidebar: rgba(255,255,255,.55);--border-light: rgba(255, 255, 255, .08);--border-medium: rgba(255, 255, 255, .14);--border-card: #2A2A30;--shadow-card: 0 1px 3px rgba(0,0,0,.4);--shadow-modal: 0 8px 32px rgba(0,0,0,.5);--tesio-ok-bg: rgba(200,241,53,.12);--tesio-ok-text: #B8E030;--tesio-warn-bg: rgba(245,166,35,.12);--tesio-warn-text: #F5A623;--tesio-danger-bg: rgba(229,57,53,.12);--tesio-danger-text: #FF6B68;--tesio-neutral-bg: rgba(255,255,255,.06);--tesio-neutral-text:#777777;--tesio-info-bg: rgba(59,130,246,.12);--tesio-info-text: #60A5FA;--tesio-lime-on-light: #B8E030;--shelf-bg: rgba(16,16,20,.92);--shelf-border: rgba(255,255,255,.1);--shelf-search-bg: rgba(255,255,255,.06);--shelf-active-text: #C8F135;--panel-bg: rgba(16,16,20,.85);--panel-border: rgba(200,241,53,.12);--panel-shadow: 0 12px 40px rgba(0,0,0,.5);--glass-bg: rgba(255,255,255,.04);--glass-border: rgba(200,241,53,.12);--tesio-ink: #F0F0F2;--tesio-sub: #B0B0B8;--tesio-muted: #888892;--tesio-border: rgba(255, 255, 255, .08);--tesio-border-md: rgba(255, 255, 255, .14);--tesio-off-white: #1C1C1C}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font-body);font-size:var(--text-base);color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s,color .2s}input,button,select,textarea{font-family:var(--font-body)}@keyframes tesio-spin{to{transform:rotate(360deg)}}@keyframes tesio-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes tesio-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes tesio-toast-in{0%{opacity:0;transform:translate(40px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes tesio-toast-out{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(40px) scale(.95)}}@keyframes tesio-palette-in{0%{opacity:0;transform:translateY(-12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tesio-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}*:focus-visible{outline:2px solid #C8F135;outline-offset:2px}.tabular-nums{font-variant-numeric:tabular-nums}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
