:root{--bg:#eef2f2;--surface:#fff;--surface-2:#f5f7f7;--ink:#25353c;--muted:#718087;--line:#dbe3e5;--accent:#079fc2;--accent-dark:#087f9a;--orange:#d97724;--shadow:0 10px 28px rgba(30,50,58,.12)}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0;background:var(--bg);color:var(--ink);font:14px/1.4 Inter,ui-sans-serif,system-ui,"Segoe UI",sans-serif}
button,input,select{font:inherit;color:inherit}
button{cursor:pointer}
[hidden]{display:none!important}
.location-header{height:68px;padding:0 max(24px,calc((100vw - 1320px)/2));border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between}
.brand{color:var(--ink);font-size:18px;font-weight:800;text-decoration:none}.brand span{margin-left:5px;color:var(--accent);font-weight:650}
.location-header nav{display:flex;align-items:center;gap:20px}.location-header nav a{color:var(--accent-dark);font-weight:650;text-decoration:none}.location-header nav a:hover{text-decoration:underline}
main{width:min(1320px,100%);margin:0 auto;padding:38px 24px 64px}
.location-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.location-heading p,.customer-title p{margin:0 0 4px;color:var(--accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.location-heading h1{margin:0;font-size:30px;letter-spacing:0}.location-heading>strong{color:var(--muted);font-size:12px;font-weight:650}
.location-layout{margin-top:25px;display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px;align-items:start}
.location-directory{position:sticky;top:18px;max-height:calc(100vh - 36px);border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}
.location-search,.customer-search{height:44px;padding:0 12px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;gap:8px}.location-search:focus-within,.customer-search:focus-within{box-shadow:inset 0 0 0 2px rgba(7,159,194,.18)}.location-search svg,.customer-search svg{flex:0 0 auto;width:17px;color:var(--muted)}.location-search input,.customer-search input{width:100%;min-width:0;border:0;outline:0;background:transparent}
.location-select-wrap{display:none}.location-list{min-height:0;overflow:auto;padding:5px}.location-row{width:100%;min-height:44px;padding:7px 8px;border:0;border-radius:4px;background:transparent;text-align:left;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px}.location-row:hover{background:#f1f6f7}.location-row.active{background:#e8f6f8;color:#087f9a}.location-row svg{width:16px;height:16px;color:#8a989e}.location-row.active svg{color:var(--accent)}.location-row span{min-width:0;font-size:12px;font-weight:600;overflow-wrap:anywhere}.location-row strong{min-width:25px;padding:2px 5px;border-radius:3px;background:#edf1f2;color:#64747b;font:700 10px ui-monospace,monospace;text-align:center}.location-row.active strong{background:#fff;color:var(--accent-dark)}.location-list-empty{padding:30px 14px;color:var(--muted);font-size:12px;text-align:center}
.customer-panel{min-width:0;border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden}.customer-panel-header{min-height:78px;padding:13px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px}.customer-title{min-width:0;display:flex;align-items:center;gap:11px}.customer-title>div{min-width:0}.customer-title h2{margin:0;font-size:19px;letter-spacing:0;overflow-wrap:anywhere}.location-mark{flex:0 0 auto;width:38px;height:38px;border-radius:5px;background:#e8f6f8;color:var(--accent-dark);display:grid;place-items:center}.location-mark svg{width:20px;height:20px}.customer-panel-header>strong{flex:0 0 auto;color:var(--muted);font-size:11px}.customer-search{border-bottom:1px solid var(--line);background:var(--surface-2)}.customer-search input{max-width:430px}
.customer-grid{padding:14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;align-items:start}.customer-card{min-width:0;border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden}.customer-card:hover{border-color:#b7dbe2;box-shadow:var(--shadow)}.customer-preview{height:145px;background:#e7ebec;color:#8a989e;text-decoration:none;display:grid;place-items:center;overflow:hidden}.customer-preview img{display:block;width:100%;height:100%;padding:3px;object-fit:contain}.customer-preview svg{width:28px;height:28px}.customer-info{min-height:100px;padding:11px 12px}.customer-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--accent-dark);font:700 10px ui-monospace,monospace}.customer-meta span:last-child{color:var(--orange)}.customer-info h3{min-height:39px;margin:6px 0 4px;font-size:13px;line-height:1.45;letter-spacing:0;overflow-wrap:anywhere}.customer-info p{margin:0;color:var(--muted);font-size:10px}.customer-card footer{height:42px;padding:0 8px 0 11px;border-top:1px solid #e8edef;display:flex;align-items:center;justify-content:space-between;gap:8px}.customer-card footer a{height:30px;color:var(--accent-dark);font-size:10px;font-weight:650;text-decoration:none;display:flex;align-items:center;gap:5px}.customer-card footer a:hover{text-decoration:underline}.customer-card footer svg{width:14px;height:14px}.open-project{padding:0 7px;border-radius:4px}.open-project:hover{background:#e9f6f8;text-decoration:none!important}
.customer-empty{padding:80px 20px;color:var(--muted);text-align:center;display:grid;justify-items:center;gap:7px}.customer-empty svg{width:34px;height:34px}.customer-empty strong{color:var(--ink);font-size:15px}.customer-empty span{font-size:12px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:820px){.location-layout{grid-template-columns:250px minmax(0,1fr)}.customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.location-header{height:auto;min-height:64px;padding:12px 16px;align-items:flex-start}.location-header nav{gap:12px;font-size:12px}.location-header nav a:last-child{display:none}main{padding:30px 14px 44px}.location-heading{align-items:flex-start}.location-heading h1{font-size:26px}.location-heading>strong{display:none}.location-layout{margin-top:20px;display:block}.location-directory{position:static;max-height:none;border-radius:6px 6px 0 0;display:block}.location-search{border-bottom:0}.location-select-wrap{padding:0 10px 10px;display:block}.location-select-wrap select{width:100%;height:42px;padding:0 34px 0 10px;border:1px solid var(--line);border-radius:5px;background:#fff}.location-list{display:none}.customer-panel{border-top:0;border-radius:0 0 6px 6px}.customer-panel-header{padding:12px 13px}.customer-title h2{font-size:16px}.customer-panel-header>strong{font-size:10px}.customer-grid{padding:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.customer-preview{height:112px}.customer-info{min-height:105px;padding:9px}.customer-info h3{font-size:12px}.customer-card footer{padding-left:8px}.customer-card footer a:first-child span,.open-project span{display:none}}
@media(max-width:390px){.customer-grid{grid-template-columns:1fr}.customer-preview{height:160px}}
