:root{--ink:#171b18;--ink2:#292f2a;--paper:#f2f3ef;--white:#fff;--line:#dfe2dc;--muted:#6f776f;--acid:#d7ff47;--acid-dark:#718b10;--green:#14785f;--green-pale:#e6f4ef;--amber:#a5630a;--amber-pale:#fff5df;--red:#b54444;--shadow:0 18px 48px rgba(23,27,24,.09)}
*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:var(--paper);font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;letter-spacing:-.018em}button,input{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(113,139,16,.32);outline-offset:3px}[hidden]{display:none!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.eyebrow{margin:0 0 7px;color:var(--acid-dark);font-size:.74rem;font-weight:900;letter-spacing:.15em}.eyebrow.light{color:var(--acid)}h1,h2,h3,p{margin-top:0}h1{margin-bottom:7px;font-size:clamp(2rem,4vw,3.1rem);line-height:1.12;letter-spacing:-.06em}h2{margin-bottom:6px;letter-spacing:-.035em}
.brand-mark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;color:var(--ink);background:var(--acid);font-weight:950;letter-spacing:-.08em}.brand-mark.large{width:52px;height:52px;border-radius:16px;font-size:1.1rem}
.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--paper)}.login-form-panel{width:100%;display:grid;place-items:center}.login-card{width:min(100%,400px);padding:32px;border:1px solid var(--line);border-radius:20px;background:var(--white);box-shadow:var(--shadow)}.login-card h1{margin-bottom:28px;font-size:2rem;text-align:center}.field-label{display:block;margin:17px 0 7px;font-size:.84rem;font-weight:800}.input-wrap{height:56px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:#fafbf9}.input-wrap:focus-within{border-color:#99aa55;background:var(--white);box-shadow:0 0 0 3px rgba(129,157,23,.09)}.input-wrap>svg{width:20px;height:20px;color:#8c948c}.input-wrap input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:.94rem}.password-toggle{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;color:#828a82;background:transparent;cursor:pointer}.password-toggle:hover{background:#edf0ea}.password-toggle svg{width:20px;height:20px}.login-options{display:flex;justify-content:space-between;align-items:center;margin:15px 0 22px;color:#7b837b;font-size:.78rem}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-label input{width:17px;height:17px;accent-color:var(--ink)}.login-error{margin:-9px 0 15px;padding:10px 12px;border-radius:10px;color:var(--red);background:#fff0ed;font-size:.8rem;font-weight:750}.login-button{width:100%;height:56px;border:0;border-radius:14px;color:var(--ink);background:var(--acid);cursor:pointer;font-weight:900;box-shadow:0 12px 25px rgba(102,123,27,.18)}.login-button:hover{background:#cefa32}
.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;z-index:10;display:flex;flex-direction:column;padding:28px 18px 20px;color:#f3f6ef;background:var(--ink)}.brand{display:flex;align-items:center;gap:12px;padding:0 9px;color:inherit;text-decoration:none}.brand strong,.brand small{display:block}.brand strong{font-size:1.08rem;letter-spacing:-.04em}.brand small{margin-top:2px;color:#8e998e;font-size:.67rem;font-weight:800;letter-spacing:.12em}.side-nav{display:grid;gap:7px;margin-top:54px}.nav-item{width:100%;min-height:52px;display:flex;align-items:center;gap:13px;padding:0 14px;border:0;border-radius:14px;color:#9da69e;background:transparent;cursor:pointer;font-weight:750;text-align:left;transition:.18s ease}.nav-item svg{width:22px;height:22px}.nav-item:hover{color:#fff;background:rgba(255,255,255,.06)}.nav-item.active{color:var(--ink);background:var(--acid)}.operator-card{display:flex;align-items:center;gap:10px;margin-top:auto;padding:14px 6px 0;border-top:1px solid rgba(255,255,255,.1)}.operator-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--ink);background:#f3f5f0;font-size:.84rem;font-weight:800}.operator-card strong,.operator-card small{display:block}.operator-card strong{font-size:.84rem}.operator-card small{color:#8c978d;font-size:.72rem}.logout-icon{width:36px;height:36px;display:grid;place-items:center;margin-left:auto;border:0;border-radius:10px;color:#8e998e;background:transparent;cursor:pointer}.logout-icon:hover{color:#fff;background:rgba(255,255,255,.08)}.logout-icon svg{width:19px;height:19px}.workspace{grid-column:2;min-width:0}.mobile-header,.mobile-nav{display:none}main{max-width:1360px;margin:0 auto;padding:52px 50px 100px}.page{animation:enter .23s ease both}@keyframes enter{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.heading-copy{margin:0;color:var(--muted)}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.sample-badge,.data-badge{padding:7px 11px;border-radius:999px;color:#596d0c;background:#edf8c5;font-size:.74rem;font-weight:900}.catalog-count{min-width:125px;display:flex;align-items:baseline;justify-content:center;gap:8px;padding:13px 17px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.55)}.catalog-count strong{font-size:1.7rem;line-height:1}.catalog-count span{color:var(--muted);font-size:.82rem;font-weight:750}
.sales-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric-card{min-width:0;padding:21px;border:1px solid var(--line);border-radius:19px;background:var(--white);box-shadow:0 8px 24px rgba(23,27,24,.04)}.metric-card>span,.metric-card>strong,.metric-card>small{display:block}.metric-card>span{color:var(--muted);font-size:.78rem;font-weight:800}.metric-card>strong{margin:10px 0 6px;font-size:clamp(1.35rem,2.3vw,2rem);letter-spacing:-.055em}.metric-card>small{color:#8b938b;font-size:.74rem}.metric-card>small b{color:var(--green)}.metric-card.primary{color:#f5f7f2;border-color:var(--ink);background:var(--ink)}.metric-card.primary>span,.metric-card.primary>small{color:#a8b1a9}.metric-card.primary>small b{color:var(--acid)}.panel{border:1px solid var(--line);border-radius:21px;background:var(--white);box-shadow:0 12px 34px rgba(23,27,24,.055)}.sales-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr);gap:18px;margin-bottom:18px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--line)}.panel-heading h2{margin:0;font-size:1.05rem}.panel-heading p{margin:2px 0 0;color:var(--muted);font-size:.76rem}.panel-heading>strong{font-size:.9rem}.chart{height:285px;position:relative;padding:24px 22px 15px 58px}.chart-grid{position:absolute;inset:25px 22px 45px 20px;display:flex;justify-content:space-between;flex-direction:column;color:#9aa19a;font-size:.66rem}.chart-grid span{position:relative}.chart-grid span:after{content:"";position:absolute;left:35px;top:50%;width:calc(100% - 35px);height:1px;background:#eceeea}.chart-bars{height:100%;display:grid;grid-template-columns:repeat(8,1fr);align-items:end;gap:10px;position:relative;z-index:1}.chart-bars>div{height:100%;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;gap:9px}.chart-bars span{width:min(34px,70%);min-height:6px;border-radius:7px 7px 3px 3px;background:#bfc6bc}.chart-bars .current span{background:var(--acid-dark)}.chart-bars small{color:#7d857d;font-size:.68rem}.popular-list{margin:0;padding:5px 19px 13px;list-style:none}.popular-list li{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;padding:16px 0;border-bottom:1px solid #eceeea}.popular-list li:last-child{border-bottom:0}.rank{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#edf2dc;color:#61750d;font-size:.72rem;font-weight:900}.popular-list strong,.popular-list small{display:block}.popular-list strong{font-size:.8rem}.popular-list small{margin-top:2px;color:#8b938b;font-size:.7rem}.popular-list b{font-size:.8rem;white-space:nowrap}.recent-sales{overflow:hidden}.sync-status{display:flex;align-items:center;gap:7px;color:#727a72;font-size:.74rem;font-weight:750}.sync-status i{width:7px;height:7px;border-radius:50%;background:var(--acid-dark)}.table-scroll{width:100%;overflow:auto}.table-scroll table{width:100%;border-collapse:collapse}.table-scroll th{padding:11px 20px;color:#7b837b;background:#f8f9f6;font-size:.72rem;text-align:left;white-space:nowrap}.table-scroll td{padding:14px 20px;border-top:1px solid #eceeea;font-size:.82rem;white-space:nowrap}.table-scroll td:last-child,.table-scroll th:last-child{text-align:right}.pay-chip{padding:5px 8px;border-radius:8px;font-size:.68rem;font-weight:850}.pay-chip.card{color:#315e87;background:#e7f2fb}.pay-chip.cash{color:#706016;background:#f5efce}
.summary-strip{display:grid;grid-template-columns:repeat(3,minmax(110px,.55fr)) minmax(260px,1.5fr);margin-bottom:18px;overflow:hidden;border:1px solid #30362f;border-radius:19px;color:#f1f5ee;background:var(--ink2)}.summary-strip>div{padding:18px 20px;border-right:1px solid rgba(255,255,255,.1)}.summary-strip span,.summary-strip strong{display:block}.summary-strip span{margin-bottom:4px;color:#9da89f;font-size:.74rem;font-weight:750}.summary-strip strong{font-size:1.06rem}.summary-strip p{align-self:center;margin:0;padding:18px 22px;color:#aeb7b0;font-size:.8rem}.product-panel{overflow:hidden}.product-table th+th,.product-table td+td{border-left:1px solid #e3e6df}.product-table th:first-child{width:90px;text-align:center}.product-table th:nth-child(3){width:145px;text-align:right}.product-table th:nth-child(4){width:310px}.product-table td:first-child{text-align:center}.product-table td:nth-child(3){text-align:right;font-weight:850}.number-chip{width:38px;height:30px;display:grid;place-items:center;margin:auto;border-radius:9px;color:#687067;background:#f0f2ed;font-size:.78rem;font-weight:850}.product-name{font-weight:800}.product-sku{display:block;margin-top:2px;color:#939a93;font-size:.72rem;letter-spacing:.05em}.barcode-button{display:grid;grid-template-columns:158px 1fr;align-items:center;gap:12px;width:100%;padding:7px 10px;border:1px solid #e1e4de;border-radius:10px;background:#fbfcfa;cursor:zoom-in;text-align:left}.barcode-button:hover{border-color:#b8c587;background:#f8fbe9}.barcode-button img{width:158px;height:48px;display:block;object-fit:contain}.barcode-button code{color:#4b534c;font-size:.73rem}.product-cards{display:none}
.text-button{min-height:42px;padding:8px 14px;border:1px solid var(--line);border-radius:12px;background:var(--white);cursor:pointer;color:#596158;font-size:.84rem;font-weight:750}.scanner-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px;align-items:start}.camera-panel,.scan-side-panel>*{border:1px solid var(--line);border-radius:22px;background:var(--white)}.camera-panel{padding:20px;box-shadow:var(--shadow)}.scan-progress{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-bottom:18px}.scan-progress>div:first-child span,.scan-progress>div:first-child strong{display:block}.scan-progress>div:first-child span{color:var(--muted);font-size:.76rem;font-weight:750}.scan-progress>div:first-child strong{font-size:1.45rem}.progress-track{height:8px;overflow:hidden;border-radius:99px;background:#e8ebe5}.progress-track div{width:0;height:100%;border-radius:inherit;background:var(--acid-dark);transition:width .3s ease}.scan-progress>span{color:var(--muted);font-size:.8rem;font-weight:750;white-space:nowrap}.camera-stage{min-height:440px;position:relative;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:#101410}#reader{width:100%;min-height:440px;color:#fff}#reader video{min-height:440px;object-fit:cover}#reader__scan_region{min-height:360px;background:#101410!important}#reader__dashboard{display:none!important}.camera-empty{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px;color:#eef2ec;background:radial-gradient(circle at 50% 30%,#303931,#151a16 70%);text-align:center}.camera-empty.error{background:radial-gradient(circle at 50% 30%,#432c2a,#191614 70%)}.camera-icon{width:60px;height:60px;display:grid;place-items:center;margin-bottom:16px;border:1px solid rgba(215,255,71,.28);border-radius:19px;color:var(--acid);background:rgba(215,255,71,.08)}.camera-icon svg{width:30px}.camera-empty h2{font-size:1.25rem}.camera-empty p{margin-bottom:20px;color:#a8b0a8;font-size:.86rem}.primary-button{min-height:50px;padding:0 20px;border:0;border-radius:14px;color:var(--ink);background:var(--acid);cursor:pointer;font-weight:900}.scan-guide{position:absolute;left:50%;top:50%;z-index:2;width:min(76%,390px);height:150px;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.86);border-radius:16px;pointer-events:none;box-shadow:0 0 0 999px rgba(2,7,3,.25)}.scan-guide span{position:absolute;left:8%;right:8%;top:50%;height:2px;background:var(--acid);animation:scanline 2s ease-in-out infinite}@keyframes scanline{0%,100%{transform:translateY(-48px)}50%{transform:translateY(48px)}}.camera-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.secondary-button,.demo-button{min-height:46px;padding:0 14px;border-radius:13px;cursor:pointer;font-weight:800}.secondary-button{border:1px solid var(--line);background:var(--white)}.secondary-button:disabled{opacity:.45}.demo-button{border:1px solid #c9d993;color:#5b6f0a;background:#f4fadf}.scan-side-panel{display:grid;gap:14px}.scan-feedback{min-height:148px;padding:21px}.feedback-status{display:inline-block;margin-bottom:14px;padding:5px 9px;border-radius:99px;color:#5d665e;background:#edf0eb;font-size:.72rem;font-weight:900}.scan-feedback h2{font-size:1.12rem}.scan-feedback p{margin:0;color:var(--muted);font-size:.84rem}.scan-feedback.success{border-color:#9acdbd;background:var(--green-pale)}.scan-feedback.success .feedback-status{color:#0e6a52;background:#cce9df}.scan-feedback.warning{border-color:#e4c380;background:var(--amber-pale)}.checked-panel{overflow:hidden}.checked-title{display:flex;justify-content:space-between;padding:18px 19px;border-bottom:1px solid var(--line)}.checked-title h2{margin:0;font-size:1rem}.checked-title span{color:var(--green);font-size:.84rem;font-weight:850}.checked-list{max-height:354px;overflow-y:auto;margin:0;padding:0;list-style:none}.checked-list li{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:13px 18px;border-bottom:1px solid #eceeea}.check-mark{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;color:var(--green);background:var(--green-pale);font-size:.75rem;font-weight:950}.checked-list strong,.checked-list small{display:block}.checked-list strong{font-size:.82rem}.checked-list small{color:#899189;font-size:.68rem}.checked-list .empty-row{display:block;padding:30px 18px;color:#929a92;text-align:center;font-size:.82rem}.completion-card{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:18px;color:#142a20;border-color:#87bfad!important;background:var(--green-pale)!important}.completion-card>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--green)}.completion-card p{margin:3px 0 0;color:#527065;font-size:.78rem}
.barcode-dialog{width:min(92vw,560px);padding:30px;border:0;border-radius:24px;color:var(--ink);background:var(--white);box-shadow:0 30px 80px rgba(0,0,0,.25);text-align:center}.barcode-dialog::backdrop{background:rgba(12,15,12,.72);backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#f0f2ed;cursor:pointer;font-size:1.4rem}.barcode-dialog img{width:100%;max-width:440px}.barcode-dialog code{display:block;font-weight:800;letter-spacing:.08em}.barcode-dialog>p:last-child{margin:18px 0 0;color:var(--muted);font-size:.82rem}.toast{position:fixed;left:50%;bottom:28px;z-index:50;min-width:min(88vw,350px);padding:14px 18px;transform:translate(-50%,18px);border-radius:14px;color:#fff;background:var(--ink);text-align:center;font-size:.88rem;font-weight:800;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1050px){.sales-metrics{grid-template-columns:1fr 1fr}.sales-grid{grid-template-columns:1fr}.app-shell{grid-template-columns:210px minmax(0,1fr)}.sidebar{width:210px}main{padding:42px 28px 90px}.scanner-layout{grid-template-columns:1fr}.scan-side-panel{grid-template-columns:1fr 1fr}.completion-card{grid-column:1/-1}.summary-strip{grid-template-columns:repeat(3,1fr)}.summary-strip p{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1)}}
@media(max-width:760px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.login-screen{padding:18px}.login-card{padding:26px 20px}.login-card h1{font-size:1.8rem}.app-shell{display:block}.sidebar{display:none}.workspace{width:100%}.mobile-header{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid var(--line);background:rgba(242,243,239,.94)}.brand.compact{padding:0}.brand.compact .brand-mark{width:35px;height:35px}.mobile-logout{border:0;color:var(--muted);background:transparent;font-size:.78rem;font-weight:800}.mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:20;height:calc(66px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);background:rgba(255,255,255,.96)}.mobile-nav-item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border:0;color:#8b938b;background:transparent;font-size:.68rem;font-weight:800}.mobile-nav-item svg{width:22px;height:22px}.mobile-nav-item.active{color:#53650f}main{padding:27px 14px 36px}h1{font-size:2.2rem}.page-heading{align-items:flex-start;margin-bottom:22px}.sales-metrics{grid-template-columns:1fr 1fr;gap:9px}.metric-card{padding:16px 14px}.metric-card>strong{font-size:1.35rem}.metric-card>small{font-size:.68rem}.chart{height:250px;padding-left:48px}.popular-panel{display:none}.recent-sales .table-scroll{overflow:visible}.recent-sales table,.recent-sales tbody,.recent-sales tr,.recent-sales td{display:block}.recent-sales thead{display:none}.recent-sales tr{position:relative;padding:13px 14px;border-bottom:1px solid #eceeea}.recent-sales td{padding:2px 0!important;border:0!important}.recent-sales td:nth-child(1){color:var(--muted);font-size:.7rem}.recent-sales td:nth-child(3),.recent-sales td:nth-child(4){display:inline-block;margin-right:6px}.recent-sales td:last-child{position:absolute;right:14px;top:22px}.catalog-count{min-width:auto;padding:10px 12px}.catalog-count span{display:none}.summary-strip{grid-template-columns:repeat(3,1fr)}.summary-strip>div{padding:14px 11px}.summary-strip strong{font-size:.9rem}.summary-strip p{padding:14px}.product-panel{border:0;background:transparent;box-shadow:none}.product-panel>.panel-heading{padding:0 2px 14px;border:0}.product-table-wrap{display:none}.product-cards{display:grid;gap:10px}.product-card{padding:15px;border:1px solid var(--line);border-radius:17px;background:var(--white)}.product-card-head{display:flex;gap:11px}.product-card .number-chip{margin:0}.product-card h3{margin:0;font-size:.94rem}.product-card p{margin:2px 0 0;color:var(--muted);font-size:.76rem;font-weight:800}.product-card .barcode-button{grid-template-columns:minmax(130px,1fr) auto;margin-top:13px}.product-card .barcode-button img{width:100%;max-width:180px}.floating-scan-button{right:16px;bottom:calc(80px + env(safe-area-inset-bottom));min-height:54px}.scan-heading .heading-copy{display:none}.camera-panel{padding:12px}.scan-progress{grid-template-columns:auto 1fr}.scan-progress>span{grid-column:1/-1}.camera-stage,#reader,#reader video{min-height:49vh}.scan-side-panel{grid-template-columns:1fr}.completion-card{grid-column:auto}.toast{bottom:calc(82px + env(safe-area-inset-bottom))}}
@media(max-width:760px){#scannerPage .page-heading{align-items:center;margin-bottom:10px}#scannerPage .page-heading .eyebrow{margin-bottom:2px;font-size:.64rem}#scannerPage .page-heading h1{margin:0;font-size:1.55rem}#scannerPage .text-button{min-height:34px;padding:5px 9px;font-size:.72rem}.scanner-layout{display:flex;flex-direction:column;gap:8px}.camera-panel{display:flex;flex-direction:column;padding:9px;border-radius:16px}.camera-stage{order:1;height:180px;min-height:180px;border-radius:13px}#reader,#reader video{height:180px!important;min-height:180px!important}#reader__scan_region{height:180px!important;min-height:180px!important}.scan-guide{width:calc(100% - 34px);height:84px;border-radius:12px}.scan-guide span{animation:mobileScanline 1.8s ease-in-out infinite}.scan-progress{order:2;grid-template-columns:auto 1fr auto;gap:9px;margin:9px 2px 0}.scan-progress>div:first-child strong{font-size:1.18rem}.scan-progress>div:first-child span{font-size:.66rem}.scan-progress>span{grid-column:auto;font-size:.68rem}.progress-track{height:7px}.camera-actions{order:3;gap:7px;margin-top:8px}.secondary-button,.demo-button{min-height:38px;padding:0 8px;font-size:.75rem}.camera-empty{padding:10px}.camera-icon{width:38px;height:38px;margin-bottom:7px;border-radius:12px}.camera-icon svg{width:21px}.camera-empty h2{margin-bottom:2px;font-size:.95rem}.camera-empty p{margin-bottom:9px;font-size:.7rem}.camera-empty .primary-button{min-height:38px;padding:0 14px;font-size:.78rem}.scan-side-panel{gap:8px}.scan-feedback{min-height:auto;padding:11px 13px;border-radius:15px}.feedback-status{margin-bottom:5px;padding:3px 7px;font-size:.64rem}.scan-feedback h2{margin-bottom:2px;font-size:.92rem}.scan-feedback p{font-size:.72rem}.checked-panel{border-radius:15px}.checked-title{padding:11px 13px}.checked-list{max-height:none}.checked-list li{padding:10px 13px}.completion-card{padding:11px 13px;border-radius:15px}.completion-card>span{width:34px;height:34px}@keyframes mobileScanline{0%,100%{transform:translateY(-24px)}50%{transform:translateY(24px)}}}
@media(max-width:420px){.sales-metrics{grid-template-columns:1fr}.metric-card>small{font-size:.72rem}.login-options{align-items:flex-start;gap:10px;flex-direction:column}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
