@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";:root{--lp-bg: #030f3b;--lp-surface: #15254b;--lp-text: #e0f2fe;--lp-muted: #94a3b8;--lp-accent: #38bdf8;--lp-accent-dark: #0ea5e9;--lp-border: rgba(255, 255, 255, .3);--lp-shadow: 0 20px 60px rgba(2, 6, 23, .55)}.landing-page{min-height:100vh;background:radial-gradient(circle at 10% 10%,rgba(56,189,248,.25),transparent 28%),radial-gradient(circle at 80% 20%,rgba(14,165,233,.18),transparent 30%),linear-gradient(180deg,#0f172a,#020617);color:var(--lp-text);font-family:DM Sans,Plus Jakarta Sans,Segoe UI,sans-serif}@keyframes lpFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes lpFadeDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes lpFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes lpGlow{0%,to{box-shadow:0 8px 18px #34b27b47}50%{box-shadow:0 14px 28px #34b27b5c}}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.lp-nav{padding:18px 0}.lp-nav-inner{display:flex;align-items:center;justify-content:flex-start}.lp-brand{font-size:2rem;font-weight:800;letter-spacing:-.04em;animation:lpFadeDown .6s ease both}.lp-solid-btn,.lp-outline-btn{border-radius:999px;font-weight:700;font-size:.95rem;padding:.82rem 1.5rem;cursor:pointer;transition:all .22s ease}.lp-solid-btn{border:1px solid rgba(255,255,255,.5);background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;box-shadow:0 18px 40px #0ea5e959}.lp-solid-btn:hover{background:linear-gradient(135deg,#0ea5e9,#38bdf8);transform:translateY(-1px)}.lp-outline-btn{border:1px solid rgba(255,255,255,.5);background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff}.lp-outline-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0ea5e959}.hero{padding:24px 0 70px}.hero-content{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:30px}.hero-kicker{margin:0 0 12px;font-size:.74rem;letter-spacing:.14em;font-weight:800;color:var(--lp-accent-dark);opacity:0;animation:lpFadeUp .55s ease .12s forwards}.hero-title{margin:0;font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;letter-spacing:-.03em;opacity:0;animation:lpFadeUp .6s ease .2s forwards}.hero-subtitle{margin-top:16px;max-width:620px;color:var(--lp-muted);font-size:1.04rem;line-height:1.74;opacity:0;animation:lpFadeUp .62s ease .3s forwards}.hero-actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px;opacity:0;animation:lpFadeUp .62s ease .4s forwards}.hero-stat-row{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;opacity:0;animation:lpFadeUp .62s ease .48s forwards}.hero-stat{background:#fff;border:1px solid var(--lp-border);border-radius:18px;padding:16px;box-shadow:0 12px 24px #02061740}.hero-stat strong{display:block;font-size:.9rem;color:#22c55e}.hero-stat span{display:block;margin-top:4px;color:#0f172a;font-size:.84rem}.hero-media{opacity:0;animation:lpFadeUp .62s ease .34s forwards}.hero-media img{width:100%;max-width:520px;display:block;margin-left:auto;border-radius:22px;border:1px solid #d3e5db;box-shadow:var(--lp-shadow);object-fit:cover}.section-header{max-width:700px;opacity:0;animation:lpFadeUp .62s ease .08s forwards}.features{padding:54px 0 64px}.section-header h2{margin:0;font-size:clamp(1.6rem,3.2vw,2.35rem);letter-spacing:-.02em}.section-header p{margin-top:12px;color:var(--lp-muted)}.features-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-card{background:#fff;border:1px solid var(--lp-border);border-radius:18px;padding:18px;opacity:0;transform:translateY(14px);animation:lpFadeUp .5s ease forwards;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 22px #12382a17;border-color:#c8dfd3}.feature-card:nth-child(1){animation-delay:.08s}.feature-card:nth-child(2){animation-delay:.14s}.feature-card:nth-child(3){animation-delay:.2s}.feature-card:nth-child(4){animation-delay:.26s}.feature-card:nth-child(5){animation-delay:.32s}.feature-card:nth-child(6){animation-delay:.38s}.feature-icon{width:fit-content;border-radius:10px;padding:7px 10px;font-size:.74rem;font-weight:800;letter-spacing:.06em;color:#1e8d61;background:#e9f7f0}.feature-card h3{margin:12px 0 8px;font-size:1rem;color:#22c55e}.feature-card p{margin:0;color:var(--lp-muted);line-height:1.6;font-size:.92rem}.cta-section{padding:0 0 62px}.cta-content{border:1px solid #cde4d8;border-radius:20px;background:linear-gradient(160deg,#effaf4,#e0f3ea);text-align:center;padding:38px 24px;opacity:0;animation:lpFadeUp .64s ease .1s forwards}.cta-content h2{margin:0;font-size:clamp(1.45rem,3vw,2.15rem);color:#38bdf8}.cta-content p{margin:10px auto 20px;max-width:640px;color:#4f665d}.landing-footer{border-top:1px solid #d6e7de;padding:34px 0 16px}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:24px;opacity:0;animation:lpFadeUp .6s ease .1s forwards}.footer-brand h3{margin:0;font-size:1.2rem}.footer-brand p{margin-top:10px;color:var(--lp-muted);line-height:1.66;max-width:360px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.link-group h4{margin:0 0 10px;font-size:.93rem}.link-group a{display:block;margin-bottom:6px;color:var(--lp-muted);text-decoration:none}.link-group a:hover{color:var(--lp-accent-dark)}.footer-bottom{margin-top:20px;border-top:1px solid #d6e7de;padding-top:12px;color:#66796f;font-size:.84rem;text-align:center;opacity:0;animation:lpFadeUp .6s ease .2s forwards}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(max-width:960px){.hero-content{grid-template-columns:1fr}.hero-media img{margin:6px auto 0}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.hero-stat-row,.features-grid,.footer-content,.footer-links{grid-template-columns:1fr}}:root{--bg: #f4f5f0;--panel: #ffffff;--text: #1a2330;--muted: #6b7685;--brand: #1a7a6e;--brand-2: #155f56;--brand-light: #e8f5f3;--accent: #f5c518;--accent-2: #e6b800;--accent-light: #fef9e0;--border: #e4e8ec;--success: #1a7a6e;--danger: #d93025}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 70% 20%,rgba(26,122,110,.18),transparent 35%),radial-gradient(circle at 20% 80%,rgba(245,197,24,.12),transparent 40%),linear-gradient(180deg,#0d2620,#061a16)}.auth-card{width:100%;max-width:420px;background:var(--panel);border:1px solid var(--border);border-radius:20px;padding:32px;box-shadow:0 20px 50px #061e1840}.auth-title{margin:0 0 6px;font-size:28px;font-family:Plus Jakarta Sans,sans-serif;color:var(--brand-2)}.auth-sub{margin:0 0 18px;color:var(--muted)}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:14px;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:10px;background:#fff;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--brand)}.btn{border:0;border-radius:10px;padding:10px 18px;cursor:pointer;font-weight:600;font-family:DM Sans,sans-serif;transition:background .2s,transform .15s,box-shadow .2s}.btn-primary{background:var(--accent);color:#1a1a1a;box-shadow:0 4px 14px #f5c5184d}.btn-primary:hover{background:var(--accent-2);transform:translateY(-1px);box-shadow:0 6px 20px #f5c51866}.btn-outline{border:1.5px solid var(--brand);color:var(--brand);background:#fff}.btn-outline:hover{background:var(--brand-light)}.text-error{color:var(--danger);margin-top:10px}.layout{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:var(--panel);border-right:1px solid var(--border);padding:20px 14px}.brand{font-size:22px;margin:0 8px 20px;color:var(--brand-2);font-weight:800;font-family:Plus Jakarta Sans,sans-serif;letter-spacing:-.5px}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;color:#4a5568;margin-bottom:4px;font-size:14px;font-weight:500;transition:background .2s,color .2s}.nav-link:hover{background:var(--brand-light);color:var(--brand)}.nav-link.active{background:var(--accent);color:#1a1a1a;font-weight:700;box-shadow:0 4px 12px #f5c51840}.main{display:flex;flex-direction:column}.topbar{background:var(--panel);border-bottom:1px solid var(--border);padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.topbar-right{display:flex;align-items:center;gap:10px}.container{padding:20px}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:10px}.grid{display:grid;gap:14px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 2px 8px #1a2a3a0f}.card h3,.card h4,.card p{margin-top:0}.stat{font-size:30px;margin:8px 0 0;color:var(--brand-2);font-weight:700}.muted{color:var(--muted)}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);padding:10px 8px}.row{display:flex;gap:10px;flex-wrap:wrap}.spacer{height:10px}.dashboard-template .page-head{align-items:flex-start}.dashboard-title{margin:0;color:var(--brand-2);font-size:40px}.dashboard-grid{display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(360px,42%)}.dashboard-left,.dashboard-right{display:grid;gap:14px;align-content:start}.dashboard-banner{height:150px;border-radius:10px;border:1px solid #cce5ed;background:radial-gradient(circle at 88% 16%,rgba(255,241,163,.9) 0 18px,rgba(255,241,163,.1) 22px,transparent 24px),linear-gradient(180deg,#87d2d9,#b6e3dc 60%,#d7efe6)}.dashboard-chart{margin-top:8px}.dashboard-chart-grid{border-bottom:1px solid var(--border)}.dashboard-chart-line{height:34px;border-top:1px dashed #e8e9f0;display:flex;align-items:center;padding-left:12px;color:var(--muted);font-size:14px}.dashboard-bars{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;align-items:end;min-height:150px;padding:12px}.dashboard-bar-wrap{display:flex;flex-direction:column;align-items:center;gap:6px}.dashboard-bar{width:14px;min-height:2px;border-radius:999px;background:linear-gradient(180deg,#1a7a6e,#f5c518)}.dashboard-bar-wrap span{color:var(--muted);font-size:12px}.dashboard-week-head{display:flex;justify-content:space-between;gap:8px;align-items:center}.dashboard-week-head select{width:130px}.dashboard-week-body{display:grid;grid-template-columns:170px minmax(0,1fr);gap:12px;margin-top:12px;align-items:center}.dashboard-ring{width:150px;height:150px;border-radius:50%;border:18px solid #d4d6dc;margin:0 auto}.dashboard-week-metrics p{margin:0 0 10px}.dashboard-week-metrics strong{color:#07a4b5}.dashboard-progress{height:8px;background:#e4e6eb;border-radius:999px;overflow:hidden;margin-bottom:14px}.dashboard-progress div{height:100%;background:#f4a11f}.dashboard-mini-number{margin:0;font-size:42px;font-weight:700;color:var(--brand)}.dashboard-addon-copy{min-height:72px;color:#5a5f6d}.business-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px}.business-main{padding:0}.business-main-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding:16px}.business-pill{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 9px;border-radius:999px;color:#fff;background:#1aad8a;font-weight:700}.business-alert{margin:16px;border:1px solid #efb5bd;background:#fbe3e7;border-radius:8px;padding:16px}.business-alert h3{color:#e41455}.business-list{padding:0 16px 16px;display:grid;gap:12px}.business-item{border:1px solid var(--border);border-radius:10px;overflow:hidden;display:grid;grid-template-columns:120px minmax(0,1fr);max-width:540px}.business-logo{background:#ece6ee;color:var(--brand);font-weight:700;display:grid;place-items:center;padding:12px}.business-info{padding:12px 14px}.business-info h3{margin:0 0 4px}.business-link{margin:0 0 8px;color:var(--brand)}.business-side{min-height:100%}.business-side-illustration{height:130px;border-radius:10px;margin:6px 0 14px;background:radial-gradient(circle at 70% 30%,#e4d1f1 0 42px,transparent 44px),radial-gradient(circle at 45% 65%,#d8c5eb 0 28px,transparent 31px),linear-gradient(180deg,#f1ecf5,#fff)}.subscription-layout{display:grid;gap:16px}.subscription-main-grid{display:grid;gap:12px;grid-template-columns:1fr}.subscription-template{max-width:980px;margin:0 auto;padding:0 12px}.subscription-actions{display:flex;gap:10px;margin-top:12px}.subscription-plan-card{border:2px solid #19b4a8;border-radius:8px;padding:16px;position:relative;min-height:180px}.subscription-plan-card h3{color:#0f9e94;margin-bottom:8px}.subscription-price{position:absolute;right:14px;top:16px;font-size:30px;color:#0f9e94;font-weight:700;margin:0}.subscription-notes{padding:12px 14px;border-radius:10px;border:1px solid var(--border);background:#ffffffe6}.subscription-notes ul{margin:6px 0 0;padding-left:20px}.subscription-notes li{margin-bottom:6px;color:#4a505e}.subscription-feature-list{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.subscription-feature-list li{padding:10px 12px;border-bottom:1px solid var(--border)}.subscription-feature-list li:last-child{border-bottom:0}.subscription-feature-list .enabled{color:#148a7f}.subscription-feature-list .disabled{color:#c12653}.subscription-form-compact{margin-top:12px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:baseline}.subscription-form-compact .form-group{margin-bottom:0}.subscription-payment-card{margin-top:14px;border:1px dashed var(--border);border-radius:12px;background:#ffffffeb;padding:16px}.subscription-payment-form{display:grid;gap:10px;margin-top:8px;grid-template-columns:minmax(200px,1fr);align-items:end}.subscription-payment-form .form-group{margin-bottom:0}.subscription-side-illustration{height:130px;border-radius:10px;margin:6px 0 14px;background:linear-gradient(135deg,#5d3cd8,#3a1fba,#150d52);background-blend-mode:soft-light;box-shadow:inset 0 0 50px #05051c66;position:relative}.subscription-side-illustration:after{content:"Subscribe";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:8px 24px;border-radius:999px;background:#ff8e27;color:#fff;font-weight:700;letter-spacing:.04em;font-size:.95rem;box-shadow:0 8px 20px #00000073}.subscription-side-illustration:before{content:"";position:absolute;top:50%;right:18%;width:18px;height:18px;border-radius:4px;border:2px solid #fff;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 3px 10px #0006}.settings-layout{display:grid;gap:14px;grid-template-columns:minmax(0,3fr) minmax(260px,1fr)}.settings-user-grid{display:grid;gap:16px;grid-template-columns:180px minmax(0,1fr);margin-bottom:8px}.settings-footer{margin-top:18px;display:flex;align-items:center;gap:12px}.settings-photo{text-align:center}.settings-photo p{margin-top:0}.settings-photo-box{width:120px;height:120px;border:1px solid var(--border);border-radius:10px;background:#eef1f5;margin:0 auto 10px;display:grid;place-items:center;color:var(--muted);overflow:hidden}.settings-photo-box img{width:100%;height:100%;object-fit:cover}.settings-upload-btn{display:inline-block;background:#1ab3d7;color:#fff;border-radius:8px;padding:8px 14px;text-transform:uppercase;font-size:13px;cursor:pointer}.settings-upload-btn input{display:none}.settings-note{margin-bottom:14px}.settings-success{color:var(--success);margin-top:10px}.business-link a{color:inherit}.pos-layout{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);background:#fff;padding:16px 20px 24px;gap:12px;align-items:start}.pos-sidebar{background:transparent;border-radius:0;margin:16px 12px 0;padding:14px 6px;box-shadow:none;border:none;display:flex;flex-direction:column;position:relative;height:auto;min-height:0;gap:12px}.pos-sidebar:after{display:none}.pos-sidebar nav{flex:1;min-height:0;padding-right:4px;overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#555b68 #dde0e7}.pos-sidebar nav::-webkit-scrollbar{width:13px}.pos-sidebar nav::-webkit-scrollbar-track{background:#dde0e7;border-radius:999px;border:2px solid #f4f5f8}.pos-sidebar nav::-webkit-scrollbar-thumb{background:#555b68;border-radius:999px;border:2px solid #dde0e7}.pos-sidebar nav::-webkit-scrollbar-thumb:hover{background:#454b56}.pos-sidebar nav::-webkit-scrollbar-thumb:active{background:#373c46}.pos-sidebar nav::-webkit-scrollbar-track{background:transparent}.pos-sidebar:before{display:none}.pos-brand{margin:0;padding:14px 14px 16px;font-size:26px;font-family:Plus Jakarta Sans,sans-serif;font-weight:800;letter-spacing:-.5px;color:var(--brand-2);border-bottom:1px solid var(--border)}.pos-nav-link{display:flex;align-items:center;gap:10px;margin:2px 0;padding:10px 12px;border-radius:12px;color:#44506a;border-left:3px solid transparent;font-size:15px;font-weight:500;transition:background-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.pos-nav-link:hover{background:var(--brand-light);color:var(--brand);transform:translate(2px)}.pos-nav-link.active{background:var(--accent);border-left-color:var(--accent-2);color:#1a1a1a;font-weight:700;box-shadow:0 4px 14px #f5c5184d}.pos-version{margin-top:auto;padding:12px 12px 14px;color:#6f7586;border-top:1px solid var(--border);font-size:12px;letter-spacing:.3px}.pos-link-icon{width:14px;height:14px;border-radius:4px;border:2px solid #6d7484;flex:0 0 auto}.pos-main{display:flex;flex-direction:column;border-radius:32px;background:#fffffffa;margin:20px 24px;box-shadow:0 40px 90px #08133f59;border:none;position:relative;overflow:hidden}.pos-main:before{content:"";position:absolute;top:0;left:0;width:100%;height:140px;background:linear-gradient(120deg,#1a7a6e,#2ab5a5,#7ee8dc);border-bottom-left-radius:32px;border-bottom-right-radius:32px;opacity:.18;pointer-events:none}.pos-topbar{height:70px;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:8px 30px}.pos-topbar-left{display:flex;align-items:center;gap:18px}.pos-topbar-left strong{color:var(--brand)}.pos-menu-glyph{color:var(--brand);letter-spacing:-2px}.pos-topbar-left select,.pos-topbar-right select{border:1px solid #e7e8f1;border-radius:8px;padding:8px 10px;background:#fff}.pos-topbar-right{display:flex;align-items:center;gap:14px}.pos-business-chip{border:1px solid #b2d9d5;border-radius:8px;padding:8px 10px;display:flex;gap:10px;color:var(--brand)}.pos-business-chip span{color:var(--brand-2);font-weight:700}.pos-bell{position:relative;width:28px;height:28px;border-radius:50%;border:1px solid #d2d6e5;background:#fff;cursor:pointer}.pos-bell-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:#f21662;top:-1px;right:-1px}.pos-avatar{width:28px;height:28px;border-radius:50%;border:2px solid var(--brand);background:linear-gradient(180deg,#f5c518 0 50%,#1a7a6e 50%)}.pos-container{padding:48px 40px 32px;position:relative}.pos-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:18px}.pos-kpi{border-radius:20px;padding:20px;background:#fff;box-shadow:0 24px 50px #0a12371f}.pos-kpi h3{margin:0 0 8px;color:#f11f68;font-size:40px}.pos-kpi p{margin:0;color:#636c7a}.pos-kpi-credit{background:#fceef0}.pos-kpi-stock{background:#ebf6fc}.pos-kpi-stock h3{color:#00afd4}.pos-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(560px,50%);gap:14px}.pos-left-col,.pos-right-col{display:grid;gap:14px}.pos-card{background:#fff;border:none;border-radius:20px;padding:20px;box-shadow:0 25px 45px #0818541f}.pos-welcome{display:grid;grid-template-columns:1fr 180px;align-items:center}.pos-welcome h3{margin:0 0 8px;color:var(--brand);font-size:32px;font-family:Plus Jakarta Sans,sans-serif}.pos-illustration{height:140px;border-radius:12px;background:radial-gradient(circle at 75% 18%,#fff2ad 0 16px,transparent 18px),radial-gradient(circle at 55% 58%,#b2e8e3 0 24px,transparent 25px),linear-gradient(180deg,#d4f0ec,#f4f5f0)}.pos-two-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;align-items:start}.pos-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.pos-card-head h4{margin:0;font-size:22px}.pos-summary-list{border-top:1px solid #eef0f6;margin-top:10px;padding-top:10px}.pos-summary-row{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #eef0f6}.pos-summary-row:last-child{border-bottom:0}.pos-summary-row p{margin:0 0 2px;color:#525a6b}.pos-summary-row strong{color:#2cb58f}.pos-summary-row span:last-child{color:#727a8b}.pos-accounts{border-top:1px solid #eef0f6;margin-top:10px}.pos-account-row{display:grid;grid-template-columns:38px 1fr auto auto;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid #eef0f6}.pos-account-row:last-child{border-bottom:0}.pos-account-row strong{color:#445067}.pos-metric-icon{width:38px;height:38px;border-radius:10px;display:inline-block}.icon-green{background:#d8f3d3}.icon-red{background:#f8dce2}.icon-yellow{background:#fff0b8}.pos-chart-card{display:flex;flex-direction:column}.pos-chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pos-chart-head h4{margin:0;font-size:22px}.pos-chart-grid{border-bottom:1px solid #ececf4;background:linear-gradient(180deg,rgba(18,25,55,.02),transparent);border-radius:12px;padding:0 12px}.pos-analytics-legends{display:flex;gap:16px;margin:12px 0 8px;font-size:13px;color:#5b6079}.legend-dot{display:inline-flex;width:12px;height:12px;border-radius:50%;margin-right:6px}.legend-dot.badge-sales{background:#1a7a6e}.legend-dot.badge-expenses{background:#ff7a45}.legend-dot.badge-stock{background:#00b9dd}.pos-analytics-bars{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;padding:12px 4px 8px}.pos-analytics-column{display:flex;flex-direction:column;align-items:center;gap:4px}.pos-analytics-bar{width:100%;min-height:6px;border-radius:10px}.pos-analytics-bar.sales{background:linear-gradient(180deg,#1a7a6e,#2ab5a5)}.pos-analytics-bar.expenses{background:linear-gradient(180deg,#ff7a45,#ffb347)}.pos-analytics-bar.stock{background:linear-gradient(180deg,#00b9dd,#4cd7ff)}.pos-analytics-summary{display:flex;justify-content:space-between;padding:12px 0 4px;gap:12px;font-size:14px}.pos-analytics-summary div{flex:1;background:#fff;border-radius:12px;padding:10px;box-shadow:0 6px 20px #1c283c14}.pos-grid-line{height:29px;border-top:1px dashed #ececf4;display:flex;align-items:center;padding-left:10px;color:#71798d;font-size:13px}.pos-bars{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:12px;padding:16px 12px 8px;min-height:190px;background:linear-gradient(180deg,#ffffffd9,#f4f7fff2);border-radius:20px;box-shadow:inset 0 0 30px #8896b31f}.pos-bar-col{display:flex;flex-direction:column;align-items:center;gap:4px}.pos-bar{width:100%;min-height:2px;border-radius:14px;background:linear-gradient(180deg,#1a7a6e,#f5c518 80%);transition:height .6s ease,box-shadow .4s ease;box-shadow:0 12px 20px #1a7a6e33}.pos-bar-col span{font-size:12px;color:#6f7687}.pos-latest{display:flex;justify-content:space-between;align-items:center}.pos-latest span{color:var(--brand);font-weight:600}.pos-latest-card{padding-top:10px;background:linear-gradient(140deg,#1a7a6e12,#fff0)}.pos-sales-table{margin-top:8px;border-top:1px solid #ececf4;padding-top:8px}.pos-footer{margin-top:12px;border-top:1px solid #e5e8f2;padding:8px 10px 0;display:flex;justify-content:space-between;color:var(--brand)}.pos-sales-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px}.pos-new-sale-grid{grid-template-columns:minmax(0,1fr) 320px}.pos-new-sale-table-section{display:flex;flex-direction:column}.pos-sales-main{min-height:580px}.pos-sales-main .pos-card{width:100%}.pos-sales-filters{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.pos-history-link{font-size:.85rem;padding:6px 12px}.pos-expenses-filters{align-items:center}.pos-search{width:225px;border:1px solid #cfd4e5;border-radius:4px;padding:9px 10px;background:#fff}.pos-sales-main select{border:1px solid #e1e4ef;border-radius:5px;padding:8px 10px;background:#fff}.pos-sales-table-main th{color:var(--brand);font-weight:700}.pos-sales-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.pos-sales-search{flex:1;min-width:220px}.pos-sales-filter-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.pos-sales-filter-actions select,.pos-sales-filter-actions .btn{border-radius:999px;padding:6px 14px;border:1px solid #e0d5f4;background:#fff;font-size:.95rem;color:#36204b}.pos-sales-filter-actions select{min-width:120px}.pos-sales-history-head{margin-bottom:16px}.pos-sales-history-head h4{font-size:1.1rem}.pos-sales-history-head .muted{color:#5f5f6b;font-size:.9rem}.pos-sales-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:16px}.pos-product-actions-header{text-align:right}.pos-sales-table-main td{padding-top:14px;padding-bottom:14px}.pos-sales-table-main th{text-transform:none;font-size:.92rem;color:#7b1ea0;border-bottom:1px solid #f0eef2}.pos-sales-table-main td{border-bottom:1px solid #f4f1f8;color:#3f3c4d}.pos-sales-row-clickable:hover{background:#faf5ff}.pos-sales-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:999px;font-size:.8rem;text-transform:capitalize;color:#fff}.pos-sales-status-pill.paid{background:#3adc86}.pos-sales-status-pill.unpaid{background:#ff3d71}.pos-sales-pagination{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.pos-sales-pagination .pos-page-badge{background:#7c27a6;color:#fff;border-radius:999px}.pos-product-actions{display:flex;justify-content:flex-end;gap:6px}.pos-product-actions-header{width:130px}.pos-product-action-btn{width:32px;height:32px;border-radius:8px;border:1px solid #e5d9f2;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease;color:var(--brand)}.pos-product-action-btn svg{display:block}.pos-product-action-btn:hover:not(:disabled){border-color:var(--brand);background:var(--brand-light)}.pos-product-action-btn--danger{color:#c61a45;border-color:#f1cbd9}.pos-product-action-btn--danger:hover:not(:disabled){border-color:#c61a45;background:#fee7f0}.pos-product-action-btn:disabled{opacity:.5;cursor:not-allowed}.pos-sales-row-clickable{cursor:pointer}.pos-sales-row-clickable:hover{background:#f8f6ff}.pos-sales-history-head{padding:12px 0 0}.pos-sales-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 16px;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em}.pos-sales-status-pill.paid{background:#e6f8ec;color:#00795f}.pos-sales-status-pill.unpaid{background:#ffe7f1;color:#c0004f}.pos-pager{display:flex;gap:30px;justify-content:flex-end;padding:10px 4px 0}.pos-sales-side{display:grid;gap:12px;align-content:start}.pos-new-sale-side .form-group{margin-bottom:12px}.pos-new-sale-side .form-group input,.pos-new-sale-side .form-group select{border:1px solid #e1dae8;background:#fff;border-radius:8px;padding:10px 12px;color:#2b2d33}.pos-shop-item-input{border-color:var(--brand);padding-left:14px}.pos-sale-date-input{background:#f3f5fb;border:1px solid #dfe3eb;border-radius:10px}.pos-toast-container{position:fixed;top:20px;left:20px;z-index:2100}.pos-toast{background:#f0f4ff;border:1px solid #7b70ff;color:#2f2f60;padding:10px 14px;border-radius:6px;box-shadow:0 10px 20px #00000014}.pos-payment-modal{width:100%}.pos-payment-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;align-items:stretch}.pos-payment-table{border-bottom:1px solid #ececf4;padding-bottom:12px}.pos-payment-table-head{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;font-weight:600;margin-bottom:10px;color:var(--brand)}.pos-payment-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:6px;align-items:center;margin-bottom:8px}.pos-payment-row input,.pos-payment-row select{border:1px solid #dfe3eb;border-radius:6px;padding:8px 10px;width:100%;font-size:.95rem;background:#fff}.pos-payment-row button{padding:4px 6px;border-radius:6px}.pos-payment-add-btn{margin-top:10px;background:var(--brand-light);color:var(--brand);border:1px solid #b2d9d5;padding:6px 16px;border-radius:10px}.pos-payment-summary{padding:12px 16px;border:1px solid #ececf4;border-radius:10px;background:#fdfdfd}.pos-payment-customer input{width:100%;border:1px solid #e0dfe8;border-radius:8px;padding:10px 12px;background:#f8f7fb}.pos-quick-add-modal-grid{display:grid;grid-template-columns:1fr;gap:16px;justify-items:center}.pos-quick-add-form{width:min(420px,100%);display:grid;gap:10px;margin:0 auto}.pos-quick-add-form input{border:1px solid #dfe3eb;border-radius:6px;padding:8px 10px;font-size:.95rem;background:#fff}.pos-quick-add-form label{font-weight:600;font-size:.9rem}.pos-quick-add-form button{width:100%;padding:10px 16px}.pos-quick-add-feedback{margin-top:8px}.pos-quick-add-feedback p{margin:0}.pos-payment-summary-body{margin-top:12px;display:grid;gap:6px}.pos-payment-summary-row{display:flex;justify-content:space-between;font-size:.95rem}.pos-payment-summary-row strong{font-weight:700}.text-success{color:#00a64f}.text-error{color:#ff3d71}.pos-new-sale-box{min-height:255px;border-top:1px solid #eceff6;padding-top:18px;display:grid;place-items:center;text-align:center}.pos-plus-btn{width:60px;height:60px;border-radius:50%;border:1px solid #2da971;background:#72b9bd;color:#fff;font-size:42px;line-height:1;cursor:pointer}.pos-new-sale-box h5{margin:8px 0 6px;font-size:30px;color:#575d66}.pos-new-sale-box p{max-width:200px}.pos-overview-value{margin:0;color:var(--brand);font-size:40px;font-weight:700}.pos-create-expense-btn{width:100%;margin-bottom:10px}.pos-expense-modal-grid{display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.pos-expense-modal-grid textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:11px 12px;resize:vertical}.pos-settled-toggle{display:inline-flex;align-items:center;gap:10px;margin-top:4px}.pos-category-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pos-sale-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px}.pos-sale-detail-table .pos-sale-detail-footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:16px}.pos-sale-detail-sidebar{display:grid;gap:12px}.pos-sale-detail-sidebar .form-group{margin-bottom:8px}.pos-sale-detail-header{display:flex;justify-content:space-between;align-items:center}.pos-sale-status-pill{border-radius:999px;padding:4px 12px;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em}.pos-sale-status-pill.paid{background:#e9f7f1;color:#00a755}.pos-sale-status-pill.unpaid{background:#ffe7f1;color:#c0004f}.pos-sale-detail-sidebar .btn{width:100%}.pos-receipt-print{width:320px;max-width:100%;background:#fff;border-radius:8px;border:1px solid #dcdcdc;padding:12px 14px;margin:0 auto 10px;font-family:Courier New,Courier,monospace;letter-spacing:.04em;color:#1b1b1b;box-shadow:0 8px 18px #00000014;max-height:min(420px,70vh);overflow-y:auto;box-sizing:border-box}.pos-receipt-card{display:flex;flex-direction:column;gap:4px}.pos-receipt-header strong{display:block;font-size:1.1rem;letter-spacing:.1em}.pos-receipt-management-label{font-size:.7rem;letter-spacing:.3em;margin-top:4px;text-transform:uppercase}.pos-receipt-caption{margin:0;font-size:.7rem;letter-spacing:.08em}.pos-receipt-meta{border-top:1px solid #dedede;border-bottom:1px solid #dedede;padding:4px 0}.pos-receipt-meta-row{display:flex;justify-content:space-between;font-size:.75rem;text-transform:uppercase}.pos-receipt-items{padding-top:4px}.pos-receipt-items-row{display:flex;justify-content:space-between;font-size:.72rem;margin-bottom:3px;gap:4px;line-height:1.25}.pos-receipt-items-row span:first-child{width:30px;text-align:left}.pos-receipt-item-name{flex:1;text-align:left}.pos-receipt-items-row span:nth-child(3),.pos-receipt-items-row span:last-child{width:64px;text-align:right}.pos-receipt-items-row.header{font-weight:700;border-bottom:1px solid #d8d8d8;padding-bottom:3px;text-transform:uppercase;letter-spacing:.14em}.pos-receipt-totals{margin-top:4px;border-top:1px dashed #bfbfbf;padding-top:6px}.pos-receipt-total-row{display:flex;justify-content:space-between;font-size:.7rem;text-transform:uppercase;margin-top:3px}.pos-receipt-footer{text-align:center;font-size:.68rem;letter-spacing:.08em;margin-top:8px}.pos-receipt-qr{width:60px;height:60px;margin:0 auto 6px;border:1px solid #111;background:repeating-linear-gradient(45deg,#111,#111 4px,#fff 4px 8px)}@media print{body *{visibility:hidden}.pos-receipt-print,.pos-receipt-print *{visibility:visible}.pos-receipt-print{position:absolute;left:0;top:0;width:100%;margin:0;border:none;border-radius:0;padding:0;box-shadow:none}}.pos-category-action{border:1px solid #d7dce8;border-radius:12px;min-height:120px;text-transform:uppercase;font-weight:700;cursor:pointer}.pos-category-action.create{background:#f4f5f9;color:#7e0d8e}.pos-category-action.import{background:#bfeaf7;color:#145f88}.pos-cat-cancel-btn{background:#6c757d;color:#fff}.pos-cat-create-btn{background:#246cf0;color:#fff}.pos-import-modal-layout{display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 330px}.pos-import-controls{display:flex;gap:10px;align-items:end}.pos-import-submit{min-width:220px}.pos-import-filter-row{margin:8px 0 10px;display:flex;flex-wrap:wrap;gap:8px}.pos-import-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;max-height:470px;overflow:auto;padding-right:4px}.pos-import-group h4{margin:0 0 8px;color:var(--brand);border-bottom:1px solid #eceff5;padding-bottom:6px}.pos-import-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.pos-import-item{display:inline-flex;align-items:center;gap:8px;color:#495368}.pos-import-item.imported{color:#96a0b1}.pos-import-summary{border-left:1px solid #eceff5;padding-left:16px}.pos-import-summary h3{margin-top:0}.pos-import-progress{height:8px;border-radius:999px;background:#e4e7ee;overflow:hidden}.pos-import-progress div{height:100%;background:#3db37e}.pos-restock-note,.pos-adjust-note{border:1px solid #b2d7c9;background:#d8efe6;border-radius:6px;padding:12px;margin-bottom:12px;color:#155f47}.pos-adjust-note{border-color:#8fd0e4;background:#d9f1f8;color:#0e5d79}.pos-stock-nav{display:grid;gap:8px}.pos-stock-nav a{padding:10px 12px;border-radius:8px;color:#2f3950}.pos-stock-nav a.active{background:var(--brand-light);color:var(--brand);font-weight:700}.pos-transfer-modal{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px}.pos-transfer-add{border-left:1px solid var(--border);padding-left:16px}.pos-transfer-footer{margin-top:12px;border-top:1px solid var(--border);padding-top:12px;display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:14px;align-items:end}.pos-reports-shell{padding:16px}.pos-reports-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pos-report-card{border:1px solid #ebedf5;border-radius:6px;padding:16px 14px;text-align:center;background:#fff}.pos-report-icon{width:42px;height:42px;border-radius:12px;margin:0 auto 10px;border:3px solid currentColor;display:flex;align-items:center;justify-content:center}.pos-report-icon-inner{font-size:18px}.pos-report-icon.green{color:#2cae46}.pos-report-icon.cyan{color:#25adba}.pos-report-icon.orange{color:#f6a100}.pos-report-icon.purple{color:#7b2ab1}.pos-report-icon.yellow{color:#fdd835}.pos-report-icon.teal{color:#10a5a0}.pos-report-icon.indigo{color:#5c6ac4}.pos-report-icon.brown{color:#a4512c}.pos-report-icon.gray{color:#afb5bf}.pos-report-card h3{margin:0 0 8px;color:#3a4457;font-size:16px}.pos-report-card p{margin:0 0 14px;color:#667084;min-height:40px}.pos-report-btn{border:0;border-radius:8px;padding:8px 14px;color:#fff;font-weight:700;cursor:pointer}.pos-report-btn.green{background:#2cae46}.pos-report-btn.cyan{background:#25adba}.pos-report-btn.orange{background:#f6a100}.pos-report-btn.purple{background:#7b2ab1}.pos-report-btn.yellow{background:#fdd835;color:#1f1f1f}.pos-report-btn.teal{background:#10a5a0}.pos-report-btn.indigo{background:#5c6ac4}.pos-report-btn.brown{background:#a4512c}.pos-report-btn.gray{background:#c9cdd4;cursor:not-allowed}.pos-more-reports{margin:18px 0 12px;color:#425069}.muted-card{background:#fcfcfd}.pos-daily-report-page .pos-card{padding:16px}.pos-report-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:18px}.pos-report-breadcrumb a{color:#1e62ff}.pos-report-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.pos-report-range-controls{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto auto;gap:14px;align-items:end}.pos-report-controls .form-group{min-width:180px;margin-bottom:0}.pos-report-controls .form-group input{width:140px}.pos-report-range-controls .form-group{margin-bottom:0}.pos-generate-btn{background:#2daa46;color:#fff;padding:8px 16px}.pos-export-btn{background:#ec0f64;color:#fff;padding:8px 16px}.pos-daily-stats{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pos-stat-card{border:1px solid #e8ebf3;border-radius:8px;padding:14px 16px}.pos-stat-card h4{margin:0 0 6px;color:#6a7385}.pos-stat-card p{margin:0;font-size:33px;font-weight:700;color:#384154}.pos-stat-card span{color:#747d90}.pos-daily-bottom{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.pos-product-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-product-performance{margin-top:16px}.pos-payment-bars{padding:12px 14px;display:grid;gap:10px}.pos-payment-bar-row{display:grid;gap:6px}.pos-payment-bar-label{display:flex;justify-content:space-between;color:#525d70;font-weight:600}.pos-payment-bar-track{height:10px;background:#e7eaf3;border-radius:999px;overflow:hidden}.pos-payment-bar-track div{height:100%;background:linear-gradient(90deg,#21a35a,#7b2ab1)}.pos-stock-head{display:flex;justify-content:flex-end;margin-bottom:12px}.pos-stock-panel{margin-top:16px}.pos-stock-tabs{display:flex;gap:8px;padding:8px;border-bottom:1px solid #e8ebf3}.pos-stock-tab{border:1px solid #dfe4f0;background:#fff;border-radius:6px;padding:8px 12px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#586376}.pos-stock-tab span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:999px;color:#fff;background:#1db496;font-weight:700}.pos-stock-tab.active{border-color:#cad2e4;box-shadow:0 1px 2px #161e2d14}.pos-daily-panel{min-height:240px;border:1px solid #e8ebf3;border-radius:8px}.pos-daily-panel h4{margin:0;padding:10px 14px;border-bottom:1px solid #e8ebf3;color:#555e70}.pos-daily-info{width:52px;height:52px;border-radius:50%;border:4px solid #6f7785;margin:70px auto 0;display:grid;place-items:center;color:#6f7785;font-size:32px}.pos-new-sale-footer{margin-top:18px;border-top:1px solid #dde1ed;padding-top:14px;display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end}.pos-new-sale-footer .form-group{margin-bottom:0}.pos-complete-wrap .btn{padding:11px 28px}.pos-add-purchase-btn{width:100%;background:#79c98b;color:#fff}.pos-add-purchase-btn:hover{background:#60b775}@media(max-width:980px){.layout{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border)}.grid-3,.grid-2,.dashboard-grid,.business-layout,.subscription-layout,.subscription-main-grid,.subscription-form-compact,.dashboard-week-body,.settings-layout,.settings-user-grid,.pos-layout,.pos-content-grid,.pos-kpi-grid,.pos-two-cards,.pos-welcome,.pos-sales-grid,.pos-expense-modal-grid,.pos-import-modal-layout,.pos-import-groups,.pos-import-items{grid-template-columns:1fr}.pos-import-summary{border-left:0;padding-left:0;border-top:1px solid #eceff5;padding-top:10px}.pos-reports-grid{grid-template-columns:1fr}.pos-report-controls,.pos-daily-bottom,.pos-daily-stats{grid-template-columns:1fr;display:grid}.pos-report-range-controls{grid-template-columns:1fr}.pos-stock-tabs{flex-wrap:wrap}.pos-transfer-modal,.pos-transfer-footer{grid-template-columns:1fr}.pos-transfer-add{border-left:0;border-top:1px solid var(--border);padding-left:0;padding-top:12px}.pos-report-controls .form-group{min-width:0}.pos-new-sale-footer{grid-template-columns:1fr}.pos-footer{display:block}}.pos-sort-header{display:inline-flex;align-items:center;gap:8px}.pos-sort-header small{color:#c8b1d8;font-size:14px;letter-spacing:1px}.pos-products-pager{display:flex;justify-content:space-between;align-items:center;padding:24px 4px 0}.pos-products-pager-nav{display:inline-flex;gap:28px}.pos-products-create-btn{width:100%;background:var(--brand);color:#fff}.pos-side-divider{border-top:1px solid #eceff6;margin:0 -16px}.pos-product-categories-summary{min-height:136px;display:grid;place-items:center;text-align:center}.pos-product-categories-summary p{margin:0;font-size:40px;font-weight:700;color:#4d4f57}.pos-product-categories-summary span{color:#5f6675}.pos-manage-categories-btn{margin-top:8px}.pos-product-import-modal{display:grid;gap:12px}.pos-product-import-note{background:#f9efc9;border:1px solid #efdca0;border-radius:6px;padding:12px 16px}.pos-product-import-note ul{margin:0;padding-left:18px}.pos-product-import-note li{margin:6px 0;color:#6e5509}.pos-product-file-picker{width:100%;border:2px dashed #d9dde8;border-radius:8px;background:#fff;min-height:170px;display:grid;place-items:center;text-align:center;gap:4px;color:#5a6170;cursor:pointer}.pos-product-file-picker strong{color:#313845;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-product-file-picker small{color:#747d8d}.pos-product-file-icon{font-size:34px;line-height:1;color:#8e95a3}.pos-product-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:12px}.pos-product-create-main{min-height:620px;border-radius:6px}.pos-product-create-head{border-bottom:1px solid #eceff6;margin:-16px -16px 16px;padding:14px 14px 8px;display:flex;justify-content:space-between;align-items:center}.pos-product-create-main .form-group label,.pos-product-create-main .pos-product-media label{font-size:14px;color:#2b3240}.pos-product-create-main .form-group input,.pos-product-create-main .form-group select,.pos-product-create-main .form-group textarea{border:1px solid #c8cfdb;border-radius:4px;background:#fff;height:40px}.pos-product-create-main .form-group textarea{height:auto}.pos-product-create-main .form-group small{color:#5e7094}.req{color:#ec2a2a}.pos-product-section{display:grid;grid-template-columns:150px minmax(180px,1fr) minmax(220px,1fr) minmax(220px,1fr);gap:8px 14px;margin-bottom:16px}.pos-product-media{display:grid;gap:8px;align-content:start}.pos-product-image-placeholder{width:122px;height:122px;border-radius:5px;background:#cfd0d3;color:#9ea1a9;display:grid;place-items:center;font-weight:500}.pos-product-image-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:5px}.pos-product-image-placeholder--clickable{cursor:pointer}.pos-product-image-upload-btn{background:#eef2f6;color:#3c3f4a;border-radius:6px;padding:6px 12px;font-size:13px;border:1px solid #d1d6e1;text-transform:uppercase}.pos-product-sku-section{display:grid;gap:10px;grid-template-columns:minmax(0,160px) minmax(0,1fr);align-items:center}.pos-product-barcode{border:1px solid #dfe2ea;padding:8px;border-radius:6px;background:#fff;text-align:center;display:grid;gap:6px}.pos-product-barcode svg{width:100%;height:70px}.pos-product-barcode small{font-size:13px;color:#5f6675}.pos-product-sku-inputs{display:flex;gap:6px;align-items:center}.pos-product-sku-inputs input{flex:1}.pos-product-row-3{border-top:1px solid #eceff6;padding-top:16px;margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pos-fraction-toggle{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:#5a6170;margin-top:30px}.pos-fraction-toggle input{appearance:none;width:48px;height:24px;border-radius:999px;background:#d6d8de;position:relative;cursor:pointer}.pos-fraction-toggle input:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040}.pos-fraction-toggle input:checked{background:#31a75f}.pos-fraction-toggle input:checked:after{left:26px}.pos-product-bottom{border-top:1px solid #eceff6;margin-top:14px;padding-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pos-product-bottom textarea{width:100%;border:1px solid var(--border);border-radius:6px;padding:11px 12px;resize:vertical}.pos-restock-btn{border-radius:8px;padding:7px 18px}.pos-restock-btn:before{content:"+";display:inline-grid;place-items:center;width:16px;height:16px;border:1px solid rgba(255,255,255,.85);border-radius:50%;margin-right:8px;font-size:12px}.pos-product-generate-btn{background:#ff9800;color:#fff}.pos-create-submit-btn{width:auto;min-width:104px;padding:10px 22px;border-radius:12px}.pos-create-submit-btn:before{content:">>";margin-right:8px}.pos-create-back-btn{background:#6f7885;color:#fff;border-radius:12px;padding:10px 20px}.ui-modal-card{border-radius:6px}.ui-modal-head{border-bottom:1px solid #d8dde7;margin:-16px -16px 14px;padding:12px 16px 8px}.ui-modal-close{border:1px solid #c6ccd8;border-radius:50%;width:24px;height:24px;display:inline-grid;place-items:center;padding:0;background:#f6f7fa;color:#6c7484}.pos-manage-categories-modal{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:18px}.pos-manage-title{color:var(--brand);margin:6px 0}.pos-manage-categories-side{border-left:1px solid #e2e6ef;padding-left:16px}.pos-category-create-tile{border:1px solid #d8dce6;border-radius:12px;min-height:140px;margin:12px auto;max-width:132px;display:grid;place-items:center;text-align:center;color:var(--brand)}.pos-category-create-tile span{width:30px;height:30px;border:3px solid #6f7075;border-radius:50%;display:inline-grid;place-items:center;color:#6f7075;font-weight:700;font-size:24px;line-height:1}.pos-page-badge{background:var(--brand);color:#fff;width:32px;height:32px;border-radius:4px;display:inline-grid;place-items:center}.pos-add-category-btn{width:auto;padding:10px 14px}@media(max-width:1024px){.pos-product-create-grid{grid-template-columns:1fr}.pos-product-section{grid-template-columns:1fr 1fr}.pos-product-row-3,.pos-product-bottom,.pos-manage-categories-modal{grid-template-columns:1fr}.pos-manage-categories-side{border-left:0;border-top:1px solid #e2e6ef;padding-left:0;padding-top:12px}}.pos-service-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px}.pos-service-create-main{min-height:580px;border-radius:6px}.pos-service-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.pos-service-create-main .form-group input,.pos-service-create-main .form-group select,.pos-service-create-main .form-group textarea{border:1px solid #c8cfdb;border-radius:4px}.pos-service-create-main .form-group textarea{width:100%;min-height:78px}@media(max-width:1024px){.pos-service-create-grid,.pos-service-form-grid{grid-template-columns:1fr}}.pos-customer-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px}.pos-customer-create-main{min-height:620px;border-radius:6px}.pos-customer-form-grid{display:grid;grid-template-columns:380px 1fr;gap:14px 24px}.pos-customer-create-main .form-group input,.pos-customer-create-main .form-group select,.pos-customer-create-main .form-group textarea{border:1px solid #c8cfdb;border-radius:4px}.pos-customer-tab{margin:-16px -16px 0;padding:12px 14px;background:var(--brand-light);color:var(--brand)}@media(max-width:1024px){.pos-customer-create-grid,.pos-customer-form-grid{grid-template-columns:1fr}}.pos-messaging-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:12px}.pos-messaging-side,.pos-messaging-main{min-height:620px}.pos-readonly-field{background:#cfd6e2!important}.pos-msg-divider{border:0;border-top:1px solid #cfd4df;margin:24px 0}.pos-password-wrap{position:relative}.pos-password-wrap input{padding-right:44px}.pos-password-toggle{position:absolute;right:4px;top:4px;width:32px;height:32px;border-radius:8px;background:transparent;color:#7d8797;border:1px solid transparent}.pos-messaging-activate-btn{margin-top:8px}@media(max-width:1024px){.pos-messaging-layout{grid-template-columns:1fr}.pos-messaging-side{min-height:auto}}.pos-role-select{border-color:var(--brand)!important;border-radius:4px!important}.pos-staff-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px}@media(max-width:1024px){.pos-staff-create-grid{grid-template-columns:1fr}}.pos-settings-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:12px}.pos-settings-nav{min-height:600px;display:grid;align-content:start;gap:8px}.pos-settings-nav-item{border:0;border-radius:8px;background:transparent;text-align:left;padding:12px 14px;color:#3d475c;cursor:pointer}.pos-settings-nav-item.active{background:var(--brand-light);color:var(--brand);font-weight:600}.pos-settings-main{min-height:620px;border-radius:6px}.pos-settings-grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:14px 20px}.pos-settings-grid-secondary{margin-top:16px}.pos-settings-logo-wrap{display:grid;gap:8px;align-content:start}.pos-settings-logo-box{width:120px;height:100px;border-radius:4px;border:1px solid #d4dae6;background:#f1f4f8}.pos-settings-browse-btn{width:120px;background:#27b8c3;color:#fff}.pos-settings-phone-row{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px}.pos-settings-phone-row select{border:1px solid #c8cfdb;border-radius:4px;background:#fff}.pos-settings-edit-btn{margin-top:16px;background:#1f6fe5;color:#fff;min-width:128px}.pos-settings-placeholder{min-height:480px;display:grid;align-content:start;padding-top:6px}.pos-settings-new-department-btn{width:auto;min-width:132px;border-radius:8px;padding:8px 16px}.pos-settings-save-department-btn{background:#26a646;color:#fff;min-width:160px}.pos-payment-icon-cell{width:20px;height:16px;border-radius:4px;background:var(--brand);color:#fff;display:inline-grid;place-items:center;font-size:9px;font-weight:700}.pos-payment-icon-picker{display:flex;gap:8px}.pos-payment-icon-btn{width:40px;height:40px;border:2px solid #b4b7bf;border-radius:6px;background:#f8f8fb;color:#6f7583;font-size:11px;font-weight:700;padding:0}.pos-payment-icon-btn.active{background:var(--brand);border-color:var(--brand);color:#fff}.pos-payment-actions{display:inline-flex;gap:8px}.pos-payment-action-btn{width:30px;height:30px;border:1px solid #ccd2df;border-radius:6px;background:#fff;color:#677186;display:inline-grid;place-items:center;padding:0;font-size:14px}.pos-payment-action-btn.danger{color:#c34747}.pos-tax-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:lowercase;background:#d9dfe9;color:#556073}.pos-tax-status-pill.active{background:#14b8a6;color:#fff}.pos-tax-modal-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pos-tax-active-toggle{display:inline-flex;align-items:center;gap:10px;margin-top:8px;font-weight:600;color:#4f5666}.pos-tax-active-toggle input{appearance:none;width:48px;height:24px;border-radius:999px;background:#a7b3c6;position:relative;cursor:pointer}.pos-tax-active-toggle input:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003}.pos-tax-active-toggle input:checked{background:#8bc3a6}.pos-tax-active-toggle input:checked:after{left:26px;background:#0f8d53}.pos-tax-desc-input{width:100%;min-height:78px;border:1px solid #c8cfdb;border-radius:4px;padding:11px 12px;resize:vertical}.pos-store-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}@media(max-width:900px){.pos-store-modal-grid{grid-template-columns:1fr}}.pos-settings-preferences{border:1px solid #d9deea;border-radius:4px;overflow:hidden}.pos-preference-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:16px;border-bottom:1px solid #d9deea}.pos-preference-item:last-child{border-bottom:0}.pos-preference-item h4{margin:0 0 8px;color:#182235}.pos-preference-item p{margin:0;color:#5c677a}.pos-pref-switch input{appearance:none;width:46px;height:24px;border-radius:999px;background:#b8bac2;position:relative;cursor:pointer}.pos-pref-switch input:after{content:"";position:absolute;top:1px;left:1px;width:22px;height:22px;border-radius:50%;background:#f4f5f8;box-shadow:0 1px 2px #00000040}.pos-pref-switch input:checked{background:#8bc3a6}.pos-pref-switch input:checked:after{left:23px;background:#0f8d53}@media(max-width:1100px){.pos-settings-layout,.pos-settings-grid{grid-template-columns:1fr}.pos-settings-nav{min-height:auto}}:root{--bg: #f4f5f0;--panel: #fff;--text: #1a2330;--muted: #6b7685;--brand: #1a7a6e;--brand-2: #155f56;--brand-light: #e8f5f3;--accent: #f5c518;--accent-2: #e6b800;--border: #e4e8ec;--success: #1a7a6e;--danger: #dc2626}body{font-family:DM Sans,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}.pos-layout{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr);padding:12px 16px 20px;gap:10px;align-items:start}.pos-sidebar{background:transparent;border-radius:0;border:none;padding:12px 10px;box-shadow:none;display:flex;flex-direction:column;gap:12px;position:sticky;top:16px;align-self:flex-start;height:auto}.pos-sidebar:after,.pos-sidebar:before{display:none}.pos-sidebar nav{overflow:visible;max-height:none;padding:0;margin:0}.pos-sidebar__brand{display:flex;align-items:center;gap:12px}.pos-sidebar__logo{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#1a7a6e,#2ab5a5);color:#fff;display:grid;place-items:center;font-weight:700;letter-spacing:.5px}.pos-sidebar__brand h1{margin:0;font-size:20px;letter-spacing:.5px}.pos-sidebar__brand span{display:block;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:var(--muted)}.pos-sidebar__nav{display:flex;flex-direction:column;gap:4px}.pos-nav-link{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;color:#0f172a;font-size:14px;font-weight:500;background:transparent;border:1px solid transparent;transition:.2s ease}.pos-nav-link__icon{width:28px;height:28px;border-radius:6px;background:var(--brand-light);display:grid;place-items:center;font-size:13px}.pos-nav-link.active{background:var(--accent);color:#1a1a1a;border-color:var(--accent-2);box-shadow:0 6px 16px #f5c51840}.pos-sidebar__cta{border-radius:18px;padding:14px 12px;background:linear-gradient(135deg,#e8f5f3,#f4faf9);border:1px dashed #b2d9d5;text-align:center}.pos-sidebar__cta p{margin:0 0 10px;color:var(--muted);font-size:13px}.pos-sidebar__cta .btn{width:100%;border-radius:12px;padding:10px 0}.pos-main{display:flex;flex-direction:column;gap:14px;background:transparent;padding-top:0}.pos-main:before{display:none}.pos-topbar{background:var(--panel);border-radius:22px;border:1px solid var(--border);padding:12px 18px;box-shadow:0 14px 25px #0f143c14;display:flex;flex-direction:column;gap:8px;position:relative;z-index:5;margin-bottom:4px}.pos-topbar__row{display:flex;align-items:center;gap:12px}.pos-topbar__row--top{justify-content:space-between}.pos-topbar__left{display:flex;align-items:center;gap:12px}.pos-topbar__module{display:flex;flex-direction:column;gap:4px}.pos-topbar__module strong{display:block;font-size:18px;margin-top:4px}.pos-quick-action{position:relative}.pos-quick-action__trigger{display:inline-flex;align-items:center;gap:6px;background:#1d4ed8;color:#fff;border-color:#1d4ed8;box-shadow:0 10px 20px #1d4ed840}.pos-quick-action__menu{position:absolute;top:100%;left:0;margin-top:6px;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:0 18px 35px #0f143c26;min-width:190px;z-index:10}.pos-quick-action__item{width:100%;text-align:left;padding:10px 16px;border:none;background:transparent;font-size:14px;cursor:pointer}.pos-quick-action__item:not(:last-child){border-bottom:1px solid #f0f2f6}.pos-quick-action__item:hover{background:#f4f5ff}.pos-topbar__search{display:flex;align-items:center;gap:10px;border-radius:999px;background:#f6f7fb;padding:6px 14px;border:1px solid #e0e3f0;flex:1;min-width:240px;max-width:420px}.pos-topbar__search span{font-size:16px;color:var(--muted)}.pos-topbar__search input{border:none;background:transparent;width:100%;font-size:14px;outline:none}.pos-topbar__search--with-dropdown{position:relative}.pos-search-dropdown{position:absolute;top:110%;left:0;right:0;background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 18px 38px #0f143c33;max-height:240px;overflow-y:auto;z-index:20}.pos-search-dropdown__item{width:100%;text-align:left;padding:10px 14px;border:none;display:flex;flex-direction:column;gap:4px;background:transparent;cursor:pointer}.pos-search-dropdown__item strong{color:#0f172a;font-size:14px}.pos-search-dropdown__item span{color:var(--muted);font-size:13px}.pos-search-dropdown__item:not(:last-child){border-bottom:1px solid #f1f3f6}.pos-search-dropdown__loading{padding:10px 14px;color:var(--muted);font-size:13px}.pos-topbar__right{margin-left:auto;display:flex;align-items:center;gap:10px}.pos-topbar__right select{border-radius:999px;border:1px solid var(--border);padding:7px 16px;background:#fff}.pos-user strong{display:block;margin:0}.pos-user small{display:block;color:var(--muted);font-size:12px}.pos-bell{width:42px;height:42px;border-radius:12px;border:1px solid var(--border);background:#fff;display:grid;place-items:center;position:relative;cursor:pointer}.pos-bell-dot{width:10px;height:10px;background:#f5526b;border-radius:50%;position:absolute;top:8px;right:8px}.pos-container{padding:16px;border-radius:14px;background:var(--panel);border:1px solid var(--border);box-shadow:0 14px 30px #0f143c14;margin-top:4px}.pos-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.pos-kpi{border-radius:18px;padding:16px;border:1px solid var(--border);background:#fff;box-shadow:0 16px 30px #0f143c14}.pos-kpi h3{margin:0 0 6px;font-size:30px;color:var(--brand)}.pos-kpi p{margin:0;color:var(--muted);font-weight:500}.pos-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:10px}.pos-left-col,.pos-right-col{display:grid;gap:10px}.pos-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:18px;box-shadow:0 18px 30px #0f143c14}.pos-welcome{grid-template-columns:1fr 120px;align-items:center}.pos-illustration{height:120px;border-radius:12px;background:linear-gradient(180deg,#d4f0ec,#f4faf9)}.pos-summary-list,.pos-accounts{margin-top:12px;border-top:1px solid #eceef3;padding-top:12px}.pos-summary-row,.pos-account-row{border-bottom:1px solid #eceef3;padding:8px 0}.pos-summary-row:last-child,.pos-account-row:last-child{border-bottom:0}.pos-summary-row strong,.pos-account-row strong{color:var(--brand-2)}.pos-card-head h4{margin:0;font-size:18px}.pos-chart-card{border:1px solid var(--border);border-radius:24px;padding:18px}.pos-chart-head,.pos-latest{margin-bottom:12px}.pos-grid-line{border-top:1px dashed #eef0f5;padding:8px 0;color:#6f7287;font-size:13px}.pos-bars{gap:10px;padding:12px 0 4px}.pos-bar{border-radius:40px;background:linear-gradient(180deg,#1a7a6e,#f5c518)}.pos-latest-card{border:1px solid var(--border);border-radius:24px;padding:22px}.pos-sales-table{margin-top:8px}.pos-sales-table .table{width:100%;border-collapse:collapse}.pos-sales-table-main{width:100%;min-width:0}.pos-sales-table-main td{white-space:normal;word-break:break-word}.pos-sales-table th,.pos-sales-table td{padding:10px;border-bottom:1px solid #f1f3f6}.pos-footer{border-top:1px solid #eceef3;padding-top:10px}@media(max-width:1024px){.pos-layout{grid-template-columns:1fr;padding:16px}.pos-sidebar{position:static;order:-1}.pos-sidebar__nav{flex-direction:row;flex-wrap:wrap}.pos-content-grid{grid-template-columns:1fr}.pos-topbar{flex-direction:column;align-items:stretch;padding:14px}.pos-topbar__left{width:100%}.pos-topbar__right{width:100%;justify-content:space-between}}@media(max-width:720px){.pos-topbar__buttons{flex-direction:column}.pos-topbar__search{width:100%}.pos-container{padding:24px}}
