@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary: #FF8A65;--color-primary-hover: #FF7043;--color-primary-light: #FFCCBC;--color-sidebar: #1e3a5f;--color-sidebar-dark: #0a1628;--color-bg-main: #F8F9FA;--color-bg-card: #FFFFFF;--color-text-primary: #1e293b;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-success: #22c55e;--color-warning: #f59e0b;--color-danger: #ef4444;--color-info: #3b82f6;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--sidebar-width-collapsed: 72px;--sidebar-width-expanded: 264px}html[data-theme=dark]{--color-bg-main: #0f172a;--color-bg-card: #1e293b;--color-text-primary: #f1f5f9;--color-text-secondary: #94a3b8}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@layer utilities{.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .2s ease-out forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .3s ease-out forwards}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}html[data-theme=dark] body{color:#e5e7eb;background-color:#0c0f1d}html[data-theme=dark] .text-gray-900,html[data-theme=dark] .text-gray-800,html[data-theme=dark] .text-gray-700{color:#e5e7eb!important}html[data-theme=dark] .text-gray-600{color:#9ca3af!important}html[data-theme=dark] .text-gray-500{color:#6b7280!important}html[data-theme=dark] .text-gray-400{color:#4b5563!important}html[data-theme=dark] .card-colorful{background-color:#1a1a2e!important;border-width:2px}html[data-theme=dark] .text-gradient-purple{background:linear-gradient(to right,#a78bfa,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html[data-theme=dark] .btn-gradient-primary,html[data-theme=dark] .btn-gradient-success,html[data-theme=dark] .btn-gradient-info{filter:brightness(1.1)}html[data-theme=dark]{--color-primary: #FF9472;--color-primary-hover: #FFB494;--color-success: #34d399;--color-info: #60a5fa}html[data-theme=dark] input:not([type=checkbox]):not([type=radio]),html[data-theme=dark] textarea,html[data-theme=dark] select{background-color:#1e293b!important;border-color:#374151!important;color:#f1f5f9!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#6b7280!important}html[data-theme=dark] option{background-color:#1e293b;color:#f1f5f9}html[data-theme=dark] .bg-white{background-color:#1e293b!important}html[data-theme=dark] .bg-gray-50{background-color:#111827!important}html[data-theme=dark] .bg-gray-100{background-color:#1f2937!important}html[data-theme=dark] .border-gray-100,html[data-theme=dark] .border-gray-200{border-color:#374151!important}html[data-theme=dark] .border-gray-300{border-color:#4b5563!important}html[data-theme=dark] .divide-gray-100>*+*,html[data-theme=dark] .divide-gray-200>*+*{border-color:#374151!important}html[data-theme=dark] .ring-gray-100,html[data-theme=dark] .ring-gray-200{--tw-ring-color: #374151 !important}html[data-theme=dark] .shadow-sm,html[data-theme=dark] .shadow,html[data-theme=dark] .shadow-md,html[data-theme=dark] .shadow-lg{--tw-shadow-color: rgba(0, 0, 0, .4)}html[data-theme=dark] .hover\:bg-gray-50:hover{background-color:#1f2937!important}html[data-theme=dark] .hover\:bg-gray-100:hover{background-color:#374151!important}html[data-theme=dark] .bg-black\/50{background-color:#000000b3!important}html[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}html[data-theme=dark] ::-webkit-scrollbar-track{background:#1e293b}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#64748b}html[data-theme=dark] table{color:#e5e7eb}html[data-theme=dark] th{background-color:#1e293b;border-color:#374151}html[data-theme=dark] td{border-color:#374151}html[data-theme=dark] tr:hover{background-color:#1f2937}@keyframes aurora-float-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-40px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(40px,10px) scale(1.02)}}@keyframes aurora-float-2{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-40px,30px) scale(.97)}50%{transform:translate(30px,-20px) scale(1.04)}75%{transform:translate(-10px,-30px) scale(1)}}@keyframes aurora-float-3{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,30px) scale(1.03)}66%{transform:translate(-30px,-15px) scale(.98)}}.aurora-blob-1{animation:aurora-float-1 12s ease-in-out infinite}.aurora-blob-2{animation:aurora-float-2 15s ease-in-out infinite}.aurora-blob-3{animation:aurora-float-3 10s ease-in-out infinite}.glass-card{background:#ffffff0d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:20px;transition:border-color .3s ease,box-shadow .3s ease}.glass-card:hover{border-color:#fff3;box-shadow:0 8px 32px #0000001a}@keyframes kid-breath{0%,to{transform:translate(-50%,-50%) translateY(0) scale(1)}50%{transform:translate(-50%,-50%) translateY(-6px) scale(1.02)}}.kid-breath-wrapper{animation:kid-breath 4s ease-in-out infinite}.kid-head-smooth{transition:transform .15s ease-out}.auth-input{transition:all .3s ease}.auth-input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a,0 1px 2px #0000000d;outline:none}.auth-input:hover:not(:focus){border-color:#a5b4fc;box-shadow:0 2px 8px #6366f10f}@keyframes shimmer{0%{transform:translate(-100%) skew(-12deg)}to{transform:translate(200%) skew(-12deg)}}.btn-shimmer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%) skew(-12deg)}.btn-shimmer:hover:after{animation:shimmer .8s ease-in-out}.role-card{transition:all .25s cubic-bezier(.4,0,.2,1)}.role-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}@keyframes feature-slide-in{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.feature-card{animation:feature-slide-in .5s ease-out forwards;opacity:0}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.25s}.feature-card:nth-child(3){animation-delay:.4s}.gradient-line-top{background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7,#f97316);background-size:300% 100%;animation:gradient-shift 4s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}
