.animated-gradient{background:linear-gradient(120deg,#7f1d1d,#dc2626 40%,#fb7185,#fff7ed);background-size:200% 200%;animation:gradientShift 12s ease-in-out infinite}.curved-panel{border-top-left-radius:40px;border-top-right-radius:40px}.btn-tab{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;color:#0f172a;background:#e2e8f0;transition:all .2s ease}.btn-tab:hover{background:#cbd5e1}.btn-tab-active{background:#0f172a;color:#fff}.form-animate{animation:fadeSlideUp .5s ease-out both}:global(.dark) .animated-gradient{background:linear-gradient(120deg,#450a0a,#7f1d1d 40%,#991b1b,#1f2937);background-size:220% 220%}:global(.dark) .btn-tab{background:#1e293b;color:#e2e8f0}:global(.dark) .btn-tab-active{background:#e2e8f0;color:#0f172a}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
