:root{--ink:#14373d;--muted:#647b80;--line:#d7e2e1;--brand:#167d7e;--brand-dark:#0e5d62;--wash:#eef6f4;--paper:#fff;--shadow:0 18px 50px rgba(18,55,61,.12)}*{box-sizing:border-box}html{background:#f2f7f6;color:var(--ink);font:16px/1.45 "Segoe UI",Arial,sans-serif}body{margin:0;min-height:100vh}.customer-header{height:82px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.customer-brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}.customer-brand>span{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:#d6eae7;color:var(--brand-dark);font:bold 25px Georgia}.customer-brand strong,.customer-brand small{display:block}.customer-brand strong{font-size:19px}.customer-brand small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:11px}.customer-header-actions{display:flex;gap:9px}.primary,.secondary,.download,.link-button,.danger-action{border:0;border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer}.primary,.download{background:var(--brand);color:#fff;text-decoration:none}.primary:hover,.download:hover{background:var(--brand-dark)}.secondary{background:#fff;border:1px solid #a9bfbd;color:var(--brand-dark)}.link-button{background:transparent;color:var(--brand);text-decoration:underline}.danger-action{background:#8e3441;color:#fff}.customer-auth{max-width:1120px;margin:7vh auto;display:grid;grid-template-columns:minmax(320px,520px) 1fr;border-radius:26px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.customer-auth-card,.customer-auth-aside{padding:clamp(32px,6vw,68px)}.customer-auth-card h1,.customer-welcome h1{font:500 clamp(34px,5vw,55px)/1.04 Georgia,serif;margin:8px 0 18px}.kicker{color:var(--brand);font-size:12px;letter-spacing:.16em;font-weight:800}.customer-auth-card>p:not(.kicker){color:var(--muted);font-size:17px}.customer-auth-aside{background:linear-gradient(145deg,#153f45,#0e686b);color:#fff;display:flex;flex-direction:column;justify-content:center}.customer-auth-aside>p{letter-spacing:.16em;font-size:12px;font-weight:800;color:#b9e2dc}.customer-auth-aside h2{font:500 34px/1.16 Georgia,serif}.customer-auth-aside li{margin:16px 0}.customer-auth form,.security-content{display:grid;gap:14px;margin-top:30px}label{display:grid;gap:6px;font-weight:700;font-size:13px}input{width:100%;border:1px solid #b9cbca;border-radius:10px;padding:13px 14px;font:inherit;color:var(--ink)}input:focus{outline:3px solid rgba(22,125,126,.14);border-color:var(--brand)}.form-error{background:#fbecee;border:1px solid #e9bfc5;color:#802b39;border-radius:9px;padding:11px}.customer-main{max-width:1500px;margin:0 auto;padding:clamp(28px,4vw,60px)}.customer-welcome{display:flex;justify-content:space-between;gap:30px;align-items:end}.customer-welcome h1{margin-bottom:8px}.customer-welcome>div>p:last-child{color:var(--muted)}.customer-summary{display:flex;gap:10px}.customer-summary div{min-width:115px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.customer-summary strong,.customer-summary span{display:block}.customer-summary strong{font-size:23px}.customer-summary span{color:var(--muted);font-size:12px}.customer-tools{display:flex;align-items:end;gap:12px;margin:30px 0 12px}.customer-tools label{max-width:520px;flex:1}.customer-status{color:var(--muted);margin-bottom:20px}.customer-status.error{color:#8e3441}.customer-projects{display:grid;gap:16px}.project-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 22px rgba(18,55,61,.06);overflow:hidden}.project-card summary{list-style:none;display:flex;align-items:center;gap:15px;padding:20px;cursor:pointer}.project-card summary::-webkit-details-marker{display:none}.project-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--wash);color:var(--brand);font-weight:800}.project-heading{flex:1}.project-heading strong,.project-heading span{display:block}.project-heading strong{font-size:19px}.project-heading span{color:var(--muted);font-size:13px}.project-chevron{font-size:24px;transition:transform .2s}.project-card[open] .project-chevron{transform:rotate(180deg)}.project-content{border-top:1px solid var(--line);padding:20px}.project-notes{background:var(--wash);border-left:4px solid var(--brand);padding:13px;margin:0 0 18px}.raw-table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:800px}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid #e8eeee}th{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}td strong,td small{display:block}td small{color:var(--muted);margin-top:3px}.download{display:inline-block;padding:8px 12px;white-space:nowrap}.project-documents{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.project-documents h3{font-size:13px;margin-right:8px}.project-documents a{border:1px solid var(--line);border-radius:9px;padding:8px 11px;text-decoration:none;color:var(--brand-dark)}.project-documents span,.project-documents small{display:block}.project-documents small{color:var(--muted)}.customer-empty{text-align:center;background:#fff;border:1px dashed #aec2c0;border-radius:16px;padding:60px}.security-modal{position:fixed;inset:0;z-index:20;background:rgba(10,34,38,.62);display:grid;place-items:center;padding:18px}.security-modal[hidden]{display:none}.security-window{width:min(640px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:var(--shadow)}.security-window>header{display:flex;justify-content:space-between;align-items:start;padding:24px;border-bottom:1px solid var(--line)}.security-window h2{margin:4px 0}.security-content{padding:24px;margin:0}.modal-close{border:0;background:transparent;font-size:30px;cursor:pointer}.security-content code,.security-content pre{display:block;background:#edf4f3;padding:13px;border-radius:8px;overflow:auto}.security-content section{display:grid;gap:12px}@media(max-width:820px){.customer-auth{margin:20px;grid-template-columns:1fr}.customer-auth-aside{display:none}.customer-header{height:auto;padding:15px;align-items:flex-start}.customer-header-actions{flex-direction:column}.customer-welcome{display:block}.customer-summary{overflow:auto}.customer-main{padding:24px 16px}.customer-tools{align-items:stretch;flex-direction:column}.customer-tools label{max-width:none}}
.security-modal{z-index:1200!important;isolation:isolate}.security-window>header{position:sticky;top:0;z-index:3;background:#fff}.security-content{position:relative;z-index:1}
