@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #05121a;--panel: #0b2a3a;--text: #e6fff5;--muted: #93b6b0;--accent: #00bfa6;--accent-2: #00d48f;--radius: 12px;--secondary: #073042;--accent-light: #66e2b5;--logo-color: var(--accent-2)}.theme-light{--bg: #f6fbf8;--panel: #ffffff;--text: #042027;--muted: #4b6b66;--accent: #0b9e7a;--accent-2: #00d48f;--secondary: #e2e8f0;--accent-light: #00d48f;--logo-color: var(--accent)}html[data-theme=dark] body,.theme-dark body,html[data-theme=light] body,.theme-light body{background-color:var(--bg);color:var(--text)}.swal2-popup{border-radius:12px!important;background:var(--panel)!important;color:var(--text)!important;border:1px solid rgba(255,255,255,.04)!important;box-shadow:0 8px 30px #0009!important}.swal2-title{color:var(--text)!important}.swal2-html-container{color:var(--muted)!important}.swal2-styled.swal2-confirm{background:linear-gradient(90deg,var(--accent),var(--accent-2))!important;color:#fff!important}.swal2-styled.swal2-cancel{background:transparent!important;color:var(--text)!important;border:1px solid rgba(255,255,255,.06)!important}.swal2-toast .swal2-title{font-size:.95rem}@keyframes ripple{0%{transform:scale(1);box-shadow:#0000004d 0 10px 10px -0px}50%{transform:scale(1.3);box-shadow:#0000004d 0 30px 20px -0px}to{transform:scale(1);box-shadow:#0000004d 0 10px 10px -0px}}@keyframes color-change{0%{fill:var(--logo-color)}50%{fill:#fff}to{fill:var(--logo-color)}}.ripple-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loader{position:relative;display:flex;align-items:center;justify-content:center;width:11rem;height:11rem}.box{position:absolute;inset:auto;width:3.5rem;height:3.5rem;border-radius:9999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);animation:ripple 1.8s infinite ease-in-out;box-shadow:#0000004d 0 10px 10px -0px;opacity:.95}.box:nth-child(2){animation-delay:.15s}.box:nth-child(3){animation-delay:.3s}.box:nth-child(4){animation-delay:.45s}.box:nth-child(5){animation-delay:.6s}.box:nth-child(6){animation-delay:.75s}.box--logo{width:5.75rem;height:5.75rem;background:radial-gradient(circle at 30% 30%,#66e2b52e,#00000014);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:2;animation:none}.logo{width:100%;height:100%;display:grid;place-items:center;border-radius:9999px;background:radial-gradient(circle at center,#00bfa62e,#0000)}.loader-logo-image{width:2.8rem;height:2.8rem;object-fit:contain;filter:drop-shadow(0 0 18px rgba(0,212,143,.28));animation:color-change 2.8s infinite ease-in-out}.ripple-loader__label{margin:0;font-size:.95rem;font-weight:600;letter-spacing:.02em;color:var(--text);opacity:.9}
