:root{--bg:#f6f7f4;--panel:#fff;--ink:#24332c;--ink-soft:#66756d;--line:#dfe6df;--accent:#166534;--accent-strong:#14532d;--danger:#b91c1c}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}a{color:inherit}.shell{min-height:100dvh}.hero{color:#fff;background:#17382a;padding:28px}.content{max-width:1120px;margin:0 auto;padding:24px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px}.grid{gap:16px;display:grid}.grid-2{grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:16px;display:grid}.field{gap:8px;display:grid}.input{border:1px solid var(--line);border-radius:8px;width:100%;min-height:44px;padding:10px 12px}.password-field{display:block;position:relative}.password-input{padding-right:48px}.input-icon-button{color:var(--ink-soft);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:absolute;top:0;right:4px}.button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;min-height:42px;padding:10px 14px;font-weight:700}.button.secondary{border:1px solid var(--line);color:var(--ink);background:#fff}.button:disabled{cursor:not-allowed;opacity:.6}.result{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:8px;gap:4px;width:100%;padding:12px;display:grid}.muted{color:var(--ink-soft)}.error{color:var(--danger);background:#b91c1c14;border:1px solid #b91c1c33;border-radius:8px;padding:12px}.actions{flex-wrap:wrap;gap:10px;display:flex}.brand-logo{border-radius:999px;flex:none;display:block}.brand-lockup{align-items:center;gap:14px;min-width:0;display:flex}.header-brand-logo{box-shadow:0 8px 20px #0000002e}.login-brand{text-align:center;justify-items:center;gap:10px;display:grid}.login-brand h1,.login-brand p{margin-bottom:0}.form-title{margin:8px 0 0;font-size:24px;line-height:1.2}.login-brand-logo{margin-bottom:4px;box-shadow:0 10px 24px #24332c29}.account-menu{position:relative}.avatar-button{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.account-popover{border:1px solid var(--line);z-index:30;background:#fff;border-radius:8px;min-width:220px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 36px #11181433}.account-identity{border-bottom:1px solid var(--line);color:var(--ink);gap:2px;padding:12px 14px;display:grid}.account-identity strong{overflow-wrap:anywhere}.menu-item{color:var(--ink);cursor:pointer;text-align:left;background:#fff;border:0;align-items:center;gap:10px;width:100%;padding:12px 14px;display:flex}.menu-item:hover{background:#f8faf7}.page-actions{justify-content:flex-end;display:flex}.text-button{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:none}.print-search-page{gap:22px;display:grid}.search-hero{place-items:center;gap:18px;width:100%;max-width:760px;margin:44px auto 18px;display:grid}.search-copy{text-align:center;gap:6px;display:grid}.search-copy h1{margin:0;font-size:34px;line-height:1.1}.search-copy p{margin:0}.outlet-picker{width:100%;max-width:320px}.search-shell{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:62px;padding:8px 8px 8px 16px;display:flex;position:relative}.search-icon{color:var(--ink-soft);flex:none}.search-input{border:0;outline:0;flex:auto;min-width:0;min-height:44px}.search-button{flex:none;align-items:center;gap:8px;display:inline-flex}.suggestion-list{border:1px solid var(--line);z-index:20;background:#fff;border-radius:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 40px #24332c24}.suggestion-item{border:0;border-bottom:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;gap:3px;padding:12px 16px;display:grid}.suggestion-item:last-child{border-bottom:0}.suggestion-item:hover,.result:hover{background:#f8faf7}.search-results{gap:14px;display:grid}.results-heading{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:8px 12px;display:flex}.results-heading h2{margin:0}.result-list{gap:10px;display:grid}.job-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.status-badge{border:1px solid var(--line);color:var(--ink);border-radius:999px;padding:6px 9px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.status-prepared{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.status-printed{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.status-cancelled{color:#475569;background:#f8fafc;border-color:#cbd5e1}.status-failed{color:var(--danger);background:#b91c1c14;border-color:#b91c1c33}.modal-backdrop{z-index:50;background:#1118147a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-panel{background:#fff;border-radius:8px;width:100%;max-width:520px;max-height:min(720px,100dvh - 40px);padding:20px;overflow:auto;box-shadow:0 24px 60px #1118143d}.confirm-dialog{background:#fff;border-radius:8px;gap:14px;width:100%;max-width:420px;padding:20px;display:grid;box-shadow:0 24px 60px #1118143d}.confirm-dialog h2,.confirm-dialog p{margin:0}.modal-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.modal-header h2{margin:4px 0 0;font-size:22px;line-height:1.2}.icon-button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}@media (max-width:820px){.grid-2{grid-template-columns:1fr}.content,.hero{padding:18px}.hero h1{font-size:24px}.brand-lockup{align-items:flex-start}.header-brand-logo{width:58px;height:58px}.search-hero{margin-top:22px}.search-copy h1{font-size:28px}.search-shell{grid-template-columns:auto minmax(0,1fr);align-items:stretch;display:grid}.search-button{grid-column:1/-1;justify-content:center}}
