body{margin:0;font-family:var(--brand-font-family, "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif);background:#0f172a;color:#e5e7eb}[hidden]{display:none!important}.page{min-height:100vh;min-height:100dvh;box-sizing:border-box;padding:40px}.restricted-security{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding:16px 18px;border:1px solid color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 58%);border-radius:18px;background:color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 91%);box-shadow:inset 0 1px #ffffff08}.restricted-security-icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 82%);color:var(--brand-primary, #38bdf8)}.restricted-security-icon svg{width:24px;height:24px}.restricted-security strong{display:block;color:#f8fafc;font-size:14px}.restricted-security p{margin:4px 0 0;color:#a8b4c7;font-size:12px;line-height:1.55}.restricted-message{margin:0 0 18px;padding:13px 15px;border:1px solid rgba(71,85,105,.86);border-radius:14px;background:#0f172ac7;color:#cbd5e1;font-size:13px;font-weight:650}.restricted-message.is-error{border-color:#f43f5e85;background:#88133747;color:#fecdd3}.restricted-message.is-info{border-color:color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 52%);background:color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 90%);color:#bae6fd}.restricted-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.restricted-panel{min-width:0;padding:20px;border:1px solid rgba(71,85,105,.88);border-radius:22px;background:linear-gradient(180deg,#0f172af5,#020617eb);box-shadow:0 22px 62px #02061747}.restricted-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(71,85,105,.62)}.restricted-eyebrow{display:block;margin-bottom:5px;color:var(--brand-primary, #38bdf8);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.restricted-panel-header h2{margin:0;color:#f8fafc;font-size:21px;letter-spacing:-.03em}.restricted-panel-header p{margin:5px 0 0;color:#94a3b8;font-size:12px;line-height:1.5}.restricted-count{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#1e293bd9;color:#cbd5e1;font-size:11px;font-weight:800}.restricted-file-list{display:grid;gap:10px;padding-top:14px}.restricted-file-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid rgba(71,85,105,.68);border-radius:16px;background:#0f172aad;transition:border-color .16s ease,transform .16s ease,background .16s ease}.restricted-file-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 40%);background:#0f172ae6}.restricted-file-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 87%);color:var(--brand-primary, #38bdf8)}.restricted-file-icon svg{width:22px;height:22px}.restricted-file-copy{min-width:0}.restricted-file-copy h3{margin:0;overflow:hidden;color:#f1f5f9;font-size:13px;font-weight:750;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.restricted-file-copy p{margin:4px 0 0;color:#8391a5;font-size:10px}.restricted-download-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 45%);border-radius:12px;background:color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 86%);color:#e0f2fe;font:inherit;font-size:11px;font-weight:850;cursor:pointer;transition:transform .15s ease,background .15s ease,opacity .15s ease}.restricted-download-button svg{width:16px;height:16px}.restricted-download-button:hover:not(:disabled){transform:translateY(-1px);background:color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 78%)}.restricted-download-button:disabled{cursor:wait;opacity:.62}.restricted-download-button:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-primary, #38bdf8),transparent 52%);outline-offset:2px}.restricted-empty{margin-top:14px;padding:24px 16px;border:1px dashed rgba(71,85,105,.72);border-radius:16px;text-align:center}.restricted-empty strong{color:#cbd5e1;font-size:13px}.restricted-empty p{margin:6px auto 0;max-width:420px;color:#718096;font-size:11px;line-height:1.55}body.brand-light{background:#f1f5f9;color:#0f172a}body.brand-light .restricted-security,body.brand-light .restricted-panel,body.brand-light .restricted-file-card,body.brand-light .restricted-message{border-color:#dbe3ee;background:#fff;box-shadow:0 14px 36px #0f172a12}body.brand-light .restricted-security strong,body.brand-light .restricted-panel-header h2,body.brand-light .restricted-file-copy h3{color:#0f172a}body.brand-light .restricted-security p,body.brand-light .restricted-panel-header p{color:#64748b}body.brand-light .restricted-panel-header{border-color:#e2e8f0}body.brand-light .restricted-count{background:#eef2f7;color:#475569}body.brand-light .restricted-file-card:hover{border-color:color-mix(in srgb,var(--brand-primary, #2563eb),transparent 42%);background:#f8fafc}body.brand-light .restricted-file-copy p{color:#64748b}body.brand-light .restricted-download-button{color:var(--brand-primary-dark, #1d4ed8)}body.brand-light .restricted-empty{border-color:#cbd5e1}@media(max-width:980px){.restricted-content{grid-template-columns:1fr}}@media(max-width:720px){.page{padding:20px}.restricted-security{align-items:flex-start}.restricted-panel{padding:16px;border-radius:18px}.restricted-panel-header{display:grid}.restricted-count{justify-self:start}.restricted-file-card{grid-template-columns:auto minmax(0,1fr)}.restricted-download-button{grid-column:1 / -1;width:100%}}
