*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937}.app{display:flex;flex-direction:column;height:100dvh}.app__content{flex:1 1 auto;min-height:0;position:relative;display:flex;flex-direction:column}.topbar{position:sticky;top:0;flex:0 0 auto;background:#0f172ad9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;padding:12px 18px;display:flex;align-items:center;gap:18px;box-shadow:0 2px 8px #00000026;z-index:1100;flex-wrap:wrap}.topbar h1{font-size:15px;font-weight:700;margin:0}.topbar__brand{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.topbar__logo{width:24px;height:24px;display:block}.topbar__spacer{flex:1 1 auto;min-width:16px}.view-toggle{display:inline-flex;gap:3px;padding:3px;background:#ffffff14;border-radius:8px}.view-toggle__btn{border:none;background:transparent;color:#fff9;font-size:12px;font-weight:600;padding:5px 12px;border-radius:6px;cursor:pointer;font-family:inherit;transition:background .12s,color .12s}.view-toggle__btn:not(.view-toggle__btn--active):hover{color:#fff}.view-toggle__btn--active{background:#fff;color:#1f2937}.stop-list{flex:1 1 auto;min-height:0;padding:24px 24px 32px;overflow-y:auto;background:#f8fafc}.stop-list__head{max-width:880px;margin:0 auto 20px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.stop-list__title{font-size:22px;font-weight:700;color:#1f2937;margin:0}.stop-list__sub{font-size:13px;color:#64748b;margin-top:4px}.stop-list__total{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.stop-list__total-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.stop-list__total-value{font-size:20px;font-weight:700;color:#1f2937;margin-top:2px}.stop-list__items{list-style:none;margin:0 auto;padding:0;max-width:880px;display:flex;flex-direction:column;gap:8px}.stop-list__empty{max-width:880px;margin:40px auto;text-align:center;font-size:14px;color:#94a3b8}.stop-list__orphans{max-width:880px;margin:24px auto 0}.stop-list__orphans-title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:600;margin-bottom:8px}.stop-row{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:start;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 2px #00000008}.stop-row--draggable{cursor:grab}.stop-row--dragging{opacity:.5;cursor:grabbing}.stop-form__home-toggle,.create-trip__home-opt{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#334155;cursor:pointer}.create-trip__home-opts{display:flex;flex-direction:column;gap:8px}.stop-row__pin{width:36px;height:36px;border-radius:50%;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.stop-row__name{display:flex;align-items:center;gap:8px}.stop-row__name strong{font-size:15px;color:#1f2937}.stop-row__flag{font-size:16px}.stop-row__meta{font-size:12px;color:#64748b;margin-top:2px;display:flex;gap:4px;flex-wrap:wrap;align-items:baseline;line-height:1.4}.stop-row__meta span{display:inline-flex;align-items:baseline;gap:4px}.stop-row__expenses{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.stop-row__meta-total{font-weight:700;color:#1f2937}.stop-row__meta-total--btn{border:none;background:none;padding:0;font:inherit;font-weight:700;color:#2563eb;cursor:pointer}.stop-row__meta-total--btn:hover{text-decoration:underline}.row-menu{position:relative}.row-menu__trigger{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #e2e8f0;background:transparent;color:#64748b;border-radius:8px;padding:0;font-size:18px;line-height:1;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.row-menu__trigger:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1f2937}.row-menu__menu{position:absolute;top:calc(100% + 4px);right:0;z-index:20;min-width:160px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 6px 20px #0000001a;padding:4px;display:flex;flex-direction:column}.row-menu__item{text-align:left;background:none;border:none;border-radius:6px;padding:8px 10px;font-size:13px;color:#1f2937;cursor:pointer;white-space:nowrap}.row-menu__item:hover{background:#f1f5f9}.expense-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.expense-list__item{display:flex;align-items:stretch;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.expense-list__main{flex:1;display:flex;align-items:center;gap:10px;text-align:left;background:transparent;border:none;padding:6px 10px;cursor:pointer;min-width:0}.expense-list__main:disabled{cursor:default}.expense-list__main:not(:disabled):hover{background:#f1f5f9}.expense-list__icon{font-size:16px}.expense-list__text{display:flex;flex-direction:column;flex:1;min-width:0;gap:3px}.expense-list__label{font-size:13px;color:#1f2937;font-weight:600}.expense-list__meta{font-size:11px;color:#64748b}.expense-list__amount{font-size:13px;font-weight:700;color:#1f2937;white-space:nowrap}.expense-list__link{display:flex;align-items:center;padding:0 10px;border:none;border-left:1px solid #e2e8f0;color:#2563eb;text-decoration:none;font-size:14px}.expense-list__link:hover{background:#eff6ff}.balances{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;margin-bottom:16px}.balances__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.balances__title{font-weight:700;color:#1f2937}.balances__total{font-size:13px;color:#64748b}.balances__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.balances__row{display:flex;align-items:baseline;gap:6px;font-size:14px;color:#475569}.balances__row strong{color:#1f2937}.balances__amount{margin-left:auto;font-weight:700;color:#1f2937}.modal--expense{max-width:520px}.feed-page,.profile-page{display:flex;flex-direction:column;min-height:100dvh}.feed-page__body,.profile-page__body{flex:1 1 auto;width:100%;max-width:640px;margin:0 auto;padding:24px 16px 32px}.feed-list,.profile-trips,.feed-suggestions__list{list-style:none;margin:0;padding:0}.feed-card,.profile-trip{padding:14px 16px;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px;background:#fff}.feed-card__line{font-size:15px;color:#1f2937}.feed-card__sub{font-size:13px;color:#64748b;margin-top:2px}.feed-card__who{color:#2563eb;font-weight:600;text-decoration:none}.feed-card__who:hover{text-decoration:underline}.feed-empty{color:#64748b;padding:24px 8px;text-align:center}.feed-suggestions{margin-top:28px}.feed-suggestions h3{font-size:14px;color:#64748b;margin:0 0 10px}.feed-suggestion{display:flex;align-items:center;justify-content:space-between;padding:10px 4px;border-bottom:1px solid #f1f5f9}.feed-suggestion__follow,.profile-page__follow{border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer}.feed-suggestion__follow:disabled,.profile-page__follow:disabled{background:#fff;color:#2563eb}.profile-page__header{padding:8px 4px 20px;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.profile-page__header h1{margin:0 0 6px;font-size:22px}.profile-page__stats{display:flex;gap:16px;font-size:14px;color:#64748b}.profile-page__location{margin-top:8px;color:#1f2937;font-size:14px}.profile-page__follow{margin-top:14px}.profile-page__stat{background:none;border:0;padding:0;cursor:pointer;font-size:14px;color:#64748b}.profile-page__stat strong{color:#1f2937}.profile-page__stat:hover,.profile-page__stat--active{color:#2563eb}.profile-page__follows{margin-bottom:16px}.follow-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.follow-list__row{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;border-bottom:1px solid #f1f5f9}.follow-list__main{display:flex;align-items:center;gap:8px}.follow-list__badge{font-size:11px;font-weight:600;color:#16a34a;background:#f0fdf4;border-radius:4px;padding:1px 6px}.follow-list__handle{font-weight:600;color:#1f2937;text-decoration:none}.follow-list__handle:hover{color:#2563eb}.follow-list__follow{background:#fff;border:1px solid #2563eb;color:#2563eb;border-radius:6px;padding:4px 12px;font-size:13px;cursor:pointer}.follow-list__follow:hover{background:#eff6ff}.profile-trip__title{font-weight:600;color:#1f2937}.profile-trip__meta{font-size:13px;color:#64748b;margin-top:2px;display:flex;gap:4px;flex-wrap:wrap}.profile-trip__status--traveling{color:#16a34a;font-weight:600}.profile-trip__status--planning{color:#2563eb;font-weight:600}.expense-form__scan{width:100%;padding:10px;border:1px dashed #94a3b8;border-radius:8px;background:#f8fafc;color:#2563eb;font-weight:600;font-size:14px;font-family:inherit;cursor:pointer}.expense-form__scan:hover:not(:disabled){background:#f1f5f9}.expense-form__scan:disabled{opacity:.6;cursor:default}.expense-form__more{border-top:1px solid #e2e8f0;padding-top:4px}.expense-form__more>summary{cursor:pointer;font-size:13px;font-weight:600;color:#2563eb;padding:6px 0;list-style:none}.expense-form__more>summary::-webkit-details-marker{display:none}.expense-form__more>summary:before{content:"▸ "}.expense-form__more[open]>summary:before{content:"▾ "}.expense-form__more>*:not(summary){margin-top:12px}.expense-form__people{display:flex;flex-wrap:wrap;gap:10px 16px}.expense-form__person{display:flex;align-items:center;gap:6px;font-size:14px;color:#1f2937}.leg-row{display:flex;flex-direction:column;align-items:center;gap:0;padding:0 12px}.leg-row__rail{width:2px;height:14px;background:#cbd5e1}.leg-row__chip{background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;color:#1f2937;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .12s,border-color .12s,color .12s;box-shadow:0 1px 2px #0f172a0a}.leg-row__chip:hover:not(:disabled){border-color:#2563eb;color:#2563eb}.leg-row__chip--unchosen{border-style:dashed;color:#64748b}.leg-row__chip--chosen{background:#0e749014;border-color:#0e749066;color:#0e7490}.leg-row__chip--chosen:hover:not(:disabled){background:#0e749024;border-color:#0e749099;color:#0e7490}.leg-row__chip--readonly{cursor:default;opacity:.85}.leg-row__chip-icon{font-size:14px}.leg-row__chip-main{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.leg-row__chip-mode{font-weight:700;font-size:12px}.leg-row__chip-meta{font-size:11px;color:#475569;font-weight:500}.leg-row__chip--chosen .leg-row__chip-meta{color:#0e7490;opacity:.8}.modal--leg-picker{max-width:520px}.leg-picker__tabs{display:flex;gap:6px;margin-bottom:14px;border-bottom:1px solid #e2e8f0}.leg-picker__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;transition:color .12s,border-color .12s}.leg-picker__tab:hover:not(:disabled){color:#0f172a}.leg-picker__tab:disabled{opacity:.5;cursor:not-allowed}.leg-picker__tab--active{color:#0f766e;border-bottom-color:#0f766e}.leg-picker__loading,.leg-picker__empty,.leg-picker__error{font-size:13px;color:#94a3b8;text-align:center;padding:24px 0}.leg-picker__error{color:#b91c1c}.leg-picker__options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.leg-picker__option{display:grid;grid-template-columns:auto 1fr auto;gap:6px 12px;align-items:center;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;text-align:left;font-family:inherit;cursor:pointer;transition:border-color .12s,background .12s}.leg-picker__option:hover:not(:disabled){border-color:#2563eb;background:#f8fafc}.leg-picker__option:disabled{opacity:.5;cursor:not-allowed}.leg-picker__option--chosen{background:#0e749014;border-color:#0e749066;cursor:default}.leg-picker__option--chosen .leg-picker__cost-tickets,.leg-picker__option--chosen .leg-picker__tickets-total,.leg-picker__option--chosen .leg-picker__external,.leg-picker__option--chosen .leg-picker__actions{grid-column:1 / -1}.leg-picker__option--chosen .leg-picker__cost-tickets{margin-top:8px}.leg-picker__hint{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.leg-picker__option-mode{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:#1f2937}.leg-picker__option-icon{font-size:16px}.leg-picker__option-meta{display:inline-flex;gap:4px;font-size:12px;color:#475569;justify-self:end;font-variant-numeric:tabular-nums}.leg-picker__option-label{grid-column:1 / -1;font-size:13px;color:#1f2937}.leg-picker__option-desc{grid-column:1 / -1;font-size:12px;color:#64748b;line-height:1.4}.leg-picker__option-tag{grid-column:1 / -1;font-size:10px;font-weight:700;color:#0e7490;text-transform:uppercase;letter-spacing:.06em;justify-self:start}.leg-picker__actions{display:flex;justify-content:flex-end;margin-top:12px}.leg-picker__clear{background:transparent;border:none;color:#b91c1c;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.leg-picker__clear:hover{text-decoration:underline}.leg-picker__cost-field{display:flex;flex-direction:column;gap:6px}.leg-picker__cost-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;font-weight:600;color:#64748b}.leg-picker__cost-hint{text-transform:none;font-weight:500;letter-spacing:0;color:#94a3b8;margin-left:4px}.leg-picker__cost-row{display:flex;align-items:stretch;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden;background:#fff}.leg-picker__cost-row input{flex:1;border:none;padding:8px 10px;font-size:14px;font-family:inherit;background:transparent;color:#1f2937}.leg-picker__cost-row input:focus{outline:none}.leg-picker__cost-currency{display:inline-flex;align-items:center;padding:0 12px;background:#f1f5f9;border-left:1px solid #e2e8f0;font-size:12px;font-weight:600;color:#64748b}.leg-picker__cost-tickets{display:flex;align-items:flex-end;gap:12px}.leg-picker__cost-field{flex:1;min-width:0}.leg-picker__tickets-field{display:flex;flex-direction:column;gap:6px;flex:none}.leg-picker__cost-row input::-webkit-outer-spin-button,.leg-picker__cost-row input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.leg-picker__cost-row input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.leg-picker__tickets-row input{text-align:center;width:44px;flex:none}.leg-picker__tickets-step{display:inline-flex;align-items:center;justify-content:center;width:34px;border:none;background:#f1f5f9;color:#334155;font-size:18px;font-weight:600;cursor:pointer;font-family:inherit}.leg-picker__tickets-step:first-child{border-right:1px solid #e2e8f0}.leg-picker__tickets-step:last-child{border-left:1px solid #e2e8f0}.leg-picker__tickets-step:hover:not(:disabled){background:#e2e8f0}.leg-picker__tickets-step:disabled{opacity:.4;cursor:default}.leg-picker__tickets-total{margin-top:8px;font-size:12px;font-weight:600;color:#334155}.leg-picker__external{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:600;color:#1f2937;text-decoration:none}.leg-picker__external:hover{background:#f8fafc;border-color:#2563eb;color:#2563eb}.topbar .meta{font-size:12px;color:#94a3b8}.dropdown{position:relative;display:inline-block}.dropdown__trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;font-size:13px;font-family:inherit;cursor:pointer;max-width:260px;border:1px solid}.dropdown--dark .dropdown__trigger{background:#ffffff0f;color:#fff;border-color:#ffffff26}.dropdown--dark .dropdown__trigger:hover:not(:disabled){background:#ffffff1a}.dropdown--light .dropdown__trigger{background:#fff;color:#1f2937;border-color:#cbd5e1;width:100%;max-width:none}.dropdown--light .dropdown__trigger:hover:not(:disabled){border-color:#94a3b8}.dropdown__trigger:disabled{opacity:.5;cursor:not-allowed}.dropdown__trigger-label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__chevron{display:block;flex-shrink:0;color:#ffffffa6}.dropdown--light .dropdown__chevron{color:#64748b}.dropdown__menu{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;max-width:min(340px,calc(100vw - 24px));background:#fff;color:#1f2937;border-radius:8px;box-shadow:0 12px 28px #00000040;padding:4px;z-index:1200}.dropdown__item{display:flex;align-items:center;gap:4px;padding:2px;border-radius:4px}.dropdown__item:hover{background:#f1f5f9}.dropdown__item--active{background:#eff6ff}.dropdown__item--active:hover{background:#dbeafe}.dropdown__item--simple{width:100%;background:transparent;border:none;font-family:inherit;text-align:left;cursor:pointer;padding:6px 10px;font-size:13px;color:inherit}.dropdown__title{flex:1;background:transparent;border:none;text-align:left;padding:6px 8px;font-size:13px;font-family:inherit;color:inherit;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__version{color:#94a3b8;margin-left:6px;font-size:12px}.dropdown__edit-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;font-size:13px;padding:4px 8px;border-radius:4px;font-family:inherit}.dropdown__edit-btn:hover{color:#2563eb;background:#fff}.dropdown__edit{flex:1;padding:6px 8px;border:1px solid #2563eb;border-radius:4px;font-size:13px;font-family:inherit;color:#1f2937;background:#fff}.dropdown__edit:focus{outline:none}.dropdown__edit-row{display:flex;align-items:center;gap:6px;flex:1}.dropdown__edit-date{padding:6px 8px;border:1px solid #2563eb;border-radius:4px;font-size:12px;font-family:inherit;color:#1f2937;background:#fff}.dropdown__edit-confirm,.dropdown__edit-cancel{background:transparent;border:none;cursor:pointer;font-size:14px;padding:4px 6px;border-radius:4px;font-family:inherit}.dropdown__edit-confirm{color:#16a34a}.dropdown__edit-confirm:hover{background:#dcfce7}.dropdown__edit-cancel{color:#94a3b8}.dropdown__edit-cancel:hover{background:#f1f5f9;color:#475569}.chat-fab{position:fixed;bottom:30px;right:20px;padding:12px 18px;background:#2563eb;color:#fff;border:none;border-radius:28px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #2563eb66;z-index:1300;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1}.chat-fab:hover{background:#1d4ed8}.chat-panel{position:fixed;bottom:20px;right:20px;width:400px;max-width:calc(100vw - 40px);height:540px;max-height:calc(100dvh - 100px);background:#fff;color:#1f2937;border-radius:12px;box-shadow:0 20px 50px #00000040;display:flex;flex-direction:column;z-index:1300}.chat-panel__head{padding:12px 16px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;font-size:14px}.chat-panel__close{background:transparent;border:none;font-size:22px;line-height:1;color:#64748b;cursor:pointer;padding:0 4px}.chat-panel__close:hover{color:#1f2937}.chat-panel__messages{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px}.chat-empty{font-size:13px;color:#64748b;line-height:1.5;padding:8px 0}.chat-empty__hint{color:#94a3b8;font-size:12px}.chat-empty em{color:#475569;font-style:normal;background:#f1f5f9;padding:1px 5px;border-radius:3px}.chat-bubble{max-width:86%;padding:9px 12px;border-radius:12px;font-size:13px;line-height:1.45}.chat-bubble--user{align-self:flex-end;background:#2563eb;color:#fff;border-bottom-right-radius:4px}.chat-bubble--assistant{align-self:flex-start;background:#f1f5f9;color:#1f2937;border-bottom-left-radius:4px}.chat-bubble--typing{font-style:italic;color:#94a3b8}.chat-bubble__text{white-space:pre-wrap}.chat-proposal{margin-top:8px;padding-top:8px;border-top:1px solid rgba(15,23,42,.1);font-size:12px}.chat-proposal__summary{color:#475569;margin-bottom:6px}.chat-proposal__actions{display:flex;gap:6px}.chat-proposal__apply,.chat-proposal__discard{padding:5px 12px;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer;border:none;font-family:inherit}.chat-proposal__apply{background:#2563eb;color:#fff}.chat-proposal__apply:hover{background:#1d4ed8}.chat-proposal__discard{background:#fff;color:#475569;border:1px solid #cbd5e1}.chat-proposal__discard:hover{background:#f8fafc}.chat-proposal__status{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.chat-proposal__status--applied{color:#16a34a}.chat-proposal__status--discarded{color:#94a3b8}.chat-panel__head-right{display:flex;align-items:center;gap:10px}.chat-unsaved-chip{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#b45309;background:#fef3c7;padding:3px 8px;border-radius:999px}.chat-unsaved-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;margin:0 12px 8px;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;font-size:12px;color:#92400e}.chat-unsaved-banner__text{line-height:1.3}.chat-unsaved-banner__save{background:#16a34a;color:#fff;border:none;padding:5px 10px;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}.chat-unsaved-banner__save:hover:not(:disabled){background:#15803d}.chat-unsaved-banner__save:disabled{opacity:.5;cursor:not-allowed}.chat-panel__form{display:flex;gap:6px;padding:10px 12px 12px;border-top:1px solid #e2e8f0}.chat-panel__form input{flex:1;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:13px;font-family:inherit;color:#1f2937}.chat-panel__form input:focus{outline:none;border-color:#2563eb}.chat-panel__form button{padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.chat-panel__form button:hover:not(:disabled){background:#1d4ed8}.chat-panel__form button:disabled{opacity:.5;cursor:not-allowed}.brief{display:flex;align-items:center;gap:8px;flex:1;min-width:320px}.brief input{flex:1;padding:8px 12px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;border-radius:6px;font-size:13px;font-family:inherit}.brief input::placeholder{color:#fff6}.brief input:focus{outline:none;border-color:#2563eb;background:#ffffff1a}.brief input:disabled{opacity:.5}.brief button{padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:8px;min-width:140px;justify-content:center}.spinner{width:12px;height:12px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.brief button:hover:not(:disabled){background:#1d4ed8}.brief button:disabled{opacity:.5;cursor:not-allowed}.save-btn{padding:8px 14px;background:#16a34a;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.save-btn:hover:not(:disabled){background:#15803d}.save-btn:disabled{opacity:.5;cursor:not-allowed}.discard-btn{padding:8px 12px;background:transparent;color:#64748b;border:1px solid #cbd5e1;border-radius:6px;font-size:13px;cursor:pointer;font-family:inherit}.discard-btn:hover:not(:disabled){background:#f1f5f9;color:#475569}.discard-btn:disabled{opacity:.5;cursor:not-allowed}.modal--edit{max-width:480px}.modal--create{max-width:560px}.modal--stop{max-width:520px}.modal--itinerary{max-width:640px}.itinerary-edit__body{display:flex;flex-direction:column;gap:20px}.itinerary-edit__stops{display:flex;flex-direction:column;gap:10px}.itinerary-edit__heading{margin:0;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.itinerary-edit__empty{padding:16px;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;font-size:14px;text-align:center}.itinerary-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.itinerary-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.itinerary-row--dragging{opacity:.5}.itinerary-row__handle{cursor:grab;color:#94a3b8;font-size:14px;-webkit-user-select:none;user-select:none}.itinerary-row__num{flex:0 0 auto;min-width:22px;text-align:center;font-weight:600;font-size:13px;color:#475569}.itinerary-row__main{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.itinerary-row__name{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.itinerary-row__meta{font-size:12px;color:#64748b}.itinerary-row__actions{display:flex;align-items:center;gap:4px}.itinerary-row__action{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;cursor:pointer;font-size:13px;line-height:1}.itinerary-row__action:hover{background:#eef2f7}.itinerary-row__action--on{background:#ecfdf5;border-color:#6ee7b7}.itinerary-row__action--danger:hover{background:#fef2f2;border-color:#fecaca}.itinerary-edit__add{align-self:flex-start;padding:8px 14px;border:1px dashed #6366f1;border-radius:8px;background:#eef2ff;color:#4338ca;font-weight:600;font-size:13px;cursor:pointer;font-family:inherit}.itinerary-edit__add:hover{background:#e0e7ff}.itinerary-edit__footer{display:flex;justify-content:flex-end}.create-trip__cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.create-trip__card{display:flex;flex-direction:column;gap:6px;text-align:left;padding:18px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;cursor:pointer;transition:border-color .15s,background .15s,transform .05s}.create-trip__card:hover{border-color:#2563eb;background:#fff}.create-trip__card:active{transform:translateY(1px)}.create-trip__card-icon{font-size:22px}.create-trip__card-title{font-weight:700;color:#1f2937;font-size:14px}.create-trip__card-hint{font-size:12px;color:#64748b;line-height:1.4}.create-trip__form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:4px}.field__label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.field__control{width:100%;padding:9px 11px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;color:#1f2937;box-sizing:border-box}.field__control:focus{outline:none;border-color:#2563eb}.field__control:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.field__control--textarea{resize:vertical;min-height:96px}.field__hint{font-size:11px;color:#94a3b8;margin-top:6px}.field__error{font-size:11px;color:#b91c1c}.create-trip__hint{font-size:11px;color:#94a3b8}.create-trip__error{background:#dc262614;color:#b91c1c;border-radius:6px;padding:8px 10px;font-size:12px}.create-trip__actions{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:4px}.create-trip__back{background:transparent;border:none;color:#64748b;font-size:13px;cursor:pointer;padding:6px 4px}.create-trip__back:hover{color:#1f2937}.create-trip__back:disabled{opacity:.5;cursor:not-allowed}.create-trip__primary{background:#2563eb;color:#fff;border:none;padding:9px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.create-trip__primary:hover:not(:disabled){background:#1d4ed8}.create-trip__primary:disabled{opacity:.5;cursor:not-allowed}.share-btn,.create-trip-btn{display:inline-flex;align-items:center;gap:6px;color:#fff;border:1px solid transparent;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:600;line-height:20px;cursor:pointer;white-space:nowrap}.create-trip-btn{background:#2563eb}.create-trip-btn:hover:not(:disabled){background:#1d4ed8}.create-trip-btn:disabled{opacity:.5;cursor:not-allowed}.create-trip-btn .spinner{margin-right:6px}.share-btn{background:#ffffff14;border-color:#ffffff26}.share-btn:hover{background:#ffffff29}.modal--share{max-width:560px}.share__invite{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.share__invite-row{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center}.share__invite-row>*{min-width:0}.share__role-dd{display:block}.share__role-dd .dropdown__trigger{width:100%;min-width:96px;min-height:38px}.share__invite-btn{background:#2563eb;color:#fff;border:none;padding:9px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.share__invite-btn:hover:not(:disabled){background:#1d4ed8}.share__invite-btn:disabled{opacity:.5;cursor:not-allowed}.share__hint{font-size:11px;color:#94a3b8;line-height:1.4}.share__link{display:flex;flex-direction:column;gap:4px;background:#f1f5f9;border-radius:6px;padding:8px 10px;font-size:12px;color:#475569;margin-bottom:12px}.share__link input{padding:6px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:12px;font-family:ui-monospace,SFMono-Regular,monospace;background:#fff}.share__error,.share__loading,.share__empty{font-size:12px;color:#94a3b8}.share__error{color:#b91c1c}.share__list{margin-top:8px}.share__list-title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:#64748b;margin-bottom:8px}.share__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.share__row{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px}.share__row-email{font-size:13px;color:#1f2937;font-weight:600}.share__row-handle{margin-left:8px;font-size:12px;font-weight:500;color:#2563eb;text-decoration:none}.share__row-handle:hover{text-decoration:underline}.share__row-status{font-size:11px;color:#94a3b8}.share__row select{padding:6px 8px;border:1px solid #cbd5e1;border-radius:6px;font-size:12px;background:#fff;color:#1f2937;font-family:inherit}.share__row-remove{background:transparent;border:none;color:#b91c1c;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.share__row-remove:hover{text-decoration:underline}.invite-page{min-height:100dvh;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:24px}.invite-page__card{max-width:460px;width:100%;background:#fff;border-radius:14px;padding:32px;box-shadow:0 8px 32px #0f172a0f}.invite-page__card--error{text-align:center}.invite-page__card h1{margin:0 0 12px;font-size:22px;color:#1f2937}.invite-page__trip{color:#2563eb}.invite-page__lede{color:#475569;font-size:14px;line-height:1.5;margin:0 0 18px}.invite-page__warn{background:#fef3c7;color:#92400e;border-radius:8px;padding:10px 12px;font-size:13px;margin-bottom:14px}.invite-page__success{color:#16a34a;font-weight:600}.invite-page__error{color:#b91c1c;font-size:13px;margin-top:10px}.invite-page__primary{background:#2563eb;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.invite-page__primary:hover:not(:disabled){background:#1d4ed8}.invite-page__primary:disabled{opacity:.5;cursor:not-allowed}.stop-form__field{display:flex;flex-direction:column;gap:4px}.stop-form__label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.stop-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stop-form__row--place-nights{grid-template-columns:1fr 90px;align-items:start}.stop-form__hint{font-size:11px;color:#94a3b8}.stop-form__error{background:#dc262614;color:#b91c1c;border-radius:6px;padding:8px 10px;font-size:12px}.stop-form__home-toggle{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#1f2937;cursor:pointer}.stop-form__home-toggle input{margin:0}.stop-form__home-toggle strong{color:#1f2937}.place-search{position:relative}.place-search__results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 8px 24px #00000014;z-index:10;max-height:240px;overflow-y:auto}.place-search__result{display:block;width:100%;text-align:left;background:transparent;border:none;padding:10px 12px;font-size:13px;cursor:pointer;border-bottom:1px solid #f1f5f9}.place-search__result:last-child{border-bottom:none}.place-search__result:hover,.place-search__result--active{background:#f1f5f9}.place-search__result-name{font-weight:600;color:#1f2937}.place-search__result-meta{font-size:11px;color:#64748b;margin-top:2px}.place-search__loading,.place-search__empty{padding:10px 12px;font-size:12px;color:#94a3b8}.empty-stops{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center;z-index:5;pointer-events:none}.empty-stops__panel{pointer-events:auto;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;box-shadow:0 10px 30px #00000014;max-width:380px}.empty-stops__title{font-weight:700;color:#1f2937;margin-bottom:6px}.empty-stops__hint{font-size:13px;color:#64748b;margin-bottom:14px;line-height:1.5}.empty-stops__cta{background:#2563eb;color:#fff;border:none;padding:9px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.empty-stops__cta:hover{background:#1d4ed8}.add-stop-fab{position:absolute;bottom:24px;left:24px;background:#fff;border:1px solid #cbd5e1;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:600;color:#1f2937;cursor:pointer;box-shadow:0 4px 12px #0000001f;z-index:400}.add-stop-fab:hover{background:#f8fafc;border-color:#2563eb;color:#2563eb}.trip-edit__form{display:flex;flex-direction:column;gap:14px}.trip-edit__field{display:flex;flex-direction:column;gap:4px}.trip-edit__label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.trip-edit__field input{padding:8px 10px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;color:#1f2937;background:#fff}.trip-edit__field input:focus{outline:2px solid #6366f1;outline-offset:-1px}.trip-edit__field input:disabled{background:#f1f5f9;color:#94a3b8}.trip-edit__hint{font-size:11px;color:#94a3b8}.trip-edit__error{font-size:12px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:8px 10px}.trip-edit__actions{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:4px}.trip-edit__actions-right{display:flex;gap:8px}.trip-edit__cancel,.trip-edit__save{border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid transparent}.trip-edit__cancel{background:#fff;border-color:#cbd5e1;color:#475569}.trip-edit__cancel:hover:not(:disabled){background:#f8fafc}.trip-edit__save{background:#4f46e5;color:#fff}.trip-edit__save:hover:not(:disabled){background:#4338ca}.trip-edit__save:disabled,.trip-edit__cancel:disabled{opacity:.6;cursor:not-allowed}.trip-edit__visibility{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.trip-edit__radio{display:flex;align-items:baseline;gap:8px;font-size:13px;cursor:pointer}.trip-edit__share{display:flex;gap:6px;margin-top:4px}.trip-edit__share input{flex:1;font-size:12px;padding:4px 6px;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:#334155}.trip-edit__share button{padding:4px 10px;font-size:12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;cursor:pointer;font-family:inherit}.trip-edit__delete{margin-right:auto;padding:7px 12px;font-size:13px;border:1px solid #fecaca;border-radius:6px;background:#fff;color:#dc2626;cursor:pointer;font-family:inherit}.trip-edit__delete:hover:not(:disabled){background:#fef2f2}.trip-edit__delete:disabled{opacity:.6;cursor:not-allowed}.summary__dates{font-size:13px;color:#475569;font-weight:600;margin:-8px 0 12px}.summary__lede{color:#475569;font-size:13px;line-height:1.55;margin:0 0 16px}.summary__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;padding:14px 0;margin-bottom:16px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.summary__stat{padding:4px 8px}.summary__stat-value{font-size:15px;font-weight:700;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary__stat-value--strong{color:#16a34a;font-size:17px}.summary__stat-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.summary__stops{display:flex;flex-direction:column;gap:10px}.stop-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.stop-card[open]{background:#fff}.stop-card__head{list-style:none;display:grid;grid-template-columns:12px 22px 1fr 100px 36px 130px;align-items:center;gap:10px;padding:10px 14px;cursor:pointer}.stop-card__head::-webkit-details-marker{display:none}.stop-card__head:before{content:"▸";color:#94a3b8;font-size:10px;transition:transform .15s;line-height:1}.stop-card[open] .stop-card__head:before{transform:rotate(90deg)}.stop-card__num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:11px;background:#2563eb;color:#fff;font-size:11px;font-weight:700}.stop-card__name{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1f2937;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stop-card__flag{font-size:16px}.stop-card__type{font-size:12px;color:#64748b;text-transform:capitalize;display:flex;align-items:center;gap:4px}.stop-card__type-icon{font-size:13px}.stop-card__nights{font-size:12px;color:#64748b;text-align:right}.stop-card__dates{font-size:12px;color:#475569;text-align:right;font-variant-numeric:tabular-nums}.stop-card__body{padding:0 14px 14px 32px}.stop-card__highlights{font-size:13px;color:#334155;line-height:1.5;margin:0 0 10px}.stop-card__row{display:flex;gap:8px;align-items:baseline;font-size:12px;color:#475569;margin-bottom:6px}.stop-card__row-label{font-weight:600;color:#1e293b;min-width:70px}.stop-card__local{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;margin-bottom:6px}.stop-card__details{margin-top:10px;font-size:12px}.stop-card__details summary{cursor:pointer;font-weight:600;color:#1e293b;padding:2px 0}.stop-card__details p{color:#475569;margin:6px 0;line-height:1.5}.stop-card__details a{color:#2563eb;font-size:11px}.chip{display:inline-flex;align-items:center;gap:4px;font-size:11px}.chip__label{color:#94a3b8}.chip__value{font-weight:600;color:#1e293b;padding:2px 8px;background:#f1f5f9;border-radius:10px}.chip__value--good{background:#dcfce7;color:#166534}.chip__value--ok{background:#fef9c3;color:#854d0e}.chip__value--warn{background:#ffedd5;color:#9a3412}.chip__value--bad{background:#fee2e2;color:#991b1b}.stop-plan{margin-top:14px}.stop-plan__cta{width:100%;padding:10px 14px;background:#eff6ff;color:#1d4ed8;border:1px dashed #93c5fd;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.stop-plan__cta:hover{background:#dbeafe;border-style:solid}.stop-plan__loading{padding:12px;font-size:12px;color:#2563eb;font-style:italic}.stop-plan__error{padding:12px;font-size:12px;color:#b91c1c;background:#fef2f2;border-radius:6px}.stop-plan__days{display:flex;flex-direction:column;gap:8px}.day-card{border:1px solid #e2e8f0;border-radius:6px;padding:10px 12px;background:#fff}.day-card__head{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.day-card__num{font-size:11px;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.04em}.day-card__title{font-size:13px;color:#1f2937;font-weight:600}.day-card__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.day-item{font-size:12px}.day-item__head{display:flex;align-items:baseline;gap:6px}.day-item__icon{font-size:13px}.day-item__title{color:#1f2937;flex:1}.day-item__cost{color:#16a34a;font-weight:600;font-size:11px;white-space:nowrap}.day-item__desc{color:#64748b;margin:2px 0 0 22px;line-height:1.4}.day-item__book{display:inline-block;margin:4px 0 0 22px;font-size:11px;color:#ea580c;font-weight:600;text-decoration:none}.day-item__book:hover{text-decoration:underline}.profile{position:relative;margin-left:auto}.profile__btn{width:36px;height:36px;border-radius:50%;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15);font-size:16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.profile__btn:hover{background:#ffffff29}.profile__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100}.profile__menu{position:absolute;top:44px;right:0;background:#fff;color:#1f2937;border-radius:8px;box-shadow:0 10px 25px #0003;min-width:200px;padding:4px;z-index:1200}.profile__menu-item{display:block;width:100%;padding:8px 12px;background:transparent;border:none;text-align:left;font-size:13px;cursor:pointer;border-radius:4px;font-family:inherit;color:#1f2937}.profile__menu-item:hover{background:#f1f5f9}.profile__header{padding:8px 12px 10px;border-bottom:1px solid #f1f5f9;margin-bottom:4px}.profile__name{font-size:14px;font-weight:600;color:#1f2937}.profile__email{font-size:12px;color:#64748b;margin-top:2px;word-break:break-all}.profile__usage{padding:8px 12px 10px;border-bottom:1px solid #f1f5f9;margin-bottom:4px}.profile__usage-label{display:flex;justify-content:space-between;font-size:12px;color:#64748b;margin-bottom:6px}.profile__usage-bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.profile__usage-fill{height:100%;background:#6366f1;border-radius:3px;transition:width .3s ease}.settings-page{position:fixed;top:0;right:0;bottom:0;left:0;background:#f8fafc;z-index:1500;overflow-y:auto}.settings-header{display:flex;align-items:center;gap:16px;padding:16px 32px;background:#fff;border-bottom:1px solid #e2e8f0}.settings-header h1{font-size:16px;margin:0;color:#1f2937}.settings-back{background:transparent;border:1px solid #e2e8f0;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;font-family:inherit;color:#475569}.settings-back:hover{background:#f1f5f9}.settings-loading{padding:40px 32px;color:#64748b}.settings-form{max-width:560px;margin:24px auto;padding:0 24px 48px}.settings-section{background:#fff;border-radius:8px;padding:20px 24px;margin-bottom:16px;border:1px solid #e2e8f0}.settings-section h2{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 4px}.settings-hint{font-size:12px;color:#94a3b8;margin:0 0 16px}.settings-form .field{margin-bottom:14px}.settings-form .field:last-of-type{margin-bottom:0}.settings-actions{display:flex;align-items:center;gap:12px;margin-top:8px}.settings-save{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.settings-save:hover:not(:disabled){background:#1d4ed8}.settings-save:disabled{opacity:.5;cursor:not-allowed}.settings-saved{font-size:13px;color:#16a34a;font-weight:600}.settings-current{display:block;font-size:12px;color:#64748b;margin-top:6px}.settings-current strong{color:#1f2937}.settings-warn{color:#b45309;font-style:normal}.settings-error{background:#fef2f2;color:#b91c1c;padding:10px 14px;border-radius:6px;font-size:13px;margin-bottom:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px}.modal{background:#fff;border-radius:12px;width:100%;max-width:640px;max-height:calc(100dvh - 48px);overflow-y:auto;padding:20px 24px 24px;box-shadow:0 20px 50px #0000004d}.modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.modal__header h2{margin:0;font-size:16px}.modal__close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;font-size:18px;line-height:1;cursor:pointer;color:#475569;padding:0;transition:background .12s,color .12s,border-color .12s}.modal__close:hover{background:#e2e8f0;color:#1f2937;border-color:#cbd5e1}.modal__close:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.modal__totals{display:flex;flex-direction:column;gap:4px;padding:14px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.modal__metric{font-size:18px;font-weight:700;color:#1f2937}.modal__metric--big{font-size:24px;color:#16a34a}.modal__metric-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.modal section{margin-top:16px}.modal h3{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 8px}.modal__note{font-size:11px;color:#94a3b8;margin:20px 0 0;line-height:1.5}.cost-table{width:100%;border-collapse:collapse;font-size:13px}.cost-table td{padding:6px 0;border-bottom:1px solid #f1f5f9}.cost-table tr:last-child td{border-bottom:none}.cost-cat__icon{display:inline-block;width:22px}.cost-num{text-align:right;font-variant-numeric:tabular-nums}.cost-num--muted{color:#94a3b8;padding-left:12px;width:80px}.cost-stops{display:flex;flex-direction:column}.cost-stop{border-bottom:1px solid #f1f5f9}.cost-stop:last-child{border-bottom:none}.cost-stop__row{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;cursor:pointer}.cost-stop__row::-webkit-details-marker{display:none}.cost-stop__row:before{content:"▸";display:inline-block;width:14px;color:#94a3b8;font-size:10px;transition:transform .15s}.cost-stop[open] .cost-stop__row:before{transform:rotate(90deg)}.cost-stop__row>span:first-of-type{flex:1}.cost-stop:hover .cost-stop__row{color:#2563eb}.cost-table--nested{width:calc(100% - 20px);margin:0 0 10px 20px;font-size:12px}.cost-table--nested td{padding:4px 0;border-bottom:1px dashed #f1f5f9;color:#475569}.banner{padding:10px 18px;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:16px}.banner--error{background:#fef2f2;color:#b91c1c;border-bottom:1px solid #fecaca}.banner--proposal{background:#eff6ff;color:#1e3a8a;border-bottom:1px solid #bfdbfe}.banner__main{flex:1;min-width:0}.banner__actions{display:flex;gap:8px}.banner__apply,.banner__discard{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;border:none;font-family:inherit}.banner__apply{background:#2563eb;color:#fff}.banner__apply:hover{background:#1d4ed8}.banner__discard{background:#fff;color:#475569;border:1px solid #cbd5e1}.banner__discard:hover{background:#f1f5f9}.trip-pin--highlight span{background:#2563eb;box-shadow:0 0 0 4px #2563eb40,0 2px 6px #00000059;animation:pin-pulse 1.6s ease-in-out infinite}.trip-pin--dim span{opacity:.45}@keyframes pin-pulse{0%,to{box-shadow:0 0 0 4px #2563eb40,0 2px 6px #00000059}50%{box-shadow:0 0 0 8px #2563eb26,0 2px 6px #00000059}}.map{flex:1 1 auto;min-height:0}.leaflet-bottom.leaflet-right .leaflet-control-layers{margin-bottom:6px}.loading,.error{flex:1;display:flex;align-items:center;justify-content:center;font-size:14px;color:#475569}.error{color:#b91c1c}.trip-pin{background:transparent;border:none}.trip-pin span{display:flex;align-items:center;justify-content:center;min-width:30px;width:auto;height:30px;padding:0 6px;box-sizing:border-box;border-radius:15px;background:#2563eb;color:#fff;font-weight:700;font-size:13px;border:2px solid white;box-shadow:0 2px 6px #00000059;white-space:nowrap}.trip-pin--home span{background:#0f172a}.map--exploring .trip-pin span{opacity:.25}.map--exploring .leaflet-overlay-pane path{opacity:.2}.attraction-pin{background:transparent;border:none}.attraction-pin span{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#fff;border:2px solid #ea580c;color:#ea580c;font-size:13px;box-shadow:0 2px 5px #00000040}.attraction-pin:hover span{transform:scale(1.15);transition:transform .1s}.attraction-popup{font-size:13px;line-height:1.45;color:#1f2937;min-width:220px;max-height:60vh;overflow-y:auto;overflow-x:hidden;padding-right:4px;overscroll-behavior:contain}.attraction-popup__head{display:flex;align-items:center;gap:6px;margin-bottom:4px}.attraction-popup__icon{font-size:16px}.attraction-popup__meta{font-size:11px;color:#64748b;text-transform:capitalize}.attraction-popup__desc{margin:6px 0;color:#475569;font-size:12px}.attraction-popup__name{font-weight:700;color:#1f2937;text-decoration:none;border-bottom:1px dashed #94a3b8}.attraction-popup__name:hover{color:#2563eb;border-bottom-color:#2563eb}.leaflet-popup-content a.attraction-popup__book{display:inline-block;margin-top:8px;padding:6px 12px;background:#ea580c;color:#fff;border-radius:5px;font-size:12px;font-weight:600;text-decoration:none}.leaflet-popup-content a.attraction-popup__book:hover{background:#c2410c;color:#fff}.popup__actions{display:flex;gap:6px;margin:8px 0}.popup__action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 10px;background:#ea580c1f;color:#ea580c;border:1px solid rgba(234,88,12,.4);border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none;text-align:center;line-height:1.2}.popup__action:hover{background:#ea580c38;color:#ea580c}.popup__edit-row{display:flex;justify-content:flex-end;gap:8px;margin-top:10px;padding-top:8px;border-top:1px solid #f1f5f9}.popup__edit-link{display:inline-flex;align-items:center;gap:4px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600;color:#475569;cursor:pointer;font-family:inherit;transition:background .12s,color .12s,border-color .12s}.popup__edit-link:hover{background:#e2e8f0;color:#1f2937;border-color:#94a3b8}.popup__edit-link--danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.popup__edit-link--danger:hover{background:#fee2e2;color:#7f1d1d;border-color:#f87171}.cost-editor{margin-top:12px}.cost-editor__head{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;font-weight:600;color:#475569;margin-bottom:4px}.cost-editor__status{font-size:11px;font-weight:500;color:#94a3b8;min-height:14px}.cost-editor__status--saving{color:#64748b}.cost-editor__status--saved{color:#0f766e}.cost-editor__status--error{color:#b91c1c}.cost-table--editable td{padding:4px 6px;vertical-align:middle}.cost-editor__cat select{font-size:12px;padding:4px 6px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;font-family:inherit}.cost-editor__label{width:100%;font-size:13px;padding:4px 6px;border:1px solid transparent;border-radius:4px;background:transparent;font-family:inherit;color:inherit}.cost-editor__label:hover,.cost-editor__label:focus{border-color:#e2e8f0;background:#fff;outline:none}.cost-editor__amount{width:80px;font-size:13px;padding:4px 6px;border:1px solid transparent;border-radius:4px;background:transparent;font-family:inherit;color:inherit;text-align:right}.cost-editor__amount:hover,.cost-editor__amount:focus{border-color:#e2e8f0;background:#fff;outline:none}.cost-editor__currency{font-size:11px;color:#94a3b8}.cost-editor__actions{width:28px;text-align:right}.cost-editor__remove{background:transparent;border:none;color:#94a3b8;font-size:18px;cursor:pointer;padding:0 4px;line-height:1;border-radius:4px}.cost-editor__remove:hover{color:#b91c1c;background:#fef2f2}.cost-editor__empty{font-size:12px;color:#94a3b8;font-style:italic;padding:8px 4px}.cost-editor__add{margin-top:8px;font-size:12px;font-weight:600;padding:6px 10px;background:#f1f5f9;color:#475569;border:1px dashed #cbd5e1;border-radius:6px;cursor:pointer;font-family:inherit}.cost-editor__add:hover{background:#e2e8f0;color:#1e293b}.cost-editor__total{font-size:11px;color:#94a3b8;margin-top:6px;font-style:italic}.back-to-trip{position:absolute;top:16px;left:16px;z-index:1100;padding:8px 14px;background:#fff;color:#1f2937;border:1px solid #cbd5e1;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #00000026}.back-to-trip:hover{background:#f1f5f9}.attractions-loading{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:1100;padding:8px 16px;background:#2563eb;color:#fff;border-radius:6px;font-size:12px;font-weight:600;box-shadow:0 4px 12px #2563eb66;pointer-events:none}.popup{font-size:13px;line-height:1.45;color:#1f2937;max-height:70dvh;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.popup__photo{width:100%;height:120px;background-size:cover;background-position:center;border-radius:4px;margin-bottom:8px}.popup__tabs{display:flex;gap:4px;margin-top:8px;padding:3px;background:#f1f5f9;border-radius:8px}.popup__tab{flex:1;border:none;background:transparent;padding:5px 10px;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;border-radius:6px;font-family:inherit;transition:background .12s,color .12s}.popup__tab:hover{color:#1f2937}.popup__tab--active{background:#fff;color:#1f2937;box-shadow:0 1px 2px #00000014}.popup__header{display:flex;align-items:center;gap:6px}.popup__header strong{font-size:14px}.popup__flag{font-size:16px}.popup__meta{font-size:11px;color:#64748b;margin-top:2px}.popup__highlights{margin:8px 0 0;font-size:12px;color:#334155}.popup__row{margin-top:6px;font-size:12px;color:#475569}.popup__attribution{margin-top:2px;font-size:10px;color:#94a3b8}.risk-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.risk-chip{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:600;padding:2px 6px;border-radius:8px;background:#f1f5f9;color:#1e293b}.risk-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.risk-row{display:flex;align-items:baseline;gap:8px;font-size:11px;line-height:1.4}.risk-row .risk-chip{flex:0 0 72px;justify-content:flex-start}.risk-row__note{color:#475569;flex:1}.risk-chip--good{background:#dcfce7;color:#166534}.risk-chip--ok{background:#fef9c3;color:#854d0e}.risk-chip--warn{background:#ffedd5;color:#9a3412}.risk-chip--bad{background:#fee2e2;color:#991b1b}.popup__row .popup__label{font-weight:600;color:#1e293b;margin-right:4px}.popup__details{margin-top:8px;font-size:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px}.popup__details+.popup__details{margin-top:6px}.popup__details summary{cursor:pointer;font-weight:600;color:#1e293b;padding:0;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px}.popup__details summary::-webkit-details-marker{display:none}.popup__details summary:after{content:"▾";font-size:10px;color:#94a3b8;transition:transform .15s ease}.popup__details[open]>summary{margin-bottom:6px}.popup__details[open]>summary:after{transform:rotate(180deg)}.popup__details p{margin:4px 0;color:#475569}.popup__note{margin-top:6px;font-size:10px;color:#94a3b8;font-style:italic}.popup__details a{font-size:11px;color:#2563eb}.popup__loading{margin-top:8px;font-size:11px;color:#94a3b8;font-style:italic}.popup__local summary{color:#1e293b}.local-row{padding:6px 0;border-bottom:1px dashed #f1f5f9;font-size:12px}.local-row:last-child{border-bottom:none}.local-row__head{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:8px}.local-row__icon{font-size:14px;line-height:1;text-align:center}.local-row__label{color:#64748b;font-weight:500}.local-row__value{font-weight:600;color:#1e293b;font-size:11px;padding:2px 8px;background:#f1f5f9;border-radius:10px;white-space:nowrap}.local-row__value--good{background:#dcfce7;color:#166534}.local-row__value--ok{background:#fef9c3;color:#854d0e}.local-row__value--warn{background:#ffedd5;color:#9a3412}.local-row__value--bad{background:#fee2e2;color:#991b1b}.local-row__note{color:#94a3b8;font-size:11px;margin:3px 0 0 26px;line-height:1.4}.leaflet-popup-content{margin:12px 14px}.leaflet-popup-content-wrapper{overflow:visible}.leaflet-popup-scrolled{border-top:none!important;border-bottom:none!important;overscroll-behavior:contain}.leg{font-size:13px;line-height:1.45;color:#1f2937;max-height:60vh;overflow-y:auto;overflow-x:hidden;padding-right:4px;overscroll-behavior:contain}.leg__header{font-size:13px;padding-bottom:6px;border-bottom:1px solid #e2e8f0;margin-bottom:8px}.leg__date{font-size:11px;color:#64748b;margin-top:2px}.leg__loading{font-style:italic;color:#94a3b8;font-size:12px}.leg__error{color:#b91c1c;font-size:12px}.leg__option{padding:8px 0;border-bottom:1px solid #f1f5f9}.leg__option:last-child{border-bottom:none}.leg__option-row{display:flex;align-items:center;gap:6px}.leg__icon{font-size:14px}.leg__variant{margin-left:4px;max-width:190px;padding:1px 4px;font-size:12px;font-family:inherit;border:1px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer}.leg__cost-edit{width:52px;padding:0 2px;font-size:inherit;font-family:inherit;border:1px solid #cbd5e1;border-radius:4px;background:#fff}.leg__option-meta{font-size:11px;color:#64748b;margin-top:2px;padding-left:22px}.leg__option-meta a{color:#2563eb}.leg__option-desc{font-size:11px;color:#475569;margin-top:4px;padding-left:22px}.leg__hint{font-size:11px;color:#64748b;margin-top:4px;font-style:italic}.leg__option--selectable{cursor:pointer;border-radius:6px;padding:8px;margin:2px -4px;transition:background .12s ease}.leg__option--selectable:hover{background:#f1f5f9}.leg__option--chosen{background:#ecfdf5;border:1px solid #99f6e4}.leg__option--chosen:hover{background:#d1fae5}.leg__radio{font-size:13px;color:#0f766e;width:14px;display:inline-block}.leg__chosen-tag{font-size:10px;font-weight:600;color:#0f766e;background:#ccfbf1;padding:2px 6px;border-radius:999px;margin-left:auto}.leg-badge{background:none!important;border:none!important}.leg-badge__inner{display:inline-block;transform:translate(-50%,-50%);background:#2563eb;color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;box-shadow:0 2px 6px #0f172a40;white-space:nowrap;cursor:pointer;pointer-events:auto;border:2px solid #fff;line-height:1.2}.leg-badge__inner--cta{background:#2563eb}.leg-badge__inner:hover{transform:translate(-50%,-50%) scale(1.06)}.leg-badge--chosen .leg-badge__inner{background:#0f766e}.leg-badge--readonly .leg-badge__inner{cursor:default;pointer-events:none}.leg-badge--readonly .leg-badge__inner:hover{transform:translate(-50%,-50%)}.landing{display:block}.loading--centered{display:flex;align-items:center;justify-content:center;height:100dvh}.landing__hero{position:relative;height:100svh;overflow:hidden}.landing__map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.landing__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a73,#0f172a1a 40%,#0f172a8c);pointer-events:none}.landing__topbar{position:absolute;top:0;right:0;padding:16px 20px;z-index:5}.login-menu{position:relative}.login-menu__trigger{background:#ffffff26;border:1px solid rgba(255,255,255,.35);color:#fff;padding:9px 18px;border-radius:999px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .12s,border-color .12s}.login-menu__trigger:hover{background:#ffffff47;border-color:#fff9}.login-menu__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:10;min-width:210px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 30px #0f172a2e;padding:6px;display:flex;flex-direction:column;gap:2px}.login-menu__item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:none;border:none;border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit;color:#1f2937;text-decoration:none;cursor:pointer}.login-menu__item:hover{background:#f1f5f9}.login-menu__icon{font-size:16px;flex-shrink:0}.landing__cta{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 24px;text-align:center;max-width:720px;margin:0 auto}.landing__cta h1{font-size:clamp(28px,5vw,44px);margin:0 0 8px;font-weight:800;color:#0f172a}.landing__cta p{font-size:16px;color:#cbd5e1;margin:0 0 24px}.landing__logo{display:block;width:56px;height:56px;margin:0 auto 16px}.landing__panel{background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:32px 32px 28px;border-radius:10px;box-shadow:0 18px 48px #02061773;width:100%;max-width:680px}.landing__brief{display:flex;gap:8px;width:100%;background:#f1f5f9;padding:6px;border-radius:10px;border:1px solid #e2e8f0}.landing__brief input{flex:1;background:transparent;border:none;outline:none;color:#0f172a;font-size:15px;padding:10px 12px}.landing__brief input::placeholder{color:#94a3b8}.landing__brief button{padding:10px 18px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;font-family:inherit}.landing__brief button:disabled{opacity:.5;cursor:not-allowed}.landing__brief button:hover:not(:disabled){background:#1d4ed8}.landing__public{padding:56px 24px 80px;background:#f8fafc}.landing__public h2{max-width:1100px;margin:0 auto 24px;font-size:22px;color:#0f172a}.landing__empty{max-width:1100px;margin:0 auto;color:#64748b}.landing__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1100px;margin:0 auto}@media(max-width:900px){.landing__cards{grid-template-columns:1fr}}.public-trip-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px;transition:transform .12s ease,box-shadow .12s ease}.public-trip-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a14}.public-trip-card h3{margin:0 0 6px;font-size:16px;color:#0f172a}.public-trip-card p{margin:0 0 12px;color:#475569;font-size:13px;line-height:1.4}.public-trip-card__meta{font-size:11px;color:#94a3b8}.modal--login{max-width:380px;padding:28px;text-align:center}.login__title{margin:0 0 6px;font-size:20px;color:#0f172a}.login__lede{margin:0 0 24px;color:#64748b;font-size:13px}.login__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;color:#0f172a}.login__btn:hover{background:#f8fafc}.login__btn--google{background:#0f172a;color:#fff;border-color:#0f172a}.login__btn--google:hover{background:#1e293b}.login__divider{margin:14px 0;color:#94a3b8;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.login__form{display:flex;flex-direction:column;gap:10px}.login__form input{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit}.login__form input:focus{outline:2px solid #0f172a;outline-offset:-1px}.login__sent{color:#0f172a;font-size:14px;margin:8px 0 0}.login__error{color:#b91c1c;font-size:12px}.public-page{display:flex;flex-direction:column;height:100dvh}.topbar--public{padding:12px 18px;gap:12px}.public-page__brand{font-size:15px;font-weight:800;color:#fff;text-decoration:none}.public-page__title{color:#ffffffd9;font-size:13px;flex:1}.public-page__cta{padding:8px 14px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.public-page__cta:hover{background:#1d4ed8}.public-page .popup__actions{display:none}.topbar__menu{background:#ffffff14;border:none;color:#fff;font-size:22px;line-height:1;min-width:44px;min-height:44px;border-radius:8px;cursor:pointer;display:none}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:1900}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(320px,88vw);background:#0f172af5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;z-index:2000;display:flex;flex-direction:column;padding:16px 16px calc(24px + env(safe-area-inset-bottom,0px));box-shadow:-8px 0 28px #00000059;overflow-y:auto}.drawer__close{align-self:flex-end;background:#ffffff14;border:none;color:#fff;font-size:22px;min-width:44px;min-height:44px;border-radius:50%;cursor:pointer;line-height:1}.drawer__body{margin-top:12px;display:flex;flex-direction:column;gap:12px;align-items:stretch}.drawer__body>*{width:100%}.drawer__body .meta{color:#cbd5e1;font-size:13px}.drawer__body .profile{margin-left:0}.drawer__body .profile__menu{position:static;background:#ffffff0d;color:#fff;box-shadow:none;margin-top:8px}.drawer__body .profile__backdrop{display:none}.chat-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;color:#1f2937;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -10px 30px #0f172a40;z-index:1300;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0px)}.chat-sheet__grip{display:flex;align-items:center;justify-content:center;padding:8px 0 4px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.chat-sheet__grip:active{cursor:grabbing}.chat-sheet__grip-bar{width:40px;height:4px;border-radius:2px;background:#cbd5e1}.chat-sheet .chat-panel__head{padding:4px 16px 12px}.chat-sheet .chat-panel__messages{flex:1;padding:8px 16px 12px}@media(max-width:768px){.topbar{flex-wrap:nowrap;padding:10px 14px;gap:10px}.topbar__menu{display:inline-flex;align-items:center;justify-content:center}.stop-list{padding:16px 14px 32px}.stop-list__head{margin-bottom:14px}.stop-row{grid-template-columns:36px 1fr;gap:10px;padding:12px 14px}.stop-row__expenses{grid-column:1 / -1;justify-self:stretch}.modal-backdrop{padding:12px}.modal{padding:16px 18px 20px}.modal__close{min-width:44px;min-height:44px;width:44px;height:44px}.create-trip__cards{grid-template-columns:1fr}.share__invite-row,.share__row{grid-template-columns:1fr;gap:8px}.share__row select{min-height:44px}.share__row-actions{grid-template-columns:1fr;gap:8px}.share__row-remove{min-height:44px;padding:10px 12px}.stop-form__row{grid-template-columns:1fr;gap:12px}.row-menu__trigger{width:40px;height:40px}.itinerary-row__action{width:40px;height:40px;font-size:15px}.add-stop-fab{top:16px;right:16px;bottom:auto;left:auto}.chat-fab{bottom:calc(80px + env(safe-area-inset-bottom,0px));right:16px;padding:14px 18px;min-height:48px}.chat-panel__form{padding:10px 16px 14px}.chat-panel__form input{font-size:16px;padding:12px 14px}.chat-panel__form button{min-height:44px;padding:10px 18px}.popup__action,.popup__edit-link{min-height:44px;padding:10px 14px}.chat-panel__close{min-width:44px;min-height:44px}.view-toggle__btn{min-height:40px;padding:8px 14px;font-size:13px}.dropdown__trigger{min-height:40px}.topbar--public{padding:10px 14px;gap:10px}.public-page__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.public-page__cta{padding:10px 12px;font-size:12px;min-height:40px}.back-to-trip{top:12px;left:12px;padding:8px 10px;font-size:12px}.landing__brief{flex-direction:column;padding:8px}.landing__brief input{width:100%}.landing__brief button{width:100%;min-height:48px}.landing__panel{padding:20px 18px 18px}}@media(max-width:480px){.modal-backdrop{padding:0;align-items:flex-end}.modal{max-width:none;border-radius:16px 16px 0 0;max-height:calc(100dvh - 24px);padding:16px 16px calc(20px + env(safe-area-inset-bottom,0px))}}.auth-handoff{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px}.auth-handoff__title{margin:0;font-size:18px;font-weight:600;color:#0f172a}.auth-handoff__app{background:#0f172a;color:#fff;border-radius:10px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none}.auth-handoff__web{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;text-decoration:underline}
