:root{--primary: #2563eb;--primary-hover: #1d4ed8;--bg: #f8fafc;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--card: #ffffff}.btn-primary{background:var(--primary);color:#fff;border:none;padding:12px 22px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:var(--primary-hover)}:root{--primary: #315caa;--primary-hover: #315caa;--bg: #f8fafc;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--card: #ffffff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.menu-toggle{position:fixed;top:20px;left:20px;width:44px;height:44px;border-radius:10px;background:#fff;border:1px solid var(--border);font-size:22px;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center}.sidebar-overlay{position:fixed;inset:0;background:#0f172a66;opacity:0;pointer-events:none;transition:opacity .3s;z-index:200}.sidebar-overlay.open{opacity:1;pointer-events:all}.side-nav{position:absolute;top:0;left:0;width:280px;height:100%;background:#fff;padding:28px 20px;transform:translate(-100%);transition:transform .3s ease}.sidebar-overlay.open .side-nav{transform:translate(0)}.side-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.close-menu{background:none;border:none;font-size:24px;cursor:pointer}.login-form{display:flex;flex-direction:column;gap:14px}.login-form input{padding:12px;border-radius:8px;border:1px solid var(--border);background:#f9fafb}.form-footer{text-align:center;font-size:14px;margin-top:10px}.form-footer span{color:var(--primary);cursor:pointer;font-weight:600}.side-nav-links a,.nav-item-btn{display:block;padding:12px 14px;border-radius:8px;color:var(--text);text-decoration:none;margin-bottom:4px;transition:background .2s}.side-nav-links a.active{background:var(--primary);color:#fff}.nav-item-btn{background:none;border:none;width:100%;text-align:left;cursor:pointer}.logout-btn{color:#dc2626;margin-top:10px}.header{background:#fff;padding:90px 0 70px;border-bottom:1px solid var(--border)}.header-inner{max-width:1100px;margin:0 auto;padding:0 24px}.header h1{font-size:40px;margin-bottom:12px}.hero-text{color:var(--muted);max-width:560px;margin-bottom:28px}.btn-primary{height:48px;padding:0 18px;overflow:hidden;border:none;border-radius:14px;background:var(--primary);color:#fff;font:inherit;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,background .15s ease;box-shadow:0 6px 16px #2b5cff2e}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.content{max-width:1100px;margin:48px auto;padding:0 24px}.card{background:var(--card);border-radius:16px;padding:28px;border:1px solid var(--border)}.trip-list{list-style:none}.trip-row{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border-radius:12px;margin-bottom:12px;border:1px solid var(--border)}.trip-info strong{font-size:18px;display:block}.trip-details{font-size:14px;color:var(--muted)}.trip-actions{display:flex;gap:8px}.trip-actions button{padding:8px;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer}.delete-btn{color:#dc2626}.full-width{text-align:center;padding:80px 0}.modal-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:500;padding:20px}.modal{background:#fff;border-radius:24px;width:100%;max-width:480px;padding:30px;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:visible}.modal h2{margin-bottom:25px;font-size:26px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px;position:relative}.form-group label{font-size:13px;color:var(--muted);font-weight:600}.form-group input,.form-group select{padding:12px;border-radius:12px;border:1px solid var(--border);font-size:15px;background:#f9fafb;width:100%}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.std-input{border-radius:12px!important;border:1px solid var(--border)!important;background:#f9fafb!important;padding:4px!important;z-index:50}.std-input ul{max-height:200px;overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 15px -3px #0000001a}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:30px;position:relative;z-index:1}.btn-save{background:var(--primary);color:#fff;border:none;padding:12px 22px;border-radius:10px;font-weight:600;cursor:pointer}.btn-cancel{background:#f1f5f9;color:var(--text);border:none;padding:12px 22px;border-radius:10px;font-weight:600;cursor:pointer}.app-loading-screen{min-height:100vh;width:100%;padding:24px;display:flex;align-items:center;justify-content:center;background:#f8fafc}.app-loading-card{width:min(420px,100%);padding:32px 28px;border-radius:28px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 50px #0f172a14;text-align:center}.app-loading-card h2{margin:16px 0 8px;font-size:24px;color:#0f172a}.app-loading-card p{margin:0;color:#64748b;font-size:15px}.app-loading-spinner{width:44px;height:44px;margin:0 auto;border-radius:50%;border:4px solid #dbeafe;border-top-color:#315caa;animation:appSpin .8s linear infinite}@keyframes appSpin{to{transform:rotate(360deg)}}@media(max-width:900px){.header{padding:60px 0;text-align:center}.header h1{font-size:32px}}@media(max-width:768px){.home-page,.my-trips-page,.calendar-page,.profile-page,.statistics-page,.templates-page,.shared-packages-page,.trip-detail-hero{margin-top:78px}}.sidebar-menu-toggle{position:fixed;top:20px;left:20px;z-index:1100;width:56px;height:56px;border:1px solid var(--border);background:#fff;border-radius:16px;cursor:pointer;font:inherit;font-size:24px;box-shadow:0 6px 16px #00000014;transition:transform .18s ease,background .18s ease}.sidebar-menu-toggle:hover{background:#f5f5f5;transform:scale(1.03)}.sidebar-overlay{position:fixed;inset:0;background:#0f172a38;opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:1200}.sidebar-overlay.open{opacity:1;pointer-events:auto}.sidebar-panel{width:320px;max-width:90vw;height:100%;background:#fff;box-shadow:12px 0 30px #0000001f;padding:20px;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column;border-top-right-radius:18px;border-bottom-right-radius:18px;overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar-overlay.open .sidebar-panel{transform:translate(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-top:8px;flex-shrink:0}.sidebar-title{margin:0;font-size:24px;font-weight:700;color:#1e293b}.sidebar-close-button{border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer}.sidebar-auth-form{display:flex;flex-direction:column;gap:14px;width:100%}.sidebar-form-title{margin:0 0 4px}.sidebar-form-group{display:flex;flex-direction:column;gap:7px}.sidebar-input{width:100%;border:1px solid var(--border);border-radius:16px;padding:16px 18px;font:inherit;background:#eef4ff;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.sidebar-input:focus{outline:none;border-color:#9db7ea;background:#f4f8ff;box-shadow:0 0 0 4px #2f66e814}.sidebar-input.has-error{border-color:#cf3e3e;box-shadow:0 0 0 3px #cf3e3e14}.sidebar-email-row{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:10px}.sidebar-email-select{appearance:none;cursor:pointer}.sidebar-custom-email-link{margin-top:-6px;margin-bottom:2px;padding:0;border:none;background:transparent;color:#315caa;font-size:.9rem;font-weight:600;text-align:left;cursor:pointer}.sidebar-custom-email-link:hover{text-decoration:underline}.sidebar-password-wrapper{position:relative}.sidebar-password-wrapper .sidebar-input{padding-right:48px}.sidebar-password-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:28px;height:28px;border:none;background:transparent;color:#70809b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sidebar-password-toggle:hover{color:#315caa}.sidebar-field-error{margin:0;font-size:.8rem;font-weight:600;color:#cf3e3e}.sidebar-form-message{margin-top:2px;padding:10px 12px;border-radius:12px;font-size:.88rem;font-weight:600}.sidebar-form-message.success{background:#ebf8f1;color:#1f8b57;border:1px solid #d4f0df}.sidebar-form-message.error{background:#fff1f1;color:#cf3e3e;border:1px solid #ffd9d9}.sidebar-password-hint{margin:0;font-size:.84rem;line-height:1.45;color:#6c7a92}.sidebar-password-strength{display:flex;align-items:center;gap:10px;margin-top:2px}.sidebar-password-strength-bars{display:flex;gap:5px}.sidebar-strength-bar{width:18px;height:6px;border-radius:999px;background:#e7edf5}.sidebar-strength-bar.weak{background:#eb5757}.sidebar-strength-bar.medium{background:#f2b94b}.sidebar-strength-bar.strong{background:#27ae60}.sidebar-password-strength-label{font-size:.8rem;font-weight:600}.sidebar-auth-form .btn-primary{width:100%;min-height:54px;border-radius:16px;margin-bottom:2px;display:inline-flex;align-items:center;justify-content:center}.sidebar-form-footer{color:var(--muted);font-size:14px}.sidebar-form-link{cursor:pointer;font-weight:600;color:var(--text)}.sidebar-nav{display:flex;flex-direction:column;gap:12px}.sidebar-nav-link{display:block;text-decoration:none;color:var(--text);padding:18px 20px;border-radius:18px;transition:background .2s ease,transform .2s ease;font-size:18px}.sidebar-nav-link:hover{background:#f3f4f6;transform:translate(4px)}.sidebar-nav-link.active{background:#e8f0ff;color:#315caa;font-weight:600}.sidebar-divider{height:1px;background:var(--border);margin:18px 0 14px}.sidebar-logout-button{border:1px solid #e5e7eb;background:#fff;border-radius:18px;padding:18px 20px;cursor:pointer;text-align:left;font:inherit;font-size:18px;transition:all .2s ease}.sidebar-logout-button:hover{background:#ffeaea;border-color:#ffb3b3;color:#c53030}.sidebar-auth-divider{display:flex;align-items:center;gap:12px;margin:10px 0 12px;color:#96a0b1;font-size:.92rem;line-height:1}.sidebar-auth-divider:before,.sidebar-auth-divider:after{content:"";flex:1;height:1px;background:#d8e1ee}.sidebar-auth-divider span{white-space:nowrap}.sidebar-google-button{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:14px}.sidebar-google-button>div{width:100%!important;display:flex;justify-content:center}.sidebar-google-button iframe{max-width:100%;border-radius:14px}.sidebar-consent{display:flex;align-items:flex-start;gap:10px;font-size:.84rem;line-height:1.45;color:#5f6f89;cursor:pointer}.sidebar-consent input{margin-top:3px;width:16px;height:16px;accent-color:#315caa;cursor:pointer;flex-shrink:0}.sidebar-consent span{flex:1}.sidebar-consent a{color:#315caa;font-weight:600;text-decoration:none}.sidebar-consent a:hover{text-decoration:underline}.sidebar-auth-loading{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;color:#64748b;font-weight:600}.sidebar-loading-spinner{width:34px;height:34px;border-radius:50%;border:3px solid #dbeafe;border-top-color:#315caa;animation:sidebarSpin .8s linear infinite}.auth-loading-note{margin:10px 0 0;font-size:.9rem;line-height:1.45;color:#64748b;text-align:center;animation:authFadeIn .25s ease}.auth-loading-note:after{content:"";display:inline-block;min-width:18px;animation:authDots 1.2s infinite steps(3)}@keyframes authFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes authDots{0%{content:"."}33%{content:".."}66%,to{content:"..."}}@keyframes sidebarSpin{to{transform:rotate(360deg)}}@media(max-width:768px){.sidebar-menu-toggle{top:14px;left:14px;width:54px;height:54px;z-index:1300}.sidebar-panel{width:min(380px,92vw);max-width:92vw;height:100dvh;max-height:100dvh;padding:16px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sidebar-header{margin-bottom:16px;padding-top:4px}.sidebar-title{font-size:22px}.sidebar-auth-form{gap:12px;margin-top:8px;padding-bottom:calc(140px + env(safe-area-inset-bottom))}.sidebar-auth-form .btn-primary{min-height:50px;margin-top:8px}.sidebar-input{min-height:46px;padding:13px 15px}.sidebar-nav-link,.sidebar-logout-button{font-size:17px;padding:16px 18px}}@media(max-width:480px){.sidebar-panel{width:100vw;max-width:100vw;border-top-right-radius:0;border-bottom-right-radius:0}.sidebar-auth-form{padding-bottom:calc(170px + env(safe-area-inset-bottom))}.sidebar-form-title{font-size:1.35rem}.sidebar-input{min-height:44px}.sidebar-email-row{grid-template-columns:1fr}}@media(max-height:700px)and (max-width:768px){.sidebar-auth-form{gap:10px;padding-bottom:calc(190px + env(safe-area-inset-bottom))}.sidebar-form-group{gap:5px}.sidebar-password-hint,.sidebar-password-strength{margin-top:4px}}.new-trip-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000;overflow-y:auto}.new-trip-modal{position:relative;width:min(760px,100%);max-height:90vh;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e7eef8;border-radius:28px;padding:28px;box-shadow:0 24px 70px #0f172a2e;box-sizing:border-box}.new-trip-modal *,.new-trip-modal *:before,.new-trip-modal *:after{box-sizing:border-box}.new-trip-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:1px solid #e2eaf5;border-radius:12px;background:#fff;color:#5d6b84;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.new-trip-close:hover{background:#f7faff;border-color:#cddcf6;color:#2f66e8}.new-trip-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px;padding-right:52px}.new-trip-icon{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#eef4ff,#dde9ff);display:flex;align-items:center;justify-content:center;font-size:1.55rem;flex-shrink:0}.new-trip-header-text{display:flex;flex-direction:column;gap:6px;min-width:0}.new-trip-title{margin:0;font-size:2rem;line-height:1.05;font-weight:800;color:#13203a}.new-trip-subtitle{margin:0;font-size:.98rem;line-height:1.5;color:#687892}.new-trip-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:22px}.new-trip-preview-item{padding:14px 16px;border:1px solid #e4edf7;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);display:flex;flex-direction:column;gap:6px;min-width:0}.new-trip-preview-label{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6e7d96}.new-trip-preview-value{font-size:1rem;line-height:1.35;color:#13203a;word-break:break-word}.new-trip-form-group{display:flex;flex-direction:column;gap:9px;margin-bottom:18px;min-width:0}.new-trip-form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.new-trip-label{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:700;color:#20304d}.new-trip-label svg{color:#4f6fdc;flex-shrink:0}.new-trip-input{width:100%;min-width:0;height:54px;border:1px solid #dbe5f2;border-radius:16px;padding:0 16px;font:inherit;font-size:1rem;color:#13203a;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.new-trip-input::placeholder{color:#95a1b4}.new-trip-input:focus{outline:none;border-color:#7ca5ff;box-shadow:0 0 0 4px #5983ff1f;background:#fff}.new-trip-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:48px;background-image:linear-gradient(45deg,transparent 50%,#6b7a99 50%),linear-gradient(135deg,#6b7a99 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.new-trip-helper-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:20px}.new-trip-helper-text{font-size:.82rem;color:#7a879c}.new-trip-counter{font-size:.8rem;font-weight:700;color:#7a879c;white-space:nowrap}.new-trip-country-group{position:relative}.new-trip-country-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #d9e2f2;border-radius:18px;box-shadow:0 16px 34px #1f2d5b24}.new-trip-country-option{width:100%;border:none;background:transparent;text-align:left;display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer}.new-trip-country-option:hover{background:#f5f8ff}.new-trip-country-state{padding:14px 16px;color:#6b7a99}.new-trip-country-flag{width:22px;height:16px;border-radius:4px;object-fit:cover;flex-shrink:0;border:1px solid #e4ebf5}.new-trip-country-flag-placeholder{width:22px;height:16px;display:inline-block;flex-shrink:0}.new-trip-country-option-text{display:flex;flex-direction:column;gap:2px;min-width:0}.new-trip-country-option-text strong{font-size:.95rem;color:#182845;line-height:1.2}.new-trip-country-option-text span{font-size:.82rem;color:#73829a;line-height:1.2}.new-trip-country-selected{margin-top:4px;font-size:.86rem;color:#5d6e89}.new-trip-summary-card{margin-top:4px;padding:16px 18px;border-radius:20px;border:1px solid #e2ebf7;background:linear-gradient(180deg,#f9fbff,#f3f8ff);display:flex;flex-direction:column;gap:10px}.new-trip-summary-line{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.new-trip-summary-line span{font-size:.86rem;font-weight:700;color:#71809a}.new-trip-summary-line strong{font-size:.95rem;line-height:1.45;color:#162644;text-align:right;word-break:break-word}.new-trip-actions{display:flex;gap:12px;margin-top:22px}.btn-save,.btn-cancel{height:50px;padding:0 20px;border-radius:16px;font:inherit;font-weight:800;cursor:pointer;transition:box-shadow .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease}.btn-save{border:none;color:#fff;background:linear-gradient(135deg,#3d6df2,#2f66e8);box-shadow:0 14px 28px #2f66e838}.btn-save:hover{box-shadow:0 18px 30px #2f66e847}.btn-cancel{border:1px solid #dbe5f2;background:#f5f7fb;color:#24324c}.btn-cancel:hover{background:#edf2f8;border-color:#cbd8ea}.btn-save:disabled,.btn-cancel:disabled{opacity:.72;cursor:not-allowed;box-shadow:none}.new-trip-field-error{margin:0;font-size:.82rem;font-weight:600;color:#d14343}.new-trip-submit-error{margin-top:8px;padding:12px 14px;border-radius:14px;border:1px solid #ffd7d7;background:#fff3f3;color:#c53b3b;font-size:.9rem;font-weight:600}.new-trip-input.input-error{border-color:#e15b5b;box-shadow:0 0 0 4px #e15b5b1a}.new-trip-input.input-error:focus{border-color:#e15b5b;box-shadow:0 0 0 4px #e15b5b1f}.trip-detail-badges{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.trip-detail-category-badge,.trip-detail-status-badge,.trip-detail-season-badge{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;font-size:.95rem;font-weight:700;line-height:1;white-space:nowrap}.trip-detail-category-badge{background:#eef3ff;color:#5f6f8f;border:1px solid #dbe5ff}.new-trip-packages-card{border:1px solid #e3ebf6;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbff);padding:16px;display:flex;flex-direction:column;gap:14px}.new-trip-packages-top{display:flex;gap:10px;flex-wrap:wrap}.new-trip-select-all-btn,.new-trip-reset-btn{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid #d9e4f4;background:#f6f9ff;color:#314567;font:inherit;font-weight:700;cursor:pointer;transition:all .18s ease}.new-trip-select-all-btn:hover,.new-trip-reset-btn:hover{background:#edf3ff;border-color:#c9d8f0}.new-trip-select-all-btn.active{background:#e9f1ff;border-color:#b9cef3;color:#2f66e8}.new-trip-packages-list{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.new-trip-package-option{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:18px;border:1px solid #e2eaf5;background:#fff;cursor:pointer;transition:all .18s ease;min-width:0}.new-trip-package-option:hover{background:#f8fbff;border-color:#cfddf2}.new-trip-package-option.selected{background:#eef4ff;border-color:#c9daf8}.new-trip-package-option input{margin-top:3px;width:16px;height:16px;flex-shrink:0}.new-trip-package-text{display:flex;flex-direction:column;gap:4px;min-width:0}.new-trip-package-text strong{font-size:.96rem;color:#182845}.new-trip-package-text span{font-size:.82rem;line-height:1.45;color:#6f7f97}.new-trip-packages-footer{font-size:.85rem;color:#6d7c94}.new-trip-country-dropdown::-webkit-scrollbar{width:8px}.new-trip-country-dropdown::-webkit-scrollbar-track{background:transparent}.new-trip-country-dropdown::-webkit-scrollbar-thumb{background:#d3dceb;border-radius:999px}.new-trip-country-dropdown::-webkit-scrollbar-thumb:hover{background:#bcc9de}@media(max-width:768px){.new-trip-overlay{align-items:flex-start;padding:18px}.new-trip-modal{max-height:calc(100vh - 36px);padding:22px;border-radius:24px}.new-trip-title{font-size:1.7rem}.new-trip-preview{grid-template-columns:1fr}.new-trip-form-row{grid-template-columns:1fr;gap:0}.new-trip-packages-list{grid-template-columns:1fr}.new-trip-actions{flex-direction:column}.btn-save,.btn-cancel{width:100%}.new-trip-summary-line{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px}.new-trip-summary-line strong{text-align:right}}@media(max-width:560px){.new-trip-overlay{padding:10px}.new-trip-modal{max-height:calc(100vh - 20px);padding:18px;border-radius:22px}.new-trip-close{top:14px;right:14px;width:38px;height:38px;border-radius:12px}.new-trip-header{gap:12px;margin-bottom:18px;padding-right:48px}.new-trip-icon{width:46px;height:46px;border-radius:15px;font-size:1.25rem}.new-trip-title{font-size:1.42rem;line-height:1.12}.new-trip-subtitle{font-size:.9rem}.new-trip-input{height:50px;border-radius:14px;padding:0 14px}.new-trip-preview-item,.new-trip-summary-card,.new-trip-packages-card{border-radius:18px;padding:14px}.new-trip-helper-row{align-items:flex-start}.new-trip-country-dropdown{max-height:220px;border-radius:16px}.new-trip-package-option{border-radius:16px;padding:13px}.trip-detail-badges{gap:8px}.trip-detail-category-badge,.trip-detail-status-badge,.trip-detail-season-badge{min-height:32px;padding:0 12px;font-size:.82rem}}@media(max-width:420px){.new-trip-overlay{padding:0;align-items:stretch}.new-trip-modal{width:100%;max-height:100vh;min-height:100vh;border-radius:0;border-left:none;border-right:none;padding:18px 14px 24px}.new-trip-close{top:12px;right:12px;width:36px;height:36px}.new-trip-header{padding-right:42px}.new-trip-icon{display:none}.new-trip-title{font-size:1.34rem}.new-trip-subtitle{font-size:.86rem;line-height:1.45}.new-trip-form-group{margin-bottom:15px}.new-trip-label{font-size:.84rem}.new-trip-input{height:48px;font-size:.95rem}.new-trip-helper-row{flex-direction:column;gap:4px}.new-trip-summary-line{grid-template-columns:1fr;gap:3px}.new-trip-summary-line strong{text-align:left}.new-trip-actions{margin-top:18px}.btn-save,.btn-cancel{height:48px;border-radius:14px}.new-trip-packages-top{flex-direction:column}.new-trip-select-all-btn,.new-trip-reset-btn{width:100%}}.guest-home-page{width:min(1180px,100%);margin:0 auto;padding:clamp(28px,5vw,64px);border-radius:32px;border:1px solid #e5eaf2;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 20px 50px #0f172a0d}.guest-home-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:clamp(32px,5vw,64px);align-items:center}.guest-home-content{max-width:720px}.guest-home-label{display:inline-flex;margin-bottom:18px;padding:7px 13px;border-radius:999px;background:#eef4ff;color:#315caa;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.guest-home-content h1{margin:0;color:#101828;font-size:clamp(2.1rem,5vw,4.3rem);line-height:1.05;letter-spacing:-.055em}.guest-home-content>p{max-width:650px;margin:24px 0 0;color:#667085;font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.8}.guest-home-notice{margin-top:34px;padding:22px 24px;border-radius:22px;border:1px solid #e5eaf2;background:#fff}.guest-home-notice strong{display:block;margin-bottom:8px;color:#101828;font-size:1rem}.guest-home-notice span{display:block;color:#667085;font-size:.95rem;line-height:1.7}.guest-home-panel{padding:28px;border-radius:28px;border:1px solid #e5eaf2;background:#ffffffe6;box-shadow:0 18px 45px #0f172a0f}.guest-home-panel h2{margin:0 0 20px;color:#101828;font-size:1.35rem}.guest-feature-list{display:flex;flex-direction:column;gap:14px}.guest-feature-item{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:16px;border-radius:18px;background:#f8fafc}.guest-feature-item span{width:42px;height:42px;border-radius:14px;border:1px solid #e5eaf2;background:#fff;color:#315caa;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800}.guest-feature-item strong{display:block;margin-bottom:5px;color:#101828;font-size:.98rem}.guest-feature-item p{margin:0;color:#667085;font-size:.9rem;line-height:1.55}@media(max-width:1200px){.guest-home-hero{grid-template-columns:1fr}.guest-home-panel{max-width:720px}}@media(max-width:768px){.guest-home-page{border-radius:24px}.guest-home-notice,.guest-home-panel{padding:20px}.guest-feature-item{grid-template-columns:38px 1fr}.guest-feature-item span{width:38px;height:38px}}@media(max-width:480px){.guest-home-page{padding:22px 16px;border-radius:20px}.guest-home-content h1{letter-spacing:-.035em}.guest-feature-item{grid-template-columns:1fr}.guest-feature-item span{width:fit-content;padding:0 12px}}@media(max-width:360px){.guest-home-page{padding:18px 14px}.guest-home-label{font-size:.7rem}}.world-map-section{display:flex;flex-direction:column;gap:18px;padding:24px;border:1px solid var(--border);border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,100%)}.world-map-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.world-map-eyebrow{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.world-map-title{margin:0 0 8px;font-size:30px;color:var(--text)}.world-map-stats{display:flex;gap:12px;flex-shrink:0}.world-map-stat-card{min-width:150px;padding:16px 18px;border:1px solid var(--border);border-radius:18px;background:#fff}.world-map-stat-label{display:block;margin-bottom:6px;font-size:13px;color:var(--muted)}.world-map-stat-value{font-size:28px;line-height:1;color:var(--text)}.world-map-wrapper{padding:12px;border-radius:24px}.world-map-leaflet{width:100%;height:520px;border-radius:18px;overflow:hidden;background:#eef4fb}.world-map-placeholder{display:grid;place-items:center;height:520px;border-radius:18px;background:#eef4fb;color:var(--muted);font-size:16px}.world-map-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding:0 4px}.world-map-legend{display:flex;gap:16px;flex-wrap:wrap}.legend-item{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:14px}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.visited{background:#1db954}.legend-dot.planned{background:#2b5cff}.legend-dot.default{background:#d8e1ec}.world-map-note{color:var(--muted);font-size:14px}@media(max-width:1000px){.world-map-header{flex-direction:column}.world-map-stats{width:100%}.world-map-stat-card{flex:1;min-width:0}.world-map-footer{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.world-map-section{padding:18px}.world-map-title{font-size:24px}.world-map-stats{flex-direction:column}.world-map-leaflet,.world-map-placeholder{height:360px}}.world-map-leaflet svg path:focus,.world-map-leaflet svg path:focus-visible,.world-map-country-shape:focus,.world-map-country-shape:focus-visible{outline:none!important}.world-map-leaflet .leaflet-interactive:focus{outline:none!important}.home-page{display:flex;flex-direction:column;gap:40px;width:min(1180px,100%);margin:0 auto;padding:clamp(24px,4vw,48px);border-radius:32px;background:#fff;min-height:calc(100vh - 120px);border:1px solid #e5eaf2;box-shadow:0 20px 50px #0f172a0a;max-width:100%;overflow-x:hidden}.home-page *,.home-page *:before,.home-page *:after{box-sizing:border-box}.home-page .leaflet-container{width:100%!important;max-width:100%;height:420px;border-radius:22px;overflow:hidden}.home-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,320px);gap:clamp(24px,4vw,40px);align-items:stretch}.home-hero-text{min-width:0;max-width:850px}.home-title{margin:0 0 16px;color:var(--text);font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;letter-spacing:-.045em}.home-subtitle{margin:0;max-width:780px;color:var(--muted);font-size:clamp(1rem,1.6vw,1.22rem);line-height:1.75}.home-subtitle strong{color:var(--text);font-weight:800}.home-next-date{margin:16px 0 0;color:var(--text);font-size:.95rem;font-weight:700}.home-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.home-actions .btn-primary{min-height:44px}.home-side-card{min-width:0;padding:24px;border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 14px 32px #0f172a0d;display:flex;flex-direction:column;justify-content:center}.home-side-card-label{display:block;margin-bottom:12px;color:#5f7796;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.home-side-card-value{display:block;color:var(--text);font-size:clamp(2rem,4vw,3.3rem);line-height:1;letter-spacing:-.045em}.home-side-card-value-countdown{font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.12}.home-side-card-text{margin:14px 0 0;color:var(--muted);font-size:.92rem;line-height:1.6}@media(max-width:1200px){.home-page{width:100%}.home-hero{grid-template-columns:1fr}.home-side-card{max-width:560px}}@media(max-width:900px){.home-page{gap:32px;border-radius:28px}.home-side-card{max-width:100%}}@media(max-width:768px){.home-page{padding:22px 16px;gap:28px;border-radius:24px;min-height:auto}.home-subtitle{line-height:1.65}.home-actions{align-items:stretch}.home-side-card{padding:22px;border-radius:20px}.home-page .leaflet-container{height:360px}}@media(max-width:560px){.home-page{padding:20px 14px;border-radius:20px}.home-title{letter-spacing:-.035em}.home-actions{flex-direction:column}.home-actions .btn-primary,.home-actions .btn-secondary{width:100%}.home-side-card{padding:18px}.home-side-card-text{font-size:.88rem}.home-page .leaflet-container{height:300px}}@media(max-width:420px){.home-page{padding:18px 12px;border-radius:18px}.home-page .leaflet-container{height:260px}}@media(max-width:360px){.home-page{padding:16px 10px}}.my-trips-page{display:flex;flex-direction:column;gap:clamp(18px,3vw,24px);width:min(1180px,100%);margin:0 auto;padding:clamp(18px,4vw,28px);border-radius:28px;background:#fff}.my-trips-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.my-trips-eyebrow{margin:0 0 8px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#315caa}.my-trips-title{margin:0 0 14px;font-size:clamp(2rem,5vw,3.25rem);line-height:1.02;color:var(--text);letter-spacing:-.04em}.my-trips-subtitle{margin:0;max-width:720px;font-size:clamp(.98rem,2vw,1.12rem);line-height:1.55;color:var(--muted)}.my-trips-create-button{flex-shrink:0;min-width:150px}.my-trips-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.my-trips-stat-card{padding:18px 20px;border-radius:18px;border:1px solid var(--border);background:#fff;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease;min-width:0}.my-trips-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0000000f}.my-trips-stat-card.active{border-color:#315caa47;background:#f8fbff;box-shadow:0 10px 22px #315caa14}.my-trips-stat-label{display:inline-flex;align-items:center;margin-bottom:8px;color:var(--muted);font-size:14px;line-height:1.35}.my-trips-stat-value{display:block;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1;color:var(--text);font-weight:800}.stat-dot{width:8px;height:8px;border-radius:50%;margin-right:8px;flex-shrink:0}.stat-all{background:#94a3b8}.stat-upcoming{background:#3b82f6}.stat-ongoing{background:#10b981}.stat-past{background:#64748b}.my-trips-toolbar{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--border);border-radius:22px;background:#fff}.my-trips-search-wrap{position:relative;flex:1;min-width:240px}.my-trips-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);opacity:.65;pointer-events:none}.my-trips-search-input{width:100%;height:52px;padding:0 16px 0 42px;border:1px solid var(--border);border-radius:16px;background:#fff;font:inherit;color:var(--text);transition:border-color .18s ease,box-shadow .18s ease;box-sizing:border-box}.my-trips-search-input:focus{outline:none;border-color:#315caa59;box-shadow:0 0 0 4px #315caa14}.my-trips-controls{display:flex;gap:12px}.my-trips-control{display:flex;flex-direction:column;gap:6px}.my-trips-control label{font-size:13px;font-weight:600;color:var(--muted)}.my-trips-control select{min-width:220px;height:52px;padding:0 14px;border:1px solid var(--border);border-radius:16px;background:#fff;font:inherit;color:var(--text)}.my-trips-divider{height:1px;background:var(--border);pointer-events:none}.my-trips-section{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}.my-trips-section-header{position:relative;z-index:1}.my-trips-section-title{margin:0 0 4px;font-size:clamp(1.25rem,3vw,1.5rem);color:var(--text)}.my-trips-section-subtitle{margin:0;font-size:15px;color:var(--muted)}.my-trips-past-section{position:relative;z-index:2;padding-top:10px;border-top:1px dashed var(--border)}.my-trips-list{display:flex;flex-direction:column;gap:16px}.my-trips-item{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 20px 20px 26px;border-radius:24px;border:1px solid rgba(15,23,42,.07);background:#fff;box-shadow:0 8px 20px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-width:0}.my-trips-item:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a12;border-color:#315caa29}.my-trips-item:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:6px;border-radius:6px;background:var(--trip-accent);transition:width .2s ease}.my-trips-item:hover:before{width:8px}.my-trips-item-main{position:relative;z-index:2;display:flex;align-items:center;gap:16px;flex:1;min-width:0;text-decoration:none;color:inherit}.my-trips-item-flag{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;border:1px solid var(--border);background:#f8fafc;flex-shrink:0;overflow:hidden}.my-trips-item-flag-image{width:32px;height:24px;object-fit:cover;border-radius:4px;box-shadow:0 1px 3px #0f172a1f;transition:transform .2s ease}.my-trips-item:hover .my-trips-item-flag-image{transform:scale(1.05)}.my-trips-item-content{min-width:0}.my-trips-item-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.my-trips-item-title{margin:0;font-size:clamp(1.1rem,3vw,1.38rem);line-height:1.2;color:var(--text);overflow-wrap:anywhere}.my-trips-status-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}.my-trips-status-badge:before{content:"";width:6px;height:6px;border-radius:50%;margin-right:6px;background:currentColor}.my-trips-status-badge.upcoming{background:#315caa1a;color:#315caa}.my-trips-status-badge.ongoing{background:#10b9811f;color:#059669}.my-trips-status-badge.past{background:#64748b1f;color:#64748b}.my-trips-item-meta{margin:0 0 8px;font-size:clamp(.95rem,2vw,1.06rem);line-height:1.45;color:var(--muted)}.trip-country{display:inline-flex;align-items:center;gap:6px}.trip-country-flag{width:16px;height:12px;object-fit:cover;border-radius:2px;box-shadow:0 1px 2px #00000026}.my-trips-item-status{margin:0;font-size:clamp(.95rem,2vw,1.12rem);font-weight:700;color:#315caa}.my-trips-item-actions{display:flex;gap:10px;flex-shrink:0}.my-trips-icon-button{width:48px;height:48px;border-radius:16px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:18px;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.my-trips-icon-button:hover{transform:translateY(-1px);background:#f8fafc;border-color:#d8e1ee;box-shadow:0 8px 16px #0f172a0f}.my-trips-delete-button:hover{background:var(--danger-bg);color:var(--danger);border-color:#f3b7b7}.my-trips-empty,.my-trips-no-results{padding:clamp(28px,5vw,42px) 24px;border-radius:24px;border:1px dashed var(--border);text-align:center;background:#fff}.my-trips-empty-icon,.my-trips-no-results-icon{font-size:42px;margin-bottom:12px}.my-trips-empty-title,.my-trips-no-results h3{margin:0 0 10px;color:var(--text)}.my-trips-empty-text,.my-trips-no-results p{margin:0 0 18px;color:var(--muted);font-size:16px}.my-trips-reset-button{height:46px;padding:0 18px;border:1px solid var(--border);border-radius:14px;background:#fff;cursor:pointer;font:inherit;transition:background .18s ease,border-color .18s ease}.my-trips-reset-button:hover{background:#f8fafc;border-color:#d7e0eb}@media(max-width:1200px){.my-trips-toolbar{flex-direction:column;align-items:stretch}.my-trips-search-wrap{min-width:0}.my-trips-controls{width:100%}.my-trips-control{flex:1}.my-trips-control select{min-width:0;width:100%}}@media(max-width:900px){.my-trips-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.my-trips-hero{flex-direction:column;align-items:stretch}.my-trips-create-button{width:fit-content}}@media(max-width:768px){.my-trips-page{padding:20px;gap:18px;border-radius:22px}.my-trips-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.my-trips-item{align-items:stretch;gap:14px}.my-trips-item-actions{align-self:center}.my-trips-item-flag{width:56px;height:56px;border-radius:18px}.my-trips-icon-button{width:44px;height:44px;border-radius:14px}}@media(max-width:560px){.my-trips-page{padding:16px;border-radius:18px}.my-trips-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.my-trips-stat-card{padding:14px;border-radius:16px}.my-trips-stat-label{font-size:.78rem}.my-trips-stat-value{font-size:1.25rem}.my-trips-toolbar{padding:14px;border-radius:18px}.my-trips-search-input,.my-trips-control select{height:46px;border-radius:14px}.my-trips-controls{grid-template-columns:1fr;gap:10px}.my-trips-create-button{width:100%}.my-trips-item{display:grid;grid-template-columns:1fr auto;padding:16px 14px 16px 18px;border-radius:18px}.my-trips-item-main{align-items:flex-start;gap:12px}.my-trips-item-flag{width:44px;height:44px;border-radius:14px}.my-trips-item-flag-image{width:26px;height:18px}.my-trips-item-topline{gap:7px;margin-bottom:6px}.my-trips-status-badge{padding:5px 8px;font-size:.72rem}.my-trips-item-actions{flex-direction:column;gap:8px;align-self:start}.my-trips-icon-button{width:40px;height:40px;border-radius:13px}.my-trips-item:before{top:12px;bottom:12px;width:4px}}@media(max-width:380px){.my-trips-page{padding:14px 12px}.my-trips-stats,.my-trips-item{grid-template-columns:1fr}.my-trips-item-actions{flex-direction:row;justify-content:flex-end;width:100%}.my-trips-item-main{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.trip-detail-empty-card{display:flex;flex-direction:column;gap:14px}.trip-detail-hero{position:relative;padding:28px;border-radius:32px;margin-bottom:20px;overflow:hidden;border:1px solid #e5ecf6;box-shadow:0 20px 50px #0f172a0f}.trip-detail-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.75),transparent 28%),radial-gradient(circle at left center,rgba(255,255,255,.35),transparent 22%);pointer-events:none}.trip-detail-hero-top,.trip-detail-hero-main,.trip-detail-highlights{position:relative;z-index:1}.trip-detail-hero-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}.trip-detail-back-button{display:inline-flex;align-items:center;gap:8px;padding:0;background:transparent;border:none;cursor:pointer;font:inherit;color:#5e6d87;font-weight:700;transition:color .18s ease}.trip-detail-back-button:hover{color:#2f66e8}.trip-detail-actions{display:flex;gap:10px}.trip-detail-icon-button{width:44px;height:44px;border:1px solid rgba(209,220,238,.95);background:#ffffffe6;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.trip-detail-icon-button:hover{background:#fff;border-color:#c4d6f2;color:#2f66e8;box-shadow:0 10px 22px #0f172a14}.trip-detail-icon-button-danger:hover{color:#db4e64;border-color:#efc7cf;background:#fff7f8}.trip-detail-hero-main{display:grid;grid-template-columns:110px 1fr;gap:24px;align-items:center}.trip-detail-hero-flag-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}.trip-detail-hero-flag{width:96px;height:96px;padding:10px;box-sizing:border-box;border-radius:28px;display:grid;place-items:center;background:#ffffffd1;border:1px solid #dbe5f3;box-shadow:0 18px 36px #0f172a14;overflow:hidden}.trip-detail-hero-flag-image{width:100%;height:100%;object-fit:contain;display:block}.trip-detail-hero-flag-fallback{font-size:3.1rem;line-height:1}.trip-detail-hero-country-code{min-height:30px;padding:0 12px;border-radius:999px;background:#ffffffe0;border:1px solid #dbe4f3;color:#4f617e;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center}.trip-detail-hero-content{min-width:0}.trip-detail-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.trip-detail-status-badge,.trip-detail-soft-badge{min-height:32px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;font-size:.82rem;font-weight:800}.trip-detail-status-upcoming{background:#e8f0ff;color:#2f66e8}.trip-detail-status-active{background:#e7f9ef;color:#1f9a5d}.trip-detail-status-past,.trip-detail-status-neutral{background:#eef2f7;color:#65748b}.trip-detail-soft-badge{background:#ffffffd1;color:#5e6f8a;border:1px solid #dce6f3}.trip-detail-title{margin:0;font-size:2.5rem;line-height:1;font-weight:900;color:#13203a;letter-spacing:-.03em}.trip-detail-subline{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px}.trip-detail-subline-item{display:inline-flex;align-items:center;gap:8px;color:#5d6e8a;font-weight:600}.trip-detail-subline-item svg{color:#3f6ae0;flex-shrink:0}.trip-detail-hero-text{margin:14px 0 0;max-width:700px;color:#6a7891;line-height:1.65}.trip-detail-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}.trip-detail-highlight-card{padding:18px 18px 16px;border-radius:20px;background:#ffffffc7;border:1px solid #dfe7f3;box-shadow:inset 0 1px #ffffffa6;display:flex;flex-direction:column;gap:6px}.trip-detail-highlight-label{display:block;margin-bottom:2px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#74839b}.trip-detail-highlight-value{font-size:1.22rem;font-weight:900;color:#13203a;line-height:1.2}.trip-detail-highlight-subvalue{font-size:.88rem;line-height:1.45;color:#72819a;font-weight:600}.trip-detail-summary-row-timezone{align-items:flex-start}.trip-detail-summary-timezone{display:flex;flex-direction:column;align-items:flex-end;gap:4px;max-width:220px}.trip-detail-summary-timezone strong{color:#13203a;text-align:right;line-height:1.25}.trip-detail-summary-timezone small{color:#72819a;font-size:.84rem;font-weight:600;text-align:right;line-height:1.4}.trip-detail-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);gap:18px;align-items:stretch}.trip-detail-grid-map{grid-column:1}.trip-detail-grid-summary{grid-column:2}.trip-detail-grid-checklist,.trip-detail-grid-weather{grid-column:1 / -1}.trip-detail-checklist-table{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}.trip-check-row{min-height:58px;display:flex;align-items:center;gap:12px;padding:0 14px;border-radius:18px;border:1px solid #e2eaf5;transition:all .18s ease}.trip-check-row:hover{background:#f1f6ff;border-color:#d4e1f5}.trip-check-row.checked{background:#eef8f1;border-color:#cfe7d7}.trip-check-toggle{width:26px;height:26px;border-radius:8px;border:2px solid #3d6df2;background:#fff;color:#3d6df2;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;font-weight:800;flex-shrink:0}.trip-check-toggle.checked{background:#3d6df2;color:#fff}.trip-check-row-text{flex:1;min-width:0;font-weight:700;color:#334766;line-height:1.35;word-break:break-word}.trip-check-row.checked .trip-check-row-text{text-decoration:line-through;opacity:.65}.trip-check-row-delete{border:none;background:transparent;color:#93a0b5;font-size:1rem;cursor:pointer;flex-shrink:0;line-height:1;padding:0}.trip-check-row-delete:hover{color:#de5568}.trip-check-add-row{margin-top:16px;display:flex;gap:10px;align-items:center}.trip-check-add-row input{flex:1;height:52px;border-radius:16px;border:1px solid #dbe5f2;padding:0 16px;font:inherit;color:#13203a;background:#fff}.trip-check-add-row input:focus{outline:none;border-color:#7ca5ff;box-shadow:0 0 0 4px #5983ff1f}.trip-check-add-row button{width:52px;height:52px;border:none;border-radius:16px;background:linear-gradient(135deg,#3d6df2,#2f66e8);color:#fff;font-size:1.6rem;cursor:pointer;flex-shrink:0}.trip-check-add-row button:hover{box-shadow:0 12px 24px #2f66e833}.trip-detail-main-column,.trip-detail-side-column{display:flex;flex-direction:column;gap:18px;min-width:0}.trip-detail-panel{border:1px solid #e5ecf5;border-radius:28px;padding:24px;background:linear-gradient(180deg,#fff,#f8fbff)}.trip-detail-panel-map{padding-bottom:20px;display:flex;flex-direction:column}.trip-detail-panel-summary{background:linear-gradient(180deg,#fff,#f8fbff)}.trip-detail-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.trip-detail-panel-eyebrow{margin:0 0 6px;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:#7b89a0}.trip-detail-section-title{margin:0;font-size:1.3rem;font-weight:900;color:#14213d;letter-spacing:-.02em}.trip-detail-panel-icon{width:42px;height:42px;border-radius:14px;background:#fff;display:grid;place-items:center;flex-shrink:0}.trip-detail-muted{color:#6c7a92;line-height:1.65;margin:0}.trip-detail-map{flex:1;min-height:420px;height:100%;border-radius:22px;overflow:hidden;border:1px solid #e2eaf4;margin-top:10px}.trip-detail-chip-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.trip-detail-chip{min-height:40px;padding:0 14px;border-radius:999px;background:#f4f8fd;border:1px solid #e1e9f4;color:#42526e;font-weight:700;display:inline-flex;align-items:center}.trip-detail-note-placeholder{margin-top:16px;padding:18px;border-radius:20px;border:1px dashed #d6e1ef;background:linear-gradient(180deg,#fcfdff,#f8fbff);color:#66758f;line-height:1.6}.trip-detail-summary-list{display:flex;flex-direction:column;gap:12px}.trip-detail-summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #eef3f8}.trip-detail-summary-row:last-child{border-bottom:none;padding-bottom:0}.trip-detail-summary-row span{color:#718099;font-weight:700}.trip-detail-summary-row strong{color:#13203a;text-align:right}.trip-detail-weather-panel{overflow:hidden}.trip-detail-status-badge{background:#eaf2ffc9;color:#2f66e8;box-shadow:inset 0 0 0 1px #2f66e814}.trip-detail-season-badge{background:#ffffffa5;box-shadow:inset 0 0 0 1px #dfe7f2}.trip-detail-checklist{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.trip-check-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:#f4f8fd;border:1px solid #e1e9f4;cursor:pointer;transition:all .2s ease}.trip-check-item:hover{background:#eaf2ff}.trip-check-item.checked{background:#e7f9ef;border-color:#bde8d0}.trip-check-item.checked .check-text{text-decoration:line-through;opacity:.65}.check-icon{width:20px;height:20px;border-radius:6px;border:2px solid #3d6df2;display:flex;align-items:center;justify-content:center;font-size:12px;color:#3d6df2;flex-shrink:0}.check-text{font-weight:700;color:#42526e}.check-delete{margin-left:auto;border:none;background:transparent;cursor:pointer;color:#8a97ad;font-size:.95rem;padding:0;line-height:1}.check-delete:hover{color:#e5484d}.trip-check-add{display:flex;gap:8px;align-items:center;margin-top:14px}.trip-check-add input{flex:1;height:44px;border-radius:12px;border:1px solid #dbe5f2;padding:0 14px;font:inherit;color:#13203a;background:#fff}.trip-check-add input:focus{outline:none;border-color:#7ca5ff;box-shadow:0 0 0 4px #5983ff1f}.trip-check-add button{height:44px;width:44px;border-radius:12px;border:none;background:#3d6df2;color:#fff;font-size:1.25rem;cursor:pointer;flex-shrink:0}.trip-check-add button:hover{background:#2f66e8}.trip-check-progress{margin-bottom:16px}.trip-check-progress-top{display:flex;justify-content:space-between;font-weight:700;margin-bottom:6px}.trip-check-progress-bar{height:8px;border-radius:999px;background:#e6edf7;overflow:hidden}.trip-check-progress-fill{height:100%;background:linear-gradient(135deg,#3d6df2,#2f66e8);border-radius:999px;transition:width .3s ease}.trip-detail-export-btn{border:none;cursor:pointer;font:inherit;font-size:.9rem;font-weight:800}.trip-detail-export-btn:hover{background:#e7efff;color:#2f66e8}.trip-notes-create-card{margin-top:16px;padding:18px;border-radius:22px;border:1px solid #e3ebf5;background:linear-gradient(180deg,#fcfdff,#f8fbff);display:flex;flex-direction:column;gap:12px}.trip-note-card-buttons{display:flex;gap:8px;flex-shrink:0}.trip-note-edit-btn{width:40px;height:40px;border:none;border-radius:14px;background:#f4f7fb;color:#7b8aa2;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;justify-content:center}.trip-note-edit-form{margin-top:18px;display:flex;flex-direction:column;gap:12px}.trip-notes-toggle{width:100%;min-height:58px;padding:0 22px;border:1px solid #e0e9f5;border-radius:22px;background:#fff;display:flex;align-items:center;justify-content:space-between;color:#071936;font-size:1rem;font-weight:800;cursor:pointer}.trip-notes-toggle:hover{background:#f8fbff}.trip-notes-toggle-icon{font-size:1.15rem;color:#2563eb;transition:transform .2s ease}.trip-notes-toggle-icon.open{transform:rotate(180deg)}.trip-note-edit-btn:hover{background:#eef6ff;color:#2563eb}.trip-note-input,.trip-note-textarea,.trip-note-select,.trip-note-checklist-add input{width:100%;border:1px solid #dbe5f2;border-radius:14px;padding:12px 14px;font:inherit;color:#13203a;background:#fff;box-sizing:border-box}.trip-note-input:focus,.trip-note-textarea:focus,.trip-note-select:focus,.trip-note-checklist-add input:focus{outline:none;border-color:#7ca5ff;box-shadow:0 0 0 4px #5983ff1f}.trip-note-textarea{resize:vertical;min-height:110px}.trip-note-checklist-add{display:flex;gap:10px;align-items:center}.trip-note-checklist-preview{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.trip-note-checklist-preview-item{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:999px;background:#eef4ff;border:1px solid #d6e2fa;color:#314567;font-weight:700}.trip-note-checklist-preview-item button{border:none;background:transparent;cursor:pointer;color:#7a879c;font-size:.95rem}.trip-note-create-actions{display:flex;justify-content:flex-end}.trip-notes-list{margin-top:18px;display:flex;flex-direction:column;gap:18px}.trip-note-delete-btn{width:34px;height:34px;border:none;border-radius:12px;background:#f4f7fb;color:#7b8aa2;cursor:pointer;font-size:1rem;flex-shrink:0}.trip-note-card-content{margin:12px 0 0;color:#44546f;line-height:1.6;white-space:pre-wrap}@media(max-width:768px){.trip-note-checklist-add{flex-direction:column;align-items:stretch}.trip-note-create-actions{justify-content:stretch}.trip-note-create-actions .btn-primary{width:100%}}.trip-notes-create-wrapper{margin-top:16px}.trip-note-add-trigger{width:100%;padding:16px 18px;border-radius:18px;border:1px dashed #d6e1ef;background:#f8fbff;color:#5e6f8a;font:inherit;font-weight:700;cursor:pointer;text-align:left;transition:background .18s ease,border-color .18s ease}.trip-note-add-trigger:hover{background:#eef4ff;border-color:#c9d8f0}.trip-notes-create-card{margin-top:12px;padding:18px;border-radius:22px;border:1px solid #e3ebf5;background:linear-gradient(180deg,#fcfdff,#f8fbff);display:flex;flex-direction:column;gap:12px}.trip-note-input,.trip-note-textarea,.trip-note-select{width:100%;border:1px solid #dbe5f2;border-radius:14px;padding:12px 14px;font:inherit;color:#13203a;background:#fff;box-sizing:border-box}.trip-note-input:focus,.trip-note-textarea:focus,.trip-note-select:focus{outline:none;border-color:#7ca5ff;box-shadow:0 0 0 4px #5983ff1f}.trip-note-textarea{resize:none;min-height:88px;overflow:hidden}.trip-note-textarea-autogrow{line-height:1.6}.trip-note-create-options{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.trip-note-select{max-width:220px}.trip-note-pin-toggle{display:inline-flex;align-items:center;gap:8px;color:#42526e;font-weight:700}.trip-note-actions{display:flex;justify-content:flex-end;gap:10px}.trip-notes-list{margin-top:20px;display:flex;flex-direction:column;gap:18px}.trip-notes-section{display:flex;flex-direction:column;gap:12px}.trip-notes-section-title{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#70809a}.trip-note-card{border-radius:22px;border:1px solid #e2eaf5;padding:16px;background:#fff}.trip-note-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.trip-note-card-head h4{margin:0 0 4px;font-size:1.02rem;font-weight:800;color:#14213d}.trip-note-card-head span{font-size:.8rem;color:#75839b;font-weight:700}.trip-note-delete-btn{width:40px;height:40px;border:none;border-radius:14px;background:#f4f7fb;color:#7b8aa2;cursor:pointer;font-size:1rem;flex-shrink:0}.trip-note-delete-btn:hover{background:#fff1f3;color:#d84b62}.trip-note-card-content{margin:12px 0 0;color:#44546f;line-height:1.65;white-space:pre-wrap}.trip-note-card-checklist{margin-top:14px;display:flex;flex-direction:column;gap:8px}.trip-note-check-item{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:14px;border:1px solid #e3ebf5;background:#f9fbff;cursor:pointer;color:#334766;font:inherit;text-align:left}.trip-note-check-item.checked{background:#eef8f1;border-color:#d2e8d9}.trip-note-check-item.checked span:last-child{text-decoration:line-through;opacity:.7}.trip-note-check-box{width:22px;height:22px;border-radius:7px;border:2px solid #3d6df2;display:inline-flex;align-items:center;justify-content:center;color:#3d6df2;font-size:.78rem;font-weight:800;flex-shrink:0}.note-label-default{border-left:6px solid #dbe5f2}.note-label-blue{border-left:6px solid #4a7cf3}.note-label-green{border-left:6px solid #2fa36b}.note-label-yellow{border-left:6px solid #e3b638}.note-label-red{border-left:6px solid #df5a5a}.note-label-purple{border-left:6px solid #8b62e8}.trip-detail-currency-alerts-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:18px;align-items:stretch;grid-column:1 / -1}@media(max-width:1100px){.trip-detail-layout{grid-template-columns:1fr}.trip-detail-grid-map,.trip-detail-grid-summary,.trip-detail-grid-checklist,.trip-detail-grid-weather{grid-column:1 / -1}.trip-detail-checklist-table{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.trip-detail-currency-alerts-grid{grid-template-columns:1fr}.trip-detail-checklist-table{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.trip-detail-hero{padding:18px;border-radius:24px;margin-bottom:18px}.trip-detail-hero-top{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;margin-bottom:18px}.trip-detail-back-button{width:fit-content;font-size:.9rem}.trip-detail-actions{justify-content:flex-end;gap:8px}.trip-detail-icon-button{width:38px;height:38px;border-radius:13px}.trip-detail-hero-main{grid-template-columns:1fr;gap:14px;text-align:center}.trip-detail-hero-flag-wrap{align-items:center}.trip-detail-hero-flag{width:72px;height:72px;padding:8px;border-radius:22px}.trip-detail-hero-country-code{min-height:26px;font-size:.72rem;padding:0 10px}.trip-detail-hero-content{width:100%}.trip-detail-badges{justify-content:center;gap:8px;margin-bottom:12px}.trip-detail-status-badge,.trip-detail-soft-badge{min-height:28px;padding:0 10px;font-size:.74rem}.trip-detail-title{font-size:1.75rem;line-height:1.08;text-align:center}.trip-detail-subline{justify-content:center;gap:8px;margin-top:12px}.trip-detail-subline-item{width:100%;justify-content:center;font-size:.9rem}.trip-detail-hero-text{display:none}.trip-detail-highlights{grid-template-columns:1fr;gap:10px;margin-top:18px}.trip-detail-highlight-card{padding:14px 16px;border-radius:18px;text-align:left}.trip-detail-highlight-label{font-size:.72rem}.trip-detail-highlight-value{font-size:1.05rem}.trip-detail-highlight-subvalue{font-size:.82rem}.trip-detail-panel{padding:18px;border-radius:22px}.trip-detail-panel-head{margin-bottom:14px}.trip-detail-section-title{font-size:1.15rem}.trip-detail-map{min-height:260px;height:260px;border-radius:18px}.trip-detail-summary-list{gap:0}.trip-detail-summary-row{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:start;padding:13px 0}.trip-detail-summary-row span{font-size:.82rem}.trip-detail-summary-row strong{text-align:right;font-size:.9rem}.trip-detail-summary-timezone{align-items:flex-end;max-width:none}.trip-detail-summary-timezone strong,.trip-detail-summary-timezone small{text-align:right}.trip-detail-checklist-table{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;max-height:320px;overflow-y:auto;padding-right:4px}.trip-check-row{min-height:54px;padding:10px 12px;border-radius:14px;gap:10px}.trip-check-row-text{font-size:.92rem;line-height:1.3;word-break:normal;overflow-wrap:anywhere}.trip-check-toggle{width:24px;height:24px;border-radius:7px;font-size:.8rem}.trip-check-add-row{display:grid;grid-template-columns:1fr 54px;gap:10px;align-items:center}.trip-check-add-row input{height:54px;border-radius:18px;font-size:1rem}.trip-check-add-row button{width:54px;height:54px;border-radius:18px}.trip-note-create-options,.trip-note-actions,.trip-note-checklist-add{flex-direction:column;align-items:stretch}.trip-note-actions .btn-primary,.trip-note-actions .btn-secondary,.trip-note-create-actions .btn-primary{width:100%}.trip-note-select{max-width:none}}@media(max-width:420px){.trip-detail-hero{padding:16px;border-radius:22px}.trip-detail-title{font-size:1.55rem}.trip-detail-hero-flag{width:66px;height:66px;border-radius:20px}.trip-detail-highlights{margin-top:16px}.trip-detail-panel{padding:16px;border-radius:20px}.trip-detail-map{min-height:230px;height:230px}.trip-detail-summary-row{grid-template-columns:82px 1fr;gap:10px}.trip-detail-summary-row span,.trip-detail-summary-row strong{font-size:.82rem}.trip-detail-summary-timezone small{font-size:.76rem}.trip-check-row{padding:12px}.trip-note-card{padding:14px}}.trip-detail-missing-package{min-height:180px;border:1px dashed #cbd8ec;border-radius:22px;background:#f8fbff;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}.trip-detail-missing-package h4{margin:0;font-size:18px;font-weight:800;color:#0f172a}.trip-detail-missing-package p{margin:0 0 6px;font-size:14px;line-height:1.55;color:#64748b}.trip-pdf{width:720px;padding:28px;box-sizing:border-box;font-family:Arial,sans-serif;color:#13203a;background:#fff;font-size:11px;line-height:1.35}.trip-pdf-header{border-bottom:1px solid #e5ecf6;padding-bottom:12px;margin-bottom:18px}.trip-pdf-title{margin:0;font-size:22px;line-height:1.2;color:#13203a}.trip-pdf-date{margin:6px 0 0;color:#6a7891;font-size:10px}.trip-pdf-section{margin-top:18px}.trip-pdf-section-avoid{break-inside:avoid;page-break-inside:avoid}.trip-pdf-section-title{font-size:15px;margin:0 0 8px}.trip-pdf-table{width:100%;border-collapse:collapse;font-size:11px}.trip-pdf-table td{border:1px solid #ddd;padding:6px}.trip-pdf-table-label{width:30%;font-weight:700}.trip-pdf-checklist{column-gap:22px}.trip-pdf-checklist-1{column-count:1}.trip-pdf-checklist-2{column-count:2}.trip-pdf-checklist-3{column-count:3}.trip-pdf-checklist-item{break-inside:avoid;page-break-inside:avoid;display:flex;gap:6px;align-items:flex-start;padding:5px 0;border-bottom:1px solid #e5e7eb;font-size:11px}.trip-pdf-checkbox{width:14px;min-width:14px;height:14px;border:1px solid #cbd5e1;text-align:center;line-height:13px;font-size:10px;color:#2563eb}.trip-pdf-item-checked{text-decoration:line-through;color:#888}.trip-pdf-notes{page-break-before:always;break-before:page;padding-top:8px}.trip-pdf-note{break-inside:avoid;page-break-inside:avoid;margin-bottom:14px}.trip-pdf-note-title{font-size:12px}.trip-pdf-note-content{margin:4px 0 0;color:#555;font-size:11px;line-height:1.4;white-space:pre-wrap}.weather-widget{display:flex;flex-direction:column;gap:14px}.weather-widget__now-card{padding:20px 22px;border-radius:22px;background:#fff;border:1px solid #e1e9f4;box-shadow:0 10px 24px #0f172a0a;color:#13203a;display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px}.weather-widget__now-label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#2f66e8;text-transform:uppercase;letter-spacing:.06em}.weather-widget__now-location{margin:0;font-size:1.35rem;line-height:1.15;font-weight:900;color:#13203a}.weather-widget__now-time{margin:8px 0 0;font-size:.95rem;font-weight:700;color:#687995}.weather-widget__now-main{min-width:170px;padding:16px 18px;border-radius:20px;background:#f1f6ff;border:1px solid #dbe6ff;display:flex;align-items:center;justify-content:center;gap:14px}.weather-widget__now-icon{font-size:2.4rem;line-height:1}.weather-widget__now-main strong{font-size:2.2rem;line-height:1;font-weight:900;color:#13203a}.weather-widget__card{background:#3368eb0f;border-radius:24px;padding:22px 22px 18px;color:#000;overflow:hidden}.weather-widget__card--days{background:#3368eb0f}.weather-widget__topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.weather-widget__title-wrap{display:flex;align-items:center;gap:10px;min-width:0}.weather-widget__title-icon{font-size:1rem;opacity:.95;line-height:1}.weather-widget__title{margin:0;font-size:1rem;font-weight:700;color:#000}.weather-widget__unit{font-size:.95rem;font-weight:700;color:#000000e6;white-space:nowrap}.weather-widget__divider{height:1px;margin:14px 0 16px;background:#000}.weather-widget__location-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.weather-widget__location{font-size:.92rem;font-weight:500;color:#000}.weather-widget__timezone-note{font-size:.8rem;font-weight:600;color:#000;white-space:nowrap}.weather-widget__hours,.weather-widget__days-strip{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(35,83,137,.95) transparent;padding-bottom:10px}.weather-widget__hours::-webkit-scrollbar,.weather-widget__days-strip::-webkit-scrollbar{height:8px}.weather-widget__hours::-webkit-scrollbar-track,.weather-widget__days-strip::-webkit-scrollbar-track{background:transparent}.weather-widget__hours::-webkit-scrollbar-thumb,.weather-widget__days-strip::-webkit-scrollbar-thumb{background:#235389f2;border-radius:999px}.weather-widget__hour,.weather-widget__day-item{min-width:86px;display:grid;place-items:center;gap:14px;text-align:center;flex:0 0 auto}.weather-widget__hour-time,.weather-widget__day-time{font-size:.9rem;font-weight:500;color:#000;text-transform:capitalize}.weather-widget__hour-icon,.weather-widget__day-icon{font-size:2rem;line-height:1}.weather-widget__hour-temp,.weather-widget__day-temp{font-size:.95rem;font-weight:700;color:#000}.weather-widget__remove{width:100%;min-height:44px;border:1px solid #d8e2ef;border-radius:14px;background:#fff;color:#28405f;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease}.weather-widget__remove:hover{background:#f6f9fd;border-color:#c9d8eb}@media(max-width:700px){.weather-widget__now-card{padding:16px;border-radius:20px;grid-template-columns:1fr}.weather-widget__now-main{width:100%;min-width:0;justify-content:space-between;box-sizing:border-box}.weather-widget__now-main strong{font-size:2rem}.weather-widget__card{border-radius:20px;padding:18px 16px 14px}.weather-widget__hours,.weather-widget__days-strip{gap:14px}.weather-widget__hour,.weather-widget__day-item{min-width:72px;gap:12px}.weather-widget__hour-icon,.weather-widget__day-icon{font-size:1.7rem}.weather-widget__location-row{flex-direction:column;align-items:flex-start;gap:4px}}.currency-card{display:flex;flex-direction:column;gap:18px;padding:24px;border:1px solid #e5ecf5;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fbff)}.currency-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.currency-card-header h2{margin:0 0 6px;font-size:1.3rem;font-weight:900;color:#14213d;letter-spacing:-.02em}.currency-card-header p{margin:0;color:#6c7a92;line-height:1.5;font-weight:600}.currency-badge{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid #d9e5ff;background:#eef4ff;color:#2f66e8;display:inline-flex;align-items:center;flex-shrink:0;font-weight:900;white-space:nowrap}.currency-converter{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:end}.currency-field{display:flex;flex-direction:column;gap:8px}.currency-field span{color:#718099;font-size:.82rem;font-weight:800}.currency-input-wrap{height:52px;border-radius:16px;border:1px solid #dbe5f2;background:#fff;display:flex;align-items:center;overflow:hidden}.currency-input-wrap:focus-within{border-color:#7ca5ff;box-shadow:0 0 0 4px #5983ff1f}.currency-input-wrap-readonly{background:#f8fbff}.currency-input-wrap input{width:100%;min-width:0;height:100%;padding:0 14px;border:none;outline:none;background:transparent;color:#13203a;font:inherit;font-weight:800}.currency-input-wrap strong{height:100%;padding:0 14px;border-left:1px solid #e5ecf5;background:#f8fbff;color:#5d6e8a;display:inline-flex;align-items:center;font-weight:900}.currency-swap-button{width:48px;height:52px;border-radius:16px;border:1px solid #dbe5f2;background:#fff;color:#2f66e8;display:grid;place-items:center;font-size:1.3rem;font-weight:900;cursor:pointer;transition:all .2s ease}.currency-swap-button:hover{background:#eef4ff;border-color:#c8d9ff;transform:rotate(180deg)}.currency-swap-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.currency-footer{color:#6c7a92;font-size:.9rem;line-height:1.5;font-weight:600}.currency-error{color:#cf3e3e}@media(max-width:820px){.currency-card{padding:18px;border-radius:22px}.currency-card-header{flex-direction:column}.currency-converter{grid-template-columns:1fr}.currency-swap-button{width:100%;height:44px}}.weather-alerts-card{border:1px solid #e5ecf5;border-radius:28px;padding:24px;background:#fff;display:flex;flex-direction:column;gap:18px;min-height:100%}.weather-alerts-head h2{margin:0;font-size:1.3rem;font-weight:900;color:#14213d;letter-spacing:-.02em}.weather-alerts-status{padding:18px;border-radius:22px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:flex-start;border:1px solid #dfe8f7;background:#f6f9ff}.weather-alerts-status-empty{display:flex}.weather-alerts-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:900;background:#fff;flex-shrink:0}.weather-alerts-status strong{display:block;color:#14213d;font-size:1rem;line-height:1.35;margin-bottom:6px}.weather-alerts-status p{margin:0;color:#65748b;line-height:1.5;font-weight:600}.weather-alerts-status small{display:block;margin-top:8px;color:#65748b;font-weight:800}.weather-alerts-status-safe{background:#f1fbf5;border-color:#cfeeda}.weather-alerts-status-safe .weather-alerts-icon{color:#1f8b57}.weather-alerts-status-empty,.weather-alerts-status-info{background:#f4f8ff;border-color:#d8e6fb}.weather-alerts-status-info .weather-alerts-icon{color:#2f66e8}.weather-alerts-status-warning{background:#fff8e7;border-color:#f1dc9e}.weather-alerts-status-warning .weather-alerts-icon{color:#c47a00}.weather-alerts-status-danger{background:#fff1f3;border-color:#efc6ce}.weather-alerts-status-danger .weather-alerts-icon{color:#cf3e3e}.weather-alerts-button,.weather-alerts-link-button,.weather-alerts-secondary-button{border:0;font:inherit;cursor:pointer;font-weight:900;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.weather-alerts-button{margin-top:14px;min-height:42px;padding:0 16px;border-radius:14px;background:#3467eb;color:#fff;box-shadow:0 10px 22px #3467eb38}.weather-alerts-button:hover{transform:translateY(-1px);box-shadow:0 14px 26px #3467eb47}.weather-alerts-link-button{margin-top:10px;padding:0;background:transparent;color:#2f66e8}.weather-alerts-link-button:hover{text-decoration:underline}.weather-alerts-actions{margin-top:auto}.weather-alerts-secondary-button{width:100%;min-height:42px;border-radius:14px;border:1px solid #d8e2ef;background:#fff;color:#28405f}.weather-alerts-status{padding:16px}.weather-alerts-status p{font-size:.95rem;line-height:1.35}.weather-alerts-card{gap:14px}.weather-alerts-actions{margin-top:0}.weather-alerts-secondary-button:hover{background:#f6f9fd;border-color:#c9d8eb}@media(max-width:820px){.weather-alerts-card{padding:18px;border-radius:22px}.weather-alerts-status{grid-template-columns:30px minmax(0,1fr);padding:16px}.weather-alerts-icon{width:30px;height:30px}}.profile-page{display:flex;flex-direction:column;gap:24px;width:min(1180px,100%);margin:0 auto}.profile-hero{display:flex;align-items:center;justify-content:space-between;gap:18px}.profile-identity{display:flex;align-items:center;gap:18px;min-width:0}.profile-avatar{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,#eef4ff,#e4edff);color:#12203a;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:800;border:1px solid #dbe6ff;box-shadow:0 8px 24px #315caa14;flex-shrink:0}.profile-identity-text{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-eyebrow{margin:0;font-size:.78rem;letter-spacing:1.2px;font-weight:700;color:#315caa;text-transform:uppercase}.profile-title{margin:0;font-size:clamp(1.65rem,4vw,2.1rem);line-height:1.05;font-weight:800;color:#12203a;overflow-wrap:anywhere}.profile-muted{margin:0;font-size:1rem;line-height:1.5;color:#6c7a92}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px;align-items:stretch}.profile-grid>.profile-card{height:100%}.profile-card{background:#fff;border:1px solid #e5ecf5;border-radius:24px;padding:26px;display:flex;flex-direction:column;gap:18px;box-shadow:0 10px 30px #0f172a0a;min-width:0}.profile-card-header{display:flex;flex-direction:column;gap:6px}.profile-card-header h2{margin:0;font-size:1.12rem;font-weight:800;color:#12203a}.profile-card-header p{margin:0;font-size:.95rem;line-height:1.5;color:#6c7a92}.profile-info-list{display:flex;flex-direction:column;gap:14px}.profile-info-row{display:flex;flex-direction:column;gap:8px;padding:16px 18px;border-radius:18px;border:1px solid #e6edf7;background:#fbfdff;min-width:0}.profile-info-row-name{position:relative;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.profile-info-row-name:hover{border-color:#d7e4ff;background:#f9fbff}.profile-info-row-top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.profile-info-label{font-size:.82rem;font-weight:600;color:#6a7891}.profile-info-value{font-size:1rem;font-weight:700;color:#12203a;line-height:1.4;overflow-wrap:anywhere}.profile-user-id{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem;word-break:break-all}.profile-edit-icon-btn{width:32px;height:32px;border:1px solid #dbe5f4;border-radius:10px;background:#fff;color:#5d6f8f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease;flex-shrink:0}.profile-edit-icon-btn:hover{color:#315caa;border-color:#bfd2fb;background:#f4f8ff}.profile-edit-icon-btn svg{width:15px;height:15px}.profile-inline-name-form{display:flex;flex-direction:column;gap:10px;margin-top:2px}.profile-inline-name-input{width:100%;height:44px;padding:0 14px;border:1px solid #d8e2f0;border-radius:12px;background:#fff;color:#12203a;font-size:.98rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.profile-inline-name-input:focus{border-color:#315caa;box-shadow:0 0 0 4px #315caa1a}.profile-inline-name-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-password-form{display:flex;flex-direction:column;gap:14px}.profile-form-group{display:flex;flex-direction:column;gap:7px}.profile-form-group label{font-size:.84rem;font-weight:600;color:#4f5f7c}.profile-form-group input{width:100%;height:46px;padding:0 44px 0 14px;border-radius:14px;border:1px solid #dbe3f0;background:#fff;outline:none;font-size:.97rem;color:#12203a;transition:border-color .18s ease,box-shadow .18s ease}.profile-form-group input:focus{border-color:#315caa;box-shadow:0 0 0 4px #315caa1a}.password-input-wrapper{position:relative}.password-toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:30px;height:30px;border:none;background:transparent;color:#70809b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.password-toggle:hover{color:#315caa}.profile-password-hint{margin:0;font-size:.9rem;line-height:1.5;color:#6c7a92}.profile-password-strength{display:flex;align-items:center;gap:10px;margin-top:2px}.profile-password-strength-bars{display:flex;gap:5px}.strength-bar{width:22px;height:6px;border-radius:999px;background:#e7edf5}.strength-bar.weak{background:#eb5757}.strength-bar.medium{background:#f2b94b}.strength-bar.strong{background:#27ae60}.profile-password-strength-label{font-size:.8rem;font-weight:600}.profile-form-message{margin-top:2px;padding:10px 12px;border-radius:12px;font-size:.88rem;font-weight:600}.profile-form-message.success{background:#ebf8f1;color:#1f8b57;border:1px solid #d4f0df}.profile-form-message.error{background:#fff1f1;color:#cf3e3e;border:1px solid #ffd9d9}.profile-field-error{margin:0;font-size:.8rem;font-weight:600;color:#cf3e3e}.profile-info-message{margin-top:2px;padding:16px 18px;border-radius:18px;background:#eef4ff;border:1px solid #d6e4ff;color:#36527a;font-size:.95rem;font-weight:700;line-height:1.55}.profile-stats{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:14px}.profile-stat{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:18px;border:1px solid #e6edf7;background:linear-gradient(180deg,#fcfdff,#f8fbff);min-width:0}.profile-stat-label{font-size:.8rem;font-weight:600;color:#6c7a92;line-height:1.35}.profile-stat-value{font-size:1.45rem;line-height:1;font-weight:800;color:#12203a;overflow-wrap:anywhere}.btn-primary{height:42px;padding:0 16px;border:none;border-radius:12px;background:#315caa;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{box-shadow:0 10px 20px #315caa38}.btn-primary:disabled{opacity:.72;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{height:42px;padding:0 16px;border:1px solid #d9e3f2;border-radius:12px;background:#fff;color:#31415f;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover{background:#f8fbff;border-color:#c9d8f4}.btn-secondary:disabled{opacity:.72;cursor:not-allowed;transform:none}@media(max-width:1100px){.profile-grid{grid-template-columns:1fr}.profile-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.profile-page{gap:18px}.profile-card{padding:22px;border-radius:22px}.profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.profile-hero{align-items:flex-start}.profile-identity{gap:14px}.profile-avatar{width:58px;height:58px;border-radius:18px;font-size:1.35rem}.profile-card{padding:18px;border-radius:20px;gap:16px}.profile-grid{gap:16px}.profile-info-row{padding:14px;border-radius:16px}.profile-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-stat{padding:13px;border-radius:16px}.profile-stat-label{font-size:.74rem}.profile-stat-value{font-size:1.2rem}.profile-inline-name-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.profile-inline-name-actions .btn-primary,.profile-inline-name-actions .btn-secondary,.profile-password-form .btn-primary{width:100%}}@media(max-width:420px){.profile-page{gap:14px}.profile-identity{align-items:flex-start}.profile-card{padding:16px;border-radius:18px}.profile-title{font-size:1.45rem}.profile-muted{font-size:.9rem}.profile-info-row-top{gap:8px}.profile-info-value{font-size:.94rem}.profile-form-group input,.profile-inline-name-input{height:44px}.profile-password-strength{align-items:flex-start;flex-direction:column;gap:6px}.strength-bar{width:20px}}@media(max-width:340px){.profile-stats,.profile-inline-name-actions{grid-template-columns:1fr}.profile-avatar{width:52px;height:52px}}.calendar-page{display:flex;flex-direction:column;gap:28px;width:min(1180px,100%);margin:0 auto;padding:clamp(20px,4vw,40px);border-radius:32px;background:#fff;border:1px solid #e6edf7;box-shadow:0 20px 50px #0f172a0a}.calendar-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:stretch}.calendar-title{margin:0;font-size:clamp(2rem,5vw,3.25rem);line-height:1.05;color:var(--text);letter-spacing:-.04em}.calendar-summary-card{padding:22px;border-radius:24px;border:1px solid #e4ebf5;background:linear-gradient(180deg,#fff,#f8fbff);display:flex;flex-direction:column;justify-content:center}.calendar-summary-label{font-size:.82rem;font-weight:800;text-transform:uppercase;color:#73829a;letter-spacing:.06em}.calendar-summary-value{display:block;font-size:clamp(2rem,5vw,3.5rem);line-height:1;color:var(--text)}.calendar-layout{display:grid;grid-template-columns:minmax(0,1.6fr) 340px;gap:20px;align-items:start}.calendar-main,.calendar-sidebar,.calendar-side-panel{min-width:0}.calendar-main,.calendar-grid,.calendar-day{overflow:visible}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:16px}.calendar-month-nav{display:flex;align-items:center;gap:12px}.calendar-month-title{margin:0;min-width:220px;text-transform:capitalize;font-size:clamp(1.1rem,3vw,1.4rem);font-weight:900;color:#14213d}.calendar-nav-button,.calendar-today-button{height:42px;border-radius:14px;border:1px solid #dce5f2;background:#fff;color:#4f5f7c;font:inherit;font-weight:700;cursor:pointer;transition:.18s ease}.calendar-nav-button{width:42px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.calendar-today-button{padding:0 16px}.calendar-nav-button:hover,.calendar-today-button:hover{background:#f6f9ff;border-color:#c8d8f2;color:#315caa}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-bottom:10px}.calendar-weekdays span{text-align:left;font-size:.82rem;font-weight:800;color:#75839a;padding:0 6px}.calendar-grid{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.calendar-day{position:relative;min-height:128px;padding:10px;border-radius:18px;background:#fff;border:1px solid #e5ecf5;display:flex;flex-direction:column;gap:8px;min-width:0;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.calendar-day:hover{border-color:#cddcf4;box-shadow:0 10px 20px #0f172a0a}.calendar-day-clickable{cursor:pointer}.calendar-day-clickable:hover{transform:translateY(-1px)}.calendar-day-selected{border-color:#315caa;box-shadow:0 0 0 3px #315caa1f;z-index:150}.calendar-day-outside{opacity:.45;background:#f9fbff}.calendar-day-today{border-color:#9cb8ff;box-shadow:0 0 0 3px #315caa1a}.calendar-day-header{display:flex;justify-content:space-between;align-items:center}.calendar-day-number{font-size:.92rem;font-weight:800;color:#1d2a44}.calendar-day-events{display:flex;flex-direction:column;gap:6px;min-width:0}.calendar-event-pill{min-height:28px;border:none;border-radius:10px;padding:5px 8px;color:#fff;font:inherit;font-size:.74rem;font-weight:800;line-height:1.2;text-align:left;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.calendar-more-events{font-size:.76rem;font-weight:700;color:#6e7d96;padding-left:4px}.calendar-day-expanded{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);width:260px;max-width:calc(100vw - 20px);margin-top:0;padding:10px;border-radius:14px;border:1px solid #e4ebf5;background:#fff;box-shadow:0 12px 28px #0f172a24;display:flex;flex-direction:column;gap:8px;z-index:200}.calendar-day-expanded-trip{width:100%;border:1px solid #e4ebf5;background:#f8fbff;border-radius:12px;padding:9px;display:grid;grid-template-columns:12px minmax(0,1fr);gap:9px;text-align:left;cursor:pointer;font:inherit}.calendar-day-expanded-trip:hover{border-color:#c8d8f2;background:#f2f6ff}.calendar-day-expanded-color{width:9px;height:9px;margin-top:5px;border-radius:999px}.calendar-day-expanded-trip span{min-width:0}.calendar-day-expanded-trip strong{display:block;color:#14213d;font-size:.82rem;line-height:1.2;white-space:normal;overflow-wrap:anywhere}.calendar-day-expanded-trip small{display:block;margin-top:3px;color:#6d7b93;font-size:.72rem;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.calendar-sidebar{display:flex;flex-direction:column;gap:18px}.calendar-side-panel{border:1px solid #e4ebf5;border-radius:24px;padding:20px;background:linear-gradient(180deg,#fff,#fbfdff)}.calendar-side-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.calendar-side-header h3{margin:0;font-size:1.05rem;font-weight:900;color:#14213d}.calendar-side-header svg{color:#315caa}.calendar-side-header-button{width:100%;border:none;background:transparent;padding:0;cursor:pointer;justify-content:space-between;font:inherit}.calendar-side-title{display:flex;align-items:center;gap:10px}.calendar-accordion-icon{color:#315caa;transition:transform .2s ease}.calendar-accordion-icon.open{transform:rotate(180deg)}.calendar-legend-list{display:none;flex-direction:column;gap:12px}.calendar-legend-list.open{display:flex}.calendar-upcoming-list{display:flex;flex-direction:column;gap:12px}.calendar-legend-item,.calendar-upcoming-item{width:100%;border:none;text-align:left;font:inherit;cursor:pointer}.calendar-legend-item{display:flex;gap:12px;align-items:flex-start;background:transparent;padding:0;min-width:0}.calendar-legend-item:hover .calendar-legend-text strong,.calendar-upcoming-item:hover strong{color:#315caa}.calendar-legend-color{width:12px;height:12px;border-radius:999px;margin-top:4px;flex-shrink:0}.calendar-legend-text{display:flex;flex-direction:column;gap:4px;min-width:0}.calendar-legend-text strong{color:#14213d;font-size:.95rem;overflow-wrap:anywhere}.calendar-legend-text span{color:#6d7b93;font-size:.84rem;line-height:1.45}.calendar-upcoming-item{padding:14px;border-radius:18px;background:#f8fbff;border:1px solid #e3ebf6;min-width:0}.calendar-upcoming-item:hover{border-color:#c8d8f2;background:#f2f6ff}.calendar-upcoming-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.calendar-upcoming-top strong{color:#14213d;font-size:.95rem;min-width:0;overflow-wrap:anywhere}.calendar-upcoming-item p{margin:0;color:#6d7b93;font-size:.84rem;line-height:1.45}.calendar-phase-badge{min-height:26px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;font-size:.75rem;font-weight:800;flex-shrink:0}.calendar-phase-ongoing{background:#e8f8ef;color:#159a56}.calendar-phase-upcoming{background:#eaf1ff;color:#315caa}.calendar-phase-past{background:#eef2f7;color:#66748c}.calendar-muted{color:#6d7b93;line-height:1.6;margin:0}.calendar-empty-state{padding:8px 0}@media(max-width:900px){.calendar-hero,.calendar-layout{grid-template-columns:1fr}.calendar-summary-card{max-width:360px}.calendar-page{gap:24px;border-radius:26px}.calendar-grid,.calendar-weekdays{gap:8px}.calendar-day{min-height:112px;padding:8px;border-radius:14px}.calendar-event-pill{font-size:.7rem}}@media(max-width:760px){.calendar-page{padding:18px 12px;gap:18px;border-radius:20px}.calendar-summary-card{width:100%;max-width:none;padding:16px;border-radius:18px}.calendar-summary-value{font-size:2.4rem}.calendar-toolbar{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:12px}.calendar-month-nav{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:8px}.calendar-month-title{min-width:0;text-align:center;font-size:1.05rem}.calendar-nav-button,.calendar-today-button{height:40px;border-radius:12px}.calendar-today-button{width:100%}.calendar-weekdays{gap:4px;margin-bottom:6px}.calendar-weekdays span{text-align:center;padding:0;font-size:.68rem}.calendar-grid{gap:4px}.calendar-day{min-height:58px;padding:5px;border-radius:10px;gap:4px}.calendar-day-header{justify-content:center}.calendar-day-number{font-size:.72rem}.calendar-day-events{gap:3px;align-items:center}.calendar-event-pill{width:100%;min-height:5px;height:5px;padding:0;border-radius:999px;font-size:0;line-height:0}.calendar-more-events{padding:0;font-size:.58rem;line-height:1;text-align:center}.calendar-day-expanded{top:calc(100% + 6px);width:240px;max-width:240px}.calendar-day-col-0 .calendar-day-expanded,.calendar-day-col-1 .calendar-day-expanded{left:0;right:auto;transform:none}.calendar-day-col-5 .calendar-day-expanded,.calendar-day-col-6 .calendar-day-expanded{left:auto;right:0;transform:none}.calendar-day-col-2 .calendar-day-expanded,.calendar-day-col-3 .calendar-day-expanded,.calendar-day-col-4 .calendar-day-expanded{left:50%;right:auto;transform:translate(-50%)}.calendar-sidebar{gap:14px}.calendar-side-panel{padding:16px;border-radius:18px}.calendar-legend-list.open{max-height:280px;overflow-y:auto;padding-right:4px}.calendar-upcoming-top{align-items:flex-start}}@media(max-width:480px){.calendar-page{padding:16px 10px;border-radius:18px}.calendar-title{font-size:1.7rem;letter-spacing:-.03em}.calendar-grid,.calendar-weekdays{gap:3px}.calendar-nav-button,.calendar-today-button{height:40px}.calendar-nav-button{width:40px}.calendar-day{min-height:50px;padding:4px;border-radius:8px}.calendar-day-number{font-size:.68rem}.calendar-event-pill{height:4px;min-height:4px}.calendar-more-events{font-size:.52rem}.calendar-summary-value{font-size:2.4rem}.calendar-upcoming-top{flex-direction:column;align-items:flex-start}}@media(max-width:380px){.calendar-page{padding:14px 8px}.calendar-day{min-height:46px;padding:3px}.calendar-day-number,.calendar-weekdays span{font-size:.62rem}.calendar-event-pill{height:3px;min-height:3px}}.statistics-page{--statistics-primary: #315caa;display:flex;flex-direction:column;gap:24px;width:min(1180px,100%);margin:0 auto}.statistics-hero{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:stretch;padding:clamp(18px,3vw,28px);border-radius:28px;background:#fff;border:1px solid #e6edf7;box-shadow:0 12px 30px #0f172a0d}.statistics-hero-text{display:flex;flex-direction:column;gap:8px;min-width:0}.statistics-title{margin:0;font-size:clamp(1.55rem,5vw,3.25rem);line-height:1.05;color:var(--text);letter-spacing:-.04em}.statistics-subtitle,.statistics-muted{margin:0;color:#6c7a92;line-height:1.6;font-size:clamp(.9rem,1.8vw,.98rem)}.statistics-hero-badge{min-width:180px;padding:20px 22px;border-radius:22px;background:#f8fbff;border:1px solid #dce7fb;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.statistics-hero-badge span{font-size:.85rem;font-weight:600;color:#6b7a94}.statistics-hero-badge strong{font-size:clamp(1.6rem,4vw,2.2rem);line-height:1;color:#12203a}.statistics-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.statistics-stat-card{background:#fff;border:1px solid #e6edf7;border-radius:22px;padding:20px;box-shadow:0 10px 24px #0f172a0a;display:flex;flex-direction:column;gap:8px;min-height:120px;justify-content:center;min-width:0}.statistics-stat-label{font-size:.9rem;font-weight:600;color:#72829c;line-height:1.4}.statistics-stat-value{font-size:clamp(1.35rem,3vw,1.8rem);line-height:1.1;color:#12203a;font-weight:800;overflow-wrap:anywhere}.statistics-stat-hint{font-size:.84rem;color:#8a97ae}.statistics-two-column,.statistics-main-grid,.statistics-highlight-grid{display:grid;gap:20px}.statistics-two-column,.statistics-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.statistics-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.statistics-panel{background:#fff;border:1px solid #e6edf7;border-radius:24px;padding:22px;box-shadow:0 10px 24px #0f172a0a;display:flex;flex-direction:column;gap:18px;min-width:0}.statistics-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.statistics-panel-head h3{margin:0;font-size:clamp(1rem,2vw,1.1rem);font-weight:800;color:#12203a;line-height:1.25}.statistics-eyebrow{margin:0 0 6px;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--statistics-primary)}.statistics-ring-card-body{display:grid;grid-template-columns:160px 1fr;gap:24px;align-items:center}.statistics-ring{width:160px;height:160px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.statistics-ring-inner{width:112px;height:112px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:inset 0 0 0 1px #e6edf8}.statistics-ring-inner strong{font-size:1.7rem;line-height:1;color:#12203a}.statistics-ring-inner span{font-size:.8rem;color:#7a88a2;text-align:center;max-width:80px}.statistics-ring-side{min-width:0}.statistics-ring-info{display:flex;flex-direction:column;gap:10px}.statistics-mini-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:#f8fbff;border:1px solid #e6edf7}.statistics-mini-row span{color:#66758f;font-size:.92rem}.statistics-mini-row strong{color:#12203a;font-size:1rem;flex-shrink:0}.statistics-highlight-card{min-height:180px;justify-content:space-between;gap:14px}.statistics-highlight-card .statistics-muted{line-height:1.45}.statistics-highlight-value{font-size:clamp(1.3rem,3vw,1.9rem);line-height:1.15;font-weight:800;color:#12203a;word-break:break-word;overflow-wrap:anywhere}.statistics-bar-list{display:flex;flex-direction:column;gap:14px}.statistics-bar-row{display:flex;flex-direction:column;gap:8px}.statistics-bar-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.statistics-bar-top span{color:#4a5d7d;font-weight:600;min-width:0;overflow-wrap:anywhere}.statistics-bar-top strong{color:#12203a;font-weight:800;flex-shrink:0}.statistics-bar-track{width:100%;height:12px;border-radius:999px;background:#edf2fb;overflow:hidden}.statistics-bar-fill{height:100%;border-radius:999px;background:var(--statistics-primary)}.statistics-empty-card{background:#fff;border:1px solid #e6edf7;border-radius:28px;padding:44px 32px;text-align:center;box-shadow:0 10px 24px #0f172a0a}.statistics-empty-card h2{margin:0 0 12px;color:#12203a;font-size:clamp(1.3rem,3vw,1.6rem)}.statistics-empty-card p{margin:0;color:#6c7a92;line-height:1.6}@media(max-width:1100px){.statistics-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.statistics-highlight-grid{grid-template-columns:1fr}}@media(max-width:900px){.statistics-hero,.statistics-two-column,.statistics-main-grid{grid-template-columns:1fr}.statistics-hero-badge{width:100%;min-width:0}.statistics-ring-card-body{grid-template-columns:1fr;gap:18px}}@media(max-width:640px){.statistics-page{gap:14px;width:100%}.statistics-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.statistics-highlight-grid,.statistics-two-column,.statistics-main-grid{grid-template-columns:1fr;gap:14px}.statistics-hero,.statistics-panel,.statistics-empty-card{border-radius:18px;padding:16px}.statistics-stat-card{min-height:auto;padding:14px;border-radius:18px;gap:6px}.statistics-title{letter-spacing:-.03em}.statistics-subtitle,.statistics-muted{line-height:1.5}.statistics-hero{gap:14px}.statistics-hero-badge{padding:14px 16px;border-radius:16px}.statistics-stat-label{font-size:.78rem;line-height:1.35}.statistics-stat-value{font-size:1.25rem}.statistics-panel{gap:14px}.statistics-panel-head{gap:10px}.statistics-ring-card-body{gap:14px;justify-items:center}.statistics-ring{width:112px;height:112px}.statistics-ring-inner{width:78px;height:78px;gap:2px}.statistics-ring-inner strong{font-size:1.15rem}.statistics-ring-inner span{font-size:.68rem;max-width:58px;line-height:1.2}.statistics-ring-side{width:100%}.statistics-mini-row{padding:10px 12px;border-radius:12px}.statistics-mini-row span{font-size:.84rem}.statistics-mini-row strong{font-size:.92rem}.statistics-highlight-card{min-height:auto;padding:16px}.statistics-highlight-value{font-size:1.35rem}.statistics-highlight-card .statistics-muted{font-size:.92rem}.statistics-bar-list{gap:10px}.statistics-bar-row{gap:5px}.statistics-bar-top{gap:10px}.statistics-bar-top span{font-size:.9rem;line-height:1.35}.statistics-bar-top strong{font-size:.92rem}.statistics-bar-track{height:8px}.statistics-empty-card{padding:28px 18px}}@media(max-width:420px){.statistics-page{gap:12px}.statistics-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.statistics-highlight-grid{grid-template-columns:1fr}.statistics-hero,.statistics-panel,.statistics-empty-card{padding:14px;border-radius:16px}.statistics-stat-card{padding:12px;border-radius:16px}.statistics-hero-badge strong{font-size:1.6rem}.statistics-stat-label{font-size:.74rem}.statistics-stat-value{font-size:1.16rem}.statistics-panel-head h3{font-size:.96rem}.statistics-highlight-value{font-size:1.2rem}.statistics-bar-top span{font-size:.88rem}.statistics-bar-top strong{font-size:.9rem}.statistics-ring{width:96px;height:96px}.statistics-ring-inner{width:66px;height:66px}.statistics-ring-inner strong{font-size:1rem}.statistics-ring-inner span{font-size:.62rem;max-width:50px}.statistics-mini-row{padding:9px 10px}.statistics-mini-row span{font-size:.8rem}.statistics-mini-row strong{font-size:.88rem}}@media(max-width:340px){.statistics-stat-grid{grid-template-columns:1fr}.statistics-hero,.statistics-panel,.statistics-stat-card,.statistics-empty-card{padding:12px}.statistics-bar-top,.statistics-mini-row{align-items:flex-start;flex-direction:column;gap:4px}}@media(min-width:641px)and (max-width:900px){.statistics-ring-card-body{grid-template-columns:1fr;justify-items:center;text-align:center}.statistics-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.statistics-highlight-card{min-height:160px}}@media(min-width:421px)and (max-width:640px){.statistics-ring-card-body{grid-template-columns:1fr;justify-items:center;text-align:center}.statistics-ring{width:92px;height:92px}.statistics-ring-inner{width:64px;height:64px}.statistics-ring-inner strong{font-size:.95rem}.statistics-ring-inner span{font-size:.58rem}.statistics-mini-row{flex-direction:column;align-items:flex-start}.statistics-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.statistics-highlight-card{padding:12px;min-height:150px}.statistics-highlight-card .statistics-muted{font-size:.78rem;line-height:1.35}.statistics-highlight-value{font-size:1rem}}@media(max-width:420px){.statistics-two-column,.statistics-highlight-grid{grid-template-columns:1fr}}@media(max-width:900px){.statistics-ring-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px}.statistics-ring-card .statistics-panel-head{grid-column:1 / -1}.statistics-ring-card-body{grid-column:1 / -1;display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center}.statistics-ring{width:120px;height:120px}.statistics-ring-inner{width:82px;height:82px}.statistics-ring-inner strong{font-size:1.15rem}.statistics-ring-inner span{font-size:.68rem}}@media(max-width:520px){.statistics-ring-card-body{grid-template-columns:1fr;justify-items:center;text-align:center}.statistics-ring-side,.statistics-ring-info{width:100%}.statistics-mini-row{flex-direction:row;align-items:center}}.templates-page{width:min(1100px,100%);margin:0 auto;padding:clamp(4px,2vw,8px) 0 clamp(24px,5vw,32px)}.templates-page-header{margin-bottom:clamp(20px,4vw,28px)}.templates-page-title{margin:0;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.08;font-weight:800;color:#0f172a;letter-spacing:-.035em}.templates-page-text{margin:10px 0 0;max-width:720px;font-size:clamp(.95rem,2vw,1rem);line-height:1.6;color:#475569}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(265px,100%),1fr));gap:clamp(14px,3vw,22px)}.template-card{position:relative;min-height:clamp(190px,24vw,250px);border-radius:clamp(18px,3vw,26px);overflow:hidden;border:1px solid #e7edf7;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 14px 34px #0f172a0f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.template-card:hover{transform:translateY(-5px);box-shadow:0 22px 42px #0f172a1c;border-color:#c8daf7}.template-card-base{position:relative;z-index:1;height:100%;padding:clamp(20px,4vw,28px);display:flex;justify-content:center;flex-direction:column}.template-card-title{margin:0 0 12px;font-size:clamp(1.45rem,4vw,1.9rem);line-height:1.12;font-weight:800;color:#0f172a}.template-card-description{margin:0;font-size:clamp(.9rem,2vw,.95rem);line-height:1.65;color:#52627c;max-width:320px}.template-card-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background:#fff9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .22s ease}.template-card:hover .template-card-overlay,.template-card:focus-within .template-card-overlay{opacity:1}.template-card-overlay-button{min-width:170px;height:52px;border:none;border-radius:999px;background:#315caa;color:#fff;font-size:17px;font-weight:700;cursor:pointer;box-shadow:0 16px 32px #315caa47;transition:transform .18s ease,box-shadow .18s ease}.template-card-overlay-button:hover{transform:translateY(-1px) scale(1.01);box-shadow:0 18px 36px #315caa57}.template-modal-backdrop{position:fixed;inset:0;z-index:1000;background:#0f172a6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:clamp(12px,3vw,24px)}.template-modal{width:min(760px,100%);max-height:min(86dvh,760px);overflow:hidden;border-radius:clamp(20px,4vw,28px);background:#fff;border:1px solid #e7edf7;box-shadow:0 28px 70px #0f172a38;padding:clamp(18px,3vw,26px);animation:templateModalIn .18s ease;display:flex;flex-direction:column}@keyframes templateModalIn{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.template-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px;flex-shrink:0}.template-modal-title{margin:0;font-size:clamp(1.45rem,4vw,1.9rem);line-height:1.15;font-weight:800;color:#0f172a}.template-modal-text{margin:8px 0 0;font-size:clamp(.9rem,2vw,.95rem);line-height:1.6;color:#52627c}.template-modal-close{width:42px;height:42px;border:none;border-radius:14px;background:#f3f6fb;color:#0f172a;display:grid;place-items:center;font-size:18px;cursor:pointer;flex-shrink:0;transition:background .18s ease,transform .18s ease}.template-modal-close:hover{background:#e9eef7;transform:scale(1.03)}.template-modal-search{position:relative;margin-bottom:16px;flex-shrink:0}.template-modal-search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#64748b;font-size:17px}.template-modal-search input{width:100%;height:50px;border-radius:16px;border:1px solid #dbe6f4;background:#fff;padding:0 16px 0 44px;font-size:14px;color:#0f172a;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.template-modal-search input:focus{border-color:#315caa;box-shadow:0 0 0 4px #315caa1f}.template-modal-trip-list{max-height:420px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px;min-height:0}.template-modal-trip-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;padding:16px 18px;border-radius:18px;border:1px solid #e5edf8;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;font:inherit}.template-modal-trip-item:hover{border-color:#8fb3ff;box-shadow:0 12px 26px #0f172a14;transform:translateY(-1px)}.template-modal-trip-item:disabled{opacity:.7;cursor:wait}.template-modal-trip-main{display:flex;flex-direction:column;gap:4px;min-width:0}.template-modal-trip-main strong{font-size:16px;color:#0f172a;font-weight:800;overflow-wrap:anywhere}.template-modal-trip-main span{font-size:14px;color:#64748b;line-height:1.45}.template-modal-trip-action{white-space:nowrap;font-size:14px;font-weight:700;color:#315caa;flex-shrink:0}.template-modal-empty{padding:18px;border-radius:18px;border:1px dashed #d6e2f2;background:#f8fbff;color:#64748b;font-size:14px;line-height:1.5}@media(max-width:900px){.templates-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.template-card{min-height:210px}}@media(max-width:700px){.templates-page{padding-bottom:24px}.templates-page-header{margin-bottom:18px}.templates-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.template-card{min-height:190px;cursor:pointer}.template-card:hover{transform:none;box-shadow:0 14px 34px #0f172a0f;border-color:#e7edf7}.template-card-base{min-height:150px;padding:18px}.template-card-title{margin-bottom:8px}.template-card-description{line-height:1.5}.template-card-overlay{position:static;inset:auto;z-index:3;display:flex;opacity:0;visibility:hidden;max-height:0;overflow:hidden;pointer-events:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0 18px;align-items:stretch;justify-content:flex-start;transition:opacity .2s ease,max-height .2s ease,padding .2s ease}.template-card:hover .template-card-overlay,.template-card:focus-within .template-card-overlay{opacity:0;visibility:hidden}.template-card.template-card--active{border-color:#c8daf7;box-shadow:0 18px 38px #0f172a17}.template-card.template-card--active .template-card-overlay{display:flex!important;opacity:1!important;visibility:visible!important;max-height:90px!important;pointer-events:auto!important;padding:0 18px 18px!important}.template-card.template-card--active .template-card-base{padding-bottom:14px}.template-card-overlay-button{width:100%;min-width:0;height:48px;border-radius:16px;font-size:1rem}.template-modal-backdrop{align-items:flex-end;padding:0}.template-modal{width:100%;max-height:90dvh;border-radius:24px 24px 0 0;padding:20px}.template-modal-trip-item{flex-direction:column;align-items:flex-start;gap:8px}.template-modal-trip-action{white-space:normal}}@media(max-width:520px){.templates-grid{grid-template-columns:1fr}.template-card{min-height:auto}.template-card-base{min-height:150px}.template-modal-header{gap:12px}.template-modal-close{width:38px;height:38px;border-radius:12px}.template-modal-search input{height:46px;border-radius:14px}.template-modal-trip-list{gap:10px}.template-modal-trip-item{padding:14px;border-radius:16px}}@media(max-width:360px){.template-card-base{padding:16px}.template-card.template-card--active .template-card-overlay{padding:0 16px 16px!important}.template-modal{padding:16px}.template-modal-title{font-size:1.25rem}.template-modal-text{font-size:.88rem}}@media(max-width:700px){.template-card-base{height:auto!important}.template-card.template-card--active .template-card-overlay{position:static!important;display:flex!important;opacity:1!important;visibility:visible!important;max-height:120px!important;height:auto!important;pointer-events:auto!important;padding:0 18px 18px!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.template-card.template-card--active .template-card-overlay-button{display:block!important;width:100%!important;height:48px!important}}.template-card-base{height:auto!important}.notifications-bell{position:fixed;top:16px;right:16px;z-index:1300}.notifications-bell-trigger{position:relative;width:44px;height:44px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.notifications-bell-trigger:hover{background:#f8fafc}.notifications-bell-icon{font-size:35px;color:var(--text);line-height:1}.notifications-bell-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:18px;text-align:center;border:2px solid white}.notifications-bell-panel{position:absolute;top:58px;right:0;width:320px;max-height:420px;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 18px 48px #0f172a24}.notifications-bell-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef2f7;color:var(--text)}.notifications-bell-body{max-height:390px;overflow-y:auto;padding:10px}.notifications-bell-empty{padding:18px 12px;color:var(--muted);font-size:14px;line-height:1.6}.notifications-bell-item{width:100%;border:none;background:#f8fafc;border-radius:14px;padding:12px;margin-bottom:8px;text-align:left;cursor:pointer;border:1px solid #e8eef5;transition:background .15s ease,border-color .15s ease,transform .15s ease}.notifications-bell-item-top{display:flex;flex-direction:column;gap:4px}.notifications-bell-trip{font-size:.78rem;font-weight:700;color:#2f66e8}.notifications-bell-item.is-read{opacity:.65}.notifications-bell-item:hover{background:#f1f5f9;border-color:#dbe5f0;transform:translateY(-1px)}.notifications-bell-item.is-read{opacity:.72;background:#fcfdff}.notifications-bell-item:last-child{margin-bottom:0}.notifications-bell-item-title{display:block;margin-bottom:6px;color:var(--text);font-size:14px;line-height:1.4}.notifications-bell-item-message{color:var(--muted);font-size:13px;line-height:1.55}@media(max-width:768px){.notifications-bell{top:14px;right:14px;z-index:1300}.notifications-bell-trigger{width:54px;height:54px;border-radius:16px;box-shadow:0 6px 16px #00000014}.notifications-bell-panel{width:min(340px,calc(100vw - 28px));right:0}}.privacy-page{min-height:100vh;padding:48px 20px;background:#f4f7fb;color:#1f2937;font-family:inherit}.privacy-card{max-width:860px;margin:0 auto;padding:40px;background:#fff;border-radius:24px;box-shadow:0 18px 45px #0f172a14;font-family:inherit}.privacy-card h1,.privacy-card h2,.privacy-card p,.privacy-card ul,.privacy-card li,.privacy-card strong,.privacy-card button{font-family:inherit}.privacy-card h1{margin:0 0 22px;font-size:2rem;line-height:1.2;font-weight:800;color:#111827}.privacy-card h2{margin:30px 0 10px;font-size:1.15rem;line-height:1.35;font-weight:750;color:#111827}.privacy-card p{margin:0 0 12px;font-size:.98rem;line-height:1.75;color:#40506a}.privacy-card ul{margin:10px 0 18px;padding-left:22px;color:#40506a}.privacy-card li{margin-bottom:8px;font-size:.98rem;line-height:1.65;color:#40506a}.privacy-card strong{font-weight:700;color:#111827}.privacy-actions{margin-top:32px;display:flex;justify-content:center}.privacy-actions .btn-primary{padding:12px 22px;border:none;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer}@media(max-width:1024px){.privacy-page{padding:40px 18px}.privacy-card{max-width:760px;padding:34px}.privacy-card h1{font-size:1.8rem}}@media(max-width:768px){.privacy-page{padding:28px 14px}.privacy-card{padding:28px 24px;border-radius:20px}.privacy-card h1{font-size:1.55rem}.privacy-card h2{font-size:1.05rem;margin-top:24px}.privacy-card p,.privacy-card li{font-size:.94rem;line-height:1.65}}@media(max-width:480px){.privacy-page{padding:18px 10px}.privacy-card{padding:22px 18px;border-radius:18px}.privacy-card h1{font-size:1.35rem}.privacy-card h2{font-size:1rem}.privacy-card ul{padding-left:18px}.privacy-actions{justify-content:stretch}.privacy-actions .btn-primary{width:100%;padding:13px 18px}}@media(max-width:360px){.privacy-card{padding:18px 14px}.privacy-card h1{font-size:1.22rem}.privacy-card p,.privacy-card li{font-size:.9rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
