*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}aside{border-right:1px solid #ddd;padding:1rem}aside a{display:block;padding:.35rem 0}main{padding:1.5rem 2rem}.muted{color:#6b7280}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#f6f7f9}.auth-card{width:100%;max-width:380px;background:#fff;border:1px solid #e3e6ea;border-radius:12px;padding:1.75rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}.auth-card h1{margin:0 0 1rem;font-size:1.3rem}.auth-card label{display:block;margin:.85rem 0;font-size:.9rem;font-weight:600}.auth-card input{display:block;width:100%;margin-top:.3rem;padding:.6rem .7rem;border:1px solid #cbd2da;border-radius:7px;font:inherit}.auth-card button[type=submit],.auth-card>button{width:100%;margin-top:.5rem;padding:.65rem 1rem;border:0;border-radius:7px;background:#1f6feb;color:#fff;font-weight:700;cursor:pointer}.auth-card button:disabled{opacity:.55;cursor:not-allowed}.auth-error{color:#b42318;font-size:.88rem;margin:.5rem 0 0}.totp-key{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f1f3f5;padding:.15rem .4rem;border-radius:5px;word-break:break-all}.link-btn{background:none;border:0;color:#1f6feb;cursor:pointer;padding:0;font:inherit}aside .signout{margin-top:1rem;color:#6b7280;font-size:.85rem}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.page-head h1{margin:0 0 .25rem}.page-head p{margin:0;max-width:60ch}.page-head>button{flex:none;padding:.55rem .9rem;border:0;border-radius:7px;background:#1f6feb;color:#fff;font-weight:700;cursor:pointer}.inv-table{width:100%;border-collapse:collapse;font-size:.92rem}.inv-table td,.inv-table th{text-align:left;padding:.6rem .75rem;border-bottom:1px solid #e6e8ec;vertical-align:middle}.inv-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.inv-table tbody tr:hover{background:#f8f9fb}.inv-row-actions{display:flex;gap:.85rem;justify-content:flex-end}.status{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.78rem;font-weight:600;text-transform:capitalize;background:#eceff3;color:#5f6368}.status-available,.status-ready,.status-returned,.status-sold.is-good{background:#e6f4ea;color:#137333}.status-canceled,.status-denied,.status-sold{background:#fce8e6;color:#c5221f}.status-hold,.status-in-progress,.status-listed{background:#fef7e0;color:#976500}.status-hidden,.status-intake{background:#eceff3;color:#5f6368}.link-btn.danger{color:#c5221f}.inv-editor{background:#fff;border:1px solid #e3e6ea;border-radius:12px;padding:1.25rem 1.5rem 1.5rem;margin-bottom:1.5rem}.inv-editor h2{margin:0 0 .75rem;font-size:1.1rem}.inv-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.5rem 1rem;gap:.5rem 1rem}.inv-form label{display:block;margin:.5rem 0;font-size:.85rem;font-weight:600}.inv-form input,.inv-form select,.inv-form textarea{display:block;width:100%;margin-top:.3rem;padding:.5rem .6rem;border:1px solid #cbd2da;border-radius:7px;font:inherit;font-weight:400}.inv-form .inv-checkbox{display:flex;align-items:center;gap:.5rem;align-self:end;padding-bottom:.55rem}.inv-form .inv-checkbox input{width:auto;margin-top:0}.inv-form-actions{display:flex;gap:.75rem;margin-top:1rem}.inv-form-actions button[type=submit]{padding:.6rem 1.1rem;border:0;border-radius:7px;background:#1f6feb;color:#fff;font-weight:700;cursor:pointer}.inv-form-actions .btn-secondary{padding:.6rem 1.1rem;border:1px solid #cbd2da;border-radius:7px;background:#fff;color:#1f2937;font-weight:600;cursor:pointer}.inv-form-actions button:disabled{opacity:.55;cursor:not-allowed}