@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f5f7fb;color:#0f172a}body{min-height:100vh;background-color:#f5f7fb}#root{min-height:100vh}body,html{margin:0;padding:0;height:100%;overflow-x:hidden}.auth{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem;min-height:100vh;padding:3rem 4rem;align-items:center}@media(max-width:960px){.auth{grid-template-columns:1fr;padding:2.5rem 1.5rem 3rem}}@media(max-width:640px){.auth{padding:2rem 1.25rem 2.5rem}}.auth-copy{display:flex;flex-direction:column;gap:1.5rem;max-width:34rem}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.1rem;color:#0f172a}.logo{width:2.75rem;height:2.75rem;border-radius:.9rem;background:linear-gradient(135deg,#3b82f6,#2563eb);display:grid;place-items:center;color:#f8fafc;font-weight:800;letter-spacing:.02em}.kicker{font-weight:600;font-size:1.1rem;color:#111827}h1{font-size:clamp(2.2rem,3vw + 1.5rem,3.8rem);line-height:1.05;font-weight:700;color:#0f172a}.accent{color:#3456e3}.lede{max-width:30rem;color:#4b5563;font-size:1.05rem;line-height:1.6}.auth-card{background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 15px 50px #0f172a14;border:1px solid #e5e7eb;max-width:28rem;width:100%;justify-self:center}@media(max-width:640px){.auth-card{padding:1.5rem;border-radius:1rem}}.card-header{text-align:center;margin-bottom:1.25rem}.card-header h2{font-size:1.4rem;color:#0f172a}.card-header p{margin-top:.35rem;color:#6b7280;font-size:.98rem}.tabs{display:grid;grid-template-columns:repeat(2,1fr);background:#f3f4f6;border-radius:999px;padding:.25rem;gap:.25rem}.tab{border:none;background:transparent;padding:.65rem 1rem;border-radius:999px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease}.tab.active{background:#fff;color:#0f172a;box-shadow:0 10px 30px #3456e31f}.form{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem}.field{display:flex;flex-direction:column;gap:.5rem;color:#0f172a;font-weight:600;font-size:.95rem}.field input{width:100%;padding:.85rem .9rem;border-radius:.85rem;border:1px solid #e5e7eb;font-size:1rem;color:#0f172a;background:#f9fafb;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field input:focus{outline:none;border-color:#3456e3;box-shadow:0 0 0 4px #3456e31f;background:#fff}.field textarea{width:100%;padding:.85rem .9rem;border-radius:.85rem;border:1px solid #e5e7eb;font-size:1rem;color:#0f172a;background:#f9fafb;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field textarea:focus{outline:none;border-color:#3456e3;box-shadow:0 0 0 4px #3456e31f;background:#fff}.primary{width:100%;padding:.9rem 1rem;border:none;border-radius:.9rem;background:#71277a;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 10px 30px #12b76a40;transition:transform .15s ease,box-shadow .15s ease}.primary:hover{transform:translateY(-1px);box-shadow:0 12px 34px #12b76a4d}.primary:active{transform:translateY(0)}.shell{display:flex;min-height:100vh;width:100%;overflow-x:hidden}.brand-name{color:#f8fafc;font-weight:700;font-size:1.05rem}.brand-subtitle{color:#cbd5e1;font-size:.9rem}.nav{display:flex;flex-direction:column;gap:.5rem}.nav-item{display:inline-flex;align-items:center;gap:.65rem;padding:.8rem .9rem;background:transparent;border:1px solid rgba(226,232,240,.08);color:#e2e8f0;border-radius:.8rem;cursor:pointer;text-align:left}.nav-item:hover{background:#e2e8f00f}.nav-item.active{background:#1d4ed8;border-color:#1d4ed8}.nav-dot{width:8px;height:8px;border-radius:999px;background:#38bdf8}.sidebar-footer{margin-top:auto}.secondary{width:100%;padding:.85rem 1rem;border-radius:.8rem;border:1px solid rgba(226,232,240,.2);background:transparent;color:#e2e8f0;font-weight:600;cursor:pointer}.dashboard{padding:2.5rem;display:flex;flex-direction:column;gap:1.75rem}@media(max-width:640px){.dashboard{padding:1.5rem}}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.eyebrow{font-size:.95rem;color:#71277a;border-bottom:1px solid #71277a;font-weight:700;letter-spacing:.02em}.muted{color:#6b7280;margin-top:.35rem}.user-chip{display:inline-flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border-radius:.9rem;background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 30px #0f172a14}.avatar{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);display:grid;place-items:center;color:#f8fafc;font-weight:800}.chip-name{font-weight:700;color:#0f172a}.chip-email{color:#6b7280;font-size:.92rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.dash-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:1rem;align-items:start}@media(max-width:1024px){.dash-grid{grid-template-columns:1fr}}.panel-col{display:grid;grid-template-columns:1fr;gap:1rem}.panel{background:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a0f;overflow:hidden}.panel-header{padding:1.1rem 1.25rem .9rem;border-bottom:1px solid #eef2f7}.panel-header h3{font-size:1.05rem;color:#0f172a}.panel-header p{margin-top:.25rem;color:#6b7280;font-size:.95rem}.panel-body{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.85rem}.panel-field{display:flex;flex-direction:column;gap:.45rem;font-weight:700;color:#0f172a;font-size:.95rem}.panel-field input,.panel-field select{width:100%;padding:.85rem .9rem;border-radius:.85rem;border:1px solid #e5e7eb;font-size:1rem;color:#0f172a;background:#f9fafb}.panel-field input:focus,.panel-field select:focus{outline:none;border-color:#3456e3;box-shadow:0 0 0 4px #3456e31f;background:#fff}.panel-result{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:.9rem;border:1px dashed #e5e7eb;background:#fbfdff}.panel-result span{color:#6b7280;font-weight:600}.panel-result strong{color:#0f172a;font-size:1.05rem}.skeleton-box{width:100%;height:110px;border-radius:12px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 37%,#e5e7eb 63%);background-size:400% 100%;animation:wave 1.4s ease infinite}@keyframes wave{0%{background-position:100% 50%}to{background-position:0% 50%}}.panel-cta{width:100%;border:none;border-radius:.95rem;padding:.95rem 1rem;background:#2563eb;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 12px 30px #2563eb38}.withdraw-cta.loading,.panel-cta.loading,.primary.loading{opacity:.7;cursor:not-allowed}.panel-cta:hover{filter:brightness(1.02)}.panel-cta-green{background:linear-gradient(135deg,#12b76a,#0f9f55);box-shadow:0 12px 30px #12b76a38}.panel-history .panel-body{padding-top:.5rem}.history-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.history-item{display:grid;grid-template-columns:34px 1fr 16px;align-items:center;gap:.75rem;padding:.75rem;border-radius:.9rem;border:1px solid #eef2f7;background:#fff}.history-item:hover{background:#f9fafb}.history-icon{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-weight:900;color:#0f172a;background:#eef2ff}.history-icon-blue{background:#3b82f626}.history-icon-green{background:#22c55e26}.history-icon-mint{background:#10b98126}.history-text{color:#0f172a;font-weight:650;font-size:.95rem}.history-chevron{color:#9ca3af;font-size:1.2rem;justify-self:end}.withdraw-wrap{background:#fff;border-radius:1.25rem;border:1px solid #e5e7eb;box-shadow:0 12px 36px #0f172a0f;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.withdraw-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.withdraw-hero h2{font-size:clamp(1.4rem,2vw + 1rem,1.9rem);color:#0f172a;margin-top:.25rem}.availability{display:grid;gap:.15rem;text-align:right}.availability span{color:#6b7280;font-weight:600}.availability strong{color:#0f172a;font-size:1.05rem}.withdraw-body{display:flex;flex-direction:column;gap:1.25rem}.bank-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.bank-card{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:1rem;border:1px solid #e5e7eb;background:#f8fafc;cursor:pointer;text-align:left}.bank-card.active{border-color:#2563eb;box-shadow:0 12px 30px #2563eb1f;background:#fff}.bank-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#f8fafc;font-weight:800;font-size:1.05rem}.bank-text{display:grid;gap:.15rem}.bank-code{color:#0f172a;font-weight:800}.bank-name{color:#6b7280;font-size:.95rem}.withdraw-form{display:flex;flex-direction:column;gap:1rem}.withdraw-field{display:flex;flex-direction:column;gap:.35rem;font-weight:700;color:#0f172a}.withdraw-input{display:grid;grid-template-columns:90px 1fr;align-items:center;border:1px solid #e5e7eb;border-radius:1rem;background:#f9fafb;overflow:hidden}.withdraw-input .prefix{display:grid;place-items:center;font-weight:800;color:#0f172a}.withdraw-input input{border:none;padding:.95rem 1rem;font-size:1rem;background:transparent}.withdraw-input input:focus{outline:none}.withdraw-duo{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.withdraw-field input{width:100%;border:1px solid #e5e7eb;border-radius:.9rem;padding:.85rem .95rem;font-size:1rem;background:#f9fafb}.withdraw-field input:focus{outline:none;border-color:#3456e3;box-shadow:0 0 0 4px #3456e31f;background:#fff}.withdraw-cta{align-self:flex-start;padding:1rem 1.25rem;border:none;border-radius:.95rem;background:linear-gradient(135deg,#12b76a,#0f9f55);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 12px 30px #12b76a38}.withdraw-cta:hover{filter:brightness(1.02)}.card{background:#fff;border-radius:1rem;padding:1.25rem 1.35rem;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a0f}.card-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}.card-label{color:#6b7280;font-weight:600}.card-dot{width:10px;height:10px;border-radius:999px;background-color:#71277a}.card-value{margin-top:.35rem;font-size:1.35rem;font-weight:800;color:#0f172a}.card-hint{margin-top:.25rem;color:#10b981;font-weight:600}.sidebar{flex:0 0 20%;min-width:18%;max-width:200px;background:#71277a;color:#fff;display:flex;flex-direction:column;padding:20px;transition:all .3s ease}.sidebar-brand{display:flex;align-items:center;margin-bottom:40px;position:relative}.logo-circle{width:50px;height:50px;background:#fff;color:#71277a;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;box-shadow:0 4px 15px #0003}.brand-text{margin-left:10px}.brand-name{font-weight:600;font-size:18px;color:#fff}.brand-subtitle{font-size:12px;color:#e0cce6;margin-top:2px}.sidebar .close-sidebar{display:none;position:absolute;top:10px;right:10px;font-size:28px;background:none;border:none;color:#fff;cursor:pointer}.sidebar-nav{flex:1;display:flex;flex-direction:column;margin-top:20px}.nav-item{display:flex;align-items:center;padding:12px 15px;border-radius:8px;color:#fff;text-decoration:none;margin-bottom:10px;font-size:14px;transition:all .3s ease;position:relative}.nav-item:hover{background:#ffffff26}.nav-item.active{background:#ffffff40}.nav-dot{width:6px;height:6px;border-radius:50%;background:#fff;margin-right:10px;opacity:0;transition:.3s}.nav-item.active .nav-dot{opacity:1}.sidebar-footer{padding-top:20px}.logout-btn{width:100%;padding:10px;background:#ffffff26;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:.3s ease}.logout-btn:hover{background:#fff;color:#71277a}.hamburger{display:none;font-size:28px;background:none;border:none;color:#71277a;cursor:pointer;margin:10px 0}.listing-wrapper{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 30px #0f172a0f}.listing-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.listing-title{font-size:1.25rem;font-weight:700;color:#0f172a}.listing-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.listing-search-input{max-width:260px}.listing-pagination{display:flex;justify-content:flex-end;margin-top:1rem}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.btn-primary{background-color:#71277a!important;border-color:#71277a!important}.btn-primary:hover,.ant-btn-primary:hover{background-color:#5c1f63!important;border-color:#5c1f63!important}.btn-secondary{border-color:#71277a!important;color:#71277a!important}.btn-outline{border-color:#71277a!important;color:#71277a!important;background:#fff!important}.btn-outline:hover{background:#f5e9f7!important}.ant-table-thead>tr>th{background:#f8f0fb!important;color:#4b164f!important;font-weight:600}.ant-pagination-item-active{border-color:#71277a!important}.ant-pagination-item-active a{color:#71277a!important}.ant-modal-header{border-bottom-color:#f3e3f7!important}.ant-modal-title{color:#71277a!important}.ant-modal-footer .ant-btn-primary{background-color:#71277a!important;border-color:#71277a!important}@media(max-width:768px){.listing-wrapper{padding:1rem}.listing-toolbar{flex-direction:column;align-items:stretch}.listing-search-input{max-width:100%}.listing-pagination{justify-content:center}}@media(max-width:900px){.sidebar{transform:translate(-260px)}.shell.sidebar-open .sidebar{transform:translate(0)}.sidebar .close-sidebar{display:block}.main-content{margin-left:10px;transition:margin-left .3s ease}.hamburger{display:block}.sidebar-nav{flex-direction:column}.nav-item{margin-bottom:10px;margin-right:0}}.main-content{flex:1;min-width:77%;padding:20px 20px 20px 10px;transition:margin-left .3s ease,padding .3s ease;margin-left:10px}.main-content{flex:1;padding:20px;min-height:100vh;transition:margin-left .3s ease}@media(min-width:901px){.main-content.shifted{margin-left:265px}}.sidebar{width:260px;min-height:100vh;background:#71277a;color:#fff;display:flex;flex-direction:column;padding:20px;font-family:Segoe UI,sans-serif;position:fixed;top:0;left:0;transition:transform .3s ease;z-index:1000}@media(max-width:900px){.sidebar{transform:translate(-260px)}.shell.sidebar-open .sidebar{transform:translate(0)}.main-content.shifted{margin-left:0}.hamburger{display:block;font-size:28px;background:none;border:none;color:#71277a;cursor:pointer;margin-bottom:15px}}.split-screen{display:flex;height:100vh;font-family:Segoe UI,sans-serif}.auth-left{flex:1;background:linear-gradient(135deg,#f8f8fb,#eae6f0);display:flex;justify-content:center;align-items:center;position:relative}.branding{text-align:center;color:#71277a;padding:20px}.logo-circle{width:80px;height:80px;background:#71277a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff;margin:0 auto 20px;box-shadow:0 4px 20px #71277a4d}.branding h1{font-size:28px;margin-bottom:10px}.branding p{font-size:16px;color:#555}.auth-right{flex:1;display:flex;justify-content:center;align-items:center;background:#fff}.auth-card{width:360px;background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 25px #00000014;opacity:0;transform:translateY(20px);animation:slideFade .6s forwards}.auth-card h3{color:#71277a;margin-bottom:25px}.input-group{margin-bottom:20px;display:flex;flex-direction:column}.input-group label{margin-bottom:6px;font-weight:500;color:#333}.input-group input{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:.3s ease}.input-group input:focus{border-color:#71277a;outline:none;box-shadow:0 0 0 3px #71277a1a}.login-btn{width:100%;padding:12px;background:#71277a;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:.3s ease}.login-btn:hover{background:#5c1f63}.login-btn.loading{opacity:.7;cursor:not-allowed}@keyframes slideFade{to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.split-screen{flex-direction:column}.auth-left,.auth-right{flex:none;width:100%;height:50vh}.auth-card{width:90%}}.coming-soon-overlay{position:absolute;inset:0;border-radius:20px;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10}.coming-soon-overlay span{background:#000000bf;color:#fff;padding:14px 28px;border-radius:30px;font-size:20px;font-weight:600;letter-spacing:1px;box-shadow:0 10px 30px #0006}
