@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}.app{display:flex;min-height:100vh;width:100%}.sidebar{width:220px;background:#141414;box-shadow:2px 0 12px #0009;display:flex;flex-direction:column;justify-content:space-between;height:100%;position:sticky;top:0;border-right:1px solid rgba(128,128,128,.3)}.sidebar h2{font-size:1.5rem;color:#ff2b55;padding:1.5rem;margin:0;font-weight:600;background:linear-gradient(90deg,#ff2b55,#9b2bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sidebar nav ul{list-style:none;padding:0 1.5rem}.sidebar nav ul li{margin:1rem 0;color:#bdbdbd;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-size:.95rem;padding:.6rem;border-radius:10px;transition:all .3s ease}.sidebar nav ul li:hover{background:linear-gradient(90deg,#ff2b551a,#9b2bff1a);color:#fff;box-shadow:0 0 10px #ff2b5540}.sidebar .bottom{padding:1.5rem;font-size:.875rem;color:#888;cursor:pointer}.main{flex:1;padding:2rem;overflow-y:auto;background-color:pink;min-height:100vh}@media(min-width:768px){.main{margin-left:240px}}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #ffc0cb4d;transition:all .3s ease;border:1px solid #ff99b3}.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #ffc0cb80}.dashboard-container{width:100%;max-width:100%}.dashboard-header{margin-bottom:2rem}.dashboard-title{font-size:2rem;font-weight:700;background:linear-gradient(to right,#db2777,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.dashboard-subtitle{font-size:1rem;color:#374151;font-weight:400}.dashboard-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #ffc0cb4d;transition:all .3s ease;border:1px solid #ff99b3;display:flex;align-items:center;gap:1rem}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #ffc0cb80}.card-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-content{flex:1}.card-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.card-value{font-size:1.5rem;font-weight:700;color:#000}.chart-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #ffc0cb4d;border:1px solid #ff99b3;margin-top:2rem}.chart-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1rem}a{text-decoration:none;color:inherit;display:flex;gap:.75rem;align-items:center}.withdraw-container{padding:1.5rem;background-color:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 4px 20px #ffc0cb4d;border:1px solid #ff99b3;margin:0 auto;max-width:100%;overflow-x:auto}.withdraw-heading{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:#000;background:linear-gradient(to right,#db2777,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.withdraw-table{width:100%;border-collapse:separate;border-spacing:0;background-color:#fffc;border-radius:12px;overflow:hidden;border:1px solid #ff99b3}.withdraw-th,.withdraw-td{padding:.9rem 1rem;border-bottom:1px solid rgba(255,153,179,.3);text-align:left;font-size:.9rem;color:#000}.withdraw-th{background-color:#ff99b333;font-weight:600;color:#db2777;text-transform:uppercase;font-size:.85rem}.withdraw-td small{color:#999;font-size:.8rem}.withdraw-table tbody tr:hover{background-color:#ff99b333}.text-yellow-400{color:#facc15;font-weight:500}.text-green-400{color:#22c55e;font-weight:500}.text-red-400{color:#ef4444;font-weight:500}.withdraw-btn{background:linear-gradient(to right,#db2777,#ec4899);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #ffc0cb66}.withdraw-btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.withdraw-btn:disabled{background-color:#444;cursor:not-allowed}.complete-btn{background:linear-gradient(to right,#ec4899,#db2777);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #ffc0cb66}.complete-btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.withdraw-input{width:100%;padding:.6rem;border:1px solid #ff99b3;border-radius:8px;background-color:#fff;color:#000;font-size:.9rem;transition:border-color .2s ease;font-family:Poppins,sans-serif}.withdraw-input:focus{outline:none;border-color:#ec4899;box-shadow:0 0 10px #ffc0cb66}.alert{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:8px;margin-top:1rem}.alert-error{background-color:#ef44441a;border:1px solid #ef4444;color:#f87171}.alert-success{background-color:#22c55e1a;border:1px solid #22c55e;color:#86efac}@media(max-width:1024px){.sidebar{width:200px}.main{padding:1.5rem}}@media(max-width:768px){.app{flex-direction:column}.sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.main{padding:1rem}.cards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media(max-width:480px){.withdraw-heading{font-size:1.5rem}.withdraw-btn,.complete-btn{padding:.4rem .8rem;font-size:.8rem}.withdraw-input{font-size:.85rem}}.filter-recharge-buttons{display:flex;background-color:#374151;border:1px solid #4b5563;border-radius:8px;padding:16px;margin-bottom:24px;margin-top:10px}.login-wrapper{display:flex;min-height:100vh;background-color:pink;font-family:Poppins,sans-serif;color:#000;overflow:hidden;position:relative}.bg-orb{position:absolute;border-radius:50%;filter:blur(200px);opacity:.3;z-index:0}.bg-orb-1{width:600px;height:600px;background-color:#f472b6;top:-100px;left:-200px}.bg-orb-2{width:600px;height:600px;background-color:#f9a8d4;bottom:-200px;right:-200px}.left-panel{flex:1;display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 40px;position:relative;z-index:10}.logo-image{width:176px;height:auto;margin-bottom:24px;border-radius:12px;filter:drop-shadow(0 0 30px rgba(255,43,85,.4))}.brand-title{font-size:2.25rem;font-weight:600;background:linear-gradient(to right,#db2777,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.brand-tagline{color:#374151;margin-top:12px;font-size:1.125rem;max-width:24rem;line-height:1.6}.right-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px;position:relative;z-index:10}.login-card{width:100%;max-width:28rem;background:#ffffffb3;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:24px;border:1px solid #ff99b3;padding:40px;box-shadow:0 0 30px #ffc0cb66}.mobile-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.mobile-logo{width:80px;height:auto;margin-bottom:12px;border-radius:12px}.mobile-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:4px}.mobile-subtitle{color:#374151;font-size:.875rem}.desktop-header{display:none}.welcome{font-size:2rem;font-weight:600;color:#000;margin-bottom:8px}.subtext{font-size:.875rem;color:#374151;margin-bottom:24px}.error-message{background-color:#ffb3c666;border:1px solid #ff99b3;border-radius:8px;padding:12px;margin-bottom:24px;text-align:center;color:#9f1239;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;color:#374151;margin-bottom:4px;font-weight:500}.login-input{width:100%;background-color:#fff;border:1px solid #ff99b3;border-radius:8px;padding:12px;color:#000;font-size:1rem;transition:all .3s ease;font-family:Poppins,sans-serif}.login-input::placeholder{color:#6b7280}.login-input:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 2px #ec489933}.login-input:disabled{opacity:.6;cursor:not-allowed}.login-button{width:100%;padding:12px;border-radius:8px;background:linear-gradient(to right,#db2777,#ec4899);color:#fff;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 0 20px #ffc0cb66;font-family:Poppins,sans-serif;margin-top:8px}.login-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.login-button:disabled{opacity:.7;cursor:not-allowed}.loader-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.loader-box{background-color:#fffffff2;padding:25px 40px;border-radius:10px;color:#000;display:flex;flex-direction:column;align-items:center;box-shadow:0 0 20px #ffc0cb66}.spinner{width:40px;height:40px;border:4px solid rgba(255,192,203,.3);border-top:4px solid #ec4899;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:768px){.login-wrapper{flex-direction:row}.left-panel{display:flex}.mobile-header{display:none}.desktop-header{display:block;margin-bottom:24px}.right-panel{padding:40px 80px}}@media(max-width:767px){.login-wrapper{flex-direction:column;min-height:100vh}.left-panel{display:none}.right-panel{padding:30px 20px;width:100%}.login-card{padding:30px 24px}.welcome{font-size:1.5rem;text-align:center}.subtext{text-align:center}.loader-box{width:80%;padding:20px 30px}}@media(max-width:480px){.login-card{padding:24px 20px}.brand-title{font-size:1.75rem}.mobile-title{font-size:1.25rem}.login-button{font-size:.875rem;padding:10px}}.sidebar-container{position:fixed;top:0;left:0;width:240px;height:100vh;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#000;border-right:1px solid #ff99b3;padding:20px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease-in-out;z-index:40;box-shadow:2px 0 20px #ffc0cb33}.sidebar-container{transform:translate(-100%)}@media(min-width:768px){.sidebar-container{transform:translate(0);position:fixed}}.sidebar-container.open{transform:translate(0)}.sidebar-logo{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,153,179,.3)}.sidebar-logo img{width:110px;height:auto;border-radius:12px;margin:0 auto;display:block;filter:drop-shadow(0 0 20px rgba(255,43,85,.3))}nav ul{list-style:none;padding:0;margin:0;flex:1}nav ul li{margin-bottom:8px}nav ul li a{display:flex;align-items:center;gap:12px;text-decoration:none;color:#374151;font-size:15px;font-weight:500;padding:12px 14px;border-radius:10px;transition:all .3s ease;font-family:Poppins,sans-serif}nav ul li a:hover{background:#ff99b333;color:#db2777;transform:translate(4px)}nav ul li a:active,nav ul li a.active{background:linear-gradient(to right,#db277726,#ec489926);color:#db2777;font-weight:600;border-left:3px solid #ec4899}.dropdown{cursor:pointer}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:10px;color:#374151;font-size:15px;font-weight:500;transition:all .3s ease;font-family:Poppins,sans-serif}.dropdown-header:hover{background:#ff99b333;color:#db2777}.dropdown-menu{padding-left:20px;margin-top:8px;padding-top:8px;border-left:2px solid rgba(255,153,179,.3);margin-left:14px}.dropdown-menu li{margin-bottom:6px}.dropdown-menu li a{font-size:14px;padding:10px 14px;color:#6b7280}.dropdown-menu li a:hover{color:#db2777;background:#ff99b326}.logout-section{margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,153,179,.3)}.logout-section button{transition:all .3s ease}.logout-section button:hover{transform:translateY(-2px);box-shadow:0 0 20px #ffc0cb99}.mobile-header{display:flex;justify-content:space-between;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #ff99b3;padding:12px 16px;position:sticky;top:0;z-index:50;box-shadow:0 2px 10px #ffc0cb33}.mobile-logo{width:80px;height:auto;border-radius:8px}.menu-btn{background:none;border:none;color:#db2777;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.menu-btn:hover{background:#ff99b333}.overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:30}@media(min-width:768px){.mobile-header{display:none}}nav ul li a.active{background:linear-gradient(to right,#db277726,#ec489926);color:#db2777;font-weight:600;border-left:3px solid #ec4899}nav ul li a svg{width:18px;height:18px;flex-shrink:0}*{transition:background-color .2s ease,color .2s ease}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.withdraw-heading{font-size:24px;font-weight:700;margin-bottom:8px;background:linear-gradient(to right,#db2777,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.error-message{margin-bottom:16px;background-color:#ffb3c666;border:1px solid #ff99b3;border-radius:12px;padding:16px;display:flex;align-items:center;gap:8px;color:#9f1239}.search-input:disabled{opacity:.6;cursor:not-allowed}.export-button{background:linear-gradient(to right,#db2777,#ec4899);color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;display:flex;align-items:center;gap:6px;white-space:nowrap;font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #ffc0cb66}.export-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffc0cb99;opacity:.9}.export-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6;box-shadow:none}body{font-family:Poppins,sans-serif;background-color:pink;color:#000}.withdraw-container{padding:20px;max-width:1200px;margin:0 auto}.withdraw-heading{font-size:24px;font-weight:700;margin-bottom:20px;background:linear-gradient(to right,#db2777,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.error-message{margin-top:16px;background-color:#ffb3c666;border:1px solid #ff99b3;border-radius:8px;padding:16px;display:flex;align-items:center;gap:8px;color:#9f1239}.error-icon{color:#e74c3c}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.stats-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ff99b3;border-radius:12px;padding:20px;box-shadow:0 4px 20px #ffc0cb4d;transition:all .3s ease}.stats-card:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ffc0cb66}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.stats-label{font-size:14px;color:#6b7280;font-weight:500}.stats-value{font-size:28px;font-weight:700;color:#000}.completed-value{color:#22c55e}.pending-value{color:#f59e0b}.cancelled-value{color:#ef4444}.completed-icon{color:#22c55e}.pending-icon{color:#f59e0b}.cancelled-icon{color:#ef4444}.filters-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ff99b3;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 4px 20px #ffc0cb33}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.filter-button{background-color:#fff;color:#374151;border:1px solid #ff99b3;padding:8px 16px;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;transition:all .3s ease}.filter-button:hover{background-color:#ff99b333;border-color:#ec4899;color:#db2777}.filter-button.active{background:linear-gradient(to right,#db2777,#ec4899);color:#fff;border-color:transparent;box-shadow:0 2px 10px #ffc0cb66}.filter-button.pending{background-color:#fef3c7;color:#92400e;border-color:#fbbf24}.filter-button.cancelled{background-color:#fee2e2;color:#991b1b;border-color:#f87171}.filter-controls{display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.filter-controls{flex-direction:row}}.search-input{background-color:#fff;color:#000;border:1px solid #ff99b3;padding:10px 14px;border-radius:8px;font-family:Poppins,sans-serif;width:100%;transition:all .3s ease}.search-input:focus{outline:none;border-color:#ec4899;box-shadow:0 0 10px #ffc0cb66}.search-input::placeholder{color:#9ca3af}.sort-select{background-color:#fff;color:#000;border:1px solid #ff99b3;padding:10px 14px;border-radius:8px;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease}.sort-select:focus{outline:none;border-color:#ec4899;box-shadow:0 0 10px #ffc0cb66}.export-button,.view-button,.modal-close-button{background:linear-gradient(to right,#db2777,#ec4899);color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:600;display:flex;align-items:center;gap:6px;transition:all .3s ease;box-shadow:0 2px 10px #ffc0cb66}.export-button:hover,.view-button:hover,.modal-close-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffc0cb99;opacity:.9}.table-container{overflow-x:auto;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid #ff99b3;box-shadow:0 4px 20px #ffc0cb33}.withdraw-table{width:100%;border-collapse:collapse}.withdraw-th{background:#ff99b333;padding:14px;text-align:left;font-weight:600;color:#db2777;border-bottom:2px solid #ff99b3;font-size:.875rem;text-transform:uppercase}.withdraw-td{padding:14px;border-bottom:1px solid rgba(255,153,179,.3);color:#000}.withdraw-td small{color:#6b7280}.withdraw-table tbody tr:hover{background-color:#ff99b326}.pagination{margin-top:20px;display:flex;justify-content:space-between;align-items:center;padding:16px}.pagination-info{font-size:14px;color:#6b7280;font-weight:500}.pagination-controls{display:flex;gap:8px;align-items:center}.pagination-button{background-color:#fff;color:#374151;border:1px solid #ff99b3;padding:8px 16px;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;transition:all .3s ease}.pagination-button:hover:not(.disabled){background-color:#ff99b333;border-color:#ec4899;color:#db2777}.pagination-button.disabled{background-color:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed;opacity:.6}.pagination-page{background-color:#fff;color:#374151;padding:8px 16px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:500;border:1px solid #ff99b3}.modal-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;padding:16px}.modal-content{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ff99b3;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 30px #ffc0cb66}.modal-header{padding:20px;border-bottom:1px solid rgba(255,153,179,.3);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:20px;font-weight:700;color:#000;background:linear-gradient(to right,#db2777,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-close{background:none;border:none;color:#6b7280;font-size:24px;cursor:pointer;transition:color .3s ease;padding:4px;border-radius:4px}.modal-close:hover{color:#db2777;background-color:#ff99b333}.modal-body{padding:24px;display:flex;flex-direction:column;gap:24px}.modal-section{display:flex;flex-direction:column;gap:12px}.modal-section-title{font-weight:600;font-size:16px;color:#000}.modal-info{display:flex;flex-direction:column;gap:8px;font-size:14px}.info-row{display:flex;justify-content:space-between;color:#000}.info-label{color:#6b7280;font-weight:500}.delivery-info{background:#ff99b31a;border:1px solid #ff99b3;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.delivery-name{font-weight:600;color:#000}.delivery-address{color:#374151}.delivery-contact{padding-top:12px;border-top:1px solid rgba(255,153,179,.3)}.delivery-contact-item{color:#6b7280;font-size:13px}.modal-footer{padding:20px;border-top:1px solid rgba(255,153,179,.3)}.icon-small{width:16px;height:16px}.inline{display:inline;margin-right:4px}
