.dtp{min-width:0;position:relative}.dtp--glass .dtp-field-value{width:100%;color:var(--white);cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1.5px solid #0000;justify-content:space-between;align-items:center;gap:.5rem;padding:0;font-family:inherit;font-size:.9rem;font-weight:300;display:flex}.dtp--glass .dtp-field-value.dtp--error{border-bottom-color:#e74c3cbf}.dtp--glass.dtp--open .dtp-field-value{color:var(--sand-light,#e8d5b0)}.dtp--glass .dtp-chev{opacity:.6;flex-shrink:0;transition:transform .2s,opacity .2s}.dtp--glass.dtp--open .dtp-chev{opacity:.9;transform:rotate(180deg)}.dtp--glass .dtp-field-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dtp--card .dtp-field-control{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;justify-content:space-between;align-items:center;gap:.6rem;width:100%;padding:.85rem 1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;display:flex}.dtp--card.dtp--open .dtp-field-control,.dtp--card .dtp-field-control:focus-visible{border-color:var(--sand);box-shadow:0 0 0 3px var(--sand-pale,#fdf3e7);outline:none}.dtp--card .dtp-field-control.dtp--error{border-color:#e74c3c8c}.dtp--card .dtp-field-text{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.dtp--card .dtp-chev{color:var(--ink-3);transition:transform .2s,color .2s}.dtp--card.dtp--open .dtp-chev{color:var(--sand-text,#7a5d2e);transform:rotate(180deg)}.dtp-dropdown{border-radius:var(--radius-md);padding:1.1rem 1.1rem 1.3rem;animation:.14s ease-out dtp-fade-in}@keyframes dtp-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dtp-dropdown--glass{-webkit-backdrop-filter:blur(28px);background:#1c1917eb;border:1px solid #ffffff38;box-shadow:0 20px 60px #0000008c}.dtp-dropdown--card{background:var(--bg-card);border:1px solid var(--border-dim);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.dtp-cal-head{justify-content:space-between;align-items:center;margin-bottom:.9rem;display:flex}.dtp-cal-month{font-family:var(--font-display);font-size:1.05rem;font-weight:500}.dtp-dropdown--glass .dtp-cal-month{color:var(--white)}.dtp-dropdown--card .dtp-cal-month{color:var(--ink)}.dtp-cal-nav{gap:.4rem;display:flex}.dtp-cal-nav button{cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .2s,border-color .2s;display:flex}.dtp-dropdown--glass .dtp-cal-nav button{color:#ffffffbf;border:1px solid #ffffff40}.dtp-dropdown--glass .dtp-cal-nav button:hover{border-color:var(--sand);background:#ffffff1a}.dtp-dropdown--card .dtp-cal-nav button{border:1px solid var(--border);color:var(--ink-2)}.dtp-dropdown--card .dtp-cal-nav button:hover{background:var(--sand-pale,#fdf3e7);border-color:var(--sand)}.dtp-cal-scroll{overflow-x:visible}.dtp-cal-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:.4rem;display:grid}.dtp-cal-weekdays span{text-align:center;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 0;font-size:.62rem}.dtp-dropdown--glass .dtp-cal-weekdays span{color:#fff6}.dtp-dropdown--card .dtp-cal-weekdays span{color:var(--ink-3)}.dtp-cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.dtp-cal-day{aspect-ratio:1;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:.82rem;transition:background .18s,color .18s;display:flex}.dtp-dropdown--glass .dtp-cal-day{color:#ffffffd1}.dtp-dropdown--glass .dtp-cal-day:hover:not(:disabled){background:#ffffff1a}.dtp-dropdown--glass .dtp-cal-day--muted{color:#ffffff38}.dtp-dropdown--glass .dtp-cal-day--today{box-shadow:inset 0 0 0 1.5px var(--sand);color:var(--sand-light,#e8d5b0)}.dtp-dropdown--card .dtp-cal-day{color:var(--ink-2)}.dtp-dropdown--card .dtp-cal-day:hover:not(:disabled){background:var(--sand-pale,#fdf3e7)}.dtp-dropdown--card .dtp-cal-day--muted{color:#1c191740}.dtp-dropdown--card .dtp-cal-day--today{box-shadow:inset 0 0 0 1.5px var(--sand);color:var(--sand-text,#7a5d2e);font-weight:600}.dtp-dropdown--card .dtp-cal-day--past{color:#1c191733;cursor:not-allowed;-webkit-text-decoration:line-through #1c191726;text-decoration:line-through #1c191726}.dtp-cal-day--selected{background:var(--sand);font-weight:600;box-shadow:0 4px 14px #c9a96e66;color:var(--ink)!important}.dtp-cal-day:disabled{cursor:not-allowed}.dtp-dropdown--glass .dtp-cal-day:disabled:not(.dtp-cal-day--today){color:#ffffff2e}.dtp-cal-foot{justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem;padding-top:.85rem;display:flex}.dtp-dropdown--glass .dtp-cal-foot{border-top:1px solid #ffffff1f}.dtp-dropdown--card .dtp-cal-foot{border-top:1px solid var(--border-dim)}.dtp-today-link{text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.72rem;text-decoration:underline}.dtp-dropdown--glass .dtp-today-link{color:var(--sand-light,#e8d5b0)}.dtp-dropdown--card .dtp-today-link{color:var(--sand-text,#7a5d2e);font-weight:600}.dtp-selected-label{font-size:.72rem}.dtp-dropdown--glass .dtp-selected-label{color:#ffffff8c}.dtp-dropdown--card .dtp-selected-label{color:var(--ink-3)}.dtp-dropdown--glass .dtp-selected-label strong{color:var(--white);font-weight:500}.dtp-dropdown--card .dtp-selected-label strong{color:var(--ink);font-weight:600}.dtp-dropdown--time.dtp-dropdown--glass{padding:0;overflow:hidden}.dtp-time-head{border-bottom:1px solid #ffffff1f;align-items:center;gap:.5rem;padding:.9rem 1.1rem .7rem;display:flex}.dtp-time-head svg{color:var(--sand);flex-shrink:0}.dtp-time-head span{letter-spacing:.08em;text-transform:uppercase;color:#fff9;font-size:.72rem}.dtp-time-list{max-height:236px;padding:.4rem 0;position:relative;overflow-y:auto}.dtp-time-row{color:#ffffffa6;cursor:pointer;justify-content:space-between;align-items:center;padding:.55rem 1.1rem;font-size:.88rem;transition:background .15s,color .15s;display:flex}.dtp-time-row:hover{color:var(--white);background:#ffffff0f}.dtp-time-row--selected{color:var(--sand-light,#e8d5b0);background:#c9a96e2e;font-weight:500;position:relative}.dtp-time-row--selected:before{content:"";background:var(--sand);width:3px;position:absolute;top:0;bottom:0;left:0}.dtp-time-row--selected svg{color:var(--sand)}.dtp-dropdown--time.dtp-dropdown--card{padding:1.1rem 1.1rem 1.3rem}.dtp-time-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);margin-bottom:.65rem;font-size:.68rem;font-weight:700}.dtp-slot-scroll{scrollbar-width:thin;gap:.5rem;margin-bottom:1.1rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.dtp-slot-scroll::-webkit-scrollbar{height:5px}.dtp-slot-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.dtp-slot-chip{border-radius:var(--radius-pill);border:1.5px solid var(--border);background:var(--white);color:var(--ink-2);cursor:pointer;flex-shrink:0;padding:.55rem 1rem;font-size:.85rem;font-weight:500;transition:background .18s,border-color .18s,color .18s,box-shadow .18s}.dtp-slot-chip:hover{border-color:var(--sand);background:var(--sand-pale,#fdf3e7)}.dtp-slot-chip--selected{background:var(--sand);border-color:var(--sand);color:var(--ink);font-weight:700;box-shadow:0 4px 14px #c9a96e59}.dtp-custom-time{border-top:1px solid var(--border-dim);justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.dtp-custom-time-label{color:var(--ink-2);font-size:.78rem;font-weight:500}.dtp-stepper{background:var(--bg-alt);border-radius:var(--radius-sm);flex-shrink:0;align-items:center;gap:.5rem;padding:.4rem .6rem;display:flex}.dtp-stepper button{border:1px solid var(--border);width:22px;height:22px;color:var(--ink-2);background:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1rem;line-height:1;transition:background .18s;display:flex}.dtp-stepper button:hover{background:var(--white);border-color:var(--sand);color:var(--sand-text,#7a5d2e)}.dtp-stepper-val{font-family:var(--font-display);color:var(--ink);text-align:center;font-variant-numeric:tabular-nums;min-width:4.4ch;font-size:1.05rem;font-weight:500}[dir=rtl] .dtp-field-value,[dir=rtl] .dtp-field-control,[dir=rtl] .dtp-cal-head,[dir=rtl] .dtp-cal-foot,[dir=rtl] .dtp-time-head,[dir=rtl] .dtp-time-row,[dir=rtl] .dtp-custom-time{direction:rtl}[dir=rtl] .dtp-time-row--selected:before{left:auto;right:0}@media (max-width:480px){.dtp-dropdown{padding:.9rem .9rem 1.1rem}.dtp-cal-nav button,.dtp-stepper button{width:44px;height:44px}.dtp-time-row{box-sizing:border-box;min-height:44px}.dtp-cal-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin:0 -.9rem;padding:0 .9rem;overflow-x:auto}.dtp-cal-scroll::-webkit-scrollbar{height:4px}.dtp-cal-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.dtp-cal-weekdays,.dtp-cal-grid{grid-template-columns:repeat(7,44px);gap:4px;width:max-content}.dtp-cal-weekdays span{box-sizing:border-box;width:44px}.dtp-cal-day{width:44px;height:44px;aspect-ratio:unset}}
.bfmt{flex-direction:column;gap:0;display:flex}.bfmt-section{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:2rem}.bfmt-section--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.bfmt-section-head{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.bfmt-section-num{background:var(--sand);width:28px;height:28px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex;box-shadow:0 2px 8px #c9a96e4d}.bfmt-section-title{font-family:var(--font-display);color:var(--ink);flex:1;margin:0;font-size:1rem;font-weight:500}.bfmt-trip-count{letter-spacing:.1em;text-transform:uppercase;color:var(--sand);background:#c9a96e1a;border:1px solid #c9a96e38;border-radius:100px;flex-shrink:0;padding:.22rem .65rem;font-size:.62rem;font-weight:600}.bfmt-common-trip-fields{margin-bottom:1.5rem}.bfmt-common-trip-fields__heading{letter-spacing:.08em;text-transform:uppercase;color:var(--sand-text);margin:0 0 .75rem;font-size:.68rem;font-weight:700}.bfmt-common-trip-fields .field select.bfmt-common-trip-fields__select:not(.phone-input__country){background-color:var(--bg);min-height:46px;padding-top:.65rem;padding-bottom:.65rem}.bfmt-trip-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:.85rem;padding:1.1rem 1.25rem 1.1rem 1.5rem;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.bfmt-trip-card--expanded{border-color:#c9a96e59}.bfmt-trip-card:before{content:"";background:linear-gradient(to bottom, var(--sand), #c9a96e33);border-radius:var(--radius-md) 0 0 var(--radius-md);width:3px;position:absolute;top:0;bottom:0;left:0}.bfmt-trip-card--invalid{border-color:#e74c3c59}.bfmt-trip-card--invalid:before{background:linear-gradient(#e74c3c,#e74c3c26)}.bfmt-trip-card-head{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.65rem;display:flex}.bfmt-trip-card--expanded .bfmt-trip-card-head{margin-bottom:0}.bfmt-trip-card-head:hover .bfmt-trip-label,.bfmt-trip-card-head:hover .bfmt-trip-chevron{color:var(--sand)}.bfmt-trip-head-content{flex-direction:column;flex:1;gap:.12rem;min-width:0;display:flex}.bfmt-trip-badge{width:24px;height:24px;color:var(--sand);-webkit-user-select:none;user-select:none;background:#c9a96e1f;border:1px solid #c9a96e4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.bfmt-trip-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);font-size:.72rem;font-weight:700;line-height:1.3;transition:color .2s}.bfmt-trip-summary{color:var(--ink-3);letter-spacing:0;text-transform:none;white-space:nowrap;align-items:baseline;gap:.32em;min-width:0;font-size:.72rem;font-weight:400;line-height:1.3;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#000 92%,#0000 100%);mask-image:linear-gradient(90deg,#000 92%,#0000 100%)}.bfmt-trip-summary__route{text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:70px;overflow:hidden}.bfmt-trip-summary__meta{white-space:nowrap;flex-shrink:0}.bfmt-trip-invalid-dot{background:#e74c3c;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 3px #e74c3c26}.bfmt-trip-chevron{color:var(--ink-3);flex-shrink:0;align-items:center;transition:color .2s;display:flex}.bfmt-move-btns{flex-shrink:0;gap:.2rem;display:flex}.bfmt-move-btn{border:1px solid var(--border);width:22px;height:22px;color:var(--ink-3);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s,border-color .18s,color .18s,opacity .18s;display:flex}.bfmt-move-btn:hover:not(:disabled){border-color:var(--sand);color:var(--sand);background:#c9a96e14}.bfmt-move-btn:disabled{opacity:.25;cursor:default}.bfmt-remove-btn{letter-spacing:.08em;text-transform:uppercase;color:#e74c3c;cursor:pointer;background:0 0;border:1px solid #e74c3c40;border-radius:4px;flex-shrink:0;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.62rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.bfmt-remove-btn:hover{background:#e74c3c14;border-color:#e74c3c80}.bfmt-trip-body{padding-top:1.1rem}.bfmt-notes-label-row{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.bfmt-notes-label-row label{margin-bottom:0}.bfmt-copy-sample{letter-spacing:.07em;text-transform:uppercase;color:var(--sand);cursor:pointer;white-space:nowrap;background:#c9a96e14;border:1px solid #c9a96e40;border-radius:4px;flex-shrink:0;align-items:center;gap:.28rem;padding:.22rem .6rem;font-size:.63rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.bfmt-copy-sample:hover{border-color:var(--sand);background:#c9a96e29}.bfmt-note-toggle{letter-spacing:.04em;color:var(--sand);border-radius:var(--radius-sm);cursor:pointer;background:#c9a96e0f;border:1px dashed #c9a96e59;justify-content:flex-start;align-items:center;gap:.32rem;width:100%;padding:.5rem .75rem;font-size:.68rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.bfmt-note-toggle:hover{border-color:var(--sand);background:#c9a96e24}.bfmt-note-toggle--hide{text-transform:uppercase;white-space:nowrap;background:0 0;border:1px solid #c9a96e40;flex-shrink:0;justify-content:center;width:auto;padding:.22rem .6rem;font-size:.63rem}.bfmt-note-toggle--hide:hover{border-color:var(--sand);background:#c9a96e29}.bfmt-trip-body .field textarea{transition:height .25s}.bfmt-field-error{color:#e74c3c;align-items:center;gap:.28rem;margin-top:.3rem;font-size:.7rem;font-weight:500;line-height:1.4;display:inline-flex}.bfmt-field-error svg{flex-shrink:0}.bfmt-submit-error{border-radius:var(--radius-md);color:#c0392b;background:#e74c3c0d;border:1px solid #e74c3c47;align-items:flex-start;gap:.65rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.78rem;font-weight:500;line-height:1.5;display:flex}.bfmt-submit-error svg{flex-shrink:0;margin-top:1px}.dt-field{align-items:center;gap:.4rem;display:flex}.dt-field__part{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:.4rem;min-width:0;min-height:44px;padding:0 .7rem;transition:border-color .2s,box-shadow .2s;display:flex}.dt-field__part--date{flex:1.4}.dt-field__part--time{flex:1}.dt-field__part:focus-within{border-color:var(--sand);box-shadow:0 0 0 3px #c9a96e1f}.dt-field--error .dt-field__part{border-color:#e74c3c8c}.dt-field--error .dt-field__part:focus-within{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.dt-field__icon{color:var(--sand);opacity:.75;pointer-events:none;flex-shrink:0;align-items:center;display:flex}.dt-field__part input{min-width:0;font-family:var(--font-body);color:var(--ink);cursor:pointer;flex:1;font-size:.85rem;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;padding:0!important}.dt-field__part input[type=date]::-webkit-calendar-picker-indicator{opacity:.35;cursor:pointer;filter:none}.dt-field__part input[type=time]::-webkit-calendar-picker-indicator{opacity:.35;cursor:pointer;filter:none}.dt-field__part input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:.7}.dt-field__part input[type=time]::-webkit-calendar-picker-indicator:hover{opacity:.7}.dt-field__part--picker .dtp-field-control{background:0 0;border:none;flex:1;min-width:0;height:100%;min-height:44px;padding:0;box-shadow:none!important}.dt-field__part--picker .dtp-field-text{font-size:.85rem}.dt-field__part--picker .dtp-chev{display:none}.dt-field__sep{color:var(--ink-3);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:.8rem;line-height:1}.bfmt-dt-hint{color:var(--ink-3);margin-top:.35rem;font-size:.72rem;line-height:1.5;display:block}.bfmt-add-trip{border-radius:var(--radius-md);width:100%;color:var(--sand);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:1.5px dashed #c9a96e66;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.9rem;font-size:.75rem;font-weight:600;transition:border-color .2s,background .2s;display:flex}.bfmt-add-trip:hover{border-color:var(--sand);background:#c9a96e0f;border-style:solid}.bfmt-add-trip:active{transform:scale(.99)}.bfmt-alternatives{background:var(--bg-alt);border:1px solid var(--border-dim);border-radius:var(--radius-md);border-left:3px solid #c9a96e59;align-items:flex-start;gap:.9rem;margin:1.5rem 0;padding:1rem 1.25rem;display:flex}.bfmt-alternatives__icon{color:var(--sand-text);flex-shrink:0;margin-top:.05rem;line-height:1}.bfmt-alternatives__body{min-width:0}.bfmt-alternatives__body strong{color:var(--ink);letter-spacing:.02em;margin-bottom:.3rem;font-size:.78rem;font-weight:700;display:block}.bfmt-alternatives__body p{color:var(--ink-3);margin:0;font-size:.76rem;line-height:1.6}.bfmt-alt-link{color:var(--sand);font-weight:600;font-size:inherit;cursor:pointer;font-family:inherit;line-height:inherit;background:0 0;border:none;padding:0;text-decoration:none}.bfmt-alt-link:hover{text-decoration:underline}.bfmt-submit{justify-content:center;align-items:center;gap:.5rem;display:flex}.bfmt-submit-count{letter-spacing:.1em;text-transform:uppercase;background:#1c191726;border-radius:100px;padding:.18rem .55rem;font-size:.62rem;font-weight:700;line-height:1}[dir=rtl] .bfmt-section-head{direction:rtl}[dir=rtl] .bfmt-section-title{text-align:right}[dir=rtl] .bfmt-trip-card-head{direction:rtl}[dir=rtl] .bfmt-trip-head-content{text-align:right;direction:rtl}[dir=rtl] .bfmt-trip-label,[dir=rtl] .bfmt-trip-summary{text-align:right}[dir=rtl] .bfmt-trip-summary{-webkit-mask-image:linear-gradient(270deg,#000 92%,#0000 100%);mask-image:linear-gradient(270deg,#000 92%,#0000 100%)}[dir=rtl] .bfmt-trip-card:before{border-radius:0 var(--radius-md) var(--radius-md) 0;left:auto;right:0}[dir=rtl] .bfmt-notes-label-row{direction:rtl}[dir=rtl] .bfmt-note-toggle{direction:rtl;justify-content:flex-start}[dir=rtl] .bfmt-note-toggle--hide{justify-content:center}[dir=rtl] .bfmt-field-error,[dir=rtl] .bfmt-submit-error{text-align:right;direction:rtl}[dir=rtl] .bfmt-alternatives{direction:rtl;border-left:none;border-right:3px solid #c9a96e59}[dir=rtl] .bfmt-alternatives__body strong,[dir=rtl] .bfmt-alternatives__body p{text-align:right}[dir=rtl] .bfmt-add-trip,[dir=rtl] .bfmt-submit{direction:rtl}[dir=rtl] .bfmt-submit svg{transform:scaleX(-1)}[dir=rtl] .dt-field,[dir=rtl] .dt-field__part{direction:rtl}.bfmt-trip-type-switch{background:var(--bg-alt);border-radius:999px;gap:3px;margin-bottom:.25rem;padding:4px;display:flex}.bfmt-trip-type-btn{text-align:center;letter-spacing:.04em;min-height:44px;color:var(--ink-2);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;flex:1;justify-content:center;align-items:center;padding:.55rem .4rem;font-size:.68rem;font-weight:500;transition:background .2s,color .2s;display:flex}.bfmt-trip-type-btn--active{background:var(--sand);color:var(--ink);font-weight:600}.bfmt-trip-type-btn:not(.bfmt-trip-type-btn--active):hover{color:var(--ink)}.bfmt-auto-card{background:var(--sand-pale);border-radius:var(--radius-md);border:1px dashed #c9a96e66;align-items:flex-start;gap:.6rem;padding:.75rem .9rem;display:flex}.bfmt-auto-card__tag{letter-spacing:.09em;text-transform:uppercase;color:var(--sand-text);border:1px solid #c9a96e80;border-radius:4px;flex:none;margin-top:.1rem;padding:.1rem .35rem;font-size:.6rem;font-weight:700}.bfmt-auto-card__body{flex:1;min-width:0}.bfmt-auto-card__body strong{color:var(--ink);font-size:.85rem;font-weight:600;display:block}.bfmt-auto-card__body p{color:var(--ink-3);margin:.15rem 0 0;font-size:.72rem;line-height:1.4}.bfmt-auto-card__change{color:var(--sand-text);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #c9a96e66;flex:none;padding:.3rem .65rem;font-size:.68rem;font-weight:600;transition:background .2s,border-color .2s}.bfmt-auto-card__change:hover{border-color:var(--sand);background:#c9a96e1f}.bfmt-auto-card__reset-link{font-size:inherit;color:var(--sand-text);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline;transition:color .2s;display:inline}.bfmt-auto-card__reset-link:hover{color:var(--ink)}.bfmt-auto-line{background:var(--sand-pale);border-radius:var(--radius-md);border:1px dashed #c9a96e66;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.55rem .9rem;display:flex}.bfmt-auto-line__tag{letter-spacing:.09em;text-transform:uppercase;color:var(--sand-text);border:1px solid #c9a96e80;border-radius:4px;flex:none;padding:.1rem .35rem;font-size:.6rem;font-weight:700}.bfmt-auto-line__sep{color:#c9a96e99;flex:none}.bfmt-auto-line__value{min-width:0;color:var(--ink);flex:auto;font-size:.85rem;font-weight:600}.bfmt-auto-line__action{color:var(--sand-text);cursor:pointer;background:0 0;border:none;flex:none;padding:0;font-size:.72rem;font-weight:600;text-decoration:underline;transition:color .2s}.bfmt-auto-line__action:hover{color:var(--ink)}.bfmt-auto-line__hint{color:var(--ink-3);margin:.35rem 0 0;font-size:.72rem;line-height:1.4}.bfmt-vehicle-options{flex-direction:column;gap:.5rem;display:flex}.bfmt-vehicle-option{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);min-height:44px;color:var(--ink);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .9rem;font-size:.85rem;font-weight:600;transition:border-color .2s,background .2s;display:flex}.bfmt-vehicle-option:hover{border-color:var(--sand);background:#c9a96e0f}.bfmt-vehicle-option--selected{border-color:var(--sand);background:#c9a96e1f}.bfmt-vehicle-option--selected:after{content:"✓";color:var(--sand-text);flex:none;font-weight:700}.bfmt-vehicle-option--auto{color:var(--sand-text);letter-spacing:.02em;border-style:dashed;border-color:#c9a96e80;justify-content:center;font-size:.72rem;font-weight:700}.bfmt-vehicle-option--auto:hover{background:#c9a96e1a}.bfmt-vehicle-contact{background:var(--sand-pale);border-radius:var(--radius-md);border:1px dashed #c9a96e66;padding:.75rem .9rem}.bfmt-vehicle-contact p{color:var(--ink-2);margin:0 0 .4rem;font-size:.8rem;line-height:1.5}[dir=rtl] .bfmt-vehicle-option{text-align:right}[dir=rtl] .bfmt-vehicle-option--selected:after{order:-1}[dir=rtl] .bfmt-vehicle-contact{text-align:right;direction:rtl}.bfmt-trip-override-link{color:var(--sand-text);cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:600;text-decoration:underline;transition:color .2s;display:inline-block}.bfmt-trip-override-link:hover{color:var(--ink)}.bfmt-trip-override-summary{flex-wrap:wrap;align-items:baseline;gap:.35rem;font-size:.8rem;display:flex}.bfmt-trip-override-summary__values{color:var(--ink);font-weight:600}.bfmt-trip-override-summary__indicator{color:var(--ink-3)}.bfmt-trip-override-summary .bfmt-reset-default{margin-top:0}.bfmt-trip-override-status{flex-wrap:wrap;align-items:baseline;gap:.35rem;margin-top:.15rem;font-size:.8rem;display:flex}.bfmt-trip-override-status .bfmt-reset-default{margin-top:0}.bfmt-reset-default{color:var(--sand-text);cursor:pointer;background:0 0;border:none;margin-top:.4rem;padding:0;font-size:.7rem;font-weight:600;text-decoration:underline;transition:color .2s;display:inline-block}.bfmt-reset-default:hover{color:var(--ink)}.bfmt-signin-nudge{color:var(--ink-3);margin:-.5rem 0 1.25rem;font-size:.78rem}.bfmt-signin-nudge a{color:var(--sand-text);font-weight:600;text-decoration:underline}.bfmt-save-profile-toggle{color:var(--ink-2);cursor:pointer;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.8rem;display:flex}.bfmt-save-profile-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--sand-text);cursor:pointer}[dir=rtl] .bfmt-auto-card{text-align:right;direction:rtl}[dir=rtl] .bfmt-auto-card__tag{margin-top:.1rem}[dir=rtl] .bfmt-signin-nudge{text-align:right;direction:rtl}[dir=rtl] .bfmt-reset-default{text-align:right}[dir=rtl] .bfmt-auto-line{text-align:right;direction:rtl}[dir=rtl] .bfmt-trip-override-link{text-align:right}[dir=rtl] .bfmt-trip-override-summary,[dir=rtl] .bfmt-trip-override-status{text-align:right;direction:rtl}[dir=rtl] .bfmt-common-trip-fields__heading{text-align:right}[dir=rtl] .bfmt-save-profile-toggle{text-align:right;direction:rtl}@media (max-width:640px){.bfmt-trip-card{padding:1rem 1rem 1rem 1.25rem}.bfmt-section-head{flex-wrap:wrap}.bfmt-remove-btn span{display:none}.bfmt-trip-summary{gap:.28em;font-size:.66rem}.dt-field__part--date{flex:1.2}.dt-field__part--time{flex:.9}.bfmt-trip-type-btn{padding:.5rem .25rem;font-size:.62rem}.bfmt-auto-card{flex-wrap:wrap}.bfmt-auto-card__change{margin-left:auto}.bfmt-auto-line{flex-wrap:wrap}.bfmt-trip-override-summary{gap:.25rem .4rem}.bfmt-move-btns{gap:.35rem;margin:0 .5rem}.bfmt-move-btn{width:44px;height:44px}.bfmt-remove-btn{min-width:44px;min-height:44px;margin:0 .15rem;padding:.6rem .7rem}.bfmt-copy-sample{min-height:44px;padding:.6rem .7rem}}
