html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*:focus-visible{outline:2px solid #0D9488;outline-offset:2px;border-radius:4px}.stagger-children>*{opacity:0;animation:fadeSlideUp .5s ease-out forwards}.stagger-children>*:nth-child(1){animation-delay:.05s}.stagger-children>*:nth-child(2){animation-delay:.1s}.stagger-children>*:nth-child(3){animation-delay:.15s}.stagger-children>*:nth-child(4){animation-delay:.2s}.stagger-children>*:nth-child(5){animation-delay:.25s}.stagger-children>*:nth-child(6){animation-delay:.3s}.stagger-children>*:nth-child(7){animation-delay:.35s}.stagger-children>*:nth-child(8){animation-delay:.4s}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}body{background:linear-gradient(135deg,#f8fafc,#f0fdfa,#f8fafc);min-height:100vh}.glass-card{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.shimmer{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0 80%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.animate-count-up{animation:countUp .6s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes pulseRing{0%{box-shadow:0 0 #0d94884d}70%{box-shadow:0 0 0 10px #0d948800}to{box-shadow:0 0 #0d948800}}.pulse-ring{animation:pulseRing 2s infinite}input[type=text],input[type=email],textarea,select{border:1px solid #d1d5db;transition:border-color .2s ease,box-shadow .2s ease}input[type=text]:focus,input[type=email]:focus,textarea:focus,select:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.drop-zone-active{box-shadow:0 0 0 3px #0d948840,0 4px 20px #0d94881a}.dark body{background:linear-gradient(135deg,#0f172a,#0c1220,#0f172a)}.dark .glass-card{background:#1e293bd9}.dark ::-webkit-scrollbar-track{background:#1e293b}.dark ::-webkit-scrollbar-thumb{background:#475569}.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}.dark *:focus-visible{outline-color:#14b8a6}.dark .shimmer{background:linear-gradient(90deg,#1e293b,#334155,#1e293b 80%);background-size:200% 100%}.dark input[type=text],.dark input[type=email],.dark textarea,.dark select{border-color:#475569;background:#1e293b;color:#e2e8f0}.dark input[type=text]:focus,.dark input[type=email]:focus,.dark textarea:focus,.dark select:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a626}.dark .drop-zone-active{box-shadow:0 0 0 3px #14b8a64d,0 4px 20px #14b8a626}
