.registration{color:#0f172a;background:#f8fafc;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex;overflow-y:auto}.registration-card{background:#fff;border-radius:30px;flex-direction:column;width:clamp(300px,85vw,500px);padding:8px;display:flex;box-shadow:0 20px 40px -10px #0000001a}.registration-card :is(h3,p){margin:0;font-weight:500}.registration-hero,.registration-form{flex:50%}.registration-hero__back,.registration-form__back{color:#64748b;align-self:flex-start;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.registration-hero__back:hover,.registration-form__back:hover{color:#2563eb;transform:translate(-2px)}.registration-hero{background:radial-gradient(#e0f2fe 0%,#7dd3fc 45%,#0284c7 100%);border-radius:24px;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.registration-hero-content{z-index:2;color:#fff;text-align:center;padding:30px;position:relative}.registration-hero-content h2{margin-bottom:12px;font-size:32px}.registration-hero-content p{opacity:.9;font-size:16px}.registration-form{flex-direction:column;gap:14px;padding:34px 24px;display:flex}.registration-form>h3{text-align:center;color:#0f172a;margin:0 0 10px;font-size:24px;font-weight:600;line-height:1.25}.registration-form>input{width:100%;height:52px;color:inherit;box-sizing:border-box;background:#f1f5f9;border:1px solid #0000;border-radius:14px;padding:0 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.registration-form>input::placeholder{color:#9e9e9e}.registration-form>input:hover{background:#f4f4f4}.registration-form>input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #0000000d}.registration-form>button[type=submit]{color:#f9f9f9;cursor:pointer;background:#2563eb;border:0;border-radius:14px;width:100%;height:52px;margin-top:4px;font-family:inherit;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s}.registration-form>button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.registration-form>button[type=submit]:active:not(:disabled){transform:translateY(0)}.registration-form>button[type=submit]:disabled{cursor:not-allowed;opacity:.65}.registration-form>p{text-align:center;color:#777;margin-top:2px;font-size:14px;line-height:1.5}.registration .error-message,.registration .success-message{box-sizing:border-box;border-radius:12px;width:100%;padding:11px 14px;font-size:13px;line-height:1.4}.registration .error-message{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.registration .success-message{color:#067647;background:#ecfdf3;border:1px solid #abefc6}.registration .form-link{color:#2563eb;margin-left:3px;font-weight:600;text-decoration:none;transition:opacity .2s}.registration .form-link:hover{opacity:.8;text-decoration:underline}@media (width>=485px){.registration-card{width:clamp(300px,90vw,740px)}.registration-form{padding:42px 50px}}@media (width>=640px){.registration-card{flex-direction:row;padding:8px 0 8px 8px}.registration-hero{min-height:500px}.registration-form{padding:40px}}.registration-modal{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;justify-content:center;align-items:center;padding:20px;animation:.2s registration-modal-fade-in;display:flex;position:fixed;inset:0}.registration-modal__content{text-align:center;background:#fff;border-radius:24px;width:min(100%,420px);padding:36px 32px;animation:.2s registration-modal-scale-in;box-shadow:0 25px 60px #0003}.registration-modal__content h2{color:#0f172a;margin:0 0 10px;font-size:24px;font-weight:600}.registration-modal__content p{color:#64748b;max-width:340px;margin:0 auto 24px;font-size:14px;line-height:1.6}.registration-modal__icon{border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 20px;font-size:28px;font-weight:600;display:flex}.registration-modal__icon--success{color:#067647;background:#ecfdf3}.registration-modal__icon--error{color:#b42318;background:#fef3f2}.registration-modal__button{color:#f9f9f9;cursor:pointer;background:#2563eb;border:none;border-radius:14px;width:100%;height:50px;font-family:inherit;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.registration-modal__button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.registration-modal__button:active{transform:translateY(0)}@keyframes registration-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes registration-modal-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ocean{background:#2563eb;width:100%;height:5%;position:absolute;bottom:0;left:0}.wave{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1600'%20height='198'%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='50%25'%20x2='50%25'%20y1='-10.959%25'%20y2='100%25'%3e%3cstop%20stop-color='%2355ACEE'%20stop-opacity='.25'%20offset='0%25'/%3e%3cstop%20stop-color='%23226699'%20offset='100%25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='url(%23a)'%20fill-rule='evenodd'%20d='M.005%20121C311%20121%20409.898-.25%20811%200c400%200%20500%20121%20789%20121v77H0s.005-48%20.005-77z'%20transform='matrix(-1%200%200%201%201600%200)'/%3e%3c/svg%3e") repeat-x;width:6400px;height:198px;animation:7s cubic-bezier(.36,.45,.63,.53) infinite wave;position:absolute;top:-198px}.wave:nth-of-type(2){animation:7s cubic-bezier(.36,.45,.63,.53) -.125s infinite wave,7s -1.25s infinite swell;top:-175px}@keyframes wave{0%{margin-left:0}to{margin-left:-1600px}}@keyframes swell{0%,to{transform:translateY(-25px)}50%{transform:translateY(5px)}}.login{color:#0f172a;background:#f8fafc;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border-radius:30px;flex-direction:column;width:clamp(300px,85vw,500px);padding:8px;display:flex;box-shadow:0 20px 40px -10px #0000001a}.login-card :is(h3,p){margin:0;font-weight:500}.login-hero,.login-form{flex:50%}.login-hero__back,.login-form__back{color:#64748b;align-self:flex-start;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.login-hero__back:hover,.login-form__back:hover{color:#2563eb;transform:translate(-2px)}.login-hero{background:radial-gradient(#e0f2fe 0%,#7dd3fc 45%,#0284c7 100%);border-radius:24px;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.login-hero-content{z-index:2;text-align:center;color:#fff;padding:30px;position:relative}.login-hero-content h2{margin-bottom:12px;font-size:32px}.login-hero-content p{opacity:.9;font-size:16px}.login-form{flex-direction:column;gap:14px;padding:34px 24px;display:flex}.login-form h3{text-align:center;margin:0 0 10px;font-size:24px;font-weight:600;line-height:1.25}.login-form input{box-sizing:border-box;width:100%;height:52px;color:inherit;background:#f1f5f9;border:1px solid #0000;border-radius:14px;padding:0 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.login-form input::placeholder{color:#9e9e9e}.login-form input:hover{background:#f4f4f4}.login-form input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #0000000d}.login-form button[type=submit]{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;width:100%;height:52px;margin-top:4px;font-family:inherit;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s}.login-form button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.login-form button[type=submit]:active:not(:disabled){transform:translateY(0)}.login-form button[type=submit]:disabled{cursor:not-allowed;opacity:.65}.login-form>p{text-align:center;color:#777;margin-top:2px;font-size:14px;line-height:1.5}.login .form-link{color:#2563eb;margin-left:3px;font-weight:600;text-decoration:none;transition:opacity .2s}.login .form-link:hover{opacity:.8;text-decoration:underline}.login-modal{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;justify-content:center;align-items:center;padding:20px;animation:.2s login-modal-fade-in;display:flex;position:fixed;inset:0}.login-modal__content{box-sizing:border-box;text-align:center;background:#fff;border-radius:24px;width:min(100%,420px);padding:36px 32px;animation:.2s login-modal-scale-in;box-shadow:0 25px 60px #0003}.login-modal__content h2{color:#0f172a;margin:0 0 10px;font-size:24px;font-weight:600}.login-modal__content p{color:#64748b;max-width:340px;margin:0 auto 24px;font-size:14px;line-height:1.6}.login-modal__icon{color:#b42318;background:#fef3f2;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 20px;font-size:28px;font-weight:600;display:flex}.login-modal__button{color:#f9f9f9;cursor:pointer;background:#2563eb;border:none;border-radius:14px;width:100%;height:50px;font-family:inherit;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.login-modal__button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.login-modal__button:active{transform:translateY(0)}@media (width>=640px){.login-card{flex-direction:row;width:clamp(300px,90vw,740px);padding:8px 0 8px 8px}.login-form{padding:40px}}@keyframes login-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes login-modal-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.main-before-auth{color:#0f172a;background:#f8fafc;width:100%;overflow:hidden}.main-before-auth__hero{background:linear-gradient(#0284c733 0%,#0284c70d 100%),#f8fafc;flex-direction:column;min-height:720px;display:flex;position:relative}.main-before-auth__header{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:28px 6%;display:flex;position:absolute;top:0;left:0}.main-before-auth__brand{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.main-before-auth__logo{object-fit:contain;width:44px;height:44px}.main-before-auth__brand-name{letter-spacing:-.7px;font-size:24px;font-weight:700}.main-before-auth__nav{align-items:center;gap:24px;display:flex}.main-before-auth__nav a{color:#0f172a;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.main-before-auth__nav a:hover{color:#2563eb}.main-before-auth__nav-button{background:#2563eb;border-radius:12px;padding:11px 20px;color:#fff!important}.main-before-auth__nav-button:hover{opacity:.9}.main-before-auth__hero-content{text-align:center;width:min(850px,90%);margin:auto}.main-before-auth__eyebrow,.main-before-auth__section-label{color:#2563eb;letter-spacing:2px;margin-bottom:18px;font-size:12px;font-weight:700;display:inline-block}.main-before-auth__hero-content h1{letter-spacing:-3px;margin:0 0 28px;font-size:clamp(42px,7vw,78px);line-height:1.04}.main-before-auth__hero-content p{color:#64748b;width:min(700px,100%);margin:0 auto 34px;font-size:17px;line-height:1.7}.main-before-auth__cta-button{color:#fff;background:#2563eb;border-radius:14px;justify-content:center;align-items:center;min-height:54px;padding:0 28px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 25px #0284c733}.main-before-auth__cta-button:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0284c747}.main-before-auth__cta-button--light{color:#2563eb;box-shadow:none;background:#fff}.main-before-auth__cta-button--light:hover{box-shadow:0 12px 25px #0000001a}.main-before-auth__section-heading{text-align:center;width:min(700px,90%);margin:0 auto 50px}.main-before-auth__section-heading h2{letter-spacing:-1.5px;margin:0 0 16px;font-size:clamp(30px,5vw,48px);line-height:1.1}.main-before-auth__section-heading p{color:#64748b;margin:0;font-size:16px;line-height:1.6}.main-before-auth__countries{padding:100px 6%}.main-before-auth__countries-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:min(1200px,100%);margin:0 auto;display:grid}.main-before-auth .country-card{background:#fff;border-radius:24px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 15px 35px #00000012}.main-before-auth .country-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #0000001f}.main-before-auth .country-card--featured{grid-column:span 2;grid-template-columns:1.2fr 1fr;display:grid}.main-before-auth .country-card__image-wrapper{height:230px;position:relative;overflow:hidden}.main-before-auth .country-card--featured .main-before-auth .country-card__image-wrapper{height:100%;min-height:300px}.main-before-auth .country-card__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.main-before-auth .country-card:hover .main-before-auth .country-card__image{transform:scale(1.04)}.main-before-auth .country-card__rank{color:#0f172a;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex;position:absolute;top:16px;left:16px}.main-before-auth .country-card__content{padding:24px}.main-before-auth .country-card__content h3{align-items:center;gap:9px;margin:0 0 8px;font-size:23px;display:flex}.main-before-auth .country-card__nights{color:#2563eb;margin-bottom:14px;font-size:13px;font-weight:600;display:inline-block}.main-before-auth .country-card__content p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.main-before-auth__reviews{background:#fff;padding:100px 6%}.main-before-auth__reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:min(1000px,100%);margin:0 auto;display:grid}.main-before-auth .review-card{background:#f8fafc;border-radius:24px;padding:32px}.main-before-auth .review-card__stars{color:#f59e0b;letter-spacing:3px;margin-bottom:20px}.main-before-auth .review-card blockquote{color:#334155;margin:0 0 28px;font-size:16px;line-height:1.7}.main-before-auth .review-card__author{align-items:center;gap:12px;display:flex}.main-before-auth .review-card__avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:600;display:flex}.main-before-auth .review-card__author div:last-child{flex-direction:column;gap:3px;display:flex}.main-before-auth .review-card__author span{color:#64748b;font-size:12px}.main-before-auth__final-cta{color:#fff;text-align:center;background:radial-gradient(circle at 50% 0,#7dd3fc80,#0000 55%),#0284c7;padding:120px 6%}.main-before-auth__final-cta-content{width:min(700px,100%);margin:0 auto}.main-before-auth__final-cta-content .main-before-auth__section-label{color:#ffffffbf}.main-before-auth__final-cta-content h2{letter-spacing:-1.5px;margin:0 0 20px;font-size:clamp(32px,5vw,54px);line-height:1.1}.main-before-auth__final-cta-content p{color:#ffffffd9;margin:0 auto 32px;font-size:16px;line-height:1.6}.main-before-auth__footer{color:#fff;background:#075985;justify-content:space-between;align-items:center;padding:28px 6%;display:flex}.main-before-auth__footer p{color:#ffffffb3;margin:0;font-size:13px}.main-before-auth__footer-brand{align-items:center;gap:8px;font-weight:600;display:flex}.main-before-auth__footer-logo{object-fit:contain;width:30px;height:30px}.main-before-auth__copyright{color:#fff9;font-size:12px}@media (width<700px){.main-before-auth__hero{min-height:650px}.main-before-auth__header{padding:20px}.main-before-auth__brand-name{font-size:20px}.main-before-auth__logo{width:38px;height:38px}.main-before-auth__nav{gap:10px}.main-before-auth__nav a:first-child{display:none}.main-before-auth__hero-content h1{letter-spacing:-2px}.main-before-auth__countries-grid{grid-template-columns:1fr}.main-before-auth .country-card--featured{grid-column:auto;display:block}.main-before-auth .country-card--featured .country-card__image-wrapper{height:230px;min-height:230px}.main-before-auth__reviews-grid{grid-template-columns:1fr}.main-before-auth__footer{text-align:center;flex-direction:column;gap:12px}}@media (width<480px){.main-before-auth__hero{min-height:600px}.main-before-auth__header{align-items:flex-start}.main-before-auth__brand-name{display:none}.main-before-auth__hero-content{width:90%}.main-before-auth__hero-content p{font-size:15px}.main-before-auth__countries,.main-before-auth__reviews{padding:70px 20px}.main-before-auth__final-cta{padding:80px 20px}.main-before-auth .country-card__content{padding:20px}.main-before-auth .review-card{padding:24px}}.header{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:28px 6%;display:flex;position:absolute;top:0;left:0}.header__brand{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.header__logo{object-fit:contain;width:44px;height:44px}.header__brand-name{letter-spacing:-.7px;font-size:24px;font-weight:700}.header__nav{align-items:center;gap:24px;display:flex}.header__nav a{color:#0f172a;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s}.header__nav a:hover{color:#2563eb}.header__nav-button{background:#2563eb;border-radius:12px;padding:11px 20px;color:#fff!important}.header__nav-button:hover{opacity:.9}.header__profile{background:#2563eb;border-radius:12px;padding:11px 20px;color:#fff!important}.header__logout{color:#2563eb;cursor:pointer;background:0 0;border:1px solid #2563eb;border-radius:12px;padding:11px 20px;font-family:inherit;font-size:15px;font-weight:500;transition:all .2s}.header__logout:hover{color:#fff;background:#2563eb}@media (width<700px){.header{padding:20px}.header__brand-name{font-size:20px}.header__logo{width:38px;height:38px}.header__nav{gap:10px}}@media (width<480px){.header__brand-name{display:none}}.profile-page{color:#0f172a;background:#f8fafc;width:100%;min-height:100vh}.profile-page__content{width:min(900px,90%);margin:0 auto;padding:110px 0 70px}.profile-page__heading{text-align:center;margin-bottom:35px}.profile-page__eyebrow{color:#2563eb;letter-spacing:2px;margin-bottom:14px;font-size:12px;font-weight:700;display:inline-block}.profile-page__heading h1{letter-spacing:-2px;margin:0 0 14px;font-size:clamp(38px,6vw,56px);line-height:1.05}.profile-page__heading p{color:#64748b;width:min(600px,100%);margin:0 auto;font-size:16px;line-height:1.6}.profile-page__loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.profile-page__loading p{margin:16px 0 0;font-size:14px}.profile-page__loading-spinner{border:3px solid #0284c726;border-top-color:#2563eb;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite profile-spinner}.profile-page__error{text-align:center;background:#fff;border-radius:22px;flex-direction:column;align-items:center;width:min(500px,100%);margin:80px auto 0;padding:40px 30px;display:flex;box-shadow:0 20px 40px -10px #00000014}.profile-page__error h2{margin:16px 0 8px;font-size:22px}.profile-page__error p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.profile-page__error-icon{color:#ef4444;background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;font-weight:700;display:flex}.profile-page .profile-card{background:#fff;border-radius:26px;padding:32px;box-shadow:0 20px 40px -10px #00000014}.profile-page .profile-card__top{align-items:center;gap:18px;display:flex}.profile-page .profile-card__avatar-wrapper{flex-shrink:0;position:relative}.profile-page .profile-card__avatar{color:#fff;background:linear-gradient(135deg,#38bdf8,#0284c7);border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;font-size:32px;font-weight:700;display:flex;overflow:hidden}.profile-page .profile-card__avatar img{object-fit:cover;width:100%;height:100%}.profile-page .profile-card__avatar-button{color:#2563eb;cursor:pointer;background:#fff;border:none;border-radius:8px;width:max-content;padding:5px 9px;font-size:10px;font-weight:600;transition:background .2s,color .2s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001f}.profile-page .profile-card__avatar-button:hover{color:#fff;background:#2563eb}.profile-page .profile-card__user{flex:1}.profile-page .profile-card__user h2{margin:0 0 5px;font-size:22px}.profile-page .profile-card__user p{color:#64748b;margin:0;font-size:14px}.profile-page .profile-card__edit-button{color:#2563eb;cursor:pointer;background:0 0;border:1px solid #0284c733;border-radius:11px;padding:11px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s,color .2s}.profile-page .profile-card__edit-button:hover{color:#fff;background:#2563eb}.profile-page .profile-card__divider{background:#0f172a12;height:1px;margin:32px 0}.profile-page .profile-form__heading{margin-bottom:24px}.profile-page .profile-form__heading h3{margin:0 0 6px;font-size:18px}.profile-page .profile-form__heading p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.profile-page .profile-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.profile-page .profile-form label{flex-direction:column;gap:8px;display:flex}.profile-page .profile-form label>span{color:#334155;font-size:13px;font-weight:600}.profile-page .profile-form input{color:#0f172a;background:#f1f5f9;border:1px solid #0000;border-radius:13px;width:100%;height:50px;padding:0 14px;font-family:inherit;font-size:15px;transition:border-color .2s,background .2s}.profile-page .profile-form input:focus{border-color:#2563eb;outline:none}.profile-page .profile-form input:disabled{opacity:1;color:#334155;cursor:default}.profile-page .profile-form__error{color:#dc2626;margin:16px 0 0;font-size:13px;line-height:1.5}.profile-page .profile-form__actions{justify-content:flex-end;gap:10px;margin-top:28px;display:flex}.profile-page .profile-form__cancel,.profile-page .profile-form__save{cursor:pointer;border-radius:12px;min-height:48px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .2s,background .2s}.profile-page .profile-form__cancel{color:#475569;background:0 0;border:1px solid #0f172a1a}.profile-page .profile-form__cancel:hover{background:#f8fafc}.profile-page .profile-form__cancel:disabled{opacity:.6;cursor:default}.profile-page .profile-form__save{color:#fff;background:#2563eb;border:none;box-shadow:0 8px 18px #0284c72e}.profile-page .profile-form__save:hover{opacity:.9}.profile-page .profile-form__save:disabled{opacity:.6;cursor:default}.profile-page .profile-trips{margin-top:32px}.profile-page .profile-trips__heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.profile-page .profile-trips__heading h2{letter-spacing:-.8px;margin:0 0 6px;font-size:28px;line-height:1.1}.profile-page .profile-trips__heading p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.profile-page .profile-trips__heading .profile-page__eyebrow{margin-bottom:10px}.profile-page .profile-trips__create-button{color:#fff;background:#2563eb;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 18px #0284c729}.profile-page .profile-trips__create-button:hover{transform:translateY(-2px);box-shadow:0 12px 22px #0284c738}.profile-page .profile-trips__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.profile-page .profile-trips__empty{text-align:center;background:#fff;border:1px dashed #0284c740;border-radius:22px;flex-direction:column;align-items:center;padding:50px 30px;display:flex}.profile-page .profile-trips__empty-icon{color:#2563eb;background:#0284c71a;border-radius:17px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:18px;font-size:25px;display:flex}.profile-page .profile-trips__empty h3{margin:0 0 8px;font-size:20px}.profile-page .profile-trips__empty p{color:#64748b;width:min(480px,100%);margin:0 0 24px;font-size:14px;line-height:1.6}.profile-page .trip-card{background:#fff;border-radius:20px;align-items:center;gap:16px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 12px 30px #0000000f}.profile-page .trip-card:hover{transform:translateY(-3px);box-shadow:0 18px 35px #00000017}.profile-page .trip-card__icon{color:#2563eb;background:#0284c71a;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:21px;display:flex}.profile-page .trip-card__content{justify-content:space-between;align-items:center;gap:15px;width:100%;display:flex}.profile-page .trip-card__content h3{margin:0;font-size:17px}.profile-page .trip-card__button{color:#2563eb;border:1px solid #0284c733;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;min-height:38px;padding:0 13px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.profile-page .trip-card__button:hover{color:#fff;background:#2563eb}.profile-page__travel-card{color:#fff;background:linear-gradient(135deg,#0284c7,#0369a1);border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:26px 30px;display:flex}.profile-page__travel-card>div{align-items:center;gap:16px;display:flex}.profile-page__travel-card h3{margin:0 0 5px;font-size:16px}.profile-page__travel-card p{color:#ffffffc7;margin:0;font-size:13px;line-height:1.5}.profile-page__travel-icon{background:#ffffff26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;display:flex}.profile-page__travel-button{color:#2563eb;background:#fff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex}.profile-page__travel-button:hover{transform:translateY(-2px)}@media (width<700px){.profile-page__content{width:min(92%,600px);padding:100px 0 50px}.profile-page .profile-card{padding:24px}.profile-page .profile-card__top{align-items:flex-start}.profile-page .profile-card__edit-button{padding:9px 13px}.profile-page .profile-card__user h2{font-size:18px}.profile-page .profile-form__grid{grid-template-columns:1fr}.profile-page .profile-trips__heading{flex-direction:column;align-items:flex-start}.profile-page .profile-trips__create-button{width:100%}.profile-page .profile-trips__grid{grid-template-columns:1fr}.profile-page .trip-card__content{flex-direction:column;align-items:flex-start}.profile-page .trip-card__button{width:100%}.profile-page__travel-card{flex-direction:column;align-items:flex-start}.profile-page__travel-card>div{align-items:flex-start}.profile-page__travel-card .profile-page__travel-button{width:100%}}@media (width<480px){.profile-page__content{width:min(92%,500px);padding:90px 0 40px}.profile-page__heading h1{font-size:40px}.profile-page .profile-card{padding:20px}.profile-page .profile-card__top{flex-wrap:wrap}.profile-page .profile-card__edit-button{width:100%;margin-top:5px}.profile-page .profile-card__avatar{width:70px;height:70px;font-size:27px}.profile-page .profile-card__divider{margin:25px 0}.profile-page .profile-form__actions{flex-direction:column-reverse}.profile-page .profile-form__cancel,.profile-page .profile-form__save{width:100%}.profile-page .profile-trips__empty{padding:40px 20px}.profile-page .profile-trips__heading h2{font-size:25px}.profile-page .trip-card{padding:18px}.profile-page__travel-card{padding:22px}}@keyframes profile-spinner{to{transform:rotate(360deg)}}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Poppins,sans-serif}
