.admin-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050c12e6;border-right:1px solid #00e5ff2e;flex-direction:column;justify-content:space-between;width:280px;min-height:100vh;padding:24px;display:flex}.brand-box h2{color:#00e5ff;margin-bottom:4px;font-size:26px}.brand-box span{color:#9ca3af;font-size:13px}.side-menu{flex-direction:column;gap:12px;margin-top:38px;display:flex}.side-item{color:#d1d5db;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:14px 16px;font-size:15px;transition:all .25s}.side-item span{margin-right:10px}.side-item:hover,.side-item.active{color:#fff;background:linear-gradient(135deg,#00e5ff,#2563eb);transform:translate(4px)}.sidebar-bottom{flex-direction:column;gap:12px;display:flex}.home-btn,.logout-btn{cursor:pointer;border:none;border-radius:14px;padding:13px;font-weight:600}.home-btn{color:#fff;background:#ffffff14}.logout-btn{color:#ff8b8b;background:#ef444429;border:1px solid #ef444459}.admin-layout{background:#050505;min-height:100vh;display:flex}.admin-content{flex:1;min-height:100vh;padding:32px;overflow-x:auto}.admin-page-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.admin-page-header h1{margin:4px 0;font-size:34px}.admin-page-header span,.admin-eyebrow{color:#9ca3af}.admin-eyebrow{margin-bottom:4px;font-size:14px}.admin-header-pill{color:#00e5ff;background:#00e5ff1f;border:1px solid #00e5ff59;border-radius:999px;padding:10px 18px;font-weight:700}.dashboard-hero{background:linear-gradient(135deg,#00e5ff21,#2563eb14),#ffffff0e;border:1px solid #00e5ff2e;border-radius:28px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:26px;padding:28px;display:flex}.dashboard-hero p{color:#00e5ff;margin-bottom:8px;font-weight:800}.dashboard-hero h2{max-width:760px;font-size:28px;line-height:1.25}.hero-attendance{background:#00e5ff1a;border:1px solid #00e5ff52;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-width:180px;min-height:140px;display:flex}.hero-attendance h3{color:#00e5ff;font-size:42px}.hero-attendance span{color:#d1d5db;font-weight:700}.dashboard-stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:30px;display:grid}.dash-stat-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:22px;box-shadow:0 18px 45px #0003}.dash-stat-card p{color:#9ca3af;margin-bottom:10px}.dash-stat-card h2{font-size:31px}.dash-stat-card.collection{border-color:#22c55e59}.dash-stat-card.collection h2{color:#86efac}.dash-stat-card.today,.dash-stat-card.attendance{border-color:#00e5ff59}.dash-stat-card.today h2,.dash-stat-card.attendance h2{color:#00e5ff}.dash-stat-card.warning{border-color:#fbbf2459}.dash-stat-card.warning h2{color:#facc15}.dashboard-analytics-grid{grid-template-columns:2fr 1fr;gap:18px;margin-bottom:30px;display:grid}.analytics-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:24px;box-shadow:0 18px 45px #0003}.analytics-header{justify-content:space-between;margin-bottom:22px;display:flex}.analytics-card h2{margin-bottom:6px}.analytics-card p{color:#9ca3af}.bar-chart{grid-template-columns:repeat(12,1fr);align-items:end;gap:12px;height:240px;display:grid}.bar-item{flex-direction:column;align-items:center;height:100%;display:flex}.bar-track{background:#ffffff12;border-radius:999px;flex:1;align-items:end;width:100%;display:flex;overflow:hidden}.bar-fill{background:linear-gradient(#00e5ff,#2563eb);border-radius:999px;width:100%;min-height:6px}.bar-item span{color:#9ca3af;margin-top:10px;font-size:12px}.attendance-meter{background:#00e5ff1a;border:2px solid #00e5ff6b;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:160px;height:160px;margin:24px auto;display:flex}.attendance-meter h3{color:#00e5ff;font-size:42px}.attendance-meter p{margin-top:4px}.attendance-mini{grid-template-columns:1fr 1fr;gap:12px;display:grid}.attendance-mini div{background:#00000038;border:1px solid #ffffff12;border-radius:16px;padding:14px}.attendance-mini span{color:#9ca3af;margin-bottom:6px;display:block}.attendance-mini strong{font-size:24px}.dashboard-section{margin-bottom:30px}.dashboard-section h2{margin-bottom:16px}.dashboard-actions-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.dashboard-action-card{cursor:pointer;background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:22px;transition:all .25s}.dashboard-action-card:hover{border-color:#00e5ff6b;transform:translateY(-6px);box-shadow:0 18px 45px #00e5ff14}.action-icon{margin-bottom:12px;font-size:34px}.dashboard-action-card h3{margin-bottom:7px}.dashboard-action-card p{color:#9ca3af;font-size:14px}.dashboard-bottom-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.dashboard-table-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:22px}.dashboard-table-card h2{margin-bottom:16px}.mini-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.mini-row h4{margin-bottom:4px}.mini-row p{color:#9ca3af;font-size:14px}.mini-row span{color:#00e5ff;font-weight:800}.empty-text{color:#9ca3af}@media (width<=1150px){.dashboard-stats-grid,.dashboard-actions-grid{grid-template-columns:repeat(2,1fr)}.dashboard-analytics-grid,.dashboard-bottom-grid{grid-template-columns:1fr}}@media (width<=650px){.dashboard-hero{flex-direction:column;align-items:flex-start}.dashboard-stats-grid,.dashboard-actions-grid{grid-template-columns:1fr}.bar-chart{gap:6px}}.student-dashboard-page{color:#fff;background:radial-gradient(circle at 0 0,#0b2b3a,#050505 45%);min-height:100vh;padding:28px}.student-topbar{background:#ffffff0e;border:1px solid #ffffff17;border-radius:22px;justify-content:space-between;align-items:center;margin-bottom:28px;padding:18px 22px;display:flex}.student-topbar h2{color:#00e5ff}.student-topbar span{color:#9ca3af}.student-top-actions{gap:12px;display:flex}.student-top-actions button{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:14px;padding:11px 16px;font-weight:700}.student-top-actions .logout{color:#ff8b8b;background:#ef444429;border:1px solid #ef444459}.student-hero{background:linear-gradient(135deg,#00e5ff21,#2563eb14),#ffffff0e;border:1px solid #00e5ff2e;border-radius:28px;justify-content:space-between;align-items:center;margin-bottom:26px;padding:30px;display:flex}.student-hero p{color:#00e5ff;margin-bottom:8px;font-weight:800}.student-hero span{color:#9ca3af}.attendance-circle{background:#00e5ff1a;border:2px solid #00e5ff73;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:135px;height:135px;display:flex}.attendance-circle h2{color:#00e5ff;font-size:34px}.attendance-circle p{color:#d1d5db;margin:0}.student-stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px;display:grid}.student-stat-card,.student-section-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:22px;box-shadow:0 18px 45px #0003}.student-stat-card h2{font-size:25px}.student-stat-card.warning{border-color:#fbbf2459}.student-stat-card.warning h2{color:#facc15}.student-stat-card.success{border-color:#22c55e59}.student-stat-card.success h2{color:#86efac}.student-grid-two{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.student-section-card h2{margin-bottom:18px}.student-info-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.student-info-grid div{background:#00000038;border:1px solid #ffffff12;border-radius:16px;padding:14px}.student-info-grid span{color:#9ca3af;margin-bottom:6px;font-size:13px;display:block}.student-info-grid strong{color:#fff}.fee-progress{background:#ffffff14;border-radius:999px;width:100%;height:12px;margin-bottom:18px;overflow:hidden}.fee-progress div{background:linear-gradient(135deg,#00e5ff,#2563eb);height:100%}.student-payment-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.student-payment-row strong{color:#00e5ff;display:block}.student-payment-row span,.student-payment-row p,.student-empty{color:#9ca3af}.student-password-form{flex-direction:column;gap:14px;display:flex}.student-password-form input{color:#fff;background:#00000047;border:1px solid #ffffff1f;border-radius:16px;outline:none;padding:14px 16px}.student-password-form input:focus{border-color:#00e5ff99}.student-password-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00e5ff,#2563eb);border:none;border-radius:15px;padding:13px 18px;font-weight:800}@media (width<=1000px){.student-stats-grid,.student-grid-two{grid-template-columns:1fr}.student-hero{flex-direction:column;align-items:flex-start;gap:20px}}@media (width<=650px){.student-info-grid{grid-template-columns:1fr}.student-topbar{flex-direction:column;align-items:flex-start;gap:16px}}.students-stats-row{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid}.student-stat-card,.student-form-card,.student-table-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:22px;box-shadow:0 18px 45px #0003}.student-stat-card p{color:#9ca3af;margin-bottom:10px}.student-stat-card h2{color:#e5ffff;font-size:32px}.student-stat-card.highlight{border-color:#00e5ff59}.student-stat-card button{color:#00e5ff;cursor:pointer;background:#00e5ff24;border:none;border-radius:14px;padding:10px 14px;font-weight:700}.student-form-card{margin-bottom:26px}.student-form-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px;display:grid}.student-form-grid input,.student-form-grid select,.student-search{color:#fff;background:#00000047;border:1px solid #ffffff1f;border-radius:16px;outline:none;width:100%;padding:14px 16px}.student-form-grid input:focus,.student-form-grid select:focus,.student-search:focus{border-color:#00e5ff99}.form-actions{gap:12px;margin-top:18px;display:flex}.primary-action,.secondary-action{cursor:pointer;border:none;border-radius:15px;padding:13px 18px;font-weight:800}.primary-action{color:#fff;background:linear-gradient(135deg,#00e5ff,#2563eb)}.secondary-action{color:#fff;background:#ffffff14}.table-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.student-search{max-width:360px}.table-actions{gap:8px;display:flex}.edit-action,.danger-action{cursor:pointer;border-radius:12px;padding:8px 12px;font-weight:700}.edit-action{color:#00e5ff;background:#00e5ff1f;border:1px solid #00e5ff59}.danger-action{color:#ff8b8b;background:#ef444424;border:1px solid #ef444459}@media (width<=1100px){.students-stats-row,.student-form-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.students-stats-row,.student-form-grid{grid-template-columns:1fr}.table-header{flex-direction:column;align-items:flex-start}.student-search{max-width:100%}}.student-photo{object-fit:cover;border:2px solid #00bcd4b3;border-radius:50%;width:46px;min-width:46px;height:46px;min-height:46px;display:block}.premium-table td{vertical-align:middle}.table-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.premium-table{width:100%}.student-table-card{overflow-x:auto}.courses-grid{grid-template-columns:1fr 320px;gap:22px;margin-bottom:28px;display:grid}.course-form-card,.course-summary-card,.premium-table-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:24px;box-shadow:0 18px 45px #0003}.section-title p,.table-header p,.course-summary-card p,.course-summary-card span{color:#9ca3af}.course-form-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px;display:grid}.course-form-grid input{color:#fff;background:#00000047;border:1px solid #ffffff1f;border-radius:16px;outline:none;width:100%;padding:15px 16px}.course-form-grid input:focus{border-color:#00e5ff99}.course-summary-card{flex-direction:column;justify-content:center;display:flex}.course-summary-card h2{color:#00e5ff;margin:10px 0;font-size:54px}.empty-state{color:#9ca3af;text-align:center;padding:28px}@media (width<=900px){.courses-grid,.course-form-grid{grid-template-columns:1fr}}.batch-overview-grid{grid-template-columns:1fr 320px;gap:22px;margin-bottom:28px;display:grid}.batch-form-card,.batch-summary-card,.batch-table-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:24px;box-shadow:0 18px 45px #0003}.section-title p,.table-header p,.batch-summary-card p,.batch-summary-card span{color:#9ca3af}.batch-form-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px;display:grid}.batch-form-grid input,.batch-form-grid select{color:#fff;background:#00000047;border:1px solid #ffffff1f;border-radius:16px;outline:none;width:100%;padding:14px 16px}.batch-form-grid input:focus,.batch-form-grid select:focus{border-color:#00e5ff99}.batch-summary-card{flex-direction:column;justify-content:center;display:flex}.batch-summary-card h2{color:#00e5ff;margin:10px 0;font-size:54px}.danger-action{color:#ff8b8b;cursor:pointer;background:#ef444424;border:1px solid #ef444459;border-radius:12px;padding:9px 14px}@media (width<=1000px){.batch-overview-grid{grid-template-columns:1fr}.batch-form-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.batch-form-grid{grid-template-columns:1fr}}.attendance-stats-row{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px;display:grid}.attendance-stat-card,.attendance-table-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:22px;box-shadow:0 18px 45px #0003}.attendance-stat-card p{color:#9ca3af;margin-bottom:10px}.attendance-stat-card h2{font-size:32px}.attendance-stat-card.present{border-color:#22c55e59}.attendance-stat-card.present h2{color:#86efac}.attendance-stat-card.absent{border-color:#ef444459}.attendance-stat-card.absent h2{color:#ff8b8b}.table-header h2{margin-bottom:6px;font-size:22px}.table-header p{color:#9ca3af}.primary-action{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00e5ff,#2563eb);border:none;border-radius:15px;padding:13px 18px;font-weight:800}.toggle-check{width:48px;height:26px;display:inline-block;position:relative}.toggle-check input{opacity:0;width:0;height:0}.toggle-check span{cursor:pointer;background:#ef444440;border:1px solid #ef444473;border-radius:999px;transition:all .25s;position:absolute;inset:0}.toggle-check span:before{content:"";background:#fff;border-radius:50%;width:19px;height:19px;transition:all .25s;position:absolute;top:2.5px;left:3px}.toggle-check input:checked+span{background:#22c55e47;border-color:#22c55e8c}.toggle-check input:checked+span:before{transform:translate(21px)}@media (width<=900px){.attendance-stats-row{grid-template-columns:repeat(2,1fr)}.table-header{flex-direction:column;align-items:flex-start}}@media (width<=600px){.attendance-stats-row{grid-template-columns:1fr}}.attendance-filter-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;margin-bottom:26px;padding:22px;box-shadow:0 18px 45px #0003}.attendance-filter-grid{grid-template-columns:1fr 1fr 220px 180px;gap:14px;margin-top:18px;display:grid}.attendance-filter-grid select,.attendance-filter-grid input{color:#fff;background:#00000047;border:1px solid #ffffff1f;border-radius:16px;outline:none;width:100%;padding:14px 16px}.attendance-filter-grid select:focus,.attendance-filter-grid input:focus{border-color:#00e5ff99}@media (width<=1000px){.attendance-filter-grid{grid-template-columns:1fr 1fr}}@media (width<=650px){.attendance-filter-grid{grid-template-columns:1fr}}.payment-stats-row{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px;display:grid}.payment-stat-card,.payment-form-card,.payment-table-card{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px;padding:22px;box-shadow:0 18px 45px #0003}.payment-stat-card p{color:#9ca3af;margin-bottom:10px}.payment-stat-card h2{font-size:32px}.payment-stat-card.collected{border-color:#22c55e59}.payment-stat-card.collected h2{color:#86efac}.payment-stat-card.pending-card{border-color:#fbbf2459}.payment-stat-card.pending-card h2{color:#facc15}.payment-form-card{margin-bottom:26px}.section-title h2,.table-header h2{margin-bottom:6px;font-size:22px}.section-title p,.table-header p{color:#9ca3af}.payment-form-grid{grid-template-columns:2fr 1fr 1fr;gap:14px;margin-top:20px;display:grid}.payment-form-grid input,.payment-form-grid select{color:#fff;background:#00000047;border:1px solid #ffffff1f;border-radius:16px;outline:none;width:100%;padding:14px 16px}.payment-form-grid input:focus,.payment-form-grid select:focus{border-color:#00e5ff99}.primary-action{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00e5ff,#2563eb);border:none;border-radius:15px;margin-top:18px;padding:13px 18px;font-weight:800}.table-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.premium-table{border-collapse:collapse;width:100%}.fee-status{border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.fee-status.paid{color:#86efac;background:#22c55e24}.fee-status.partial{color:#facc15;background:#fbbf2424}.fee-status.unpaid{color:#ff8b8b;background:#ef444424}.payment-mode{color:#00e5ff;background:#00e5ff1f;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.mt-28{margin-top:28px}@media (width<=1000px){.payment-stats-row{grid-template-columns:repeat(2,1fr)}.payment-form-grid{grid-template-columns:1fr}}@media (width<=650px){.payment-stats-row{grid-template-columns:1fr}}.receipt-btn{color:#00e5ff;cursor:pointer;background:#00e5ff1f;border:1px solid #00e5ff59;border-radius:12px;padding:8px 13px;font-weight:800}*{box-sizing:border-box}.super-page{color:#fff;background:radial-gradient(circle at 100% 0,#00bcd438,#0000 35%),linear-gradient(135deg,#020617,#031b20);min-height:100vh;padding:36px;font-family:Inter,system-ui,sans-serif}.super-header,.super-card,.super-form-card,.super-table-card{background:#0f172ac7;border:1px solid #00bcd42e;border-radius:22px;box-shadow:0 20px 60px #00000059}.super-header{justify-content:space-between;align-items:center;margin-bottom:28px;padding:26px;display:flex}.super-header p{color:#22d3ee;margin:0 0 6px;font-weight:700}.super-header h1{margin:0;font-size:34px}.super-header button,.super-form-grid button,.super-table-card button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06b6d4,#2563eb);border:none;border-radius:14px;padding:12px 18px;font-weight:800}.super-stats-grid{grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:28px;display:grid}.super-card{padding:22px}.super-card p{color:#94a3b8;margin:0 0 10px;font-weight:700}.super-card h2{margin:0;font-size:34px}.super-card.active h2{color:#22c55e}.super-card.warning h2{color:#facc15}.super-form-card,.super-table-card{margin-bottom:28px;padding:26px}.super-form-card h2,.super-table-card h2{margin-top:0;font-size:26px}.super-form-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.super-form-grid input{color:#fff;background:#020617b8;border:1px solid #94a3b840;border-radius:14px;outline:none;width:100%;padding:14px 16px}.super-form-grid input::placeholder{color:#94a3b8}.super-form-grid button{grid-column:span 1}.super-table-card{overflow-x:auto}.super-table-card table{border-collapse:collapse;width:100%}.super-table-card th,.super-table-card td{text-align:left;border-bottom:1px solid #94a3b829;padding:16px}.super-table-card th{color:#67e8f9;font-size:14px}.super-table-card td{color:#e5e7eb}@media (width<=1100px){.super-stats-grid,.super-form-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.super-page{padding:18px}.super-header{flex-direction:column;align-items:flex-start;gap:14px}.super-stats-grid,.super-form-grid{grid-template-columns:1fr}}:root{--bg:#030807;--black:#020403;--navy:#07111f;--deep-green:#062c2b;--green:#0f4f4c;--teal:#28c7c7;--light-teal:#7ddede;--soft-blue:#7fb8c8;--slate:#1d3442;--text:#f8fafc;--muted:#b7c7cc;--border:#7ddede29}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Poppins,Arial,sans-serif}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 80% 20%,#28c7c72e,#0000 26%),radial-gradient(circle at 15% 85%,#0f4f4c47,#0000 30%),linear-gradient(135deg,#020403 0%,#07111f 45%,#062c2b 100%);overflow-x:hidden}a{text-decoration:none}img{max-width:100%;display:block}.premium-navbar{border:1px solid var(--border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:999;background:#02080cd1;border-radius:28px;justify-content:space-between;align-items:center;width:calc(100% - 80px);height:92px;margin:25px auto 0;padding:0 34px;display:flex;position:sticky;top:18px;box-shadow:0 25px 70px #00000073,0 0 40px #28c7c714}.brand{align-items:center;gap:15px;display:flex}.brand-img{object-fit:cover;border-radius:10px;width:58px;height:58px;box-shadow:0 0 24px #28c7c742,0 0 44px #7fb8c82e}.brand h2{background:linear-gradient(to right, #fff, var(--soft-blue), var(--teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:32px;font-weight:900;line-height:1}.brand div>span{color:var(--soft-blue);letter-spacing:5px;font-size:13px;font-weight:800}.nav-links{align-items:center;gap:34px;display:flex}.nav-links a{color:var(--muted);font-weight:800;transition:all .3s;position:relative}.nav-links a:hover{color:#fff}.nav-links a:after{content:"";background:linear-gradient(to right, var(--teal), var(--soft-blue));width:0;height:2px;transition:all .3s;position:absolute;bottom:-9px;left:0}.nav-links a:hover:after{width:100%}.nav-actions{align-items:center;gap:14px;display:flex}.premium-login{cursor:pointer;border:none;border-radius:16px;padding:13px 20px;font-weight:900;transition:all .35s}.student-login-btn{color:#fff;background:#ffffff0f;border:1px solid #7fb8c838}.admin-login-btn{color:#fff;background:linear-gradient(135deg,#1d3442,#28c7c7);box-shadow:0 15px 35px #28c7c733}.premium-login:hover{transform:translateY(-4px)}.hero{align-items:center;gap:60px;min-height:88vh;padding:80px 60px;display:flex}.hero-left,.hero-right{flex:1}.hero-left h1{background:linear-gradient(to right, #fff, #bfefff, var(--teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:68px;line-height:1.08}.hero-left p{color:var(--muted);margin-top:22px;font-size:20px;line-height:1.7}.hero-right img{object-fit:cover;border:1px solid #7fb8c826;border-radius:30px;width:100%;height:430px;box-shadow:0 30px 80px #00000052,0 0 55px #28c7c724}.join-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#0f4f4c,#28c7c7);border:none;border-radius:18px;margin-top:30px;padding:18px 34px;font-size:17px;font-weight:900;transition:all .35s;box-shadow:0 18px 45px #28c7c738,0 12px 35px #00000059}.join-btn:hover{transform:translateY(-5px)scale(1.03)}.section-header{text-align:center;max-width:780px;margin:0 auto 65px}.section-header span{color:var(--light-teal);background:#28c7c71a;border:1px solid #28c7c73d;border-radius:999px;margin-bottom:16px;padding:8px 18px;font-weight:900;display:inline-block}.section-header h1,.contact-heading h1{background:linear-gradient(to right, #fff, var(--soft-blue), var(--teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.section-header h1{font-size:52px;line-height:1.15}.section-header p{color:var(--muted);margin-top:18px;font-size:18px;line-height:1.7}.premium-courses{padding:110px 60px}.premium-course-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.premium-course-card{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#28c7c71f,#0000 35%),linear-gradient(#0f202aeb,#02080cfa);border-radius:28px;min-height:390px;padding:34px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 22px 60px #00000047}.premium-course-card:hover{border-color:#28c7c75c;transform:translateY(-14px);box-shadow:0 30px 80px #00000061,0 0 55px #28c7c721}.featured-course{border-color:#7fdede57}.course-top{z-index:2;justify-content:space-between;align-items:center;margin-bottom:32px;display:flex;position:relative}.course-icon{background:linear-gradient(135deg, var(--deep-green), var(--teal));border-radius:22px;justify-content:center;align-items:center;width:70px;height:70px;font-size:34px;display:flex;box-shadow:0 14px 35px #28c7c72e}.course-badge{color:#d9fbff;background:#7fb8c81a;border:1px solid #7fb8c838;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:900}.premium-course-card h2{z-index:2;margin-bottom:18px;font-size:27px;position:relative}.premium-course-card p{color:var(--muted);z-index:2;line-height:1.8;position:relative}.course-points{z-index:2;flex-wrap:wrap;gap:12px;margin-top:30px;display:flex;position:relative}.course-points span{color:#bfffff;background:#28c7c714;border:1px solid #28c7c729;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:800}.courses{padding:90px 60px}.courses h1{margin-bottom:35px;font-size:48px}.course-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.course-card{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#7fb8c81f,#0000 35%),linear-gradient(#0f202ae6,#02080cfa);border-radius:26px;padding:34px;transition:all .35s}.course-card:hover{transform:translateY(-10px);box-shadow:0 25px 70px #28c7c71f}.course-card h2{color:var(--light-teal);margin-bottom:12px;font-size:26px}.course-card p{color:var(--muted);line-height:1.7}.rank-section{padding:90px 60px}.topper-block{background:linear-gradient(#0d1f26f2,#02080cfa);border:1px solid #7fb8c82e;border-radius:28px;margin-top:50px;padding:28px}.topper-block h2{color:#dffcff;margin-bottom:22px;font-size:28px}.topper-grid{grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:16px;display:grid}.topper-mini-card{text-align:center;background:#ffffff0a;border:1px solid #7fb8c829;border-radius:18px;padding:10px;transition:all .3s}.topper-mini-card:hover{border-color:#28c7c773;transform:translateY(-6px);box-shadow:0 18px 38px #0000004d}.topper-mini-card img{object-fit:cover;border-radius:14px;width:100%;height:120px;margin-bottom:10px}.topper-score{color:#021014;background:linear-gradient(135deg,#7fb8c8,#28c7c7);border-radius:12px;margin-bottom:9px;padding:8px 5px}.topper-score strong{font-size:19px;font-weight:900;display:block}.topper-score span{font-size:11px;font-weight:800}.topper-mini-card h3{color:#fff;font-size:13px;line-height:1.3}@media (width<=768px){.rank-section{padding:70px 18px}.topper-block{padding:18px}.topper-grid{grid-template-columns:repeat(2,1fr)}.topper-mini-card img{height:110px}}.premium-contact{padding:100px 60px}.contact-heading{text-align:center;margin-bottom:60px}.contact-heading h1{margin-bottom:15px;font-size:55px}.contact-heading p{color:var(--muted);font-size:18px}.premium-contact-container{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.premium-contact-card{border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle at 100% 0,#7fb8c81f,#0000 35%),linear-gradient(#0f202aeb,#02080cfa);border-radius:25px;width:280px;padding:35px 30px;transition:all .4s;position:relative;overflow:hidden}.premium-contact-card:hover{transform:translateY(-12px)scale(1.03);box-shadow:0 30px 75px #00000057,0 0 45px #28c7c71f}.contact-icon{background:linear-gradient(135deg, var(--deep-green), var(--teal));border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:25px;font-size:32px;display:flex}.premium-contact-card h2{margin-bottom:10px;font-size:24px}.premium-contact-card p{color:var(--muted);line-height:1.7}.center{justify-content:center;align-items:center;min-height:100vh;display:flex}.card,.box{border:1px solid var(--border);background:#0f202adb;border-radius:24px;padding:35px}.card{flex-direction:column;gap:18px;width:400px;display:flex}.card input,.card select{color:#fff;background:#020403;border:none;border-radius:12px;outline:none;padding:15px}.card button{background:linear-gradient(135deg, var(--deep-green), var(--teal));color:#fff;border:none;border-radius:12px;padding:15px;font-weight:900}.dashboard{padding:40px}.grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}@media (width<=1000px){.premium-navbar{flex-direction:column;gap:18px;width:calc(100% - 30px);height:auto;padding:18px}.nav-links,.nav-actions{flex-wrap:wrap;justify-content:center}.hero{text-align:center;flex-direction:column;padding:60px 22px}.hero-left h1{font-size:42px}.premium-courses,.courses,.rank-section,.premium-contact{padding:70px 22px}.premium-course-grid,.course-grid,.grid{grid-template-columns:1fr}.section-header h1,.contact-heading h1{font-size:38px}.premium-contact-card{width:100%}}section{scroll-margin-top:130px}.box{cursor:pointer}.box:hover{transform:translateY(-8px)}.admin-page{padding:40px}.page-top{justify-content:space-between;align-items:center;margin-bottom:35px;display:flex}.page-top p{color:var(--muted);margin-top:8px}.page-top button,.stat-card button,.main-action{background:linear-gradient(135deg, var(--deep-green), var(--teal));color:#fff;cursor:pointer;border:none;border-radius:14px;padding:13px 20px;font-weight:900}.stats-row{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:35px;display:grid}.stat-card,.student-form,.table-card{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#28c7c71a,#0000 34%),linear-gradient(#0f202aeb,#02080cfa);border-radius:24px;padding:25px}.stat-card h3{color:var(--muted);margin-bottom:10px;font-size:15px}.stat-card h2{color:var(--light-teal);font-size:32px}.student-form{margin-bottom:35px}.student-form h2,.table-card h2{margin-bottom:25px}.form-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.form-grid input,.form-grid select{color:#fff;background:#020403;border:1px solid #7fb8c82e;border-radius:14px;outline:none;padding:15px}.main-action{margin-top:22px}.premium-table{border-collapse:collapse;width:100%;overflow:hidden}.premium-table th,.premium-table td{text-align:left;border-bottom:1px solid #7fb8c81f;padding:16px}.premium-table th{color:var(--light-teal);font-size:14px}.premium-table td{color:var(--muted)}.pending{font-weight:900;color:#ffcc70!important}.status{border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.status.paid{color:#86efac;background:#22c55e26}.status.partial{color:#fde68a;background:#facc1526}.status.unpaid{color:#fca5a5;background:#ef444426}@media (width<=1000px){.stats-row,.form-grid{grid-template-columns:1fr}.premium-table{font-size:13px}.admin-page{padding:22px}}.delete-btn{color:#fca5a5;cursor:pointer;background:#ef444429;border:none;border-radius:10px;padding:9px 14px;font-weight:900}.dashboard-actions{gap:12px;display:flex}.home-btn{cursor:pointer;border:none;border-radius:12px;padding:10px 18px;font-weight:700}.logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;padding:10px 18px;font-weight:700}.top-actions{justify-content:flex-end;gap:14px;margin-bottom:25px;display:flex}.premium-home-btn,.premium-logout-btn{cursor:pointer;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:none;border-radius:14px;padding:12px 22px;font-size:14px;font-weight:700;transition:all .3s}.premium-home-btn{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a}.premium-home-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #22d3ee40}.premium-logout-btn{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 25px #ef444440}.premium-logout-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #ef444473}.student-dashboard-page{padding:40px}.student-hero{margin-bottom:35px}.student-hero h1{margin-bottom:10px;font-size:42px}.student-hero p{color:var(--muted)}.student-section{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#28c7c71a,#0000 34%),linear-gradient(#0f202aeb,#02080cfa);border-radius:24px;width:100%;margin-bottom:26px;padding:28px}.student-section h2{color:var(--light-teal);margin-bottom:22px}.student-info-row{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.student-info-row div{background:#ffffff0a;border-radius:16px;padding:18px}.student-info-row span{color:var(--muted);margin-bottom:8px;font-size:14px;display:block}.student-info-row strong{font-size:18px}.student-password-form{grid-template-columns:1fr 1fr auto;gap:18px;display:grid}.student-password-form input{border:1px solid var(--border);color:#fff;background:#020403;border-radius:14px;padding:15px}.student-password-form button{background:linear-gradient(135deg, var(--deep-green), var(--teal));color:#fff;cursor:pointer;border:none;border-radius:14px;padding:15px 22px;font-weight:900}@media (width<=900px){.student-info-row,.student-password-form{grid-template-columns:1fr}.student-dashboard-page{padding:22px}}.search-input{border:1px solid var(--border);color:#fff;background:#020403;border-radius:14px;outline:none;width:100%;margin-bottom:22px;padding:15px 18px}.search-input::placeholder{color:var(--muted)}.edit-btn{color:var(--light-teal);cursor:pointer;background:#28c7c726;border:none;border-radius:10px;margin-right:8px;padding:8px 13px;font-weight:900}.cancel-btn{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:14px;margin-left:12px;padding:15px 22px;font-weight:900}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
