:root{color-scheme:light;--cf-bg: #f5f7f9;--cf-surface: #ffffff;--cf-surface-muted: #f0f3f5;--cf-text: #17202a;--cf-muted: #66727d;--cf-border: #dce2e8;--cf-border-strong: #c5ced8;--cf-primary: #17202a;--cf-primary-hover: #263441;--cf-focus: #2563eb;--cf-blue-bg: #edf5ff;--cf-blue: #235fa7;--cf-green-bg: #eaf7f0;--cf-green: #187a4d;--cf-amber-bg: #fff5db;--cf-amber: #9c6611;--cf-red-bg: #fdecec;--cf-red: #b83232;--cf-gray-bg: #edf0f2;--cf-gray: #5e6973;--cf-radius-sm: 9px;--cf-radius: 14px;--cf-radius-lg: 20px;--cf-shadow: 0 14px 42px rgba(31, 43, 55, .07);--cf-max: 1180px;--cf-control: 44px}*{box-sizing:border-box}html{min-width:320px;background:var(--cf-bg)}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--cf-bg);color:var(--cf-text);line-height:1.5}a{color:inherit;text-underline-offset:2px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid color-mix(in srgb,var(--cf-focus) 38%,transparent);outline-offset:2px}::selection{background:#dcecff}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:12px;top:12px;z-index:1000;transform:translateY(-160%);background:var(--cf-primary);color:#fff;padding:10px 14px;border-radius:var(--cf-radius-sm);text-decoration:none}.skip-link:focus{transform:translateY(0)}.shell{width:min(760px,calc(100% - 32px));margin:clamp(30px,6vh,72px) auto}.shell.wide{width:min(var(--cf-max),calc(100% - 32px))}.page-stack{display:grid;gap:18px}.card{background:var(--cf-surface);border:1px solid var(--cf-border);border-radius:var(--cf-radius-lg);padding:clamp(20px,3vw,34px);box-shadow:var(--cf-shadow)}.card.flat{box-shadow:none}.eyebrow{font-size:.72rem;letter-spacing:.11em;font-weight:800;color:var(--cf-muted);text-transform:uppercase}h1{margin:.35rem 0 1.25rem;font-size:clamp(1.75rem,5vw,2.55rem);line-height:1.13;letter-spacing:-.025em}h2{margin:0 0 14px;font-size:1.18rem;line-height:1.25}h3{margin:0 0 10px;font-size:1rem}p{margin:.55rem 0}.muted{color:var(--cf-muted)}small,.small{font-size:.8rem;color:var(--cf-muted)}form{display:grid;gap:14px}.field{display:grid;gap:7px}.field-label{font-size:.9rem;font-weight:700}.field-help{font-size:.78rem;color:var(--cf-muted)}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;min-height:var(--cf-control);padding:10px 12px;border:1px solid var(--cf-border-strong);border-radius:var(--cf-radius-sm);background:#fff;color:var(--cf-text)}textarea{min-height:120px;resize:vertical}input:disabled,select:disabled,textarea:disabled{background:var(--cf-surface-muted);color:var(--cf-muted);cursor:not-allowed}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--cf-red)}.button,button.cf-button{min-height:var(--cf-control);padding:10px 16px;border:1px solid transparent;border-radius:var(--cf-radius-sm);background:var(--cf-primary);color:#fff;font-weight:760;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button:hover,button.cf-button:hover{background:var(--cf-primary-hover)}.button.secondary,button.cf-button.secondary{background:var(--cf-surface-muted);color:var(--cf-text);border-color:var(--cf-border)}.button.ghost,button.cf-button.ghost{background:transparent;color:var(--cf-text);border-color:var(--cf-border)}.button.danger,button.cf-button.danger{background:var(--cf-red);color:#fff}.button.small,button.cf-button.small{min-height:34px;padding:6px 10px;font-size:.8rem}button:disabled,.button[aria-disabled=true]{opacity:.55;cursor:not-allowed}.row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.row.between{justify-content:space-between}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.divider{border:0;border-top:1px solid var(--cf-border);margin:22px 0}.message,.alert{padding:12px 14px;border:1px solid var(--cf-border);border-radius:var(--cf-radius-sm);background:var(--cf-blue-bg);color:var(--cf-blue)}.message.success,.alert.success{background:var(--cf-green-bg);color:var(--cf-green);border-color:#bde4cf}.message.warning,.alert.warning{background:var(--cf-amber-bg);color:var(--cf-amber);border-color:#efd9a2}.message.error,.alert.error{background:var(--cf-red-bg);color:var(--cf-red);border-color:#efbebe}.badge{display:inline-flex;align-items:center;gap:6px;width:max-content;border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:800;background:var(--cf-gray-bg);color:var(--cf-gray)}.badge.green{background:var(--cf-green-bg);color:var(--cf-green)}.badge.amber{background:var(--cf-amber-bg);color:var(--cf-amber)}.badge.red{background:var(--cf-red-bg);color:var(--cf-red)}.badge.blue{background:var(--cf-blue-bg);color:var(--cf-blue)}.badge.gray{background:var(--cf-gray-bg);color:var(--cf-gray)}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--cf-gray);flex:none}.status-dot.green{background:#20935f}.status-dot.amber{background:#d49319}.status-dot.red{background:#d03d3d}.status-dot.blue{background:#3779c5}.table-wrap{overflow-x:auto;border:1px solid var(--cf-border);border-radius:var(--cf-radius)}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--cf-border);vertical-align:top}th{font-size:.76rem;text-transform:uppercase;letter-spacing:.05em;color:var(--cf-muted);background:#fafbfc}tr:last-child td{border-bottom:0}.mobile-list{display:none;gap:10px}.mobile-item{border:1px solid var(--cf-border);border-radius:var(--cf-radius);padding:14px;background:#fff}.tabs{display:flex;gap:4px;overflow-x:auto;border-bottom:1px solid var(--cf-border)}.tabs a,.tabs button{min-height:40px;padding:8px 12px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--cf-muted);font-weight:700;text-decoration:none;white-space:nowrap}.tabs .active{color:var(--cf-text);border-bottom-color:var(--cf-text)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:20px;background:#0f171f8a}.modal{width:min(560px,100%);max-height:min(85vh,760px);overflow:auto;background:#fff;border-radius:var(--cf-radius-lg);border:1px solid var(--cf-border);box-shadow:0 24px 80px #00000038;padding:24px}.modal-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.icon-button{min-width:38px;min-height:38px;border:1px solid var(--cf-border);border-radius:999px;background:#fff;color:var(--cf-text);cursor:pointer}.progress-track{height:8px;background:var(--cf-gray-bg);border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:var(--cf-blue);border-radius:inherit;transition:width .2s ease}.loader{width:18px;height:18px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:34px 18px;border:1px dashed var(--cf-border-strong);border-radius:var(--cf-radius);background:#fbfcfd}.empty-state h3{margin-bottom:5px}.legal-copy{max-width:760px}.legal-copy h2{margin-top:30px}.legal-copy ul{padding-left:22px}.legal-copy li+li{margin-top:5px}@media(max-width:760px){.grid-2,.grid-3{grid-template-columns:1fr}.desktop-table{display:none}.mobile-list{display:grid}.shell,.shell.wide{width:min(100% - 24px,var(--cf-max));margin-block:24px 52px}.card{border-radius:16px;padding:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.site-header.svelte-12qhfyh{min-height:68px;padding:12px clamp(16px,4vw,48px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-bottom:1px solid var(--cf-border);position:sticky;top:0;z-index:50}.brand.svelte-12qhfyh{text-decoration:none;font-size:.69rem;letter-spacing:.11em;text-transform:uppercase;display:flex;flex-direction:column;line-height:1.25}.brand.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:.94rem;letter-spacing:0;text-transform:none}nav.svelte-12qhfyh{display:flex;gap:15px;align-items:center}.site-header.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){font-size:.88rem;text-decoration:none;color:var(--cf-muted);font-weight:650;padding:7px 2px;border-bottom:2px solid transparent}.site-header.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover,.site-header.svelte-12qhfyh nav:where(.svelte-12qhfyh) a.active:where(.svelte-12qhfyh){color:var(--cf-text);border-bottom-color:var(--cf-text)}.site-header.svelte-12qhfyh nav:where(.svelte-12qhfyh) .nav-cta:where(.svelte-12qhfyh){padding:8px 11px;border:1px solid var(--cf-border);border-radius:8px;color:var(--cf-text)}.language-select.svelte-12qhfyh select:where(.svelte-12qhfyh){min-height:36px;width:auto;padding:6px 28px 6px 9px}.mobile-menu.svelte-12qhfyh{display:none;min-width:42px;min-height:42px;border:1px solid var(--cf-border);border-radius:9px;background:#fff;color:var(--cf-text);font-size:1.1rem}.site-footer.svelte-12qhfyh{width:min(var(--cf-max),calc(100% - 32px));margin:70px auto 24px;border-top:1px solid var(--cf-border);padding:24px 0;display:flex;justify-content:space-between;gap:20px;color:var(--cf-muted);font-size:.82rem}.site-footer.svelte-12qhfyh>div:where(.svelte-12qhfyh){display:grid;gap:2px}.site-footer.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--cf-text)}.site-footer.svelte-12qhfyh nav:where(.svelte-12qhfyh){flex-wrap:wrap;justify-content:flex-end}.site-footer.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none}@media(max-width:850px){.mobile-menu.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center}.site-header.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:none;position:absolute;top:67px;left:12px;right:12px;background:#fff;border:1px solid var(--cf-border);border-radius:14px;box-shadow:var(--cf-shadow);padding:12px;align-items:stretch;flex-direction:column}.site-header.svelte-12qhfyh nav.open:where(.svelte-12qhfyh){display:flex}.site-header.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){padding:10px}.language-select.svelte-12qhfyh select:where(.svelte-12qhfyh){width:100%}.site-footer.svelte-12qhfyh{flex-direction:column}.site-footer.svelte-12qhfyh nav:where(.svelte-12qhfyh){justify-content:flex-start}}
