body,html{margin:0;padding:0}.pac-container{z-index:10000!important;border-radius:0 0 6px 6px;border:1px solid rgba(17,24,39,.12);box-shadow:0 4px 12px rgba(0,0,0,.08);margin-top:-1px}.auth-background{background-color:var(--background-color);display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem}.auth-card{background:white;padding:2.5rem;border-radius:var(--radius);border:1px solid rgba(17,24,39,.12);width:100%;max-width:400px;box-sizing:border-box}.auth-card:has(.request-access-page){max-width:640px}.header{text-align:center;margin-bottom:32px}.header .title{font-family:var(--title-font);font-size:24px;font-weight:650;letter-spacing:0;margin:14px 0}.header .subtitle{font-size:.875rem;font-weight:400;color:#686868;line-height:21px}.logo{height:60px}.auth-form-container h2{text-align:center;margin-bottom:1rem;font-size:1.25rem;color:#333}.auth-form{display:flex;flex-direction:column}.form-group{margin-top:8px}.auth-form label{margin-bottom:1rem;font-size:.9rem;color:#555}.auth-form input,.auth-form select{width:100%;padding:.75rem;margin-top:.25rem;box-sizing:border-box;border:1px solid rgba(17,24,39,.18);border-radius:var(--radius);font-size:1rem;background-color:white;color:#333;font-family:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none}.auth-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:2.25rem;cursor:pointer}.auth-form select option[value=""],.auth-form select:invalid{color:#999}.auth-form select option{color:#333}.auth-form input:focus,.auth-form select:focus{border-color:var(--primary-color);outline:2px solid rgba(89,135,175,.25);outline-offset:1px}.auth-form button{margin-top:22px;font-weight:650}.forgot-password{margin-top:12px;font-size:.875rem}.auth-footer{font-size:.875rem;font-weight:400;color:#686868}.section-title{font-family:var(--title-font);font-weight:650;font-size:1rem;color:var(--title-color);margin:0 0 4px;padding-bottom:6px;border-bottom:1px solid rgba(17,24,39,.08)}.form-row{display:flex;gap:12px}.form-row .form-group{flex:1 1}.enterprise-search-wrapper{position:relative}.enterprise-search-wrapper input{width:100%;padding:.75rem;margin-top:.25rem;box-sizing:border-box;border:1px solid rgba(17,24,39,.18);border-radius:var(--radius);font-size:1rem}.enterprise-search-wrapper input:focus{border-color:var(--primary-color);outline:2px solid rgba(89,135,175,.25);outline-offset:1px}.search-spinner{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid var(--primary-color);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(1turn)}}.enterprise-results{list-style:none;margin:4px 0 0;padding:0;border:1px solid rgba(17,24,39,.12);border-radius:var(--radius);background:white;max-height:240px;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.08)}.enterprise-result{padding:10px 14px;cursor:pointer;display:flex;flex-direction:column;gap:2px;border-bottom:1px solid rgba(17,24,39,.06)}.enterprise-result:last-child{border-bottom:none}.enterprise-result:hover{background-color:#f0f6ff}.enterprise-name{font-weight:600;font-size:.9rem;color:#333}.enterprise-details{font-size:.78rem;color:#888}.enterprise-no-results{padding:12px 14px;font-size:.85rem;color:#999;border:1px solid rgba(17,24,39,.12);border-radius:var(--radius);margin-top:4px}.selected-enterprise{background-color:#f0f6ff;border-radius:var(--radius);padding:14px 16px;margin-top:12px;margin-bottom:8px}.selected-enterprise-header{display:flex;align-items:center;gap:8px}.selected-enterprise-icon{color:var(--primary-color);flex-shrink:0}.selected-enterprise-header strong{font-size:.95rem;flex:1 1}.btn-dismiss{cursor:pointer;width:11px;height:11px;color:#999;opacity:.65;transition:opacity .15s,color .15s;flex-shrink:0}.btn-dismiss:hover{opacity:1;color:#c23f3f}.selected-enterprise-info{margin:4px 0 0;font-size:.82rem;color:#555;line-height:1.4}.optional{font-weight:400;color:#aaa;font-size:.82rem}