:root,.theme-light{--brand: #2fa084;--brand-600: #1f6f5f;--brand-700: #18564a;--brand-50: #e9f7f1;--brand-100: #cdeee2;--accent: #2fa084;--accent-2: #6fcf97;--brand-gradient: #2fa084;--brand-gradient-soft: #2fa084;--brand-shadow: 0 4px 12px -4px rgba(31, 111, 95, .35);--primary: #1f6f5f;--primary-hover: #18564a;--bg: #eeeeee;--surface: #ffffff;--surface-2: #f4f6f5;--surface-glass: rgba(255, 255, 255, .72);--border: #e1e5e3;--border-strong: #ccd4d0;--text: #14201c;--muted: #586a64;--muted-2: #93a09b;--green: #2fa084;--green-bg: #e7f6f0;--amber: #e08600;--amber-bg: #fff8eb;--red: #e0383b;--red-bg: #fef2f2;--blue: #2563eb;--blue-bg: #eff6ff;--purple: #7c3aed;--purple-bg: #f5f3ff;--radius-lg: 20px;--radius: 14px;--radius-sm: 10px;--shadow-sm: 0 1px 2px rgba(20, 40, 34, .05);--shadow: 0 6px 22px -6px rgba(18, 40, 34, .14);--shadow-lg: 0 24px 60px -16px rgba(18, 40, 34, .28);--hero-grad: var(--surface);--ring: 0 0 0 3px var(--brand-100)}:root[data-theme=dark]{--brand: #6fcf97;--brand-600: #2fa084;--brand-700: #6fcf97;--brand-50: #16352d;--brand-100: #1d473c;--accent: #6fcf97;--accent-2: #2fa084;--brand-gradient: #2fa084;--brand-gradient-soft: #2fa084;--brand-shadow: 0 4px 12px -4px rgba(0, 0, 0, .5);--primary: #2fa084;--primary-hover: #38b894;--bg: #0e201c;--surface: #15302a;--surface-2: #193a32;--surface-glass: rgba(15, 36, 31, .75);--border: #2a5249;--border-strong: #356a5d;--text: #eeeeee;--muted: #a9c2ba;--muted-2: #7c958c;--green: #6fcf97;--green-bg: #143229;--amber: #f0b24a;--amber-bg: #3a2f17;--red: #f28e90;--red-bg: #3a2122;--blue: #84b2f6;--blue-bg: #18283f;--purple: #b79af0;--purple-bg: #272042;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .45);--shadow: 0 8px 24px -8px rgba(0, 0, 0, .6);--shadow-lg: 0 24px 60px -16px rgba(0, 0, 0, .75);--hero-grad: var(--surface);--ring: 0 0 0 3px rgba(111, 207, 151, .35)}.theme-light{background:var(--bg);color:var(--text)}:root[data-theme=dark] .review-page{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 1.75rem 2rem;box-shadow:var(--shadow-lg)}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-feature-settings:"cv11","ss01";line-height:1.5}a{color:inherit;text-decoration:none}h1{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;margin:0}h3{font-weight:600;letter-spacing:-.01em}.icon{flex:none;vertical-align:middle}.center{display:grid;place-items:center;min-height:100vh;color:var(--muted)}.muted{color:var(--muted)}.small{font-size:.85rem}.btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);padding:.6rem 1rem;border-radius:var(--radius-sm);cursor:pointer;font-size:.92rem;font-weight:600;font-family:inherit;transition:all .15s ease;box-shadow:var(--shadow-sm)}.btn:hover{border-color:var(--muted-2);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn.primary{background:var(--primary);border-color:transparent;color:#fff;box-shadow:var(--brand-shadow)}.btn.primary:hover{background:var(--primary-hover);box-shadow:var(--brand-shadow)}.btn.ghost{background:transparent;border-color:transparent;box-shadow:none;color:var(--muted)}.btn.ghost:hover{background:var(--surface-2);color:var(--text)}.btn.sm{padding:.4rem .7rem;font-size:.85rem}label{display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;font-weight:500;color:var(--text)}input,textarea,select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.6rem .75rem;color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-100)}input::placeholder{color:var(--muted-2)}.card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.alert{display:flex;align-items:center;gap:.5rem;background:var(--red-bg);border:1px solid #fecaca;color:#b91c1c;padding:.7rem .9rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.9rem;font-weight:500}.warn{display:flex;align-items:center;gap:.5rem;background:var(--amber-bg);border:1px solid #fde68a;color:#b45309;padding:.7rem .9rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.9rem}.brand-mark{position:relative;display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--brand);color:#fff;font-weight:800;font-size:.82rem;letter-spacing:-.03em;box-shadow:var(--brand-shadow);overflow:hidden}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--bg)}.auth-aside{position:relative;overflow:hidden;display:flex;align-items:center;padding:3.5rem;color:#fff;background:var(--brand-700);isolation:isolate}.auth-aurora{display:none}.auth-aurora .blob{position:absolute;border-radius:50%;opacity:.55;mix-blend-mode:screen;animation:float 16s ease-in-out infinite}.auth-aurora .b1{width:420px;height:420px;top:-80px;left:-60px;background:radial-gradient(circle,#a78bfa,transparent 70%)}.auth-aurora .b2{width:360px;height:360px;bottom:-90px;right:-40px;background:radial-gradient(circle,#38bdf8,transparent 70%);animation-delay:-5s}.auth-aurora .b3{width:300px;height:300px;bottom:30%;left:35%;background:radial-gradient(circle,#f0abfc,transparent 70%);animation-delay:-9s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-40px) scale(1.08)}66%{transform:translate(-25px,25px) scale(.95)}}.auth-aside-inner{max-width:460px;animation:rise .6s ease both}.auth-hero{margin:2.2rem 0 1rem;font-size:2.4rem;line-height:1.12;font-weight:800;letter-spacing:-.03em}.auth-hero em{font-style:normal;color:var(--accent-2)}.auth-hero-sub{margin:0 0 2.2rem;font-size:1.02rem;line-height:1.6;color:#ffffffd1}.auth-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.auth-features li{display:flex;gap:.85rem;align-items:flex-start}.auth-features .feat-icon{flex:none;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-features strong{display:block;font-size:.98rem;font-weight:700}.auth-features span{font-size:.88rem;color:#ffffffc7;line-height:1.45}.auth-panel{display:grid;place-items:center;padding:2rem;background:var(--surface)}.auth-form{width:100%;max-width:380px;display:flex;flex-direction:column;gap:1.05rem;animation:rise .5s ease both}.auth-brand{display:flex;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.auth-brand-sm{display:none;font-size:1.2rem;margin-bottom:.25rem}.auth-head h2{margin:0 0 .25rem;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.field{display:flex;flex-direction:column;gap:.4rem}.field-label{font-size:.85rem;font-weight:600;color:var(--text)}.field-control{position:relative;display:flex;align-items:center}.field-control .field-icon{position:absolute;left:.8rem;color:var(--muted-2);pointer-events:none;transition:color .15s}.field-control input{width:100%;padding:.72rem .85rem .72rem 2.5rem}.field-control:focus-within .field-icon{color:var(--brand)}.pw-toggle{position:absolute;right:.4rem;display:grid;place-items:center;width:34px;height:34px;border:none;background:transparent;color:var(--muted-2);cursor:pointer;border-radius:8px;transition:color .15s,background .15s}.pw-toggle:hover{color:var(--brand);background:var(--brand-50)}.caps-hint{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;color:var(--amber)}.pw-rules{list-style:none;margin:.2rem 0 .4rem;padding:0;display:grid;gap:.3rem}.pw-rules li{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted, #6b7280)}.pw-rules li.ok{color:var(--green, #2fa084);font-weight:600}.auth-submit{justify-content:center;margin-top:.3rem;padding:.8rem;font-size:.98rem}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.auth-foot{display:flex;align-items:center;gap:.4rem;margin:.2rem 0 0}@media(max-width:880px){.auth-shell{grid-template-columns:1fr}.auth-aside{display:none}.auth-brand-sm{display:flex}}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:2rem;padding:.8rem 1.75rem;border-bottom:1px solid var(--border);background:var(--surface-glass);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);box-shadow:0 1px #fff9 inset,var(--shadow-sm)}.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.05rem;letter-spacing:-.02em}.brand-logo{height:60px;width:auto;display:block}.brand-logo-chip{height:96px;padding:.6rem 1.1rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.nav{display:flex;gap:.25rem;flex:1}.nav a{display:flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border-radius:var(--radius-sm);color:var(--muted);font-weight:500;font-size:.92rem;transition:all .15s}.nav a:hover{background:var(--surface-2);color:var(--text)}.nav a.active{background:var(--brand-50);color:var(--brand-600);font-weight:600}.user-box{display:flex;align-items:center;gap:.7rem}.user-name{font-size:.9rem;font-weight:500}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--brand-100);color:var(--brand-600);font-weight:700;font-size:.85rem}.role-pill{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;background:var(--surface-2);border:1px solid var(--border);padding:.15rem .5rem;border-radius:999px;color:var(--muted);font-weight:600}.content{max-width:1280px;margin:0 auto;padding:2.25rem 1.75rem 4rem;animation:rise .4s cubic-bezier(.22,1,.36,1)}.content.content-wide{max-width:min(1760px,calc(100vw - 3rem))}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.page-head p{margin:.35rem 0 0}.toolbar{display:flex;gap:.75rem;align-items:center;margin-bottom:1.25rem}.search{position:relative;flex:1;max-width:320px}.search .icon{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:var(--muted-2)}.search input{width:100%;padding-left:2.2rem}.create-form{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.5rem;animation:pop .15s ease}.create-form h3{margin:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.create-form .btn{align-self:flex-start}.pw-wrap{position:relative;display:block}.pw-wrap input{width:100%;padding-right:2.6rem}.pw-wrap .pw-toggle{top:50%;transform:translateY(-50%)}@keyframes pop{0%{opacity:0;transform:translateY(-4px)}}.empty{text-align:center;color:var(--muted);padding:3rem 1.5rem}.empty .icon{color:var(--muted-2);margin-bottom:.75rem}.branch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.1rem}.branch-card{display:block;transition:all .18s ease;cursor:pointer}.branch-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--border-strong)}.branch-card-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.branch-card h3{margin:0;font-size:1.05rem}.branch-icon{width:38px;height:38px;border-radius:10px;background:var(--brand-50);color:var(--brand);display:grid;place-items:center;margin-bottom:.85rem}.branch-meta{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border);font-size:.82rem;color:var(--muted);display:flex;justify-content:space-between;align-items:center}.branch-meta .open{color:var(--brand);font-weight:600;display:flex;align-items:center;gap:.3rem}.status-pill{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .55rem;border-radius:999px;font-weight:600}.status-pill.active{color:var(--green);background:var(--green-bg)}.status-pill.archived{color:var(--muted);background:var(--surface-2)}.dash-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.dash-stat{display:flex;align-items:center;gap:.85rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem;box-shadow:var(--shadow-sm);animation:rise .4s ease both}.dash-stat-ico{flex:none;width:42px;height:42px;border-radius:11px;display:grid;place-items:center}.dash-stat b{display:block;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.branch-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}.branch-card-top .branch-icon{margin-bottom:0}.branch-desc{margin:.1rem 0 0;min-height:1.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.branch-desc.faint{color:var(--muted-2);font-style:italic}.branch-progress{display:flex;align-items:center;gap:.6rem;margin-top:.9rem}.branch-progress-bar{flex:1;height:6px;border-radius:999px;background:var(--surface-2);overflow:hidden}.branch-progress-bar span{display:block;height:100%;border-radius:999px;transition:width .5s cubic-bezier(.22,1,.36,1)}.branch-progress>.small{white-space:nowrap}.branch-meta{gap:.5rem}.branch-chip{display:inline-flex;align-items:center;gap:.3rem;font-weight:600;color:var(--muted)}.skeleton-card{cursor:default;pointer-events:none}.skeleton-card:hover{transform:none;box-shadow:var(--shadow);border-color:var(--border)}.sk{border-radius:8px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:shimmer 1.3s ease infinite}.sk-icon{width:38px;height:38px;border-radius:10px;margin-bottom:.9rem}.sk-line{height:12px;margin-bottom:.6rem}.sk-bar{height:6px;margin-top:1rem}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.table{width:100%;border-collapse:collapse;padding:0;overflow:hidden}.table th,.table td{text-align:left;padding:.8rem 1rem;border-bottom:1px solid var(--border);font-size:.92rem}.table th{color:var(--muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;background:var(--surface-2)}.table tr:last-child td{border-bottom:none}.crumbs{margin-bottom:1.25rem;color:var(--muted);font-size:.9rem}.crumbs a{color:var(--muted);font-weight:500}.crumbs a:hover{color:var(--brand)}.crumbs span{margin:0 .4rem;color:var(--muted-2)}.crumbs-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.btn.danger{border-color:color-mix(in srgb,var(--red) 45%,var(--border-strong));color:var(--red)}.btn.danger:hover{background:var(--red-bg);border-color:var(--red)}.confirm-spark.danger{background:var(--red);box-shadow:0 6px 16px color-mix(in srgb,var(--red) 35%,transparent)}.stepper{display:flex;gap:.6rem;margin-bottom:1.75rem;flex-wrap:wrap}.step{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);background:var(--surface);color:var(--muted);padding:.55rem 1.1rem;border-radius:999px;cursor:pointer;font-size:.9rem;font-weight:600;font-family:inherit;box-shadow:var(--shadow-sm);transition:all .15s}.step .num{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--surface-2);color:var(--muted);font-size:.75rem}.step.active{border-color:transparent;color:#fff;background:var(--primary);box-shadow:var(--brand-shadow)}.step.active .num{background:#ffffff40;color:#fff}.step.done{color:var(--green);border-color:#bbf7d0;background:var(--green-bg)}.step.done .num{background:var(--green);color:#fff}.step:disabled{opacity:.5;cursor:not-allowed}.dropzone{border:2px dashed var(--border-strong);border-radius:var(--radius);padding:3.5rem 1.5rem;text-align:center;cursor:pointer;transition:all .18s;background:var(--surface)}.dropzone:hover,.dropzone.over{border-color:var(--brand);background:var(--brand-50)}.dropzone.over{transform:scale(1.01);box-shadow:0 12px 30px -12px #1f6f5f66}.dropzone:focus-visible{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-100)}.dz-icon{width:56px;height:56px;border-radius:14px;background:var(--brand-50);color:var(--brand);display:grid;place-items:center;margin:0 auto 1rem;transition:transform .18s ease,background .18s ease}.dropzone:hover .dz-icon{transform:translateY(-2px)}.dropzone.over .dz-icon{background:var(--brand-100);transform:translateY(-4px) scale(1.05)}.dz-title{font-size:1.05rem;font-weight:600;margin:0 0 .35rem}.checklist{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.6rem}.checklist li{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .8rem}.checklist .icon{color:var(--green)}.spinner{width:22px;height:22px;border:2.5px solid var(--brand-100);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite;margin:0 auto .75rem}@keyframes spin{to{transform:rotate(360deg)}}.progress{width:100%;height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;border-radius:999px;background:var(--brand);transition:width .3s ease}.progress.indeterminate>span{width:100%!important;background:linear-gradient(90deg,var(--brand-100) 25%,var(--brand) 50%,var(--brand-100) 75%);background-size:200% 100%;animation:sweep 1.1s linear infinite}@keyframes sweep{to{background-position:-200% 0}}.wiz{margin-bottom:1.75rem}.wiz-bar{height:6px;background:var(--surface-2);border-radius:999px;overflow:hidden;margin-bottom:1rem}.wiz-bar>span{display:block;height:100%;border-radius:999px;background:var(--green);transition:width .4s ease}.wiz .stepper{margin-bottom:0}.step-lock{margin-left:.15rem;opacity:.7}.dropzone.busy{cursor:default;border-style:solid;border-color:var(--brand-100);background:var(--brand-50)}.dz-progress{max-width:460px;margin:0 auto;display:grid;gap:.6rem}.dz-file{display:flex;align-items:center;gap:.75rem;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .8rem;margin-bottom:.4rem}.dz-file-ico{flex:none;width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:var(--brand-50);color:var(--brand)}.dz-file-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.dz-file-meta strong{font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dz-cancel{flex:none}.map-hero{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;margin-bottom:1.5rem;border-radius:var(--radius);background:var(--hero-grad);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.ring{--p: 0;flex:none;width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green) calc(var(--p) * 1%),var(--border) 0)}.ring-inner{width:66px;height:66px;border-radius:50%;background:var(--surface);display:grid;place-items:center;font-weight:800;font-size:1.05rem;letter-spacing:-.02em}.map-hero-text h2{margin:0 0 .25rem;font-size:1.2rem;font-weight:700;letter-spacing:-.01em}.map-hero-text p{margin:0;color:var(--muted);font-size:.92rem}.map-hero-stats{margin-left:auto;display:flex;gap:1.5rem;text-align:center}.map-hero-stats .num{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.map-hero-stats .lbl{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.section{margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden;box-shadow:var(--shadow-sm)}.section-head{display:flex;align-items:center;gap:.6rem;width:100%;padding:.95rem 1.25rem;background:var(--surface-2);border:none;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--text);text-align:left}.section-head .count{font-size:.78rem;font-weight:700;padding:.1rem .5rem;border-radius:999px;background:var(--border);color:var(--muted)}.section-head.attention .count{background:var(--amber-bg);color:var(--amber)}.section-head .chev{margin-left:auto;color:var(--muted-2);transition:transform .15s}.section-head.open .chev{transform:rotate(90deg)}.map-row{display:grid;grid-template-columns:1.1fr auto 1.1fr 110px;align-items:center;gap:1rem;padding:.7rem 1.25rem;border-top:1px solid var(--border)}.map-row .master{font-weight:600;display:flex;align-items:center;gap:.5rem}.map-row .master .pos{color:var(--muted-2);font-size:.8rem;font-weight:500}.map-row .arrow{color:var(--muted-2)}.map-row select{width:100%}.map-row.collision{background:var(--red-bg)}.collision-note{color:var(--red);font-size:.76rem;margin-top:.3rem}.map-row .master{align-self:start;padding-top:.4rem}.extra-source{display:flex;align-items:center;gap:.4rem;margin-top:.4rem}.extra-source select{flex:1}.extra-source .extra-plus{color:var(--muted-2);font-weight:700}.extra-remove{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--surface, #fff);color:var(--muted);border-radius:6px;padding:.25rem;cursor:pointer}.extra-remove:hover{color:var(--red);border-color:var(--red)}.extra-add{display:inline-flex;align-items:center;gap:.3rem;margin-top:.4rem;background:none;border:none;color:var(--accent, #4f46e5);font-size:.78rem;font-weight:600;cursor:pointer;padding:.15rem 0}.extra-add:hover{text-decoration:underline}.method-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.74rem;font-weight:600;padding:.25rem .6rem;border-radius:999px;white-space:nowrap;justify-self:start}.m-exact{color:var(--green);background:var(--green-bg)}.m-synonym{color:var(--blue);background:var(--blue-bg)}.m-fuzzy{color:var(--amber);background:var(--amber-bg)}.m-manual,.m-content{color:var(--purple);background:var(--purple-bg)}.m-unmatched{color:var(--muted);background:var(--surface-2)}.preview-wrap{margin-top:2rem}.preview-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.preview-head h3{margin:0;font-size:1.05rem}.preview-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.preview-table{border-collapse:collapse;font-size:.82rem;white-space:nowrap}.preview-table th,.preview-table td{padding:.5rem .8rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border);text-align:left}.preview-table th{background:var(--surface-2);color:var(--muted);font-weight:600;position:sticky;top:0}.preview-table td.blank{color:var(--muted-2);background:repeating-linear-gradient(45deg,var(--surface-2),var(--surface-2) 6px,#fff 6px,#fff 12px)}.unused{margin-top:1rem;font-size:.9rem;background:var(--surface-2);border:1px dashed var(--border-strong);box-shadow:none}.clean-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-sm);border-top:3px solid var(--border-strong)}.stat-card.green{border-top-color:var(--green)}.stat-card.amber{border-top-color:var(--amber)}.stat-card.blue{border-top-color:var(--blue)}.stat-num{font-size:2rem;font-weight:800;letter-spacing:-.03em}.stat-lbl{color:var(--muted);font-size:.85rem;margin-top:.15rem}.tag-list{display:flex;flex-direction:column;gap:.5rem}.tag-row{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--amber-bg);color:var(--amber);font-size:.9rem}.tag-label{font-weight:600}.tag-count{margin-left:auto;font-weight:700;background:#fff;border-radius:999px;padding:.1rem .55rem;font-size:.8rem}.clean-cta{margin-top:1.5rem}.tag-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.breakdown-label{display:flex;align-items:center;gap:.35rem;margin-bottom:.55rem;font-weight:600}.breakdown-label .icon{color:var(--green)}.tag-chip{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--border-strong);background:var(--surface);border-radius:999px;padding:.45rem .85rem;font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .14s ease}.tag-chip .tag-dot{width:9px;height:9px;border-radius:50%;background:var(--tag, var(--muted-2));flex:none}.tag-chip:hover{border-color:var(--tag, var(--brand));transform:translateY(-1px)}.tag-chip.active{background:var(--tag, var(--brand));color:#fff;border-color:var(--tag, var(--brand))}.tag-chip.active .tag-dot{background:#fff}.tag-chip .n{font-weight:700;background:#00000014;border-radius:999px;padding:0 .4rem;font-size:.78rem}.tag-chip.active .n{background:#ffffff40}.bulk-bar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;padding:.85rem 1rem;margin-bottom:1.25rem;background:color-mix(in srgb,var(--tag, var(--brand)) 7%,#fff);border:1px solid color-mix(in srgb,var(--tag, var(--brand)) 25%,#fff);border-left:4px solid var(--tag, var(--brand));border-radius:var(--radius);font-size:.9rem;color:var(--text)}.bulk-bar input{background:#fff}.tag-dot.lg{width:13px;height:13px;border-radius:50%;background:var(--tag, var(--brand));flex:none}.review-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem;margin-bottom:1.25rem}.rstat{display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);border-left:4px solid var(--border-strong)}.rstat b{display:block;font-size:1.45rem;font-weight:800;letter-spacing:-.02em;line-height:1.05}.rstat span{font-size:.8rem;color:var(--muted)}.rstat.green{border-left-color:var(--green);color:var(--green)}.rstat.amber{border-left-color:var(--amber);color:var(--amber)}.rstat.blue{border-left-color:var(--blue);color:var(--blue)}.rstat.plain{border-left-color:var(--muted-2);color:var(--muted)}.rstat b,.rstat span{color:var(--text)}.rstat .icon{flex:none}.rstat.green .icon{color:var(--green)}.rstat.amber .icon{color:var(--amber)}.rstat.blue .icon{color:var(--blue)}.rstat.plain .icon{color:var(--muted-2)}.review-rows{display:flex;flex-direction:column;gap:.85rem}.review-row{padding:1rem 1.25rem}.review-row-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.row-tag{font-weight:700;font-size:.9rem;color:var(--muted)}.issue-edit{display:grid;grid-template-columns:160px 1fr;gap:.5rem .85rem;align-items:center;padding:.55rem 0;border-top:1px solid var(--border)}.issue-col{font-weight:600;font-size:.9rem}.issue-msg{grid-column:2;display:flex;align-items:center;gap:.35rem;color:var(--amber);font-size:.82rem}.success-mark{width:64px;height:64px;border-radius:50%;background:var(--green-bg);color:var(--green);display:grid;place-items:center;margin:0 auto 1rem}.view-tabs{display:inline-flex;gap:.25rem;padding:.25rem;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem}.view-tabs button{border:none;background:transparent;padding:.4rem .9rem;border-radius:8px;font-family:inherit;font-size:.88rem;font-weight:500;color:var(--muted);cursor:pointer}.view-tabs button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.grid-scroll{overflow:auto;max-height:72vh;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:var(--surface);scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.grid-scroll::-webkit-scrollbar{width:11px;height:11px}.grid-scroll::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid var(--surface);border-radius:999px}.grid-scroll::-webkit-scrollbar-thumb:hover{background:var(--muted-2)}.grid-scroll::-webkit-scrollbar-corner{background:transparent}.grid-table{border-collapse:separate;border-spacing:0;font-size:.95rem;white-space:nowrap;width:max-content;min-width:100%}.grid-table th,.grid-table td{padding:.72rem 1.15rem;border-bottom:1px solid var(--border);text-align:left;max-width:320px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.grid-table th{background:var(--surface);color:var(--muted);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;position:sticky;top:0;z-index:2;box-shadow:inset 0 -1px 0 var(--border-strong)}.grid-table th.col-focus{background:color-mix(in srgb,var(--tag) 14%,var(--surface));color:var(--tag);box-shadow:inset 0 -2px 0 var(--tag)}.col-focus-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--tag);margin-right:.4rem;vertical-align:middle}.grid-table tbody tr{transition:background .1s ease}.grid-table tbody tr:hover td{background:color-mix(in srgb,var(--brand) 5%,#fff)}.grid-table .rownum{position:sticky;left:0;background:var(--surface);color:var(--muted-2);font-weight:600;font-size:.78rem;z-index:1;text-align:center;min-width:56px;box-shadow:inset -1px 0 0 var(--border)}.grid-table tbody tr:hover .rownum{background:color-mix(in srgb,var(--brand) 5%,#fff)}.grid-table thead .rownum{z-index:3}.grid-table tr.row-err .rownum{color:var(--text);box-shadow:inset 3px 0 0 var(--amber)}.grid-table td.cell-blank{color:var(--muted-2)}.grid-table td.cell-fixed{background:color-mix(in srgb,var(--tag, var(--green)) 6%,#fff);vertical-align:top}.fixed-val{display:inline-flex;align-items:center}.fix-mark{display:inline-grid;place-items:center;width:15px;height:15px;margin-right:.35rem;border-radius:50%;background:var(--tag, var(--green));color:#fff;vertical-align:-2px;flex:none}.cell-fix-tag{display:block;margin-top:.2rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--tag, var(--green))}.orig-removed{color:var(--muted-2);text-decoration:line-through}.grid-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 1.25rem;margin-bottom:.7rem;font-size:.82rem;color:var(--muted)}.grid-legend span{display:inline-flex;align-items:center;gap:.4rem}.grid-legend .lg-dot{width:11px;height:11px;border-radius:3px}.grid-legend .lg-dot.green{background:var(--green)}.grid-legend .lg-dot.red{background:var(--red)}.grid-legend .lg-dot.blank{background:var(--surface-2);border:1px solid var(--border-strong)}.grid-legend .lg-hint{margin-left:auto}.grid-table td.cell-flagged{padding:.3rem .35rem;background:color-mix(in srgb,var(--tag) 8%,#fff);box-shadow:inset 3px 0 0 var(--tag);vertical-align:top;white-space:normal}.grid-table td.cell-flagged input{width:100%;min-width:150px;border:1px solid color-mix(in srgb,var(--tag) 55%,var(--border-strong));border-radius:7px;padding:.4rem .5rem;font-size:.95rem;background:#fff;color:var(--text)}.grid-table td.cell-flagged input:focus{outline:none;border-color:var(--tag);box-shadow:0 0 0 3px color-mix(in srgb,var(--tag) 22%,transparent)}.cell-tag{display:block;margin-top:.22rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--tag)}.cell-tag-rows{font-style:normal;font-weight:800;text-decoration:underline}.grid-empty{text-align:center!important;color:var(--muted);padding:2.5rem 1rem!important}.grid-empty .icon{color:var(--green);vertical-align:middle;margin-right:.4rem}.cell-save{margin-left:.4rem;border:none;background:var(--green);color:#fff;border-radius:5px;padding:.1rem .25rem;cursor:pointer;vertical-align:middle}.cell-keep{margin-left:.4rem;border:1px solid var(--border-strong);background:var(--surface);color:var(--muted);border-radius:5px;padding:.1rem .25rem;cursor:pointer;vertical-align:middle}.cell-keep:hover{border-color:var(--green);color:var(--green)}.row-check{width:15px;height:15px;cursor:pointer;accent-color:var(--brand);vertical-align:middle;margin-right:.35rem}.rownum-n{vertical-align:middle}.grid-table tr.row-sel td{background:color-mix(in srgb,var(--brand) 8%,#fff)!important}.edits-bar-dot.sel{background:var(--brand-50);color:var(--brand)}.select-bar{border-color:var(--brand-100)}.link-btn{margin-left:.5rem;border:none;background:none;color:var(--brand);font-weight:700;font-size:inherit;cursor:pointer;text-decoration:underline;padding:0}.pager{display:flex;align-items:center;gap:1rem;justify-content:center;margin-top:1rem}.edits-bar{position:sticky;bottom:1rem;z-index:30;margin:1.25rem auto 0;max-width:720px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .7rem .7rem 1.1rem;background:var(--surface);border:1px solid var(--brand-100);border-radius:999px;box-shadow:var(--shadow-lg);animation:rise .2s ease both}.edits-bar-info{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text)}.edits-bar-dot{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--amber-bg);color:var(--amber);flex:none}.edits-bar-actions{display:flex;gap:.5rem;flex:none}.cockpit-shell{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);margin:1rem 0 1.25rem;overflow:hidden}.cockpit-toggle{display:flex;align-items:center;gap:.6rem;width:100%;padding:.8rem 1rem;background:none;border:none;cursor:pointer;font:inherit;font-weight:600;color:var(--text)}.cockpit-toggle .muted{font-weight:500}.cockpit-caret{margin-left:auto;color:var(--muted)}.cockpit{display:grid;grid-template-columns:minmax(220px,1fr) 1.4fr;grid-template-areas:"gauge stats" "heatmap heatmap" "cols cols";gap:1.1rem 1.4rem;padding:1.1rem 1rem;border-top:1px solid var(--border)}.cockpit-gauge{grid-area:gauge;display:flex;align-items:center;gap:.9rem}.gauge{width:110px;height:110px;flex:none}.gauge-track{fill:none;stroke:var(--border);stroke-width:10}.gauge-fill{fill:none;stroke-width:10;stroke-linecap:round;transform:rotate(-90deg);transform-origin:60px 60px;transition:stroke-dasharray .8s cubic-bezier(.22,1,.36,1)}.gauge-score{font-size:30px;font-weight:800;text-anchor:middle}.gauge-grade{font-size:15px;font-weight:700;text-anchor:middle;opacity:.85}.cockpit-gauge-label{display:flex;flex-direction:column;gap:.2rem}.cockpit-stats{grid-area:stats;display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem 1rem;align-content:center}.qstat{display:flex;align-items:baseline;gap:.45rem}.qstat b{font-size:1.15rem}.qdot{width:9px;height:9px;border-radius:50%;align-self:center;flex:none}.cockpit-heatmap{grid-area:heatmap}.cockpit-cols{grid-area:cols}.cockpit-sub{display:flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;color:var(--muted);margin-bottom:.5rem}.heatmap-legend{margin-left:auto;display:flex;align-items:center;gap:.35rem;font-weight:500}.heatmap-legend i{width:10px;height:10px;border-radius:2px;display:inline-block;margin-left:.5rem}.heatmap-wrap{position:relative}.heatmap{width:100%;display:block;border-radius:var(--radius-sm);background:var(--bg);padding:4px;box-sizing:border-box}.heatmap-tip{position:absolute;top:-1.9rem;transform:translate(-50%);background:var(--text);color:var(--surface);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.72rem;white-space:nowrap;pointer-events:none;box-shadow:var(--shadow)}.col-health{display:flex;flex-direction:column;gap:.3rem;max-height:220px;overflow-y:auto}.col-row{display:grid;grid-template-columns:minmax(120px,1.3fr) 1fr minmax(150px,1.4fr);align-items:center;gap:.7rem;background:none;border:none;border-radius:var(--radius-sm);padding:.35rem .5rem;cursor:default;font:inherit;text-align:left}.col-row:hover{background:var(--bg)}.col-name{font-weight:600;font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-bar{height:7px;background:var(--border);border-radius:4px;overflow:hidden}.col-bar-fill{display:block;height:100%;border-radius:4px;transition:width .6s ease}.col-meta{white-space:nowrap}.col-err{color:var(--red)}@media(max-width:720px){.cockpit{grid-template-columns:1fr;grid-template-areas:"gauge" "stats" "heatmap" "cols"}}.export-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.7rem .95rem;margin-bottom:1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius)}.save-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;background:#0a161373;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.save-modal{width:min(440px,90vw);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 24px 60px #00000047;padding:1.6rem 1.5rem;text-align:center}.save-modal h3{margin:.6rem 0 1rem;color:var(--text)}.save-spark{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;color:#fff;background:var(--brand-gradient);box-shadow:var(--ring)}.save-progress{height:10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);overflow:hidden}.save-progress>span{display:block;height:100%;border-radius:999px;background:var(--brand-gradient);transition:width .28s ease}.save-progress.indeterminate{position:relative}.save-progress.indeterminate>span{width:38%;transition:none;animation:save-indeterminate 1.1s ease-in-out infinite}@keyframes save-indeterminate{0%{transform:translate(-120%)}to{transform:translate(320%)}}.save-modal p{margin:.6rem 0 0}.export-page{display:grid;gap:1.25rem}.export-page .card{display:grid;gap:.6rem}.sec-title{margin:0;font-size:1.02rem}.ok-bar{display:flex;align-items:center;gap:.5rem;background:var(--green-bg);border:1px solid var(--border);color:var(--green);padding:.7rem .9rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600}.filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem;margin-top:.4rem}.filter-row{display:grid;gap:.4rem}.filter-label{font-size:.82rem;font-weight:600;color:var(--text)}.filter-input{position:relative}.filter-input input{width:100%}.suggest-box{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow-y:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:.25rem}.suggest-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;text-align:left;background:none;border:none;border-radius:var(--radius-sm);padding:.45rem .6rem;font:inherit;color:var(--text);cursor:pointer}.suggest-item:hover{background:var(--surface-2)}.suggest-count{font-style:normal;font-size:.72rem;font-weight:700;color:var(--muted-2);background:var(--surface-2);border-radius:999px;padding:.05rem .45rem}.chips{display:flex;flex-wrap:wrap;gap:.35rem}.chip{display:inline-flex;align-items:center;gap:.3rem;background:var(--brand-50);color:var(--brand-600);border:1px solid var(--brand-100);border-radius:999px;padding:.2rem .55rem;font-size:.8rem;font-weight:600}.chip-x{display:inline-grid;place-items:center;background:none;border:none;color:inherit;cursor:pointer;padding:0;opacity:.7}.chip-x:hover{opacity:1}.preset-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin:.4rem 0 .5rem}.preset-card{display:grid;gap:.25rem;text-align:left;padding:.9rem 1rem;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;transition:border-color .15s,box-shadow .15s;position:relative}.preset-card:hover{border-color:var(--muted-2)}.preset-card.active{border-color:var(--brand);box-shadow:var(--ring)}.preset-radio{position:absolute;top:.9rem;right:.9rem;width:16px;height:16px;border-radius:50%;border:2px solid var(--border-strong)}.preset-card.active .preset-radio{border-color:var(--brand);background:radial-gradient(circle,var(--brand) 40%,transparent 45%)}.preset-title{font-weight:700;color:var(--text)}.preset-config{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;border-top:1px solid var(--border);padding-top:.9rem}@media(max-width:760px){.preset-config{grid-template-columns:1fr}}.preset-base,.preset-extra{display:grid;gap:.5rem;align-content:start}.col-tags{display:flex;flex-wrap:wrap;gap:.35rem}.col-tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.2rem .5rem;font-size:.78rem;color:var(--text)}.col-tag .ord{font-style:normal;font-size:.68rem;font-weight:700;color:var(--muted-2)}.col-checklist{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.4rem}.col-check{display:flex;flex-direction:row;align-items:center;gap:.45rem;font-size:.83rem;font-weight:500;padding:.4rem .55rem;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:var(--surface)}.col-check.on{border-color:var(--brand);background:var(--brand-50)}.col-check input{width:auto}.resolved-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.resolved-tags{margin-top:.5rem;max-width:70ch}.verify-bar{display:grid;gap:.75rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.verify-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.verify-result{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem .9rem;border-radius:var(--radius-sm);font-size:.9rem}.verify-result.ok{background:var(--green-bg);border:1px solid var(--border);color:var(--green)}.verify-result.bad{background:var(--amber-bg);border:1px solid var(--border);color:var(--amber)}.verify-values{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.verify-pill{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;padding:.2rem .55rem;font-size:.8rem;font-weight:600}.verify-pill.on{background:var(--green-bg);color:var(--green);border:1px solid var(--border)}.verify-pill.off{background:var(--red-bg);color:var(--red);border:1px solid var(--border)}.verify-pill .vc{font-style:normal;font-size:.7rem;opacity:.8}.section-locked>*:not(.sec-title){opacity:.45;pointer-events:none;-webkit-user-select:none;user-select:none}.section-locked .sec-title{display:flex;align-items:center;gap:.25rem}.made-by{position:fixed;right:12px;bottom:10px;z-index:80;font-size:.72rem;font-weight:600;color:var(--muted-2);background:var(--surface-glass);border:1px solid var(--border);border-radius:999px;padding:.2rem .6rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.view-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.view-bar .view-tabs{margin-bottom:0}.view-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-btn{flex:none}.review-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin:0 0 .75rem}.filter-n{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:.4rem;border-radius:999px;background:var(--brand);color:#fff;font-size:.72rem;font-weight:700}.row-spin{display:inline-block;width:13px;height:13px;margin-left:.3rem;border:2px solid var(--brand-100);border-top-color:var(--brand);border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}.active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.filter-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .3rem .25rem .6rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:.8rem;font-weight:600;color:var(--text)}.filter-chip.alt{background:color-mix(in srgb,var(--brand) 10%,var(--surface));border-color:var(--brand-100)}.filter-chip button{display:grid;place-items:center;width:18px;height:18px;border:none;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.filter-chip button:hover{background:var(--border);color:var(--text)}.grid-table th .th-inner{position:relative;display:flex;align-items:center}.th-label{display:inline-flex;align-items:center;gap:.35rem;border:none;background:none;cursor:pointer;font:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;padding:0}.th-name{overflow:hidden;text-overflow:ellipsis}.th-unique{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:0}.th-caret{color:var(--muted-2);font-size:.7rem}.grid-table th.col-editing{background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand);box-shadow:inset 0 -2px 0 var(--brand)}.th-menu{position:fixed;z-index:80;min-width:210px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.3rem;display:grid;gap:.1rem;text-transform:none;letter-spacing:0}.th-menu button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .6rem;border:none;background:none;border-radius:calc(var(--radius) - 4px);cursor:pointer;text-align:left;font-size:.82rem;font-weight:600;text-transform:none;letter-spacing:0;color:var(--text)}.th-menu button:hover{background:var(--surface-2)}.grid-table td.cell-edit{padding:.3rem .5rem}.grid-table td.cell-edit input{width:100%;min-width:90px;padding:.35rem .5rem;border:1px solid var(--brand-100);border-radius:8px;background:var(--surface);color:var(--text);font:inherit}.grid-table td.cell-edit input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-100)}.col-edit-bar .confirm-check{display:inline-flex;flex-direction:row;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--text);cursor:pointer}.filter-modal{width:min(440px,92vw);max-height:85vh;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 24px 60px #00000047;padding:1.25rem 1.35rem 1.35rem}.filter-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.filter-modal-head h3{display:flex;align-items:center;gap:.45rem;margin:0}.icon-btn{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);cursor:pointer}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.filter-section{margin-bottom:1rem}.filter-section-label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.5rem}.filter-checks{display:grid;gap:.3rem}.filter-check{display:flex;flex-direction:row;align-items:center;gap:.55rem;padding:.45rem .55rem;border:1px solid var(--border);border-radius:9px;font-size:.9rem;font-weight:500;cursor:pointer}.filter-check:hover{background:var(--surface-2);border-color:var(--border-strong)}.filter-check input[type=checkbox],.confirm-check input[type=checkbox]{width:16px;height:16px;padding:0;margin:0;flex:none;accent-color:var(--brand);cursor:pointer}.filter-check .tag-dot{width:9px;height:9px;flex:none;border-radius:50%;background:var(--tag, var(--muted-2))}.filter-check .n{margin-left:auto;color:var(--muted);font-weight:700;font-size:.78rem}.filter-sort{display:flex;gap:.5rem}.filter-sort select{flex:1;padding:.5rem .6rem;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);color:var(--text);font:inherit}.filter-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.confirm-modal{width:min(420px,92vw);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 24px 60px #00000047;padding:1.6rem 1.5rem;text-align:center}.confirm-modal h3{margin:.6rem 0 .5rem}.confirm-spark{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;color:#fff;background:var(--brand-gradient);box-shadow:var(--ring)}.confirm-actions{display:flex;justify-content:center;gap:.6rem;margin-top:1.2rem}.unique-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;justify-content:flex-end;background:#0a161366;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.unique-panel{width:min(360px,92vw);height:100%;background:var(--surface);border-left:1px solid var(--border);box-shadow:-16px 0 40px #00000038;display:flex;flex-direction:column;animation:slideIn .18s ease both}@keyframes slideIn{0%{transform:translate(20px);opacity:.6}to{transform:translate(0);opacity:1}}.unique-head{display:flex;align-items:flex-start;justify-content:space-between;padding:1.1rem 1.1rem .8rem;border-bottom:1px solid var(--border)}.unique-head h3{margin:0 0 .15rem;font-size:1rem}.unique-search{display:flex;align-items:center;gap:.45rem;margin:.8rem 1.1rem;padding:.5rem .7rem;border:1px solid var(--border-strong);border-radius:9px;color:var(--muted)}.unique-search input{flex:1;border:none;background:none;font:inherit;color:var(--text);outline:none}.unique-sortbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.4rem;padding:0 1.1rem .6rem}.unique-sort-opts{display:flex;align-items:center;gap:.35rem}.unique-sort{display:inline-flex;align-items:center;gap:.3rem;max-width:130px;border:1px solid var(--border-strong);background:var(--surface);border-radius:7px;padding:.3rem .55rem;font-size:.78rem;font-weight:600;color:var(--muted);cursor:pointer}.unique-sort .sort-key-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unique-sort:hover{background:var(--surface-2)}.unique-sort.active{color:var(--text);border-color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,var(--surface))}.unique-sort .sort-arrow{font-size:.95rem;line-height:1;color:var(--brand)}.unique-list{flex:1;overflow-y:auto;padding:0 .6rem .6rem}.unique-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;width:100%;padding:.55rem .6rem;border:none;border-radius:8px;background:none;cursor:pointer;text-align:left;font:inherit;color:var(--text)}.unique-row:hover{background:var(--surface-2)}.unique-row.active{background:color-mix(in srgb,var(--brand) 14%,var(--surface));color:var(--brand)}.unique-val{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unique-count{flex:none;min-width:26px;text-align:center;padding:.05rem .45rem;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:.74rem;font-weight:700}.unique-foot{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.1rem;border-top:1px solid var(--border)}.unique-mergebar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;padding:0 1.1rem .6rem}.unique-row.picked{background:color-mix(in srgb,var(--brand) 12%,var(--surface))}.unique-row .row-check{flex:none}.unique-merge-foot{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.75rem 1.1rem;border-top:1px solid var(--border)}.unique-merge-foot input{flex:1;min-width:140px;border:1px solid var(--border-strong);border-radius:7px;padding:.4rem .55rem;font:inherit;color:var(--text);background:var(--surface)}.grid-xscroll{height:15px;overflow-x:auto;overflow-y:hidden;margin-bottom:6px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);scrollbar-width:thin;scrollbar-color:var(--muted-2) var(--surface-2)}.grid-xscroll-spacer{height:1px}.grid-xscroll::-webkit-scrollbar{height:13px}.grid-xscroll::-webkit-scrollbar-track{background:transparent}.grid-xscroll::-webkit-scrollbar-thumb{background:var(--muted-2);border:2px solid var(--surface-2);border-radius:999px;min-width:48px}.grid-xscroll::-webkit-scrollbar-thumb:hover{background:var(--muted)}.branch-card-actions{display:flex;align-items:center;gap:.4rem}.branch-del{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted-2);cursor:pointer;transition:color .12s,border-color .12s,background .12s}.branch-del:hover{color:var(--red);border-color:var(--red);background:var(--red-bg)}.conflict-modal{width:min(1100px,96vw);max-height:92vh;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 24px 60px #00000047;overflow:hidden}.conflict-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.4rem;border-bottom:1px solid var(--border)}.conflict-head h3{margin:0 0 .3rem;display:flex;align-items:center;gap:.45rem;color:var(--amber)}.conflict-head p{margin:0;max-width:64ch}.conflict-bulk{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;flex-shrink:0}.conflict-body{padding:1.1rem 1.4rem;overflow-y:auto;display:grid;gap:1.1rem}.conflict-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);padding:1rem}.conflict-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.conflict-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;color:var(--amber);background:var(--amber-bg);border:1px solid var(--border);padding:.2rem .55rem;border-radius:999px}.conflict-diffs{display:grid;gap:.25rem;margin-bottom:.85rem;max-width:720px}.conflict-diff-row{display:grid;grid-template-columns:minmax(110px,150px) minmax(0,1fr) minmax(0,1fr);align-items:center;gap:.5rem;font-size:.85rem;padding:.3rem .55rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.conflict-diff-header{background:transparent;border:none;font-weight:700;font-size:.74rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.conflict-diff-field{font-weight:600;color:var(--text)}.conflict-diff-cleaned{color:var(--brand-600);font-weight:600;word-break:break-word;min-width:0}.conflict-diff-master{color:var(--text);word-break:break-word;min-width:0}.conflict-diff-cleaned input{width:100%;max-width:280px;padding:.25rem .45rem;font-size:.85rem;font-weight:600;color:var(--brand-600);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm)}.conflict-diff-cleaned input:focus{outline:none;border-color:var(--brand);box-shadow:var(--ring)}.conflict-diff-row.resolved{opacity:.65}.conflict-diff-row.resolved .conflict-diff-cleaned input{color:var(--muted);font-weight:500}.conflict-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.conflict-table{border-collapse:collapse;font-size:.8rem;white-space:nowrap}.conflict-table th,.conflict-table td{padding:.45rem .6rem;border-bottom:1px solid var(--border);text-align:left}.conflict-table thead th{font-weight:600;color:var(--muted);background:var(--surface-2);position:sticky;top:0;z-index:2}.conflict-table th.diff,.conflict-table td.diff{background:var(--amber-bg);color:var(--amber);font-weight:600}.conflict-table .rowlabel{position:sticky;left:0;z-index:3;background:var(--surface-2)}.conflict-tag{display:inline-block;font-size:.7rem;font-weight:700;padding:.12rem .45rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.conflict-tag.cleaned{color:#fff;background:var(--brand)}.conflict-tag.master{color:var(--text);background:var(--surface);border:1px solid var(--border-strong)}.conflict-table .cleaned-row td{background:var(--brand-50)}.conflict-choices{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.85rem}.conflict-choice{font-size:.8rem;font-weight:600;color:var(--muted);padding:.32rem .7rem;border:1px solid var(--border-strong);border-radius:999px;background:var(--surface);cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s,color .15s}.conflict-choice:hover{border-color:var(--brand);color:var(--text)}.conflict-choice.active{border-color:var(--brand);box-shadow:var(--ring);background:var(--brand-50);color:var(--brand-600)}.conflict-foot{display:flex;justify-content:flex-end;gap:.6rem;padding:1rem 1.4rem;border-top:1px solid var(--border)}@media(max-width:720px){.conflict-head{flex-direction:column}}.std-map{display:grid;grid-template-columns:1fr;gap:.45rem}.std-map-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;padding:.35rem 0;border-bottom:1px dashed var(--border)}.std-master{min-width:220px;font-weight:600;font-size:.9rem}.std-arrow{color:var(--muted);flex:none}.dl-bar{margin-top:1rem;padding:.9rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.dl-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.55rem}.dl-label{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.dl-label .icon{color:var(--green)}.dl-label .spinner{width:15px;height:15px;border-width:2px;margin:0}
