*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;transition:background-color .3s,color .3s}.login-page,.app-layout{animation:.4s ease-out pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.boot-loading{background:var(--bg);min-height:100vh;color:var(--text-muted);justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1;padding-bottom:64px}.nep-wrap{justify-content:center;align-items:center;min-height:60vh;padding:24px;display:flex}.nep-card{text-align:center;background:#fff;border:1px solid #e9e5de;border-radius:16px;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:420px;padding:40px 32px;display:flex;box-shadow:0 1px 3px #0000000d}.nep-icon{color:#cdc8be;display:flex}.nep-title{letter-spacing:-.3px;color:#1a1a1a;margin:0;font-size:19px;font-weight:700}.nep-body{color:#5a5650;max-width:34ch;margin:0;font-size:14px;line-height:1.6}:root,[data-theme=light]{--red:#e30613;--red-hover:#c00510;--red-bg:#e306130f;--bg:#f7f5f2;--surface:#fff;--surface-2:#fafaf8;--border:#e5e2dc;--border-focus:#c5c0b8;--text:#1a1a1a;--text-secondary:#5a5650;--text-muted:#9a958d;--accent-green:#16a34a;--accent-green-bg:#16a34a0f;--accent-amber:#d97706;--accent-amber-bg:#d9770614;--error:#dc2626;--error-bg:#fef2f2;--success-bg:#f0fdf4;--radius:10px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 12px 40px #0000001a}[data-theme=dark]{--red:#ef4444;--red-hover:#dc2626;--red-bg:#ef44441f;--bg:#0f1117;--surface:#1a1d27;--surface-2:#22262f;--border:#2d3140;--border-focus:#3d4250;--text:#e8e8ec;--text-secondary:#a0a4b0;--text-muted:#5a5e6a;--accent-green:#22c55e;--accent-green-bg:#22c55e1a;--accent-amber:#f59e0b;--accent-amber-bg:#f59e0b1f;--error:#f87171;--error-bg:#dc26261f;--success-bg:#16a34a1a;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 16px #0000004d;--shadow-lg:0 12px 40px #0006}@media (prefers-color-scheme:dark){:root:not([data-theme]){--red:#ef4444;--red-hover:#dc2626;--red-bg:#ef44441f;--bg:#0f1117;--surface:#1a1d27;--surface-2:#22262f;--border:#2d3140;--border-focus:#3d4250;--text:#e8e8ec;--text-secondary:#a0a4b0;--text-muted:#5a5e6a;--accent-green:#22c55e;--accent-green-bg:#22c55e1a;--accent-amber:#f59e0b;--accent-amber-bg:#f59e0b1f;--error:#f87171;--error-bg:#dc26261f;--success-bg:#16a34a1a;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 16px #0000004d;--shadow-lg:0 12px 40px #0006}}:root{--sb-width:248px;--sb-bg:#fff;--sb-border:#ececec;--sb-text:#1a1a1a;--sb-text-secondary:#5a5650;--sb-text-muted:#736e66;--sb-red:#e30613;--sb-red-bg:#e306130f;--sb-hover:#fafafa}.sidebar{width:var(--sb-width);background:var(--sb-bg);border-right:1px solid var(--sb-border);z-index:30;flex-direction:column;font-family:Geist,ui-sans-serif,system-ui,-apple-system,sans-serif;transition:transform .22s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{border-bottom:1px solid var(--sb-border);padding:22px 22px 18px}.sidebar-wordmark{letter-spacing:1px;color:var(--sb-red);font-family:Work Sans,ui-sans-serif,system-ui,sans-serif;font-size:24px;font-weight:800;line-height:1}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex;overflow-y:auto}.sidebar-item{color:var(--sb-text-secondary);appearance:none;cursor:pointer;text-align:left;background:0 0;border:0;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:12px;width:100%;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.sidebar-item:hover{background:var(--sb-hover);color:var(--sb-text)}.sidebar-item.is-active{background:var(--sb-red-bg);color:var(--sb-red);border-left-color:var(--sb-red);padding-left:10px;font-weight:600}.sidebar-item-icon{flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.sidebar-item-label{flex:1}.sidebar-group{flex-direction:column;display:flex}.sidebar-group-head{position:relative}.sidebar-chev-btn{appearance:none;color:var(--sb-text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;margin-right:-4px;padding:4px;display:inline-flex}.sidebar-chev-btn:hover{color:var(--sb-text);background:#0000000a}.chev{transition:transform .16s}.chev.is-open{transform:rotate(0)}.chev:not(.is-open){transform:rotate(-90deg)}.sidebar-subnav{border-left:1px solid var(--sb-border);flex-direction:column;gap:1px;margin-left:18px;padding:2px 0 4px 14px;display:flex}.sidebar-subitem{color:var(--sb-text-secondary);border-radius:6px;align-items:center;gap:10px;padding:7px 12px;font-size:12.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.sidebar-subitem-bullet{opacity:.55;background:currentColor;border-radius:999px;flex:none;width:4px;height:4px}.sidebar-subitem:hover{background:var(--sb-hover);color:var(--sb-text)}.sidebar-subitem.is-active{color:var(--sb-red);background:var(--sb-red-bg);font-weight:600}.sidebar-foot{border-top:1px solid var(--sb-border);flex-direction:column;gap:2px;padding:8px 12px 14px;display:flex}.sidebar-badge{box-sizing:border-box;background:var(--sb-red);color:#fff;text-align:center;letter-spacing:-.2px;border-radius:999px;flex:none;min-width:18px;height:18px;padding:0 5px;font-size:10.5px;font-weight:700;line-height:18px}.sidebar-logout{color:var(--sb-text-secondary)}.sidebar-logout:hover{color:var(--sb-red)}.sidebar-scrim{display:none}@media (width<=880px){.sidebar{transform:translate(-100%);box-shadow:0 12px 40px #0000002e}.sidebar.is-open{transform:translate(0)}.sidebar-scrim{z-index:29;background:#0f111773;animation:.2s ease-out scrim-in;display:block;position:fixed;inset:0}@keyframes scrim-in{0%{opacity:0}to{opacity:1}}}.inbox-bell{color:#1a1a1a;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .14s;display:inline-flex;position:relative}.inbox-bell:hover{background:#f4f4f5}.inbox-bell:focus-visible{outline:none;box-shadow:0 0 0 3px #e306132e}.inbox-bell-badge{box-sizing:border-box;color:#fff;text-align:center;letter-spacing:-.2px;background:#e30613;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-family:Geist,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:3px;right:3px;box-shadow:0 0 0 2px #fff}.app-layout{color:#1a1a1a;background:#f7f5f2;min-height:100dvh;font-family:Geist,ui-sans-serif,system-ui,-apple-system,sans-serif}.app-main{min-height:100dvh;margin-left:248px;padding:0}.app-topbar{display:none}@media (width<=880px){.app-main{margin-left:0;padding-top:56px}.app-topbar{z-index:20;background:#fff;border-bottom:1px solid #ececec;align-items:center;gap:12px;height:56px;padding:0 14px;display:flex;position:fixed;top:0;left:0;right:0}.hamburger{color:#1a1a1a;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .14s;display:inline-flex}.hamburger:hover{background:#f4f4f5}.topbar-wordmark{letter-spacing:.6px;color:#e30613;font-family:Work Sans,ui-sans-serif,system-ui,sans-serif;font-size:18px;font-weight:800;line-height:1}.topbar-spacer{flex:1}}.app-main{padding-bottom:0}.rfid-page{max-width:680px;margin:0 auto;padding:16px 16px 96px}.rfid-head h1{margin:0 0 4px;font-size:1.35rem;font-weight:700}.rfid-muted{color:var(--text-muted,#6b7280);font-size:.85rem}.rfid-error{background:var(--error-bg,#fee2e2);color:var(--error,#b91c1c);border-radius:8px;margin:12px 0;padding:10px 12px;font-size:.88rem}.rfid-next{background:var(--accent-green-bg,#ecfdf5);border-radius:10px;flex-wrap:wrap;align-items:baseline;gap:8px;margin:14px 0 18px;padding:12px 14px;display:flex}.rfid-next-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-green,#047857);font-size:.68rem;font-weight:700}.rfid-stages{-webkit-overflow-scrolling:touch;gap:4px;margin:0 0 22px;padding:0;list-style:none;display:flex;overflow-x:auto}.rfid-stages li{color:var(--text-muted,#6b7280);white-space:nowrap;flex:none;align-items:center;gap:5px;padding-right:10px;font-size:.72rem;display:flex}.rfid-stages li.done{color:var(--accent-green,#047857);font-weight:600}.rfid-stage-dot{opacity:.45;background:currentColor;border-radius:50%;width:7px;height:7px}.rfid-stages li.done .rfid-stage-dot{opacity:1}.rfid-fields{margin:0;padding:0;list-style:none}.rfid-fields li{border-bottom:1px solid var(--border,#e5e7eb);padding:14px 0}.rfid-field-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.rfid-field-label{font-size:.95rem;font-weight:600}.rfid-req{color:var(--red,#dc2626)}.rfid-help{color:var(--text-muted,#6b7280);margin:0 0 8px;font-size:.8rem}.rfid-rejected{color:var(--error,#b91c1c);margin:0 0 8px;font-size:.82rem}.rfid-chip{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted,#6b7280);white-space:nowrap;font-size:.68rem;font-weight:600}.rfid-chip.ok{color:var(--accent-green,#047857)}.rfid-chip.bad{color:var(--error,#b91c1c)}.rfid-value-btn,.rfid-upload,.rfid-edit input,.rfid-edit button{min-height:44px}.rfid-value-btn{text-align:left;border:1px dashed var(--border,#e5e7eb);width:100%;color:inherit;cursor:pointer;background:0 0;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.95rem}.filled .rfid-value-btn{border-style:solid}.rfid-value{margin:0;font-size:.95rem}.rfid-locked{color:var(--text-muted,#6b7280)}.rfid-edit{align-items:center;gap:8px;display:flex}.rfid-edit input{border:1px solid var(--border,#e5e7eb);border-radius:8px;flex:1;min-width:0;padding:10px 12px;font-family:inherit;font-size:1rem}.rfid-edit button{border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);cursor:pointer;border-radius:8px;padding:10px 14px;font-family:inherit;font-size:.9rem}.rfid-edit button.ghost{color:var(--text-muted,#6b7280);border-color:#0000}.rfid-upload{border:1px dashed var(--border,#e5e7eb);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:11px 14px;font-size:.92rem;display:inline-flex}.filled .rfid-upload{border-style:solid}.rfid-upload.busy{opacity:.6;cursor:progress}.rfid-upload input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.rfid-optout{color:var(--text-muted,#6b7280);margin:8px 0 0;font-size:.78rem;line-height:1.45}@media (width>=600px){.rfid-page{padding:28px 28px 40px}.rfid-head h1{font-size:1.6rem}}.rfid-select{width:100%;min-height:44px;color:inherit;border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:1rem}
