:root{--bg:#0b1120;--panel:#0f172aeb;--panel2:#020617c7;--border:#94a3b82e;--text:#e5e7eb;--muted:#94a3b8;--blue:#2563eb;--indigo:#6366f1;--green:#72ff00;--amber:#f59e0b;--danger:#ef4444}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:IBM Plex Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.grid-overlay{background-image:linear-gradient(#ffffff0e 1px,#0000 1px),linear-gradient(90deg,#ffffff0e 1px,#0000 1px);background-size:42px 42px;min-height:100vh}.login-layout{place-items:center;min-height:100vh;padding:32px;display:grid}.login-card{border:1px solid var(--border);background:#0f172aeb;border-radius:28px;width:min(460px,100%);padding:32px;box-shadow:0 24px 80px #00000073}.login-brand{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:26px;display:flex}.logo-img{object-fit:contain;background:#fff;border-radius:16px;width:92px;height:62px;padding:5px}.brand-title{letter-spacing:.18em;font-size:30px;font-weight:950}.brand-subtitle{color:var(--muted);text-transform:uppercase;letter-spacing:.18em;font-size:13px}.input-group{gap:7px;margin-bottom:16px;display:grid}.label{color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900}.input,.select,.textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#020617bf;border-radius:12px;outline:none;padding:11px 12px}.textarea{resize:vertical;min-height:76px}.input:focus,.select:focus,.textarea:focus{border-color:#6366f1cc;box-shadow:0 0 0 4px #6366f11f}.btn{color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-weight:900;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 12px 30px #2563eb47}.btn-primary:hover{filter:brightness(1.08)}.btn-secondary{border:1px solid var(--border);background:#1e293be6}.btn-secondary:hover{background:#334155f2}.btn-green{background:#16a34a}.btn-blue{background:#1d4ed8}.btn-red{background:#dc2626}.btn-amber{background:#d97706}.error-box{color:#fecaca;background:#ef44441f;border:1px solid #ef444440;border-radius:12px;margin-bottom:16px;padding:12px;font-weight:800}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5;background:#020617d1;justify-content:space-between;align-items:center;gap:16px;height:72px;padding:0 20px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:14px;display:flex}.topbar .logo-img{border-radius:12px;width:58px;height:44px}.app-title{letter-spacing:.14em;font-size:18px;font-weight:950}.app-sub{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:11px}.topbar-right{align-items:center;gap:10px;display:flex}.user-pill{border:1px solid var(--border);text-align:right;background:#0f172ae6;border-radius:14px;padding:8px 11px}.user-name{font-size:13px;font-weight:900}.user-role{color:#93c5fd;text-transform:uppercase;font-size:11px}.shell{grid-template-columns:230px 1fr;gap:18px;max-width:1540px;margin:0 auto;padding:18px;display:grid}.sidebar{border:1px solid var(--border);background:#0f172ab8;border-radius:20px;height:calc(100vh - 108px);padding:10px;position:sticky;top:90px}.nav-btn{color:#cbd5e1;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;width:100%;margin-bottom:6px;padding:13px 12px;font-weight:900;display:flex}.nav-btn.active{color:#fff;background:linear-gradient(135deg,#1d4ed8,#4f46e5)}.nav-btn:not(.active):hover{color:#fff;background:#1e293bcc}.content{min-width:0}.panel{background:var(--panel);border:1px solid var(--border);border-radius:22px;box-shadow:0 22px 80px #00000047}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.panel-title{align-items:center;gap:9px;font-size:18px;font-weight:950;display:flex}.panel-subtitle{color:var(--muted);margin-top:3px;font-size:12px}.weighing-window{gap:14px;display:grid}.legacy-card{background:#e2e8f014;border:1px solid #e2e8f02e;border-radius:18px;overflow:hidden}.legacy-titlebar{color:#0f172a;background:linear-gradient(#dbeafe,#93c5fd);justify-content:space-between;align-items:center;height:34px;padding:0 10px;font-size:13px;font-weight:900;display:flex}.win-dots{gap:5px;display:flex}.win-dot{background:#0f172a47;border-radius:3px;width:12px;height:12px}.legacy-content{background:#0f172ac7;padding:16px}.form-grid{grid-template-columns:1.25fr .95fr;gap:14px;display:grid}.form-section{border:1px solid var(--border);background:#02061747;border-radius:14px;padding:13px}.section-title{color:#e2e8f0;align-items:center;gap:7px;margin-bottom:12px;font-size:13px;font-weight:950;display:flex}.two-col{grid-template-columns:1fr 1fr;gap:10px;display:grid}.three-col{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.scale-row{grid-template-columns:1fr 116px 114px;align-items:stretch;gap:12px;margin-top:14px;display:grid}.display-box{color:#000;background:#93ff22;border:1px solid #477a13;border-radius:2px;grid-template-rows:1fr auto;min-height:142px;padding:9px 13px;display:grid;box-shadow:inset 0 0 0 2px #ffffff42}.weight-number{text-align:right;letter-spacing:-.06em;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(52px,7vw,86px);font-weight:950;line-height:1}.display-status{justify-content:space-between;font-size:11px;font-weight:950;display:flex}.action-stack{gap:8px;display:grid}.big-save{min-height:66px}.status-line{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.badge{border:1px solid var(--border);color:#cbd5e1;background:#0f172ab8;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:12px;font-weight:900;display:inline-flex}.badge.green{color:#bbf7d0;background:#16a34a1f;border-color:#22c55e47}.badge.red{color:#fecaca;background:#ef44441f;border-color:#ef444447}.badge.amber{color:#fde68a;background:#f59e0b21;border-color:#f59e0b4d}.badge.blue{color:#bfdbfe;background:#2563eb1f;border-color:#2563eb47}.table-wrap{border:1px solid var(--border);border-radius:14px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:980px}th{color:#cbd5e1;text-transform:uppercase;letter-spacing:.08em;text-align:left;white-space:nowrap;background:#020617db;padding:11px;font-size:11px}td{color:#dbeafe;white-space:nowrap;border-top:1px solid #94a3b821;padding:10px 11px;font-size:13px}tr:hover td{background:#1e293b73}.photo-preview{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.photo-box{border:1px solid var(--border);background:#0206178c;border-radius:14px;min-height:92px;padding:10px}.photo-box img{object-fit:cover;border-radius:10px;width:100%;height:96px;display:block}.empty-photo{height:96px;color:var(--muted);place-items:center;font-size:12px;display:grid}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.card{border:1px solid var(--border);background:#0206177a;border-radius:18px;padding:16px}.card-title{margin-bottom:6px;font-weight:950}.card-meta{color:var(--muted);font-size:13px}.master-grid{grid-template-columns:340px 1fr;gap:18px;display:grid}.notice{color:#fde68a;background:#f59e0b1a;border:1px solid #f59e0b52;border-radius:16px;padding:14px;font-weight:800}@media (width<=1100px){.shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.form-grid,.master-grid,.scale-row{grid-template-columns:1fr}}@media (width<=700px){.topbar{flex-direction:column;align-items:flex-start;height:auto}.topbar-right{justify-content:space-between;width:100%}.two-col,.three-col,.photo-preview{grid-template-columns:1fr}.shell{padding:10px}.panel-header{flex-direction:column;align-items:flex-start}}.app-bg{background:#0f172a;min-height:100vh}.grid-overlay{min-height:100vh;background:0 0!important}.login-layout{background:#0f172a}.topbar{background:#111827;border-bottom-color:#94a3b847;box-shadow:0 1px #ffffff08,0 18px 36px #00000038}.shell{gap:12px;max-width:none;height:calc(100vh - 72px);padding:12px;overflow:hidden}.sidebar{background:#111827;border-radius:14px;height:calc(100vh - 96px);top:84px}.content{min-height:0;padding-right:4px;overflow:auto}.panel{box-shadow:none;background:#111827;border-radius:14px}.panel-header{background:#0f172a;padding:14px 16px}.panel-body{padding:14px 16px}.legacy-card,.form-section,.card,.photo-box{border-radius:10px}.legacy-content{background:#111827}.input,.select,.textarea{background:#0b1220;border-radius:8px}.btn{border-radius:8px}.display-box{border-radius:6px}@media (width<=1100px){.shell{height:auto;overflow:visible}.sidebar{height:auto}.content{overflow:visible}}:root{--gravitas-statusbar-height:36px}.app-bg{padding-bottom:var(--gravitas-statusbar-height)}.shell{height:calc(100vh - 72px - var(--gravitas-statusbar-height));padding-bottom:10px}.sidebar{height:calc(100vh - 96px - var(--gravitas-statusbar-height))}.content{padding-bottom:16px}.panel-header .badge{text-overflow:ellipsis;white-space:nowrap;max-width:520px;overflow:hidden}.app-statusbar{z-index:80;height:var(--gravitas-statusbar-height);color:#dbeafe;background:#0b1220;border-top:1px solid #94a3b83d;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 28px #00000059}.app-statusbar-inner{align-items:center;gap:10px;min-width:0;height:100%;padding:0 14px;font-size:12px;display:flex}.statusbar-group{white-space:nowrap;background:#0f172aeb;border:1px solid #94a3b82e;border-radius:999px;align-items:center;gap:7px;min-width:0;height:24px;padding:0 10px;display:inline-flex}.statusbar-main{flex:auto;min-width:180px}.statusbar-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:800}.statusbar-value{color:#e5e7eb;text-overflow:ellipsis;overflow:hidden}.statusbar-connection{max-width:100%}.statusbar-group.amber{background:#f59e0b1a;border-color:#f59e0b61}.status-dot{border-radius:999px;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 3px #94a3b81a}.status-dot.green{background:#22c55e;box-shadow:0 0 0 3px #22c55e24}.status-dot.amber{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b24}.status-dot.red{background:#ef4444;box-shadow:0 0 0 3px #ef444424}.mono{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}@media (width<=1100px){.hide-md{display:none}}@media (width<=820px){.hide-sm{display:none}.statusbar-main{min-width:0}.app-statusbar-inner{gap:6px;padding:0 8px}.statusbar-group{padding:0 8px}}.grid-overlay{background-image:none!important;background-size:auto!important}.shell{gap:12px;width:100%;margin:0;padding:12px 18px 18px;grid-template-columns:1fr!important;max-width:none!important}.sidebar{display:none!important}.top-menu{z-index:4;background:#0f172aeb;border:1px solid #94a3b82e;border-radius:16px;align-items:center;gap:8px;min-width:0;padding:8px;display:flex;position:sticky;top:72px;overflow-x:auto;box-shadow:0 16px 40px #00000038}.top-menu .nav-btn{border-radius:12px;width:auto;min-width:max-content;margin:0;padding:10px 14px}.content{width:100%}.panel-subtitle{display:none}.weighing-window,.weighing-window .panel,.weighing-window .legacy-card{width:100%}.weighing-window .panel-body{padding:12px 14px 14px}.legacy-content{padding:14px}.form-grid{grid-template-columns:minmax(680px,1.45fr) minmax(340px,.72fr) minmax(340px,.82fr);align-items:stretch}.camera-section{flex-direction:column;min-height:100%;display:flex}.camera-preview-stack{flex:1;grid-template-rows:1fr auto;gap:10px;min-height:0;display:grid}.camera-preview-stack .photo-box{margin:0}.camera-hint{color:#94a3b8;margin-top:10px;font-size:12px;line-height:1.45}.photo-preview{display:none!important}.scale-row{grid-template-columns:minmax(460px,1fr) 140px 140px}@media (width<=1450px){.form-grid{grid-template-columns:minmax(560px,1.35fr) minmax(320px,.8fr) minmax(300px,.8fr)}.camera-large img,.camera-large .empty-photo{height:190px}}@media (width<=1200px){.form-grid{grid-template-columns:1fr}.camera-preview-stack{grid-template-rows:none;grid-template-columns:1fr 1fr}.camera-large img,.camera-large .empty-photo,.camera-plate img,.camera-plate .empty-photo{height:170px}}@media (width<=700px){.top-menu{border-radius:0;margin-left:-10px;margin-right:-10px;top:0}.camera-preview-stack{grid-template-columns:1fr}}html,body,#root{height:100%;overflow:hidden}body{background:#0b1120}.app-bg,.grid-overlay{background-image:none!important;background-size:auto!important;height:100vh!important;min-height:0!important;overflow:hidden!important}.app-bg{background:#0b1120!important}.topbar{height:72px!important;min-height:72px!important;box-shadow:none!important;background:#101827!important;border-bottom:1px solid #94a3b833!important;gap:18px!important;padding:0 18px!important}.topbar-left{flex:none;min-width:270px}.topbar .logo-img{width:56px!important;height:48px!important}.app-title{line-height:1.05;font-size:18px!important}.app-sub{font-size:10px!important}.topbar-nav{flex:auto;align-items:center;min-width:0;display:flex}.topbar-nav .top-menu{width:100%;min-width:0;overflow-x:auto;z-index:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0!important;display:flex!important;position:static!important;top:auto!important}.topbar-nav .top-menu::-webkit-scrollbar{height:0}.topbar-nav .nav-btn{height:40px;font-size:14px;border-radius:11px!important;width:auto!important;min-width:max-content!important;margin:0!important;padding:0 14px!important}.topbar-nav .nav-btn.active{background:linear-gradient(135deg,#2563eb,#4f46e5)!important}.topbar-right{flex:none}.topbar-right .badge{padding:5px 8px;font-size:11px}.user-pill{border-radius:12px!important;padding:6px 10px!important}.user-name{font-size:12px!important}.user-role{font-size:10px!important}.sidebar,.shell>.top-menu{display:none!important}.shell{width:100%!important;max-width:none!important;height:calc(100vh - 72px - var(--gravitas-statusbar-height,36px))!important;grid-template-columns:1fr!important;gap:0!important;min-height:0!important;margin:0!important;padding:8px 10px!important;display:grid!important;overflow:hidden!important}.content{width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;padding:0!important;overflow:hidden!important}.content>.panel,.content>.master-grid{max-height:100%;overflow:auto}.weighing-window{height:100%!important;min-height:0!important;display:block!important}.weighing-window>.panel,.weighing-window .panel,.weighing-window .legacy-card{height:100%!important;min-height:0!important}.weighing-window>.panel,.weighing-window .panel{flex-direction:column!important;display:flex!important}.panel{box-shadow:none!important;border-radius:14px!important}.weighing-window .panel-header{flex:none!important;display:flex!important}.weighing-window .panel-body{flex:auto!important;height:auto!important;min-height:0!important;padding:14px 16px!important;overflow:hidden!important}.legacy-card{border-radius:12px!important;flex-direction:column!important;display:flex!important}.weighing-window .legacy-titlebar{display:none!important}.legacy-titlebar{height:28px!important;min-height:28px!important;padding:0 10px!important;font-size:12px!important}.legacy-content{flex-direction:column!important;flex:auto!important;gap:8px!important;min-height:0!important;padding:10px 12px!important;display:flex!important;overflow:hidden!important}.form-grid{flex:none;grid-template-columns:minmax(760px,1.48fr) minmax(285px,.58fr) minmax(340px,.64fr)!important;align-items:stretch!important;gap:10px!important}.form-section{border-radius:11px!important;padding:10px!important}.section-title{margin-bottom:8px!important;font-size:12px!important}.input-group{gap:4px!important;margin-bottom:8px!important}.label{letter-spacing:.1em!important;font-size:10px!important}.input,.select,.textarea{min-height:38px;font-size:15px;border-radius:9px!important;padding:8px 10px!important}.two-col,.three-col{gap:8px!important}.scale-row{flex:none;grid-template-columns:minmax(520px,1fr) 126px 126px!important;gap:10px!important;margin-top:0!important}.display-box{min-height:104px!important;padding:7px 12px!important}.weight-number small{font-size:28px!important}.display-status{font-size:10px!important}.btn{min-height:36px;font-size:13px;border-radius:10px!important;padding:8px 12px!important}.status-line{gap:6px!important;margin-top:0!important}.status-line .btn,.big-save{min-height:38px!important}.weighing-window .form-section[style]{margin-top:0!important}.textarea{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;resize:none!important;height:72px!important;min-height:72px!important;font-size:12px!important}.camera-section{min-height:0!important}.camera-preview-stack{gap:8px!important}.camera-large img,.camera-large .empty-photo{height:142px!important}.camera-plate img,.camera-plate .empty-photo{height:74px!important}.camera-load-btn{width:100%;margin-top:8px!important}.camera-hint{display:none!important}.photo-box{border-radius:10px!important;min-height:0!important;padding:8px!important}.empty-photo{font-size:11px!important}.app-statusbar{height:var(--gravitas-statusbar-height,36px)!important}@media (width<=1500px){.topbar-left{min-width:235px}.topbar-nav .nav-btn{font-size:13px;padding:0 10px!important}.form-grid{grid-template-columns:minmax(620px,1.4fr) minmax(260px,.62fr) minmax(300px,.7fr)!important}.camera-large img,.camera-large .empty-photo{height:120px!important}.camera-plate img,.camera-plate .empty-photo{height:66px!important}}@media (width<=1200px){html,body,#root,.app-bg,.grid-overlay{height:auto!important;min-height:100vh!important;overflow:auto!important}.topbar{flex-wrap:wrap;height:auto!important;min-height:72px!important;padding:10px 14px!important}.topbar-nav{flex-basis:100%;order:3;margin-left:0}.shell,.content,.weighing-window,.weighing-window>.panel,.weighing-window .panel,.weighing-window .legacy-card,.weighing-window .panel-body,.legacy-content{height:auto!important;overflow:visible!important}.form-grid,.scale-row{grid-template-columns:1fr!important}.camera-preview-stack{grid-template-rows:none!important;grid-template-columns:1fr 1fr!important}}.display-box{color:#dbeafe!important;background:linear-gradient(#1e293b,#111827)!important;border:1px solid #94a3b84d!important;border-radius:10px!important;height:70px!important;min-height:70px!important;padding:6px 12px!important;box-shadow:inset 0 0 0 1px #ffffff09!important}.display-box.is-connected{color:#041100!important;background:linear-gradient(#96ff22,#7ee20d)!important;border-color:#7ee20dcc!important;box-shadow:inset 0 0 0 1px #ffffff3d,0 0 18px #7ee20d1f!important}.display-box.is-disconnected{color:#dbeafe!important;background:linear-gradient(#1e293b,#101827)!important;border-color:#94a3b847!important}.weight-number{letter-spacing:-.055em!important;font-size:clamp(34px,4.4vw,58px)!important;line-height:.95!important}.display-status{opacity:.92;font-size:10px!important;line-height:1.15!important}.scale-row{grid-template-columns:minmax(440px,1fr) 116px 116px!important;align-items:stretch!important;gap:8px!important}.scale-row .btn{min-height:32px!important;padding-top:6px!important;padding-bottom:6px!important}.action-stack{gap:5px!important}@media (width<=1500px){.display-box{height:64px!important;min-height:64px!important}.weight-number{font-size:clamp(32px,4vw,52px)!important}.weight-number small{font-size:20px!important}.scale-row{grid-template-columns:minmax(360px,1fr) 108px 108px!important}}.scale-row{grid-template-columns:560px 116px 116px!important;justify-content:start!important;align-items:stretch!important;width:fit-content!important;max-width:100%!important}.display-box{justify-self:start!important;width:560px!important;max-width:560px!important}.weight-number{font-size:clamp(34px,3.2vw,58px)!important}@media (width<=1500px){.scale-row{grid-template-columns:500px 108px 108px!important}.display-box{width:500px!important;max-width:500px!important}}@media (width<=900px){.scale-row{grid-template-columns:1fr!important;width:100%!important}.display-box{width:100%!important;max-width:none!important}}html[data-theme=light]{--bg:#f4f7fb;--panel:#fff;--panel2:#f8fafc;--border:#0f172a24;--text:#0f172a;--muted:#64748b}html[data-theme=light] body,html[data-theme=light] .app-bg,html[data-theme=light] .grid-overlay,html[data-theme=light] .login-layout{color:#0f172a!important;background:#f4f7fb!important}html[data-theme=light] .topbar{background:#fff!important;border-bottom-color:#0f172a1f!important;box-shadow:0 1px #0f172a0a,0 10px 26px #0f172a14!important}html[data-theme=light] .panel,html[data-theme=light] .login-card,html[data-theme=light] .legacy-card,html[data-theme=light] .form-section,html[data-theme=light] .card,html[data-theme=light] .photo-box,html[data-theme=light] .user-pill{color:#0f172a!important;background:#fff!important;border-color:#0f172a21!important}html[data-theme=light] .panel-header,html[data-theme=light] .legacy-content{background:#fff!important}html[data-theme=light] .legacy-titlebar{border-bottom:1px solid #0f172a1f;color:#0f172a!important;background:linear-gradient(#f8fafc,#e2e8f0)!important}html[data-theme=light] .input,html[data-theme=light] .select,html[data-theme=light] .textarea{color:#0f172a!important;background:#f8fafc!important;border-color:#0f172a29!important}html[data-theme=light] .label,html[data-theme=light] .panel-subtitle,html[data-theme=light] .card-meta,html[data-theme=light] .camera-hint,html[data-theme=light] .brand-subtitle,html[data-theme=light] .app-sub,html[data-theme=light] .empty-photo{color:#64748b!important}html[data-theme=light] .section-title,html[data-theme=light] .panel-title,html[data-theme=light] .app-title,html[data-theme=light] .brand-title,html[data-theme=light] .card-title,html[data-theme=light] .user-name{color:#0f172a!important}html[data-theme=light] .btn-secondary{color:#0f172a!important;background:#f1f5f9!important;border:1px solid #0f172a24!important}html[data-theme=light] .btn-secondary:hover{background:#e2e8f0!important}html[data-theme=light] .topbar-nav .nav-btn,html[data-theme=light] .nav-btn{color:#334155!important}html[data-theme=light] .topbar-nav .nav-btn:not(.active):hover,html[data-theme=light] .nav-btn:not(.active):hover{color:#0f172a!important;background:#e2e8f0!important}html[data-theme=light] .topbar-nav .nav-btn.active,html[data-theme=light] .nav-btn.active{color:#fff!important}html[data-theme=light] .badge{color:#334155!important;background:#f8fafc!important;border-color:#0f172a24!important}html[data-theme=light] .badge.green{color:#166534!important;background:#dcfce7!important;border-color:#86efac!important}html[data-theme=light] .badge.red{color:#991b1b!important;background:#fee2e2!important;border-color:#fecaca!important}html[data-theme=light] .badge.amber{color:#92400e!important;background:#fef3c7!important;border-color:#fde68a!important}html[data-theme=light] .badge.blue{color:#1e40af!important;background:#dbeafe!important;border-color:#bfdbfe!important}html[data-theme=light] table th{color:#475569!important;background:#f1f5f9!important}html[data-theme=light] table td{color:#0f172a!important;border-top-color:#0f172a1a!important}html[data-theme=light] tr:hover td{background:#f8fafc!important}html[data-theme=light] .display-box.is-disconnected{color:#334155!important;background:linear-gradient(#f8fafc,#e2e8f0)!important;border-color:#0f172a29!important}html[data-theme=light] .app-statusbar{color:#0f172a!important;background:#fff!important;border-top-color:#0f172a1f!important;box-shadow:0 -10px 24px #0f172a14!important}html[data-theme=light] .statusbar-group{background:#f8fafc!important;border-color:#0f172a1f!important}html[data-theme=light] .statusbar-label{color:#64748b!important}html[data-theme=light] .statusbar-value{color:#0f172a!important}html[data-theme=light] .notice{color:#92400e!important;background:#fef3c7!important;border-color:#fde68a!important}html[data-theme=light] .error-box{color:#991b1b!important;background:#fee2e2!important;border-color:#fecaca!important}.theme-toggle span{display:inline}@media (width<=1350px){.theme-toggle span{display:none}}.history-filters{grid-template-columns:minmax(240px,1.4fr) repeat(4,minmax(150px,1fr)) auto;align-items:end;gap:10px;margin-bottom:10px;display:grid}.history-filters .input-group{margin-bottom:0!important}.history-filter-actions{align-items:center;gap:8px;padding-bottom:0;display:flex}.history-count{color:var(--muted);margin:4px 0 10px;font-size:12px;font-weight:800}.history-count strong{color:var(--text)}@media (width<=1350px){.history-filters{grid-template-columns:repeat(3,minmax(180px,1fr))}.history-filter-actions{grid-column:1/-1}}@media (width<=700px){.history-filters{grid-template-columns:1fr}}.btn-icon{width:36px;min-height:32px!important;padding:6px!important}.users-grid{grid-template-columns:340px 1fr;gap:18px;display:grid}.table-input{min-width:170px;min-height:34px!important;padding:6px 8px!important;font-size:13px!important}@media (width<=1100px){.users-grid{grid-template-columns:1fr}}.role-help{color:var(--muted);gap:6px;margin-top:14px;font-size:12px;line-height:1.35;display:grid}.role-help strong{color:var(--text)}.master-grid-wide{grid-template-columns:380px 1fr}.partner-flags{color:var(--text);flex-wrap:wrap;gap:10px;margin:0 0 14px;font-size:13px;font-weight:800;display:flex}.partner-flags label{align-items:center;gap:6px;display:inline-flex}.compact-textarea{height:64px!important;min-height:64px!important}.master-table{min-width:980px}.master-table td{vertical-align:top}.master-table .table-input+.table-input{margin-top:6px}.table-textarea{min-width:240px;height:74px!important;min-height:74px!important;padding:6px 8px!important;font-size:13px!important}.table-flags{gap:6px;min-width:150px;display:grid}@media (width<=1100px){.master-grid-wide{grid-template-columns:1fr}}.field-hint{color:var(--muted);margin-top:4px;font-size:11px;font-weight:800}.field-hint.success{color:#22c55e}html[data-theme=light] .field-hint.success{color:#15803d}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ticket-modal{background:var(--panel);border:1px solid var(--border);border-radius:22px;width:min(760px,100%);padding:20px;box-shadow:0 28px 90px #00000073}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.modal-header h2{margin:0 0 4px}.modal-header p{color:var(--muted);margin:0;font-weight:700}.ticket-preview{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px;display:grid}.ticket-preview div,.share-box{border:1px solid var(--border);background:#02061747;border-radius:14px;padding:12px}.ticket-preview span{color:var(--muted);text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:900;display:block}.share-box{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.share-box a{color:#93c5fd;word-break:break-all}.qr-placeholder{text-align:center;color:#0f172a;background:#fff;border-radius:12px;place-items:center;width:92px;height:92px;font-size:12px;font-weight:900;display:grid}.email-row{grid-template-columns:1fr auto;gap:10px;margin-bottom:14px;display:grid}.modal-actions{flex-wrap:wrap;gap:10px;display:flex}.public-ticket-card{width:min(620px,100%)}.ticket-detail h2{text-align:center;margin:0 0 16px}.ticket-detail-grid{grid-template-columns:120px 1fr;align-items:center;gap:10px;display:grid}.ticket-detail-grid span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}@media (width<=760px){.ticket-preview,.email-row{grid-template-columns:1fr}.modal-header,.share-box{flex-direction:column}}html[data-theme=light] .ticket-modal,html[data-theme=light] .ticket-preview div,html[data-theme=light] .share-box{background:#fff!important}html[data-theme=light] .share-box a{color:#1d4ed8}html,body,#root,.app-bg,.grid-overlay{overscroll-behavior:none}body{-webkit-tap-highlight-color:transparent}button,.btn,.nav-btn{touch-action:manipulation}button:active,.btn:active,.nav-btn:active{transform:scale(.99)}@media (display-mode:standalone),(display-mode:window-controls-overlay){.topbar{padding-top:env(titlebar-area-y,0)!important}}.btn-primary,.nav-btn.active,.topbar-nav .nav-btn.active{background:linear-gradient(135deg, var(--brand-primary,#2563eb), color-mix(in srgb, var(--brand-primary,#2563eb) 72%, #111827))!important}.btn-primary{box-shadow:0 12px 30px color-mix(in srgb, var(--brand-primary,#2563eb) 28%, transparent)!important}.legacy-titlebar{background:linear-gradient(color-mix(in srgb, var(--brand-primary,#2563eb) 16%, #f8fafc), color-mix(in srgb, var(--brand-primary,#2563eb) 36%, #cbd5e1))!important}.logo-img{object-fit:contain}.uuid-text{word-break:break-all;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px}.ticket-preview .uuid-text{font-size:12px}.import-box{border:1px solid var(--border);background:#0206173d;border-radius:14px;margin:12px 0 16px;padding:12px}.import-hint,.import-result{color:var(--muted);margin-top:8px;font-size:12px;font-weight:800;line-height:1.35}.import-result strong{color:var(--text)}.mono-input{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace!important}html[data-theme=light] .import-box{background:#f8fafc!important}.display-box{grid-template-rows:minmax(0,1fr) auto!important;height:88px!important;min-height:88px!important;padding:10px 16px 12px!important;overflow:hidden!important}.weight-number{align-self:center!important;padding-right:8px!important;font-size:clamp(36px,3vw,56px)!important;line-height:.92!important}.weight-number small{margin-left:8px!important;font-size:22px!important}.display-status{margin-top:6px!important;padding:0 4px!important;line-height:1.25!important}@media (width<=1500px){.display-box{height:82px!important;min-height:82px!important;padding:9px 14px 11px!important}.weight-number{font-size:clamp(34px,3vw,52px)!important}}
