.visually-hidden { position: absolute; z-index: -1; width: 0; height: 0; padding: 0; margin: 0; border: none; overflow: hidden; }

@font-face { font-family: 'MaisonNeue'; src: url(/static/core/webfonts/Maison_Neue/MaisonNeue-Light.woff) format("woff"); font-weight: 300; }

@font-face { font-family: 'TiemposItalic'; src: url(/static/core/webfonts/TiemposItalic/TiemposHeadlineWeb-RegularItalic.woff) format("woff"); font-weight: 300; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Light.otf) format("opentype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Regular.otf) format("opentype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Medium.otf) format("opentype"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-SemiBold.otf) format("opentype"); font-weight: 600; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Bold.otf) format("opentype"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-ExtraBold.otf) format("opentype"); font-weight: 800; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Black.otf) format("opentype"); font-weight: 900; font-style: normal; }

@font-face { font-family: 'Magilio'; src: url(/static/core/webfonts/Magilio/MagilioRegular.otf) format("opentype"), url(/static/core/webfonts/Magilio/MagilioRegular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'PurplePurse'; src: url(/static/core/webfonts/Purple_Purse/PurplePurse-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Michroma'; src: url(/static/core/webfonts/Michroma/Michroma-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Asap'; src: url(/static/core/webfonts/Asap/Asap-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

* { box-sizing: border-box; }

html, body { font-family: "Poppins", sans-serif, sans-serif; height: 100%; width: 100%; margin: 0; padding: 0; }

html { overflow-x: hidden; align-items: center; }

.footer { margin-top: auto; }

body { display: contents; min-height: 100vh; }

html { --primary-color: white; --text-color-primary: black; --secondary-color: #fff; --text-color-secondary: #16181b; --hover-color: #fbfbfb; --line-color-primary: #e3e3e3; --success-color: #28a745; --error-color: #dc3545; --input-text-color: #505050; --input-label-color: #959595; --input-border-color: #D7D7D7; --input-autofill-bg: #f4f3ff; }

html[theme='dark'] { --primary-color: #111317; --text-color-primary: white; --secondary-color: #202020; --text-color-secondary: #fff; --hover-color: #252525; --line-color-primary: #353535; --success-color: #28a745; --error-color: #d9534f; --input-text-color: white; --input-label-color: #727272; --input-border-color: #727272; --input-autofill-bg: #222139; }

html { background-color: var(--primary-color); color: var(--text-color-primary); }

.form-field { width: 100%; }

.form-field--no_placeholder input { padding-bottom: 0 !important; padding-top: 0 !important; }

.form-field__wrapper { overflow: hidden; position: relative; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.form-field__toggle-password { position: absolute; right: 12px; width: 32px; height: 32px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.form-field ul.errorlist { margin: 0; color: #F56565; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 10px; list-style-type: none; padding: 10px; }

.form-field .captcha { position: absolute; right: 0; height: 100%; border-radius: 0 12px 12px 0; user-select: none; pointer-events: none; }

.form-field label, .form-field input { font-family: "Poppins", sans-serif, sans-serif; font-size: 16px; font-weight: 300; font-style: normal; letter-spacing: .2px; padding-left: 12px; padding-right: 12px; }

.form-field label { transition: transform .2s ease-in-out; pointer-events: none; position: absolute; color: var(--input-label-color); user-select: none; opacity: 1; left: 0; top: 50%; transform: translate(0, -50%) scale(1); transform-origin: left top; white-space: nowrap; overflow: hidden; line-height: 1; }

.form-field input, .form-field textarea { color: var(--input-text-color); border: 1px solid var(--input-border-color); padding-top: 25px; padding-bottom: 8px; border-radius: 12px; width: 100%; height: 56px; background: transparent; transition: .2s ease-in-out border; }

.form-field input.error, .form-field textarea.error { border-color: red; }

.form-field input::placeholder, .form-field textarea::placeholder { color: var(--input-text-color); font-size: 0; }

.form-field input:focus, .form-field textarea:focus { outline: none; border-color: #0C8CE9; caret-color: #0C8CE9; }

.form-field input:focus + label, .form-field input:not(:placeholder-shown) + label, .form-field input:-webkit-autofill + label, .form-field textarea:focus + label, .form-field textarea:not(:placeholder-shown) + label, .form-field textarea:-webkit-autofill + label { transform: translate(3px, calc(-100% - 1px)) scale(0.75); }

.form-field input:-webkit-autofill, .form-field input:-webkit-autofill:hover, .form-field input:-webkit-autofill:focus, .form-field input:-webkit-autofill:active, .form-field textarea:-webkit-autofill, .form-field textarea:-webkit-autofill:hover, .form-field textarea:-webkit-autofill:focus, .form-field textarea:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px var(--input-autofill-bg) inset !important; -webkit-text-fill-color: var(--text-color-primary) !important; }

.form-field textarea { text-wrap: wrap; min-width: 100%; max-width: 100%; min-height: 57px; max-height: 200px; letter-spacing: .2px; padding: 16px 12px; font-family: "Poppins", sans-serif, sans-serif; font-size: 16px; font-weight: 300; font-style: normal; }

.form-field textarea + label { overflow: unset; }

.form-field textarea:focus + label, .form-field textarea:not(:placeholder-shown) + label, .form-field textarea:-webkit-autofill + label { opacity: 0; overflow: unset; }

.visually-hidden { position: absolute; z-index: -1; width: 0; height: 0; padding: 0; margin: 0; border: none; overflow: hidden; }

@font-face { font-family: 'MaisonNeue'; src: url(/static/core/webfonts/Maison_Neue/MaisonNeue-Light.woff) format("woff"); font-weight: 300; }

@font-face { font-family: 'TiemposItalic'; src: url(/static/core/webfonts/TiemposItalic/TiemposHeadlineWeb-RegularItalic.woff) format("woff"); font-weight: 300; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Light.otf) format("opentype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Regular.otf) format("opentype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Medium.otf) format("opentype"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-SemiBold.otf) format("opentype"); font-weight: 600; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Bold.otf) format("opentype"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-ExtraBold.otf) format("opentype"); font-weight: 800; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Black.otf) format("opentype"); font-weight: 900; font-style: normal; }

@font-face { font-family: 'Magilio'; src: url(/static/core/webfonts/Magilio/MagilioRegular.otf) format("opentype"), url(/static/core/webfonts/Magilio/MagilioRegular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'PurplePurse'; src: url(/static/core/webfonts/Purple_Purse/PurplePurse-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Michroma'; src: url(/static/core/webfonts/Michroma/Michroma-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Asap'; src: url(/static/core/webfonts/Asap/Asap-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

* { box-sizing: border-box; }

html, body { font-family: "Poppins", sans-serif, sans-serif; height: 100%; width: 100%; margin: 0; padding: 0; }

html { overflow-x: hidden; align-items: center; }

.footer { margin-top: auto; }

body { display: contents; min-height: 100vh; }

html { --primary-color: white; --text-color-primary: black; --secondary-color: #fff; --text-color-secondary: #16181b; --hover-color: #fbfbfb; --line-color-primary: #e3e3e3; --success-color: #28a745; --error-color: #dc3545; --input-text-color: #505050; --input-label-color: #959595; --input-border-color: #D7D7D7; --input-autofill-bg: #f4f3ff; }

html[theme='dark'] { --primary-color: #111317; --text-color-primary: white; --secondary-color: #202020; --text-color-secondary: #fff; --hover-color: #252525; --line-color-primary: #353535; --success-color: #28a745; --error-color: #d9534f; --input-text-color: white; --input-label-color: #727272; --input-border-color: #727272; --input-autofill-bg: #222139; }

html { background-color: var(--primary-color); color: var(--text-color-primary); }

.modal { top: 0; left: 0; right: 0; bottom: 0; z-index: 999; padding: 20px; display: flex; position: fixed; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(36, 36, 36, 0.6); }

.modal__content { width: 100%; padding: 24px; max-width: 570px; max-height: 100%; background: white; border-radius: 16px; }

.modal h3 { gap: 16px; margin: 0; padding: 0; color: #242424; font-family: "Poppins", sans-serif, sans-serif; font-size: 20px; font-weight: normal; font-style: normal; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }

.modal p { margin: 0; color: #242424; font-family: "Poppins", sans-serif, sans-serif; font-size: 18px; font-weight: normal; font-style: normal; }

.modal hr { width: 100%; padding: 0 24px; margin: 24px -24px; }

.modal__close-btn { margin: 0; border: 0; padding: 0; background: 0; cursor: pointer; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.modal__actions { gap: 24px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }

.modal__actions button { width: 100%; padding: 15px 35px; border-radius: 16px; cursor: pointer; transition: 0.3s ease-in-out; font-family: "Poppins", sans-serif, sans-serif; font-size: 20px; font-weight: normal; font-style: normal; }

.modal__actions button:hover { opacity: .9; }

.modal__actions button:first-child { border: none; color: #505050; background-color: unset; border: 1px solid #D8DAE5; }

.modal__actions button:last-child { border: none; color: white; background-color: #0C8CE9; }

.modal__actions button.default { color: #505050; background-color: unset; border: 1px solid #D8DAE5; }

.modal__actions button.danger { border: 0; color: white; cursor: pointer; background: red; padding: 15px 35px; font-family: "Poppins", sans-serif, sans-serif; font-size: 20px; font-weight: normal; font-style: normal; }

.modal__actions form, .modal__actions div { width: 100%; }

.modal .profile__error-list { margin-bottom: 24px !important; gap: 8px; margin: 0; padding: 0; display: flex; list-style: none; flex-direction: column; color: red; font-family: "Poppins", sans-serif, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; }

.visually-hidden { position: absolute; z-index: -1; width: 0; height: 0; padding: 0; margin: 0; border: none; overflow: hidden; }

@font-face { font-family: 'MaisonNeue'; src: url(/static/core/webfonts/Maison_Neue/MaisonNeue-Light.woff) format("woff"); font-weight: 300; }

@font-face { font-family: 'TiemposItalic'; src: url(/static/core/webfonts/TiemposItalic/TiemposHeadlineWeb-RegularItalic.woff) format("woff"); font-weight: 300; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Light.otf) format("opentype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Regular.otf) format("opentype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Medium.otf) format("opentype"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-SemiBold.otf) format("opentype"); font-weight: 600; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Bold.otf) format("opentype"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-ExtraBold.otf) format("opentype"); font-weight: 800; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Black.otf) format("opentype"); font-weight: 900; font-style: normal; }

@font-face { font-family: 'Magilio'; src: url(/static/core/webfonts/Magilio/MagilioRegular.otf) format("opentype"), url(/static/core/webfonts/Magilio/MagilioRegular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'PurplePurse'; src: url(/static/core/webfonts/Purple_Purse/PurplePurse-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Michroma'; src: url(/static/core/webfonts/Michroma/Michroma-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Asap'; src: url(/static/core/webfonts/Asap/Asap-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

* { box-sizing: border-box; }

html, body { font-family: "Poppins", sans-serif, sans-serif; height: 100%; width: 100%; margin: 0; padding: 0; }

html { overflow-x: hidden; align-items: center; }

.footer { margin-top: auto; }

body { display: contents; min-height: 100vh; }

html { --primary-color: white; --text-color-primary: black; --secondary-color: #fff; --text-color-secondary: #16181b; --hover-color: #fbfbfb; --line-color-primary: #e3e3e3; --success-color: #28a745; --error-color: #dc3545; --input-text-color: #505050; --input-label-color: #959595; --input-border-color: #D7D7D7; --input-autofill-bg: #f4f3ff; }

html[theme='dark'] { --primary-color: #111317; --text-color-primary: white; --secondary-color: #202020; --text-color-secondary: #fff; --hover-color: #252525; --line-color-primary: #353535; --success-color: #28a745; --error-color: #d9534f; --input-text-color: white; --input-label-color: #727272; --input-border-color: #727272; --input-autofill-bg: #222139; }

html { background-color: var(--primary-color); color: var(--text-color-primary); }

.tooltip-wrapper { position: relative; display: inline-block; }

.tooltip-wrapper:hover .tooltip { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-15px); }

.tooltip { left: 50%; opacity: 0; width: 100%; bottom: 100%; z-index: 1000; color: #5F5F5F; text-align: left; max-width: 300px; background: white; position: absolute; visibility: hidden; padding: 12px 16px; border-radius: 10px; pointer-events: none; font-family: "Poppins", sans-serif, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05); transform: translateX(-50%) translateY(-4px); }

.tooltip::after { content: ''; top: 100%; left: 50%; position: absolute; transform: translateX(-50%); border: 6px solid transparent; border-top-color: white; }

[data-tooltip] { position: relative; }

[data-tooltip]::before { content: attr(data-tooltip); position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(-4px); background: #333; color: #fff; padding: 8px 12px; border-radius: 6px; font-size: 12px; line-height: 1.4; white-space: normal; max-width: 300px; text-align: left; opacity: 0; visibility: hidden; transition: all 0.2s ease; pointer-events: none; z-index: 1000; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

[data-tooltip]::after { content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(-4px); border: 6px solid transparent; border-top-color: #333; opacity: 0; visibility: hidden; transition: all 0.2s ease; pointer-events: none; z-index: 1000; }

[data-tooltip]:hover::before, [data-tooltip]:hover::after { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-8px); }
