:root{--sgt-ink:#173653;--sgt-blue:#2463bb;--sgt-muted:#63758a;--sgt-line:#dce5ee;--sgt-bg:#f3f6fa;--sgt-danger:#a4282f}
*{box-sizing:border-box}.access-page{margin:0;background:var(--sgt-bg);font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--sgt-ink);min-height:100vh}.access-layout{max-width:1130px;margin:6vh auto;min-height:86vh;display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--sgt-line);border-radius:24px;overflow:hidden;box-shadow:0 18px 60px #102e4910}.access-brand{background:linear-gradient(145deg,#153653,#0c2440);color:#fff;padding:56px;display:flex;flex-direction:column;justify-content:space-between;gap:54px}.access-logo{font-size:48px;letter-spacing:-3px;font-weight:750}.access-logo span{display:block;font-size:10px;letter-spacing:2.4px;font-weight:500;margin-top:3px}.access-eyebrow{font-size:11px;letter-spacing:2px;color:#a7c6e7}.access-brand h1{font-size:43px;line-height:1.12;letter-spacing:-1.6px;font-weight:600}.access-brand p{font-size:17px;line-height:1.65;color:#c1d1e1;max-width:330px}.access-brand small{font-size:12px;color:#a2b9ce}.access-card{padding:54px;display:flex;flex-direction:column;justify-content:center}.access-card h2{font-size:29px;letter-spacing:-.8px;margin:0 0 12px}.access-card p{color:var(--sgt-muted);line-height:1.55;margin:0 0 22px}.access-form{display:grid;gap:17px}.access-form label,.secure-form label{display:grid;gap:7px;font-size:13px;font-weight:600}.access-form input,.access-form textarea,.secure-form input,.secure-form select,.secure-form textarea{width:100%;border:1px solid #c8d5e2;background:#fff;border-radius:9px;padding:12px;color:var(--sgt-ink);font:inherit;min-height:44px}.access-form input:focus,.secure-form input:focus,.secure-form select:focus{outline:3px solid #b9d5fb;outline-offset:1px}.access-form button,.access-card>div>button,.secure-button{font:inherit;border:1px solid #c8d5e2;border-radius:9px;padding:12px 18px;background:white;color:var(--sgt-ink);font-weight:600;cursor:pointer}.access-form button[type=submit],.secure-button.primary{background:var(--sgt-ink);border-color:var(--sgt-ink);color:white}.access-form button:disabled,.secure-button:disabled{opacity:.5;cursor:wait}.access-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.access-link{border:0;background:none;color:var(--sgt-blue);padding:0;cursor:pointer;font:inherit;font-size:13px;text-decoration:underline;text-underline-offset:3px}.access-error,.secure-error{padding:12px;border-radius:8px;background:#fff0f0;color:#8e2026;line-height:1.5;font-size:13px;margin:14px 0}.access-note,.secure-note{padding:14px;border:1px solid var(--sgt-line);border-radius:10px;background:#f4f8fd;color:#466079;font-size:13px;line-height:1.55;margin:16px 0}.access-form small{font-weight:400;color:var(--sgt-muted);line-height:1.4}.access-secret{display:block;padding:14px;background:#eff4fa;border:1px dashed #adc0d4;letter-spacing:2px;word-break:break-all;text-align:center;font-family:monospace;font-size:17px}.access-codes{white-space:pre-wrap;background:#eff4fa;padding:18px;border-radius:9px;line-height:1.75;font-size:14px}.secure-gate{position:fixed;inset:0;z-index:999999;background:#f3f6fa;display:grid;place-content:center;text-align:center;padding:30px;font-family:"Segoe UI",Arial,sans-serif;color:var(--sgt-ink)}.secure-gate p{max-width:560px;line-height:1.6}.secure-gate[hidden]{display:none}.secure-status{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);z-index:10000;padding:9px 15px;border:1px solid #cbd9e6;border-radius:10px;background:#fff;color:#38536b;font-size:12px;box-shadow:0 3px 14px #17365310;max-width:90vw}.secure-status.error{border-color:#d68484;background:#fff4f4;color:#8e2026}.secure-status button{font-size:12px;padding:4px 8px;min-height:0;margin-left:8px}.secure-layout{max-width:1260px;margin:0 auto;padding:30px}.secure-header{display:flex;justify-content:space-between;align-items:center;gap:15px;border-bottom:1px solid var(--sgt-line);padding-bottom:22px;margin-bottom:28px}.secure-header h1{font-size:24px;margin:0}.secure-header p{color:var(--sgt-muted);margin:8px 0 0}.secure-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.secure-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:20px}.secure-panel{background:#fff;border:1px solid var(--sgt-line);border-radius:14px;padding:24px;margin-bottom:20px}.secure-panel h2{font-size:19px;margin:0 0 9px}.secure-panel h3{font-size:15px;margin:22px 0 10px}.secure-panel p,.secure-muted{color:var(--sgt-muted);font-size:13px;line-height:1.55}.secure-form{display:grid;gap:15px}.secure-checks{display:grid;gap:9px;max-height:230px;overflow:auto;border:1px solid var(--sgt-line);padding:12px;border-radius:8px}.secure-checks label{display:flex;align-items:center;gap:10px;font-weight:400}.secure-checks input{width:17px;min-height:17px;height:17px;flex:0 0 17px}.secure-table-wrap{overflow:auto}.secure-table{width:100%;border-collapse:collapse;font-size:13px}.secure-table th,.secure-table td{padding:13px 10px;text-align:left;border-bottom:1px solid var(--sgt-line)}.secure-table th{font-size:11px;color:var(--sgt-muted);text-transform:uppercase;letter-spacing:.5px}.secure-table td small{display:block;color:var(--sgt-muted);margin-top:4px}.secure-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.secure-tabs button.active{background:var(--sgt-ink);color:#fff}.secure-pill{display:inline-block;border:1px solid #cbdfd4;background:#edf7f0;color:#326349;padding:4px 8px;border-radius:6px;font-size:11px}.secure-code{word-break:break-all;font-family:monospace;background:#f3f6fa;padding:10px;border-radius:7px}.secure-dialog{width:min(650px,95vw);max-height:90vh;border:1px solid var(--sgt-line);border-radius:16px;padding:27px;box-shadow:0 15px 80px #17365330;color:var(--sgt-ink);font-family:"Segoe UI",Arial,sans-serif}.secure-dialog::backdrop{background:#10294188}.secure-dialog h2{font-size:22px;margin:0 0 14px}.secure-dialog p{color:var(--sgt-muted);font-size:14px;line-height:1.5}.secure-files{display:grid;gap:10px;margin:20px 0}.secure-file{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--sgt-line);padding-bottom:12px;align-items:center}.secure-file a{font-size:13px;color:#245b99;font-weight:600}.secure-file small{display:block;color:var(--sgt-muted);margin-top:5px}.secure-empty{padding:28px 0;color:var(--sgt-muted)}.secure-env{font-size:11px;color:var(--sgt-muted);margin-top:24px}.secure-danger{color:#9c252b!important;border-color:#e4bfc1!important}.secure-confirm{display:flex!important;align-items:flex-start;gap:10px;font-size:13px!important;font-weight:400!important;line-height:1.5}.secure-confirm input{width:18px;min-height:18px;margin-top:1px}.secure-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:18px}.secure-hidden{display:none!important}
@media(max-width:800px){.access-layout{margin:0;min-height:100vh;border:0;border-radius:0;grid-template-columns:1fr}.access-brand{padding:25px 30px;gap:22px}.access-brand h1{font-size:28px;margin:12px 0}.access-brand p,.access-brand>small{display:none}.access-logo{font-size:37px}.access-card{padding:32px 26px}.secure-layout{padding:20px 14px}.secure-header{align-items:flex-start}.secure-panel{padding:18px}.secure-status{bottom:6px;font-size:11px}.secure-grid{grid-template-columns:1fr}}
