.loading-overlay{position:fixed;inset:0;background:#050a19a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-card{background:var(--bg-elevated);padding:28px 36px;border-radius:16px;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:0 30px 60px #00000073}.loading-card p{font-size:.9rem;color:var(--text-secondary)}.spinner{width:42px;height:42px;border-radius:50%;border:3px solid rgba(255,255,255,.15);border-top-color:var(--primary);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-form input,.modal input,.modal textarea,.modal select{width:100%;padding:.8rem .9rem;border-radius:12px;border:1px solid var(--border);background:var(--bg);color:var(--text-primary);font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;cursor:pointer}.modal select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a5accf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:20px;padding-right:36px}.auth-form input::placeholder,.modal input::placeholder,.modal textarea::placeholder{color:var(--text-secondary)}.auth-form input:focus,.modal input:focus,.modal textarea:focus,.modal select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}.modal select option{background:var(--bg);color:var(--text-primary);padding:10px}.auth-page{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,5vw,2rem);margin-top:clamp(1rem,3vw,1.5rem)}.auth-card{width:100%;max-width:420px;background:var(--bg-elevated);border-radius:22px;margin-top:2rem;padding:clamp(1.5rem,5vw,2.75rem);border:1px solid var(--border)}.auth-card h2{margin:1rem 0 .5rem;font-size:clamp(1.3rem,5vw,1.6rem);letter-spacing:-.02em}.auth-subtitle{margin:.6rem 0 1.5rem;font-size:clamp(.85rem,2.5vw,.95rem);color:var(--text-secondary)}.sso-buttons{display:flex;flex-direction:column;gap:.75rem}.sso{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:clamp(.6rem,2vw,.75rem);border-radius:14px;border:1px solid var(--border);background:var(--bg);color:var(--text-primary);font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease;font-size:clamp(.8rem,2.5vw,.9rem);min-height:44px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sso:hover{background:var(--bg-elevated);border-color:#6366f166}.divider{text-align:center;margin:1.5rem 0;position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border)}.divider span{background:var(--bg-elevated);padding:0 1rem;color:var(--text-secondary);position:relative;display:inline-block;font-size:clamp(.8rem,2.5vw,.85rem)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-links{margin-top:1.5rem;display:flex;justify-content:space-between;font-size:clamp(.75rem,2.5vw,.85rem);color:var(--primary);cursor:pointer;flex-wrap:wrap;gap:.5rem}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.modal{width:100%;max-width:520px;background:var(--bg-elevated);padding:clamp(1.5rem,5vw,3rem);border-radius:24px;position:relative;box-shadow:0 40px 80px #00000073,inset 0 1px #ffffff0a;max-height:90vh;overflow-y:auto}.modal h3{margin:0 0 .5rem;font-size:clamp(1.2rem,4vw,1.55rem);letter-spacing:-.02em}.modal-subtitle{margin:.6rem 0 0;color:var(--text-secondary);font-size:clamp(.8rem,2.5vw,.95rem)}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem 1.5rem;margin-top:1.75rem}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-size:clamp(.75rem,2vw,.8rem);font-weight:500;color:var(--text-secondary);padding-left:2px}.field input,.field select,.field textarea{min-height:44px}.password-hint{margin-top:.75rem;font-size:clamp(.75rem,2vw,.8rem);color:var(--text-secondary);padding-left:2px}.modal-actions{margin-top:1.75rem;padding-top:1.25rem;position:relative;display:flex;gap:.75rem;flex-wrap:wrap}.modal-actions:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.12),transparent)}.modal-actions button{flex:1;min-width:100px;padding:clamp(.6rem,2vw,.75rem) clamp(.9rem,2vw,1.2rem);font-size:clamp(.8rem,2.5vw,.9rem);min-height:44px}.close-btn{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:linear-gradient(to bottom right,#6366f12e,#6366f114);color:var(--text-primary);font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .15s ease;padding:0;min-height:40px;min-width:40px}.close-btn:hover{background:linear-gradient(to bottom right,#6366f147,#6366f124);transform:translateY(-1px)}.otp-input{text-align:center;font-size:clamp(1rem,3vw,1.4rem);letter-spacing:.3em;padding:.8rem}@media(max-width:768px){.auth-page{min-height:auto;padding:1.5rem 1rem;margin-top:0}.auth-card,.modal{padding:1.5rem}.modal-grid{grid-template-columns:1fr;gap:1rem}.field.full{grid-column:span 1}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}@media(max-width:480px){.auth-page{min-height:auto;padding:1rem .75rem;margin-top:0}.auth-card,.modal{padding:1.25rem;border-radius:16px}.divider span{padding:0 .5rem}.sso{padding:.6rem}.auth-links{font-size:.75rem}}.toast-container{position:fixed;top:24px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:.75rem;z-index:9999}.toast{padding:.9rem 1.2rem;border-radius:12px;background:var(--bg-elevated);border:1px solid var(--border);box-shadow:0 10px 30px #00000059;font-size:.9rem;min-width:260px}.toast.success{border-left:4px solid #22c55e}.toast.error{border-left:4px solid #ef4444}.toast.info{border-left:4px solid #6366f1}.dashboard-page{padding:clamp(1rem,3vw,2rem) 0;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.5rem)}.dashboard-kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:clamp(.75rem,2vw,1.5rem)}.stat-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;padding:clamp(1rem,3vw,1.4rem);display:flex;flex-direction:column;gap:6px;transition:transform .2s ease,box-shadow .2s ease;min-height:90px;justify-content:center}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000040}.stat-label{font-size:clamp(.7rem,2.5vw,.8rem);color:var(--text-secondary)}.stat-value{font-size:clamp(1.3rem,4vw,1.8rem);color:var(--text-primary);font-weight:700}.stat-card.primary{border-left:3px solid var(--primary)}.stat-card.warning{border-left:3px solid #facc15}.stat-card.success{border-left:3px solid #22c55e}.dashboard-grid{display:grid;align-items:start;grid-template-columns:2fr 1fr;gap:clamp(1rem,3vw,2rem)}.dashboard-card.dealer-payments{max-height:480px;display:flex;flex-direction:column}.dashboard-card.dealer-payments .dealer-list{overflow-y:auto}.dashboard-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:20px;padding:clamp(1.25rem,4vw,1.6rem);align-self:start}.dashboard-card h3{margin:0 0 clamp(.75rem,2vw,1.2rem) 0;font-size:clamp(.95rem,3vw,1.05rem);color:var(--text-primary)}.benefit-list{display:flex;flex-direction:column;gap:clamp(.75rem,2vw,1rem)}.benefit-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:clamp(.75rem,2vw,1rem) clamp(.75rem,2vw,1.2rem);flex-wrap:wrap}.benefit-item.urgent{border-color:#ef444480;box-shadow:0 0 0 1px #ef444440}.benefit-item>div:first-child{flex:1;min-width:200px}.benefit-item strong{display:block;font-size:clamp(.9rem,2.5vw,1rem);margin-bottom:.3rem}.benefit-meta{font-size:clamp(.7rem,2vw,.8rem);color:var(--text-secondary)}.benefit-right{text-align:right;min-width:140px}.benefit-right .amount{font-weight:600;display:block;font-size:clamp(.9rem,2.5vw,1rem)}.benefit-right .expiry{font-size:clamp(.65rem,2vw,.75rem);color:#f87171}.dealer-list{list-style:none;width:100%;max-height:420px;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(.5rem,2vw,.75rem)}.dealer-list li{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:clamp(.75rem,2vw,.9rem) clamp(.75rem,2vw,1.1rem);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;min-height:50px}.dealer-list li span:first-child{flex:1;min-width:100px;font-size:clamp(.85rem,2.5vw,.95rem)}.dealer-list li.pending{border-left:3px solid #facc15}.dealer-list li.paid{border-left:3px solid #22c55e}.dealer-list li.settled{color:#6c757d}.dealer-right{text-align:right;min-width:120px}.dealer-right strong{display:block;font-size:clamp(.9rem,2.5vw,1rem)}.dealer-right .status{display:block;font-size:clamp(.65rem,2vw,.75rem);color:var(--text-secondary)}.dashboard-insights{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:clamp(.75rem,2vw,1.5rem)}.insight-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:18px;padding:clamp(1rem,3vw,1.4rem)}.insight-card h4{margin:0 0 .5rem;font-size:clamp(.8rem,2.5vw,.9rem);color:var(--text-secondary)}.insight-card strong{font-size:clamp(.95rem,3vw,1.1rem);display:block;margin-bottom:.3rem}.insight-card p{margin:.4rem 0 0;font-size:clamp(.75rem,2.5vw,.85rem);color:var(--text-secondary)}.insight-card.highlight{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary-glow)}.dashboard-actions{display:flex;gap:clamp(.75rem,2vw,1rem);flex-wrap:wrap}.dashboard-actions button{flex:1;min-width:140px;padding:.6rem 1rem;border-radius:12px;font-size:.85rem;font-weight:600;height:auto;line-height:1.4;gap:.5rem}@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr}.stat-card{border-radius:12px}.dashboard-card{border-radius:16px}}@media(max-width:768px){.dashboard-page{gap:1.5rem}.dashboard-kpis{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.dashboard-actions{gap:.5rem}.dashboard-actions button{min-width:120px;padding:.5rem .8rem;font-size:.8rem;flex:1}.benefit-item,.dealer-list li{flex-direction:column;align-items:flex-start}.benefit-right,.dealer-right{width:100%;text-align:left}}@media(max-width:480px){.dashboard-kpis{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.stat-card{min-height:80px;padding:.75rem}.dashboard-card{padding:1rem;border-radius:12px}.dashboard-insights{grid-template-columns:1fr}.insight-card{padding:1rem}.dashboard-actions{flex-direction:column;gap:.5rem}.dashboard-actions button{width:100%;flex:unset;min-width:auto;padding:.6rem 1rem;font-size:.85rem}}.dealer-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.skeleton{height:160px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.card-item.clickable{cursor:pointer}.card-item.clickable:hover{background:var(--bg-elevated)}.dealer-category{font-size:clamp(.7rem,2vw,.85rem);color:var(--text-secondary)}.dealer-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:clamp(.75rem,2.5vw,.9rem);color:var(--text-secondary)}.dealer-actions{margin-top:auto;display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.dealer-actions button{background:none;border:none;color:var(--primary);cursor:pointer;font-weight:500;font-size:clamp(.75rem,2.5vw,.85rem);padding:.4rem .8rem;border-radius:8px;transition:background .2s ease;min-height:36px}.dealer-actions button:hover{background:#6366f126}.cards-page{padding:clamp(1rem,3vw,2rem) 0}.cards-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(1rem,3vw,2rem);gap:1rem;flex-wrap:wrap}.cards-header h2{margin:0}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(355px,1fr));gap:clamp(1rem,2vw,1.5rem)}.card-item{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;padding:clamp(1.25rem,3vw,1.4rem);display:flex;flex-direction:column;gap:.5rem;transition:transform .2s ease,box-shadow .2s ease;min-height:50px}.card-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000040}.card-top{display:flex;flex-direction:column;gap:2px}.card-top strong{font-size:clamp(.95rem,3vw,1.05rem);color:var(--text-primary)}.card-top .bank{font-size:clamp(.8rem,2.5vw,.85rem);color:var(--text-secondary)}.card-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:clamp(.75rem,2.5vw,.85rem);color:var(--text-secondary)}.card-meta span{background:#6366f11f;padding:4px 10px;border-radius:999px;color:var(--text-primary);font-size:clamp(.7rem,2vw,.8rem)}.card-actions{margin-top:auto;display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.card-actions button{all:unset;cursor:pointer;padding:clamp(.4rem,1.5vw,.6rem) clamp(.8rem,2vw,1rem);border-radius:10px;font-weight:600;font-size:clamp(.75rem,2.5vw,.85rem);color:var(--primary);transition:background .2s ease;min-height:36px;display:inline-flex;align-items:center;justify-content:center}.card-actions button:hover{background:#6366f126}.modal{background:var(--bg-elevated);color:var(--text-primary);border-radius:20px;border:1px solid var(--border);padding:clamp(1.5rem,4vw,1.8rem);max-width:520px;width:100%;box-shadow:0 30px 80px #00000073;max-height:90vh;overflow-y:auto}.modal h2{margin:0 0 clamp(.75rem,2vw,1.2rem) 0;font-size:clamp(1.2rem,4vw,1.4rem)}.modal-close,.modal header button{all:unset;cursor:pointer;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--close-btn-bg);color:var(--text-primary);font-size:1.4rem;transition:background .2s ease;min-height:44px;min-width:44px;flex-shrink:0;border:1px solid var(--border);font-weight:300;line-height:1}.modal-close:hover,.modal header button:hover{background:var(--close-btn-hover-bg)}.modal header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.modal header h3{margin:0;flex:1}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(.75rem,2vw,1rem)}.form-grid select,.form-grid input[type=text],.form-grid input[type=number],.form-grid input[type=date],.form-grid input[type=email],.form-grid input[type=password],.form-grid textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--bg);color:var(--text-primary);font-size:.9rem;cursor:pointer;transition:background .2s ease,border-color .2s ease;font-family:inherit}.form-grid input[type=date]::-webkit-calendar-picker-indicator,.form-grid input[type=time]::-webkit-calendar-picker-indicator{display:none}.form-grid input[type=date],.form-grid input[type=time]{appearance:none;cursor:text;padding-right:12px}.form-grid select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6e9f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px}.form-grid select option{background:var(--dropdown-bg);color:var(--text-primary);padding:10px}.form-grid select:hover,.form-grid input:hover,.form-grid textarea:hover{border-color:#6366f166}.form-grid select:focus,.form-grid input:focus,.form-grid textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}textarea,.form-grid textarea{grid-column:span 2;min-height:60px;resize:vertical;width:100%;background:var(--bg);color:var(--text-primary);border:1px solid var(--border);border-radius:12px;padding:clamp(.6rem,2vw,.75rem) clamp(.65rem,2vw,.9rem);font-size:clamp(.8rem,2.5vw,.9rem);outline:none;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}textarea::placeholder{color:var(--text-secondary)}textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}.field.full{grid-column:span 2}.field.full textarea{grid-column:span 1;width:100%}.checkbox-row{display:flex;align-items:center;gap:.75rem;grid-column:span 2;cursor:pointer;padding:0;margin:0;background:none;border:none;font-size:.9rem;color:var(--text-primary);line-height:1.4;white-space:normal}.checkbox-row input[type=checkbox]{width:18px;height:18px;min-width:18px;min-height:18px;cursor:pointer;margin:0;flex-shrink:0;accent-color:var(--primary)}.checkbox-row span{display:inline;word-break:break-word}.error-text{grid-column:span 2;color:#ff6b6b;font-size:.85rem;padding:.5rem .75rem;background:#ff6b6b1a;border-radius:6px}@media(max-width:768px){.cards-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.form-grid{grid-template-columns:1fr;gap:1rem}textarea,.form-grid textarea,.field.full,.checkbox-row{grid-column:span 1}}@media(max-width:480px){.cards-grid{grid-template-columns:1fr}.card-item{border-radius:12px;padding:1rem;min-height:auto}.form-grid{gap:.75rem}.modal{border-radius:12px;padding:1rem;margin:1rem}.modal-actions button{padding:.6rem 1rem;font-size:.85rem}textarea{min-height:60px;padding:.6rem .75rem;font-size:.85rem}.checkbox-row{gap:.6rem;font-size:.85rem}.checkbox-row input[type=checkbox]{width:16px;height:16px;min-width:16px;min-height:16px}}input,select,textarea{width:100%;background:var(--bg);color:var(--text-primary);border:1px solid var(--border);border-radius:12px;padding:.75rem .9rem;font-size:.9rem;outline:none}input::placeholder,textarea::placeholder{color:var(--text-secondary)}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-secondary) 50%),linear-gradient(135deg,var(--text-secondary) 50%,transparent 50%);background-position:calc(100% - 18px) 55%,calc(100% - 12px) 55%;background-size:6px 6px;background-repeat:no-repeat;padding-right:2.5rem}.error-page{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:2rem}.error-card{max-width:460px;text-align:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:24px;padding:3rem}.error-code{display:inline-block;font-size:4rem;font-weight:700;letter-spacing:-.05em;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;color:transparent;margin-bottom:1rem}.error-card h1{font-size:1.6rem;margin-bottom:.75rem}.error-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.error-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center}.primary-btn{padding:.7rem 1.3rem;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:600}.secondary-btn{padding:.7rem 1.3rem;border-radius:12px;border:1px solid var(--border);color:var(--text-primary)}.app-header{height:64px;padding:0 clamp(1rem,4vw,2rem);display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:var(--bg-elevated);border-bottom:1px solid var(--border);gap:clamp(1rem,3vw,2rem);overflow:visible}.app-header-left .brand{font-size:clamp(1rem,3vw,1.2rem);font-weight:700;cursor:pointer;white-space:nowrap;color:var(--text-primary)}.desktop-nav{display:flex;justify-content:center;gap:clamp(1rem,3vw,2rem);overflow-x:auto;-webkit-overflow-scrolling:touch}.desktop-nav a{font-size:clamp(.8rem,2.5vw,.9rem);color:var(--text-secondary);text-decoration:none;position:relative;white-space:nowrap;padding-bottom:18px;transition:color .2s ease;min-height:44px;display:flex;align-items:center;font-weight:500}.desktop-nav a:hover{color:var(--text-primary)}.desktop-nav a.active{color:var(--text-primary);font-weight:600}.desktop-nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary);border-radius:2px}.app-header-right{display:flex;align-items:center;gap:clamp(.5rem,2vw,1rem);white-space:nowrap;margin-left:auto}.menu-hamburger{display:none;flex-direction:column;background:transparent;border:1px solid var(--border);cursor:pointer;padding:8px;gap:5px;z-index:102;border-radius:8px;width:40px;height:40px}.menu-hamburger span{width:20px;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.menu-hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-hamburger.active span:nth-child(2){opacity:0}.menu-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.profile-wrapper{position:relative}.profile-avatar{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;border:2px solid var(--border);padding:0;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease;overflow:hidden}.profile-avatar:hover{border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}.profile-avatar:active{transform:scale(.96)}.profile-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:280px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 60px #0006;overflow:hidden;z-index:1000;animation:menuSlideDown .2s ease;max-height:90vh;overflow-y:auto}@keyframes menuSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-menu-header{padding:1rem;display:flex;gap:.75rem;align-items:center}.profile-avatar-small{width:36px;height:36px;min-width:36px;border-radius:50%;overflow:hidden;border:1px solid var(--border)}.profile-info{flex:1;min-width:0}.profile-email{font-size:.85rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-company{font-size:.75rem;color:var(--text-secondary)}.profile-menu-divider{height:1px;background:var(--border)}.profile-menu-nav{display:flex;flex-direction:column;padding:.5rem}.profile-menu-nav button{width:100%;padding:.75rem 1rem;background:transparent;border:none;text-align:left;color:var(--text-primary);cursor:pointer;font-size:.9rem;border-radius:8px;transition:background .2s ease;min-height:40px}.profile-menu-nav button:hover{background:#6366f11a}.profile-menu-theme{padding:.5rem;display:flex;justify-content:center}.profile-menu-theme .theme-toggle{width:100%}.logout-btn{width:calc(100% - 1rem);margin:.5rem;padding:.75rem 1rem;background:transparent;border:1px solid rgba(239,68,68,.3);text-align:left;color:#ef4444;cursor:pointer;font-size:.9rem;border-radius:8px;transition:background .2s ease,border-color .2s ease;min-height:40px}.logout-btn:hover{background:#ef44441a;border-color:#ef444480}.app-header-mobile-menu{display:none;position:absolute;top:64px;left:0;right:0;background:var(--bg-elevated);border-bottom:1px solid var(--border);padding:1rem;flex-direction:column;gap:.5rem;z-index:99;animation:slideDown .3s ease}.app-header-mobile-menu a{padding:.75rem 1rem;border-radius:8px;text-decoration:none;color:var(--text-secondary);font-weight:500;transition:background .2s ease,color .2s ease;font-size:.9rem}.app-header-mobile-menu a:hover,.app-header-mobile-menu a.active{background:#6366f11a;color:var(--text-primary)}@media(max-width:1024px){.desktop-nav{gap:1rem}.desktop-nav a{font-size:.85rem;padding:.5rem}}@media(max-width:768px){.app-header{height:56px;padding:0 clamp(.75rem,3vw,1rem);gap:.75rem}.desktop-nav{display:none}.menu-hamburger{display:flex}.app-header-mobile-menu{display:flex;top:56px}.profile-menu{right:-.5rem;min-width:260px}.profile-avatar{width:36px;height:36px;min-width:36px;min-height:36px}}@media(max-width:480px){.app-header{height:52px;padding:0 .5rem;gap:.5rem}.app-header-left .brand{font-size:.95rem}.menu-hamburger{width:36px;height:36px;padding:6px}.menu-hamburger span{width:18px}.profile-avatar{width:32px;height:32px;min-width:32px;min-height:32px}.profile-menu{right:-8px;min-width:240px}.profile-menu-header{padding:.75rem}.profile-email{font-size:.8rem}.profile-company{font-size:.7rem}.profile-avatar-small{width:32px;height:32px;min-width:32px}}.app-layout{width:100%;min-height:100vh;background:var(--bg);display:flex;flex-direction:column;overflow-x:hidden}.app-main{flex:1;width:100%;padding:clamp(1rem,4vw,2rem);overflow-x:hidden;padding-top:clamp(1.5rem,5vw,2rem)}@media(max-width:768px){.app-main{padding:clamp(1rem,3vw,1.5rem);padding-top:clamp(1rem,3vw,1.5rem)}}@media(max-width:480px){.app-main{padding:clamp(.75rem,2vw,1rem);padding-top:clamp(.75rem,2vw,1rem)}}.hero{min-height:calc(100vh - 64px);display:flex;align-items:center;padding:clamp(1rem,5vw,3rem) clamp(1rem,5vw,1.5rem)}.hero-content{max-width:700px;width:100%}.hero-content>p{font-size:clamp(.9rem,2.5vw,1.05rem);line-height:1.6}.badge{display:inline-block;background:#6366f126;color:var(--primary);padding:clamp(.35rem,1vw,.4rem) clamp(.6rem,2vw,.8rem);border-radius:999px;margin-bottom:1rem;font-size:clamp(.75rem,2vw,.85rem)}.hero h1{font-size:clamp(2rem,8vw,4rem)}.hero h1 span{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;color:transparent}.hero-actions{margin-top:2rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.hero-actions button,.hero-actions a{font-size:clamp(.85rem,2vw,.95rem);padding:clamp(.6rem,2vw,.9rem) clamp(1rem,3vw,1.4rem)}.secondary-btn{color:var(--text-secondary);font-weight:600;text-decoration:none;transition:color .2s ease}.secondary-btn:hover{color:var(--text-primary)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;text-align:center}.stats h2{font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:.5rem}.stats p{font-size:clamp(.8rem,2.5vw,.95rem)}.features h2{text-align:center;margin-bottom:clamp(1.5rem,5vw,3rem);font-size:clamp(1.5rem,5vw,2rem)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(1rem,3vw,2rem)}.feature-card{background:var(--bg-elevated);padding:clamp(1.25rem,5vw,2rem);border-radius:16px;border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.feature-card h3{font-size:clamp(.95rem,3vw,1.15rem);margin-bottom:.75rem}.feature-card p{font-size:clamp(.8rem,2.5vw,.95rem);line-height:1.6}.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #0006}.cta{text-align:center;padding:clamp(2rem,8vw,6rem) clamp(1rem,5vw,1.5rem);background:linear-gradient(to bottom,transparent,rgba(99,102,241,.08))}.cta h2{margin-bottom:1rem}.cta p{max-width:600px;margin:0 auto 1.5rem;font-size:clamp(.9rem,2.5vw,1.05rem)}@media(max-width:768px){.hero{min-height:calc(100vh - 56px)}.hero-actions{gap:.75rem}.hero-actions button,.hero-actions a{flex:1;min-width:100px}.stats{gap:1rem}.feature-card{border-radius:12px}}@media(max-width:480px){.hero{min-height:auto;padding:clamp(1rem,5vw,2rem) 1rem}.hero-content{padding:1rem 0}.hero-actions{flex-direction:column;gap:.75rem}.hero-actions button,.hero-actions a{width:100%;flex:unset}.stats{grid-template-columns:1fr;gap:1.5rem}.feature-grid{grid-template-columns:1fr}}.features-page{padding-top:clamp(1.5rem,5vw,3rem)}.page-header{max-width:700px;margin-bottom:clamp(2rem,8vw,4rem)}.page-header h1{font-size:clamp(1.8rem,6vw,2.4rem);letter-spacing:-.03em;margin-bottom:1rem}.page-header p{margin-top:.75rem;font-size:clamp(.9rem,2.5vw,1.05rem);line-height:1.6}.feature-sections{display:grid;gap:clamp(1.25rem,4vw,2rem)}.feature-block{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;padding:clamp(1.25rem,5vw,2rem);transition:transform .2s ease,box-shadow .2s ease}.feature-block h3{margin:0 0 .75rem;font-size:clamp(.95rem,3vw,1.15rem)}.feature-block p{margin:0;font-size:clamp(.8rem,2.5vw,.95rem);line-height:1.6}.feature-block:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000040}@media(max-width:768px){.features-page{padding-top:1.5rem}.feature-block{border-radius:12px}}@media(max-width:480px){.page-header{margin-bottom:1.5rem}.feature-block{padding:1rem;border-radius:12px}}.benefits-page{padding-top:clamp(1.5rem,5vw,3rem)}.benefit-grid{margin-top:clamp(1.5rem,5vw,3rem);display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(1rem,3vw,2rem)}.benefit-card{background:var(--bg-elevated);border-radius:16px;padding:clamp(1.25rem,5vw,2rem);border:1px solid var(--border);transition:transform .2s ease,box-shadow .2s ease}.benefit-card h3{margin:0 0 .75rem;font-size:clamp(.95rem,3vw,1.15rem)}.benefit-card p{margin:0;font-size:clamp(.8rem,2.5vw,.95rem);line-height:1.6;color:var(--text-secondary)}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000040}@media(max-width:768px){.benefits-page{padding-top:1.5rem}.benefit-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.benefit-card{border-radius:12px;padding:1.25rem}}@media(max-width:480px){.benefit-grid{grid-template-columns:1fr;gap:.75rem}.benefit-card{padding:1rem;border-radius:12px}}.contact-section{margin-top:clamp(2rem,8vw,5rem);padding:clamp(1.5rem,5vw,3rem);background:linear-gradient(to bottom,rgba(99,102,241,.08),transparent);border-radius:20px;border:1px solid var(--border)}.contact-header{max-width:600px;margin-bottom:clamp(1.25rem,5vw,2rem)}.contact-header h2{font-size:clamp(1.4rem,5vw,1.6rem);letter-spacing:-.02em;margin:0 0 .5rem}.contact-header p{margin:0;font-size:clamp(.9rem,2.5vw,1rem)}.contact-form{max-width:700px;display:flex;flex-direction:column;gap:clamp(.75rem,2vw,1.2rem)}.form-row{display:flex;gap:clamp(.75rem,2vw,1rem);flex-wrap:wrap}.form-row>*{flex:1;min-width:150px}.contact-form input,.contact-form textarea{width:100%;padding:clamp(.6rem,2vw,.75rem) clamp(.65rem,2vw,.85rem);border-radius:12px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-primary);font-size:clamp(.8rem,2.5vw,.95rem);font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-secondary)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}.full-width{width:100%}.contact-form button{align-self:flex-start;margin-top:.5rem;padding:clamp(.6rem,2vw,.75rem) clamp(1rem,3vw,1.4rem);font-size:clamp(.8rem,2vw,.95rem);min-height:44px}@media(max-width:768px){.contact-section{padding:clamp(1.25rem,5vw,2rem);border-radius:16px}.form-row{flex-direction:column;gap:.75rem}.form-row>*{min-width:100%}.contact-form button{width:100%;align-self:stretch}}@media(max-width:480px){.contact-section{margin-top:1.5rem;padding:1rem;border-radius:12px}.contact-form{gap:.75rem}.contact-form input,.contact-form textarea{font-size:.9rem;padding:.6rem .75rem}.contact-form textarea{min-height:100px}}.security-actions{margin-top:1.5rem;display:flex;gap:.75rem}.security-actions button{flex:1;white-space:nowrap}@media(max-width:480px){.security-actions{flex-direction:column}}.navbar{position:sticky;top:0;z-index:100;height:64px;background:linear-gradient(to bottom,#ffffff0a,#fff0),var(--nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-container{max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2.5rem}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;z-index:101;white-space:nowrap}.brand-mark{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 8px 20px var(--primary-glow)}.brand-text{font-size:clamp(.9rem,3vw,1.05rem);font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.nav-menu{display:flex;justify-content:center;gap:2.4rem}.nav-menu a{position:relative;font-size:.95rem;font-weight:500;color:var(--nav-link);padding:.25rem 0;transition:color .2s ease;white-space:nowrap}.nav-menu a:hover{color:var(--nav-link-hover)}.nav-menu a.active{color:var(--text-primary)}.nav-menu a.active:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:2px}.nav-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.theme-toggle{background:transparent;border:1px solid var(--border);color:var(--text-primary);width:40px;height:40px;padding:0;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease;flex-shrink:0}.theme-toggle:hover{background:#6366f11a;border-color:#6366f166}.theme-toggle svg{color:currentColor}.nav-login{padding:.5rem 1rem;border-radius:10px;font-size:.9rem;font-weight:600;background:transparent;color:var(--text-primary);border:1px solid var(--border);transition:background .2s ease,border-color .2s ease,transform .15s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-height:40px;min-width:80px}.nav-login:hover{background:#6366f11f;border-color:#6366f166;transform:translateY(-1px)}.mobile-menu-wrapper{display:contents}.hamburger{display:none;flex-direction:column;background:none;border:1px solid var(--border);cursor:pointer;padding:8px;gap:6px;z-index:101;border-radius:8px;width:40px;height:40px;min-width:40px;min-height:40px}.hamburger span{width:24px;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:var(--bg-elevated);border-bottom:1px solid var(--border);padding:1rem;flex-direction:column;gap:1rem;animation:slideDown .3s ease;z-index:99}.mobile-menu-backdrop{position:fixed;inset:0;background:transparent;z-index:99}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav{display:flex;flex-direction:column;gap:.5rem}.mobile-nav a{padding:.75rem 1rem;color:var(--nav-link);text-decoration:none;border-radius:8px;transition:background .2s ease,color .2s ease;font-weight:500}.mobile-nav a:hover,.mobile-nav a.active{background:#6366f126;color:var(--text-primary)}.mobile-actions{padding-top:.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.mobile-actions-top{display:flex;justify-content:center}.mobile-actions .theme-toggle,.mobile-actions .nav-login{width:100%;justify-content:center}@media(max-width:768px){.nav-container{grid-template-columns:auto 1fr auto;gap:.75rem;padding:0 1rem}.nav-menu,.nav-actions{display:none}.hamburger{display:flex;margin-left:auto}.mobile-menu{display:flex}}@media(max-width:480px){.navbar{height:56px}.nav-container{padding:0 .75rem}.brand-text{font-size:.95rem}.hamburger{width:36px;height:36px;padding:6px}.hamburger span{width:20px;height:1.5px}.mobile-menu{top:56px}}.footer{border-top:1px solid var(--border);padding:clamp(1rem,3vw,1.5rem) 0;margin-top:clamp(2rem,8vw,4rem)}.footer-inner{max-width:1200px;margin:auto;padding:0 clamp(1rem,5vw,1.5rem);display:flex;justify-content:space-between;align-items:center;font-size:clamp(.7rem,2.5vw,.85rem);color:var(--text-secondary);gap:1rem;flex-wrap:wrap}@media(max-width:768px){.footer{padding:1rem 0;margin-top:2rem}.footer-inner{padding:0 1rem;flex-direction:column;text-align:center;gap:.75rem}html,body{height:100%}.app{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1}}@media(max-width:480px){.footer-inner{padding:0 .75rem;font-size:.75rem}}.order-form{max-width:1100px;margin:0 auto;background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;padding:24px}.field-error{color:#ff6b6b;font-size:12px;margin-top:4px}.form-error{background:#ff6b6b1a;color:#ff6b6b;padding:10px;border-radius:6px;margin-bottom:12px}.order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}.order-grid .full,.field.full{grid-column:span 2}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:.85rem;color:var(--text-secondary)}.field input,.field textarea,.field select{padding:10px 12px;border-radius:10px;border:1px solid var(--border);color:var(--text-primary)}.field textarea{resize:vertical;min-height:80px}.section-title{margin:28px 0 12px;font-size:1rem;font-weight:600}.field input:disabled{background:#ffffff0a;color:#fff9;cursor:not-allowed}.payments{margin-top:16px;padding:16px;border:1px dashed rgba(255,255,255,.15);border-radius:12px}.payment-row{display:grid;grid-template-columns:160px 1fr 160px 56px;gap:12px;align-items:start;margin-bottom:12px}.payment-row .col{display:flex;flex-direction:column}.details-col{display:flex;align-items:center;gap:12px}.details-col select{width:240px;max-width:100%;flex-shrink:0}.details-col:empty{min-height:1px}.remove-btn{background:transparent;border:none;color:#ef4444;cursor:pointer;font-size:18px}.add-btn{margin-top:10px}.order-actions{margin-top:32px;display:flex;justify-content:flex-end;gap:12px}@media(max-width:768px){.order-grid{grid-template-columns:1fr}.order-grid .full{grid-column:span 1}.payment-row{grid-template-columns:1fr}}@media(max-width:480px){.field select{padding:10px 14px;border-radius:8px}}.card-item{position:relative}.card-meta{position:absolute;top:1.2rem;right:.4rem;display:flex;gap:.5rem}.header-action{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.header-action button{flex:0 0 auto}.card-search{flex:1 1 100%;min-width:0}.card-overview{display:flex;justify-content:space-between;margin-top:6px}.card-overview .label{font-size:12px;opacity:.7}.card-actions{display:flex;justify-content:space-between;margin-top:6px}@media(min-width:768px){.card-search{flex:0 0 260px;max-width:260px}.header-action{flex-wrap:nowrap}}.orders-page{padding-bottom:clamp(1rem,3vw,2rem)}.header-actions{margin-top:15px;display:flex;gap:clamp(.5rem,2vw,1rem);flex-wrap:wrap}.header-actions button,.header-actions select{padding:.6rem 1rem;font-size:.85rem;min-height:40px;flex:1;min-width:120px}.header-actions button+button,.header-actions select+button,.header-actions button+select{margin-left:clamp(.4rem,1vw,.5rem)}.orders-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(1rem,3vw,2rem);gap:1rem;flex-wrap:wrap}.orders-header-left h2{margin:0;font-size:clamp(1.3rem,5vw,1.8rem)}.page-subtitle{margin-top:4px;font-size:clamp(.75rem,2.5vw,.85rem);color:var(--text-secondary)}.orders-header-right{display:flex;gap:clamp(.5rem,2vw,.75rem);align-items:center;flex-wrap:wrap}.dealer-filter{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border);padding:clamp(.5rem,2vw,.6rem) clamp(.75rem,2vw,.85rem);border-radius:8px;font-size:clamp(.75rem,2.5vw,.85rem);min-height:40px}.orders-table{width:100%;border-collapse:collapse;overflow-x:auto}.orders-table th{text-align:left;font-size:clamp(.75rem,2.5vw,.85rem);color:var(--text-secondary);padding:clamp(.75rem,2vw,1rem) clamp(.6rem,2vw,.75rem);border-bottom:1px solid var(--border);font-weight:600}.orders-table td{padding:clamp(.9rem,2.5vw,1rem) clamp(.6rem,2vw,.75rem);border-bottom:1px solid var(--border);color:var(--text-primary);font-size:clamp(.75rem,2.5vw,.85rem)}.orders-table tr:hover{background:var(--bg-elevated)}.cell-title{font-weight:600;font-size:clamp(.85rem,2.5vw,.95rem)}.cell-sub{font-size:clamp(.7rem,2vw,.8rem);color:var(--text-secondary)}.link-cell{cursor:pointer;color:var(--primary)}.link-cell:hover{text-decoration:underline}.orders-table-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;overflow:hidden}.add-order-btn{white-space:nowrap;padding:.6rem 1rem;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;min-height:40px;font-weight:600}.status-select{height:auto;font-size:clamp(.75rem,2.5vw,.85rem);font-weight:500;padding:.5rem clamp(.8rem,2vw,1rem);border-radius:999px;display:inline-flex;text-align:center;text-align-last:center;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);line-height:1;width:auto;min-width:80px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;min-height:36px}.status-select:focus{outline:none;box-shadow:0 0 0 2px var(--primary-glow)}.status-select.open{border-color:var(--primary);color:var(--primary)}.status-select.done{border-color:var(--accent);color:var(--accent)}.status-select.cancel{border-color:#ff6b6b;color:#ff6b6b}.status-select option{background:var(--bg);color:var(--text-primary);padding:.5rem}@media(max-width:768px){.orders-header{flex-direction:column;align-items:flex-start}.orders-header-right{width:100%;flex-wrap:wrap}.header-actions{width:100%}.header-actions button,.header-actions select{flex:1;min-width:100px;padding:.5rem .8rem;font-size:.8rem}.orders-table{font-size:.85rem}.orders-table th,.orders-table td{padding:.75rem .5rem}.add-order-btn{padding:.5rem .8rem;font-size:.8rem}}@media(max-width:480px){.orders-page{padding-bottom:.75rem}.orders-header-left h2{font-size:1.25rem}.orders-header{gap:.75rem}.orders-table{font-size:.75rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.orders-table th,.orders-table td{padding:.6rem .4rem;font-size:.75rem}.cell-title{font-size:.8rem}.add-order-btn{width:100%;justify-content:center;padding:.6rem 1rem;font-size:.85rem}.header-actions button,.header-actions select{min-width:auto;flex:1;padding:.5rem .75rem;font-size:.75rem}}.card-benefits{margin-top:24px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;padding:20px}.benefits-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.benefits-header h3{margin:0}.benefits-table{width:100%;border-collapse:collapse}.benefits-table th{text-align:left;font-size:13px;font-weight:600;color:var(--text-secondary);padding:12px;border-bottom:1px solid var(--border)}.benefits-table td{padding:14px 12px;vertical-align:middle;border-bottom:1px solid var(--border)}.benefit-name{font-weight:600}.benefit-meta{font-size:12px;color:var(--text-secondary);margin-top:4px}.status-select{height:28px;padding:0 14px;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--text-primary);font-size:13px;text-align:center;text-align-last:center}.status-select.active{border-color:var(--accent);color:var(--accent)}.status-select.inactive{border-color:#facc15;color:#facc15}.actions{display:flex;gap:8px;justify-content:flex-end}.empty-benefits{font-size:13px;color:var(--text-secondary);padding:12px 0}.muted{font-size:13px;color:var(--text-secondary)}.confirm-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-box{background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;padding:20px;min-width:300px;max-width:90%}.confirm-box p{margin:0 0 16px;font-size:14px}.confirm-actions{display:flex;justify-content:flex-end;gap:12px}.benefits-toolbar{display:flex;justify-content:space-between;align-items:center}.toolbar-left{display:flex;gap:12px;align-items:center}.benefits-section{margin-top:24px}.progress-bar.small{height:6px;margin-top:6px}.status-select{height:30px;line-height:28px;padding:0 14px;border-radius:999px;font-size:13px;display:inline-flex;align-items:center}.status-select option{font-size:13px}.status-select.pending{border-color:#facc15;color:#facc15}.status-select.redeemed,.status-select.used{border-color:var(--accent);color:var(--accent)}.status-select.sold{border-color:#38bdf8;color:#38bdf8}.status-select.expired{border-color:#ff6b6b;color:#ff6b6b}.cards-page.compact{font-size:13px}.benefits-actions{margin-bottom:8px}.benefits-filters{display:flex;gap:8px;align-items:center;margin-bottom:16px}.benefits-table.compact th,.benefits-table.compact td{padding:16px 8px;font-size:13px}.section-title{font-size:14px;margin-bottom:8px}.progress-bar.xsmall{height:4px;margin-top:4px}.benefits-filters{position:sticky;top:0;background:var(--bg);z-index:5}:root{--bg: #0b1020;--bg-elevated: #12172b;--text-primary: #e6e9f0;--text-secondary: #a5accf;--primary: #6366f1;--primary-glow: rgba(99, 102, 241, .4);--accent: #22d3ee;--border: rgba(255, 255, 255, .08);--nav-bg: rgba(11, 16, 32, .85);--nav-link: #a5accf;--nav-link-hover: #ffffff;--dropdown-icon-color: #e6e9f0;--dropdown-bg: #12172b;--dropdown-border: rgba(255, 255, 255, .1);--close-btn-bg: rgba(99, 102, 241, .2);--close-btn-hover-bg: rgba(99, 102, 241, .35)}[data-theme=light]{--bg: #f8fafc;--bg-elevated: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--border: rgba(0, 0, 0, .08);--nav-bg: rgba(255, 255, 255, .9);--nav-link: #475569;--nav-link-hover: #0f172a;--dropdown-icon-color: #0f172a;--dropdown-bg: #ffffff;--dropdown-border: rgba(0, 0, 0, .12);--close-btn-bg: rgba(99, 102, 241, .15);--close-btn-hover-bg: rgba(99, 102, 241, .25)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont;background:radial-gradient(1200px 600px at 10% -10%,rgba(99,102,241,.15),transparent),var(--bg);color:var(--text-primary);overflow-x:hidden}.container{max-width:1200px;margin:auto;padding:clamp(1.5rem,5vw,5rem) clamp(1rem,5vw,1.5rem)}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0}h1{font-size:clamp(1.5rem,6vw,3.2rem);line-height:1.2}h2{font-size:clamp(1.3rem,5vw,2rem);line-height:1.3;margin-bottom:10px}h3{font-size:clamp(1rem,4vw,1.5rem);line-height:1.4}p{color:var(--text-secondary);line-height:1.6;font-size:clamp(.85rem,2vw,1rem)}button{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border:none;padding:.6rem 1rem;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 0 40px var(--primary-glow);transition:transform .2s ease;font-size:.9rem;min-height:40px;display:inline-flex;align-items:center;justify-content:center}button:hover{transform:translateY(-2px)}button:active{transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed}input[type=checkbox],input[type=radio]{width:18px;height:18px;min-width:18px;min-height:18px;cursor:pointer;accent-color:var(--primary)}.checkbox-row{display:flex;align-items:center;gap:10px;font-size:clamp(.8rem,2vw,.95rem);color:var(--text-primary);flex-wrap:wrap}.checkbox-row input[type=checkbox],.checkbox-row input[type=radio]{width:18px;height:18px;min-width:18px;min-height:18px;margin:0}.checkbox-row label{font-size:clamp(.8rem,2vw,.95rem);cursor:pointer;display:flex;align-items:center;gap:.5rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media(max-width:768px){button,a,input[type=checkbox],input[type=radio]{min-height:44px;min-width:44px}input[type=checkbox],input[type=radio]{width:18px;height:18px}}@media(max-width:480px){button{padding:.55rem .9rem;font-size:.85rem;min-height:40px}}
