.toast{position:fixed;top:100px;right:20px;min-width:300px;max-width:400px;padding:0;background:var(--login-card-bg,#FFFFFF);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);border:1px solid var(--login-card-border,#e5e5e5);z-index:9999;transform:translateX(120%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.toast.toast-visible{transform:translateX(0);opacity:1}.toast.toast-leaving{transform:translateX(120%);opacity:0}.toast-content{display:flex;align-items:center;gap:12px;padding:16px 20px 12px}.toast-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:hsla(0,0%,100%,.2);border-radius:0 0 12px 12px;overflow:hidden}.toast-progress-bar{height:100%;background:hsla(0,0%,100%,.8);border-radius:0 0 12px 0;transition:width .05s linear}.toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}.toast-message{flex:1;font-family:var(--font-inter,"Inter",sans-serif);font-size:14px;line-height:1.4;color:var(--login-text-primary,#4D4D4D);margin:0}.toast-close{background:none;border:none;font-size:20px;line-height:1;color:var(--login-text-secondary,#B5B5B5);cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.toast-close:hover{background:rgba(0,0,0,.05);color:var(--login-text-primary,#4D4D4D)}.toast-success .toast-icon{background:#10b981;color:#fff}.toast-success .toast-progress-bar{background:#10b981}.toast-error .toast-icon{background:#ef4444;color:#fff}.toast-error .toast-progress-bar{background:#ef4444}.toast-warning .toast-icon{background:#f59e0b;color:#fff}.toast-warning .toast-progress-bar{background:#f59e0b}.toast-info .toast-icon{color:#fff}.toast-info .toast-icon,.toast-info .toast-progress-bar{background:var(--login-primary,#0088CC)}@media(max-width:480px){.toast{top:80px;right:15px;left:15px;min-width:auto;max-width:none}.toast-content{padding:14px 16px;gap:10px}.toast-message{font-size:13px}.toast-icon{width:22px;height:22px;font-size:13px}.toast-close{font-size:18px;width:22px;height:22px}}.dark-theme .toast{background:var(--login-card-bg,#2D3748);border-color:var(--login-card-border,#4A5568)}.dark-theme .toast .toast-message{color:var(--login-text-primary,#E0E0E0)}.dark-theme .toast .toast-close{color:var(--login-text-secondary,#94A3B8)}.dark-theme .toast .toast-close:hover{background:hsla(0,0%,100%,.05);color:var(--login-text-primary,#E0E0E0)}.dark-theme .toast .toast-progress{background:hsla(0,0%,100%,.1)}.dark-theme .toast .toast-progress-bar{background:hsla(0,0%,100%,.6)}.toast:nth-child(2){top:170px}.toast:nth-child(3){top:240px}.toast:nth-child(4){top:310px}.toast:nth-child(n+5){display:none}.phone-input-wrapper{position:relative;width:100%}.phone-input-wrapper .country-selector{position:absolute;left:0;top:0;bottom:0;z-index:10}.phone-input-wrapper .country-selector .country-button{display:flex;align-items:center;gap:6px;padding:0 12px;height:100%;background:var(--registration-input-bg,#FFFFFF);border:2px solid var(--registration-input-border,#a4a4a4);border-right:none;border-radius:10px 0 0 10px;cursor:pointer;transition:all .2s ease;font-size:15px;color:var(--registration-text-primary,#4D4D4D)}.phone-input-wrapper .country-selector .country-button:hover:not(:disabled){border-color:var(--registration-primary,#0088CC);background:var(--registration-primary-hover,rgba(0,136,204,.05))}.phone-input-wrapper .country-selector .country-button:focus{outline:none;border-color:var(--registration-primary,#0088CC);box-shadow:0 0 0 2px rgba(0,136,204,.2)}.phone-input-wrapper .country-selector .country-button:disabled{opacity:.5;cursor:not-allowed}.phone-input-wrapper .country-selector .country-button .country-flag{font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.phone-input-wrapper .country-selector .country-button .country-flag svg{width:20px;height:15px;border-radius:2px}.phone-input-wrapper .country-selector .country-button .country-code{font-weight:500;white-space:nowrap}.phone-input-wrapper .country-selector .country-button .country-arrow{margin-left:4px;transition:transform .2s ease}.phone-input-wrapper .country-selector .country-button .country-arrow.open{transform:rotate(180deg)}.phone-input-wrapper .country-selector .country-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;width:300px;background:var(--registration-dropdown-bg,#FFFFFF);border:1px solid var(--registration-dropdown-border,#ededed);border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.15);max-height:200px;overflow-y:auto;z-index:1000}.phone-input-wrapper .country-selector .country-dropdown::-webkit-scrollbar{width:6px}.phone-input-wrapper .country-selector .country-dropdown::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.phone-input-wrapper .country-selector .country-dropdown::-webkit-scrollbar-thumb{background:var(--registration-text-secondary,#94a3b8);border-radius:3px}.phone-input-wrapper .country-selector .country-dropdown::-webkit-scrollbar-thumb:hover{background:var(--registration-text-primary,#4D4D4D)}.phone-input-wrapper .country-selector .country-dropdown .country-option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:var(--registration-text-primary,#4D4D4D)}.phone-input-wrapper .country-selector .country-dropdown .country-option:hover{background:var(--registration-option-hover-bg,rgba(0,136,204,.05))}.phone-input-wrapper .country-selector .country-dropdown .country-option.selected{background:var(--registration-option-selected-bg,rgba(0,136,204,.1));color:var(--registration-option-primary-color,#0088CC);font-weight:500}.phone-input-wrapper .country-selector .country-dropdown .country-option:first-child{border-radius:10px 10px 0 0}.phone-input-wrapper .country-selector .country-dropdown .country-option:last-child{border-radius:0 0 10px 10px}.phone-input-wrapper .country-selector .country-dropdown .country-option:not(:last-child){border-bottom:1px solid var(--registration-dropdown-border,#ededed)}.phone-input-wrapper .country-selector .country-dropdown .country-option .country-flag{font-size:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.phone-input-wrapper .country-selector .country-dropdown .country-option .country-flag svg{width:18px;height:13px;border-radius:1px}.phone-input-wrapper .country-selector .country-dropdown .country-option .country-name{flex:1;text-align:left}.phone-input-wrapper .country-selector .country-dropdown .country-option .country-code{font-weight:500;color:var(--registration-text-secondary,#666666);flex-shrink:0}.phone-input-wrapper .phone-input{width:100%;padding:14px 14px 14px 120px;background:var(--registration-input-bg,#FFFFFF);border:2px solid var(--registration-input-border,#a4a4a4);border-radius:10px;font-size:15px;font-weight:500;color:var(--registration-text-primary,#4D4D4D);transition:all .2s ease}.phone-input-wrapper .phone-input::placeholder{color:var(--registration-text-secondary,#B5B5B5);font-weight:400}.phone-input-wrapper .phone-input:focus,.phone-input-wrapper .phone-input:hover:not(:disabled){border-color:var(--registration-primary,#0088CC)}.phone-input-wrapper .phone-input:focus{outline:none;box-shadow:0 0 0 2px rgba(0,136,204,.2)}.phone-input-wrapper .phone-input:disabled{opacity:.5;cursor:not-allowed;background:var(--registration-input-bg,#F5F5F5)}.phone-input-wrapper .phone-input.phone-input-error{border-color:var(--registration-error,#EB1F1F);background:rgba(235,31,31,.05)}.phone-input-wrapper .phone-input.phone-input-error:focus{box-shadow:0 0 0 2px rgba(235,31,31,.2)}.phone-input-wrapper .phone-error-message{position:absolute;bottom:-20px;left:0;font-size:12px;color:var(--registration-error,#EB1F1F);font-weight:400;white-space:nowrap;animation:errorShake .3s ease-in-out}.dark-theme .phone-input-wrapper .country-selector .country-button{background:var(--registration-input-bg,#334155);border-color:var(--registration-input-border,#475569);color:var(--registration-text-primary,#e0e0e0)}.dark-theme .phone-input-wrapper .country-selector .country-button:hover:not(:disabled){border-color:var(--registration-primary,#4dabf7);background:var(--registration-primary-hover,rgba(77,171,247,.1))}.dark-theme .phone-input-wrapper .country-selector .country-button:focus{border-color:var(--registration-primary,#4dabf7);box-shadow:0 0 0 2px rgba(77,171,247,.3)}.dark-theme .phone-input-wrapper .country-selector .country-dropdown{background:var(--registration-dropdown-bg,#334155);border-color:var(--registration-dropdown-border,#475569)}.dark-theme .phone-input-wrapper .country-selector .country-dropdown::-webkit-scrollbar-thumb{background:var(--registration-text-secondary,#94a3b8)}.dark-theme .phone-input-wrapper .country-selector .country-dropdown::-webkit-scrollbar-thumb:hover{background:var(--registration-text-primary,#e0e0e0)}.dark-theme .phone-input-wrapper .country-selector .country-dropdown .country-option{color:var(--registration-text-primary,#e0e0e0)}.dark-theme .phone-input-wrapper .country-selector .country-dropdown .country-option:hover{background:var(--registration-option-hover-bg,rgba(77,171,247,.1))}.dark-theme .phone-input-wrapper .country-selector .country-dropdown .country-option.selected{background:var(--registration-option-selected-bg,rgba(77,171,247,.2));color:var(--registration-option-primary-color,#4dabf7)}.dark-theme .phone-input-wrapper .country-selector .country-dropdown .country-option .country-code{color:var(--registration-text-secondary,#94a3b8)}.dark-theme .phone-input-wrapper .phone-input{background:var(--registration-input-bg,#334155);border-color:var(--registration-input-border,#475569);color:var(--registration-text-primary,#e0e0e0)}.dark-theme .phone-input-wrapper .phone-input::placeholder{color:var(--registration-text-secondary,#94a3b8)}.dark-theme .phone-input-wrapper .phone-input:hover:not(:disabled){border-color:var(--registration-primary,#4dabf7)}.dark-theme .phone-input-wrapper .phone-input:focus{border-color:var(--registration-primary,#4dabf7);box-shadow:0 0 0 2px rgba(77,171,247,.3)}.dark-theme .phone-input-wrapper .phone-input.phone-input-error{border-color:var(--registration-error,#FF4444);background:rgba(255,68,68,.1)}.dark-theme .phone-input-wrapper .phone-input.phone-input-error:focus{box-shadow:0 0 0 2px rgba(255,68,68,.3)}.dark-theme .phone-input-wrapper .phone-error-message{color:var(--registration-error,#FF4444)}@keyframes errorShake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media(max-width:768px){.phone-input-wrapper .country-selector .country-button{padding:0 10px;font-size:14px}.phone-input-wrapper .country-selector .country-button .country-flag{font-size:16px}.phone-input-wrapper .country-selector .country-dropdown{width:250px;max-height:180px}.phone-input-wrapper .country-selector .country-dropdown .country-option{padding:8px 10px;font-size:13px}.phone-input-wrapper .country-selector .country-dropdown .country-option .country-flag{font-size:14px}.phone-input-wrapper .phone-input{padding:14px 14px 14px 110px;font-size:14px}}@media(max-width:480px){.phone-input-wrapper .country-selector .country-button{padding:0 8px}.phone-input-wrapper .country-selector .country-button .country-flag{font-size:14px}.phone-input-wrapper .country-selector .country-button .country-flag svg{width:16px;height:12px}.phone-input-wrapper .country-selector .country-button .country-code{font-size:13px}.phone-input-wrapper .country-selector .country-dropdown{width:220px;max-height:150px}.phone-input-wrapper .country-selector .country-dropdown .country-option{padding:6px 8px;font-size:12px}.phone-input-wrapper .country-selector .country-dropdown .country-option .country-flag{font-size:12px}.phone-input-wrapper .country-selector .country-dropdown .country-option .country-flag svg{width:14px;height:10px}.phone-input-wrapper .phone-input{padding:12px 12px 12px 100px;font-size:13px}.phone-input-wrapper .phone-error-message{font-size:11px;bottom:-18px}}:root{--registration-bg:#F7F7F7;--registration-card-bg:#FFFFFF;--registration-card-border:#A4A4A4;--registration-primary:#0088CC;--registration-text-primary:#4D4D4D;--registration-text-secondary:#666666;--registration-text-accent:#1A1A1A;--registration-input-border:#A4A4A4;--registration-input-bg:#FFFFFF;--registration-button-bg:#0088CC;--registration-button-text:#FFFFFF;--registration-error:#EB1F1F;--registration-gradient:linear-gradient(90deg,#1AB580,#2481C4);--registration-shadow:rgba(0,0,0,0.1);--registration-link-color:#0088CC;--registration-dropdown-bg:#FFFFFF;--registration-dropdown-border:#EDEDED;--registration-dropdown-arrow:#A4A4A4;--registration-option-hover-bg:rgba(0,136,204,0.05);--registration-option-selected-bg:rgba(0,136,204,0.1);--registration-option-primary-color:#0088CC;--registration-option-secondary-color:#4D4D4D;--registration-primary-hover:#0066cc;--font-inter:"Inter",sans-serif;--font-arial-rounded:"Arial Rounded MT Bold",sans-serif}.dark-theme{--registration-bg:#1a1a1e;--registration-card-bg:#2d3748;--registration-card-border:#4a5568;--registration-primary:#4dabf7;--registration-text-primary:#e0e0e0;--registration-text-secondary:#94a3b8;--registration-text-accent:#f1f5f9;--registration-input-border:#475569;--registration-input-bg:#334155;--registration-button-bg:#4dabf7;--registration-button-text:#FFFFFF;--registration-error:#FF4444;--registration-gradient:linear-gradient(90deg,#1AB580,#2481C4);--registration-shadow:rgba(0,0,0,0.3);--registration-link-color:#4dabf7;--registration-dropdown-bg:#334155;--registration-dropdown-border:#475569;--registration-dropdown-arrow:#94a3b8;--registration-option-hover-bg:rgba(77,171,247,0.1);--registration-option-selected-bg:rgba(77,171,247,0.2);--registration-option-primary-color:#4dabf7;--registration-option-secondary-color:#94a3b8;--registration-primary-hover:#5db4f7}