.hero{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;padding:3rem 2rem;border-radius:12px;margin-bottom:2rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:.5rem}.subtitle{font-size:1.25rem;opacity:.95;margin-bottom:1.5rem}.travelers{display:flex;gap:1rem;justify-content:center}.traveler-badge{background:#fff3;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.countdown{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.3)}.countdown-value{font-size:3rem;font-weight:800;line-height:1}.countdown-label{font-size:1rem;opacity:.9;margin-bottom:.75rem}.countdown .progress-bar-container{height:6px;background:#ffffff4d;border-radius:3px;overflow:hidden}.countdown .progress-bar{height:100%;background:#fff;border-radius:3px;transition:width .3s ease}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.stat-icon{font-size:2.5rem;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#ff6b6b;margin-bottom:.25rem}.stat-label{color:#6c757d;font-size:.875rem}.route-map{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;flex-wrap:wrap;gap:1rem}.route-point{text-align:center;flex:1;min-width:120px}.route-icon{font-size:2.5rem;margin-bottom:.5rem}.route-city{font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.route-date{color:#6c757d;font-size:.875rem}.route-arrow{font-size:2rem;color:#ff6b6b;font-weight:700}.transport-list{display:grid;gap:.75rem}.transport-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #dee2e6;transition:all .2s}.transport-item:hover{background:#fff;box-shadow:0 2px 8px #00000014}.transport-item.urgency-critical{border-left-color:#dc3545;background:#fff5f5}.transport-item.urgency-warning{border-left-color:#ffc107;background:#fffbf0}.transport-item.urgency-done{border-left-color:#28a745;opacity:.75}.transport-icon{font-size:1.5rem;flex-shrink:0}.transport-info{flex:1;min-width:0}.transport-title{font-weight:600;font-size:.938rem;color:#2c3e50}.transport-detail{font-size:.813rem;color:#6c757d;margin-top:.125rem}.urgency-badge{flex-shrink:0;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.urgency-badge.critical{background:#dc3545;color:#fff;animation:pulse 2s infinite}.urgency-badge.warning{background:#ffc107;color:#2c3e50}.urgency-badge.done{background:#d4edda;color:#155724}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.quick-links{display:grid;gap:1rem}.quick-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;text-decoration:none;color:#2c3e50;font-weight:500;transition:all .2s}.quick-link:hover{background:#ff6b6b;color:#fff;transform:translate(4px)}.link-icon{font-size:1.5rem}.highlights-list{list-style:none;padding:0}.highlights-list li{padding:.75rem 0;border-bottom:1px solid #dee2e6;font-size:1rem}.highlights-list li:last-child{border-bottom:none}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.hotel-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;border-left:4px solid #28a745;transition:all .2s}.hotel-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.hotel-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.hotel-emoji{font-size:2rem}.hotel-name{font-weight:600;font-size:1rem;color:#2c3e50;margin-bottom:.25rem}.hotel-city{color:#6c757d;font-size:.875rem}.hotel-status{margin-left:auto;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.hotel-status.confirmed{background:#d4edda;color:#155724}.hotel-dates{display:flex;gap:2rem;padding-top:.75rem;border-top:1px solid #dee2e6}.hotel-dates div{display:flex;flex-direction:column;gap:.25rem}.date-label{font-size:.75rem;color:#6c757d;text-transform:uppercase;font-weight:500}.date-value{font-weight:600;color:#2c3e50;font-size:.875rem}@media (max-width: 768px){.hero{padding:2rem 1rem}.hero h1{font-size:1.75rem}.subtitle{font-size:.875rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem 1rem}.stat-icon{font-size:2rem}.stat-value{font-size:1.5rem}.route-map{flex-direction:column;gap:.5rem}.route-arrow{transform:rotate(90deg);font-size:1.5rem}.transport-item{flex-wrap:wrap}.urgency-badge{margin-left:2.5rem}.countdown-value{font-size:2.25rem}}@media (max-width: 480px){.hero h1{font-size:1.5rem}.subtitle{font-size:.75rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stat-card{padding:1rem .5rem}.stat-value{font-size:1.25rem}.stat-label{font-size:.75rem}.route-icon{font-size:1.5rem}.route-city{font-size:.875rem}.route-date{font-size:.75rem}.quick-link{padding:.75rem}.hotels-grid{grid-template-columns:1fr;gap:1rem}.hotel-card{padding:1rem}.hotel-header{flex-wrap:wrap}.hotel-name{font-size:.875rem}.hotel-status{font-size:.625rem;padding:.2rem .5rem}.hotel-dates{flex-direction:column;gap:.75rem}}.itinerary h1{color:#ff6b6b;margin-bottom:2rem;font-size:2rem}.day-selector{display:flex;gap:.75rem;margin-bottom:2rem;overflow-x:auto;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.day-selector::-webkit-scrollbar{display:none}.day-button{min-width:120px;padding:1rem;border:2px solid #dee2e6;background:#fff;border-radius:12px;cursor:pointer;transition:all .2s;text-align:center}.day-button:hover{border-color:#ff6b6b;transform:translateY(-2px)}.day-button.active{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;border-color:#ff6b6b}.day-date{font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.day-name{font-size:.875rem;opacity:.8}.day-detail{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f8f9fa}.day-header h2{color:#2c3e50;font-size:1.5rem}.activity-count{background:#4ecdc4;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.timeline{position:relative;padding-left:4rem}.timeline:before{content:"";position:absolute;left:16px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#ff6b6b,#4ecdc4)}.timeline-item{position:relative;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f8f9fa}.timeline-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.timeline-time{position:absolute;left:-4rem;top:.25rem;font-weight:600;color:#ff6b6b;font-size:.875rem;width:3rem;text-align:right}.timeline-dot{position:absolute;left:10px;top:.25rem;width:12px;height:12px;border-radius:50%;background:#ff6b6b;border:2px solid white;box-shadow:0 0 0 2px #ff6b6b}.timeline-content{padding-left:1rem}.activity-name{font-weight:600;font-size:1.125rem;margin-bottom:.5rem;color:#2c3e50}.activity-location{color:#6c757d;font-size:.875rem;margin-bottom:.25rem}.activity-cost{color:#28a745;font-size:.875rem;font-weight:500}.notes-section,.tips-section{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f8f9fa}.notes-section h3,.tips-section h3{color:#2c3e50;margin-bottom:1rem}.note{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;margin-bottom:.75rem;border-radius:4px}.tip{background:#d1ecf1;border-left:4px solid #17a2b8;padding:1rem;margin-bottom:.75rem;border-radius:4px}@media (max-width: 768px){.itinerary h1{font-size:1.5rem}.day-selector{gap:.5rem}.day-button{min-width:100px;padding:.75rem}.day-header{flex-direction:column;align-items:flex-start;gap:.75rem}.day-header h2{font-size:1.25rem}.timeline{padding-left:3.5rem}.timeline-time{left:-3.5rem;width:2.75rem;font-size:.8rem}.timeline-dot{left:14px}.activity-name{font-size:1rem}}@media (max-width: 480px){.day-detail{padding:1.5rem 1rem}.day-button{min-width:80px;padding:.5rem}.day-date{font-size:.875rem}.day-name{font-size:.75rem}.timeline{padding-left:3rem}.timeline-time{left:-3rem;width:2.25rem;font-size:.7rem}.timeline-dot{left:14px;width:10px;height:10px}.activity-name{font-size:.875rem}.activity-location,.activity-cost{font-size:.75rem}.note,.tip{padding:.75rem;font-size:.875rem}}.budget h1{color:#ff6b6b;margin-bottom:2rem;font-size:2rem}.budget-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a;border-top:4px solid #4ecdc4}.summary-card.total{border-top-color:#ff6b6b;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff}.summary-label{font-size:.875rem;color:#6c757d;margin-bottom:.5rem;font-weight:500}.summary-card.total .summary-label{color:#ffffffe6}.summary-value{font-size:2rem;font-weight:700;color:#2c3e50}.summary-card.total .summary-value{color:#fff}.budget-chart{display:grid;gap:1.5rem}.chart-bar{padding:1rem;background:#f8f9fa;border-radius:8px}.chart-label{display:flex;justify-content:space-between;margin-bottom:.75rem;font-weight:600}.item-name{color:#2c3e50}.item-total{color:#ff6b6b}.bar-container{height:8px;background:#dee2e6;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.bar{height:100%;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);transition:width .3s ease}.chart-split{display:flex;gap:2rem;font-size:.875rem}.split-book{color:#ff6b6b;font-weight:500}.split-benz{color:#4ecdc4;font-weight:500}.item-note{margin-top:.5rem;font-size:.875rem;color:#6c757d;font-style:italic}.supplies-table{margin-top:1rem}.supplies-table th,.supplies-table td{padding:.75rem;text-align:left;border-bottom:1px solid #dee2e6}.supplies-table th{background:#f8f9fa;font-weight:600}.total-row{font-weight:700;background:#fff3cd}.budget-notes{display:grid;gap:1rem}.budget-notes .note{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;border-radius:4px}@media (max-width: 768px){.budget-summary{grid-template-columns:1fr}.chart-split{flex-direction:column;gap:.5rem}.summary-value{font-size:1.75rem}.chart-label{flex-direction:column;gap:.25rem}}@media (max-width: 480px){.budget h1{font-size:1.5rem}.summary-card{padding:1.5rem 1rem}.summary-value{font-size:1.5rem}.chart-bar{padding:.75rem}.item-name{font-size:.875rem}.split-book,.split-benz{font-size:.75rem}.supplies-table{font-size:.875rem}}.restaurants h1{color:#ff6b6b;margin-bottom:1rem;font-size:2rem}.city-filter{margin-bottom:2rem}.city-count{background:#4ecdc4;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.city-section{margin-bottom:3rem}.city-name{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #ff6b6b}.city-icon{font-size:2rem}.restaurant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.restaurant-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .2s;border-left:4px solid #ff6b6b}.restaurant-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.restaurant-name{font-size:1.25rem;color:#2c3e50;margin-bottom:.75rem}.restaurant-dish{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#6c757d;font-size:.875rem}.dish-icon{font-size:1.25rem}.restaurant-note{display:flex;align-items:center;gap:.5rem;background:#fff3cd;padding:.75rem;border-radius:6px;font-size:.875rem;color:#856404}.note-icon{font-size:1rem}.food-tips{display:grid;gap:1rem}.tip-item{background:#d1ecf1;border-left:4px solid #17a2b8;padding:1rem;border-radius:4px}@media (max-width: 768px){.restaurant-grid{grid-template-columns:1fr}.city-name{font-size:1.5rem}}@media (max-width: 480px){.restaurants h1{font-size:1.5rem}.city-name{font-size:1.25rem}.city-icon{font-size:1.5rem}.restaurant-card{padding:1rem}.restaurant-name{font-size:1rem}.restaurant-dish,.restaurant-note{font-size:.75rem}}.checklist h1{color:#ff6b6b;margin-bottom:2rem;font-size:2rem}.progress-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600}.progress-text{color:#6c757d;font-size:.875rem}.progress-bar-container{height:12px;background:#e9ecef;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.progress-bar{height:100%;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);transition:width .3s ease}.progress-percentage{text-align:right;color:#ff6b6b;font-weight:700;font-size:.875rem}.checklist-filters{display:flex;gap:1rem;margin-bottom:1.5rem}.filter-btn{padding:.5rem 1.5rem;border:2px solid #dee2e6;background:#fff;border-radius:20px;cursor:pointer;font-weight:500;transition:all .2s}.filter-btn:hover{border-color:#ff6b6b}.filter-btn.active{background:#ff6b6b;color:#fff;border-color:#ff6b6b}.checklist-items{display:grid;gap:1rem;margin-bottom:2rem}.checklist-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .2s;border-left:4px solid #dee2e6}.checklist-item:hover{transform:translate(4px);box-shadow:0 4px 12px #00000026}.checklist-item.completed{border-left-color:#28a745;opacity:.7}.checkbox{width:24px;height:24px;border:2px solid #dee2e6;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.checklist-item.completed .checkbox{background:#28a745;border-color:#28a745}.checkmark{color:#fff;font-weight:700;font-size:1rem}.item-content{flex:1}.item-task{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.checklist-item.completed .item-task{text-decoration:line-through;color:#6c757d}.item-deadline{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6c757d}.deadline-icon{font-size:1rem}.item-status{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;flex-shrink:0}.item-status.done{background:#d4edda;color:#155724}.item-status.pending{background:#fff3cd;color:#856404}.reminders{display:grid;gap:1rem}.reminder{padding:1rem;border-radius:6px;border-left:4px solid}.reminder.urgent{background:#f8d7da;border-color:#dc3545;color:#721c24}.reminder.important{background:#fff3cd;border-color:#ffc107;color:#856404}.reminder.info{background:#d1ecf1;border-color:#17a2b8;color:#0c5460}@media (max-width: 768px){.checklist-item{flex-wrap:wrap}.item-status{width:100%;text-align:center}}@media (max-width: 480px){.checklist h1{font-size:1.5rem}.progress-section{padding:1.5rem 1rem}.progress-header{flex-direction:column;align-items:flex-start;gap:.5rem}.checklist-item{padding:1rem;gap:.75rem}.checkbox{width:20px;height:20px}.item-task{font-size:.875rem}.item-deadline{font-size:.75rem}.item-status{padding:.25rem .75rem;font-size:.75rem}.reminder{padding:.75rem;font-size:.875rem}}.tips h1{color:#ff6b6b;margin-bottom:2rem;font-size:2rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.tip-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;align-items:flex-start;transition:all .2s;border-left:4px solid #ff6b6b}.tip-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.tip-number{width:40px;height:40px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.tip-content{flex:1}.tip-topic{color:#2c3e50;margin-bottom:.5rem;font-size:1.125rem}.tip-advice{color:#6c757d;line-height:1.6}.general-tips,.transport-tips{display:grid;gap:1rem}.general-tip-item,.transport-item{background:#f8f9fa;padding:1rem;border-radius:6px;border-left:4px solid #4ecdc4}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.app-item{background:#f8f9fa;padding:1.5rem;border-radius:12px;text-align:center;transition:all .2s}.app-item:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.app-icon{font-size:3rem;margin-bottom:.75rem}.app-name{font-weight:600;color:#2c3e50;margin-bottom:.5rem}.app-desc{font-size:.875rem;color:#6c757d}@media (max-width: 768px){.tips-grid{grid-template-columns:1fr}.apps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.tips h1{font-size:1.5rem}.tip-card{padding:1rem;gap:.75rem}.tip-number{width:32px;height:32px;font-size:1rem}.tip-topic{font-size:1rem}.tip-advice{font-size:.875rem}.apps-grid{grid-template-columns:1fr;gap:1rem}.app-item{padding:1rem}.app-icon{font-size:2rem}.general-tip-item,.transport-item{padding:.75rem;font-size:.875rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #ff6b6b;--primary-dark: #ee5a5a;--secondary: #4ecdc4;--dark: #2c3e50;--light: #f8f9fa;--gray: #6c757d;--border: #dee2e6;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--light);color:var(--dark);line-height:1.6}.app{min-height:100vh}.navbar{background:#fff;box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;white-space:nowrap}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.hamburger span{display:block;width:25px;height:3px;background:var(--dark);border-radius:2px;transition:all .3s}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.nav-links{display:flex;gap:1.5rem;align-items:center}.trip-switcher{position:relative}.trip-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:2px solid var(--border);background:var(--light);border-radius:8px;cursor:pointer;transition:all .2s}.trip-btn:hover{border-color:var(--primary);background:#fff}.trip-emoji{font-size:1.25rem}.trip-title{font-weight:500;font-size:.875rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arrow{font-size:.75rem;color:var(--gray)}.trip-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:300px;background:#fff;border-radius:12px;box-shadow:var(--shadow-lg);border:1px solid var(--border);z-index:200;padding:.5rem}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;border:none;background:none;border-radius:8px;cursor:pointer;text-align:left;transition:background .2s}.dropdown-item:hover{background:var(--light)}.dropdown-item.active{background:#ff6b6b1a}.dropdown-item.add-trip{border-top:1px solid var(--border);margin-top:.5rem;padding-top:.75rem}.dropdown-emoji{font-size:1.5rem}.dropdown-info{flex:1}.dropdown-title{font-weight:600;font-size:.875rem;color:var(--dark)}.dropdown-subtitle{font-size:.75rem;color:var(--gray)}.status-badge{padding:.25rem .5rem;border-radius:12px;font-size:.625rem;font-weight:600;text-transform:uppercase}.status-badge.upcoming{background:#d1ecf1;color:#0c5460}.status-badge.ongoing{background:#d4edda;color:#155724}.status-badge.completed{background:#d6d8db;color:#383d41}.status-badge.planning{background:#fff3cd;color:#856404}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:99}.nav-link{color:var(--dark);text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .2s;font-weight:500}.nav-link:hover{background:var(--light);color:var(--primary)}.nav-link.active{background:var(--primary);color:#fff}.main-content{max-width:1200px;margin:2rem auto;padding:0 2rem}.card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.card h2{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.card h3{color:var(--dark);margin:1rem 0 .5rem;font-size:1.25rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.badge-primary{background:var(--primary);color:#fff}.badge-secondary{background:var(--secondary);color:#fff}.badge-success{background:#28a745;color:#fff}.badge-warning{background:#ffc107;color:var(--dark)}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--secondary);color:#fff}table{width:100%;border-collapse:collapse;margin:1rem 0}table th,table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border)}table th{background:var(--light);font-weight:600;color:var(--dark)}table tr:hover{background:#4ecdc40d}.highlight{color:var(--primary);font-weight:600}.note{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;margin:1rem 0;border-radius:4px}.tip{background:#d1ecf1;border-left:4px solid #17a2b8;padding:1rem;margin:1rem 0;border-radius:4px}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:250px;height:100vh;background:#fff;flex-direction:column;padding:80px 20px 20px;box-shadow:-4px 0 12px #0000001a;transition:right .3s ease;z-index:100;gap:.5rem}.nav-links.open{right:0}.nav-link{padding:.75rem 1rem;width:100%;text-align:left}.main-content{padding:0 1rem}.card{padding:1.5rem}}@media (max-width: 480px){.nav-container{padding:.75rem 1rem}.nav-brand{font-size:1.125rem}.nav-links{width:100%;right:-100%}.trip-btn{padding:.5rem .75rem}.trip-title{max-width:100px;font-size:.75rem}.trip-dropdown{left:-50px;min-width:280px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
