.form{margin-top:var(--gap)}.form__hidden{display:none}.form__section{--count:1;display:grid;gap:1.5rem;grid-template-columns:repeat(var(--count),1fr);text-align:left}.form__section+.form__section{margin-top:2rem}.form__label{display:block;font-size:1.25rem;text-shadow:var(--text-shadow);margin-bottom:.25rem}.form__control{width:100%;padding:.75rem 1.25rem;border:3px solid var(--purple-light-hsl);border-radius:var(--radius-sm);-webkit-transition:all .3s;transition:all .3s;background:var(--white);font-size:1.1rem;color:var(--dark-gray)}.form__control:focus{outline:none;border-color:var(--purple);-webkit-box-shadow:0 0 0 4px rgba(166,3,255,.2);box-shadow:0 0 0 4px #a603ff33}.form textarea{min-height:160px;resize:none}.form__list-group{margin:0;padding:0;list-style:none}.form__list-group li{margin:0 0 .25rem;padding:0}.form__list-label{position:relative;cursor:pointer;padding-left:2rem;font-size:1rem;color:var(--white);text-shadow:var(--text-shadow);-webkit-transition:all .3s;transition:all .3s}.form__list-label:hover{-webkit-transform:translateX(4px);transform:translate(4px)}.form__list-label span{line-height:1.4}.form__list-item{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.form__list-item+span:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1.5rem;height:1.5rem;border:3px solid var(--purple-light-hsl);border-radius:.375rem;background:var(--white);-webkit-transition:all .3s;transition:all .3s;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px #0003}.form__list-item:focus+span:before{border-color:var(--orange)}.form__list-item+span:after{content:"";position:absolute;left:5px;top:6px;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);width:.4rem;height:.7rem;-webkit-transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.form__list-item:checked+span:before{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);border-color:var(--green)}.form__list-item:checked+span:after{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.form__list-item--checkbox+span:after{border:solid var(--white);border-width:0 2px 2px 0;rotate:45deg}.form__list-item--radio+span:before{border-radius:50%}.form__list-item--radio+span:after{width:.6rem;height:.6rem;border-radius:50%}.form__error{font-size:1rem;color:var(--white);margin-top:.4rem}.form__row--submit{margin-top:2rem}.form .button{padding-block:1.25rem;font-size:1.35rem}.form__auth-prompt{text-align:center}.form__auth-prompt .button{padding-block:.75rem;font-size:1rem}.form__auth-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-block:1rem 2rem}.form__auth-divider{margin-bottom:1rem}.form__submit-text{display:block}.form__submit-loading{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form__submit-loading svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.form__submit--loading .form__submit-text{display:none}.form__submit--loading .form__submit-loading{display:-webkit-box;display:-ms-flexbox;display:flex}.form__note{margin-top:.5rem;font-size:1rem}.form__group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.form__group .form__row:nth-child(2n){text-align:right;font-size:1rem}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cont+.form{margin-top:var(--gap)}.file-upload-container{margin-top:1rem;text-shadow:none}.file-upload-container button{background:none;border:0;padding:2rem 1rem;cursor:pointer;border-radius:var(--radius-sm);color:var(--dark-gray)}.file-upload-dropzone{border:2px dashed var(--purple-light-hsl);border-radius:var(--radius-sm);text-align:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:var(--white)}.file-upload-dropzone:hover{border-color:#3b82f6;background-color:#eff6ff}.file-upload-dropzone .file-upload-dropzone p{margin:0;color:#4b5563;font-size:14px}.file-upload-hint{margin-top:8px!important;font-size:12px!important;color:#9ca3af}.file-upload-list{margin-top:16px}.file-upload-item{background:var(--white);border:1px solid var(--purple-light-hsl);border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.file-upload-item button{padding:.5rem 1rem;background-color:#fef2f2}.file-upload-item--success{border-color:var(--green)}.file-upload-item--error{border-color:#ef4444;background-color:#fef2f2}.file-upload-item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.file-upload-item-name{font-size:14px;font-weight:500;color:#1f2937;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload-item-size{font-size:12px;color:#6b7280;-ms-flex-negative:0;flex-shrink:0}.file-upload-item-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.file-upload-progress-bar{-webkit-box-flex:1;-ms-flex:1;flex:1;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.file-upload-progress-fill{height:100%;background-color:#3b82f6;-webkit-transition:width .3s ease;transition:width .3s ease;border-radius:4px}.file-upload-item--success .file-upload-progress-fill{background-color:#10b981}.file-upload-item--error .file-upload-progress-fill{background-color:#ef4444}.file-upload-progress-text{font-size:12px;color:#6b7280;min-width:50px;text-align:right}.file-upload-remove{font-size:12px;padding:4px 8px;-webkit-transition:background-color .2s;transition:background-color .2s;-ms-flex-item-align:start;align-self:flex-start}.file-upload-remove:hover{background-color:#fee2e2}.file-upload-error{margin-top:8px;padding:12px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:13px}.form__address-autocomplete{margin-top:1.5rem}.form__address-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;margin-bottom:1rem}.form__address-toggle-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.75rem 1rem;border:2px solid var(--purple-light-hsl);border-radius:var(--radius-sm);background:var(--white);color:var(--dark-gray);font-size:1rem;font-weight:500;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.form__address-toggle-btn:hover{border-color:var(--purple)}.form__address-toggle-btn.active{background:var(--purple);color:var(--white);border-color:var(--purple)}.form__address-mode{display:none}.form__address-mode.active{display:block}.form__address-manual-fields{display:grid;gap:1rem}.form__help-text{margin-top:.5rem;font-size:.875rem;color:var(--gray)}.form__city-autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:var(--white);border:3px solid var(--purple-light-hsl);border-radius:var(--radius-sm);max-height:300px;overflow-y:auto;z-index:1000;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026}.form__city-autocomplete-item{padding:.75rem 1.25rem;cursor:pointer;-webkit-transition:background-color .2s;transition:background-color .2s;font-size:1.1rem;color:var(--dark-gray)}.form__city-autocomplete-item:hover,.form__city-autocomplete-item--active{background-color:#a603ff1a}.form__city-autocomplete-item:not(:last-child){border-bottom:1px solid var(--purple-light-hsl)}.form__row--guest-city{position:relative}.avatar-upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;color:var(--dark-gray)}.avatar-upload__preview{position:relative;width:150px;height:150px;border-radius:50%;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.avatar-upload__preview:hover .avatar-upload__inner{-webkit-box-shadow:0 0 0 4px rgba(166,3,255,.2);box-shadow:0 0 0 4px #a603ff33}.avatar-upload__inner{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;border:3px solid var(--purple-light-hsl);background:var(--white);-webkit-transition:all .3s ease;transition:all .3s ease}.avatar-upload__placeholder{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;color:var(--gray);text-align:center;padding:1rem}.avatar-upload__placeholder svg{width:48px;height:48px;stroke:currentColor}.avatar-upload__placeholder span{font-size:.75rem;font-weight:500}.avatar-upload__thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-upload__progress{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.avatar-upload__progress-circle{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center}.avatar-upload__progress-bg{fill:none;stroke:#0000001a;stroke-width:6}.avatar-upload__progress-bar{fill:none;stroke:var(--purple);stroke-width:6;stroke-linecap:round;-webkit-transition:stroke-dashoffset .3s ease;transition:stroke-dashoffset .3s ease}.form__row--avatar .file-upload-container{display:none}.avatar-selection{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:1rem}.avatar-selection__option{position:relative;cursor:pointer;display:block}.avatar-selection__radio{position:absolute;opacity:0;pointer-events:none}.avatar-selection__preset-wrapper{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid var(--purple-light-hsl);background:var(--white);-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px #0003}.avatar-selection__preset-wrapper:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.3);box-shadow:0 4px 8px #0000004d}.avatar-selection__preset-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-selection__custom-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.avatar-selection__custom-wrapper .avatar-upload{width:80px;height:80px}.avatar-selection__custom-wrapper .avatar-upload__preview{width:80px;height:80px;aspect-ratio:1/1;border-radius:50%}.avatar-selection__custom-wrapper .avatar-upload__inner{aspect-ratio:1/1;border-radius:50%}.avatar-selection__custom-wrapper .avatar-upload__placeholder svg{width:32px;height:32px}.avatar-selection__custom-wrapper .avatar-upload__thumbnail{aspect-ratio:1/1;border-radius:50%}.avatar-selection__option--selected .avatar-selection__preset-wrapper,.avatar-selection__option--selected .avatar-upload__inner{border-color:var(--orange);-webkit-box-shadow:0 0 0 4px rgba(245,158,11,.4);box-shadow:0 0 0 4px #f59e0b66}.avatar-selection__option--selected .avatar-selection__preset-wrapper:after,.avatar-selection__option--selected .avatar-upload__inner:after{content:"✓";position:absolute;top:0;right:0;width:24px;height:24px;background:var(--orange);color:var(--white);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:700;-webkit-transform:translate(25%,-25%);transform:translate(25%,-25%)}.form:has(#login-form),.form:has(#forgot-password-form),.form:has(#reset-password-form),.form:has(#register-form){margin-top:0}#forgot-password-form a{font-size:1rem}.grecaptcha-badge{display:none}.form__profile-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}@media(max-width:768px){.form__profile-list{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.form__profile-list{grid-template-columns:1fr}}.form__profile-option{position:relative;cursor:pointer;display:block}.form__profile-option--loading{pointer-events:none;opacity:.6}.form__profile-option--loading .form__profile-card{cursor:wait}.form__profile-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:1.5rem;border:3px solid var(--purple-light-hsl);border-radius:var(--radius-sm);background:var(--white);-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px #0000001a}.form__profile-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px #00000026;border-color:var(--purple)}.form__profile-card:active{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.form__profile-avatar{width:100px;height:100px;margin-bottom:1rem;border-radius:50%;overflow:hidden;background:var(--purple-light-hsl);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:3px solid var(--purple-light-hsl);-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.form__profile-card:hover .form__profile-avatar{border-color:var(--purple)}.form__profile-avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.form__profile-avatar-placeholder{width:60%;height:60%;color:var(--purple)}.form__profile-avatar-placeholder svg{width:100%;height:100%}.form__profile-info{width:100%}.form__profile-name{font-size:1.25rem;font-weight:700;color:var(--dark-gray);text-shadow:var(--text-shadow);margin-bottom:.25rem}.form__profile-meta{font-size:.9rem;color:var(--dark-gray);opacity:.8}.form__profile-edit{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;padding:.375rem;background:var(--purple);border:2px solid var(--purple);border-radius:50%;color:var(--white);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px #0003}.form__profile-edit svg{width:100%;height:100%}.form__profile-edit:hover{background:var(--purple-dark);-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 3px 6px rgba(0,0,0,.3);box-shadow:0 3px 6px #0000004d}.form__profile-edit:active{-webkit-transform:scale(.95);transform:scale(.95)}.form__profile-card--add-new{border-style:dashed;background:transparent}.form__profile-card--add-new:hover{background:var(--purple-light-hsl)}.form__profile-avatar-placeholder--add{color:var(--purple);width:50%;height:50%}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal--active{display:-webkit-box;display:-ms-flexbox;display:flex}.modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal__content{position:relative;background:var(--purple);border-radius:var(--radius-sm);max-width:600px;width:90%;max-height:90vh;overflow-y:auto;-webkit-box-shadow:0 20px 60px rgba(0,0,0,.3);box-shadow:0 20px 60px #0000004d;z-index:1}.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem 2rem 1rem;border-bottom:2px solid rgba(255,255,255,.2)}.modal__title{font-size:2rem;color:var(--white);text-shadow:var(--text-shadow);margin:0}.modal__close{background:none;border:none;font-size:2.5rem;line-height:1;cursor:pointer;color:var(--white);padding:0;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:all .3s;transition:all .3s}.modal__close:hover{background:#ffffff1a;color:var(--white)}.modal__form{padding:2rem}.modal__form .form__label{color:var(--white)}.modal__form .form__required{color:var(--orange)}.modal__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;margin-top:2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width:480px){.modal__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.avatar-selection{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}.avatar-selection__option{cursor:pointer;position:relative}.avatar-selection__radio{position:absolute;opacity:0;cursor:pointer}.avatar-selection__preset-wrapper{width:80px;height:80px;border:3px solid var(--purple-light-hsl);border-radius:50%;overflow:hidden;-webkit-transition:all .3s;transition:all .3s;background:var(--white)}.avatar-selection__preset-wrapper:hover{border-color:var(--orange);-webkit-transform:scale(1.05);transform:scale(1.05)}.avatar-selection__radio:checked+.avatar-selection__preset-wrapper{border-color:var(--orange);-webkit-box-shadow:0 0 0 4px rgba(245,158,11,.4);box-shadow:0 0 0 4px #f59e0b66}.avatar-selection__preset-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.avatar-selection__custom-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.avatar-selection__custom-wrapper .avatar-upload{width:80px;height:80px;gap:0}.avatar-selection__custom-wrapper .avatar-upload__preview,.avatar-selection__custom-wrapper .avatar-upload__inner{width:80px;height:80px}.avatar-selection__custom-wrapper .avatar-upload__placeholder{padding:.5rem}.avatar-selection__custom-wrapper .avatar-upload__placeholder svg{width:28px;height:28px}.avatar-selection__custom-wrapper .avatar-upload__placeholder span{font-size:.65rem}.avatar-selection__custom-wrapper .avatar-upload__thumbnail{width:100%;height:100%}.avatar-selection__custom-wrapper #avatar-uploader{display:none}
