:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{color:#202124;background:#f6f4ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}main{width:calc(100vw - 32px);max-width:1120px;margin:0 auto;padding:32px 0}.app-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}h1,h2,p{margin:0}h1{font-size:34px;line-height:1.1}h2{margin-bottom:18px;font-size:22px}.eyebrow{color:#8c3f2b;text-transform:uppercase;font-size:13px;font-weight:700}.tabs{background:#fff;border:1px solid #ddd5ca;border-radius:8px;padding:4px;display:inline-flex}.tabs button,.lookup-keypad button,.point-grid button,.step-actions button,button.primary{color:#202124;cursor:pointer;min-height:44px;font:inherit;background:#fff;border:1px solid #d7cfc4;border-radius:8px;font-weight:700}.tabs button{border-color:#0000;min-width:92px}.tabs button.active,button.primary{color:#fff;background:#145c54}button.primary:disabled{color:#f7fbfa;cursor:not-allowed;background:#b8c9c6;border-color:#b8c9c6}.grid{gap:18px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.one{grid-template-columns:minmax(0,520px);justify-content:center}.staff-step-panel{grid-template-columns:minmax(0,560px);justify-content:center;display:grid}.panel{background:#fffdf8;border:1px solid #ddd5ca;border-radius:8px;min-width:0;padding:22px;box-shadow:0 10px 30px #2021240f}.panel.narrow{width:100%;max-width:440px}.staff-step-card{width:100%;max-width:560px}form{gap:14px;display:grid}label{gap:7px;font-size:14px;font-weight:700;display:grid}input{width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #cfc7bc;border-radius:8px;padding:0 12px}select{color:#202124;width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #cfc7bc;border-radius:8px;padding:0 12px}.staff-country-select{margin-top:2px}.phone-input{background:#fff;border:1px solid #cfc7bc;border-radius:8px;min-height:46px;padding:0 12px}.phone-input .PhoneInputCountry{margin-right:10px}.phone-input .PhoneInputInput{border:0;min-height:44px;padding:0}.phone-input .PhoneInputInput:focus{outline:0}.phone-input:focus-within{border-color:#145c54;box-shadow:0 0 0 3px #145c5424}.check{grid-template-columns:20px 1fr;align-items:start;font-weight:500}.check input{min-height:20px}.staff-line,.empty{color:#5c5c5c;margin-bottom:16px}.lookup-form{gap:12px}.step-heading{gap:6px;display:grid}.step-heading h2{margin-bottom:0}.step-heading p:not(.eyebrow){color:#5c5c5c;line-height:1.4}.keypad-display{background:#fff;border:1px solid #d7cfc4;border-radius:8px;gap:6px;min-height:78px;padding:12px 14px;display:grid}.keypad-display span{color:#6b6761;text-transform:uppercase;font-size:13px;font-weight:800}.keypad-display strong{color:#202124;font-size:30px;font-weight:850;line-height:1.1}.keypad-display.compact{min-height:64px}.keypad-display.compact strong{font-size:24px}.lookup-keypad{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.lookup-keypad button{touch-action:manipulation;background:#fff;min-width:0;min-height:58px;font-size:22px}.lookup-keypad button:nth-last-child(-n+2){color:#65472f;background:#f7f2e9;font-size:16px}.lookup-keypad button:disabled{color:#b0a79d;cursor:not-allowed;background:#f0ece6}.create-form{border-top:1px solid #e6ded2;margin-top:22px;padding-top:22px}.create-form.stepped{border-top:0;margin-top:0;padding-top:0}.step-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.step-actions.top{grid-template-columns:1fr;margin-bottom:18px}.step-actions button{color:#65472f;background:#f7f2e9}.step-actions button.primary{color:#fff;background:#145c54}.verify-form{background:#fff8ed;border:1px solid #e6ded2;border-radius:8px;margin-bottom:22px;padding:16px}.verify-form h2{margin-bottom:12px;font-size:18px}.verify-form p,.sms-status-copy{color:#5c5c5c;font-size:14px;line-height:1.45}.verify-form p{margin-bottom:14px}.entrant-header{justify-content:space-between;align-items:start;gap:16px;display:flex}.badge{color:#69472f;background:#efe8dd;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800}.badge.good{color:#19543f;background:#d9efe3}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0;display:grid}.stats div{background:#fff;border:1px solid #e1d9ce;border-radius:8px;padding:14px}dt{color:#6b6761;font-size:13px}dd{margin:6px 0 0;font-size:28px;font-weight:800}.point-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.point-grid button:disabled{color:#aaa197;cursor:not-allowed;background:#f0ece6}.success,.error{border-radius:8px;margin-top:14px;padding:12px}.success{color:#164b36;background:#e0f3e8}.error{color:#7c2b19;background:#fde5de}@media (width<=760px){main{width:calc(100vw - 20px);max-width:720px;padding:20px 0}.app-header,.grid.two{grid-template-columns:1fr;display:grid}.tabs{width:100%;min-width:0}.tabs button{flex:1}.stats,.point-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=480px){h1{font-size:30px}.step-actions{grid-template-columns:1fr}.keypad-display strong{font-size:28px}}
