.components-module__4dRL9a__packingContainer,.components-module__4dRL9a__travelersContainer,.components-module__4dRL9a__expensesContainer,.components-module__4dRL9a__itineraryContainer{background:#fff;border:2px solid #1e293b;border-radius:24px;max-width:1100px;margin:16px auto;padding:20px;box-shadow:8px 8px #1e293b}.components-module__4dRL9a__packingContainer h2,.components-module__4dRL9a__travelersContainer h2,.components-module__4dRL9a__expensesContainer h2,.components-module__4dRL9a__itineraryContainer h2{margin-bottom:14px;font-size:1.8rem}.components-module__4dRL9a__addRow,.components-module__4dRL9a__addTravelerRow,.components-module__4dRL9a__addExpenseRow,.components-module__4dRL9a__dateRangeRow,.components-module__4dRL9a__addItineraryRow{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:16px;display:flex}.components-module__4dRL9a__timeInputWrap{gap:15px;display:flex}.components-module__4dRL9a__addRow input,.components-module__4dRL9a__addTravelerRow input,.components-module__4dRL9a__addTravelerRow select,.components-module__4dRL9a__addExpenseRow input,.components-module__4dRL9a__addExpenseRow select,.components-module__4dRL9a__dateRangeRow input,.components-module__4dRL9a__addItineraryRow input,.components-module__4dRL9a__input{color:var(--text);background:#fff;border:2px solid #1e293b;border-radius:14px;padding:10px 14px}.components-module__4dRL9a__addRow button,.components-module__4dRL9a__addTravelerRow button,.components-module__4dRL9a__addExpenseRow button,.components-module__4dRL9a__addItineraryRow button,.components-module__4dRL9a__applyDateBtn,.components-module__4dRL9a__closeBtn,.components-module__4dRL9a__shareBtn,.components-module__4dRL9a__closeShareBtn{background:var(--accent);color:#fff;border:2px solid #1e293b;border-radius:9999px;font-weight:700;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;box-shadow:4px 4px #1e293b}.components-module__4dRL9a__addRow button:hover,.components-module__4dRL9a__addTravelerRow button:hover,.components-module__4dRL9a__addExpenseRow button:hover,.components-module__4dRL9a__addItineraryRow button:hover,.components-module__4dRL9a__applyDateBtn:hover,.components-module__4dRL9a__closeBtn:hover,.components-module__4dRL9a__shareBtn:hover,.components-module__4dRL9a__closeShareBtn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #1e293b}@media (min-width:1200px){.components-module__4dRL9a__addItineraryRow{flex-wrap:nowrap;align-items:center}.components-module__4dRL9a__addItineraryRow input{flex:1 1 0;min-width:0}.components-module__4dRL9a__timeInputWrap{flex:none}.components-module__4dRL9a__addItineraryRow button{white-space:nowrap;flex:none}}.components-module__4dRL9a__defaultColorInput{cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:9999px;width:48px;height:48px}.components-module__4dRL9a__packingList,.components-module__4dRL9a__travelersList,.components-module__4dRL9a__expensesList,.components-module__4dRL9a__balancesList,.components-module__4dRL9a__settlementsList,.components-module__4dRL9a__itineraryList,.components-module__4dRL9a__sharedList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.components-module__4dRL9a__packingItem,.components-module__4dRL9a__travelerItem,.components-module__4dRL9a__expenseItem,.components-module__4dRL9a__balanceItem,.components-module__4dRL9a__itineraryItem,.components-module__4dRL9a__settlementItem,.components-module__4dRL9a__sharedItem{background:#fff;border:2px solid #1e293b;border-radius:16px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;box-shadow:4px 4px #e2e8f0}.components-module__4dRL9a__packingItem:hover,.components-module__4dRL9a__travelerItem:hover,.components-module__4dRL9a__expenseItem:hover,.components-module__4dRL9a__balanceItem:hover,.components-module__4dRL9a__itineraryItem:hover,.components-module__4dRL9a__settlementItem:hover,.components-module__4dRL9a__sharedItem:hover{transform:translateY(-2px);box-shadow:6px 6px #f472b6}.components-module__4dRL9a__packingItem,.components-module__4dRL9a__travelerItem,.components-module__4dRL9a__expenseItem,.components-module__4dRL9a__balanceItem,.components-module__4dRL9a__itineraryItem,.components-module__4dRL9a__sharedItem{justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.components-module__4dRL9a__packingTitle,.components-module__4dRL9a__travelerName,.components-module__4dRL9a__expenseTitle,.components-module__4dRL9a__balanceName,.components-module__4dRL9a__itineraryTitle,.components-module__4dRL9a__sharedName{color:var(--text);letter-spacing:-.01em;font-weight:700}.components-module__4dRL9a__packingTitle{flex:1;margin-right:10px}.components-module__4dRL9a__travelerInfo,.components-module__4dRL9a__expenseInfo,.components-module__4dRL9a__itineraryInfo{flex:1}.components-module__4dRL9a__travelerEmail,.components-module__4dRL9a__expenseMeta,.components-module__4dRL9a__balanceDetails,.components-module__4dRL9a__itineraryRemark,.components-module__4dRL9a__sharedEmpty{color:var(--muted);font-size:.9rem}.components-module__4dRL9a__travelerIcon{background:var(--accent);color:#fff;border:2px solid #1e293b;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.components-module__4dRL9a__iconTrigger{cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:12px;width:42px;height:42px;box-shadow:3px 3px #1e293b}.components-module__4dRL9a__iconGrid{grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:12px;margin-bottom:16px;display:grid}.components-module__4dRL9a__iconButton{cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:12px;width:48px;height:48px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;box-shadow:3px 3px #1e293b}.components-module__4dRL9a__iconButton:hover{transform:translate(-1px,-1px)rotate(2deg);box-shadow:4px 4px #1e293b}.components-module__4dRL9a__iconSelected{border-color:var(--accent);background:#efe6ff}.components-module__4dRL9a__iconDisabled{opacity:.45;cursor:not-allowed}.components-module__4dRL9a__iconReusable{background:#dcfce7;border-style:dashed}.components-module__4dRL9a__colorInput{cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:10px;width:34px;height:34px;padding:2px}.components-module__4dRL9a__deleteBtn,.components-module__4dRL9a__removeBtn{color:#fff;cursor:pointer;background:#ef4444;border:2px solid #1e293b;border-radius:9999px;padding:8px 14px;font-size:.9rem;font-weight:700;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;box-shadow:3px 3px #1e293b}.components-module__4dRL9a__deleteBtn:hover,.components-module__4dRL9a__removeBtn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #1e293b}.components-module__4dRL9a__modalOverlay{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.components-module__4dRL9a__modalContent{background:#fffdf5;border:2px solid #1e293b;border-radius:20px;width:100%;max-width:430px;padding:24px;box-shadow:8px 8px #1e293b}.components-module__4dRL9a__modalContent h3{margin:0 0 16px;font-size:1.25rem;font-weight:800}.components-module__4dRL9a__closeBtn{width:100%}.components-module__4dRL9a__chargedToRow{background:#fff8e8;border:2px solid #1e293b;border-radius:16px;flex-wrap:wrap;width:100%;padding:12px 14px;display:flex}.components-module__4dRL9a__chargedToList{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;width:100%;margin-top:14px;display:grid}.components-module__4dRL9a__checkboxLabel{color:var(--text);cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #1e293b;border-radius:12px;align-items:center;gap:8px;min-height:38px;padding:8px 10px;font-weight:600;display:inline-flex;box-shadow:2px 2px #1e293b}.components-module__4dRL9a__checkboxLabel:hover{background:#efe6ff}.components-module__4dRL9a__checkboxCharge{cursor:pointer;accent-color:var(--accent);margin-right:2px;padding:0}.components-module__4dRL9a__checkboxCharge input{width:15px;height:15px}.components-module__4dRL9a__checkboxLabel label{cursor:pointer;margin:0;padding:0}.components-module__4dRL9a__selectAllBtn{color:#fff;cursor:pointer;background:#34d399;border:2px solid #1e293b;border-radius:9999px;padding:10px 16px;font-size:.9rem;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;box-shadow:3px 3px #1e293b}.components-module__4dRL9a__selectAllBtn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #1e293b}.components-module__4dRL9a__balancesSection,.components-module__4dRL9a__settlementsSection{border-top:2px dashed #1e293b;margin-top:20px;padding-top:14px}.components-module__4dRL9a__balancesSection h3,.components-module__4dRL9a__settlementsSection h3{color:var(--text);margin:0 0 12px}.components-module__4dRL9a__balanceDetails{gap:12px;width:60%;display:flex}.components-module__4dRL9a__balanceDetails label{flex:1}.components-module__4dRL9a__settlementItem{color:var(--text);background:#fdf2f8;padding:14px 16px;font-weight:500}.components-module__4dRL9a__settlementAmount{color:var(--accent);font-size:1.05rem;font-weight:700}.components-module__4dRL9a__dateRangeRow{background:#fff8e8;border:2px solid #1e293b;border-radius:16px;padding:12px}.components-module__4dRL9a__dateRangeRow label{color:var(--text);flex-direction:column;gap:6px;font-size:.9rem;font-weight:700;display:flex}.components-module__4dRL9a__applyDateBtn{background:#34d399}.components-module__4dRL9a__dayTabs{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.components-module__4dRL9a__dayTab{color:var(--text);cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #1e293b;border-radius:14px;padding:10px 14px;font-size:.9rem;transition:all .2s cubic-bezier(.34,1.56,.64,1);box-shadow:3px 3px #1e293b}.components-module__4dRL9a__dayTab:hover{background:#fbbf24;transform:translate(-1px,-1px)}.components-module__4dRL9a__dayTabActive{background:var(--accent);color:#fff;border-color:#1e293b;font-weight:700}.components-module__4dRL9a__dayTabDate{opacity:.9;font-size:.78rem}.components-module__4dRL9a__parsedDataDisplay,.components-module__4dRL9a__daySummary{background:#f8f3ff;border:2px solid #1e293b;border-radius:14px;margin-bottom:12px;padding:12px 14px;font-size:.95rem;box-shadow:4px 4px #e2e8f0}.components-module__4dRL9a__parsedDataDisplay strong{color:var(--accent);margin-bottom:6px;font-weight:700;display:block}.components-module__4dRL9a__daySummary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.components-module__4dRL9a__daySummary strong{color:var(--text);font-size:.95rem;font-weight:700}.components-module__4dRL9a__daySummaryLink{color:#fff;background:#34d399;border:2px solid #1e293b;border-radius:9999px;padding:8px 14px;font-size:.9rem;font-weight:700;text-decoration:none;box-shadow:3px 3px #1e293b}.components-module__4dRL9a__daySummaryLink:hover{background:#10b981}.components-module__4dRL9a__jumpLinkRow{justify-content:flex-start;margin:14px 0;display:flex}.components-module__4dRL9a__jumpLink{letter-spacing:.03em;text-transform:uppercase;color:#1e293b;background:#fff;border:2px solid #1e293b;border-radius:9999px;padding:6px 10px;font-size:.76rem;font-weight:700;text-decoration:none;box-shadow:3px 3px #1e293b}.components-module__4dRL9a__jumpLink:hover{background:#fbbf24}.components-module__4dRL9a__itineraryItem{justify-content:space-between;align-items:center;width:100%}.components-module__4dRL9a__itineraryTitle{align-items:flex-start;gap:8px;margin-bottom:4px;display:flex}.components-module__4dRL9a__itineraryTime{color:#fff;background:var(--accent);border:2px solid #1e293b;border-radius:9999px;margin-right:6px;padding:3px 8px;font-size:.8rem;font-weight:700}.components-module__4dRL9a__itineraryParsedInfo{color:var(--muted);align-items:start;gap:4px;font-size:.85rem;font-weight:600;display:flex}.components-module__4dRL9a__coords{color:var(--muted);font-size:.8rem}.components-module__4dRL9a__itineraryRemark{margin:6px 0;font-size:.9rem;font-style:italic}.components-module__4dRL9a__itineraryLinks{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.components-module__4dRL9a__mapLink,.components-module__4dRL9a__urlLink,.components-module__4dRL9a__dirLink{color:#1e293b;background:#fff;border:2px solid #1e293b;border-radius:9999px;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-size:.82rem;font-weight:700;line-height:1;text-decoration:none;transition:background .2s;display:inline-flex;box-shadow:2px 2px #1e293b}.components-module__4dRL9a__mapLink:hover,.components-module__4dRL9a__urlLink:hover,.components-module__4dRL9a__dirLink:hover{background:#efe6ff}.components-module__4dRL9a__shareModal{max-width:520px}.components-module__4dRL9a__shareTitle{margin:0 0 14px;font-size:1.3rem}.components-module__4dRL9a__shareForm{margin-bottom:14px}.components-module__4dRL9a__shareRow{gap:8px;margin-bottom:12px;display:flex}.components-module__4dRL9a__shareRow .components-module__4dRL9a__input{flex:1}.components-module__4dRL9a__statusError,.components-module__4dRL9a__statusSuccess{border:2px solid #1e293b;border-radius:12px;margin-bottom:10px;padding:10px 12px;font-size:.9rem}.components-module__4dRL9a__statusError{color:#991b1b;background:#fee2e2}.components-module__4dRL9a__statusSuccess{color:#166534;background:#dcfce7}.components-module__4dRL9a__sharedUsers{margin-bottom:16px}.components-module__4dRL9a__sharedTitle{margin:0 0 8px;font-size:.95rem;font-weight:700}.components-module__4dRL9a__sharedEmpty{margin:0}.components-module__4dRL9a__sharedName{font-size:.9rem}.components-module__4dRL9a__removeBtn{padding:6px 12px;font-size:.8rem}.components-module__4dRL9a__shareActions{justify-content:flex-end;display:flex}.components-module__4dRL9a__closeShareBtn{color:#fff;background:#64748b}.components-module__4dRL9a__closeShareBtn:hover{background:#475569}@media (max-width:768px){.components-module__4dRL9a__chargedToList{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}.components-module__4dRL9a__checkboxLabel{gap:6px;padding:6px 8px;font-size:13px}.components-module__4dRL9a__packingTitle{font-size:.86rem}.components-module__4dRL9a__deleteBtn,.components-module__4dRL9a__removeBtn{padding:8px 10px;font-size:.8rem}.components-module__4dRL9a__expenseMeta,.components-module__4dRL9a__balanceDetails{width:100%;display:grid}.components-module__4dRL9a__balanceItem{justify-content:space-evenly}}@media (max-width:640px){.components-module__4dRL9a__packingContainer,.components-module__4dRL9a__travelersContainer,.components-module__4dRL9a__expensesContainer,.components-module__4dRL9a__itineraryContainer{margin:8px;padding:12px}.components-module__4dRL9a__addTravelerRow,.components-module__4dRL9a__addItineraryRow,.components-module__4dRL9a__addExpenseRow,.components-module__4dRL9a__dateRangeRow,.components-module__4dRL9a__shareRow{display:grid}.components-module__4dRL9a__addRow{flex-wrap:nowrap;align-items:center;display:flex}.components-module__4dRL9a__addRow input[type=text],.components-module__4dRL9a__addRow input:not([type=color]){flex:1;min-width:0}.components-module__4dRL9a__addItineraryRow input,.components-module__4dRL9a__addItineraryRow button,.components-module__4dRL9a__addExpenseRow select,.components-module__4dRL9a__addExpenseRow button,.components-module__4dRL9a__shareRow .components-module__4dRL9a__input,.components-module__4dRL9a__shareRow button{width:100%;margin-bottom:8px}.components-module__4dRL9a__dayTabs{justify-content:center}.components-module__4dRL9a__dayTab{flex:1 1 0}.components-module__4dRL9a__itineraryItem{gap:12px;display:grid}.components-module__4dRL9a__itineraryLinks{background-color:#f8f3ff;border:2px solid #1e293b;border-radius:12px;justify-content:flex-start;padding:10px}}@media (max-width:480px){.components-module__4dRL9a__chargedToList{gap:6px;margin-top:12px}.components-module__4dRL9a__chargedToRow{padding:8px 10px}}
.header-module__Voge7q__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffdf5 0%,#fff6e7 100%);border-bottom:2px solid #1e293b;position:sticky;top:0;box-shadow:0 4px #1e293b}.header-module__Voge7q__container{align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:16px 20px;display:flex}.header-module__Voge7q__logo{color:#1e293b;-webkit-text-fill-color:#1e293b;letter-spacing:-.02em;background:0 0;align-items:center;gap:8px;font-family:Outfit,system-ui,sans-serif;font-size:1.4rem;font-weight:800;text-decoration:none;transition:transform .2s;display:flex}.header-module__Voge7q__logo:hover{transform:scale(1.05)}.header-module__Voge7q__logoMark{color:#1e293b;background:#fff;border:2px solid #1e293b;border-radius:9999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.15rem;line-height:1;display:inline-flex;box-shadow:2px 2px #1e293b}.header-module__Voge7q__logoText{color:#1e293b;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;font-family:Outfit,system-ui,sans-serif;font-weight:800}.header-module__Voge7q__nav{gap:24px;display:flex}.header-module__Voge7q__navLink{color:var(--muted);text-align:center;text-align:center;background:#fff;border:2px solid #1e293b;border-radius:9999px;align-items:center;gap:5px;padding:8px 12px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:3px 3px #1e293b}.header-module__Voge7q__navIcon{font-size:1.5rem}.header-module__Voge7q__navLink:hover{color:var(--text);background:#fbbf24;transform:translate(-1px,-1px)}.header-module__Voge7q__navLinkActive{color:#fff;background:var(--accent);text-align:center;border:2px solid #1e293b;border-radius:9999px;justify-content:center;align-items:center;gap:5px;padding:8px 12px;font-size:1rem;font-weight:600;text-decoration:none;display:flex;box-shadow:4px 4px #1e293b}.header-module__Voge7q__userGreeting{color:var(--text);white-space:nowrap;background:#fff;border:2px solid #1e293b;border-radius:9999px;align-items:center;gap:6px;margin-left:auto;padding:8px 14px;font-size:.95rem;font-weight:600;display:flex;box-shadow:3px 3px #1e293b}.header-module__Voge7q__username{color:var(--accent);font-weight:700}.header-module__Voge7q__logoutBtn{color:#fff;cursor:pointer;background:#f472b6;border:2px solid #1e293b;border-radius:9999px;margin-left:8px;padding:4px 12px;font-size:.85rem;font-weight:600;transition:all .2s cubic-bezier(.34,1.56,.64,1);box-shadow:3px 3px #1e293b}.header-module__Voge7q__logoutBtn:hover{background:#ec4899;transform:translate(-1px,-1px);box-shadow:4px 4px #1e293b}.header-module__Voge7q__logoutBtn:active{transform:translate(1px,1px);box-shadow:2px 2px #1e293b}.header-module__Voge7q__modalOverlay{z-index:200;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.header-module__Voge7q__modal{background:#fffdf5;border:2px solid #1e293b;border-radius:20px;width:min(420px,92vw);padding:20px 22px;animation:.18s ease-out header-module__Voge7q__modalIn;box-shadow:8px 8px #1e293b}.header-module__Voge7q__modalTitle{color:#0f172a;margin:0 0 6px;font-size:1.2rem;font-weight:700}.header-module__Voge7q__modalText{color:#475569;margin:0 0 18px;font-size:.95rem}.header-module__Voge7q__modalActions{justify-content:flex-end;gap:10px;display:flex}.header-module__Voge7q__modalCancelBtn{color:#1e293b;cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:9999px;padding:8px 14px;font-weight:600;box-shadow:3px 3px #1e293b}.header-module__Voge7q__modalConfirmBtn{color:#fff;cursor:pointer;background:#ef4444;border:2px solid #1e293b;border-radius:9999px;padding:8px 14px;font-weight:700;box-shadow:3px 3px #1e293b}.header-module__Voge7q__modalCancelBtn:hover{background:#fbbf24}.header-module__Voge7q__modalConfirmBtn:hover{background:#dc2626}@keyframes header-module__Voge7q__modalIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.header-module__Voge7q__container{justify-content:space-evenly;gap:10px;width:100%;padding:12px 16px}.header-module__Voge7q__logo{text-align:center;justify-content:flex-start;align-items:center;width:auto;font-size:1rem;display:flex}.header-module__Voge7q__logoMark{width:30px;height:30px;font-size:1rem}.header-module__Voge7q__logoText{font-size:1rem}.header-module__Voge7q__navIcon{font-size:1.5rem}.header-module__Voge7q__nav{gap:12px;display:flex}.header-module__Voge7q__navLink,.header-module__Voge7q__navLinkActive{border-radius:50%;width:90px;font-size:.8rem;display:grid;box-shadow:2px 2px #1e293b}.header-module__Voge7q__userGreeting{box-shadow:none;background:0 0;border:none;margin-left:0;padding:0}.header-module__Voge7q__logoutBtn{text-align:center;width:90px;margin-left:0;padding:8px 4px;font-size:.8rem;display:grid;box-shadow:2px 2px #1e293b}.header-module__Voge7q__greetingText{display:none}}
.modal-module__9pu7KG__overlay{z-index:9999;background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-module__9pu7KG__modal{background:linear-gradient(135deg,#fffdf5 0%,#fff5de 100%);border:2px solid #1e293b;border-radius:24px;width:90%;max-width:400px;padding:40px;box-shadow:8px 8px #1e293b}.modal-module__9pu7KG__title{color:#1e293b;letter-spacing:-.02em;text-align:center;margin:0 0 12px;font-size:1.75rem;font-weight:800}.modal-module__9pu7KG__description{color:var(--muted);text-align:center;margin:0 0 24px;font-size:.95rem;line-height:1.6}.modal-module__9pu7KG__form{flex-direction:column;gap:16px;display:flex}.modal-module__9pu7KG__inputGroup{flex-direction:column;gap:8px;display:flex}.modal-module__9pu7KG__input{color:var(--text);background:#fff;border:2px solid #1e293b;border-radius:16px;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:all .2s}.modal-module__9pu7KG__input:focus{border-color:var(--accent);box-shadow:4px 4px 0 0 var(--accent);background:#fff;outline:none}.modal-module__9pu7KG__input::placeholder{color:var(--muted)}.modal-module__9pu7KG__input:disabled{color:var(--muted);cursor:not-allowed;background:#f8fafc}.modal-module__9pu7KG__errorMessage{color:#991b1b;background:#fee2e2;border:2px solid #1e293b;border-radius:14px;flex-direction:column;gap:8px;padding:12px;font-size:.9rem;font-weight:500;display:flex}.modal-module__9pu7KG__retryBtn{color:#991b1b;cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:9999px;align-self:flex-start;padding:6px 12px;font-size:.85rem;font-weight:600;transition:all .2s}.modal-module__9pu7KG__retryBtn:hover{background:#fbbf24;border-color:#1e293b}.modal-module__9pu7KG__buttonGroup{gap:12px;display:flex}.modal-module__9pu7KG__backBtn{color:#1e293b;cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:9999px;flex:1;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s cubic-bezier(.34,1.56,.64,1);box-shadow:3px 3px #1e293b}.modal-module__9pu7KG__backBtn:hover:not(:disabled){background:#fbbf24;border-color:#1e293b;transform:translate(-1px,-1px)}.modal-module__9pu7KG__backBtn:disabled{opacity:.6;cursor:not-allowed}.modal-module__9pu7KG__submitBtn{background:var(--accent);color:#fff;cursor:pointer;border:2px solid #1e293b;border-radius:9999px;flex:1;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s cubic-bezier(.34,1.56,.64,1);box-shadow:4px 4px #1e293b}.modal-module__9pu7KG__submitBtn:hover:not(:disabled){background:var(--accent-hover);transform:translate(-2px,-2px);box-shadow:6px 6px #1e293b}.modal-module__9pu7KG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.modal-module__9pu7KG__hint{color:var(--muted);text-align:center;margin:16px 0 0;font-size:.85rem}
.tripDetail-module__zE9uEG__main{background:linear-gradient(135deg,#fffdf5 0%,#fff6e8 100%);border:2px solid #1e293b;border-radius:24px;max-width:1200px;min-height:calc(100vh - 80px);margin:20px auto;padding:32px 20px;box-shadow:8px 8px #1e293b}.tripDetail-module__zE9uEG__breadcrumb{margin-bottom:20px}.tripDetail-module__zE9uEG__breadcrumb a{color:var(--accent);background:#fff;border:2px solid #1e293b;border-radius:9999px;padding:6px 12px;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s;box-shadow:3px 3px #1e293b}.tripDetail-module__zE9uEG__breadcrumb a:hover{color:var(--accent-hover);background:#fbbf24}.tripDetail-module__zE9uEG__header{background:0 0;border-bottom:2px dashed #1e293b;border-radius:12px 12px 0 0;margin-bottom:32px;padding-bottom:16px}.tripDetail-module__zE9uEG__header h1{color:var(--text);text-transform:capitalize;letter-spacing:-.02em;margin:0;font-size:2.5rem;font-weight:800}.tripDetail-module__zE9uEG__tabsRow{background:#fff;border:2px solid #1e293b;border-radius:20px;flex-wrap:wrap;gap:12px;margin-bottom:24px;padding:12px 15px;display:flex;box-shadow:6px 6px #1e293b}.tripDetail-module__zE9uEG__tab{cursor:pointer;color:var(--text);background:#fff;border:2px solid #1e293b;border-radius:9999px;min-width:150px;padding:10px 18px;font-size:.95rem;font-weight:500;transition:all .2s cubic-bezier(.34,1.56,.64,1);box-shadow:3px 3px #1e293b}.tripDetail-module__zE9uEG__tab:hover{color:var(--text);background:#fbbf24;transform:translate(-1px,-1px)}.tripDetail-module__zE9uEG__tabActive{background:var(--accent);color:#fff;min-width:150px;font-weight:600;box-shadow:4px 4px #1e293b}.tripDetail-module__zE9uEG__tabActive:hover{background:var(--accent-hover);box-shadow:5px 5px #1e293b}.tripDetail-module__zE9uEG__tabContent{box-shadow:var(--shadow);background:#fff;border:2px solid #1e293b;border-radius:20px;min-height:320px;margin-top:8px;padding:24px 12px;transition:box-shadow .2s,background .2s}.tripDetail-module__zE9uEG__loading{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;padding:100px 20px;display:flex}.tripDetail-module__zE9uEG__accessDenied{text-align:center;background:#fee2e2;border:2px solid #1e293b;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;margin:40px 0;padding:100px 20px;display:flex;box-shadow:6px 6px #1e293b}.tripDetail-module__zE9uEG__accessDenied h1{color:#991b1b;margin:0 0 16px;font-size:2rem}.tripDetail-module__zE9uEG__accessDenied p{color:#7f1d1d;margin:8px 0;font-size:1rem}.tripDetail-module__zE9uEG__spinner{border:4px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;margin-bottom:16px;animation:1s linear infinite tripDetail-module__zE9uEG__spin}.tripDetail-module__zE9uEG__titleRow{align-items:center;gap:12px;display:flex}.tripDetail-module__zE9uEG__titleActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.tripDetail-module__zE9uEG__titleForm{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.tripDetail-module__zE9uEG__titleInput{background:#fff;border:2px solid #1e293b;border-radius:16px;width:100%;padding:8px 16px;font-size:2rem;font-weight:700}.tripDetail-module__zE9uEG__titleBtn{text-align:center;background:var(--accent);color:#fff;border:2px solid #1e293b;border-radius:9999px;min-width:80px;padding:8px 16px;box-shadow:3px 3px #1e293b}.tripDetail-module__zE9uEG__titleBtnGhost{color:#1e293b;background:#fff;border:2px solid #1e293b;border-radius:9999px;padding:8px 16px;box-shadow:3px 3px #1e293b}@keyframes tripDetail-module__zE9uEG__spin{to{transform:rotate(360deg)}}.tripDetail-module__zE9uEG__loading p{margin:0;font-size:1rem}@media (max-width:1200px){.tripDetail-module__zE9uEG__main{margin:15px}}@media (max-width:768px){.tripDetail-module__zE9uEG__main{padding:16px}.tripDetail-module__zE9uEG__header h1{font-size:1.75rem}.tripDetail-module__zE9uEG__titleRow{flex-direction:column;align-items:flex-start}.tripDetail-module__zE9uEG__titleForm{flex-direction:column;align-items:stretch}.tripDetail-module__zE9uEG__titleInput{font-size:1.4rem}.tripDetail-module__zE9uEG__tabsRow{flex-wrap:wrap;justify-content:center;gap:15px}.tripDetail-module__zE9uEG__tabsRow button{flex:1;padding:10px 5px;font-size:small}}
