:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--background: #07111f;--background-deep: #050b14;--surface: #111d2d;--surface-raised: #151f30;--surface-input: #0f1828;--border: #26344a;--border-strong: #40516a;--text: #f7f9fc;--text-secondary: #a8b3c7;--text-muted: #7889a1;--accent: #b6b843;--accent-bright: #e2e782;--accent-soft: #28310d;--community-accent: #b6b843;--success: #84d6a5;--success-soft: #173127;--warning: #f6c453;--warning-soft: #33270d;--danger: #ff9b9b;--danger-soft: #3a2229;--info: #80b8f4;--info-soft: #172c43;--radius: 18px;--shadow: 0 22px 70px rgb(0 0 0 / 32%)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--background-deep)}body{min-width:320px;min-height:100vh;margin:0;background:var(--background);color:var(--text)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--accent-bright);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:#f0f3a8}button{color:inherit}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.025em}p{color:var(--text-secondary);line-height:1.65}small{color:var(--text-muted)}:focus-visible{outline:3px solid var(--accent-bright);outline-offset:3px}.skip-link{position:fixed;z-index:200;top:8px;left:8px;padding:10px 14px;border-radius:8px;background:#fff;color:#000;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.public-shell{min-height:100vh;display:grid;grid-template-columns:minmax(340px,.85fr) minmax(500px,1.15fr);background:radial-gradient(circle at 15% 15%,rgb(182 184 67 / 9%),transparent 34%),var(--background-deep)}.public-brand-panel{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,7vw,100px);border-right:1px solid var(--border);background:linear-gradient(145deg,#0a1422f5,#07111ff5)}.public-logo{width:132px;height:132px;object-fit:contain;margin-bottom:28px;filter:drop-shadow(0 14px 28px rgb(0 0 0 / 38%))}.public-brand-panel h1{max-width:660px;margin:8px 0 18px;font-size:clamp(34px,4vw,62px);line-height:1.02}.public-brand-panel>p:not(.eyebrow){max-width:590px;font-size:17px}.brand-benefits{display:grid;gap:13px;margin:26px 0 0;padding:0;color:#d6dde7;list-style:none}.brand-benefits li{display:flex;align-items:center;gap:11px}.brand-benefits li:before{content:"✓";display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:var(--accent-soft);color:var(--accent-bright);font-weight:900}.public-content{min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px}.public-card{width:min(100%,570px);max-height:calc(100vh - 105px);overflow:auto;padding:clamp(26px,5vw,50px);border:1px solid var(--border);border-top:3px solid var(--community-accent);border-radius:26px;background:#111d2deb;box-shadow:var(--shadow);scrollbar-width:thin}.public-footer{display:flex;gap:20px;padding-top:22px;font-size:13px}.mobile-brand{display:none;align-items:center;gap:10px;margin-bottom:26px;color:var(--text);font-weight:900}.mobile-brand img{width:42px;height:42px;object-fit:contain}.auth-title{margin:5px 0 9px;font-size:clamp(28px,5vw,38px)}.auth-subtitle{margin-bottom:26px}.auth-switch{margin:24px 0 0;text-align:center;font-size:14px}.form-link-row{display:flex;justify-content:flex-end;margin-top:-7px;font-size:13px}.eyebrow{margin:0 0 7px;color:var(--accent-bright);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.form-stack{display:grid;gap:17px}.field{display:grid;gap:7px;min-width:0;color:#dde5ee;font-size:13px;font-weight:800}.field>span small{font-weight:500}.field input,.field textarea,.field select{width:100%;border:1px solid var(--border-strong);border-radius:12px;background:var(--surface-input);color:var(--text);transition:border-color .14s ease,box-shadow .14s ease}.field input,.field select{min-height:50px;padding:0 14px}.field textarea{resize:vertical;padding:13px 14px;line-height:1.45}.field input:hover,.field textarea:hover,.field select:hover{border-color:#52647e}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #b6b84324;outline:0}.field input[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--danger)}.field input.field-locked{background:var(--surface-2, #16202f);color:var(--text-muted, #9eabc0);cursor:default}.field input.field-locked:hover{border-color:var(--border-strong)}.field-error{margin:-1px 0 0;color:var(--danger);font-size:12px;line-height:1.4;font-weight:650}.required-mark{color:var(--warning)}.fieldset-inline{display:flex;flex-wrap:wrap;gap:9px;border:0;margin:18px 0 0;padding:0}.fieldset-inline legend{width:100%;margin-bottom:7px}.radio-card{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface-input);text-transform:capitalize;cursor:pointer}.radio-card:has(input:checked){border-color:var(--accent);background:var(--accent-soft);color:var(--accent-bright)}.radio-card input[type=radio]{appearance:none;-webkit-appearance:none;flex:none;width:18px;height:18px;margin:0;border:2px solid var(--border-strong);border-radius:50%;background:transparent;display:grid;place-content:center}.radio-card input[type=radio]:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--accent);transform:scale(0);transition:transform .12s ease}.radio-card input[type=radio]:checked{border-color:var(--accent)}.radio-card input[type=radio]:checked:before{transform:scale(1)}.radio-card input[type=radio]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){.radio-card input[type=radio]:before{transition:none}}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:10px 18px;font-weight:850;text-decoration:none;cursor:pointer;transition:transform .12s ease,opacity .12s ease,border-color .12s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.48;cursor:not-allowed}.button-full{width:100%}.button-primary{background:var(--accent);color:#07111f}.button-primary:hover{color:#07111f;background:#c9ce57}.button-secondary{border-color:#59632a;background:var(--accent-soft);color:var(--accent-bright)}.button-ghost{border-color:var(--border-strong);background:transparent;color:#d6dde7}.button-danger{background:var(--danger);color:#210a10}.button-danger-outline{border-color:#713746;background:var(--danger-soft);color:var(--danger)}.button-small{min-height:37px;padding:7px 11px;border-radius:9px;font-size:12px}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.status-message{display:flex;align-items:flex-start;gap:11px;margin:0 0 18px;padding:14px 15px;border:1px solid;border-radius:14px;font-size:13px;line-height:1.55}.status-message strong{display:block;margin-bottom:2px;color:var(--text)}.status-message ul{margin:5px 0 0;padding-left:19px}.status-symbol{flex:0 0 22px;display:grid;width:22px;height:22px;place-items:center;border:1px solid currentColor;border-radius:50%;font-weight:900}.status-info{border-color:#294b70;background:var(--info-soft);color:var(--info)}.status-success{border-color:#286143;background:var(--success-soft);color:var(--success)}.status-warning{border-color:#75551b;background:var(--warning-soft);color:var(--warning)}.status-error{border-color:#713746;background:var(--danger-soft);color:var(--danger)}.app-shell{min-height:100vh;background:var(--background-deep)}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:282px;display:flex;flex-direction:column;padding:22px 18px;border-right:1px solid var(--border);background:#0a1422}.sidebar-brand{display:flex;align-items:center;gap:12px;margin:0 5px 30px;color:var(--text);text-decoration:none}.sidebar-brand>span:last-child{min-width:0;display:grid;gap:3px}.sidebar-brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.sidebar-brand small{color:var(--community-accent);font-size:8px;font-weight:900;letter-spacing:.16em}.sidebar-logo-frame{flex:0 0 48px;display:grid;width:48px;height:48px;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.sidebar-logo-frame img{width:44px;height:44px;object-fit:contain}.sidebar nav{display:grid;gap:5px}.nav-item{min-height:45px;display:flex;align-items:center;gap:11px;padding:8px 10px;border:1px solid transparent;border-radius:11px;color:#9aa7ba;font-size:13px;font-weight:730;text-decoration:none}.nav-item>span{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:var(--surface);color:#8290a5;font-size:11px;font-weight:900}.nav-item:hover{background:var(--surface);color:#dbe2ec}.nav-item-active{border-color:#4b5526;background:#242d18!important;color:#f4f6d2!important}.nav-item-active>span{background:#343d1d;color:var(--accent-bright)}.sidebar-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--border)}.resident-chip{display:flex;align-items:center;gap:10px}.resident-avatar{flex:0 0 38px;display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--accent);color:#07111f;font-size:12px;font-weight:900}.resident-chip>span:last-child{min-width:0;display:grid;gap:2px}.resident-chip strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.resident-chip small{font-size:10px}.sidebar-logout{width:100%;min-height:39px;margin-top:12px;border:1px solid #56303a;border-radius:10px;background:transparent;color:var(--danger);font-size:12px;font-weight:800;cursor:pointer}.workspace{min-height:100vh;margin-left:282px;padding:18px}.workspace-toolbar,.workspace-footer{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:12px}.workspace-toolbar{min-height:42px;padding:0 8px 13px}.refresh-button{border:0;background:transparent;color:var(--accent-bright);font-weight:800;cursor:pointer}.workspace-content{width:100%;max-width:1280px;min-height:calc(100vh - 118px);margin:0 auto;padding:clamp(24px,4vw,52px);border:1px solid var(--border);border-top:3px solid var(--community-accent);border-radius:23px;background:var(--background);box-shadow:0 16px 45px #00000038}.workspace-footer{padding:16px 8px 2px}.workspace-footer a{color:var(--text-muted)}.mobile-header,.sidebar-scrim{display:none}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}.page-header h1{margin:0;font-size:clamp(30px,4vw,44px)}.page-description{max-width:780px;margin:9px 0 0}.page-action{flex:0 0 auto}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.metric-card{min-height:160px;display:flex;flex-direction:column;padding:21px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised);color:var(--text);text-decoration:none}.metric-card:hover{border-color:#4c5b31;color:var(--text)}.metric-label{color:var(--text-muted);font-size:10px;font-weight:900;letter-spacing:.13em}.metric-card strong{margin:12px 0 auto;font-size:44px}.metric-card small{line-height:1.45}.section-block{margin-top:34px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:15px}.section-heading h2{margin:0;font-size:24px}.content-grid{display:grid;gap:17px}.content-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{padding:clamp(20px,3vw,28px);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised)}.panel h2{margin-bottom:20px}.panel-copy{margin-bottom:0}.property-hero{border-top:3px solid var(--community-accent)}.property-icon{display:grid;width:52px;height:52px;place-items:center;margin-bottom:20px;border-radius:15px;background:var(--accent-soft);color:var(--accent-bright);font-size:24px}.detail-list{margin:0}.detail-list>div{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr);gap:16px;padding:14px 0;border-bottom:1px solid var(--border)}.detail-list>div:last-child{border:0}.detail-list dt{color:var(--text-muted);font-size:12px;font-weight:800}.detail-list dd{margin:0;color:#e2e7ef;font-weight:700;overflow-wrap:anywhere}.compact-details{margin-top:22px}.policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--border)}.policy-grid>div{min-height:102px;display:flex;flex-direction:column;justify-content:space-between;gap:9px;padding:16px;background:var(--surface-input)}.policy-grid span{color:var(--text-muted);font-size:12px}.policy-grid strong{color:#e7ecf3}.rule-yes{color:var(--success)!important;font-weight:850}.rule-no{color:var(--text-secondary)!important;font-weight:850}.chip-list{display:flex;flex-wrap:wrap;gap:9px}.requirement-chip{padding:8px 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface-input);color:var(--text-secondary);font-size:12px}.required-chip{border-color:#5b5725;background:var(--accent-soft);color:var(--accent-bright)}.card-list{display:grid;gap:12px}.guest-card,.vehicle-card{display:flex;align-items:center;gap:15px;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-raised)}.plate-badge{flex:0 0 106px;min-width:106px;display:grid;place-items:center;padding:8px 7px;border:2px solid #8290a4;border-radius:8px;background:#e8edf5;color:#101820;line-height:1}.plate-badge strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:16px;letter-spacing:.04em}.plate-badge span{margin-top:5px;font-size:9px;font-weight:900}.guest-card-body,.vehicle-card-body{min-width:0;flex:1}.guest-card-title-row{display:flex;align-items:center;gap:9px}.guest-card h2,.vehicle-card h2{margin:0;font-size:17px}.guest-card-body>p{margin:4px 0 8px;color:var(--text-secondary);font-size:12px}.inline-details{display:flex;flex-wrap:wrap;gap:10px 24px;margin:0}.inline-details>div{display:flex;gap:6px}.inline-details dt{color:var(--text-muted);font-size:10px;font-weight:800;text-transform:uppercase}.inline-details dd{margin:0;color:#cad3df;font-size:11px}.card-actions{display:flex;gap:7px}.status-pill{display:inline-flex;align-items:center;width:fit-content;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.status-pill-active{background:var(--success-soft);color:var(--success)}.status-pill-upcoming,.status-pill-pending{background:var(--info-soft);color:var(--info)}.status-pill-expired{background:#1c2738;color:#94a3b8}.status-pill-cancelled,.status-pill-rejected{background:var(--danger-soft);color:var(--danger)}.status-pill-suspended{background:var(--warning-soft);color:var(--warning)}.empty-state{display:grid;justify-items:center;padding:clamp(34px,7vw,70px) 22px;border:1px dashed var(--border-strong);border-radius:var(--radius);background:#0f1828a6;text-align:center}.empty-state h2{margin:13px 0 5px}.empty-state p{max-width:520px}.empty-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:var(--accent-soft);color:var(--accent-bright);font-size:25px}.compact-list{overflow:hidden;border:1px solid var(--border);border-radius:14px}.compact-list>div{display:flex;justify-content:space-between;gap:16px;padding:13px 15px;border-bottom:1px solid var(--border);background:var(--surface-raised)}.compact-list>div:last-child{border:0}.compact-list span{color:var(--text-muted);font-size:12px}.portal-form{display:grid;gap:16px}.form-section{padding:clamp(19px,3vw,28px);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised)}.form-section-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:24px}.form-section-heading>span{flex:0 0 38px;display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--accent-soft);color:var(--accent-bright);font-weight:900}.form-section-heading h2{margin:1px 0 3px;font-size:20px}.form-section-heading p{margin:0;font-size:12px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid+.field{margin-top:18px}.sticky-form-actions{position:sticky;z-index:5;bottom:12px;display:flex;justify-content:flex-end;gap:10px;padding:14px;border:1px solid var(--border-strong);border-radius:15px;background:#0a1422f0;box-shadow:0 12px 30px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dialog-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:#02070dc7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.confirm-dialog{width:min(100%,480px);padding:25px;border:1px solid var(--border-strong);border-radius:20px;background:var(--surface-raised);box-shadow:var(--shadow)}.confirm-dialog h2{margin-bottom:8px}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.centered-state,.account-state-shell{min-height:100vh;display:grid;place-items:center;gap:16px;padding:24px;background:radial-gradient(circle at center,rgb(182 184 67 / 7%),transparent 40%),var(--background-deep);text-align:center}.centered-state .status-message{max-width:560px;text-align:left}.spinner{width:38px;height:38px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.account-state-card{width:min(100%,700px);padding:clamp(26px,5vw,50px);border:1px solid var(--border);border-top:3px solid var(--community-accent);border-radius:24px;background:var(--surface);box-shadow:var(--shadow);text-align:left}.account-state-card h1{margin-bottom:20px;font-size:clamp(30px,5vw,44px)}.legal-document,.help-page{color:var(--text-secondary)}.legal-updated{color:var(--text-muted);font-size:12px}.legal-introduction{padding:15px;border-radius:13px;background:var(--info-soft);color:#c6daf0}.legal-document section{padding:18px 0;border-bottom:1px solid var(--border)}.legal-document h3{color:var(--text)}.legal-document li{margin-bottom:8px;line-height:1.55}.legal-contact{padding:16px;border-radius:13px;background:var(--accent-soft)}.support-card{display:flex;align-items:center;gap:13px;padding:17px;border:1px solid #4b5526;border-radius:15px;background:var(--accent-soft);text-decoration:none}.support-card>span:first-child{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--accent);color:#07111f;font-weight:900}.support-card>span:last-child{display:grid;gap:3px}.faq-list{display:grid;gap:9px;margin-top:24px}.faq-list details{padding:15px 16px;border:1px solid var(--border);border-radius:13px;background:var(--surface-input)}.faq-list summary{color:var(--text);font-weight:800;cursor:pointer}.faq-list p{margin:12px 0 0;font-size:13px}@media(max-width:980px){.public-shell{grid-template-columns:1fr}.public-brand-panel{display:none}.public-content{min-height:100vh;padding:20px}.public-card{max-height:none}.mobile-brand{display:flex}.sidebar{transform:translate(-105%);transition:transform .18s ease;box-shadow:var(--shadow)}.sidebar-open{transform:translate(0)}.sidebar-scrim{position:fixed;z-index:15;inset:0;display:block;border:0;background:#00000094}.mobile-header{position:sticky;z-index:12;top:0;height:66px;display:flex;align-items:center;justify-content:space-between;padding:9px 16px;border-bottom:1px solid var(--border);background:#0a1422f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-header-brand{display:flex;align-items:center;gap:9px;min-width:0;color:var(--text);font-size:13px;font-weight:850;text-decoration:none}.mobile-header-brand img{width:40px;height:40px;object-fit:contain}.mobile-header-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-button{width:42px;height:42px;border:1px solid var(--border);border-radius:11px;background:var(--surface);font-size:20px;cursor:pointer}.workspace{margin-left:0;padding:0}.workspace-toolbar{display:none}.workspace-content{min-height:calc(100vh - 111px);border-width:0;border-radius:0;padding:clamp(20px,5vw,38px)}.workspace-footer{padding:14px 20px}.metric-grid,.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.public-content{padding:0;justify-content:flex-start}.public-card{width:100%;min-height:calc(100vh - 56px);padding:24px 19px 36px;border-width:0;border-radius:0;box-shadow:none}.public-footer{min-height:56px;align-items:center}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:24px}.page-action,.page-action .button{width:100%}.metric-grid,.content-grid-two,.policy-grid,.form-grid{grid-template-columns:1fr}.metric-card{min-height:138px}.guest-card,.vehicle-card{align-items:flex-start;flex-wrap:wrap}.plate-badge{flex-basis:94px;min-width:94px}.guest-card-body,.vehicle-card-body{flex-basis:calc(100% - 112px)}.card-actions{width:100%;justify-content:flex-end;padding-top:4px}.inline-details{display:grid;gap:4px}.sticky-form-actions{position:static;bottom:auto;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.sticky-form-actions .button{flex:1;padding-inline:10px}.detail-list>div{grid-template-columns:1fr;gap:4px}.workspace-footer{align-items:flex-start;flex-direction:column;gap:5px}.compact-list>div{align-items:flex-start;flex-direction:column;gap:4px}.dialog-actions{flex-direction:column-reverse}.dialog-actions .button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.community-results{display:grid;gap:6px;margin:-6px 0 0;padding:0;list-style:none}.community-result{width:100%;min-height:46px;display:flex;align-items:center;padding:10px 14px;border:1px solid var(--border);border-radius:11px;background:var(--surface-input);color:var(--text);font-size:14px;font-weight:700;text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease}.community-result:hover{border-color:var(--accent);background:var(--accent-soft)}.chosen-community{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px;padding:0 14px;border:1px solid var(--accent);border-radius:12px;background:var(--accent-soft);color:var(--text)}.chosen-community strong{font-size:15px;font-weight:800}.link-button{border:0;background:none;padding:0;color:var(--accent-bright, #c9ce57);font-size:13px;font-weight:800;cursor:pointer}.link-button:hover{text-decoration:underline}.status-action{margin:12px 0 2px}.consent{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:start;margin:4px 0 2px;color:var(--text-secondary);font-size:13px;line-height:1.55;cursor:pointer}.consent input[type=checkbox]{appearance:none;width:20px;height:20px;margin:1px 0 0;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface-input);display:grid;place-items:center;cursor:pointer;flex-shrink:0}.consent input[type=checkbox]:after{content:"";width:10px;height:6px;border-left:2.5px solid var(--surface);border-bottom:2.5px solid var(--surface);transform:rotate(-45deg) translate(1px,-1px) scale(0);transition:transform .11s cubic-bezier(.23,1,.32,1)}.consent input[type=checkbox]:checked{background:var(--accent-bright);border-color:var(--accent-bright)}.consent input[type=checkbox]:checked:after{transform:rotate(-45deg) translate(1px,-1px) scale(1)}@media(prefers-reduced-motion:reduce){.consent input[type=checkbox]:after{transition:none}}.legal-links{display:grid;gap:9px;margin:18px 0 6px;padding:0;list-style:none}.legal-links li{display:grid;gap:2px;padding:13px 15px;border:1px solid var(--border);border-radius:13px;background:var(--surface-raised)}.legal-links a{font-size:14px;font-weight:800}.legal-links span{color:var(--text-muted);font-size:13px;line-height:1.45}.code-input{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:19px;letter-spacing:3px;text-transform:uppercase}
