@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap";:root{--color-primary: #0D9488;--color-primary-light: #14B8A6;--color-primary-dark: #0F766E;--color-secondary: #0ea5e9;--color-accent: #F97066;--color-success: #10B981;--color-warning: #F59E0B;--color-danger: #EF4444;--bg-app: #f8fafc;--bg-card: #ffffff;--bg-glass: rgba(255, 255, 255, .85);--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--text-on-primary: #ffffff;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-glass: 0 4px 30px rgba(0, 0, 0, .1);--font-body: "Inter", system-ui, sans-serif;--font-heading: "Outfit", system-ui, sans-serif;--font-base-size: 16px;--scale-factor: 1;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--z-nav: 100;--z-fab: 200;--z-modal: 300;--z-overlay: 400;--z-toast: 500}.dark-mode{--bg-app: #0f172a;--bg-card: #1e293b;--bg-glass: rgba(30, 41, 59, .85);--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #64748b;--border-color: #334155;--shadow-glass: 0 4px 30px rgba(0, 0, 0, .5)}.high-contrast{--color-primary: #000000;--color-primary-light: #333333;--color-accent: #000000;--color-success: #000000;--color-warning: #000000;--color-danger: #000000;--bg-app: #ffffff;--bg-card: #ffffff;--text-primary: #000000;--text-secondary: #000000;--border-color: #000000;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--radius-md: 0;--radius-lg: 0}.colorblind{--color-success: #3b82f6;--color-danger: #f97316;--color-warning: #fbbf24}.large-buttons{--scale-factor: 1.25}.dyslexia-font{--font-body: "Comic Sans MS", "OpenDyslexic", sans-serif !important;--font-heading: "Comic Sans MS", "OpenDyslexic", sans-serif !important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-base-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg-app);color:var(--text-primary);line-height:1.5;overflow-x:hidden;overscroll-behavior-y:none;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:.5rem}a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s ease}button{font-family:var(--font-body);border:none;outline:none;cursor:pointer;background:none;-webkit-tap-highlight-color:transparent}img,video,svg{max-width:100%;border-radius:var(--radius-md);height:auto;display:block}.glass-panel{background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);box-shadow:var(--shadow-glass);border-radius:var(--radius-lg)}.dark-mode .glass-panel{border:1px solid rgba(255,255,255,.05)}.app-container{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;position:relative}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.motion-reduce *,.motion-reduce *:before,.motion-reduce *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}@keyframes pulse-soft{0%{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.9}to{transform:scale(1);opacity:1}}@keyframes shine{0%{left:-100%}to{left:100%}}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-soft{animation:pulse-soft 3s ease-in-out infinite}.shiny-effect{position:relative;overflow:hidden}.shiny-effect:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);transform:skew(-25deg);animation:shine 4s infinite}.bg-blobs{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.blob{position:absolute;filter:blur(80px);opacity:.25;border-radius:50%;animation:float 10s ease-in-out infinite alternate}.blob-1{width:400px;height:400px;background:var(--color-primary-light);top:-100px;right:-100px}.blob-2{width:300px;height:300px;background:var(--color-secondary);bottom:-50px;left:-50px;animation-delay:-2s}.tap-bounce:active{transform:scale(.96)}.hover-lift{transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.hover-lift:hover{transform:translateY(-4px)}
