.app{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1.5rem;background:var(--header-bg);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:.7rem}.brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--color-accent),#ff6f86);color:#fff;font-weight:800;font-size:1.25rem;display:grid;place-items:center;box-shadow:0 3px 10px #e9456059}.brand strong{display:block;font-size:1rem;color:var(--color-primary);font-weight:700;letter-spacing:-.01em}.brand small{color:var(--color-muted);font-size:.72rem}.app-header-right{display:flex;align-items:center;gap:.85rem}.theme-toggle{display:flex;gap:2px;padding:3px;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:999px}.theme-btn{border:none;background:transparent;width:30px;height:27px;border-radius:999px;display:grid;place-items:center;font-size:.95rem;line-height:1;padding:0;color:var(--color-muted);transition:background .15s,color .15s}.theme-btn:hover{color:var(--color-text)}.theme-btn.active{background:var(--color-surface);color:var(--color-accent);box-shadow:var(--shadow-xs)}.app-nav{display:flex;gap:.25rem}.app-nav a{padding:.5rem .85rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:var(--color-muted);transition:background .15s,color .15s}.app-nav a:hover{background:var(--color-surface-2);color:var(--color-text)}.app-nav a.active{background:var(--color-accent-soft);color:var(--color-accent-dark);font-weight:600}.app-main{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:2.25rem 1.5rem 4rem;animation:page-fade .32s ease}@keyframes page-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-title{margin-bottom:.3rem}.page-subtitle{color:var(--color-muted);font-size:.98rem;margin-top:0;margin-bottom:2rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.6rem}.card+.card{margin-top:1.25rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.64rem 1.2rem;border:1px solid transparent;border-radius:var(--radius-sm);font-size:.92rem;font-weight:600;letter-spacing:-.01em;background:var(--color-surface-2);color:var(--color-text);box-shadow:var(--shadow-xs);transition:transform .08s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:focus-visible{outline:none;box-shadow:var(--ring)}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:0 1px 2px #e945603d,0 6px 16px #e9456038}.btn-primary:hover:not(:disabled){background:var(--color-accent-dark)}.btn-dark{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-xs)}.btn-dark:hover:not(:disabled){background:var(--color-primary-soft)}[data-theme=dark] .btn-dark{background:#2a3140;color:var(--color-text);border-color:var(--color-border-strong)}[data-theme=dark] .btn-dark:hover:not(:disabled){background:#343c4d}.btn-ghost{background:var(--color-surface);border:1px solid var(--color-border-strong);color:var(--color-text)}.btn-ghost:hover:not(:disabled){background:var(--color-surface-2);border-color:#c3cad6}.btn-block{width:100%}.dropzone{border:2px dashed var(--color-border);border-radius:var(--radius);padding:2.5rem 1.5rem;text-align:center;background:var(--color-surface);transition:border-color .15s,background .15s;cursor:pointer}.dropzone.dragover{border-color:var(--color-accent);background:#e945600a}.dropzone-icon{font-size:2.5rem;margin-bottom:.5rem}.qr-box{text-align:center}.qr-box img{width:220px;height:220px;border-radius:var(--radius-sm);border:1px solid var(--color-border)}.qr-url{font-size:.8rem;color:var(--color-muted);word-break:break-all;margin-top:.5rem}.stepper{display:flex;gap:0;margin-bottom:2.25rem;padding-bottom:.25rem}.step{flex:1;min-width:80px;text-align:center;padding-top:.3rem;position:relative}.step:not(:first-child):before{content:"";position:absolute;top:22px;left:-50%;width:100%;height:2px;background:var(--color-border);z-index:0;transition:background .3s ease}.step.active:before,.step.done:before{background:var(--color-success)}.step-dot{position:relative;z-index:1;width:34px;height:34px;border-radius:50%;background:var(--color-surface);border:2px solid var(--color-border);color:var(--color-muted);display:grid;place-items:center;margin:0 auto .5rem;font-weight:700;font-size:.85rem;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.step.active .step-dot{background:var(--color-accent);border-color:var(--color-accent);color:#fff;box-shadow:0 0 0 4px var(--color-accent-soft)}.step.done .step-dot{background:var(--color-success);border-color:var(--color-success);color:#fff}.step-label{font-size:.74rem;color:var(--color-muted);line-height:1.2;font-weight:500}.step.active .step-label{color:var(--color-primary);font-weight:700}.step.done .step-label{color:var(--color-text)}.positions-table{width:100%;border-collapse:collapse}.positions-table th,.positions-table td{padding:.6rem .55rem;text-align:left;border-bottom:1px solid var(--color-border);font-size:.9rem}.positions-table tbody tr:last-child td{border-bottom:none}.positions-table th{color:var(--color-muted);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.positions-table td input,.positions-table td select{padding:.45rem .5rem}.col-num{text-align:right;white-space:nowrap}.totals{margin-top:1.5rem;margin-left:auto;max-width:340px;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem 1.2rem}.totals-row{display:flex;justify-content:space-between;padding:.32rem 0;font-size:.95rem;color:var(--color-muted)}.totals-row span:last-child{color:var(--color-text);font-variant-numeric:tabular-nums}.totals-row.grand{border-top:1.5px solid var(--color-border-strong);margin-top:.5rem;padding-top:.7rem;font-size:1.25rem;font-weight:800;color:var(--color-primary)}.totals-row.grand span{color:var(--color-primary)}.wizard-actions{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.alert{padding:.85rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.9rem;line-height:1.5;border:1px solid transparent}.alert-error{background:var(--color-error-bg);color:var(--color-error);border-color:color-mix(in srgb,var(--color-error) 35%,transparent)}.alert-success{background:var(--color-success-bg);color:var(--color-success-dark);border-color:color-mix(in srgb,var(--color-success) 35%,transparent)}.alert-info{background:var(--color-info-bg);color:var(--color-info);border-color:color-mix(in srgb,var(--color-info) 35%,transparent)}.alert-warn{background:var(--color-warn-bg);color:var(--color-warn);border-color:color-mix(in srgb,var(--color-warn) 38%,transparent)}.preview-image{max-width:100%;max-height:320px;border-radius:var(--radius-sm);border:1px solid var(--color-border);display:block;margin:0 auto}.muted{color:var(--color-muted);font-size:.85rem}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600}.badge-on{background:#dcfce7;color:var(--color-success)}.badge-off{background:#f3f4f6;color:var(--color-muted)}.qr-tabs{display:flex;gap:.5rem}.qr-video-frame{position:relative;width:100%;aspect-ratio:4 / 3;background:#0b0b14;border-radius:var(--radius-sm);overflow:hidden;display:grid;place-items:center}.qr-video{width:100%;height:100%;object-fit:cover}.qr-video-placeholder{color:#ffffff80;font-size:.9rem}.qr-dropzone{border:2px dashed var(--color-border);border-radius:var(--radius-sm);padding:1.75rem 1rem;text-align:center;background:var(--color-surface);cursor:pointer;transition:border-color .15s,background .15s}.qr-dropzone:hover{border-color:var(--color-accent);background:#e945600a}.qr-dropzone p{margin:.5rem 0 .25rem;font-weight:600}.tse-badge{display:flex;align-items:flex-start;gap:.75rem;padding:.8rem 1rem;border-radius:var(--radius-sm);border:1px solid}.tse-badge-ok{background:var(--color-success-bg);border-color:var(--color-success-dark);color:var(--color-success-dark)}.tse-badge-warn{background:var(--color-warn-bg);border-color:var(--color-warn);color:var(--color-warn)}.tse-badge-icon{font-size:1.4rem;line-height:1.4rem}.tse-badge strong{font-size:1rem}.tse-badge-sub{color:var(--color-text);font-size:.82rem;margin-top:.15rem}.mini-table{width:100%;border-collapse:collapse;font-size:.85rem}.mini-table th,.mini-table td{text-align:right;padding:.4rem .5rem;border-bottom:1px solid var(--color-border)}.mini-table th:first-child,.mini-table td:first-child{text-align:left}.mini-table thead th{color:var(--color-muted);font-weight:600;font-size:.78rem}.mini-table-total td{font-weight:700;border-top:2px solid var(--color-accent)}@media(max-width:720px){.app-header{padding:.8rem 1rem}.app-main{padding:1.25rem 1rem 3rem}.grid-2{grid-template-columns:1fr}.brand small,.step-label{display:none}.step{min-width:44px}.positions-table{display:block;overflow-x:auto}.levelup-toast{min-width:unset;width:calc(100vw - 2rem)}}.levelup-overlay{position:fixed;top:16px;left:0;right:0;display:flex;justify-content:center;z-index:60;pointer-events:none}.levelup-toast{display:flex;align-items:center;gap:.85rem;background:var(--color-success-bg);border:1.5px solid var(--color-success);color:var(--color-success-dark);padding:.85rem 1.25rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:levelup-pop .5s cubic-bezier(.2,1.4,.4,1),levelup-fade 2.4s ease forwards}.levelup-check{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--color-success);color:#fff;font-size:1.4rem;font-weight:800;flex:0 0 auto;animation:levelup-badge .6s ease}.levelup-title{font-weight:800;font-size:1.05rem}.levelup-sub{font-size:.82rem;opacity:.85}.reconcile-card{transition:box-shadow .3s ease,transform .3s ease}.levelup-glow{animation:levelup-glow-anim 1.4s ease}@keyframes levelup-pop{0%{transform:translateY(-24px) scale(.85);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes levelup-fade{0%,80%{opacity:1}to{opacity:0;transform:translateY(-10px)}}@keyframes levelup-badge{0%{transform:scale(0) rotate(-90deg)}60%{transform:scale(1.25) rotate(8deg)}to{transform:scale(1) rotate(0)}}@keyframes levelup-glow-anim{0%{box-shadow:0 0 #16a34a00;transform:scale(1)}35%{box-shadow:0 0 0 6px #16a34a40;transform:scale(1.012)}to{box-shadow:0 0 #16a34a00;transform:scale(1)}}.btn-alive{animation:btn-pulse 1.8s ease-in-out infinite}.btn-alive:hover{animation:none}@keyframes btn-pulse{0%,to{box-shadow:0 0 #e9456073}50%{box-shadow:0 0 0 7px #e9456000}}.btn-skip{border:1px dashed var(--color-warn);color:var(--color-warn)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f12208c;display:flex;align-items:center;justify-content:center;z-index:80;padding:1rem;animation:modal-fade .18s ease}.modal{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.5rem;width:100%;max-width:460px;animation:modal-in .22s cubic-bezier(.2,1.2,.4,1)}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.levelup-toast,.levelup-check,.levelup-glow,.btn-alive,.modal,.modal-backdrop{animation:none}}.scan-choice{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.scan-choice-btn{flex:1 1 220px;max-width:340px;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.15rem 1rem;height:auto;white-space:normal;line-height:1.3}.scan-choice-btn strong{font-size:1.02rem}.scan-choice-btn small{font-weight:400;opacity:.85;font-size:.78rem}@media(max-width:720px){.scan-choice{flex-direction:column}.scan-choice-btn{max-width:none}}:root{--color-bg: #eaedf3;--color-surface: #ffffff;--color-surface-2: #f3f5f9;--color-border: #e3e7ee;--color-border-strong: #d3d9e2;--color-text: #1a2231;--color-muted: #64748b;--color-muted-2: #94a3b8;--header-bg: rgba(255, 255, 255, .82);--color-primary: #15172a;--color-primary-soft: #1f2238;--color-accent: #e94560;--color-accent-dark: #d23150;--color-accent-soft: #fdeef1;--color-success: #15a34a;--color-success-dark: #0f766e;--color-success-bg: #effaf4;--color-error: #dc2626;--color-error-bg: #fef2f2;--color-warn: #b45309;--color-warn-bg: #fff8ec;--color-info: #2563eb;--color-info-bg: #eff5ff;--radius-xs: 6px;--radius-sm: 9px;--radius: 14px;--radius-lg: 20px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .05);--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 14px rgba(15, 23, 42, .06);--shadow-md: 0 2px 6px rgba(15, 23, 42, .06), 0 14px 30px rgba(15, 23, 42, .09);--shadow-lg: 0 10px 26px rgba(15, 23, 42, .1), 0 26px 60px rgba(15, 23, 42, .14);--ring: 0 0 0 3px rgba(233, 69, 96, .18);--max-width: 1120px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color-scheme:light}[data-theme=warm]{--color-bg: #e7e2d8;--color-surface: #f6f2ea;--color-surface-2: #efe9dd;--color-border: #e0d8c8;--color-border-strong: #cdc3ad;--color-text: #2b2823;--color-muted: #6f685b;--color-muted-2: #998f7c;--color-primary: #2b2823;--color-primary-soft: #4a4439;--color-accent-soft: #f6e3df;--header-bg: rgba(246, 242, 234, .86);--shadow-xs: 0 1px 2px rgba(80, 64, 40, .06);--shadow: 0 1px 2px rgba(80, 64, 40, .05), 0 4px 14px rgba(80, 64, 40, .08);--shadow-md: 0 2px 6px rgba(80, 64, 40, .07), 0 14px 30px rgba(80, 64, 40, .1);--shadow-lg: 0 10px 26px rgba(80, 64, 40, .12), 0 26px 60px rgba(80, 64, 40, .16)}[data-theme=dark]{color-scheme:dark;--color-bg: #0f1117;--color-surface: #181b22;--color-surface-2: #1f232c;--color-border: #2a2f3a;--color-border-strong: #3a414f;--color-text: #e7eaf0;--color-muted: #9aa3b5;--color-muted-2: #6b7385;--color-primary: #f2f4f8;--color-primary-soft: #dfe4ee;--color-accent: #f1566f;--color-accent-dark: #e94560;--color-accent-soft: rgba(241, 86, 111, .18);--color-success: #34d399;--color-success-dark: #4ade80;--color-success-bg: rgba(21, 163, 74, .16);--color-error: #f87171;--color-error-bg: rgba(220, 38, 38, .16);--color-warn: #fbbf24;--color-warn-bg: rgba(180, 83, 9, .18);--color-info: #60a5fa;--color-info-bg: rgba(37, 99, 235, .16);--header-bg: rgba(21, 24, 31, .82);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 1px 2px rgba(0, 0, 0, .35), 0 4px 14px rgba(0, 0, 0, .45);--shadow-md: 0 2px 6px rgba(0, 0, 0, .4), 0 14px 30px rgba(0, 0, 0, .5);--shadow-lg: 0 10px 26px rgba(0, 0, 0, .5), 0 26px 60px rgba(0, 0, 0, .6);--ring: 0 0 0 3px rgba(241, 86, 111, .28)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55;font-feature-settings:"cv11","ss01";text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3{color:var(--color-primary);line-height:1.2;letter-spacing:-.018em;font-weight:700}h1{font-size:1.9rem;font-weight:800}h2{font-size:1.3rem}h3{font-size:1.05rem}input,textarea,select{font-family:inherit;font-size:.95rem;width:100%;padding:.62rem .8rem;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:var(--color-muted-2)}input:hover:not(:disabled),textarea:hover:not(:disabled),select:hover:not(:disabled){border-color:#c3cad6}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-accent);box-shadow:var(--ring)}input:read-only{background:var(--color-surface-2)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2rem}label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.35rem;color:var(--color-text)}::selection{background:var(--color-accent-soft)}
