:root{--primary:#10b981;--primary-dark:#059669;--primary-light:#d1fae5;--secondary:#06b6d4;--secondary-light:#cffafe;--accent:#f59e0b;--danger:#ef4444;--danger-light:#fef2f2;--success:#10b981;--warning:#f59e0b;--info:#3b82f6;--neutral-dark:#111827;--neutral-mid:#374151;--neutral:#6b7280;--neutral-soft:#9ca3af;--neutral-light:#f3f4f6;--neutral-lighter:#f9fafb;--border:#e5e7eb;--border-focus:#10b981;--bg:#f8fafc;--bg-card:#fff;--shadow-xs:0 1px 2px rgba(0,0,0,.04);--shadow-sm:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);--shadow-xl:0 20px 40px -5px rgba(0,0,0,.1),0 8px 16px -4px rgba(0,0,0,.05);--radius-sm:6px;--radius:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--transition:0.2s ease;--page-grad:linear-gradient(135deg,#064e3b,#065f46 45%,#0c4a6e);--page-grad-shadow:0 4px 24px rgba(6,78,59,.22)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);line-height:1.6;font-size:15px;min-height:100vh}body,h1,h2,h3,h4,h5,h6{color:var(--neutral-dark)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;letter-spacing:-.01em}h1{font-size:clamp(1.6rem,3vw,2.25rem)}h2{font-size:clamp(1.3rem,2.5vw,1.75rem)}h3{font-size:clamp(1.1rem,2vw,1.35rem)}h4{font-size:1.1rem}h5{font-size:1rem}h6{font-size:.9rem}p{color:var(--neutral);line-height:1.65}a{color:var(--primary);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--primary-dark)}button{font-family:inherit;cursor:pointer;transition:all var(--transition)}input,select,textarea{font-family:inherit;font-size:inherit}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}::selection{background:var(--primary-light);color:var(--primary-dark)}.hp-hero-notice{display:flex;align-items:flex-start;gap:.6rem;margin-top:0;margin-bottom:1.1rem;padding:.6rem .85rem;border-radius:.5rem;border-left:3px solid;font-size:.83rem;line-height:1.55;text-align:left;background:hsla(0,0%,100%,.07)}.hp-hero-notice-icon{flex-shrink:0;margin-top:2px}.hp-hero-notice-pending{border-left-color:#fbbf24;color:#fef3c7}.hp-hero-notice-rejected{border-left-color:#f87171;color:#fee2e2}.hp-hero-notice-link{color:#fff;font-weight:700;text-decoration:underline;cursor:pointer;white-space:nowrap}.hp-hero{background:linear-gradient(145deg,#052e16,#064e3b 40%,#0c4a6e);padding:1.75rem 2rem 2.5rem;text-align:center;position:relative;overflow:hidden}.hp-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(16,185,129,.18) 0,transparent 70%);pointer-events:none}.hp-hero-inner{max-width:720px;margin:0 auto;position:relative;z-index:1}.hp-hero-logo{display:inline-flex;margin-bottom:.85rem;filter:drop-shadow(0 8px 24px rgba(16,185,129,.35))}.hp-hero-name{font-size:clamp(1.6rem,5vw,2.4rem);font-weight:900;color:#fff;letter-spacing:-.04em;margin:0 0 .3rem;line-height:1.1}.hp-hero-tagline{font-size:.85rem;font-weight:600;color:#6ee7b7;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .9rem}.hp-hero-desc{font-size:.95rem;color:hsla(0,0%,100%,.72);line-height:1.65;margin:0 0 1.4rem}.hp-hero-actions{display:flex;gap:.65rem;justify-content:center;flex-wrap:nowrap;margin-bottom:1.25rem}.hp-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:var(--radius-full);font-size:.85rem;font-weight:700;cursor:pointer;box-shadow:0 4px 18px rgba(16,185,129,.38);transition:all .22s ease}.hp-btn-primary:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 22px rgba(16,185,129,.48)}.hp-btn-outline{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.3);border-radius:var(--radius-full);font-size:.85rem;font-weight:700;cursor:pointer;transition:all .22s ease}.hp-btn-outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.6)}.hp-hero-chips{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.hp-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .8rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:var(--radius-full);font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.75)}.hp-chip svg{color:#6ee7b7;flex-shrink:0}.hp-deals-section{background:#f0fdf4}.hp-deals-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.65rem;gap:.65rem}.hp-deal-card{background:#fff;border-radius:var(--radius-lg);border:1.5px solid #d1fae5;padding:.5rem .6rem .45rem;display:flex;flex-direction:column;gap:.18rem;position:relative;box-shadow:0 1px 6px rgba(16,185,129,.07);transition:transform .2s ease,box-shadow .2s ease}.hp-deal-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(16,185,129,.14)}.hp-deal-badge{display:inline-flex;align-items:center;gap:.15rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.58rem;font-weight:800;padding:.1rem .32rem;border-radius:var(--radius-full);align-self:flex-start;margin-bottom:.05rem;letter-spacing:.01em}.hp-deal-category{font-size:.58rem;font-weight:600;color:#059669;text-transform:uppercase;letter-spacing:.06em;margin:0}.hp-deal-name{font-size:.73rem;font-weight:800;color:var(--neutral-dark);margin:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-deal-mfr{font-size:.62rem;color:var(--neutral);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-deal-pricing{display:flex;align-items:baseline;gap:.28rem;flex-wrap:wrap;margin-top:.08rem}.hp-deal-mrp{font-size:.6rem;color:#9ca3af;text-decoration:line-through}.hp-deal-price{font-size:.75rem;font-weight:800;color:#059669}.hp-deal-signin{font-size:.6rem;font-weight:600;color:#6b7280;font-style:italic}.hp-deal-link{display:inline-flex;align-items:center;gap:.18rem;font-size:.62rem;font-weight:700;color:#059669;text-decoration:none;margin-top:.12rem;transition:gap .18s ease}.hp-deal-link:hover{gap:.4rem;color:#047857}@media (max-width:1024px){.hp-deals-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}}@media (max-width:640px){.hp-deals-grid{grid-template-columns:repeat(2,1fr);gap:.35rem}.hp-deal-card{padding:.42rem .5rem .38rem}.hp-deal-name{font-size:.68rem}}@media (max-width:380px){.hp-deals-grid{grid-template-columns:1fr 1fr;gap:.45rem}}.hp-section{padding:2.75rem 2rem;background:var(--bg)}.hp-section-alt{background:#f0fdf4}.hp-section-inner{max-width:1200px;margin:0 auto}.hp-section-header{text-align:center;margin-bottom:1.5rem}.hp-section-title{font-size:clamp(1.2rem,3vw,1.6rem);font-weight:800;color:var(--neutral-dark);letter-spacing:-.03em;margin:0 0 .4rem}.hp-section-sub{font-size:.9rem;color:var(--neutral);margin:0}.hp-services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.hp-service-card{background:#fff;border-radius:var(--radius-xl);border:1.5px solid var(--border);padding:1.2rem 1.25rem;display:flex;flex-direction:column;gap:.55rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-xs)}.hp-service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.hp-svc-icon-wrap{width:42px;height:42px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.svc-green .hp-svc-icon-wrap{background:#dcfce7;color:#16a34a}.svc-amber .hp-svc-icon-wrap{background:#fef9c3;color:#ca8a04}.svc-blue .hp-svc-icon-wrap{background:#dbeafe;color:#2563eb}.svc-purple .hp-svc-icon-wrap{background:#ede9fe;color:#7c3aed}.svc-teal .hp-svc-icon-wrap{background:#ccfbf1;color:#0f766e}.svc-rose .hp-svc-icon-wrap{background:#ffe4e6;color:#e11d48}.svc-green .hp-svc-link{color:#16a34a}.svc-amber .hp-svc-link{color:#ca8a04}.svc-blue .hp-svc-link{color:#2563eb}.svc-purple .hp-svc-link{color:#7c3aed}.svc-teal .hp-svc-link{color:#0f766e}.svc-rose .hp-svc-link{color:#e11d48}.hp-svc-title{font-size:1.05rem;font-weight:700;color:var(--neutral-dark);margin:0}.hp-svc-desc{font-size:.88rem;color:var(--neutral);line-height:1.6;margin:0;flex:1 1}.hp-svc-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:gap .18s ease;text-decoration:none}.hp-svc-link:hover{gap:.5rem}.hp-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.85rem;gap:.85rem}.hp-step{text-align:center}.hp-step-top{margin-bottom:.4rem;position:relative}.hp-step-num,.hp-step-top{display:flex;align-items:center;justify-content:center}.hp-step-num{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#10b981,#0891b2);color:#fff;font-size:.82rem;font-weight:900;flex-shrink:0;box-shadow:0 3px 10px rgba(16,185,129,.3)}.hp-step-line{flex:1 1;height:2px;background:linear-gradient(90deg,#10b981,#0891b2);opacity:.3;margin-left:.4rem}.hp-step-icon{width:30px;height:30px;background:#fff;border-radius:var(--radius-lg);border:1.5px solid #d1fae5;display:flex;align-items:center;justify-content:center;color:var(--primary);margin:0 auto .35rem;box-shadow:var(--shadow-xs)}.hp-step-title{font-size:.82rem;font-weight:700;color:var(--neutral-dark);margin:0 0 .2rem}.hp-step-desc{font-size:.76rem;color:var(--neutral);line-height:1.5;margin:0}.hp-step-body{display:contents}.hp-cta{background:linear-gradient(135deg,#064e3b,#065f46 50%,#0c4a6e);padding:2.5rem 2rem;text-align:center}.hp-cta-inner{max-width:520px;margin:0 auto}.hp-cta-icon{color:#6ee7b7;margin-bottom:.75rem}.hp-cta-title{font-size:clamp(1.1rem,3vw,1.45rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin:0 0 .5rem}.hp-cta-sub{font-size:.88rem;color:hsla(0,0%,100%,.68);margin:0 0 1.25rem;line-height:1.55}.hp-cta-actions{display:flex;gap:.65rem;justify-content:center;flex-wrap:nowrap}.hp-btn-white{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;background:#fff;color:var(--primary-dark);border:none;border-radius:var(--radius-full);font-size:.85rem;font-weight:700;cursor:pointer;transition:all .22s ease}.hp-btn-white:hover{background:#f0fdf4;transform:translateY(-2px)}@media (max-width:1024px){.hp-services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:768px){.hp-hero{padding:1.5rem 1.5rem 2rem}.hp-section{padding:2rem 1.5rem}.hp-steps{grid-template-columns:1fr;gap:.75rem;max-width:420px;margin:0 auto}.hp-step-line{display:none}}@media (max-width:640px){.hp-hero{padding:1.25rem 1.25rem 1.75rem}.hp-hero-logo{margin-bottom:.65rem}.hp-hero-logo svg{width:48px!important;height:48px!important}.hp-hero-name{font-size:clamp(1.4rem,7vw,2rem)}.hp-hero-desc{font-size:.88rem;line-height:1.6;margin-bottom:1.1rem}.hp-hero-notice{margin-bottom:.9rem;font-size:.78rem}.hp-hero-actions{gap:.5rem;margin-bottom:1rem}.hp-btn-outline,.hp-btn-primary{padding:.45rem .9rem;font-size:.8rem;border-radius:.875rem;justify-content:center}.hp-hero-chips{gap:.4rem}.hp-chip{font-size:.7rem;padding:.28rem .7rem}.hp-services-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.hp-service-card{padding:1.1rem .9rem;gap:.5rem}.hp-svc-icon-wrap{width:44px;height:44px}.hp-svc-title{font-size:.9rem}.hp-svc-desc{display:none}.hp-steps{display:flex;flex-direction:column;grid-template-columns:unset;max-width:100%;gap:0}.hp-step{display:flex;flex-direction:row;align-items:stretch;gap:.55rem;text-align:left;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.hp-step-top{flex-direction:column;flex-shrink:0;width:34px;align-items:center;justify-content:flex-start;margin-bottom:0}.hp-step-num{width:34px;height:34px;font-size:.8rem}.hp-step-line{display:block;width:2px;flex:1 1;min-height:12px;background:linear-gradient(180deg,#10b981,#0891b2);opacity:.35;margin:4px auto 0;border-radius:1px}.hp-step-body{display:flex;flex-direction:column;flex:1 1;min-width:0;background:#fff;border:1.5px solid var(--border);border-left:3px solid #10b981;border-radius:.75rem;padding:.6rem .75rem .65rem .7rem;margin-bottom:.5rem;box-shadow:var(--shadow-xs)}.hp-step:first-child .hp-step-body{border-left-color:#10b981}.hp-step:nth-child(2) .hp-step-body{border-left-color:#f59e0b}.hp-step:nth-child(3) .hp-step-body{border-left-color:#3b82f6}.hp-step-icon{display:flex;width:28px;height:28px;margin:0 0 .35rem;border-radius:.5rem;border:none;box-shadow:none}.hp-step:first-child .hp-step-icon{background:#dcfce7;color:#059669}.hp-step:nth-child(2) .hp-step-icon{background:#fef9c3;color:#d97706}.hp-step:nth-child(3) .hp-step-icon{background:#dbeafe;color:#2563eb}.hp-step-title{font-size:.82rem;margin-bottom:.2rem;text-align:left}.hp-step-desc{font-size:.76rem;text-align:left;line-height:1.45}.hp-section{padding:1.5rem 1.1rem}.hp-section-header{margin-bottom:1rem}.hp-section-sub{font-size:.85rem}.hp-cta{padding:1.75rem 1.25rem}.hp-cta-title{font-size:clamp(1rem,5vw,1.3rem)}.hp-cta-sub{font-size:.84rem}.hp-cta-actions{gap:.5rem}.hp-btn-white{padding:.45rem .9rem;font-size:.8rem;border-radius:.875rem}}@media (max-width:420px){.hp-hero{padding:1rem 1rem 1.5rem}.hp-hero-chips{gap:.3rem}.hp-chip{font-size:.62rem;padding:.2rem .5rem}.hp-services-grid{gap:.45rem}.hp-service-card{padding:.8rem .7rem}.hp-svc-icon-wrap{width:34px;height:34px}.hp-svc-title{font-size:.8rem}}.hp-support-banner{background:linear-gradient(145deg,#052e16,#064e3b 50%,#0c4a6e);padding:2.5rem 2rem;text-align:center;position:relative;overflow:hidden}.hp-support-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 50% 120%,rgba(16,185,129,.15) 0,transparent 70%);pointer-events:none}.hp-support-banner-inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.hp-support-banner-title{font-size:clamp(1.05rem,3vw,1.35rem);font-weight:800;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.hp-support-banner-sub{font-size:.85rem;color:hsla(0,0%,100%,.62);margin:0 0 1.6rem;line-height:1.55}.hp-support-banner-actions{display:flex;gap:.6rem;justify-content:center;flex-wrap:nowrap}.hp-support-action{display:flex;align-items:center;gap:.4rem;padding:.38rem .65rem;border-radius:var(--radius-lg);text-decoration:none;transition:all .2s ease;text-align:left}.hp-support-action--wa{background:rgba(22,163,74,.18);border:1.5px solid rgba(22,163,74,.4);color:#fff}.hp-support-action--wa:hover{background:rgba(22,163,74,.3);border-color:rgba(22,163,74,.65);color:#fff;transform:translateY(-2px)}.hp-support-action--email{background:hsla(0,0%,100%,.07);border:1.5px solid hsla(0,0%,100%,.18);color:#fff}.hp-support-action--email:hover{background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.35);color:#fff;transform:translateY(-2px)}.hp-support-action-icon{width:22px;height:22px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-support-action--wa .hp-support-action-icon{background:rgba(22,163,74,.25);color:#4ade80}.hp-support-action--email .hp-support-action-icon{background:hsla(0,0%,100%,.1);color:#a7f3d0}.hp-support-action-text{display:flex;flex-direction:column;gap:.1rem}.hp-support-action-label{font-size:.72rem;font-weight:700;color:#fff;line-height:1}.hp-support-action-meta{font-size:.63rem;color:hsla(0,0%,100%,.52);line-height:1}.hp-help-fab{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.4rem;padding:.55rem 1rem .55rem .75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;text-decoration:none;box-shadow:0 4px 16px rgba(16,185,129,.45);z-index:999;transition:all .2s ease}.hp-help-fab:hover{background:linear-gradient(135deg,#059669,#047857);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.55)}@media (max-width:640px){.hp-support-banner{padding:1.75rem 1.25rem}.hp-support-banner-sub{font-size:.8rem;margin-bottom:1.25rem}.hp-support-action-meta{display:none}.hp-help-fab{bottom:1rem;right:1rem;padding:.5rem .85rem .5rem .65rem;font-size:.75rem}}@media (max-width:420px){.hp-support-action{padding:.35rem .55rem}}.hp-footer{background:#052e16;border-top:1px solid hsla(0,0%,100%,.08);padding:1.1rem 2rem}.hp-footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hp-footer-copy{font-size:.8rem;color:hsla(0,0%,100%,.38)}.hp-footer-support{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .15s}.hp-footer-support:hover{color:#6ee7b7}@media (max-width:480px){.hp-footer{padding:.9rem 1.25rem}.hp-footer-inner{justify-content:center;gap:.65rem}}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.auth-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.auth-page{min-height:100vh;display:flex}.auth-left{flex:1 1;background:linear-gradient(145deg,#052e16,#064e3b 45%,#0c4a6e);display:flex;align-items:center;justify-content:center;padding:3rem 3.5rem;position:relative;overflow:hidden}.auth-left:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(16,185,129,.18) 0,transparent 70%);pointer-events:none}.auth-left-inner{max-width:420px;position:relative;z-index:1}.auth-logo{margin-bottom:1.75rem;filter:drop-shadow(0 6px 18px rgba(16,185,129,.3))}.auth-brand-name{font-size:1.8rem;font-weight:900;color:#fff;letter-spacing:-.04em;margin:0 0 .4rem;line-height:1.15}.auth-brand-tagline{font-size:.8rem;font-weight:600;color:#6ee7b7;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.25rem}.auth-brand-desc{font-size:.95rem;color:hsla(0,0%,100%,.65);line-height:1.65;margin:0 0 2rem}.auth-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.auth-feature{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:hsla(0,0%,100%,.82);font-weight:500}.auth-feature-icon{width:32px;height:32px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);border-radius:var(--radius);color:#6ee7b7}.auth-feature-icon,.auth-right{display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-right{width:480px;padding:3rem 2.5rem;background:var(--bg)}.auth-card{width:100%;max-width:360px;text-align:center}.auth-card-logo{display:inline-flex;margin-bottom:1.5rem}.auth-card-title{font-size:1.65rem;font-weight:800;color:var(--neutral-dark);letter-spacing:-.03em;margin:0 0 .45rem}.auth-card-sub{font-size:.92rem;color:var(--neutral);margin:0 0 2rem}.auth-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.82rem 1.5rem;background:#fff;border:1.5px solid #dadce0;border-radius:var(--radius-lg);font-size:.95rem;font-weight:600;color:#3c4043;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.08);font-family:inherit}.auth-google-btn:hover{background:#f8f9fa;border-color:#aaa;box-shadow:0 2px 8px rgba(0,0,0,.12);transform:translateY(-1px)}.auth-google-btn:active{transform:translateY(0);box-shadow:0 1px 3px rgba(0,0,0,.08)}.auth-divider{margin:1.75rem 0 1.25rem;padding:1rem 1.1rem;background:#f0fdf4;border-radius:var(--radius);border:1px solid #d1fae5}.auth-divider span{font-size:.8rem;color:#065f46;font-weight:500}.auth-terms{font-size:.75rem;color:var(--neutral);line-height:1.55;margin:0}.auth-link{color:var(--primary);font-weight:600;cursor:pointer}.auth-link:hover{text-decoration:underline}@media (max-width:768px){.auth-left{display:none}.auth-right{width:100%;background:linear-gradient(145deg,#052e16,#064e3b 60%,#0c4a6e);align-items:flex-start;padding:3.5rem 1.5rem 2.5rem}.auth-card{background:#fff;border-radius:var(--radius-xl);padding:2rem 1.75rem;box-shadow:0 8px 32px rgba(0,0,0,.18);max-width:420px;width:100%}}@media (max-width:480px){.auth-right{padding:2.5rem 1.1rem 2rem}.auth-card{padding:1.75rem 1.4rem;border-radius:var(--radius-lg)}.auth-card-title{font-size:1.45rem}.auth-card-sub{font-size:.88rem;margin-bottom:1.5rem}.auth-google-btn{font-size:.9rem;padding:.78rem 1.25rem}}@media (max-width:380px){.auth-right{padding:2rem .85rem 1.5rem}.auth-card{padding:1.5rem 1.1rem}.auth-card-title{font-size:1.3rem}.auth-brand-name{font-size:1.5rem}}.catalog-container{max-width:1400px;margin:0 auto;padding:2.5rem 2rem 4rem}.brand-hero{margin-bottom:.85rem;padding:.6rem 1rem;background:var(--page-grad);border-radius:var(--radius-lg);box-shadow:var(--page-grad-shadow);justify-content:space-between;gap:.75rem;flex-wrap:wrap}.brand-hero,.brand-hero-main{display:flex;align-items:center}.brand-hero-main{gap:.6rem;flex:1 1;min-width:0}.brand-hero-text{min-width:0}.brand-name{font-size:1rem;font-weight:800;color:#fff;letter-spacing:-.03em;margin:0 0 .05rem;line-height:1.1}.brand-tagline{font-size:.62rem;font-weight:700;color:hsla(0,0%,100%,.62);letter-spacing:.04em;text-transform:uppercase;margin:0 0 .15rem}.brand-description{font-size:.72rem;font-weight:700;color:hsla(0,0%,100%,.78);margin:0;line-height:1.4;max-width:480px}.brand-stats{gap:0;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);border-radius:var(--radius-lg);padding:.35rem .65rem;flex-shrink:0}.brand-stat,.brand-stats{display:flex;align-items:center}.brand-stat{flex-direction:column;padding:0 .55rem}.brand-stat-divider{width:1px;height:20px;background:hsla(0,0%,100%,.18)}.brand-stat-value{font-size:1rem;font-weight:800;color:#fff;line-height:1;letter-spacing:-.04em}.brand-stat-label{font-size:.55rem;font-weight:600;color:hsla(0,0%,100%,.55);text-transform:uppercase;letter-spacing:.06em;margin-top:.15rem}.brand-stat-alert .brand-stat-value{color:#fbbf24}.token-banner{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-lg);padding:1.1rem 1.25rem;margin-bottom:1.5rem}.token-banner-title{font-weight:700;color:#92400e;margin-bottom:.65rem;font-size:.9rem}.token-banner-row{display:flex;gap:.5rem}.token-banner-row input{flex:1 1;min-width:0;padding:.58rem .85rem;border-radius:var(--radius);border:1px solid #fcd34d;font-size:.88rem;background:#fff}.token-banner-row input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(245,158,11,.12)}.token-banner-row button{padding:.58rem 1.1rem;background:#f59e0b;border:none;border-radius:var(--radius);cursor:pointer;font-weight:600;font-size:.88rem;color:#fff;white-space:nowrap;flex-shrink:0;transition:background .2s}.token-banner-row button:hover{background:#d97706}.token-banner-hint{font-size:.78rem;color:#78716c;margin-top:.45rem}.token-banner-hint a{color:#0369a1}.token-active-bar{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;margin-bottom:1.25rem;flex-wrap:wrap}.token-clear-btn{padding:.48rem .9rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.82rem;color:var(--neutral);font-weight:500;transition:all .2s}.token-clear-btn:hover{border-color:var(--neutral);color:var(--neutral-dark)}.delete-all-btn{display:flex;align-items:center;gap:.4rem;padding:.48rem .9rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--radius);cursor:pointer;font-size:.82rem;font-weight:600;color:var(--danger);transition:all .2s}.delete-all-btn:hover{background:var(--danger);border-color:var(--danger);color:#fff}.filters-section{background:var(--bg-card);padding:1.1rem 1.25rem;border-radius:var(--radius-lg);margin-bottom:1.75rem;display:grid;grid-template-columns:2fr 1.5fr auto;grid-gap:.85rem;gap:.85rem;align-items:end;border:1px solid var(--border);box-shadow:var(--shadow-xs)}.filter-group{display:flex;flex-direction:column;gap:.3rem;min-width:0}.filter-group label{font-weight:600;color:var(--neutral-mid);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.filter-group input,.filter-group select{padding:.6rem .85rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--neutral-dark);background:var(--bg);transition:all .2s ease;width:100%}.filter-group input::placeholder{color:var(--neutral-soft)}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.filter-results-pill{display:inline-flex;align-items:center;justify-content:center;background:var(--primary-light);color:var(--primary-dark);padding:.18rem .4rem;border-radius:var(--radius);font-size:.58rem;font-weight:700;white-space:nowrap;border:1.5px solid #a7f3d0;align-self:end}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:2.5rem;transition:opacity .15s ease}.products-grid--loading{opacity:.45;pointer-events:none}.product-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#a7f3d0}.product-image{width:100%;height:170px;background:linear-gradient(145deg,#ecfdf5,#cffafe);display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0}.product-content{padding:.55rem .65rem .5rem;flex:1 1;display:flex;flex-direction:column}.product-badge{display:inline-block;background:var(--secondary-light);color:#0e7490;padding:.1rem .4rem;border-radius:var(--radius-full);font-size:.58rem;font-weight:700;margin-bottom:.25rem;width:-moz-fit-content;width:fit-content;letter-spacing:.03em;text-transform:uppercase;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-name{font-size:.78rem;font-weight:700;color:var(--neutral-dark);margin-bottom:.15rem;line-height:1.25}.product-description{font-size:.7rem;color:var(--neutral);margin-bottom:.35rem;flex:1 1}.product-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:.18rem .4rem;gap:.18rem .4rem;font-size:.65rem}.product-meta-item{display:flex;align-items:center;gap:.3rem;color:var(--neutral);min-width:0;overflow:hidden}.product-meta-item span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-header{display:flex;justify-content:flex-end;align-items:center;gap:.3rem;padding:.4rem .4rem 0}.product-card-header-empty{height:calc(1.5rem + .4rem)}.card-action-btn{width:1.5rem;height:1.5rem;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .2s;flex-shrink:0}.product-footer{display:flex;align-items:center;border-top:1px solid var(--border);background:var(--neutral-lighter);padding:.65rem 5rem .7rem .65rem}.product-price{font-size:.65rem;font-weight:800;color:var(--primary-dark);letter-spacing:-.02em}.product-price-mrp{font-size:inherit;font-weight:inherit;color:inherit;letter-spacing:inherit}.product-stock{font-size:.6rem;font-weight:600;color:var(--success);margin-top:.08rem;white-space:nowrap}.product-stock.low{color:var(--warning)}.product-stock.out{color:var(--danger)}.product-footer--no-btn{padding-right:.65rem}.add-to-cart-btn{position:absolute;bottom:.38rem;right:.45rem;display:flex;align-items:center;justify-content:center;gap:.18rem;padding:.22rem .48rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-size:.62rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 6px rgba(16,185,129,.25)}.add-to-cart-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 10px rgba(16,185,129,.35)}.add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.add-to-cart-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;box-shadow:none}.add-to-cart-btn.added{background:#6366f1;box-shadow:0 2px 6px rgba(99,102,241,.3)}.qty-picker{position:absolute;bottom:.38rem;right:.45rem;gap:.1rem;background:var(--bg-card);border:1.5px solid var(--primary);border-radius:var(--radius);padding:.1rem .14rem;box-shadow:0 2px 8px rgba(16,185,129,.2)}.qty-picker,.qty-picker-btn{display:flex;align-items:center}.qty-picker-btn{width:16px;height:16px;justify-content:center;background:var(--primary-light);color:var(--primary-dark);border:none;border-radius:3px;cursor:pointer;flex-shrink:0;transition:background .15s}.qty-picker-btn:hover{background:var(--primary);color:#fff}.qty-picker-input{width:26px;text-align:center;border:none;background:transparent;font-size:.6rem;font-weight:700;color:var(--neutral-dark);padding:0}.qty-picker-input:focus{outline:none}.qty-picker-confirm{width:18px;height:16px;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;border:none;border-radius:3px;cursor:pointer;flex-shrink:0;margin-left:.08rem;transition:background .15s}.qty-picker-confirm:hover{background:#047857}.no-results{text-align:center;padding:4rem 1.5rem;color:var(--neutral);background:var(--bg-card);border-radius:var(--radius-lg);border:1.5px dashed var(--border)}.no-results p:first-child{font-size:1.1rem;font-weight:600;color:var(--neutral-mid);margin-bottom:.3rem}.pagination{gap:.35rem;margin-top:.75rem;flex-wrap:wrap}.pagination,.pagination-btn{display:flex;justify-content:center;align-items:center}.pagination-btn{min-width:36px;height:36px;padding:0 .6rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--bg-card);cursor:pointer;transition:all .18s ease;font-weight:500;font-size:.85rem;color:var(--neutral-mid)}.pagination-btn:hover:not(:disabled){background:var(--primary-light);border-color:var(--primary);color:var(--primary-dark)}.pagination-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px rgba(16,185,129,.3)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;color:var(--neutral-soft);font-size:.9rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-overlay{background:rgba(15,23,42,.55);padding:1rem;animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{background:#fff;border-radius:var(--radius-xl);width:100%;max-width:600px;max-height:92vh;overflow-y:auto;box-shadow:var(--shadow-xl),0 0 0 1px rgba(0,0,0,.04);animation:slideUp .22s ease}@keyframes slideUp{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:1;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.modal-header h2{font-size:1.05rem;font-weight:700;color:var(--neutral-dark)}.modal-close{background:var(--neutral-light);border:none;cursor:pointer;color:var(--neutral);width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.modal-close:hover{background:#fee2e2;color:var(--danger)}.modal-form{padding:1.25rem}.modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem 1rem;gap:.85rem 1rem;margin-bottom:1.25rem}.modal-field{display:flex;flex-direction:column;gap:.3rem}.modal-field-full{grid-column:1/-1}.modal-field label{font-size:.72rem;font-weight:600;color:var(--neutral-mid);text-transform:uppercase;letter-spacing:.04em}.modal-field .up-readonly-field{background:#f3f4f6!important;color:#6b7280!important;cursor:default!important;border-color:#e5e7eb!important;font-style:italic}.modal-field input,.modal-field select{padding:.58rem .8rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--neutral-dark);background:var(--bg);transition:all .18s ease;width:100%}.modal-field input:focus,.modal-field select:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.modal-actions{display:flex;justify-content:flex-end;gap:.65rem;padding-top:1rem;border-top:1px solid var(--border)}.modal-btn-cancel{padding:.58rem 1.1rem;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.88rem;font-weight:600;color:var(--neutral);transition:all .15s ease}.modal-btn-cancel:hover{background:var(--neutral-light);color:var(--neutral-dark)}.modal-btn-save{padding:.58rem 1.35rem;background:var(--primary);border:none;border-radius:var(--radius);cursor:pointer;font-size:.88rem;font-weight:700;color:#fff;transition:all .15s ease;box-shadow:0 2px 8px rgba(16,185,129,.3)}.modal-btn-save:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.modal-btn-save:disabled{opacity:.55;cursor:not-allowed;transform:none}.cat-share-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.32rem .9rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px rgba(16,185,129,.28);transition:all .18s ease;white-space:nowrap;font-family:inherit;margin-right:auto}.cat-share-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px rgba(16,185,129,.38);transform:translateY(-1px)}.shr-modal{background:#fff;border-radius:var(--radius-xl);width:100%;max-width:440px;max-height:88vh;box-shadow:var(--shadow-xl),0 0 0 1px rgba(0,0,0,.04);animation:slideUp .22s ease;display:flex;flex-direction:column;overflow:hidden}.shr-modal-title{display:flex;align-items:center;gap:.6rem}.shr-modal-title h2{font-size:1rem;font-weight:700;color:var(--neutral-dark);margin:0 0 .08rem}.shr-modal-sub{font-size:.72rem;color:var(--neutral);margin:0}.shr-search-wrap{position:relative;padding:.75rem 1.25rem 0}.shr-search-icon{position:absolute;left:1.85rem;top:50%;transform:translateY(-25%);color:var(--neutral-soft);pointer-events:none}.shr-search{width:100%;padding:.52rem .8rem .52rem 2.1rem;border:1.5px solid var(--border);border-radius:var(--radius-full);font-size:.82rem;font-family:inherit;color:var(--neutral-dark);background:var(--bg);outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.shr-search:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(16,185,129,.1);background:#fff}.shr-list{flex:1 1;overflow-y:auto;padding:.6rem .75rem;min-height:120px;max-height:340px;overscroll-behavior:contain}.shr-empty{text-align:center;font-size:.82rem;color:var(--neutral);padding:2rem 0}.shr-user{display:flex;align-items:center;gap:.65rem;padding:.6rem .65rem;border-radius:var(--radius);cursor:pointer;transition:background .13s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shr-user--checked,.shr-user:hover:not(.shr-user--disabled){background:#f0fdf4}.shr-user--disabled{opacity:.42;cursor:not-allowed}.shr-checkbox{width:20px;height:20px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s}.shr-checkbox--checked{background:var(--primary);border-color:var(--primary)}.shr-user-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.08rem}.shr-user-name{font-size:.82rem;font-weight:700;color:var(--neutral-dark)}.shr-user-email,.shr-user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shr-user-email{font-size:.68rem;color:var(--neutral)}.shr-role-badge{font-size:.6rem;font-weight:700;padding:.12rem .45rem;border-radius:var(--radius-full);flex-shrink:0;text-transform:capitalize}.shr-role-distributor{background:#dcfce7;color:#059669}.shr-role-retailer{background:#dbeafe;color:#2563eb}.shr-footer{display:flex;align-items:center;gap:.65rem;padding:.75rem 1.25rem;border-top:1px solid var(--border);background:#fff;border-radius:0 0 var(--radius-xl) var(--radius-xl);flex-shrink:0}.shr-count{font-size:.72rem;font-weight:700;color:var(--neutral);margin-right:auto}.shr-error{font-size:.72rem;color:var(--danger);font-weight:600}.shr-send-btn{display:inline-flex;align-items:center;gap:.32rem;padding:.48rem 1.1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 2px 8px rgba(16,185,129,.3);transition:all .18s ease;white-space:nowrap}.shr-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.shr-send-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.shr-sent{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem 2rem;gap:.5rem}.shr-sent-title{font-size:1.1rem;font-weight:800;color:var(--neutral-dark);margin:0}.shr-sent-sub{font-size:.82rem;color:var(--neutral);margin:0 0 .75rem;line-height:1.5}.shr-done-btn{padding:.5rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-full);font-size:.85rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.shr-done-btn:hover{background:var(--primary-dark)}@media (max-width:540px){.cat-share-btn{padding:.32rem .7rem}.cat-share-btn span{display:none}.shr-overlay{padding:0!important;align-items:flex-end!important}.shr-modal{max-width:100%!important;width:100%!important;height:88vh!important;max-height:88vh!important;border-radius:1.1rem 1.1rem 0 0!important;overflow:hidden!important}.shr-modal-title h2{font-size:.92rem}.shr-modal-sub{font-size:.68rem}.shr-modal .modal-header{padding:.8rem 1rem}.shr-search-wrap{padding:.5rem .85rem 0}.shr-search-icon{left:1.48rem}.shr-search{font-size:.8rem;padding:.44rem .7rem .44rem 1.95rem}.shr-list{flex:1 1;min-height:0;max-height:none!important;padding:.35rem .5rem;overflow-y:auto}.shr-user{padding:.5rem;gap:.45rem}.shr-user-name{font-size:.78rem}.shr-user-email{font-size:.63rem}.shr-checkbox{width:18px;height:18px}.shr-footer{flex-shrink:0;border-radius:0!important;padding:.6rem 1rem env(safe-area-inset-bottom,.75rem)}.shr-count{font-size:.68rem}.shr-send-btn{padding:.42rem .9rem;font-size:.75rem}.shr-sent{padding:1.75rem 1.25rem 1.25rem}.shr-done-btn{font-size:.8rem;padding:.46rem 1.25rem}}.cat-download-bar{display:flex;align-items:center;justify-content:flex-end;gap:.6rem;margin-bottom:.85rem}.cat-download-label{display:flex;align-items:center;gap:.28rem;font-size:.68rem;font-weight:600;color:var(--neutral-soft);letter-spacing:.02em;text-transform:uppercase}.cat-download-group{display:flex;align-items:stretch;border:1.5px solid var(--border);border-radius:var(--radius-full);overflow:hidden;background:#fff;box-shadow:var(--shadow-xs)}.cat-download-btn{display:inline-flex;align-items:center;gap:.28rem;padding:.32rem .9rem;font-size:.72rem;font-weight:700;cursor:pointer;border:none;background:transparent;transition:background .15s,color .15s;white-space:nowrap;font-family:inherit}.cat-download-btn+.cat-download-btn{border-left:1.5px solid var(--border)}.cat-download-btn:disabled{opacity:.5;cursor:not-allowed}.cat-download-btn--csv{color:#059669}.cat-download-btn--csv:hover:not(:disabled){background:#f0fdf4;color:#047857}.cat-download-btn--pdf{color:#2563eb}.cat-download-btn--pdf:hover:not(:disabled){background:#eff6ff;color:#1d4ed8}@media (max-width:540px){.cat-download-label{display:none}.cat-download-btn{padding:.28rem .75rem;font-size:.68rem}}.hist-modal{max-width:480px}.hist-modal-title{display:flex;align-items:center;gap:.6rem}.hist-modal-title h2{font-size:1rem;font-weight:700;color:var(--neutral-dark);margin:0 0 .1rem}.hist-modal-sub{font-size:.75rem;color:var(--neutral);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.hist-body{padding:1rem 1.25rem 1.25rem;max-height:65vh;overflow-y:auto}.hist-empty{text-align:center;color:var(--neutral);font-size:.85rem;padding:2rem 0}.hist-entry{display:flex;gap:.75rem;align-items:flex-start}.hist-entry-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:14px;padding-top:.2rem}.hist-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.hist-dot--create{background:#10b981;box-shadow:0 0 0 3px #d1fae5}.hist-dot--update{background:#3b82f6;box-shadow:0 0 0 3px #dbeafe}.hist-line{width:2px;flex:1 1;min-height:16px;background:var(--border);margin:4px 0}.hist-entry-body{flex:1 1;min-width:0;padding-bottom:1rem}.hist-entry-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.15rem;flex-wrap:wrap}.hist-badge{font-size:.62rem;font-weight:700;padding:.12rem .45rem;border-radius:var(--radius-full);letter-spacing:.03em}.hist-badge--create{background:#dcfce7;color:#059669}.hist-badge--update{background:#dbeafe;color:#2563eb}.hist-by,.hist-time{font-size:.68rem;color:var(--neutral)}.hist-by{margin:0 0 .5rem}.hist-details{display:flex;flex-direction:column;gap:.28rem}.hist-detail-row{display:flex;align-items:baseline;gap:.5rem;font-size:.72rem;flex-wrap:wrap}.hist-field{font-weight:700;color:var(--neutral-dark);min-width:80px;flex-shrink:0}.hist-change{display:flex;align-items:baseline;gap:.3rem;flex-wrap:wrap}.hist-old{color:#ef4444;text-decoration:line-through;font-size:.7rem}.hist-arrow{color:var(--neutral);font-size:.65rem}.hist-new{color:#059669;font-weight:600;font-size:.7rem}@media (max-width:540px){.hist-modal{max-width:100%}.hist-body{padding:.85rem 1rem 1rem}.hist-modal-sub{max-width:160px}}@media (max-width:1024px){.catalog-container{padding:2rem 1.5rem 3rem}}@media (max-width:768px){.catalog-container{padding:1.5rem 1rem 3rem}.brand-hero{padding:.6rem .9rem;flex-direction:row;align-items:center;gap:.65rem}.brand-description{display:none}.brand-stats{flex-shrink:0}.filters-section{grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem}.filter-results-pill{grid-column:1/-1;text-align:center}.products-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.75rem}.modal-grid{grid-template-columns:1fr 1fr}}@media (max-width:540px){.catalog-container{padding:1rem .85rem 2.5rem}.brand-hero{padding:.5rem .75rem;margin-bottom:.75rem;gap:.6rem}.brand-hero-main{gap:.5rem}.brand-name{font-size:.88rem}.brand-tagline{display:none}.brand-stats{padding:.3rem .5rem}.brand-stat{padding:0 .45rem}.brand-stat-value{font-size:.9rem}.filters-section{grid-template-columns:1fr 1fr;gap:.16rem;padding:.18rem .3rem;margin-bottom:.35rem}.filter-group label{font-size:.44rem}.filter-group input,.filter-group select{padding:.14rem .28rem;font-size:.58rem}.filter-results-pill{grid-column:1/-1;text-align:center;padding:.05rem .18rem;font-size:.38rem}.products-grid{grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:1rem}.product-content{padding:.2rem .28rem .18rem}.product-badge{font-size:.44rem;padding:.04rem .22rem;margin-bottom:.08rem}.product-name{font-size:.58rem;margin-bottom:.06rem}.product-description{font-size:.52rem;margin-bottom:.14rem}.product-meta{grid-template-columns:1fr 1fr;gap:.05rem .2rem;font-size:.48rem}.product-footer{padding:.22rem 4rem .22rem .28rem}.product-footer--no-btn{padding-right:.28rem}.product-price{font-size:.52rem}.product-stock{font-size:.42rem}.add-to-cart-btn{bottom:.28rem;right:.28rem;padding:.15rem .26rem;font-size:.42rem;gap:.08rem}.card-action-btn{width:1.15rem;height:1.15rem}.product-card-header{padding:.2rem .2rem 0;gap:.15rem}.product-card-header-empty{height:calc(1.15rem + .2rem)}.modal-grid{grid-template-columns:1fr}.modal-field-full{grid-column:1}.modal-form{padding:1rem}.modal-overlay{padding:.5rem;align-items:flex-end}.modal-box{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:95vh}.modal-actions{flex-direction:column-reverse;gap:.5rem}.modal-btn-cancel,.modal-btn-save{width:100%;text-align:center;justify-content:center;padding:.68rem}.pagination-btn{min-width:32px;height:32px;font-size:.78rem}}@media (max-width:390px){.catalog-container{padding:.85rem .75rem 2rem}.filters-section{grid-template-columns:1fr 1fr;gap:.14rem;padding:.16rem .28rem;margin-bottom:.38rem}.filter-group label{font-size:.42rem}.filter-group input,.filter-group select{padding:.12rem .28rem;font-size:.66rem}.filter-results-pill{padding:.04rem .15rem;font-size:.34rem}.brand-hero{padding:.4rem .6rem;gap:.5rem;margin-bottom:.6rem}.brand-name{font-size:.8rem}.brand-stat{padding:0 .4rem}.brand-stat-value{font-size:.82rem}.brand-stat-label{font-size:.5rem}.products-grid{grid-template-columns:1fr 1fr;gap:.3rem}.product-content{padding:.22rem .32rem .2rem}.product-name{font-size:.6rem}.product-description{font-size:.54rem}.product-meta{grid-template-columns:1fr 1fr;font-size:.5rem}.product-footer{padding:.18rem 3.8rem .18rem .32rem}.product-footer--no-btn{padding-right:.32rem}.product-price{font-size:.5rem}.product-stock{font-size:.4rem}.add-to-cart-btn{bottom:.24rem;right:.28rem;padding:.13rem .22rem;font-size:.4rem;gap:.07rem}}.upload-container{max-width:960px;margin:0 auto;padding:2.5rem 2rem 4rem}.upload-header{margin-bottom:1.75rem;padding:.85rem 1.25rem;background:var(--page-grad);border-radius:var(--radius-lg);box-shadow:var(--page-grad-shadow);display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:space-between}.upload-header h1{font-size:1.1rem;font-weight:800;color:#fff;margin:0 0 .08rem;letter-spacing:-.02em}.upload-header p{color:hsla(0,0%,100%,.72);font-size:.75rem;font-weight:700;margin:0}.upload-as-bar{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:#374151;background:#f0fdf4;border:1px solid #a7f3d0;border-radius:var(--radius);padding:.5rem .9rem;margin-bottom:1rem;flex-wrap:wrap}.upload-as-bar strong{color:#065f46;font-weight:700;word-break:break-all}.up-autocomplete-wrap{position:relative}.up-suggestions{position:absolute;top:100%;left:0;right:0;z-index:100;background:#fff;border:1px solid #d1d5db;border-radius:var(--radius);box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:220px;overflow-y:auto;margin-top:2px}.up-suggestion-item{padding:.55rem .9rem;font-size:.85rem;color:#111827;cursor:pointer;border-bottom:1px solid #f3f4f6;white-space:normal;word-break:break-word}.up-suggestion-item:last-child{border-bottom:none}.up-suggestion-item:hover{background:#f0fdf4;color:#065f46}.up-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem}.up-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.48rem 1rem;border-radius:999px;border:1.5px solid var(--border);background:#fff;font-size:.83rem;font-weight:600;font-family:inherit;color:#6b7280;cursor:pointer;transition:all .15s}.up-tab-active{background:#eff6ff;border-color:#3b82f6;color:#1e40af}.up-readonly-field{background:#f3f4f6!important;color:#6b7280!important;cursor:default!important;border-color:#e5e7eb!important;font-style:italic}.up-readonly-field:focus{box-shadow:none!important;border-color:#e5e7eb!important}.up-manual-section{max-width:100%}.up-manual-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 1.25rem;gap:0 1.25rem}.up-req{color:#ef4444;margin-left:2px}.up-pricing-panel{border:1.5px solid #a7f3d0;background:#f0fdf4}.up-pricing-title{font-size:1rem;font-weight:700;color:#065f46;margin-bottom:.35rem}.up-pricing-tabs{display:flex;gap:.5rem;margin:1rem 0}.up-pricing-tab{padding:.4rem 1.1rem;border-radius:var(--radius);border:1.5px solid #6ee7b7;background:#fff;color:#374151;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.up-pricing-tab:hover{background:#d1fae5}.up-pricing-tab-active{background:#059669;color:#fff;border-color:#059669}.up-pricing-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}@media (max-width:540px){.up-pricing-fields{grid-template-columns:1fr}}.up-pricing-table-wrap{overflow-x:auto;margin-bottom:1rem;border-radius:var(--radius);border:1px solid #d1fae5}.up-pricing-table{width:100%;border-collapse:collapse;font-size:.83rem}.up-pricing-table th{background:#d1fae5;color:#065f46;font-weight:700;padding:.5rem .75rem;text-align:left;white-space:nowrap}.up-pricing-table td{padding:.4rem .75rem;border-bottom:1px solid #f0fdf4;vertical-align:middle}.up-pricing-table tr:last-child td{border-bottom:none}.up-pricing-table tr:nth-child(2n){background:#f9fefb}.up-pricing-name{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.up-pricing-table input[type=number]{width:90px;padding:.3rem .5rem;border:1px solid #d1d5db;border-radius:var(--radius);font-size:.82rem}.up-pricing-table input[type=number]:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px rgba(5,150,105,.15)}.up-manual-error{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--radius)}.up-manual-error,.up-manual-success{font-size:.84rem;padding:.55rem .85rem;margin-bottom:.75rem}.up-manual-success{color:#065f46;background:#f0fdf4;border:1px solid #6ee7b7;border-radius:var(--radius)}.upload-sections{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.75rem;gap:1.75rem}.upload-section{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-xl);padding:1.75rem;box-shadow:var(--shadow-sm)}.upload-section h2{font-size:1.1rem;margin-bottom:.6rem;color:var(--neutral-dark)}.section-subtitle{color:var(--neutral);font-size:.88rem;margin-bottom:1.5rem;line-height:1.55}.upload-area{border:2px dashed #a7f3d0;border-radius:var(--radius-lg);padding:2.25rem 1.5rem;text-align:center;cursor:pointer;transition:all .25s ease;background:linear-gradient(135deg,rgba(16,185,129,.04),rgba(6,182,212,.04))}.upload-area:hover{background:linear-gradient(135deg,rgba(16,185,129,.09),rgba(6,182,212,.09));border-color:var(--primary)}.upload-area.drag-over{background:linear-gradient(135deg,rgba(16,185,129,.14),rgba(6,182,212,.14));border-color:var(--secondary);transform:scale(1.015)}.upload-icon{font-size:2.75rem;margin-bottom:.85rem;display:block}.upload-text{color:var(--neutral-dark);font-weight:700;margin-bottom:.35rem;font-size:.95rem}.upload-subtext{color:var(--neutral);font-size:.83rem}.file-input{display:none}.upload-progress{margin-top:1.25rem}.progress-bar{width:100%;height:7px;background:var(--neutral-light);overflow:hidden;margin-bottom:.4rem}.progress-bar,.progress-fill{border-radius:var(--radius-full)}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary) 0,var(--secondary) 100%);width:0;transition:width .35s ease}.preview-table{width:100%;border-collapse:collapse;margin-top:1.25rem;font-size:.85rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.preview-table thead{background:var(--neutral-lighter)}.preview-table th{padding:.7rem .85rem;text-align:left;font-weight:700;color:var(--neutral-mid);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1.5px solid var(--border)}.preview-table td{padding:.65rem .85rem;border-bottom:1px solid var(--border);color:var(--neutral)}.preview-table tbody tr:last-child td{border-bottom:none}.preview-table tbody tr:hover{background:var(--neutral-lighter)}.table-error{color:var(--danger);font-weight:700}.form-section{margin-top:1.25rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;margin-bottom:.4rem;color:var(--neutral-mid);font-size:.85rem}.form-group input,.form-group select{width:100%;box-sizing:border-box;padding:.65rem .9rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.92rem;color:var(--neutral-dark);background:var(--bg);transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.form-group input[type=checkbox]{width:auto;margin-right:.5rem;cursor:pointer;accent-color:var(--primary)}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:.9rem;color:var(--neutral-mid);gap:.4rem}.form-help-text{font-size:.78rem;color:var(--neutral-soft);margin-top:.4rem}.template-download{margin-bottom:1.25rem}.download-btn{display:inline-flex;align-items:center;gap:.65rem;padding:.65rem 1.25rem;background:var(--secondary-light);color:#0e7490;border:1.5px solid #a5f3fc;border-radius:var(--radius);font-weight:700;font-size:.88rem;cursor:pointer;transition:all .2s ease}.download-btn:hover{background:var(--secondary);color:#fff;border-color:var(--secondary);transform:translateY(-2px);box-shadow:0 4px 10px rgba(6,182,212,.3)}.buttons-section{display:flex;gap:.75rem;margin-top:1.75rem;flex-wrap:wrap}.btn{padding:.7rem 1.5rem;border:none;border-radius:var(--radius);font-weight:700;cursor:pointer;transition:all .2s ease;font-size:.92rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:.01em}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 2px 8px rgba(16,185,129,.3)}.btn-primary:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 5px 14px rgba(16,185,129,.4)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{background:var(--neutral-light);color:var(--neutral-soft);cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:var(--bg-card);color:var(--neutral-mid);border:1.5px solid var(--border)}.btn-secondary:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary-dark)}.btn-danger{background:var(--danger);color:#fff;box-shadow:0 2px 8px rgba(239,68,68,.25)}.btn-danger:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 5px 14px rgba(239,68,68,.35)}.success-message{background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(16,185,129,.04));border-left:4px solid var(--success);color:#065f46}.error-message,.success-message{padding:.9rem 1.1rem;border-radius:var(--radius);margin-top:1rem;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.65rem}.error-message{background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(239,68,68,.04));border-left:4px solid var(--danger);color:#991b1b}.warning-message{background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(245,158,11,.04));border-left:4px solid var(--warning);padding:.9rem 1.1rem;border-radius:var(--radius);margin-top:1rem;color:#92400e;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.65rem}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeInBg .18s ease}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:var(--radius-xl);padding:2rem;max-width:520px;width:90%;box-shadow:var(--shadow-xl);animation:slideUpModal .22s ease}@keyframes slideUpModal{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.preview-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:1024px){.upload-container{padding:2rem 1.5rem 3rem}}@media (max-width:768px){.upload-container{padding:1.25rem 1rem 2.5rem}.upload-header{padding:.65rem .9rem;margin-bottom:1rem;gap:.6rem}.upload-header h1{font-size:.98rem;margin-bottom:0}.upload-header p{display:none}.up-tabs{flex-direction:column;gap:.4rem}.up-tab{width:100%;justify-content:center}.up-manual-grid{grid-template-columns:1fr 1fr;gap:0 .75rem}.up-manual-section .upload-section{padding:.85rem}.up-manual-section h2{font-size:.92rem;margin-bottom:.2rem}.up-manual-section .section-subtitle{font-size:.76rem;margin-bottom:.65rem}.up-manual-section .form-group{margin-bottom:.55rem}.up-manual-section .form-group label{font-size:.74rem;margin-bottom:.18rem}.up-manual-section .form-group input,.up-manual-section .form-group select{padding:.38rem .55rem;font-size:.8rem}.up-manual-section .buttons-section{margin-top:.75rem;gap:.4rem}.up-manual-section .btn{padding:.55rem .9rem;font-size:.82rem}.upload-sections{grid-template-columns:1fr;gap:.85rem}.upload-section-upload{order:-1}.upload-section-guide{order:1}.upload-section{padding:1rem}.section-subtitle{font-size:.82rem;margin-bottom:1rem}.upload-area{padding:1.25rem 1rem}.upload-icon{font-size:2rem;margin-bottom:.5rem}.upload-text{font-size:.88rem}.upload-subtext{font-size:.76rem}.buttons-section{flex-direction:column;gap:.5rem}.btn{width:100%}.preview-table{font-size:.8rem;min-width:480px}.preview-table td,.preview-table th{padding:.5rem .65rem}.up-pricing-panel{padding:.85rem}.up-pricing-title{font-size:.88rem;margin-bottom:.2rem}.up-pricing-panel .section-subtitle{font-size:.78rem;margin-bottom:.65rem}.up-pricing-tabs{flex-direction:column;gap:.35rem;margin:.65rem 0}.up-pricing-tab{width:100%;text-align:center;padding:.35rem .75rem;font-size:.8rem}.up-pricing-fields{grid-template-columns:1fr;gap:.5rem}.up-pricing-fields,.up-pricing-panel .form-group{margin-bottom:.5rem}.up-pricing-panel .buttons-section{margin-top:.65rem;gap:.35rem}.up-pricing-table{font-size:.78rem}.up-pricing-table td,.up-pricing-table th{padding:.4rem .55rem}.up-pricing-table input[type=number]{width:75px}.up-pricing-name{max-width:140px}}@media (max-width:540px){.upload-container{padding:.85rem .75rem 2rem}.upload-header{padding:.5rem .7rem;gap:.4rem;margin-bottom:.75rem}.upload-header h1{font-size:.9rem}.upload-section{padding:.85rem}.upload-section h2{font-size:.95rem;margin-bottom:.4rem}.upload-area{padding:1rem .75rem;border-radius:var(--radius)}.upload-icon{font-size:1.75rem;margin-bottom:.4rem}.upload-text{font-size:.82rem}.upload-subtext{font-size:.7rem}.upload-as-bar{font-size:.75rem;padding:.38rem .65rem;margin-bottom:.65rem;flex-direction:column;align-items:stretch}.upload-as-bar label{margin-bottom:.3rem}.upload-as-bar select{width:100%;min-width:0;box-sizing:border-box}.form-group{margin-bottom:.85rem}.form-group label{font-size:.78rem;margin-bottom:.28rem}.form-group input,.form-group select{padding:.48rem .65rem;font-size:.84rem}.up-manual-grid{grid-template-columns:1fr 1fr;gap:0 .6rem}.up-manual-section .form-group{margin-bottom:.42rem}.up-manual-section .form-group label{font-size:.7rem;margin-bottom:.14rem}.up-manual-section .form-group input,.up-manual-section .form-group select{padding:.32rem .48rem;font-size:.76rem}.up-manual-section .buttons-section{margin-top:.6rem}.up-manual-section .btn{padding:.48rem .75rem;font-size:.78rem}.form-help-text{font-size:.7rem}.download-btn{font-size:.8rem;padding:.5rem .9rem;width:100%;justify-content:center}.upload-section-guide ul{font-size:.76rem;line-height:1.6;padding-left:.5rem}.template-download{margin-bottom:.85rem}.form-section{margin-top:.85rem}.buttons-section{margin-top:1rem;gap:.4rem}.btn{padding:.6rem 1rem;font-size:.84rem}.preview-table{font-size:.72rem;min-width:420px}.preview-table td,.preview-table th{padding:.42rem .5rem}.error-message,.success-message{font-size:.82rem;padding:.75rem .85rem}.up-pricing-panel{padding:.65rem}.up-pricing-title{font-size:.82rem;margin-bottom:.15rem}.up-pricing-panel .section-subtitle{font-size:.72rem;margin-bottom:.5rem}.up-pricing-tabs{margin:.5rem 0;gap:.3rem}.up-pricing-tab{padding:.3rem .6rem;font-size:.76rem}.up-pricing-panel .form-group{margin-bottom:.4rem}.up-pricing-panel .buttons-section{margin-top:.5rem}.up-pricing-table{font-size:.72rem}.up-pricing-table td,.up-pricing-table th{padding:.32rem .4rem}.up-pricing-table input[type=number]{width:62px;font-size:.75rem;padding:.25rem .3rem}.up-pricing-name{max-width:100px}}@media (max-width:390px){.upload-container{padding:.7rem .6rem 1.5rem}.upload-header{padding:.42rem .6rem}.upload-header h1{font-size:.85rem}.upload-section{padding:.7rem}.upload-area{padding:.85rem .6rem}.upload-icon{font-size:1.5rem}.upload-text{font-size:.78rem}.preview-table{min-width:400px;font-size:.68rem}.preview-table td,.preview-table th{padding:.35rem .42rem}.up-pricing-table input[type=number]{width:56px}.up-pricing-name{max-width:80px}}.navbar{background:linear-gradient(135deg,#0d9e6f,#059669 50%,#0891b2);padding:0 1.5rem;height:60px;justify-content:space-between;box-shadow:0 2px 12px rgba(5,150,105,.25);position:-webkit-sticky;position:sticky;top:0;z-index:100;gap:.5rem;overflow:visible}.navbar,.navbar-brand{display:flex;align-items:center}.navbar-brand{gap:.65rem;color:#fff;white-space:nowrap;flex-shrink:0;min-width:0;cursor:pointer}.navbar-brand-text{display:flex;flex-direction:column;gap:1px;line-height:1;min-width:0}.navbar-brand-name{font-weight:800;font-size:1.05rem;color:#fff;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis}.navbar-brand-tagline{font-size:.62rem;color:hsla(0,0%,100%,.68);font-weight:400;letter-spacing:.02em;white-space:nowrap}.navbar-links{gap:.2rem;list-style:none;flex-shrink:0;margin:0;padding:0}.navbar-link,.navbar-links{display:flex;align-items:center}.navbar-link{color:hsla(0,0%,100%,.88);font-weight:500;font-size:.88rem;padding:.42rem .85rem;border-radius:999px;transition:all .2s ease;cursor:pointer;gap:.35rem;white-space:nowrap}.navbar-link:hover{background:hsla(0,0%,100%,.18);color:#fff}.navbar-link.active{background:hsla(0,0%,100%,.25);color:#fff;font-weight:600;box-shadow:inset 0 1px 2px rgba(0,0,0,.08)}.cart-badge{display:inline-flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;border-radius:999px;font-size:.6rem;font-weight:700;min-width:16px;height:16px;padding:0 3px;line-height:1;box-shadow:0 1px 4px rgba(239,68,68,.4);animation:badgePop .2s ease}@keyframes badgePop{0%{transform:scale(.7)}60%{transform:scale(1.15)}to{transform:scale(1)}}.alert-nav-badge{background:#f59e0b!important;box-shadow:0 1px 4px rgba(245,158,11,.45)!important}.navbar-signin-btn{border:1.5px solid hsla(0,0%,100%,.38)!important}.navbar-signin-btn:hover{background:hsla(0,0%,100%,.15)!important;border-color:hsla(0,0%,100%,.7)!important}.navbar-user-item{position:relative;display:flex;align-items:center;margin-left:.15rem}.navbar-user-skeleton{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.2);animation:shimmer 1.2s ease infinite}@keyframes shimmer{0%,to{opacity:.4}50%{opacity:.9}}.navbar-avatar-btn{width:34px;height:34px;border-radius:50%;border:2px solid hsla(0,0%,100%,.38);padding:0;background:transparent;cursor:pointer;transition:border-color .2s;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar-avatar-btn:hover{border-color:hsla(0,0%,100%,.85)}.navbar-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.navbar-avatar-fallback{width:100%;height:100%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%}.navbar-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 8px 32px rgba(0,0,0,.14);min-width:230px;z-index:200;overflow:hidden;animation:dropIn .15s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar-dropdown-user{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem}.navbar-dropdown-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0}.navbar-dropdown-info{display:flex;flex-direction:column;min-width:0}.navbar-dropdown-name{font-weight:700;font-size:.88rem;color:var(--neutral-dark)}.navbar-dropdown-email,.navbar-dropdown-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-dropdown-email{font-size:.75rem;color:var(--neutral)}.navbar-dropdown-role{font-size:.78rem;font-weight:700;margin-top:3px;letter-spacing:.01em}.navbar-dropdown-role.role-distributor{color:#059669}.navbar-dropdown-role.role-retailer{color:#3b82f6}.navbar-dropdown-role.role-admin{color:#7c3aed}.navbar-dropdown-divider{height:1px;background:var(--border)}.navbar-dropdown-profile{width:100%;display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;font-weight:600;color:var(--neutral-mid);text-decoration:none;transition:background .15s}.navbar-dropdown-profile:hover{background:var(--neutral-lighter);color:var(--neutral-dark)}.navbar-dropdown-signout{width:100%;display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.88rem;font-weight:600;color:#dc2626;transition:background .15s;font-family:inherit}.navbar-dropdown-signout:hover{background:#fef2f2}@media (max-width:768px){.navbar{padding:0 1rem}.navbar-brand-tagline{display:none}}@media (max-width:600px){.navbar{padding:0 .85rem;gap:.25rem}.navbar-link-alerts-text,.navbar-link-upload-text{display:none}}@media (max-width:480px){.navbar{padding:0 .6rem;height:52px;gap:0}.navbar-brand svg{width:26px!important;height:26px!important}.navbar-brand{gap:.35rem;flex-shrink:1;min-width:0}.navbar-brand-name{font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.navbar-link-alerts-text,.navbar-link-allproducts-text,.navbar-link-cart-text,.navbar-link-catalog-text,.navbar-link-signin-text,.navbar-link-upload-text{display:none}.navbar-links{gap:0;flex-shrink:0}.navbar-link{padding:.35rem .38rem;gap:0}.navbar-link svg{width:16px!important;height:16px!important}.cart-badge{font-size:.52rem;min-width:13px;height:13px}.navbar-avatar-btn,.navbar-user-skeleton{width:28px;height:28px}.navbar-user-item{margin-left:0}.navbar-dropdown{min-width:200px;right:-.5rem}}@media (max-width:380px){.navbar{padding:0 .5rem;height:50px}.navbar-brand-text{display:none}.navbar-brand{gap:0;flex-shrink:0}.navbar-link{padding:.32rem .35rem}.navbar-dropdown{right:-.25rem;min-width:190px}}.cart-toast-stack{position:fixed;top:80px;right:1.25rem;z-index:9999;display:flex;flex-direction:column;gap:.6rem;pointer-events:none}.cart-toast{display:flex;align-items:center;gap:.55rem;padding:.7rem 1rem;background:#052e16;color:#d1fae5;border:1px solid #059669;border-radius:.625rem;font-size:.83rem;font-weight:500;box-shadow:0 6px 24px rgba(0,0,0,.18);pointer-events:all;animation:toast-in .28s cubic-bezier(.34,1.56,.64,1) both;min-width:260px;max-width:340px}.cart-toast-icon{color:#34d399;flex-shrink:0}.cart-toast strong{color:#fff}.cart-toast--error{background:#450a0a;color:#fecaca;border-color:#dc2626}.cart-toast--error .cart-toast-icon{color:#f87171}.cart-toast--error .cart-toast-close{color:#fca5a5}.cart-toast-close{margin-left:auto;background:none;border:none;color:#6ee7b7;cursor:pointer;font-size:.7rem;padding:.1rem .2rem;border-radius:4px;line-height:1;flex-shrink:0}.cart-toast-close:hover{color:#fff}@keyframes toast-in{0%{opacity:0;transform:translateX(40px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}.cart-container{max-width:1200px;margin:0 auto;padding:2.5rem 2rem 4rem}.cart-buyer-banner{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:var(--radius-lg);padding:.65rem 1rem;margin-bottom:1rem;font-size:.85rem;color:#1e40af}.cart-buyer-banner svg{flex-shrink:0}.cart-buyer-role{display:inline-flex;align-items:center;padding:.18rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700}.cart-buyer-role--retailer{background:#dbeafe;color:#1d4ed8}.cart-buyer-role--distributor{background:#d1fae5;color:#065f46}.cart-buyer-email{font-size:.75rem;color:#3b82f6;margin-left:auto}@media (max-width:540px){.cart-buyer-banner{padding:.5rem .75rem;font-size:.78rem}.cart-buyer-email{display:none}}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;flex-wrap:wrap;gap:1rem;padding:.85rem 1.25rem;background:var(--page-grad);border-radius:var(--radius-lg);box-shadow:var(--page-grad-shadow)}.cart-header h1{font-size:1.1rem;font-weight:800;color:#fff;margin:0 0 .08rem;letter-spacing:-.02em}.cart-header>div>p{color:hsla(0,0%,100%,.72);font-size:.75rem;font-weight:700;margin:0}.cart-header .cart-back-btn{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.28);color:#fff}.cart-header .cart-back-btn:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);color:#fff}.cart-header .cart-clear-btn{background:#fff;border-color:#fff;color:var(--danger)}.cart-header .cart-clear-btn:hover{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.cart-header-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.6rem;gap:.6rem;align-items:center}.cart-header-actions>a{display:flex}.cart-back-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.52rem 1rem;background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.85rem;font-weight:600;color:var(--neutral-mid);transition:all .2s ease;text-decoration:none}.cart-back-btn:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary-dark)}.cart-clear-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.52rem 1rem;background:var(--bg-card);border:1.5px solid #fca5a5;border-radius:var(--radius);cursor:pointer;font-size:.85rem;font-weight:600;color:var(--danger);transition:all .2s ease}.cart-clear-btn:hover{background:var(--danger);border-color:var(--danger);color:#fff}.cart-empty{text-align:center;padding:5rem 2rem;color:var(--neutral);background:var(--bg-card);border-radius:var(--radius-xl);border:1.5px dashed var(--border);margin-top:1rem}.cart-empty svg{opacity:.25;margin:0 auto 1.25rem;color:var(--neutral);display:block}.cart-empty h2{font-size:1.3rem;color:var(--neutral-mid);margin-bottom:.5rem}.cart-empty p{color:var(--neutral);margin-bottom:1.75rem;font-size:.9rem}.cart-empty-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:var(--radius-full);font-size:.875rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px rgba(16,185,129,.38);transition:all .22s ease;letter-spacing:.01em;text-decoration:none}.cart-empty-btn svg{color:#a7f3d0;flex-shrink:0}.cart-empty-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.48);color:#fff}.cart-empty-btn:hover svg{color:#fff}.cart-dist-list{display:flex;flex-direction:column;gap:1.5rem}.cart-dist-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.cart-dist-header{display:flex;align-items:center;justify-content:space-between;padding:.55rem 1rem;background:#f0fdf4;border-bottom:1.5px solid #d1fae5}.cart-dist-name{font-size:.78rem;font-weight:700;color:#059669;text-transform:uppercase;letter-spacing:.04em}.cart-dist-count{font-size:.7rem;font-weight:600;color:#6b7280}.cart-dist-body{display:grid;grid-template-columns:1fr 300px;align-items:start}.cart-dist-items{border-right:1.5px solid var(--border)}.cart-dist-summary{padding:1.1rem 1.1rem 1.25rem;background:#fafafa}.cart-dist-summary-title{font-size:.88rem;font-weight:700;color:var(--neutral-dark);margin:0 0 .85rem;padding-bottom:.65rem;border-bottom:1.5px solid var(--border)}.summary-gst-row{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--neutral);padding:.2rem 0 .55rem}.summary-gst-row span:last-child{font-weight:600;color:var(--neutral-mid)}.summary-bill-note{font-size:.72rem;font-weight:500;color:var(--neutral)}.cart-item{display:flex;align-items:flex-start;gap:.6rem;background:var(--bg-card);border-bottom:1px solid var(--border);padding:.6rem .75rem;transition:background .15s ease}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:var(--neutral-lighter)}.cart-item-icon{width:34px;height:34px;background:linear-gradient(145deg,#ecfdf5,#cffafe);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;border:1px solid #d1fae5;margin-top:.08rem}.cart-item-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.32rem}.cart-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem}.cart-item-info{flex:1 1;min-width:0}.cart-item-name{font-size:.78rem;font-weight:700;color:var(--neutral-dark);margin:0 0 .08rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-meta{font-size:.63rem;color:var(--neutral);margin:0;line-height:1.35}.cart-item-remove{background:none;border:none;cursor:pointer;color:var(--danger);padding:.1rem;border-radius:var(--radius);display:flex;align-items:center;flex-shrink:0;transition:all .15s ease}.cart-item-remove:hover{background:var(--danger-light)}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-item-qty{gap:.1rem;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);padding:.1rem}.cart-item-qty,.qty-btn{display:flex;align-items:center}.qty-btn{width:22px;height:22px;justify-content:center;background:transparent;border:none;border-radius:4px;cursor:pointer;color:var(--neutral-mid);transition:all .15s ease;padding:0;flex-shrink:0}.qty-btn:hover{background:var(--primary);color:#fff}.qty-input{width:30px;height:22px;text-align:center;border:none;background:transparent;font-size:.72rem;font-weight:700;color:var(--neutral-dark);padding:0}.qty-input:focus{outline:none}.cart-item-price{text-align:right}.cart-item-subtotal{font-size:.82rem;font-weight:800;color:var(--primary-dark);letter-spacing:-.01em}.cart-item-price-meta{display:flex;align-items:center;justify-content:flex-end;gap:.28rem;flex-wrap:wrap;margin-top:.04rem}.cart-item-mrp-tag{font-size:.58rem;color:var(--neutral-soft)}.cart-item-mrp-tag--strike{text-decoration:line-through;color:#9ca3af}.cart-item-unit{font-size:.58rem;color:var(--neutral-soft)}.cart-item-discount{font-size:.52rem;font-weight:700;color:#059669;background:#d1fae5;border-radius:999px;padding:.05rem .32rem;margin-top:.12rem;display:inline-block;letter-spacing:.01em}.summary-rows{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem;max-height:260px;overflow-y:auto;padding-right:.2rem}.summary-row{display:flex;justify-content:space-between;align-items:flex-start;font-size:.82rem;color:var(--neutral);gap:.5rem;line-height:1.4}.summary-row span:first-child{flex:1 1}.summary-row span:last-child{font-weight:600;color:var(--neutral-mid);white-space:nowrap}.summary-divider{border:none;border-top:1.5px solid var(--border);margin:.65rem 0}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:800;color:var(--neutral-dark);padding:0 0 1.2rem;letter-spacing:-.01em}.summary-total span:last-child{color:var(--primary-dark);font-size:1.2rem}.summary-bill-amount{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;font-weight:700;color:var(--neutral-mid);padding:.35rem 0 .85rem;border-top:1px dashed var(--border);margin-top:.2rem}.summary-bill-amount span:last-child{color:#0369a1;font-size:.9rem;font-weight:800}.summary-bill-gst-note{font-size:inherit;font-weight:inherit;color:var(--neutral-mid)}.whatsapp-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-lg);font-size:.88rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 10px rgba(16,185,129,.3)}.whatsapp-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 18px rgba(16,185,129,.4)}.whatsapp-btn:active:not(:disabled){transform:translateY(0)}.whatsapp-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.cart-min-warning{background:#fef9c3;border:1px solid #fde047;border-radius:var(--radius);font-size:.78rem;color:#854d0e;line-height:1.4}.cart-min-warning,.cart-order-saved{padding:.55rem .85rem;font-weight:600;margin-bottom:.65rem}.cart-order-saved{display:flex;align-items:center;gap:.4rem;background:#dcfce7;border:1px solid #86efac;border-radius:var(--radius);font-size:.8rem;color:#15803d}@media (max-width:1024px){.cart-container{padding:2rem 1.5rem 3rem}.cart-dist-body{grid-template-columns:1fr 260px}}@media (max-width:768px){.cart-dist-body{grid-template-columns:1fr}.cart-dist-items{border-right:none;border-bottom:1.5px solid var(--border)}.cart-dist-summary{background:#f9fafb}}@media (max-width:600px){.cart-container{padding:1rem .85rem 2.5rem}.cart-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.65rem .9rem;margin-bottom:1rem}.cart-header h1{font-size:.95rem}.cart-header-actions{width:100%;gap:.4rem}.cart-header-actions>a{width:100%}.cart-back-btn,.cart-clear-btn{width:100%;justify-content:center;padding:.4rem .6rem;font-size:.75rem;gap:.28rem}.cart-empty-btn{width:auto;padding:.5rem 1.1rem;font-size:.82rem;display:inline-flex;align-items:center;gap:.35rem}.cart-dist-summary{padding:.85rem}.cart-dist-summary-title{font-size:.82rem;margin-bottom:.6rem;padding-bottom:.55rem}.summary-rows{gap:.3rem;max-height:160px;margin-bottom:.3rem}.summary-row{font-size:.7rem;gap:.35rem}.summary-divider{margin:.4rem 0}.summary-total{font-size:.85rem;padding-bottom:.75rem}.summary-total span:last-child{font-size:.95rem}.whatsapp-btn{padding:.62rem .85rem;font-size:.78rem;gap:.35rem}.cart-min-warning,.cart-order-saved{font-size:.68rem;padding:.4rem .65rem;margin-bottom:.5rem}.cart-items{gap:.18rem}.cart-item{padding:.45rem .55rem;gap:.45rem}.cart-item-icon{width:28px;height:28px;font-size:.8rem}.cart-item-name{font-size:.68rem}.cart-item-meta{font-size:.56rem}.qty-btn{width:18px;height:18px}.qty-input{width:24px;height:18px;font-size:.62rem}.cart-item-subtotal{font-size:.72rem}.cart-item-mrp-tag,.cart-item-unit{font-size:.5rem}.cart-item-discount{font-size:.46rem}}@media (max-width:400px){.cart-container{padding:1rem .75rem 2.5rem}.cart-back-btn,.cart-clear-btn{padding:.32rem .5rem;font-size:.68rem;gap:.22rem}.cart-dist-summary{padding:.7rem}.cart-dist-summary-title{font-size:.75rem;margin-bottom:.5rem;padding-bottom:.45rem}.summary-row{font-size:.64rem}.summary-total{font-size:.78rem;padding-bottom:.6rem}.summary-total span:last-child{font-size:.88rem}.whatsapp-btn{padding:.55rem .7rem;font-size:.72rem}.cart-min-warning,.cart-order-saved{font-size:.62rem;padding:.32rem .55rem}.cart-item{padding:.38rem .45rem;gap:.35rem}.cart-item-icon{width:24px;height:24px;font-size:.68rem}.cart-item-name{font-size:.62rem}.cart-item-meta{font-size:.52rem}.qty-btn{width:16px;height:16px}.qty-input{width:20px;height:16px;font-size:.56rem}.cart-item-subtotal{font-size:.66rem}.cart-item-mrp-tag,.cart-item-unit{font-size:.46rem}.cart-item-discount{font-size:.42rem}.cart-summary{padding:1.1rem}.whatsapp-btn{font-size:.82rem;padding:.8rem}}.oh-container{max-width:860px;margin:0 auto;padding:2rem 2rem 4rem}.oh-header{justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:.85rem 1.25rem;background:var(--page-grad);border-radius:var(--radius-lg);box-shadow:var(--page-grad-shadow)}.oh-header,.oh-header-left{display:flex;align-items:center}.oh-header-left{gap:.75rem;color:#fff}.oh-header-left h1{font-size:1.1rem;font-weight:800;color:#fff;margin:0 0 .08rem;letter-spacing:-.02em}.oh-header-left p{font-size:.72rem;font-weight:700;color:hsla(0,0%,100%,.72);margin:0}.oh-toggle{display:flex;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-full);padding:.18rem;gap:.12rem}.oh-toggle-btn{display:flex;align-items:center;gap:.3rem;padding:.38rem .9rem;border:none;border-radius:var(--radius-full);background:transparent;color:hsla(0,0%,100%,.72);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .18s ease;white-space:nowrap;font-family:inherit}.oh-toggle-btn:hover{color:#fff;background:hsla(0,0%,100%,.12)}.oh-toggle-btn.active{background:#fff;color:#065f46;box-shadow:0 1px 6px rgba(0,0,0,.15)}.oh-empty{text-align:center;padding:4rem 2rem;color:var(--neutral);background:var(--bg-card);border-radius:var(--radius-lg);border:1.5px dashed var(--border)}.oh-empty svg{opacity:.2;margin:0 auto 1rem;display:block;color:var(--neutral)}.oh-empty h2{font-size:1.1rem;color:var(--neutral-mid);margin-bottom:.35rem}.oh-empty p{margin:0;font-size:.85rem}.oh-list{display:flex;flex-direction:column;gap:.75rem;transition:opacity .15s ease}.oh-list--loading{opacity:.45;pointer-events:none}.oh-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .18s ease}.oh-card:hover{box-shadow:var(--shadow-md)}.oh-card-header{justify-content:space-between;padding:.8rem 1.1rem;border-bottom:1px solid var(--border);gap:.75rem}.oh-card-header,.oh-card-meta{display:flex;align-items:center;flex-wrap:wrap}.oh-card-meta{gap:.65rem;min-width:0}.oh-order-id{font-weight:800;font-size:.82rem;color:var(--neutral-dark);font-family:Courier New,monospace;letter-spacing:.03em}.oh-buyer,.oh-order-date{font-size:.76rem;color:var(--neutral)}.oh-buyer strong{color:#059669;font-weight:700}.oh-status{display:inline-block;padding:.22rem .65rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;white-space:nowrap;flex-shrink:0}.oh-status-pending{background:#fef9c3;color:#854d0e;border:1px solid #fde047}.oh-status-accepted{background:#dcfce7;color:#15803d;border:1px solid #86efac}.oh-status-rejected{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.oh-status-confirmed{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.oh-status-shipped{background:#e0f2fe;color:#0369a1;border:1px solid #7dd3fc}.oh-status-delivered{background:#dcfce7;color:#15803d;border:1px solid #86efac}.oh-status-cancelled{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.oh-items{padding:.6rem 1.1rem;display:flex;flex-direction:column;gap:.3rem}.oh-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem}.oh-item-name{flex:1 1;color:var(--neutral-dark);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oh-item-mrp{color:var(--neutral-soft);font-size:.72rem;white-space:nowrap;flex-shrink:0}.oh-item-mrp--strike{text-decoration:line-through;color:#9ca3af}.oh-item-effective{display:inline-flex;align-items:center;gap:.2rem;color:var(--primary-dark);font-size:.72rem;font-weight:600;white-space:nowrap;flex-shrink:0}.oh-item-discount{background:#d1fae5;color:#059669;font-size:.58rem;font-weight:700;border-radius:999px;padding:.05rem .28rem;letter-spacing:.01em}.oh-item-qty{color:var(--neutral);font-size:.74rem}.oh-item-price,.oh-item-qty{white-space:nowrap;flex-shrink:0}.oh-item-price{color:var(--primary-dark);font-weight:700;font-size:.82rem}.oh-items-more{font-size:.72rem;color:var(--neutral);font-style:italic;margin-top:.05rem}.oh-gst-note{font-size:.65rem;font-weight:400;color:var(--neutral)}.oh-card-footer{display:flex;align-items:center;justify-content:space-between;padding:.55rem 1.1rem;border-top:1px solid var(--border);background:var(--neutral-lighter)}.oh-total-label{font-size:.72rem;color:var(--neutral)}.oh-total{font-size:.98rem;font-weight:800;color:var(--primary-dark);letter-spacing:-.02em}.oh-actions{display:flex;gap:.5rem;padding:.55rem 1.1rem .65rem;border-top:1px solid var(--border)}.oh-action-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.38rem .9rem;border:none;border-radius:var(--radius);font-size:.78rem;font-weight:700;cursor:pointer;transition:all .18s ease;font-family:inherit}.oh-action-btn:disabled{opacity:.55;cursor:not-allowed}.oh-approve-btn{background:#dcfce7;color:#15803d;border:1.5px solid #86efac}.oh-approve-btn:hover:not(:disabled){background:#16a34a;color:#fff;border-color:#16a34a}.oh-reject-btn{background:#fee2e2;color:#b91c1c;border:1.5px solid #fca5a5}.oh-reject-btn:hover:not(:disabled){background:#dc2626;color:#fff;border-color:#dc2626}@media (max-width:768px){.oh-container{padding:1.25rem 1rem 3rem}.oh-header{padding:.65rem .9rem;margin-bottom:1rem}.oh-header-left svg{width:18px;height:18px}.oh-header-left h1{font-size:.95rem}.oh-header-left p{display:none}}@media (max-width:540px){.oh-container{padding:.75rem .65rem 2.5rem}.oh-header{padding:.45rem .65rem;gap:.45rem;flex-direction:column;align-items:flex-start;margin-bottom:.6rem}.oh-toggle{width:100%}.oh-toggle-btn{flex:1 1;justify-content:center;padding:.26rem .4rem;font-size:.7rem}.oh-list{gap:.35rem}.oh-card-header{padding:.42rem .65rem;gap:.35rem}.oh-card-meta{gap:.35rem}.oh-order-id{font-size:.68rem}.oh-buyer,.oh-order-date{font-size:.62rem}.oh-status{font-size:.58rem;padding:.14rem .45rem}.oh-items{padding:.35rem .65rem;gap:.18rem}.oh-item{font-size:.68rem;gap:.35rem}.oh-item-effective,.oh-item-mrp{font-size:.6rem}.oh-item-discount{font-size:.52rem}.oh-item-qty{font-size:.62rem}.oh-item-price{font-size:.68rem}.oh-items-more{font-size:.6rem}.oh-card-footer{padding:.32rem .65rem}.oh-total{font-size:.8rem}.oh-total-label{font-size:.6rem}.oh-actions{padding:.32rem .65rem .4rem;gap:.35rem}.oh-action-btn{padding:.25rem .6rem;font-size:.66rem}.oh-empty{padding:2.5rem 1rem}.oh-empty h2{font-size:.95rem}}@media (max-width:390px){.oh-container{padding:.6rem .5rem 2rem}.oh-toggle-btn{font-size:.64rem;padding:.22rem .3rem}.oh-card-header{padding:.35rem .55rem}.oh-items{padding:.3rem .55rem;gap:.14rem}.oh-item{font-size:.62rem}.oh-item-effective,.oh-item-mrp{font-size:.56rem}.oh-item-discount{font-size:.48rem}.oh-card-footer{padding:.28rem .55rem}.oh-total{font-size:.74rem}.oh-actions{padding:.28rem .55rem .35rem}.oh-action-btn{padding:.22rem .5rem;font-size:.62rem}}.ob-page{min-height:100vh;background:linear-gradient(160deg,#f0fdf7,#eff6ff 60%,#f5f3ff);flex-direction:column;padding:2.5rem 1.25rem 4rem}.ob-header,.ob-page{display:flex;align-items:center}.ob-header{gap:.75rem;margin-bottom:2.5rem}.ob-header-text{display:flex;flex-direction:column;gap:2px}.ob-brand{font-size:1.15rem;font-weight:800;color:#064e3b;letter-spacing:-.02em;margin:0}.ob-tagline{font-size:.7rem;color:#6b7280;font-weight:400;letter-spacing:.04em;margin:0}.ob-welcome{text-align:center;max-width:560px;width:100%;margin-bottom:2.5rem;padding:0 .5rem}.ob-title{font-size:1.75rem;font-weight:800;color:#111827;margin:0 0 .6rem;letter-spacing:-.03em;line-height:1.2}.ob-subtitle{font-size:.95rem;color:#6b7280;line-height:1.65;margin:0}.ob-cards{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;width:100%;max-width:860px;margin-bottom:2.25rem}.ob-card{position:relative;background:#fff;border:2px solid #e5e7eb;border-radius:1.25rem;padding:2rem 1.75rem 1.75rem;width:calc(50% - .75rem);min-width:280px;text-align:left;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .15s;font-family:inherit}.ob-card:hover{border-color:#d1d5db;box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.ob-card.role-blue.ob-card-selected{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.12),0 8px 32px rgba(59,130,246,.12)}.ob-card.role-green.ob-card-selected{border-color:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.12),0 8px 32px rgba(16,185,129,.12)}.ob-check{position:absolute;top:1rem;right:1rem;width:22px;height:22px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s;flex-shrink:0}.ob-card.role-blue .ob-check-active{background:#3b82f6;border-color:#3b82f6}.ob-card.role-green .ob-check-active{background:#10b981;border-color:#10b981}.ob-card-icon{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;flex-shrink:0}.role-blue .ob-card-icon{background:#eff6ff;color:#3b82f6}.role-green .ob-card-icon{background:#ecfdf5;color:#10b981}.ob-card-label{font-size:1.35rem;font-weight:800;margin:0 0 .2rem;letter-spacing:-.02em}.role-blue .ob-card-label{color:#1d4ed8}.role-green .ob-card-label{color:#065f46}.ob-card-tagline{font-size:.82rem;font-weight:500;margin:0 0 .9rem;color:#6b7280}.ob-card-desc{font-size:.88rem;color:#4b5563;line-height:1.6;margin:0}.ob-card-divider{height:1px;background:#f3f4f6;margin:1.25rem 0}.ob-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.ob-feature{display:flex;align-items:flex-start;gap:.6rem;font-size:.84rem;color:#374151;line-height:1.4}.ob-feature-icon{flex-shrink:0;margin-top:1px}.role-blue .ob-feature .ob-feature-icon{color:#3b82f6}.role-green .ob-feature .ob-feature-icon{color:#10b981}.ob-feature-no{color:#9ca3af}.ob-feature-no .ob-feature-icon{color:#d1d5db!important}.ob-details{width:100%;max-width:860px;background:#fff;border:1.5px solid #e5e7eb;border-radius:1.25rem;padding:1.75rem 2rem;margin-bottom:2rem}.ob-details-title{font-size:1.1rem;font-weight:800;color:#111827;margin:0 0 .25rem;letter-spacing:-.02em}.ob-details-sub{font-size:.82rem;color:#6b7280;margin:0 0 1.5rem}.ob-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem;gap:1.1rem}.ob-field{display:flex;flex-direction:column;gap:.35rem}.ob-field-full{grid-column:1/-1}.ob-label{font-size:.82rem;font-weight:700;color:#374151}.ob-required{color:#ef4444;margin-left:1px}.ob-input{padding:.6rem .85rem;border:1.5px solid #e5e7eb;border-radius:.625rem;font-size:.9rem;font-family:inherit;color:#111827;background:#f9fafb;transition:border-color .18s,box-shadow .18s;outline:none;width:100%}.ob-input:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.ob-textarea{resize:vertical;min-height:72px;line-height:1.5}.ob-upload-btn{display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;border:2px dashed #d1d5db;border-radius:.625rem;background:#f9fafb;color:#6b7280;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s;width:100%;justify-content:center}.ob-upload-btn:hover{border-color:#10b981;background:#f0fdf4;color:#065f46}.ob-file-input{display:none}.ob-label-hint{margin-left:.4rem;font-size:.7rem;font-weight:500;color:#9ca3af}.ob-add-2nd-btn{display:inline-flex;align-items:center;gap:.3rem;margin-top:.4rem;padding:.22rem .6rem;font-size:.75rem;font-weight:600;color:#059669;background:#f0fdf4;border:1px dashed #6ee7b7;border-radius:.375rem;cursor:pointer;font-family:inherit;transition:all .15s}.ob-add-2nd-btn:hover{background:#dcfce7;border-color:#34d399}.ob-file-preview{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.ob-preview-img{width:100%;max-height:130px;object-fit:cover;border-radius:.5rem;border:1.5px solid #e5e7eb}.ob-file-clear{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;color:#ef4444;background:#fef2f2;border:1px solid #fca5a5;border-radius:.375rem;padding:.22rem .6rem;cursor:pointer;font-family:inherit;transition:all .15s}.ob-file-clear:hover{background:#fee2e2}.ob-action{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:860px;padding:0 .5rem}.ob-confirm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#0d9e6f,#059669 50%,#0891b2);color:#fff;font-size:1rem;font-weight:700;padding:.85rem 2.25rem;border-radius:999px;border:none;cursor:pointer;font-family:inherit;transition:opacity .2s,transform .15s;box-shadow:0 4px 16px rgba(5,150,105,.3);letter-spacing:-.01em;white-space:nowrap}.ob-confirm-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.ob-confirm-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.ob-error{color:#dc2626;font-size:.88rem;margin:0}.ob-note{font-size:.78rem;color:#9ca3af;margin:0;text-align:center}.ob-card-body{display:contents}.ob-steps{display:none;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:1.25rem}.ob-step-dots{display:flex;align-items:center;gap:.5rem}.ob-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:background .25s,width .25s}.ob-dot-active{background:#10b981;width:22px;border-radius:4px}.ob-step-text{font-size:.75rem;font-weight:600;color:#6b7280;margin:0;letter-spacing:.01em}.ob-mobile-next{display:none;width:100%;max-width:860px;padding:0;margin-bottom:0}.ob-mobile-back{display:none;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;color:#6b7280;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;margin-bottom:1rem;transition:color .15s}.ob-mobile-back:hover{color:#111827}@media (max-width:768px){.ob-page{padding:2rem 1rem 3.5rem}.ob-header{margin-bottom:2rem}.ob-title{font-size:1.55rem}.ob-subtitle{font-size:.9rem}.ob-welcome{margin-bottom:2rem}.ob-card{padding:1.65rem 1.4rem 1.5rem}}@media (max-width:620px){.ob-page{padding:1.5rem 1rem 3rem;align-items:stretch}.ob-steps{display:flex}.ob-mobile-next{display:flex;margin-top:1.25rem;margin-bottom:1rem}.ob-mobile-back{display:inline-flex}.ob-step-1 .ob-action,.ob-step-1 .ob-details,.ob-step-2 .ob-cards,.ob-step-2 .ob-welcome{display:none}.ob-step-2 .ob-mobile-next{display:none!important}.ob-header{justify-content:center;margin-bottom:1.25rem}.ob-welcome{max-width:100%;margin-bottom:1.25rem;text-align:center;padding:0}.ob-title{font-size:1.4rem}.ob-subtitle{font-size:.86rem}.ob-cards{flex-direction:column;gap:.75rem;max-width:100%;margin-bottom:0;align-items:stretch}.ob-card{width:100%;min-width:0;padding:.9rem 1rem;border-radius:1rem;display:flex;flex-direction:row;align-items:center;gap:.875rem;text-align:left}.ob-card-icon{width:48px;height:48px;border-radius:.75rem;margin-bottom:0;flex-shrink:0}.ob-card-body{display:flex;flex-direction:column;gap:.15rem;flex:1 1;min-width:0}.ob-card-label{font-size:1.05rem;margin:0}.ob-card-tagline{font-size:.78rem;margin:0}.ob-card-desc,.ob-card-divider,.ob-features{display:none}.ob-details{padding:1.25rem;border-radius:1rem;margin-bottom:1.5rem}.ob-form-grid{grid-template-columns:1fr}.ob-action{max-width:100%;padding:0}.ob-confirm-btn{width:100%;font-size:.95rem;padding:.85rem 1.5rem;border-radius:.875rem}}@media (max-width:480px){.ob-page{padding:1.25rem .875rem 2.5rem}.ob-brand{font-size:1rem}.ob-tagline{display:none}.ob-title{font-size:1.25rem}.ob-subtitle{font-size:.82rem;line-height:1.55}.ob-card{padding:1.25rem 1.1rem 1.15rem;border-radius:.875rem}.ob-card-divider{margin:1rem 0}.ob-feature{font-size:.8rem;gap:.5rem}.ob-features{gap:.45rem}}@media (max-width:380px){.ob-page{padding:1rem .75rem 2rem}.ob-header{gap:.5rem}.ob-title{font-size:1.15rem}.ob-card{padding:1.1rem 1rem 1rem}.ob-card-icon{width:44px;height:44px;margin-bottom:.7rem}.ob-card-label{font-size:1.1rem}.ob-card-tagline{font-size:.76rem}.ob-card-desc{font-size:.8rem}.ob-feature{font-size:.76rem}.ob-confirm-btn{font-size:.88rem;padding:.8rem 1.25rem}.ob-note{font-size:.72rem}}.ap-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem;padding:1.5rem 1.75rem;background:var(--page-grad);border-radius:var(--radius-xl);box-shadow:var(--page-grad-shadow)}.ap-header-text{min-width:0}.ap-title{font-size:1.6rem;font-weight:800;color:#fff;margin:0 0 .2rem;letter-spacing:-.03em;line-height:1.1}.ap-subtitle{font-size:.88rem;font-weight:700;color:hsla(0,0%,100%,.72);margin:0;line-height:1.4}.ap-count-pill{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.22);color:#fff;font-size:.82rem;font-weight:700;border-radius:999px;padding:.4rem 1rem;white-space:nowrap;flex-shrink:0}.ap-filters{grid-template-columns:2fr 1.25fr 1.25fr auto}@media (max-width:960px){.ap-filters{grid-template-columns:1fr 1fr 1fr}.ap-filters .filter-results-pill{grid-column:1/-1;text-align:center}}@media (max-width:640px){.ap-filters{grid-template-columns:1fr 1fr;gap:.4rem;padding:.55rem .65rem;margin-bottom:.85rem}.ap-filters .filter-results-pill{grid-column:1/-1;text-align:center;padding:.3rem .75rem;font-size:.75rem}}@media (max-width:540px){.ap-filters{grid-template-columns:1fr 1fr;gap:.35rem;padding:.5rem .6rem;margin-bottom:.8rem}.ap-filters .filter-results-pill{grid-column:1/-1;width:100%;text-align:center}}.ap-buyer-bar{display:flex;align-items:center;gap:.65rem;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:var(--radius-lg);padding:.6rem 1rem;margin-bottom:1rem;flex-wrap:wrap}.ap-buyer-bar-label{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;color:#1d4ed8;white-space:nowrap;flex-shrink:0}.ap-buyer-bar-select{flex:1 1;min-width:0;padding:.38rem .65rem;border:1.5px solid #93c5fd;border-radius:var(--radius);background:#fff;font-size:.82rem;font-family:inherit;color:var(--neutral-dark);cursor:pointer;outline:none}.ap-buyer-bar-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.12)}.ap-buyer-bar-clear{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:#dbeafe;color:#1d4ed8;cursor:pointer;flex-shrink:0;transition:background .15s}.ap-buyer-bar-clear:hover{background:#bfdbfe}@media (max-width:540px){.ap-buyer-bar{padding:.5rem .65rem;gap:.4rem}.ap-buyer-bar-label span{display:none}.ap-buyer-bar-select{font-size:.75rem}}.ap-distributor-name{font-size:.75rem;font-weight:600;color:#059669;margin:-.3rem 0 .65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-distributor-link{color:#059669;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s}.ap-distributor-link:hover{border-bottom-color:#059669}.ap-guest-banner{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;background:#f0fdf4;border:1.5px solid #6ee7b7;border-radius:var(--radius-lg);margin-bottom:.75rem;font-size:.82rem;font-weight:600;color:#065f46;flex-wrap:wrap}.ap-guest-banner-icon{color:#10b981;flex-shrink:0}.ap-guest-banner span{flex:1 1;min-width:0}.ap-guest-banner-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .85rem;background:#10b981;color:#fff;border-radius:var(--radius-full);font-size:.78rem;font-weight:700;text-decoration:none;transition:background .15s;white-space:nowrap}.ap-guest-banner-btn:hover{background:#059669;color:#fff}@media (max-width:480px){.ap-guest-banner{font-size:.76rem;padding:.55rem .75rem;gap:.45rem}.ap-guest-banner-btn{padding:.3rem .7rem;font-size:.73rem}}@media (max-width:768px){.ap-header{padding:1rem 1.25rem;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:1.25rem}.ap-title{font-size:1.15rem}.ap-subtitle{font-size:.8rem}.ap-count-pill{font-size:.75rem;padding:.32rem .75rem;flex-shrink:0}}@media (max-width:540px){.ap-header{padding:.5rem .7rem;gap:.35rem;margin-bottom:.6rem;border-radius:var(--radius-lg)}.ap-title{font-size:.9rem}.ap-subtitle{display:none}.ap-count-pill{font-size:.62rem;padding:.18rem .5rem}.ap-distributor-name{font-size:.68rem;margin:-.2rem 0 .5rem}}@media (max-width:390px){.ap-header{padding:.42rem .6rem;margin-bottom:.45rem}.ap-title{font-size:.85rem}.ap-count-pill{font-size:.58rem;padding:.14rem .42rem}.ap-distributor-name{font-size:.65rem}}.adm-page{min-height:100vh;background:#f8fafc;display:flex;flex-direction:column;padding:1.5rem 1.25rem 4rem;max-width:1100px;margin:0 auto}.adm-header{justify-content:space-between;background:var(--page-grad);box-shadow:var(--page-grad-shadow);border-radius:var(--radius-lg);padding:.85rem 1.25rem;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.adm-header,.adm-header-left{display:flex;align-items:center}.adm-header-left{gap:.75rem}.adm-title{font-size:1.1rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.02em}.adm-subtitle{font-size:.75rem;color:hsla(0,0%,100%,.72);font-weight:700;margin:0}.adm-header-right{gap:.6rem}.adm-header-right,.adm-nav{display:flex;align-items:center}.adm-nav{gap:.35rem}.adm-nav-link{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .85rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.25);border-radius:.5rem;color:#fff;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .15s}.adm-nav-link:hover{background:hsla(0,0%,100%,.22)}.adm-refresh-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.25);border-radius:.5rem;color:#fff;cursor:pointer;transition:background .15s}.adm-refresh-btn:hover{background:hsla(0,0%,100%,.2)}.adm-signout-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.25);border-radius:.5rem;color:#fff;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.adm-signout-btn:hover{background:hsla(0,0%,100%,.2)}.adm-filters{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.adm-filter-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;border:1.5px solid #e5e7eb;background:#fff;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;color:#6b7280}.adm-filter-count{font-size:.72rem;background:#f3f4f6;color:#6b7280;border-radius:999px;padding:.1rem .45rem;font-weight:700;min-width:20px;text-align:center;transition:all .15s}.adm-filter-btn.adm-filter-active.adm-filter-pending{background:#fffbeb;border-color:#fbbf24;color:#92400e}.adm-filter-btn.adm-filter-active.adm-filter-pending .adm-filter-count{background:#fef3c7;color:#92400e}.adm-filter-btn.adm-filter-active.adm-filter-approved{background:#f0fdf4;border-color:#10b981;color:#065f46}.adm-filter-btn.adm-filter-active.adm-filter-approved .adm-filter-count{background:#dcfce7;color:#065f46}.adm-filter-btn.adm-filter-active.adm-filter-rejected{background:#fef2f2;border-color:#f87171;color:#991b1b}.adm-filter-btn.adm-filter-active.adm-filter-rejected .adm-filter-count{background:#fee2e2;color:#991b1b}.adm-filter-btn.adm-filter-active.adm-filter-all{background:#eff6ff;border-color:#3b82f6;color:#1e40af}.adm-filter-btn.adm-filter-active.adm-filter-all .adm-filter-count{background:#dbeafe;color:#1e40af}.adm-filter-btn.adm-filter-active.adm-filter-manually_onboarded{background:#eef2ff;border-color:#818cf8;color:#3730a3}.adm-filter-btn.adm-filter-active.adm-filter-manually_onboarded .adm-filter-count{background:#e0e7ff;color:#3730a3}.adm-content{flex:1 1}.adm-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;gap:.75rem}.adm-empty-icon{color:#d1fae5}.adm-empty-text{font-size:.9rem;color:#9ca3af;margin:0}.adm-error-text{color:#ef4444}.adm-list{display:flex;flex-direction:column;gap:.6rem}.adm-row{display:flex;align-items:center;gap:1rem;background:#fff;border:1.5px solid #e5e7eb;border-radius:.875rem;padding:.875rem 1rem;transition:box-shadow .15s,border-color .15s}.adm-row:hover{border-color:#d1d5db;box-shadow:0 2px 12px rgba(0,0,0,.06)}.adm-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:800;flex-shrink:0;letter-spacing:-.02em}.adm-avatar-lg{width:52px;height:52px;font-size:1.1rem}.adm-avatar-retailer{background:#eff6ff;color:#1d4ed8}.adm-avatar-distributor{background:#ecfdf5;color:#065f46}.adm-avatar-unknown{background:#f3f4f6;color:#6b7280}.adm-row-info{flex:1 1;min-width:0}.adm-row-name{font-size:.9rem;font-weight:700;color:#111827;margin:0 0 .1rem}.adm-row-email,.adm-row-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adm-row-email{font-size:.78rem;color:#6b7280;margin:0}.adm-row-meta{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;flex-shrink:0}.adm-row-mobile{font-size:.78rem;color:#6b7280}.adm-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.adm-row-date{font-size:.72rem;color:#9ca3af}.adm-role-badge{display:inline-block;font-size:.72rem;font-weight:700;padding:.15rem .55rem;border-radius:999px;letter-spacing:.02em}.adm-role-retailer{background:#eff6ff;color:#1d4ed8}.adm-role-distributor{background:#ecfdf5;color:#065f46}.adm-status{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;letter-spacing:.02em;text-transform:capitalize}.adm-status-pending{background:#fffbeb;color:#92400e}.adm-status-approved{background:#f0fdf4;color:#065f46}.adm-status-rejected{background:#fef2f2;color:#991b1b}.adm-status-manually_onboarded{background:#eff6ff;color:#1e40af}.adm-review-btn{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;padding:.3rem .7rem;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:.5rem;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}.adm-review-btn:hover{background:#eff6ff;border-color:#93c5fd;color:#1e40af}.adm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.adm-modal{background:#fff;border-radius:1.25rem;width:100%;max-width:620px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px rgba(0,0,0,.22)}.adm-modal-header{display:flex;align-items:center;gap:.875rem;padding:1.25rem 1.25rem 0}.adm-modal-user{flex:1 1;min-width:0}.adm-modal-name{font-size:1.1rem;font-weight:800;color:#111827;margin:0 0 .15rem;letter-spacing:-.02em}.adm-modal-email{font-size:.82rem;color:#6b7280;margin:0}.adm-modal-close{width:36px;height:36px;border-radius:50%;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0;transition:background .15s}.adm-modal-close:hover{background:#e5e7eb;color:#111827}.adm-modal-section{padding:1.25rem;border-top:1px solid #f3f4f6;margin-top:1rem}.adm-section-title{font-size:.72rem;font-weight:800;color:#9ca3af;text-transform:uppercase;letter-spacing:.07em;margin:0 0 .875rem}.adm-info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.875rem;gap:.875rem}.adm-info-item{display:flex;flex-direction:column;gap:.2rem}.adm-info-full{grid-column:1/-1}.adm-info-label{font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.adm-info-value{font-size:.88rem;color:#111827;font-weight:500}.adm-kyc-loading{font-size:.85rem;color:#9ca3af;margin:0}.adm-kyc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.875rem;gap:.875rem}.adm-kyc-doc{display:flex;flex-direction:column;gap:.4rem}.adm-kyc-label{font-size:.75rem;font-weight:700;color:#6b7280;margin:0}.adm-kyc-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:.625rem;border:1.5px solid #e5e7eb;display:block;cursor:pointer;transition:opacity .15s}.adm-kyc-img:hover{opacity:.88}.adm-kyc-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;aspect-ratio:4/3;background:#f9fafb;border:1.5px dashed #e5e7eb;border-radius:.625rem;color:#9ca3af;font-size:.75rem}.adm-kyc-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:#3b82f6;padding:.5rem .75rem;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:.5rem;text-decoration:none;transition:background .15s}.adm-kyc-link:hover{background:#dbeafe}.adm-comment{width:100%;padding:.65rem .875rem;border:1.5px solid #e5e7eb;border-radius:.625rem;font-size:.88rem;font-family:inherit;color:#111827;background:#f9fafb;resize:vertical;outline:none;transition:border-color .18s,box-shadow .18s;margin-bottom:.875rem;box-sizing:border-box}.adm-comment:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.adm-action-error{font-size:.82rem;color:#dc2626;margin:0 0 .75rem}.adm-actions{display:flex;gap:.6rem}.adm-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;border-radius:.625rem;border:none;font-size:.88rem;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .1s}.adm-btn:disabled{opacity:.5;cursor:not-allowed}.adm-btn:not(:disabled):hover{opacity:.9;transform:translateY(-1px)}.adm-btn-approve{background:#10b981;color:#fff}.adm-btn-reject{background:#fef2f2;border:1.5px solid #fca5a5;color:#dc2626}.adm-verdict{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;padding:.875rem 1rem;border-radius:.75rem;flex-wrap:wrap}.adm-verdict-approved{background:#f0fdf4;color:#065f46}.adm-verdict-rejected{background:#fef2f2;color:#991b1b}.adm-verdict-manual{background:#eef2ff;color:#3730a3}.adm-verdict-comment{width:100%;font-size:.82rem;font-weight:400;color:#6b7280;margin:.2rem 0 0;font-style:italic}.adm-onboard-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:rgba(16,185,129,.18);border:1px solid rgba(16,185,129,.5);border-radius:.5rem;color:#fff;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s}.adm-onboard-btn:hover{background:rgba(16,185,129,.32)}.adm-onboard-btn span{white-space:nowrap}.adm-modal-onboard{max-width:560px}.adm-onboard-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.875rem;gap:.875rem}.adm-onboard-field{display:flex;flex-direction:column;gap:.3rem}.adm-onboard-full{grid-column:1/-1}.adm-onboard-input{width:100%;padding:.6rem .75rem;border:1.5px solid #e5e7eb;border-radius:.5rem;font-size:.88rem;font-family:inherit;color:#111827;background:#f9fafb;outline:none;box-sizing:border-box;transition:border-color .18s,box-shadow .18s}.adm-onboard-input:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.adm-onboard-textarea{resize:vertical;min-height:56px}.adm-file-pick{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .75rem;border:1.5px dashed #d1d5db;border-radius:.5rem;background:#f9fafb;color:#6b7280;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s,background .15s;box-sizing:border-box}.adm-file-pick:hover{border-color:#10b981;color:#065f46;background:#f0fdf4}.adm-file-preview{position:relative;border-radius:.5rem;overflow:hidden;border:1.5px solid #e5e7eb}.adm-file-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.adm-file-clear{position:absolute;bottom:6px;right:6px;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .55rem;background:rgba(0,0,0,.65);color:#fff;border:none;border-radius:.375rem;font-size:.72rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.adm-file-clear:hover{background:rgba(220,38,38,.85)}@media (max-width:640px){.adm-page{padding:1rem .875rem 3rem}.adm-nav-link span{display:none}.adm-nav-link{width:34px;height:34px;padding:0;justify-content:center}.adm-row{flex-wrap:wrap;gap:.625rem}.adm-row-meta{gap:.5rem}.adm-row-meta,.adm-row-right{flex-direction:row;align-items:center}.adm-row-right{width:100%;justify-content:space-between;padding-top:.25rem;border-top:1px solid #f3f4f6;margin-top:.1rem}.adm-info-grid,.adm-kyc-grid,.adm-onboard-grid{grid-template-columns:1fr}.adm-onboard-btn span{display:none}.adm-onboard-btn{width:34px;height:34px;padding:0;justify-content:center}.adm-actions{flex-direction:column}.adm-btn{width:100%;justify-content:center}}.adm-toast{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.5rem;background:#065f46;color:#fff;padding:.75rem 1.1rem;border-radius:.75rem;font-size:.88rem;font-weight:600;box-shadow:0 4px 16px rgba(0,0,0,.18);z-index:9999;animation:adm-toast-in .25s ease}@keyframes adm-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sup-container{max-width:600px;margin:0 auto;padding:0 1.25rem 2rem}.sup-header{background:linear-gradient(135deg,#064e3b,#065f46,#0c4a6e);margin:0 -1.25rem 1.1rem;padding:1.25rem 1.5rem 1.4rem;text-align:center}.sup-header-inner{max-width:420px;margin:0 auto}.sup-header-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:hsla(0,0%,100%,.1);border:1.5px solid hsla(0,0%,100%,.2);border-radius:50%;color:#fff;margin-bottom:.6rem}.sup-title{font-size:clamp(1.05rem,4vw,1.35rem);font-weight:900;color:#fff;margin:0 0 .3rem;letter-spacing:-.03em}.sup-subtitle{font-size:.78rem;color:hsla(0,0%,100%,.65);margin:0;line-height:1.5}.sup-body{display:flex;flex-direction:column;gap:.85rem}.sup-contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}.sup-contact-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:.85rem .95rem;display:flex;flex-direction:column;gap:.28rem}.sup-contact-card-icon{width:32px;height:32px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:.05rem}.sup-contact-card--wa .sup-contact-card-icon{background:#dcfce7;color:#16a34a}.sup-contact-card--email .sup-contact-card-icon{background:#dbeafe;color:#2563eb}.sup-contact-card-title{font-size:.85rem;font-weight:800;color:var(--neutral-dark);margin:0}.sup-contact-card-desc{font-size:.73rem;color:var(--neutral);margin:0;line-height:1.4}.sup-contact-card-meta{display:flex;align-items:center;gap:.28rem;font-size:.65rem;color:var(--neutral-soft)}.sup-contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.42rem .75rem;border-radius:var(--radius);font-size:.75rem;font-weight:700;cursor:pointer;text-decoration:none;border:none;transition:all .2s ease;margin-top:.2rem}.sup-contact-btn--wa{background:#16a34a;color:#fff}.sup-contact-btn--wa:hover{background:#15803d;color:#fff}.sup-contact-btn--email{background:#2563eb;color:#fff}.sup-contact-btn--email:hover{background:#1d4ed8;color:#fff}.sup-email-row{display:flex;align-items:center;gap:.38rem;margin-top:.2rem}.sup-copy-btn{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .5rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--bg);font-size:.68rem;font-weight:600;color:var(--neutral-mid);cursor:pointer;transition:all .15s ease;white-space:nowrap}.sup-copy-btn:hover{border-color:#2563eb;color:#2563eb}.sup-email-address{font-size:.63rem;color:var(--neutral);margin-top:.1rem}.sup-contact-card--form{gap:.75rem}.sup-form-header{display:flex;align-items:center;gap:.65rem;margin-bottom:.1rem}.sup-form{display:flex;flex-direction:column;gap:.65rem}.sup-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}.sup-form-group{display:flex;flex-direction:column;gap:.25rem}.sup-form-label{font-size:.72rem;font-weight:600;color:var(--neutral-mid)}.sup-form-input{width:100%;padding:.45rem .65rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--bg);font-size:.8rem;font-family:inherit;color:var(--neutral-dark);outline:none;transition:border-color .15s;box-sizing:border-box}.sup-form-input:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.sup-form-textarea{resize:vertical;min-height:90px;line-height:1.5}.sup-form-error{font-size:.75rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:.4rem .65rem;margin:0}.sup-form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:var(--radius);font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s ease;align-self:flex-start}.sup-form-submit:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857)}.sup-form-submit:disabled{opacity:.65;cursor:not-allowed}@keyframes sup-spin{to{transform:rotate(1turn)}}.sup-form-spinner{animation:sup-spin .8s linear infinite}.sup-form-success{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.55rem;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:var(--radius);padding:.75rem .9rem;font-size:.8rem;color:#065f46}.sup-form-success svg{color:#16a34a;flex-shrink:0;margin-top:2px}.sup-form-success>div{flex:1 1;min-width:0}.sup-form-success strong{display:block;margin-bottom:.2rem;font-size:.83rem}.sup-form-success p{margin:0;color:#059669;font-size:.75rem;word-break:break-all;overflow-wrap:anywhere}.sup-form-reset{width:100%;text-align:left;background:none;border:none;color:#059669;font-size:.73rem;font-weight:600;cursor:pointer;white-space:nowrap;text-decoration:underline;padding:.2rem 0 0;flex-shrink:0}@media (max-width:480px){.sup-form-row{grid-template-columns:1fr;gap:.5rem}.sup-form-submit{width:100%}}.sup-tips{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:var(--radius-lg);padding:.7rem .95rem}.sup-tips-header{display:flex;align-items:center;gap:.4rem;color:#15803d;margin-bottom:.45rem}.sup-tips-header svg{flex-shrink:0}.sup-tips-header h2{font-size:.76rem;font-weight:700;margin:0;color:#15803d}.sup-tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.sup-tips-list li{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#166534}.sup-tips-list svg{color:#16a34a;flex-shrink:0}.sup-faq-title{font-size:.88rem;font-weight:800;color:var(--neutral-dark);margin:0 0 .5rem;letter-spacing:-.02em}.sup-faq-list{display:flex;flex-direction:column;gap:.35rem}.sup-faq-item{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .15s}.sup-faq-item--open{border-color:#10b981}.sup-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .8rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.78rem;font-weight:600;color:var(--neutral-dark);line-height:1.4}.sup-faq-q:hover{background:var(--neutral-lighter)}.sup-faq-chevron{font-size:1rem;font-weight:400;color:var(--neutral);flex-shrink:0;line-height:1}.sup-faq-a{padding:.45rem .8rem .6rem;font-size:.75rem;color:var(--neutral);line-height:1.55;margin:0;border-top:1px solid var(--border)}.sup-back{text-align:center;padding-top:.1rem}.sup-back-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;color:var(--neutral);text-decoration:none;transition:color .15s}.sup-back-link:hover{color:var(--primary-dark)}@media (max-width:540px){.sup-contact-grid{grid-template-columns:1fr;gap:.5rem}.sup-header{padding:1.1rem 1.25rem 1.25rem;margin:0 -1.25rem 1rem}}@media (max-width:420px){.sup-container{padding:0 1rem 1.75rem}.sup-header{margin:0 -1rem .85rem;padding:1rem 1rem 1.1rem}.sup-header-icon{width:32px;height:32px}.sup-body{gap:.7rem}.sup-contact-card{padding:.75rem .85rem}}.prf-container{max-width:600px;margin:0 auto;padding:0 1.25rem 2.5rem}.prf-header{background:linear-gradient(135deg,#064e3b,#065f46,#0c4a6e);margin:0 -1.25rem 1.1rem;padding:1.5rem 1.5rem 1.6rem}.prf-header-inner{max-width:480px;margin:0 auto;display:flex;align-items:center;gap:1rem}.prf-avatar{border-radius:50%;border:2.5px solid hsla(0,0%,100%,.35);object-fit:cover}.prf-avatar,.prf-avatar-fallback{width:64px;height:64px;flex-shrink:0}.prf-avatar-fallback{border-radius:50%;border:2.5px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff}.prf-header-info{flex:1 1;min-width:0}.prf-name{font-size:clamp(1rem,4vw,1.2rem);font-weight:800;color:#fff;margin:0 0 .15rem;letter-spacing:-.02em}.prf-email,.prf-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prf-email{font-size:.75rem;color:hsla(0,0%,100%,.6);margin:0 0 .55rem}.prf-header-badges{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.prf-role-badge{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:var(--radius-full);font-size:.68rem;font-weight:700;letter-spacing:.02em}.prf-role-retailer{background:rgba(59,130,246,.25);color:#93c5fd}.prf-role-distributor{background:rgba(16,185,129,.25);color:#6ee7b7}.prf-role-admin{background:rgba(245,158,11,.25);color:#fcd34d}.prf-status{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .55rem;border-radius:var(--radius-full);font-size:.68rem;font-weight:700}.prf-status--approved{background:rgba(16,185,129,.2);color:#6ee7b7}.prf-status--pending{background:rgba(245,158,11,.2);color:#fcd34d}.prf-status--rejected{background:rgba(239,68,68,.2);color:#fca5a5}.prf-loading{text-align:center;padding:2rem;font-size:.85rem;color:var(--neutral)}.prf-body{display:flex;flex-direction:column;gap:.85rem}.prf-notice{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem .9rem;border-radius:var(--radius);font-size:.78rem;line-height:1.45}.prf-notice--pending{background:#fffbeb;border:1.5px solid #fde68a;color:#92400e}.prf-notice--rejected{background:#fef2f2;border:1.5px solid #fecaca;color:#991b1b}.prf-notice strong{display:block;margin-bottom:.15rem;font-size:.8rem}.prf-notice p{margin:.1rem 0 .3rem;color:inherit;opacity:.85}.prf-notice-link{font-weight:700;color:#dc2626;text-decoration:underline;font-size:.75rem}.prf-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:.9rem 1rem}.prf-card--admin{display:flex;align-items:center;gap:.75rem;color:#d97706;background:#fffbeb;border-color:#fde68a;font-size:.82rem;font-weight:600}.prf-card-title{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:800;color:var(--neutral-mid);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.prf-info-grid{display:flex;flex-direction:column;gap:.5rem}.prf-info-row{display:flex;gap:.75rem;align-items:flex-start}.prf-info-label{display:flex;align-items:center;gap:.3rem;min-width:110px;font-size:.72rem;font-weight:600;color:var(--neutral-soft);flex-shrink:0;padding-top:.05rem}.prf-info-value{font-size:.82rem;color:var(--neutral-dark);font-weight:500;line-height:1.45;word-break:break-word}.prf-kyc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}.prf-kyc-label{font-size:.7rem;font-weight:700;color:var(--neutral-soft);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.prf-kyc-img{width:100%;max-height:150px;object-fit:cover;border-radius:var(--radius);border:1.5px solid var(--border);display:block;cursor:pointer;transition:opacity .15s}.prf-kyc-img:hover{opacity:.88}.prf-kyc-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;height:90px;border:1.5px dashed var(--border);border-radius:var(--radius);color:var(--neutral-soft);font-size:.72rem}.prf-query-textarea{width:100%;padding:.65rem .8rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.85rem;font-family:inherit;color:var(--neutral-dark);background:var(--bg);resize:vertical;transition:border-color .18s,box-shadow .18s;line-height:1.55;box-sizing:border-box}.prf-query-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(16,185,129,.1);background:#fff}.prf-query-textarea:disabled{opacity:.6;cursor:not-allowed}.prf-query-footer{display:flex;align-items:center;gap:.65rem;margin-top:.55rem;flex-wrap:wrap}.prf-query-count{font-size:.68rem;color:var(--neutral-soft);margin-right:auto}.prf-query-error{font-size:.72rem;color:var(--danger);font-weight:600}.prf-query-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1.1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:var(--radius-full);font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(16,185,129,.3);white-space:nowrap}.prf-query-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.prf-query-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.prf-query-sent{display:flex;align-items:flex-start;gap:.55rem;padding:.75rem .85rem;background:#f0fdf4;border:1.5px solid #6ee7b7;border-radius:var(--radius);font-size:.82rem;font-weight:600;color:#065f46;line-height:1.45}.prf-back{text-align:center;padding-top:.25rem}.prf-back-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;color:var(--neutral);text-decoration:none;transition:color .15s}.prf-back-link:hover{color:var(--primary-dark)}@media (max-width:480px){.prf-kyc-grid{grid-template-columns:1fr}}@media (max-width:420px){.prf-container{padding:0 1rem 2rem}.prf-header{margin:0 -1rem .9rem;padding:1.1rem 1rem 1.25rem}.prf-avatar,.prf-avatar-fallback{width:52px;height:52px}.prf-info-label{min-width:90px}}