.login-container{background-color:#050505;background-image:radial-gradient(circle at 50% 0,#1a1a2e 0%,#050505 70%);justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.bg-shape{filter:blur(80px);z-index:0;opacity:.5;border-radius:50%;animation:20s ease-in-out infinite alternate float;position:absolute}.shape-1{background:linear-gradient(135deg,#3b82f6,#8b5cf6);width:400px;height:400px;animation-delay:0s;top:-100px;left:-100px}.shape-2{background:linear-gradient(135deg,#10b981,#3b82f6);width:350px;height:350px;animation-delay:-5s;bottom:-50px;right:-50px}.shape-3{background:linear-gradient(135deg,#ec4899,#8b5cf6);width:300px;height:300px;animation-delay:-10s;top:40%;left:60%}@keyframes float{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.login-inner{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:420px;display:flex;position:relative}.logo-container{flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.logo-circle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #fff3;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;animation:3s infinite alternate pulse-glow;display:flex;box-shadow:0 15px 35px #0003,inset 0 0 0 1px #ffffff1a}@keyframes pulse-glow{0%{transform:translateY(0);box-shadow:0 0 20px #3b82f633,inset 0 0 0 1px #ffffff1a}to{transform:translateY(-5px);box-shadow:0 0 40px #3b82f699,inset 0 0 0 1px #fff3}}.brand-name{color:#fff;letter-spacing:-1px;text-shadow:0 2px 10px #00000080;margin:0;font-size:36px;font-weight:800}.brand-pro{background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:900}.tagline{color:#94a3b8;letter-spacing:.5px;margin-top:8px;font-size:14px;font-weight:500}.login-card{-webkit-backdrop-filter:blur(24px);background:#0f172a66;border:1px solid #ffffff1a;border-radius:24px;width:100%;padding:40px 30px;transition:transform .3s,box-shadow .3s;box-shadow:0 25px 50px -12px #00000080}.login-card:hover{box-shadow:0 30px 60px -12px #0009,0 0 20px #3b82f61a}.input-group{background:#0003;border:1px solid #ffffff0d;border-radius:16px;align-items:center;height:60px;margin-bottom:24px;padding:0 20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.input-icon{color:#64748b;align-items:center;transition:color .3s;display:flex}.login-input{color:#f8fafc;background:0 0;border:none;outline:none;flex:1;height:100%;padding:0 16px;font-size:16px;font-weight:500}.login-input::placeholder{color:#475569}.input-highlight{background:linear-gradient(90deg,#3b82f6,#10b981);width:0;height:2px;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.input-group:focus-within{background:#0006;border-color:#3b82f64d;box-shadow:0 8px 20px #0003}.input-group:focus-within .input-icon{color:#3b82f6}.input-group:focus-within .input-highlight{width:100%}.login-button{cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:16px;width:100%;height:60px;margin-top:16px;padding:0;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 10px 25px #2563eb66}.login-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px #2563eb80}.login-button:hover:not(:disabled):before{left:100%}.login-button:active:not(:disabled){transform:translateY(0);box-shadow:0 5px 15px #2563eb66}.login-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;background:#334155}.button-content{z-index:1;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.button-text{color:#fff;letter-spacing:.5px;margin-right:8px;font-size:16px;font-weight:700}.arrow-icon{color:#fff;transition:transform .3s}.login-button:hover:not(:disabled) .arrow-icon{transform:translate(4px)}.footer-text{text-align:center;color:#475569;text-transform:uppercase;letter-spacing:3px;margin-top:40px;font-size:11px;font-weight:600}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.layout-container{background-color:var(--bg-dark);width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{background-color:var(--bg-card);border-right:1px solid var(--border-light);flex-direction:column;flex-shrink:0;width:260px;display:flex}.sidebar-header{border-bottom:1px solid var(--border-light);align-items:center;height:80px;padding:0 24px;display:flex}.logo-circle-small{background:linear-gradient(135deg,#2ecc71,#27ae60);border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;margin-right:12px;display:flex}.brand-name-sidebar{color:#fff;letter-spacing:-.5px;font-size:20px;font-weight:900}.sidebar-nav{flex-direction:column;flex:1;gap:8px;padding:24px 16px;display:flex}.nav-link{color:var(--text-secondary);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.nav-link:hover{color:#fff;background-color:#ffffff08}.nav-link.active{color:var(--primary-blue);background-color:#3b82f61a}.sidebar-footer{border-top:1px solid var(--border-light);padding:24px 16px}.logout-btn{width:100%;color:var(--danger);justify-content:flex-start}.logout-btn:hover{background-color:var(--danger-light);color:var(--danger)}.main-content{background-color:var(--bg-dark);flex:1;position:relative;overflow-y:auto}@media (width<=768px){.sidebar{border-right:none;border-top:1px solid var(--border-light);z-index:100;flex-direction:row;width:100%;height:70px;position:fixed;bottom:0;left:0;right:0}.sidebar-header,.sidebar-footer{display:none}.sidebar-nav{flex-direction:row;justify-content:space-around;align-items:center;gap:0;padding:0}.nav-link{border-radius:0;flex-direction:column;gap:4px;padding:10px;font-size:11px}.main-content{padding-bottom:70px}}.table-card{cursor:pointer;border:1px solid #1e293b;border-radius:20px;flex-direction:column;height:100%;padding:16px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.table-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0006}.table-card.bg-blue{background:linear-gradient(#3b82f61a,#0f172a)}.table-card.bg-yellow{background:linear-gradient(#f59e0b1a,#0f172a)}.table-card.bg-red{background:linear-gradient(#ef444426,#0f172a)}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.table-name-badge{background-color:#1e293b;border:1px solid #334155;border-radius:8px;padding:4px 10px}.table-num{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:800;overflow:hidden}@keyframes pulse{0%{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.5;transform:scale(.95)}}.pulsing-dot{border-radius:50%;width:12px;height:12px;margin-top:6px;animation:1.5s infinite pulse}.customer-row{align-items:center;gap:6px;margin-bottom:16px;display:flex}.customer-text{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.progress-container{margin-bottom:4px}.progress-container.no-border{padding-top:10px}.bar-track{background-color:#1e293b;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden}.bar-fill{border-radius:3px;height:100%;transition:width 1s linear}.time-row{justify-content:space-between;align-items:center;display:flex}.time-left-wrapper{align-items:center;gap:4px;font-size:11px;font-weight:800;display:flex}.ends-at-text{color:#64748b;font-size:10px;font-weight:600}.untimed-row{color:#64748b;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.available-content{flex-direction:column;align-items:flex-start;margin-top:8px;display:flex}.type-text{color:#64748b;letter-spacing:1px;margin-bottom:24px;font-size:12px;font-weight:700}.ready-badge{background-color:#22c55e26;border:1px solid #22c55e4d;border-radius:8px;padding:6px 12px}.ready-text{color:#22c55e;letter-spacing:.5px;font-size:10px;font-weight:900}.dashboard-container{max-width:1400px;margin:0 auto;padding:24px}.dashboard-header{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:32px;padding:24px;display:flex}.header-title h1{margin-bottom:8px;font-size:24px}.status-badge{background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;align-items:center;gap:8px;padding:4px 10px;display:inline-flex}.status-badge span{color:var(--primary-blue);letter-spacing:1px;font-size:11px;font-weight:800}.pulse-dot{background:var(--primary-blue);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.stats-row{gap:16px;display:flex}.stat-card{background:var(--bg-dark);border:1px solid var(--border-light);border-radius:12px;flex-direction:column;align-items:center;min-width:100px;padding:12px 24px;display:flex}.stat-card.border-blue{border-color:#3b82f64d}.stat-card.border-green{border-color:#22c55e4d}.stat-card.border-yellow{border-color:#f59e0b4d}.stat-value{margin:4px 0;font-size:24px;font-weight:900}.stat-label{color:var(--text-secondary);font-size:10px;font-weight:800}.text-blue{color:var(--primary-blue)}.text-green{color:var(--success)}.text-yellow{color:var(--warning)}.text-red{color:var(--danger)}.text-muted{color:var(--text-secondary)}.section{margin-bottom:32px}.section-header{align-items:center;gap:8px;margin-bottom:16px;display:flex}.section-header h2{color:#fff;font-size:18px}.horizontal-scroll{gap:16px;padding-bottom:12px;display:flex;overflow-x:auto}.horizontal-scroll::-webkit-scrollbar{height:6px}.booking-pill{cursor:pointer;background:#f59e0b0d;border:1px solid #f59e0b33;border-radius:16px;min-width:200px;padding:16px;position:relative}.close-btn{color:var(--text-secondary);position:absolute;top:8px;right:8px}.pill-header{justify-content:space-between;margin-bottom:8px;display:flex}.pill-badge{color:var(--warning);background:#f59e0b26;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:800}.pill-time{color:var(--warning);font-size:12px;font-weight:700}.pill-customer{margin-bottom:12px;font-size:15px;font-weight:600}.pill-footer{justify-content:space-between;align-items:center;display:flex}.pill-duration{color:var(--text-secondary);font-size:12px}.pill-start-btn{color:#000;background:#f8fafc;border-radius:12px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:800;display:flex}.avail-card{cursor:pointer;background:#22c55e0d;border:1px solid #22c55e33;border-radius:16px;min-width:140px;padding:16px;transition:all .2s}.avail-card:hover{transform:translateY(-2px)}.avail-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.avail-title{font-size:16px;font-weight:800}.green-dot{background:var(--success);border-radius:50%;width:10px;height:10px}.avail-sub{color:var(--success);font-size:11px;font-weight:700}.empty-card{border:1px dashed var(--border-light);color:var(--text-secondary);border-radius:16px;padding:16px}.grid-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.grid-item{height:100%}.empty-container{background:var(--bg-card);border:1px dashed var(--border-light);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:60px;display:flex}.empty-container p{color:var(--text-secondary);margin-top:16px;font-size:16px;font-weight:600}.fab-button{background:linear-gradient(135deg, var(--primary-blue), #2563eb);color:#fff;border-radius:30px;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 12px #3b82f666}.fab-button:hover{transform:scale(1.05)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-dark);border:1px solid var(--border-light);border-radius:24px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex}.modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.icon-btn{background:var(--bg-card);color:var(--text-secondary);border-radius:50%;padding:8px}.modal-body{flex:1;padding:24px;overflow-y:auto}.grand-total-card{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px;display:flex}.total-left{color:var(--success);align-items:center;gap:16px;font-size:24px;font-weight:800;display:flex}.total-amount{color:var(--success);font-size:48px;font-weight:900}.checkout-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (width<=768px){.checkout-grid{grid-template-columns:1fr}}.card-box{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;margin-bottom:16px;padding:20px}.card-box-header{justify-content:space-between;margin-bottom:16px;display:flex}.item-row{border-bottom:1px solid var(--border-light);align-items:center;gap:12px;padding:12px 0;display:flex}.item-qty{background:var(--bg-dark);border-radius:8px;padding:4px 8px;font-size:12px;font-weight:800}.item-info{flex-direction:column;flex:1;display:flex}.item-actions{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.item-actions button{font-size:12px}.add-item-form{gap:8px;margin-top:16px;display:flex}.add-item-form input{background:var(--bg-dark);border:1px solid var(--border-light);color:#fff;border-radius:8px;flex:1;padding:8px 12px}.add-item-form button{background:var(--primary-blue);color:#fff;border-radius:8px;align-items:center;gap:4px;padding:8px 16px;display:flex}.payment-options{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.pay-btn{background:var(--bg-dark);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:8px;flex:1;padding:8px 16px}.pay-btn.active{border-color:var(--primary-blue);color:var(--primary-blue);background:#3b82f633}.split-inputs{gap:12px;margin-top:16px;display:flex}.split-inputs input{background:var(--bg-dark);border:1px solid var(--border-light);color:#fff;border-radius:8px;flex:1;padding:12px}.modal-footer{border-top:1px solid var(--border-light);gap:16px;padding:24px;display:flex}.btn-cancel{color:var(--danger);background:#ef44441a;border-radius:12px;flex:1;padding:16px;font-weight:700}.btn-primary{background:var(--primary-blue);color:#fff;border-radius:12px;flex:2;padding:16px;font-weight:700}.btn-secondary{background:var(--bg-card);color:#fff;border-radius:12px;flex:1;padding:16px;font-weight:700}.w-100{width:100%}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.alarm-card{background:var(--bg-dark);text-align:center;border:1px solid #ef44444d;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:320px;padding:32px;display:flex}.alarm-details{color:var(--text-secondary);flex-direction:column;gap:4px;margin:16px 0;display:flex}.alarm-details strong{color:#fff;font-size:18px}.shake{animation:.5s infinite shake}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.table-manager-container{max-width:1200px;margin:0 auto;padding:24px}.tm-header{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:32px;padding:24px;display:flex}.tm-header-left{align-items:center;gap:16px;display:flex}.tm-header h1{color:#fff;font-size:24px}.back-btn{background:var(--bg-dark);border:1px solid var(--border-light);color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex}.add-table-btn{color:#2ecc71;background:#2ecc7126;border:1px solid #2ecc714d;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-weight:700;transition:all .2s;display:flex}.add-table-btn:hover{background:#2ecc7140}.tables-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.tm-card{flex-direction:column;padding:20px;display:flex}.tm-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.tm-name{color:#fff;margin-bottom:8px;font-size:18px;font-weight:800}.tm-type{color:#cbd5e1;letter-spacing:1px;background:#334155;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:800}.tm-rate{color:#2ecc71;font-size:18px;font-weight:900}.tm-card-actions{border-top:1px solid var(--border-light);justify-content:flex-end;gap:12px;padding-top:16px;display:flex}.tm-btn-edit{color:var(--primary-blue);background:#3b82f61a;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:700;display:flex}.tm-btn-delete{color:var(--danger);background:#ef44441a;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:700;display:flex}.form-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-row{gap:16px;display:flex}.form-row .form-group{flex:1}.form-group label{color:var(--text-secondary);text-transform:uppercase;font-size:13px;font-weight:700}.form-group input{background:var(--bg-dark);border:1px solid var(--border-light);color:#fff;border-radius:12px;padding:14px;font-size:16px}.type-selector{gap:12px;display:flex}.type-selector.disabled{opacity:.5}.type-btn{background:var(--bg-dark);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:12px;flex:1;padding:14px;font-size:16px;font-weight:800}.type-btn.active{color:#0b101e;background:#2ecc71;border-color:#2ecc71}.create-session-container{max-width:1200px;margin:0 auto;padding:24px}.cs-header{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;align-items:center;gap:16px;margin-bottom:32px;padding:24px;display:flex}.cs-header h1{color:#fff;font-size:24px}.cs-content{align-items:flex-start;gap:24px;display:flex}.cs-left-panel{flex-direction:column;flex:1;gap:24px;display:flex}.cs-right-panel{flex-direction:column;flex:1.2;gap:24px;padding:24px;display:flex}.cs-section{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;padding:20px}.cs-label{color:var(--text-secondary);text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:700;display:block}.table-scroll-y{flex-direction:column;gap:12px;max-height:400px;padding-right:8px;display:flex;overflow-y:auto}.table-pill{background:var(--bg-dark);border:1px solid var(--border-light);cursor:pointer;text-align:left;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:16px;transition:all .2s;display:flex}.table-pill:hover{background:#ffffff0d}.table-pill.active{border-color:var(--primary-blue);background:#3b82f61a}.table-pill.occupied{opacity:.6}.pill-left{flex-direction:column;gap:4px;display:flex}.pill-name{color:#fff;font-size:16px;font-weight:800}.table-pill.active .pill-name{color:var(--primary-blue)}.pill-status{color:var(--success);font-size:12px}.table-pill.occupied .pill-status{color:var(--danger)}.pill-rate{color:var(--text-secondary);font-weight:700}.schedule-box{background:#3b82f60d;border:1px solid #3b82f633;border-radius:12px;padding:16px}.schedule-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.schedule-header h3{color:#fff;font-size:14px}.no-bookings{color:var(--text-secondary);font-style:italic}.booking-list{flex-direction:column;gap:8px;display:flex}.booking-slot{align-items:center;gap:8px;font-size:13px;display:flex}.booking-dot{background:var(--primary-blue);border-radius:50%;width:6px;height:6px}.booking-cust{color:var(--text-secondary)}.form-group.relative{position:relative}.suggestions-dropdown{background:var(--bg-dark);border:1px solid var(--primary-blue);z-index:50;border-radius:12px;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #00000080}.suggestion-item{border-bottom:1px solid var(--border-light);cursor:pointer;justify-content:space-between;padding:12px 16px;display:flex}.suggestion-item:hover{background:#ffffff0d}.suggestion-item strong{color:#fff}.suggestion-item span{color:var(--text-secondary)}.time-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.now-btn{color:var(--primary-blue);background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:800;display:flex}.time-input{background:var(--bg-dark);border:1px solid var(--border-light);color:#fff;border-radius:12px;width:100%;padding:16px;font-size:18px;font-weight:800}.time-input::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer}.duration-row{flex-wrap:wrap;gap:12px;display:flex}.duration-pill{background:var(--bg-dark);border:1px solid var(--border-light);min-width:100px;color:var(--text-secondary);border-radius:12px;flex:1;padding:16px;font-weight:700;transition:all .2s}.duration-pill.active{border-color:var(--success);color:var(--success);background:#22c55e1a}.error-box{color:var(--danger);background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;width:100%;padding:12px}.summary-box{background:#3b82f60d;border:1px solid #3b82f633;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}.summary-row{color:#fff;justify-content:space-between;align-items:center;font-size:18px;font-weight:800;display:flex}.summary-price{color:var(--primary-blue);font-size:32px;font-weight:900}.checkbox-label{cursor:pointer;color:var(--text-secondary);align-items:center;gap:10px;font-weight:600;display:flex}.checkbox-label input[type=checkbox]{width:20px;height:20px}.action-buttons{gap:16px;display:flex}.action-buttons button{border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:16px;font-weight:800;transition:opacity .2s;display:flex}.action-buttons button:hover{opacity:.9}.action-buttons button:disabled{opacity:.5;cursor:not-allowed}@media (width<=900px){.cs-content{flex-direction:column}.cs-left-panel,.cs-right-panel{width:100%}}.reports-container{max-width:1200px;margin:0 auto;padding:24px}.reports-header{margin-bottom:24px}.reports-header h1{color:#fff;font-size:24px}.tab-container{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;margin-bottom:24px;padding:6px;display:flex}.tab-btn{color:var(--text-secondary);background:0 0;border-radius:8px;flex:1;padding:12px;font-size:14px;font-weight:800;transition:all .2s}.tab-btn.active{color:var(--primary-blue);background:#3b82f633}.reports-content{flex-direction:column;gap:24px;display:flex}.summary-card{background:linear-gradient(135deg, var(--bg-card), var(--bg-dark));border:1px solid var(--border-light);border-radius:16px;flex-direction:column;min-width:180px;padding:20px;display:flex}.summary-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:flex}.summary-icon.bg-blue{background:#3498db26}.summary-icon.bg-green{background:#2ecc7126}.summary-icon.bg-yellow{background:#f39c1226}.summary-icon.bg-purple{background:#9b59b626}.summary-label{color:var(--text-secondary);margin-bottom:4px;font-size:13px;font-weight:700}.summary-value{color:#fff;font-size:24px;font-weight:900}.chart-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;padding:24px}.chart-title{color:#fff;margin-bottom:24px;font-size:18px}.chart-container{border-bottom:1px solid var(--border-light);justify-content:space-around;align-items:flex-end;height:200px;padding-top:24px;padding-bottom:24px;display:flex}.bar-wrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.bar-value-text{color:var(--success);font-size:11px;font-weight:700}.bar-background{background:var(--bg-dark);border-radius:6px;align-items:flex-end;width:40px;height:100%;display:flex;overflow:hidden}.bar-fill{background:linear-gradient(#2ecc71,#1e293b);border-radius:6px;width:100%}.bar-label{color:var(--text-secondary);margin-top:8px;font-size:12px;font-weight:600}.section-title{color:#fff;margin-bottom:16px;font-size:18px}.transactions-list{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;padding:24px}.history-card{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:16px;transition:background .2s;display:flex}.history-card:hover{background:#ffffff05}.history-card:last-child{border-bottom:none}.history-left{align-items:center;gap:16px;display:flex}.icon-wrapper{background:var(--bg-dark);border:1px solid var(--border-light);border-radius:12px;padding:12px}.history-table{color:#fff;font-size:16px;font-weight:800}.history-customer{color:var(--text-secondary);margin-top:4px;font-size:12px}.history-right{flex-direction:column;align-items:flex-end;display:flex}.history-amount{color:var(--success);font-size:16px;font-weight:800}.history-time{color:var(--text-secondary);background:var(--bg-dark);border-radius:6px;margin-top:4px;padding:2px 8px;font-size:12px;font-weight:600}.load-more-btn{width:100%;color:var(--primary-blue);background:#3b82f61a;border-radius:12px;margin-top:16px;padding:16px;font-weight:800}.load-more-btn:disabled{opacity:.5}@media (width<=600px){.bar-background{width:24px}.summary-card{min-width:140px}}.ledger-container{max-width:1000px;margin:0 auto;padding:24px}.ledger-header{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;align-items:center;gap:16px;margin-bottom:32px;padding:24px;display:flex}.ledger-header h1{color:#fff;font-size:24px}.search-section{margin-bottom:24px}.search-box{background:var(--bg-dark);border:1px solid var(--border-light);border-radius:16px;align-items:center;gap:12px;padding:8px 8px 8px 16px;display:flex}.search-box input{color:#fff;background:0 0;border:none;flex:1;padding:8px 0;font-size:16px}.search-box input:focus{outline:none}.clear-search{color:var(--text-secondary);background:0 0;padding:4px}.search-btn{background:var(--primary-blue);color:#fff;border-radius:12px;padding:10px 24px;font-weight:700}.total-outstanding-card{background:#ef44441a;border:1px solid #ef44444d;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px;display:flex}.outstanding-label{color:var(--danger);text-transform:uppercase;margin-bottom:4px;font-size:13px;font-weight:800;display:block}.outstanding-value{color:var(--danger);font-size:32px;font-weight:900}.outstanding-icon{width:56px;height:56px;color:var(--danger);background:#ef444426;border-radius:28px;justify-content:center;align-items:center;display:flex}.customers-list{flex-direction:column;gap:12px;display:flex}.customer-card{cursor:pointer;align-items:center;padding:16px 20px;transition:all .2s;display:flex}.customer-card:hover{transform:translate(4px)}.customer-avatar{width:48px;height:48px;color:var(--primary-blue);background:#3b82f626;border:1px solid #3b82f64d;border-radius:24px;justify-content:center;align-items:center;margin-right:16px;font-size:20px;font-weight:900;display:flex}.customer-info{flex:1}.customer-info h4{color:#fff;margin-bottom:4px;font-size:16px;font-weight:700}.customer-phone{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.customer-balance{flex-direction:column;align-items:flex-end;display:flex}.customer-balance span{color:var(--text-secondary);margin-bottom:2px;font-size:11px;font-weight:600}.customer-balance strong{font-size:18px;font-weight:800}.right-sheet{border-radius:24px 0 0 24px;width:100%;max-width:500px;height:100vh;margin:0;animation:.3s forwards slideLeft;position:absolute;top:0;bottom:0;right:0}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.profile-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;align-items:center;margin-bottom:24px;padding:20px;display:flex}.profile-avatar{width:64px;height:64px;color:var(--primary-blue);background:#3b82f626;border-radius:32px;justify-content:center;align-items:center;margin-right:20px;font-size:28px;font-weight:900;display:flex}.profile-info h3{color:#fff;margin-bottom:6px;font-size:22px;font-weight:800}.profile-phone{color:var(--text-secondary);align-items:center;gap:6px;font-size:15px;font-weight:600;display:flex}.balance-highlight{background:#ef44441a;border:1px solid #ef44444d;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px;display:flex}.balance-highlight span{color:var(--danger);text-transform:uppercase;font-size:15px;font-weight:700}.balance-highlight strong{color:var(--danger);font-size:32px;font-weight:900}.collect-section{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;margin-bottom:24px;padding:24px}.collect-section h3{color:#fff;margin-bottom:16px;font-size:18px}.payment-toggle{background:var(--bg-dark);border:1px solid var(--border-light);border-radius:12px;margin-bottom:16px;padding:4px;display:flex}.payment-toggle button{color:var(--text-secondary);background:0 0;border-radius:10px;flex:1;padding:12px;font-weight:700}.payment-toggle button.active{background:var(--primary-blue);color:#fff}.amount-input-wrapper{background:var(--bg-dark);border:1px solid var(--border-light);border-radius:16px;align-items:center;margin-bottom:16px;padding:8px 16px;display:flex}.amount-input-wrapper span{color:var(--text-secondary);margin-right:12px;font-size:16px;font-weight:600}.amount-input-wrapper input{color:#fff;background:0 0;border:none;flex:1;padding:8px 0;font-size:24px;font-weight:800}.amount-input-wrapper input:focus{outline:none}.confirm-btn{background:var(--success);color:#fff;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px;font-size:16px;font-weight:800;display:flex}.history-title{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:16px;display:flex}.tx-row{background:var(--bg-dark);border:1px solid var(--border-light);border-radius:16px;align-items:center;margin-bottom:12px;padding:16px;display:flex}.tx-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:16px;display:flex}.bg-green-soft{background:#22c55e1a}.bg-red-soft{background:#ef44441a}.tx-info{flex:1}.tx-info h4{color:#fff;margin-bottom:4px;font-size:15px;font-weight:600}.tx-table{color:var(--text-secondary);margin-bottom:2px;font-size:11px;display:block}.tx-date{color:var(--text-secondary);font-size:12px}.tx-amount{color:#fff;font-size:16px;font-weight:800}:root{--bg-dark:#0b101e;--bg-card:#131c2f;--bg-card-hover:#1e293b;--border-light:#1e293b;--border-active:#3b82f6;--text-primary:#f8fafc;--text-secondary:#94a3b8;--primary-blue:#3b82f6;--primary-blue-hover:#2563eb;--success:#22c55e;--danger:#ef4444;--danger-light:#ef44441a;--warning:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}.glass-panel{-webkit-backdrop-filter:blur(12px);background:#131c2f99;border:1px solid #ffffff0d;border-radius:16px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}
