.date-picker{position:relative;display:inline-block}.date-picker-input{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:.8rem;min-width:140px;cursor:pointer;transition:all .2s ease}.date-picker-input:hover{background:#ffffff1a;border-color:#fff3}.date-picker-icon{font-size:.9rem;opacity:.7}.date-picker-value{flex:1;text-align:left}.date-picker-calendar{position:absolute;top:100%;right:0;margin-top:4px;background:linear-gradient(135deg,#1e293b,#334155);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:16px;min-width:280px;max-width:90vw;box-shadow:0 10px 25px #0000004d;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.calendar-today-row{display:flex;justify-content:center;margin-bottom:12px}.calendar-today-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;color:#fff;padding:6px 16px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.calendar-today-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scale(1.05);box-shadow:0 2px 8px #3b82f64d}.calendar-nav-btn{background:#ffffff1a;border:none;border-radius:6px;color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s ease}.calendar-nav-btn:hover{background:#fff3;transform:scale(1.05)}.calendar-month-year{color:#fff;font-weight:600;font-size:.9rem;text-align:center}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.calendar-weekday{color:#fff9;font-size:.75rem;font-weight:600;text-align:center;padding:4px 0}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#fffc;font-size:.85rem;border-radius:6px;cursor:pointer;transition:all .2s ease;position:relative}.calendar-day:hover:not(.empty){background:#ffffff1a;color:#fff;transform:scale(1.05)}.calendar-day.selected{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;box-shadow:0 2px 8px #3b82f64d}.calendar-day.empty{cursor:default;visibility:hidden}.calendar-day.selected:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);opacity:.2;z-index:-1}.date-picker-calendar{animation:fadeInScale .2s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.date-picker-calendar{min-width:260px;padding:12px}.calendar-day{font-size:.8rem}.calendar-weekday{font-size:.7rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;overflow-x:hidden;padding:32px;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .3s ease-out;box-sizing:border-box}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:sticky;top:0;right:0;float:right;margin:-16px -16px 0 0;background:#fff;border:none;font-size:32px;cursor:pointer;color:#475569;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;z-index:10;box-shadow:0 2px 8px #0000001a}.modal-close:hover{background-color:#f1f5f9}.modal-header{margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.modal-title{margin:0;font-size:1.5rem;color:#1e293b}.modal-title-container{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.modal-type-badge{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;border-radius:8px;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;align-self:flex-start}.modal-subtitle{font-size:1rem;color:#64748b;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;display:block;width:100%;clear:both}.modal-section{margin-bottom:24px}.modal-section-title{font-size:.9rem;font-weight:600;color:#475569;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.modal-detail-row{display:flex;padding:12px 0;border-bottom:1px solid #e2e8f0;align-items:flex-start}.modal-detail-row:last-child{border-bottom:none}.modal-detail-label{font-weight:600;color:#64748b;min-width:120px;font-size:.9rem;flex-shrink:0;padding-top:2px;margin-right:8px}.modal-detail-value{flex:1;color:#1e293b;font-size:.95rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.modal-empty-state{color:#94a3b8;font-style:italic;font-size:.9rem;padding:8px 0}.modal-photo{border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:100%;max-height:200px;object-fit:contain;cursor:pointer;transition:transform .2s,box-shadow .2s}.modal-photo:hover{transform:scale(1.02);box-shadow:0 6px 12px #00000026}.modal-attachment-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s}.modal-attachment-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.modal-attachment-icon{font-size:1.1rem}@media (max-width: 600px){.modal-content{width:100%;max-width:100vw;max-height:100vh;height:100vh;padding:16px;border-radius:0;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.modal-overlay{padding:0;align-items:stretch}.modal-close{position:fixed;top:12px;right:12px;margin:0;background:#fff;box-shadow:0 2px 12px #0003;z-index:1001;width:48px;height:48px;font-size:28px}.modal-header{padding-right:50px}.modal-detail-row{flex-direction:column;gap:6px;padding:10px 0}.modal-detail-label{min-width:auto;font-size:.85rem;padding-top:0}.modal-detail-value{font-size:.9rem;line-height:1.4;word-break:break-word;overflow-wrap:break-word}.modal-title{font-size:1.3rem}.modal-title-container{gap:10px;margin-bottom:12px}.modal-type-badge{font-size:.75rem;padding:4px 8px;align-self:flex-start}.modal-subtitle{font-size:.95rem;word-break:break-word}.modal-section-title{font-size:.85rem}.modal-section{max-width:100%;overflow-x:hidden}}.modal-action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:.85rem;transition:all .2s;border:none;cursor:pointer;white-space:nowrap}.modal-action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66;color:#fff}.modal-action-btn.modal-action-phone{background:linear-gradient(135deg,#059669,#047857)}.modal-action-btn.modal-action-phone:hover{box-shadow:0 4px 12px #05966966}.modal-action-icon{font-size:1rem}.modal-action-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.modal-detail-with-action{display:flex;flex-direction:column;gap:8px}.modal-detail-with-action>span{line-height:1.4}.modal-detail-text{display:block;margin-bottom:4px}.modal-attachments-list{display:flex;flex-direction:column;gap:8px;width:100%;overflow:hidden}.modal-attachment-item{display:flex;align-items:center;width:100%;min-width:0;overflow:hidden}.modal-attachment-item .modal-action-btn{flex:1;justify-content:flex-start;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.modal-loading{color:#64748b;font-size:.9rem;padding:8px 0}@media (max-width: 600px){.modal-action-btn{padding:10px 14px;font-size:.9rem}.modal-action-buttons{flex-direction:column}.modal-action-btn{justify-content:center}}.checklist-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.checklist-panel{width:95%;max-width:500px;height:90%;max-height:700px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;animation:scaleIn .3s ease;overflow:hidden}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 480px){.checklist-panel{width:100%;height:100%;max-height:none;border-radius:0}}.checklist-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.checklist-header-title{display:flex;align-items:center;gap:10px}.checklist-icon{font-size:24px}.checklist-header h2{margin:0;font-size:18px;font-weight:600}.checklist-close-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .2s}.checklist-close-btn:hover{background:#ffffff4d}.checklist-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#6b7280}.checklist-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite}.checklist-create{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.checklist-create-icon{font-size:64px;margin-bottom:16px}.checklist-create h3{margin:0 0 8px;font-size:18px;color:#1f2937}.checklist-create p{margin:0 0 24px;color:#6b7280;font-size:14px}.checklist-create-options{width:100%;max-width:360px}.checklist-template-cards{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;width:100%;max-height:280px;overflow-y:auto;padding-right:4px}.checklist-template-cards::-webkit-scrollbar{width:6px}.checklist-template-cards::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.checklist-template-cards::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.checklist-template-cards::-webkit-scrollbar-thumb:hover{background:#94a3b8}.template-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease}.template-card:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.template-card.selected{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b981;box-shadow:0 4px 12px #10b98133}.template-card-icon{font-size:28px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d}.template-card.selected .template-card-icon{background:#10b981;box-shadow:0 2px 8px #10b9814d}.template-card-info{flex:1;display:flex;flex-direction:column;gap:2px;text-align:left}.template-card-name{font-size:15px;font-weight:600;color:#1f2937}.template-card-desc{font-size:12px;color:#6b7280}.template-card.selected .template-card-name{color:#065f46}.template-card.selected .template-card-desc{color:#047857}.template-card-check{width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.checklist-create-btn{padding:12px 32px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.checklist-create-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.checklist-create-btn:disabled{opacity:.5;cursor:not-allowed}.checklist-progress{padding:16px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.checklist-progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:8px}.checklist-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;transition:width .3s ease}.checklist-progress-text{display:flex;justify-content:space-between;font-size:13px;color:#6b7280}.checklist-progress-percent{font-weight:600;color:#10b981}.checklist-obligatorios{margin-top:8px}.checklist-obligatorios-badge{display:inline-block;padding:4px 10px;background:#fef3c7;color:#92400e;border-radius:12px;font-size:12px;font-weight:500}.checklist-items{flex:1;overflow-y:auto;padding:12px 0}.checklist-category{margin-bottom:4px}.checklist-category-header{width:100%;display:flex;align-items:center;gap:10px;padding:12px 20px;background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#374151;transition:background .2s}.checklist-category-header:hover{background:#f3f4f6}.checklist-category-icon{font-size:18px}.checklist-category-name{flex:1;text-align:left}.checklist-category-count{font-size:12px;color:#9ca3af;font-weight:500}.checklist-category-arrow{font-size:10px;color:#9ca3af;transition:transform .2s}.checklist-category-arrow.expanded{transform:rotate(180deg)}.checklist-category-items{padding:0 20px 8px 48px}.checklist-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f9fafb;border-radius:8px;margin-bottom:6px;transition:background .2s,transform .2s}.checklist-item:hover{background:#f3f4f6}.checklist-item.completed{background:#ecfdf5}.checklist-item.completed .checklist-item-text{text-decoration:line-through;color:#9ca3af}.checklist-item.required{border-left:3px solid #f59e0b}.checklist-item-toggle{background:none;border:none;padding:8px;margin:-8px 4px -8px -8px;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.checklist-checkmark{width:26px;height:26px;background:#fff;border:2px solid #d1d5db;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;font-size:14px;font-weight:700;color:transparent}.checklist-checkmark.checked{background:#10b981;border-color:#10b981;color:#fff}.checklist-item-toggle:hover .checklist-checkmark{border-color:#10b981}.checklist-item-toggle:active .checklist-checkmark{transform:scale(.9)}.checklist-item-edit{flex:1;display:flex;gap:6px;align-items:center}.checklist-edit-input{flex:1;padding:6px 10px;border:2px solid #10b981;border-radius:6px;font-size:14px;outline:none}.checklist-edit-save,.checklist-edit-cancel{width:28px;height:28px;border:none;border-radius:6px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.checklist-edit-save{background:#10b981;color:#fff}.checklist-edit-cancel{background:#ef4444;color:#fff}.checklist-item-text{flex:1;font-size:14px;color:#374151}.checklist-required-badge{color:#f59e0b;font-weight:700;margin-left:4px}.checklist-item-completed-by{font-size:11px;color:#10b981;white-space:nowrap}.checklist-item-delete{background:none;border:none;cursor:pointer;padding:4px;opacity:0;transition:opacity .2s}.checklist-item:hover .checklist-item-delete{opacity:1}.checklist-item-delete:hover{transform:scale(1.1)}.checklist-add-item{display:flex;gap:8px;padding:16px 20px;background:#f9fafb;border-top:1px solid #e5e7eb}.checklist-add-input{flex:1;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .2s}.checklist-add-input:focus{outline:none;border-color:#10b981}.checklist-add-input::placeholder{color:#9ca3af}.checklist-add-btn{width:44px;height:44px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.checklist-add-btn:hover:not(:disabled){transform:scale(1.05)}.checklist-add-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.checklist-panel{max-width:100%}.checklist-category-items{padding-left:20px}}@media (prefers-color-scheme: dark){.checklist-panel{background:#1f2937}.checklist-header{background:linear-gradient(135deg,#059669,#047857)}.checklist-create h3,.checklist-category-header{color:#f9fafb}.checklist-create p,.checklist-progress-text{color:#9ca3af}.checklist-progress,.checklist-add-item{background:#111827;border-color:#374151}.checklist-progress-bar{background:#374151}.checklist-plantilla-selector select,.checklist-add-input{background:#374151;border-color:#4b5563;color:#f9fafb}.checklist-item{background:#374151}.checklist-item:hover{background:#4b5563}.checklist-item.completed{background:#064e3b}.checklist-item-text{color:#f9fafb}.checklist-checkmark{background:#374151;border-color:#6b7280}}.calendar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.calendar-panel{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1)}.calendar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#0f172acc;border-bottom:1px solid rgba(255,255,255,.1)}.calendar-header-title{display:flex;align-items:center;gap:10px}.calendar-header-title h2{margin:0;font-size:1.25rem;font-weight:700;color:#f8fafc}.calendar-icon{font-size:1.25rem}.calendar-close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:8px;color:#f8fafc;font-size:1rem;cursor:pointer;transition:all .2s}.calendar-close-btn:hover{background:#fff3}.calendar-content{flex:1;overflow-y:auto;padding:20px}.calendar-day-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px}.calendar-day-modal{background:#1e293b;border-radius:16px;max-width:400px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080}.calendar-day-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.calendar-day-modal-header h3{margin:0;font-size:1rem;font-weight:600;color:#f8fafc;text-transform:capitalize}.calendar-day-modal-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:6px;color:#f8fafc;font-size:.9rem;cursor:pointer;transition:all .2s}.calendar-day-modal-close:hover{background:#fff3}.calendar-day-modal-content{flex:1;overflow-y:auto;padding:12px}.calendar-day-modal-item{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff08;border-radius:10px;margin-bottom:8px;cursor:pointer;transition:all .2s}.calendar-day-modal-item:hover{background:#ffffff14}.calendar-day-modal-item:last-child{margin-bottom:0}.calendar-day-modal-item-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1rem;flex-shrink:0}.calendar-day-modal-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.calendar-day-modal-item-time{font-size:.75rem;color:#94a3b8;font-weight:600}.calendar-day-modal-item-title{font-size:.9rem;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-day-modal-item-desc{font-size:.8rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-day-modal-item-attachments{font-size:.75rem;color:#94a3b8;flex-shrink:0}.calendar-item-attachments{font-size:.6rem;opacity:.8}@media (max-width: 768px){.calendar-overlay{padding:10px}.calendar-panel{max-height:95vh;border-radius:12px}}.destinfo-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}.destinfo-panel{width:95%;max-width:480px;max-height:90%;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;animation:scaleIn .3s ease;overflow:hidden}.destinfo-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.destinfo-header-title{display:flex;align-items:center;gap:12px}.destinfo-flag{font-size:36px}.destinfo-header h2{margin:0;font-size:18px;font-weight:600}.destinfo-country{font-size:13px;opacity:.8}.destinfo-close-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .2s}.destinfo-close-btn:hover{background:#ffffff4d}.destinfo-content{flex:1;overflow-y:auto;padding:16px}.destinfo-section{background:#f8fafc;border-radius:12px;padding:16px;margin-bottom:12px}.destinfo-section:last-child{margin-bottom:0}.destinfo-section h3{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151}.destinfo-section.emergency{background:#fef2f2;border:1px solid #fecaca}.destinfo-section.emergency h3{color:#dc2626}.destinfo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px}.destinfo-item{display:flex;flex-direction:column;gap:4px}.destinfo-label{font-size:11px;font-weight:500;color:#6b7280;text-transform:uppercase}.destinfo-value{font-size:15px;font-weight:600;color:#1e293b}.destinfo-value.large{font-size:24px}.emergency-item .destinfo-phone{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#dc2626;color:#fff;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:background .2s}.emergency-item .destinfo-phone:hover{background:#b91c1c}.destinfo-warning{margin-top:12px;padding:10px 12px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;font-size:13px;font-weight:500;color:#92400e}@media (max-width: 480px){.destinfo-panel{width:100%;height:100%;max-width:none;max-height:none;border-radius:0}.destinfo-grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-color-scheme: dark){.destinfo-panel{background:#1f2937}.destinfo-section{background:#374151}.destinfo-section h3,.destinfo-value{color:#f9fafb}.destinfo-section.emergency{background:#450a0a;border-color:#7f1d1d}}.destination-info-card{background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:12px;color:#fff;margin-bottom:12px;cursor:pointer;transition:all .3s ease;overflow:hidden}.destination-info-card:hover{box-shadow:0 4px 16px #6366f166}.destination-info-card.gira-card{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.destination-info-card.gira-card:hover{box-shadow:0 4px 16px #7c3aed66}.dest-card-collapsed{display:flex;align-items:center;gap:10px;padding:12px 14px}.dest-card-flag{font-size:1.4rem}.dest-card-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.9}.dest-card-city{font-size:.95rem;font-weight:600;flex:1}.dest-collapsed-info{display:flex;gap:8px;font-size:.75rem;opacity:.85}.dest-collapsed-info span{white-space:nowrap}.dest-expand-icon{font-size:.6rem;opacity:.7;transition:transform .3s ease}.dest-expand-icon.open{transform:rotate(180deg)}.dest-card-expanded{padding:0 14px 14px;animation:slideDown .3s ease}.dest-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dest-card-item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;background:#ffffff26;border-radius:10px}.dest-item-icon{font-size:1rem;margin-bottom:2px}.dest-item-label{font-size:.65rem;opacity:.7;text-transform:uppercase;letter-spacing:.03em}.dest-item-value{font-size:.9rem;font-weight:600}.dest-card-item.emergency{background:#ef44444d}.emergency-phone{color:#fff;text-decoration:none;font-weight:700}.emergency-phone:hover{text-decoration:underline}.dest-card-extra{display:flex;align-items:flex-start;gap:10px;margin-top:10px;padding:10px 12px;background:#ffffff1a;border-radius:8px}.dest-card-extra .dest-item-icon{font-size:1rem;flex-shrink:0}.dest-card-extra .dest-item-label{font-size:.65rem;opacity:.7;text-transform:uppercase;letter-spacing:.03em;display:block;margin-bottom:2px}.dest-card-extra .dest-item-value{font-size:.85rem;font-weight:500;line-height:1.4}.dest-card-warning{margin-top:12px;padding:8px 12px;background:#fbbf244d;border-radius:8px;font-size:.8rem;font-weight:500;text-align:center}@media (max-width: 360px){.dest-card-grid{grid-template-columns:1fr 1fr;gap:8px}.dest-card-item{padding:8px 10px}.dest-item-value{font-size:.8rem}}.dashboard-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a8a,#0e7490);display:flex;flex-direction:column;width:100%;max-width:100vw;margin:0 auto;overflow-x:hidden;box-sizing:border-box}.dashboard-header{padding:20px 20px 0;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dashboard-back-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.dashboard-back-btn:hover{background:#ffffff26}.dashboard-actions{display:flex;gap:8px}.dashboard-action-btn{padding:10px 16px;background:linear-gradient(135deg,#facc15,#f97316);border:none;border-radius:12px;color:#0f172a;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.dashboard-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f9731666}.dashboard-action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.dashboard-action-btn.secondary{background:#ffffff1a;color:#fff}.route-selector{background:#ffffff14;border-radius:16px;padding:16px}.route-selector-label{display:block;color:#ffffffb3;font-size:.8rem;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.route-selector select{width:100%;padding:14px 16px;background:#fffffff2;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#0f172a;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px}.route-filters{display:flex;gap:12px;margin-top:12px}.route-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.date-filter-inline{display:flex;align-items:center;gap:6px;opacity:.7;transition:opacity .2s ease;pointer-events:auto;position:relative;z-index:1}.date-filter-inline:hover{opacity:1}.date-filter-icon{font-size:.8rem;opacity:.6}.date-filter-inline input[type=date]{padding:6px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-size:.8rem;min-width:140px;height:28px;cursor:pointer;pointer-events:auto;position:relative;z-index:10;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}.date-filter-inline input[type=date]:focus{outline:none;border-color:#ffffff4d;background:#ffffff1a}.date-filter-inline input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.6);opacity:.6;cursor:pointer;width:16px;height:16px;padding:2px}.route-filters input[type=date]{flex:1;padding:12px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:.9rem}.route-filters input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}.route-info-banner{display:flex;align-items:center;gap:16px;padding:6px 20px;background:linear-gradient(135deg,#facc1526,#f9731626);border-bottom:1px solid rgba(255,255,255,.1)}.route-info-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#facc15,#f97316);border-radius:14px;font-size:1.5rem}.route-info-content{flex:1}.route-info-title{margin:0;color:#fff;font-size:1.1rem;font-weight:700}.route-info-subtitle{margin:4px 0 0;color:#ffffffb3;font-size:.85rem}.route-info-stats{display:flex;gap:16px}.route-stat{text-align:center}.route-stat-value{display:block;color:#facc15;font-size:1.5rem;font-weight:800}.route-stat-label{color:#fff9;font-size:.7rem;text-transform:uppercase}.dashboard-content{flex:1;padding:0 20px 20px;overflow-y:auto}.section-header-left{display:flex;align-items:center}.section-title-left{display:flex;align-items:center;gap:12px}.section-title{display:flex;align-items:center;gap:10px;color:#fff;font-size:1.1rem;font-weight:700}.section-title-icon{font-size:1.3rem}.section-count{padding:4px 10px;background:#ffffff26;border-radius:20px;color:#fffc;font-size:.75rem;font-weight:600}.section-header-right{display:flex;align-items:center;gap:12px}.no-results-message{text-align:center;padding:40px 20px;color:#fff9}.no-results-message p{margin:0;font-size:.9rem;font-style:italic}.route-items-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.route-item-card{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:flex-start;padding:16px;background:#fffffff2;border-radius:16px;cursor:pointer;transition:all .2s ease}.route-item-card .item-icon-wrapper{margin-top:4px}.route-item-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003}.route-item-card:active{transform:scale(.98)}.item-icon-wrapper{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;font-size:1.8rem}.item-icon-wrapper.flight{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.item-icon-wrapper.hotel{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.item-icon-wrapper.transport{background:linear-gradient(135deg,#10b981,#059669)}.item-icon-wrapper.soundcheck{background:linear-gradient(135deg,#f59e0b,#d97706)}.item-icon-wrapper.concert{background:linear-gradient(135deg,#ef4444,#dc2626)}.item-icon-wrapper.meal{background:linear-gradient(135deg,#ec4899,#db2777)}.item-icon-wrapper.default{background:linear-gradient(135deg,#6b7280,#4b5563)}.item-content{min-width:0}.item-header-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.item-main-info{display:flex;flex-direction:column;gap:4px;margin-bottom:6px}.item-time-row{display:flex;align-items:center;gap:12px;margin-bottom:6px}.item-time-inline{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:6px;color:#92400e;font-size:.85rem;font-weight:700}.item-date-inline{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:6px;color:#1e40af;font-size:.8rem;font-weight:600}.item-type-badge{display:inline-block;padding:4px 10px;background:#f1f5f9;border-radius:6px;color:#475569;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.item-date-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#dbeafe,#e0f2fe);border-radius:6px;color:#1e40af;font-size:.75rem;font-weight:700}.item-title{margin:0 0 4px;color:#0f172a;font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-details{display:flex;flex-wrap:wrap;gap:8px}.item-detail{display:flex;align-items:center;gap:4px;color:#64748b;font-size:.8rem}.item-detail-icon{font-size:.9rem}.item-time{display:flex;flex-direction:column;align-items:center;padding:8px 12px;background:#f1f5f9;border-radius:10px}.item-time-value{color:#1e3a8a;font-size:1.1rem;font-weight:800}.item-time-label{color:#64748b;font-size:.65rem;text-transform:uppercase}.item-arrow{color:#94a3b8;font-size:1.2rem;flex-shrink:0}@media (max-width: 480px){.item-arrow{display:none}}.contacts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-bottom:24px}.contact-card{display:flex;align-items:center;gap:12px;padding:14px;background:#fffffff2;border-radius:14px;cursor:pointer;transition:all .2s}.contact-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.contact-avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;color:#fff;font-size:1.2rem;font-weight:700}.contact-info{flex:1;min-width:0}.contact-name{margin:0;color:#0f172a;font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-role{color:#64748b;font-size:.8rem}.contact-phone{padding:6px 10px;background:#f1f5f9;border-radius:8px;color:#1e3a8a;font-size:.8rem;font-weight:600;text-decoration:none}.setlist-list{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.setlist-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fffffff2;border-radius:12px;cursor:pointer;transition:all .2s}.setlist-item:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a}.setlist-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:8px;color:#fff;font-size:.85rem;font-weight:700}.setlist-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.setlist-title{color:#0f172a;font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.setlist-has-lyrics{font-size:.75rem;color:#10b981;font-weight:500}.setlist-arrow{color:#94a3b8;flex-shrink:0}.setlist-modal{max-height:70vh;display:flex;flex-direction:column;overflow:hidden}.setlist-modal-header{text-align:center;padding-bottom:16px;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.setlist-modal-title{display:flex;align-items:center;justify-content:center;gap:10px;margin:0;font-size:1.3rem;color:#1e293b}.setlist-modal-icon{font-size:1.5rem}.setlist-modal-subtitle{margin:8px 0 0;color:#64748b;font-size:.9rem}.setlist-modal-count{margin-top:8px;padding:4px 12px;display:inline-block;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;border-radius:20px;font-size:.8rem;font-weight:600}.setlist-modal-songs{flex:1;overflow-y:auto;display:block;min-height:0}.setlist-song-item{background:#f8fafc;border-radius:12px;overflow:hidden;transition:all .2s;margin-bottom:8px}.setlist-song-item:last-child{margin-bottom:0}.setlist-song-header{display:flex;align-items:center;gap:12px;padding:14px 16px}.setlist-song-header.clickable{cursor:pointer}.setlist-song-header.clickable:hover{background:#f1f5f9}.setlist-song-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:50%;color:#fff;font-size:.85rem;font-weight:700;flex-shrink:0}.setlist-song-info{flex:1;min-width:0}.setlist-song-name{font-size:1rem;font-weight:600;color:#1e293b;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.setlist-song-expand{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#e2e8f0;border-radius:50%;color:#64748b;font-size:.7rem;transition:all .2s;flex-shrink:0}.setlist-song-expand.expanded{background:#1e3a8a;color:#fff;transform:rotate(0)}.setlist-song-lyrics{padding:0 16px 16px;animation:slideDown .2s ease-out}.lyrics-content{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;font-size:.9rem;line-height:1.8;color:#334155;white-space:pre-wrap}.setlist-card{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#8b5cf6f2,#6d28d9f2);border-radius:16px;cursor:pointer;transition:all .2s;margin-top:16px}.setlist-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #8b5cf666}.setlist-card:active{transform:scale(.98)}.setlist-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:14px;font-size:1.8rem;flex-shrink:0}.setlist-card-content{flex:1;min-width:0}.setlist-card-title{margin:0;color:#fff;font-size:1.1rem;font-weight:700}.setlist-card-subtitle{margin:4px 0 0;color:#fffc;font-size:.9rem}.setlist-card-badge{display:inline-block;margin-top:8px;padding:4px 10px;background:#fff3;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600}.setlist-card-arrow{color:#fffc;font-size:1.5rem;flex-shrink:0}.dashboard-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.dashboard-empty-icon{font-size:4rem;margin-bottom:16px;opacity:.5}.dashboard-empty p{color:#fff9;font-size:1rem;margin:0}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:#fffc}@media (max-width: 480px){.dashboard-header{padding:16px}.dashboard-header-top{flex-direction:column;gap:12px;align-items:stretch}.dashboard-back-btn{align-self:flex-start}.dashboard-actions{justify-content:stretch}.dashboard-action-btn{flex:1;text-align:center}.route-selector{padding:14px}.route-info-banner{flex-direction:column;text-align:center;gap:12px}.route-info-stats{width:100%;justify-content:center}.dashboard-content{padding:16px}.route-item-card{grid-template-columns:48px 1fr auto;padding:14px;gap:12px}.item-icon-wrapper{width:48px;height:48px;font-size:1.4rem}.item-time{display:none}.item-time-row{flex-wrap:wrap;gap:8px}.item-time-inline,.item-date-inline{font-size:.8rem;padding:3px 8px}.item-title{font-size:.95rem}.item-type-badge{font-size:.65rem}.contacts-grid{grid-template-columns:1fr}.section-title{font-size:1rem}}@media (max-width: 359px){.dashboard-header{padding:12px}.route-item-card{grid-template-columns:44px 1fr;padding:12px;gap:10px}.item-icon-wrapper{width:44px;height:44px;font-size:1.2rem}.item-title{font-size:.9rem}.item-detail{font-size:.75rem}}@media (hover: none) and (pointer: coarse){.route-item-card:active{transform:scale(.98);opacity:.95}.contact-card:active{transform:scale(.98)}.setlist-item:active{background:#f1f5f9}}@supports (padding-top: env(safe-area-inset-top)){.dashboard-header{padding-top:calc(16px + env(safe-area-inset-top))}.dashboard-content{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}.route-sheet-selector{position:relative;width:100%;z-index:200}.route-selector-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;color:#1e293b;cursor:pointer;transition:all .2s}.route-selector-trigger:hover{border-color:#2563eb}.route-selector-trigger:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.route-selector-value{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-selector-arrow{font-size:.7rem;color:#64748b;transition:transform .2s;margin-left:8px}.route-selector-arrow.open{transform:rotate(180deg)}.route-selector-dropdown{position:fixed;left:20px;right:20px;max-width:560px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:60vh;overflow-y:auto;z-index:9999}.route-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9998;background:#0000004d}.route-selector-section{padding:8px 0}.route-selector-section-title{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.section-icon{font-size:1rem}.route-selector-divider{height:1px;background:#e2e8f0;margin:4px 16px}.route-gira-group{margin-bottom:4px}.route-gira-header{display:flex;align-items:center;gap:8px;padding:10px 16px;cursor:pointer;transition:background .2s}.route-gira-header:hover{background:#f8fafc}.gira-expand-icon{font-size:.7rem;color:#64748b;transition:transform .2s}.gira-expand-icon.expanded{transform:rotate(90deg)}.gira-name{flex:1;font-weight:600;color:#1e293b}.gira-count{font-size:.8rem;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:12px}.route-gira-content{padding-left:16px;border-left:2px solid #e2e8f0;margin-left:24px}.route-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;background:none;border:none;text-align:left;cursor:pointer;transition:background .2s;font-size:.9rem;color:#1e293b}.route-option:hover{background:#f1f5f9}.route-option.selected{background:#eff6ff;color:#2563eb}.route-option-gira-completa{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:8px;margin:4px 8px;font-weight:500}.route-option-gira-completa:hover{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.route-option-concert{padding-left:8px}.option-icon{font-size:1rem}.option-date{font-size:.8rem;font-weight:600;color:#64748b;min-width:50px}.option-label{flex:1}.route-selector-empty{padding:24px 16px;text-align:center;color:#94a3b8}.route-selector-show-older{display:block;width:100%;padding:12px 16px;background:#3b82f61a;border:none;border-top:1px solid rgba(255,255,255,.1);color:#60a5fa;font-size:.9rem;cursor:pointer;transition:all .2s}.route-selector-show-older:hover{background:#3b82f633;font-style:italic}.route-selector-loading{display:flex;align-items:center;gap:8px;padding:12px 16px;color:#64748b}.spinner-small{width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.gira-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;font-size:.7rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.3px}.gira-badge-icon{font-size:.8rem}.gira-view-all-btn{padding:4px 10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.gira-view-all-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scale(1.05)}@media (max-width: 480px){.gira-view-all-btn{padding:6px 10px;font-size:.7rem}.route-gira-header{flex-wrap:wrap;gap:8px}.gira-name{flex:1 1 100%;order:-1}}.route-gira-chips{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0 12px}.route-chip{display:flex;flex-direction:column;align-items:center;padding:8px 12px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;min-width:70px}.route-chip:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}.route-chip.selected{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#2563eb;color:#fff}.route-chip .chip-date{font-size:.85rem;font-weight:700;color:#1e293b}.route-chip.selected .chip-date{color:#fff}.route-chip .chip-city{font-size:.7rem;color:#64748b;text-align:center;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-chip.selected .chip-city{color:#ffffffe6}.concierto-header-card{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:12px;padding:16px 20px;margin-bottom:16px;color:#fff}.concierto-header-card h3{margin:0;font-size:18px;font-weight:700}.concierto-header-card p{margin:4px 0 0;font-size:14px;opacity:.9}@media (max-width: 480px){.concierto-header-card{padding:12px 16px;margin-bottom:12px}.concierto-header-card h3{font-size:15px}.concierto-header-card p{font-size:12px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.tourmap-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}.tourmap-panel{width:95%;max-width:1000px;height:90%;max-height:750px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;animation:scaleIn .3s ease;overflow:hidden}.tourmap-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.tourmap-header-title{display:flex;align-items:center;gap:10px}.tourmap-icon{font-size:24px}.tourmap-header h2{margin:0;font-size:18px;font-weight:600}.tourmap-close-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .2s}.tourmap-close-btn:hover{background:#ffffff4d}.tourmap-content{flex:1;position:relative;min-height:300px}.tourmap-leaflet{width:100%;height:100%;z-index:1}.tourmap-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280}.tourmap-empty-icon{font-size:64px;margin-bottom:16px}.custom-marker{background:transparent;border:none}.marker-pin{width:30px;height:30px;border-radius:50% 50% 50% 0;background:#3b82f6;position:relative;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d}.marker-pin span{transform:rotate(45deg);color:#fff;font-weight:700;font-size:12px}.tourmap-popup{min-width:150px}.tourmap-popup h4{margin:0 0 8px;font-size:16px;color:#1e293b}.tourmap-popup p{margin:4px 0;font-size:13px;color:#64748b}.popup-venue{color:#3b82f6!important}.popup-date{font-weight:500}.popup-name{font-style:italic;font-size:12px!important}.tourmap-destinations{background:#f8fafc;border-top:1px solid #e2e8f0;padding:12px 20px;max-height:150px;overflow-y:auto}.tourmap-destinations h3{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151}.tourmap-destinations-list{display:flex;flex-wrap:wrap;gap:8px}.tourmap-destination-item{display:flex;align-items:center;gap:8px;background:#fff;padding:8px 12px;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s}.tourmap-destination-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f633}.destination-number{width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.destination-info{display:flex;flex-direction:column}.destination-city{font-size:13px;font-weight:500;color:#1e293b}.destination-date{font-size:11px;color:#64748b}@media (max-width: 768px){.tourmap-panel{width:100%;height:100%;max-width:none;max-height:none;border-radius:0}.tourmap-destinations{max-height:120px}.tourmap-destinations-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.tourmap-destination-item{flex-shrink:0}}@media (prefers-color-scheme: dark){.tourmap-panel{background:#1f2937}.tourmap-destinations{background:#111827;border-color:#374151}.tourmap-destinations h3{color:#f9fafb}.tourmap-destination-item{background:#374151;border-color:#4b5563}.destination-city{color:#f9fafb}}.leaflet-container{font-family:inherit}.leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 4px 16px #00000026}.leaflet-popup-content{margin:12px 16px}.settings-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a8a,#0e7490);display:flex;flex-direction:column;width:100%}@media (min-width: 769px){.settings-content{max-width:600px;margin:0 auto;padding:24px}}.settings-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff}.settings-header{padding:16px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.settings-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;margin-bottom:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.settings-back-btn:hover{background:#ffffff26}.settings-title{display:flex;align-items:center;gap:8px;margin:0;color:#fff;font-size:1.2rem;font-weight:700}.settings-title-icon{font-size:1.4rem}.settings-content{flex:1;padding:16px}.settings-form{display:flex;flex-direction:column;gap:16px}.password-form{margin-top:8px}.settings-section{background:#fffffff2;border-radius:12px;padding:16px;box-shadow:0 4px 20px #0000001a}.settings-section-title{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:#0f172a;font-size:1rem;font-weight:700}.section-icon{font-size:1.1rem}.settings-field{margin-bottom:12px}.settings-field:last-child{margin-bottom:0}.settings-label{display:block;margin-bottom:6px;color:#475569;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.settings-input{width:100%;padding:10px 12px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;color:#0f172a;font-size:.9rem;transition:all .2s;box-sizing:border-box}.settings-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.settings-input::placeholder{color:#94a3b8}.settings-value-readonly{padding:10px 12px;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.9rem}.language-options{display:flex;gap:8px}.language-option{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.language-option:hover{background:#f1f5f9;border-color:#cbd5e1}.language-option.active{background:linear-gradient(135deg,#dbeafe,#e0f2fe);border-color:#3b82f6}.language-flag{font-size:1.5rem}.language-name{color:#0f172a;font-size:.8rem;font-weight:600}.settings-message{padding:4px 8px!important;border-radius:4px!important;font-size:.7rem!important;margin:0!important;text-align:center;display:inline-block;width:auto!important;max-width:fit-content!important;border:none!important}.settings-message.success{background:#dcfce7!important;color:#166534!important}.settings-message.error{background:#fee2e2!important;color:#991b1b!important;display:inline-block!important;gap:0!important}.settings-form>.settings-message{margin-top:-12px!important}.password-feedback{display:block;font-size:.75rem;margin-bottom:8px}.password-feedback.success{color:#16a34a}.password-feedback.error{color:#dc2626}.settings-save-btn{padding:12px 20px;background:linear-gradient(135deg,#facc15,#f97316);border:none;border-radius:10px;color:#0f172a;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s}.settings-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #f9731666}.settings-save-btn:disabled{opacity:.6;cursor:not-allowed}.password-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.password-btn:hover:not(:disabled){box-shadow:0 6px 16px #ef444466}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:12px;max-width:400px;width:90%;max-height:80vh;overflow:auto;box-shadow:0 20px 40px #0003;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.modal-title{margin:0;font-size:1rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.modal-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background:#f1f5f9;color:#0f172a}.modal-body{padding:20px}.modal-body p{margin:0;color:#475569;font-size:.9rem;line-height:1.5}.modal-footer{padding:16px 20px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.modal-btn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-btn:hover{background:#2563eb}.inline-error{margin-top:6px;padding:6px 8px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px}.admin-link-btn{display:flex;align-items:center;gap:16px;width:100%;padding:16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left}.admin-link-btn:hover{background:#f1f5f9;border-color:#10b981}.admin-link-icon{font-size:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px}.admin-link-content{flex:1;display:flex;flex-direction:column;gap:4px}.admin-link-title{font-size:1rem;font-weight:600;color:#1e293b}.admin-link-desc{font-size:.8rem;color:#64748b}.admin-link-arrow{font-size:1.2rem;color:#94a3b8}.plantillas-admin{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a8a,#0e7490);width:100%;max-width:100vw;margin:0 auto;overflow-x:hidden;box-sizing:border-box}.plantillas-header{display:flex;align-items:center;gap:16px;padding:20px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.plantillas-header .back-btn{padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s}.plantillas-header .back-btn:hover{background:#ffffff26}.plantillas-header h1{margin:0;font-size:1.3rem;font-weight:700;color:#fff}.plantillas-content{padding:20px;display:flex;flex-direction:column;gap:20px}.plantillas-list-section,.plantilla-items-section{background:#fffffff2;border-radius:16px;padding:20px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header h2{margin:0;font-size:1.1rem;font-weight:700;color:#1e293b}.add-btn{padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.new-form{background:#f8fafc;border-radius:12px;padding:16px;margin-bottom:16px;display:flex;flex-direction:column;gap:12px}.new-form input[type=text],.new-form select{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#1e293b}.new-form input:focus,.new-form select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#475569;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-actions{display:flex;gap:8px;justify-content:flex-end}.cancel-btn{padding:10px 20px;background:#e2e8f0;border:none;border-radius:8px;color:#475569;font-size:.9rem;font-weight:600;cursor:pointer}.save-btn{padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.plantillas-list{display:flex;flex-direction:column;gap:8px}.plantilla-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#f8fafc;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s}.plantilla-card:hover{background:#f1f5f9}.plantilla-card.selected{background:#ecfdf5;border-color:#10b981}.plantilla-info{display:flex;flex-direction:column;gap:4px}.plantilla-name{font-size:1rem;font-weight:600;color:#1e293b}.plantilla-desc{font-size:.8rem;color:#64748b}.default-badge{display:inline-block;padding:2px 8px;background:#dbeafe;color:#1d4ed8;font-size:.7rem;font-weight:600;border-radius:4px;margin-left:8px}.delete-btn{padding:8px;background:transparent;border:none;font-size:1rem;cursor:pointer;opacity:.5;transition:opacity .2s}.delete-btn:hover{opacity:1}.items-list{display:flex;flex-direction:column;gap:16px}.category-group{background:#f8fafc;border-radius:12px;padding:16px}.category-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:.9rem;font-weight:600;color:#475569}.category-count{padding:2px 8px;background:#e2e8f0;border-radius:10px;font-size:.75rem;color:#64748b}.category-items{display:flex;flex-direction:column;gap:8px}.item-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.item-text{font-size:.9rem;color:#1e293b}.required-badge{color:#ef4444;font-weight:700;margin-left:4px}.delete-item-btn{padding:4px 8px;background:transparent;border:none;color:#94a3b8;font-size:.9rem;cursor:pointer;transition:color .2s}.delete-item-btn:hover{color:#ef4444}.no-selection,.empty-items{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#64748b}.no-selection span,.empty-items span{font-size:3rem;margin-bottom:12px}.no-selection p,.empty-items p{margin:0;font-size:.95rem}.empty-items button{margin-top:16px;padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.plantillas-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:#fffc}@media (max-width: 480px){.plantillas-header{padding:16px}.plantillas-header h1{font-size:1.1rem}.plantillas-content,.plantillas-list-section,.plantilla-items-section{padding:16px}}.checklists-hub{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;width:100%;max-width:100vw;margin:0 auto;overflow-x:hidden;box-sizing:border-box}.hub-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100}.hub-header h1{font-size:1.25rem;font-weight:700;margin:0}.hub-header .back-btn,.hub-header .admin-btn{padding:8px 16px;background:#ffffff1a;border:none;border-radius:8px;color:#f8fafc;font-size:.9rem;cursor:pointer;transition:all .2s}.hub-header .back-btn:hover,.hub-header .admin-btn:hover{background:#fff3}.hub-tabs{display:flex;gap:8px;padding:16px 20px;background:#1e293b80;border-bottom:1px solid rgba(255,255,255,.05)}.hub-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ffffff0d;border:2px solid transparent;border-radius:12px;color:#94a3b8;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.hub-tab:hover{background:#ffffff1a;color:#f8fafc}.hub-tab.active{background:#10b98126;border-color:#10b981;color:#10b981}.tab-badge{padding:2px 8px;background:#ffffff1a;border-radius:12px;font-size:.8rem}.hub-tab.active .tab-badge{background:#10b9814d}.tab-badge.pending{background:#ef444433;color:#ef4444}.hub-content{padding:20px}.hub-layout{display:grid;grid-template-columns:1fr;gap:20px;width:100%;box-sizing:border-box}.concierto-detail{margin-top:20px}@media (min-width: 768px){.hub-layout{grid-template-columns:1fr 1.2fr}.concierto-detail{margin-top:0}}.list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.list-header h2{margin:0}.show-completed-toggle{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#94a3b8;cursor:pointer}.show-completed-toggle input{width:16px;height:16px;accent-color:#10b981;cursor:pointer}.show-completed-toggle:hover{color:#f8fafc}.conciertos-list h2,.concierto-detail h2,.pendientes-section h2{font-size:1.1rem;font-weight:600;margin:0 0 16px;color:#94a3b8}.conciertos-grid{display:flex;flex-direction:column;gap:12px}.concierto-card{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff0d;border:2px solid transparent;border-radius:16px;cursor:pointer;transition:all .2s}.concierto-card:hover{background:#ffffff14;transform:translate(4px)}.concierto-card.selected{background:#10b9811a;border-color:#10b981}.concierto-date{display:flex;flex-direction:column;align-items:center;min-width:50px;padding:8px;background:#ffffff1a;border-radius:12px}.date-day{font-size:1.5rem;font-weight:700;line-height:1}.date-month{font-size:.75rem;text-transform:uppercase;color:#94a3b8}.days-badge{margin-top:4px;padding:2px 6px;background:#3b82f6;border-radius:6px;font-size:.65rem;font-weight:600}.days-badge.today{background:#ef4444}.days-badge.soon{background:#f59e0b}.concierto-info{flex:1;min-width:0}.concierto-info h3{margin:0 0 4px;font-size:1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.concierto-location{margin:0;font-size:.85rem;color:#94a3b8}.conciertos-accordion{display:flex;flex-direction:column;gap:12px}.accordion-item{border-radius:12px;overflow:hidden}.concierto-card{position:relative}.concierto-card.expanded{border-radius:12px 12px 0 0}@media (min-width: 769px){.accordion-arrow,.accordion-content{display:none}.concierto-card.expanded{border-radius:12px}}@media (max-width: 768px){.accordion-arrow{font-size:.8rem;color:#64748b;transition:transform .3s ease;margin-left:8px}.accordion-arrow.expanded{transform:rotate(180deg)}.accordion-content{background:#1e293bcc;padding:16px;border-radius:0 0 12px 12px;border-top:1px solid rgba(255,255,255,.1);animation:slideDown .3s ease}.concierto-detail{display:none}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.create-checklist-inline{text-align:center;padding:12px}.create-checklist-inline p{margin:0 0 12px;color:#94a3b8;font-size:.9rem}.tipo-selector{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.tipo-option{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#ffffff0d;border:2px solid transparent;border-radius:10px;cursor:pointer;transition:all .2s}.tipo-option:hover{background:#ffffff1a}.tipo-option.active{background:#10b98126;border-color:#10b98180}.tipo-option input[type=radio]{display:none}.tipo-option span{font-size:.9rem;color:#f8fafc}.create-form-inline{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.create-form-inline select{padding:10px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#f8fafc;font-size:.9rem;min-width:200px}.create-btn-inline{padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s}.create-btn-inline:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.create-btn-inline:disabled{opacity:.5;cursor:not-allowed}.checklist-items-inline{display:flex;flex-direction:column;gap:16px}.category-group-inline h4{margin:0 0 8px;font-size:.9rem;color:#94a3b8;display:flex;align-items:center;gap:6px}.items-list-inline{display:flex;flex-direction:column;gap:6px}.item-row-inline{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#ffffff0d;border-radius:8px;cursor:pointer;transition:all .2s}.item-row-inline:hover{background:#ffffff1a}.item-row-inline.completed{opacity:.6}.item-row-inline.completed .item-text-inline{text-decoration:line-through}.item-row-inline input[type=checkbox]{width:20px;height:20px;accent-color:#10b981;cursor:pointer}.item-text-inline{flex:1;font-size:.9rem;color:#f8fafc}.item-text-inline .required{color:#ef4444;margin-left:4px}.loading-inline{text-align:center;padding:20px;color:#64748b}.no-checklist{font-size:.8rem;color:#10b981;font-weight:600}.gira-badge{display:inline-block;margin-top:6px;padding:3px 8px;background:#8b5cf633;border:1px solid rgba(139,92,246,.3);border-radius:6px;font-size:.75rem;color:#a78bfa}.hoja-ruta-badge{display:inline-block;margin-top:8px;padding:4px 10px;background:#3b82f633;border:1px solid rgba(59,130,246,.3);border-radius:6px;font-size:.8rem;color:#60a5fa}.concierto-status{display:flex;flex-direction:column;align-items:center;gap:4px}.progress-ring{width:48px;height:48px;border-radius:50%;background:conic-gradient(var(--color) calc(var(--progress) * 1%),rgba(255,255,255,.1) 0);display:flex;align-items:center;justify-content:center;position:relative}.progress-ring:before{content:"";position:absolute;width:38px;height:38px;background:#1e293b;border-radius:50%}.progress-ring span{position:relative;font-size:.75rem;font-weight:700}.status-text{font-size:.75rem;color:#94a3b8}.no-checklist{padding:8px 12px;background:#94a3b81a;border-radius:8px;font-size:.8rem;color:#64748b}.concierto-detail{background:#ffffff08;border-radius:20px;padding:24px;border:1px solid rgba(255,255,255,.05)}.detail-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.detail-header h2{margin:0 0 4px;font-size:1.25rem;color:#f8fafc}.detail-header p{margin:0;color:#94a3b8;font-size:.9rem}.no-selection,.no-checklist-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#64748b}.no-selection span,.no-checklist-state .icon{font-size:3rem;margin-bottom:16px}.no-checklist-state h3{margin:0 0 8px;color:#94a3b8}.no-checklist-state p{margin:0 0 20px}.no-checklist-state .warning{color:#f59e0b;font-size:.85rem}.create-btn{padding:12px 24px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.create-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #10b9814d}.create-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.progress-bar-container{margin-bottom:20px}.progress-bar{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.progress-text{font-size:.85rem;color:#94a3b8}.category-group{margin-bottom:20px}.category-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:.95rem;font-weight:600;color:#cbd5e1}.category-count{margin-left:auto;padding:2px 8px;background:#ffffff1a;border-radius:8px;font-size:.8rem;color:#94a3b8}.items-list{display:flex;flex-direction:column;gap:8px}.item-row{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff08;border-radius:10px;cursor:pointer;transition:all .2s}.item-row:hover{background:#ffffff0f}.item-row.completed{opacity:.6}.item-row.completed .item-text{text-decoration:line-through}.item-row input[type=checkbox]{width:20px;height:20px;accent-color:#10b981;cursor:pointer}.item-text{flex:1;font-size:.95rem}.item-text .required{color:#ef4444;margin-left:4px}.pendientes-section{max-width:800px;margin:0 auto}.pendientes-list{display:flex;flex-direction:column;gap:12px}.pendiente-card{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:#ffffff0d;border-radius:16px;border-left:4px solid #3b82f6;transition:all .2s}.pendiente-card.obligatorio{border-left-color:#ef4444;background:#ef44440d}.pendiente-checkbox{position:relative;width:24px;height:24px;flex-shrink:0}.pendiente-checkbox input{width:24px;height:24px;accent-color:#10b981;cursor:pointer}.pendiente-content{flex:1;display:flex;flex-direction:column;gap:6px}.pendiente-text{font-size:1rem;font-weight:500}.required-badge{display:inline-block;margin-left:8px;padding:2px 8px;background:#ef444433;border-radius:6px;font-size:.75rem;color:#ef4444}.pendiente-meta{font-size:.85rem;color:#94a3b8}.urgency{margin-left:8px;padding:2px 8px;border-radius:6px;font-size:.75rem;font-weight:600}.urgency.today{background:#ef444433;color:#ef4444}.urgency.soon{background:#f59e0b33;color:#f59e0b}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#64748b}.empty-state span{font-size:3rem;margin-bottom:16px}.hub-loading,.loading-items{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:#94a3b8}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#1e293b;border-radius:20px;padding:24px;max-width:400px;width:100%;border:1px solid rgba(255,255,255,.1)}.modal-content h3{margin:0 0 8px;font-size:1.25rem}.modal-content p{margin:0 0 20px;color:#94a3b8;font-size:.9rem}.modal-content select{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#f8fafc;font-size:1rem;margin-bottom:20px}.cancel-btn{padding:10px 20px;background:#ffffff1a;border:none;border-radius:10px;color:#94a3b8;font-size:.95rem;cursor:pointer}.cancel-btn:hover{background:#ffffff26}@media (max-width: 768px){.hub-header{padding:12px 16px;gap:8px}.hub-header h1{font-size:1rem}.hub-header .back-btn,.hub-header .admin-btn{padding:6px 12px;font-size:.8rem}.hub-tabs{padding:12px 16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.hub-tab{padding:10px 16px;font-size:.85rem;white-space:nowrap;flex-shrink:0}.hub-content{padding:16px}.concierto-card{padding:12px;gap:12px}.concierto-date{min-width:45px;padding:6px}.date-day{font-size:1.25rem}.concierto-info h3{font-size:.9rem}.concierto-location{font-size:.8rem}.progress-ring{width:40px;height:40px}.progress-ring:before{width:32px;height:32px}.concierto-detail{padding:16px;border-radius:16px}.detail-header h2{font-size:1.1rem}.item-row{padding:10px 12px;gap:10px}.item-text{font-size:.9rem}.pendiente-card{padding:12px 16px;gap:12px}.pendiente-text{font-size:.9rem}.pendiente-meta{font-size:.8rem}.no-selection,.no-checklist-state,.empty-state{padding:40px 16px}.no-selection span,.no-checklist-state .icon,.empty-state span{font-size:2.5rem}}@media (max-width: 480px){.hub-layout{max-width:100%}.hub-header{flex-wrap:wrap;justify-content:center;gap:10px}.hub-header h1{order:-1;width:100%;text-align:center;font-size:1.1rem}.hub-header .back-btn,.hub-header .admin-btn{flex:1;text-align:center;max-width:45%}.hub-tabs{justify-content:stretch}.hub-tab{flex:1;justify-content:center;padding:10px 8px;font-size:.8rem}.hub-content{padding:12px}.conciertos-list,.concierto-detail,.pendientes-section{text-align:left}.concierto-card{flex-wrap:wrap}.concierto-date{order:0}.concierto-info{flex:1;min-width:calc(100% - 120px)}.concierto-status{flex-direction:row;width:100%;justify-content:flex-end;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.05)}.progress-ring{width:36px;height:36px}.progress-ring:before{width:28px;height:28px}.progress-ring span{font-size:.65rem}.concierto-detail{padding:14px}.detail-header{margin-bottom:16px;padding-bottom:12px}.detail-header h2{font-size:1rem}.detail-header p{font-size:.8rem}.category-title{font-size:.85rem;flex-wrap:wrap}.item-row{padding:10px}.item-row input[type=checkbox]{width:18px;height:18px}.item-text{font-size:.85rem}.pendientes-section{padding:0}.pendiente-card{padding:12px;gap:10px}.pendiente-checkbox input{width:20px;height:20px}.pendiente-content{gap:4px}.pendiente-text{font-size:.85rem;display:flex;flex-wrap:wrap;align-items:center;gap:4px}.required-badge{margin-left:0;font-size:.7rem}.pendiente-meta{font-size:.75rem;display:flex;flex-wrap:wrap;gap:4px}.urgency{margin-left:0}.create-btn{padding:10px 20px;font-size:.9rem}.modal-content{padding:20px;border-radius:16px}.modal-content h3{font-size:1.1rem}.modal-content p{font-size:.85rem}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}.checklists-hub .checklist-template-cards{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto;padding:4px;margin-bottom:16px}.checklists-hub .checklist-template-cards::-webkit-scrollbar{width:6px}.checklists-hub .checklist-template-cards::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.checklists-hub .checklist-template-cards::-webkit-scrollbar-thumb{background:#10b9814d;border-radius:3px}.checklists-hub .checklist-template-cards::-webkit-scrollbar-thumb:hover{background:#10b98180}.checklists-hub .template-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s}.checklists-hub .template-card:hover{background:#ffffff1a;border-color:#10b9814d}.checklists-hub .template-card.selected{background:#10b98126;border-color:#10b981}.checklists-hub .template-card-icon{font-size:1.5rem;flex-shrink:0}.checklists-hub .template-card-info{flex:1;display:flex;flex-direction:column;gap:2px}.checklists-hub .template-card-name{font-weight:600;color:#f8fafc;font-size:.95rem}.checklists-hub .template-card-desc{font-size:.8rem;color:#94a3b8}.checklists-hub .template-card-check{font-size:1.2rem;color:#10b981;font-weight:700}.checklists-hub .checklist-create-modern{padding:20px;background:#10b9810d;border-radius:12px;border:1px solid rgba(16,185,129,.2)}.checklists-hub .checklist-create-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.checklists-hub .checklist-create-icon{font-size:2.5rem}.checklists-hub .checklist-create-text h4{margin:0 0 4px;font-size:1.1rem;font-weight:600;color:#f8fafc}.checklists-hub .checklist-create-text p{margin:0;font-size:.9rem;color:#94a3b8}.checklists-hub .tipo-selector{display:flex;gap:12px;margin-bottom:16px}.checklists-hub .tipo-option{flex:1;display:flex;align-items:center;gap:8px;padding:12px 16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:all .2s}.checklists-hub .tipo-option:hover{background:#ffffff1a}.checklists-hub .tipo-option.active{background:#3b82f626;border-color:#3b82f6}.checklists-hub .tipo-option input{display:none}.checklists-hub .tipo-option span{font-size:.9rem;color:#f8fafc}.checklists-hub .create-btn-inline{width:100%;padding:14px 20px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.checklists-hub .create-btn-inline:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.checklists-hub .create-btn-inline:active{transform:translateY(0)}.modal-content-modern{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;padding:24px;max-width:420px;width:90%;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080}.modal-close{position:absolute;top:16px;right:16px;background:#ffffff1a;border:none;color:#94a3b8;width:32px;height:32px;border-radius:50%;font-size:1rem;cursor:pointer;transition:all .2s}.modal-close:hover{background:#fff3;color:#f8fafc}.modal-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.modal-icon{font-size:2.5rem}.modal-title h3{margin:0 0 4px;font-size:1.25rem;font-weight:700;color:#f8fafc}.modal-title p{margin:0;font-size:.9rem;color:#94a3b8}.modal-content-modern .checklist-template-cards{display:flex;flex-direction:column;gap:10px;max-height:300px;overflow-y:auto;padding:4px;margin-bottom:20px}.modal-content-modern .template-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s}.modal-content-modern .template-card:hover{background:#ffffff1a;border-color:#10b9814d}.modal-content-modern .template-card.selected{background:#10b98126;border-color:#10b981}.modal-content-modern .template-card-icon{font-size:1.5rem;flex-shrink:0}.modal-content-modern .template-card-info{flex:1;display:flex;flex-direction:column;gap:2px}.modal-content-modern .template-card-name{font-weight:600;color:#f8fafc;font-size:.95rem}.modal-content-modern .template-card-desc{font-size:.8rem;color:#94a3b8}.modal-content-modern .template-card-check{font-size:1.2rem;color:#10b981;font-weight:700}.modal-create-btn{width:100%;padding:14px 20px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-create-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.modal-create-btn:active{transform:translateY(0)}.success-toast{position:fixed;top:20px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;box-shadow:0 10px 40px #10b98166;z-index:1000;animation:slideDown .3s ease-out,fadeOut .3s ease-in 3.5s forwards}@keyframes slideDown{0%{transform:translate(-50%) translateY(-100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes fadeOut{to{opacity:0;transform:translate(-50%) translateY(-20px)}}.has-checklist-badge{display:flex;flex-direction:column;align-items:center;gap:4px}.has-checklist-badge .status-text{font-size:.75rem;color:#10b981;font-weight:600}.has-checklist-badge.empty{background:#fbbf2426;border:2px solid rgba(251,191,36,.4);border-radius:12px;padding:8px 12px}.has-checklist-badge.empty .status-text{color:#fbbf24}.empty-checklist-icon{font-size:1.2rem}.no-checklist-badge{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:#ef444426;border:2px dashed rgba(239,68,68,.4);border-radius:12px}.no-checklist-icon{font-size:1.2rem;opacity:.7}.no-checklist-text{font-size:.7rem;color:#f87171;font-weight:600;text-transform:uppercase}.empty-checklist-message{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 20px;text-align:center}.empty-checklist-message span{font-size:2.5rem}.empty-checklist-message p{color:#94a3b8;font-size:.95rem}.add-item-section{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.add-item-section form{display:flex;gap:8px}.add-item-input{flex:1;padding:12px 16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:10px;color:#f8fafc;font-size:.95rem;transition:all .2s}.add-item-input:focus{outline:none;border-color:#10b981;background:#ffffff14}.add-item-input::placeholder{color:#64748b}.add-item-btn{padding:12px 20px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.add-item-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.add-item-btn:active{transform:translateY(0)}.calendar-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.calendar-page-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100}.calendar-page-header h1{font-size:1.25rem;font-weight:700;margin:0}.calendar-page-header .back-btn{padding:8px 16px;background:#ffffff1a;border:none;border-radius:8px;color:#f8fafc;font-size:.9rem;cursor:pointer;transition:all .2s}.calendar-page-header .back-btn:hover{background:#fff3}.header-spacer{width:80px}.calendar-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;color:#94a3b8}.calendar-loading .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#1e293b80;border-bottom:1px solid rgba(255,255,255,.05);flex-wrap:wrap;gap:12px}.calendar-nav{display:flex;align-items:center;gap:8px}.calendar-nav-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:8px;color:#f8fafc;font-size:1.2rem;cursor:pointer;transition:all .2s}.calendar-nav-btn:hover{background:#fff3}.calendar-today-btn{padding:8px 16px;background:#10b98133;border:1px solid rgba(16,185,129,.3);border-radius:8px;color:#10b981;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.calendar-today-btn:hover{background:#10b9814d}.calendar-current-date{font-size:1.1rem;font-weight:600;margin:0;text-transform:capitalize}.calendar-view-toggle{display:flex;background:#ffffff0d;border-radius:8px;overflow:hidden}.calendar-view-btn{padding:8px 16px;background:transparent;border:none;color:#94a3b8;font-size:.85rem;cursor:pointer;transition:all .2s}.calendar-view-btn.active{background:#10b98133;color:#10b981}.calendar-view-btn:hover:not(.active){background:#ffffff1a}.calendar-content{padding:20px}.calendar-month-grid{background:#ffffff08;border-radius:16px;overflow:hidden}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);background:#ffffff0d}.calendar-weekday{padding:12px 8px;text-align:center;font-size:.8rem;font-weight:600;color:#94a3b8}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-day{min-height:80px;padding:8px;border:1px solid rgba(255,255,255,.05);background:#ffffff05;transition:all .2s}.calendar-day:hover{background:#ffffff0d}.calendar-day.other-month{opacity:.4}.calendar-day.today{background:#10b9811a;border-color:#10b9814d}.calendar-day.today .calendar-day-number{background:#10b981;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.calendar-day-number{font-size:.85rem;font-weight:600;color:#f8fafc;margin-bottom:4px}.calendar-day-items{display:flex;flex-direction:column;gap:2px}.calendar-day-item{display:flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px;font-size:.7rem;color:#fff;cursor:pointer;transition:all .2s}.calendar-day-item:hover{transform:scale(1.05)}.calendar-item-icon{font-size:.65rem}.calendar-item-time{font-weight:600}.calendar-day-more{font-size:.7rem;color:#94a3b8;padding:2px 4px}.calendar-week-view{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calendar-week-day{background:#ffffff08;border-radius:12px;overflow:hidden;min-height:300px}.calendar-week-day.today{border:2px solid rgba(16,185,129,.5)}.calendar-week-day-header{display:flex;flex-direction:column;align-items:center;padding:12px;background:#ffffff0d}.calendar-week-day-name{font-size:.75rem;color:#94a3b8;text-transform:uppercase}.calendar-week-day-number{font-size:1.5rem;font-weight:700}.calendar-week-day-number.today{background:#10b981;color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.calendar-week-day-items{padding:8px;display:flex;flex-direction:column;gap:6px}.calendar-week-item{padding:8px;background:#ffffff0d;border-radius:8px;border-left:3px solid;cursor:pointer;transition:all .2s}.calendar-week-item:hover{background:#ffffff1a}.calendar-week-item-time{font-size:.75rem;color:#94a3b8;margin-bottom:4px}.calendar-week-item-content{display:flex;align-items:center;gap:6px}.calendar-week-item-icon{font-size:.9rem}.calendar-week-item-title{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-week-empty{text-align:center;padding:20px;color:#64748b;font-size:.8rem}.calendar-legend{display:flex;flex-wrap:wrap;gap:16px;padding:16px 20px;background:#1e293b80;border-top:1px solid rgba(255,255,255,.05)}.calendar-legend-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#94a3b8}.calendar-legend-dot{width:10px;height:10px;border-radius:50%}.item-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.item-detail-modal{background:#1e293b;border-radius:16px;max-width:400px;width:100%;overflow:hidden}.item-detail-header{display:flex;align-items:center;gap:12px;padding:16px 20px;color:#fff}.item-detail-icon{font-size:1.5rem}.item-detail-header h3{flex:1;margin:0;font-size:1.1rem}.item-detail-close{background:#fff3;border:none;border-radius:50%;width:32px;height:32px;color:#fff;font-size:1rem;cursor:pointer}.item-detail-content{padding:20px}.item-detail-row{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.item-detail-row:last-child{margin-bottom:0}.item-detail-label{font-size:.8rem;color:#94a3b8}.item-detail-row span:last-child{font-size:.95rem;color:#f8fafc}@media (max-width: 768px){.calendar-toolbar{flex-direction:column;align-items:stretch}.calendar-nav{justify-content:center}.calendar-current-date{text-align:center}.calendar-view-toggle{justify-content:center}.calendar-day{min-height:60px;padding:4px}.calendar-day-number{font-size:.75rem}.calendar-day-item{padding:1px 3px;font-size:.6rem}.calendar-week-view{grid-template-columns:1fr;gap:12px}.calendar-week-day{min-height:auto}.calendar-week-day-header{flex-direction:row;justify-content:space-between}.calendar-legend{justify-content:center}}@media (max-width: 480px){.calendar-page-header{padding:12px 16px}.calendar-page-header h1{font-size:1.1rem}.header-spacer{display:none}.calendar-weekday{padding:8px 4px;font-size:.7rem}.calendar-day{min-height:50px}.calendar-day-items{display:none}.calendar-day.has-items:after{content:"";display:block;width:6px;height:6px;background:#10b981;border-radius:50%;margin:4px auto 0}}.home-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a8a,#0e7490);padding:0;display:flex;flex-direction:column;width:100%;max-width:100vw;margin:0 auto;overflow-x:hidden;box-sizing:border-box}.home-header{padding:24px 20px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.home-brand{text-align:center;margin-bottom:16px}.brand-logo{display:flex;align-items:center;justify-content:center;gap:12px}.logo-icon{font-size:2.5rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.brand-logo h1{margin:0;font-size:2rem;font-weight:800;background:linear-gradient(135deg,#facc15,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.1em}.brand-subtitle{margin:8px 0 0;color:#ffffffb3;font-size:.95rem}.user-info{display:flex;align-items:center;justify-content:center;gap:16px}.user-greeting{color:#fffc;font-size:.9rem}.logout-btn{padding:8px 16px;border:1px solid rgba(255,255,255,.3);border-radius:20px;background:transparent;color:#fff;font-size:.85rem;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#ffffff1a;border-color:#ffffff80}.user-actions{display:flex;align-items:center;gap:8px}.settings-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:transparent;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.settings-btn:hover{background:#ffffff1a;border-color:#ffffff80;transform:rotate(45deg)}.home-tabs{display:flex;padding:16px 20px;gap:12px}.tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;border:none;border-radius:16px;background:#ffffff14;color:#ffffffb3;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.tab-btn:hover{background:#ffffff1f}.tab-btn.active{background:linear-gradient(135deg,#facc15,#f97316);color:#0f172a;box-shadow:0 8px 24px #f9731666}.tab-icon{font-size:1.2rem}.tab-count{padding:2px 8px;border-radius:10px;background:#0003;font-size:.75rem}.tab-btn.active .tab-count{background:#00000026}.home-content{flex:1;padding:0 20px 20px;overflow-y:auto}.cards-grid{display:flex;flex-direction:column;gap:16px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:4rem;margin-bottom:16px;opacity:.5}.empty-state p{color:#fff9;font-size:1rem}.concert-card,.route-card{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:20px;background:#fffffff2;border-radius:20px;box-shadow:0 10px 40px #0003;cursor:pointer;transition:all .3s ease}.concert-card:hover,.route-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0000004d}.concert-card.today{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.concert-card.past{opacity:.6}.card-date{display:flex;flex-direction:column;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:14px;color:#fff;min-width:70px}.date-day{font-size:1.8rem;font-weight:800;line-height:1}.date-month{font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-top:4px}.date-year{font-size:.7rem;opacity:.8}.route-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#0e7490,#0891b2);border-radius:14px;font-size:2rem}.card-content{flex:1;min-width:0}.card-title{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-details{display:flex;flex-direction:column;gap:4px}.detail-row{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#475569}.detail-icon{font-size:.9rem}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.card-header .card-title{margin:0;flex:1}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:6px;white-space:nowrap}.status-badge.confirmed{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #86efac}.status-badge.tentative{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fcd34d}.concert-card.tentative{border-left:4px solid #f59e0b}.concert-card.confirmed{border-left:4px solid #22c55e}.card-date.tentative{background:linear-gradient(135deg,#f59e0b,#d97706)}.tentative-badge{display:inline-block;margin-top:8px;padding:4px 10px;background:#fef3c7;color:#92400e;font-size:.7rem;font-weight:700;text-transform:uppercase;border-radius:6px}.route-notes{margin:8px 0 0;font-size:.8rem;color:#64748b;line-height:1.4}.card-arrow{font-size:1.5rem;color:#94a3b8;transition:transform .2s ease}.concert-card:hover .card-arrow,.route-card:hover .card-arrow{transform:translate(4px);color:#2563eb}.home-footer{padding:20px;background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quick-stats{display:flex;justify-content:center;gap:40px}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:2rem;font-weight:800;color:#facc15}.stat-label{font-size:.8rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em}.home-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:#fffc}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-top-color:#facc15;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 359px){.home-header{padding:16px 12px}.brand-logo h1{font-size:1.3rem}.logo-icon{font-size:1.8rem}.brand-subtitle{font-size:.8rem}.user-info{flex-direction:column;gap:8px}.user-greeting{font-size:.8rem}.home-tabs{padding:12px;gap:8px}.tab-btn{padding:10px 8px;font-size:.75rem;border-radius:12px}.tab-btn span:not(.tab-icon):not(.tab-count){display:none}.tab-icon{font-size:1rem}.tab-count{padding:2px 6px;font-size:.65rem}.home-content{padding:0 12px 12px}.concert-card,.route-card{grid-template-columns:50px 1fr 24px;padding:12px;gap:10px;border-radius:14px}.card-date,.route-icon{min-width:50px;width:50px;height:50px;border-radius:10px}.date-day{font-size:1.2rem}.date-month{font-size:.6rem}.date-year{display:none}.route-icon{font-size:1.5rem}.card-title{font-size:.95rem}.detail-row{font-size:.75rem}.card-arrow{font-size:1.2rem}.quick-stats{gap:24px}.stat-value{font-size:1.5rem}.stat-label{font-size:.7rem}}@media (min-width: 360px) and (max-width: 480px){.home-header{padding:20px 16px}.brand-logo h1{font-size:1.5rem}.logo-icon{font-size:2rem}.home-tabs{padding:14px 16px;gap:10px}.tab-btn{padding:12px 10px;font-size:.8rem}.tab-btn span:not(.tab-icon):not(.tab-count){display:none}.home-content{padding:0 16px 16px}.concert-card,.route-card{grid-template-columns:60px 1fr 28px;padding:14px;gap:12px}.card-date,.route-icon{min-width:60px;width:60px;height:60px}.date-day{font-size:1.4rem}.card-title{font-size:1rem}}@media (min-width: 481px) and (max-width: 768px){.home-container{padding:0 20px}.home-header{border-radius:0 0 24px 24px}.cards-grid{gap:20px}.concert-card,.route-card{padding:20px}}@media (min-width: 769px){.home-container{box-shadow:0 0 60px #0000004d}.cards-grid{gap:20px}}@media (hover: none) and (pointer: coarse){.concert-card,.route-card{-webkit-tap-highlight-color:transparent}.concert-card:active,.route-card:active{transform:scale(.98);opacity:.9}.tab-btn:active{transform:scale(.95)}.logout-btn:active{background:#fff3}}@supports (padding-top: env(safe-area-inset-top)){.home-header{padding-top:calc(20px + env(safe-area-inset-top))}.home-footer{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}@media (max-height: 500px) and (orientation: landscape){.home-header{padding:12px 20px}.brand-logo{gap:8px}.logo-icon{font-size:1.5rem}.brand-logo h1{font-size:1.3rem}.brand-subtitle{display:none}.home-tabs{padding:8px 20px}.tab-btn{padding:8px 12px}.home-footer{padding:12px 20px}.stat-value{font-size:1.5rem}}@media (prefers-color-scheme: dark){.concert-card,.route-card{background:#fffffff2}}@media (prefers-reduced-motion: reduce){.logo-icon{animation:none}.spinner{animation:none;border-top-color:#facc15;border-right-color:#facc15}.concert-card,.route-card,.tab-btn,.logout-btn{transition:none}}.concert-modal{max-width:100%}.concert-modal-header{display:flex;align-items:flex-start;gap:16px;padding-bottom:20px;border-bottom:1px solid #e2e8f0;margin-bottom:20px}.concert-modal-date{min-width:70px;padding:12px;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:12px;text-align:center;color:#fff}.concert-date-day{display:block;font-size:1.8rem;font-weight:800;line-height:1}.concert-date-month{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.concert-date-year{display:block;font-size:.7rem;opacity:.8;margin-top:2px}.concert-modal-title-wrapper{flex:1}.concert-modal-title{margin:0;font-size:1.4rem;font-weight:700;color:#1e293b;line-height:1.3}.concert-modal-show{margin:6px 0 0;font-size:.95rem;color:#64748b}.concert-tentative-badge{display:inline-block;margin-top:8px;padding:4px 10px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.03em}.concert-confirmed-badge{display:inline-block;margin-top:8px;padding:4px 10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.03em}.concert-modal-content{display:flex;flex-direction:column;gap:20px}.concert-detail-section{background:#f8fafc;border-radius:12px;padding:16px}.concert-section-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:.9rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.03em}.concert-section-icon{font-size:1rem}.concert-detail-grid{display:flex;flex-direction:column;gap:12px}.concert-detail-item{display:flex;flex-direction:column;gap:2px}.concert-detail-label{font-size:.8rem;color:#64748b;font-weight:500}.concert-detail-value{font-size:1rem;color:#1e293b;font-weight:600}.concert-detail-label-icon{margin-right:6px}.concert-fee-value{color:#059669;font-weight:700}.concert-modal-compact{gap:16px}.concert-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.concert-info-item{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border-radius:8px}.concert-info-icon{font-size:1rem;flex-shrink:0}.concert-info-text{font-size:.9rem;color:#1e293b;font-weight:500;line-height:1.3}.concert-info-fee .concert-info-text{color:#059669;font-weight:700}.concert-route-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 20px;background:linear-gradient(135deg,#1e3a8a,#2563eb);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.concert-route-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.concert-route-btn:active{transform:translateY(0)}.concert-route-btn.disabled{background:#94a3b8;cursor:not-allowed;opacity:.7}.concert-route-btn.disabled:hover{transform:none;box-shadow:none}.concert-route-btn-icon{font-size:1.2rem}.concert-modal-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.concert-checklist-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 20px;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.concert-checklist-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.concert-checklist-btn:active{transform:translateY(0)}.concerts-section{display:flex;flex-direction:column;gap:16px}.load-more-btn{display:block;width:100%;padding:14px 20px;background:#3b82f61a;border:2px dashed rgba(59,130,246,.3);border-radius:12px;color:#60a5fa;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.load-more-btn:hover{background:#3b82f633;border-color:#3b82f680}.load-more-btn.past{background:#a855f71a;border-color:#a855f74d;color:#a855f7}.load-more-btn.past:hover{background:#a855f733;border-color:#a855f780}.concert-checklist-btn.disabled,.concert-checklist-btn.needs-route{background:#94a3b8;cursor:not-allowed;opacity:.7}.concert-checklist-btn.disabled:hover,.concert-checklist-btn.needs-route:hover{transform:none;box-shadow:none}.home-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.home-brand{text-align:left;margin-bottom:0}.brand-logo h1{font-size:1.4rem}.icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff1a;font-size:1.2rem;cursor:pointer;transition:all .2s}.icon-btn:hover{background:#fff3}.icon-btn.logout{background:#ef444433}.icon-btn.logout:hover{background:#ef444466}.home-greeting{padding:20px 20px 0;display:flex;flex-direction:column;gap:4px}.greeting-text{font-size:1.5rem;font-weight:700;color:#fff}.greeting-subtitle{font-size:.9rem;color:#fff9}.home-hero{margin:20px;padding:24px;background:linear-gradient(135deg,#facc15,#f97316);border-radius:20px;cursor:pointer;transition:transform .2s,box-shadow .2s}.home-hero:hover{transform:translateY(-4px);box-shadow:0 12px 40px #f9731666}.home-hero:active{transform:scale(.98)}.hero-badge{display:inline-block;padding:6px 12px;background:#0003;border-radius:20px;font-size:.75rem;font-weight:700;color:#fff;margin-bottom:12px}.hero-title{margin:0;font-size:1.8rem;font-weight:800;color:#0f172a}.hero-venue{margin:4px 0 0;font-size:1rem;color:#0f172ab3}.hero-date{margin:8px 0 0;font-size:.95rem;font-weight:600;color:#0f172a;text-transform:capitalize}.hero-arrow{display:block;margin-top:16px;font-size:.9rem;font-weight:600;color:#0f172a99}.section-title{margin:0 0 16px;padding:0 20px;font-size:1rem;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.quick-actions{padding:20px 0}.actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 20px}.action-card{display:flex;flex-direction:column;align-items:center;padding:20px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;cursor:pointer;transition:all .2s;text-align:center}.action-card:hover{background:#ffffff26;transform:translateY(-2px)}.action-card:active{transform:scale(.95)}.action-icon{font-size:2rem;margin-bottom:8px}.action-label{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:4px}.action-desc{font-size:.75rem;color:#fff9}.features-section{padding:20px 0}.features-list{display:flex;flex-direction:column;gap:8px;padding:0 20px}.feature-item{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff14;border:none;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.feature-item:hover{background:#ffffff1f}.feature-item:active{transform:scale(.98)}.feature-icon{font-size:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:12px;flex-shrink:0}.feature-content{flex:1;display:flex;flex-direction:column;gap:2px}.feature-name{font-size:1rem;font-weight:600;color:#fff}.feature-desc{font-size:.8rem;color:#ffffff80}.feature-arrow{font-size:1.5rem;color:#ffffff4d}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:12px 8px;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);z-index:100;width:100%}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;background:transparent;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.nav-item:hover{background:#ffffff1a}.nav-item.active{background:#facc1533}.nav-icon{font-size:1.4rem}.nav-label{font-size:.7rem;font-weight:600;color:#fff9}.nav-item.active .nav-label{color:#facc15}.home-content{padding-bottom:100px}@supports (padding-bottom: env(safe-area-inset-bottom)){.bottom-nav{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.home-content{padding-bottom:calc(100px + env(safe-area-inset-bottom))}}@media (max-width: 359px){.greeting-text{font-size:1.2rem}.hero-title{font-size:1.4rem}.actions-grid{gap:8px}.action-card{padding:16px 12px}.action-icon{font-size:1.6rem}.action-label{font-size:.85rem}.feature-item{padding:12px;gap:12px}.feature-icon{width:36px;height:36px;font-size:1.2rem}.nav-item{padding:6px 10px}.nav-icon{font-size:1.2rem}.nav-label{font-size:.6rem}}@media (min-width: 481px){.actions-grid{grid-template-columns:repeat(4,1fr)}.action-card{padding:24px 16px}}.footer-suggestion-btn{display:none}.routes-list-section{padding:0 16px}.routes-list{display:flex;flex-direction:column;gap:0}.route-list-wrapper{position:relative}.gira-label{display:flex;align-items:center;gap:8px;padding:10px 16px;margin-bottom:4px;margin-left:20px;background:linear-gradient(135deg,#8b5cf64d,#6366f14d);border-radius:12px;border-left:4px solid #8b5cf6}.gira-label-icon{font-size:1rem}.gira-label-name{flex:1;color:#fff;font-weight:600;font-size:.9rem}.gira-label-count{background:#fff3;color:#fff;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:10px}.route-list-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff14;border-radius:12px;margin-bottom:8px;cursor:pointer;transition:all .2s;position:relative}.route-list-item:hover{background:#ffffff1f;transform:translate(4px)}.route-list-item:active{transform:scale(.98)}.route-list-item.in-gira{margin-left:20px;border-left:3px solid #8b5cf6;border-radius:0 12px 12px 0}.route-list-item.in-gira.gira-first{border-top-left-radius:0}.route-list-item.in-gira.gira-last{margin-bottom:16px}.gira-connector{position:absolute;left:-20px;top:0;bottom:0;width:20px;display:flex;align-items:center}.connector-line{position:absolute;left:8px;top:0;bottom:0;width:3px;background:#8b5cf6}.gira-first .connector-line{top:50%}.gira-last .connector-line{bottom:50%}.connector-dot{position:absolute;left:4px;width:11px;height:11px;background:#8b5cf6;border-radius:50%;border:2px solid #1e1b4b}.route-item-date{display:flex;flex-direction:column;align-items:center;min-width:45px;padding:6px 8px;background:#ffffff1a;border-radius:8px}.route-date-day{font-size:1.2rem;font-weight:700;color:#fff;line-height:1}.route-date-month{font-size:.65rem;color:#ffffffb3;text-transform:uppercase;font-weight:600}.route-item-content{flex:1;min-width:0}.route-item-city{margin:0;font-size:1rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-item-venue{margin:2px 0 0;font-size:.8rem;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-item-arrow{color:#fff6;font-size:1.2rem}.map-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000026}.map-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff}.map-header h3{margin:0;font-size:1rem;font-weight:600}.map-close-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.map-close-btn:hover{background:#ffffff4d}.map-loading,.map-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:12px;min-height:200px}.map-error .error-icon{font-size:3rem;opacity:.5}.map-actions{display:flex;gap:8px;padding:12px;background:#f8fafc}.map-directions-btn,.map-open-btn{flex:1;padding:10px 16px;border-radius:10px;text-decoration:none;text-align:center;font-size:.85rem;font-weight:600;transition:all .2s}.map-directions-btn{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff}.map-open-btn{background:#e2e8f0;color:#1e293b}.map-directions-btn:hover,.map-open-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.weather-widget{background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:16px;padding:16px;color:#fff;box-shadow:0 8px 24px #0ea5e94d;position:relative;overflow:hidden}.weather-widget.strategy-realtime{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.weather-widget.strategy-weekly{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.weather-widget.strategy-extended{background:linear-gradient(135deg,#f59e0b,#d97706)}.weather-widget.strategy-historical{background:linear-gradient(135deg,#64748b,#475569)}.weather-widget.mock{background:linear-gradient(135deg,#6b7280,#4b5563);border:2px dashed rgba(255,255,255,.3)}.weather-loading{display:flex;align-items:center;justify-content:center;min-height:120px;gap:12px}.weather-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.weather-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;gap:12px;text-align:center}.weather-error .error-icon{font-size:2rem}.retry-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.retry-btn:hover{background:#ffffff4d}.weather-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.2)}.weather-strategy{display:flex;align-items:center;gap:8px}.strategy-icon{font-size:1.2rem}.strategy-info{display:flex;flex-direction:column;gap:2px}.strategy-title{font-size:.9rem;font-weight:600}.strategy-desc{font-size:.75rem;opacity:.8}.weather-actions{display:flex;align-items:center;gap:8px}.mock-indicator{font-size:.9rem;opacity:.7}.refresh-btn{background:#fff3;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.refresh-btn:hover{background:#ffffff4d}.weather-current{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.weather-main{display:flex;align-items:center;gap:12px}.weather-temp{display:flex;flex-direction:column;gap:4px}.temp-value{font-size:2.5rem;font-weight:700;line-height:1}.temp-feels{font-size:.8rem;opacity:.8}.weather-icon{font-size:3rem;line-height:1}.weather-details{display:flex;flex-direction:column;gap:4px;text-align:right}.weather-desc{font-size:1.1rem;font-weight:600;opacity:1;text-transform:capitalize}.weather-metrics{display:flex;flex-direction:column;gap:2px;margin-top:4px}.metric{font-size:.75rem;opacity:.8}.weather-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid rgba(255,255,255,.2);font-size:.75rem;opacity:.8}.confidence-indicator{display:flex;align-items:center;gap:8px}.weather-date{font-size:.7rem;opacity:.8}.confidence{padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:500}.confidence-high{background:#22c55e4d;color:#86efac}.confidence-medium{background:#fbbf244d;color:#fde68a}.confidence-low{background:#ef44444d;color:#fca5a5}.confidence-mock{background:#6b72804d;color:#d1d5db}.concert-info{display:flex;flex-direction:column;gap:2px;text-align:center}.update-info{text-align:right}.update-freq{font-style:italic}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.suggestion-modal{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;border-bottom:1px solid #e5e7eb;margin-bottom:20px}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close-btn:hover:not(:disabled){background:#f3f4f6;color:#374151}.modal-close-btn:disabled{opacity:.5;cursor:not-allowed}.suggestion-form{padding:0 20px 20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151}.form-group textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s}.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.character-count{text-align:right;font-size:.875rem;color:#6b7280;margin-top:4px}.error-message{background:#fef2f2;color:#dc2626;padding:12px;border-radius:6px;font-size:.875rem;margin-bottom:20px;border:1px solid #fecaca}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.suggestion-btn{position:fixed;bottom:20px;right:calc(50% - 230px);background:#3b82f6;color:#fff;border:none;width:56px;height:56px;border-radius:50%;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #3b82f666;transition:all .2s;z-index:999;display:flex;align-items:center;justify-content:center}.suggestion-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f680}.suggestion-btn:active{transform:translateY(0)}@media (max-width: 768px){.modal-overlay{padding:10px}.modal-content{max-width:100%}.suggestion-btn{bottom:16px;right:16px;width:48px;height:48px;font-size:1.25rem}}.app-footer{padding:12px 16px;background:#ffffff0d;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center}.footer-suggestion-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fffc;padding:8px 16px;border-radius:20px;font-size:.8rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.footer-suggestion-btn:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}.success-modal{text-align:center;padding:40px 30px}.success-content{display:flex;flex-direction:column;align-items:center;gap:12px}.success-icon{width:60px;height:60px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.success-content h2{margin:0;color:#16a34a;font-size:1.5rem}.success-content p{margin:0;color:#64748b;font-size:.95rem}.temp-unit{font-size:1rem;font-weight:600;margin-top:4px}.weather-details{display:flex;flex-direction:column;margin-top:8px}.weather-city{font-size:1rem;font-weight:600}.weather-desc{font-size:1rem;font-weight:600;opacity:1;text-transform:capitalize}.weather-extra{display:flex;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.2)}.weather-stat{display:flex;align-items:center;gap:6px;font-size:.85rem}.stat-icon{font-size:1rem}.weather-mock-notice{margin-top:8px;padding:4px 8px;background:#0003;border-radius:6px;font-size:.7rem;text-align:center}.timeline-container{position:relative;padding-left:24px}.timeline-container:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#2563eb,#0ea5e9,#10b981)}.timeline-item{position:relative;padding-bottom:24px}.timeline-item:before{content:"";position:absolute;left:-20px;top:4px;width:12px;height:12px;background:#2563eb;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 8px #2563eb66}@keyframes pulse-dot{0%,to{transform:scale(1);box-shadow:0 2px 8px #10b98166}50%{transform:scale(1.2);box-shadow:0 4px 16px #10b98199}}.timeline-date{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.timeline-content{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 12px #00000014}.widgets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.widget{background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 12px #00000014}.widget-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.widget-icon{font-size:1.5rem}.widget-title{font-size:.85rem;font-weight:600;color:#64748b}.widget-value{font-size:1.8rem;font-weight:800;color:#0f172a}.widget-subtitle{font-size:.75rem;color:#94a3b8}.widget.highlight{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff}.widget.highlight .widget-title,.widget.highlight .widget-subtitle{color:#fffc}.widget.highlight .widget-value{color:#fff}.next-event-widget{grid-column:span 2;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.next-event-content{display:flex;align-items:center;gap:16px}.next-event-countdown{display:flex;flex-direction:column;align-items:center;padding:12px 16px;background:#00000026;border-radius:12px}.countdown-value{font-size:2rem;font-weight:800;line-height:1}.countdown-label{font-size:.7rem;text-transform:uppercase;opacity:.9}.next-event-details h4{margin:0 0 4px;font-size:1.1rem}.next-event-details p{margin:0;font-size:.85rem;opacity:.9}.offline-banner{position:fixed;bottom:0;left:0;right:0;padding:12px 20px;background:#ef4444;color:#fff;text-align:center;font-size:.9rem;font-weight:600;z-index:1000;display:flex;align-items:center;justify-content:center;gap:8px}.offline-banner.online{background:#10b981;animation:slideDown .3s ease-out forwards}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.pull-indicator{display:flex;align-items:center;justify-content:center;padding:16px;color:#ffffffb3;font-size:.85rem}.pull-indicator .refresh-icon{margin-right:8px;transition:transform .3s}.pull-indicator.pulling .refresh-icon{transform:rotate(180deg)}.dashboard-widgets{margin-bottom:20px}.weather-section{margin-top:12px}.route-info-cards{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.info-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#f1f5f9;border-radius:20px;font-size:.8rem;color:#475569}.info-chip.emergency{background:#fef2f2;color:#dc2626}.timeline-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.timeline-empty .empty-icon{font-size:3rem;margin-bottom:12px;opacity:.5}.timeline-empty p{color:#64748b;margin:0}.timeline-group{margin-bottom:24px}.timeline-group.current .timeline-date{color:#10b981}.timeline-item{position:relative;padding-left:32px;padding-bottom:16px;cursor:pointer}.timeline-item:before{content:"";position:absolute;left:8px;top:8px;width:12px;height:12px;background:#cbd5e1;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 4px #0000001a;z-index:1}.timeline-item:after{content:"";position:absolute;left:13px;top:24px;bottom:0;width:2px;background:#e2e8f0}.timeline-item:last-child:after{display:none}.timeline-item.current:before{background:#10b981;animation:pulse-dot 2s ease-in-out infinite}.timeline-content{background:#fff;border-radius:12px;padding:14px;box-shadow:0 2px 8px #0000000f;transition:all .2s ease}.timeline-item:hover .timeline-content{box-shadow:0 4px 16px #0000001a;transform:translate(4px)}.timeline-item-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.timeline-icon{font-size:1.2rem}.timeline-type{font-weight:600;font-size:.9rem;color:#1e293b}.timeline-time{margin-left:auto;padding:4px 8px;background:#f1f5f9;border-radius:6px;font-size:.75rem;font-weight:600;color:#64748b}.timeline-description{margin:0 0 8px;font-size:.85rem;color:#475569}.timeline-details{display:flex;flex-direction:column;gap:4px}.timeline-detail{font-size:.8rem;color:#64748b}.timeline-notes{margin:8px 0 0;padding:8px;background:#fef3c7;border-radius:6px;font-size:.75rem;color:#92400e}.view-toggle{display:flex;background:#f1f5f9;border-radius:12px;padding:4px;margin-bottom:16px}.view-toggle-btn{flex:1;padding:10px 16px;border:none;border-radius:10px;background:transparent;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.view-toggle-btn.active{background:#fff;color:#1e293b;box-shadow:0 2px 8px #0000001a}.view-toggle-btn:hover:not(.active){color:#1e293b}.back-button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;margin-bottom:16px;background:#1e3a8a1a;border:none;border-radius:12px;color:#1e3a8a;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.back-button:hover{background:#1e3a8a33}@media (max-width: 359px){.map-container{border-radius:12px}.map-header{padding:10px 12px}.map-header h3{font-size:.9rem}.map-actions{flex-direction:column;padding:10px}.map-directions-btn,.map-open-btn{padding:12px;font-size:.8rem}.weather-widget{padding:12px;border-radius:12px}.weather-icon{width:50px;height:50px}.temp-value{font-size:2rem}.weather-city{font-size:.9rem}.widgets-grid{grid-template-columns:1fr;gap:10px}.widget{padding:14px;border-radius:14px}.widget-value{font-size:1.5rem}.next-event-widget{grid-column:span 1}.next-event-content{flex-direction:column;align-items:flex-start;gap:12px}.next-event-countdown{flex-direction:row;gap:8px;padding:8px 12px}.countdown-value{font-size:1.5rem}.next-event-details h4{font-size:1rem}.next-event-details p{font-size:.8rem}.timeline-item{padding-left:28px}.timeline-content{padding:12px;border-radius:10px}.timeline-icon{font-size:1rem}.timeline-type{font-size:.85rem}.timeline-time{padding:3px 6px;font-size:.7rem}.timeline-description{font-size:.8rem}.timeline-detail{font-size:.75rem}.view-toggle{border-radius:10px;padding:3px}.view-toggle-btn{padding:8px 12px;font-size:.8rem;border-radius:8px}.info-chip{padding:6px 10px;font-size:.75rem}}@media (min-width: 360px) and (max-width: 480px){.widgets-grid{grid-template-columns:repeat(2,1fr);gap:10px}.widget{padding:14px}.widget-value{font-size:1.6rem}.next-event-widget{grid-column:span 2}.next-event-content{gap:12px}.countdown-value{font-size:1.8rem}.timeline-content{padding:12px}.map-actions{gap:6px;padding:10px}.map-directions-btn,.map-open-btn{padding:10px 12px;font-size:.8rem}}@media (hover: none) and (pointer: coarse){.timeline-item:active .timeline-content{transform:translate(2px);background:#f8fafc}.widget:active{transform:scale(.98)}.map-directions-btn:active,.map-open-btn:active{transform:scale(.98);opacity:.9}.view-toggle-btn:active{transform:scale(.95)}.info-chip:active{opacity:.8}}@supports (padding-bottom: env(safe-area-inset-bottom)){.offline-banner{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}@media (max-height: 500px) and (orientation: landscape){.widgets-grid{grid-template-columns:repeat(4,1fr)}.next-event-widget{grid-column:span 2}.widget{padding:12px}.widget-value{font-size:1.4rem}.timeline-group{margin-bottom:16px}.timeline-item{padding-bottom:12px}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#e2e8f0;line-height:1.5}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background:#dbeafe}.loading,.error{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.1rem;color:#0f172a}.app-shell{display:flex;justify-content:center;padding:16px}.mobile-frame{width:100%;max-width:420px;min-height:100vh;background:linear-gradient(180deg,#f1f5f9,#cbd5f5);border-radius:32px;box-shadow:0 25px 60px #0f172a40;padding:24px 18px 40px;display:flex;flex-direction:column}.card-brand{background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:24px 24px 12px 12px;padding:2px 20px 3px!important;color:#f8fafc;text-align:center;box-shadow:0 20px 40px #2563eb59}.card-brand h1{margin:0;font-size:1.6rem;letter-spacing:.08em}.selector-card{background:#f8fafc;border-radius:18px;padding:18px;margin-top:2px!important;box-shadow:0 15px 30px #94a3b859;display:grid;gap:14px}.selector-group{display:grid;gap:12px}.selector-group label{font-weight:600;font-size:.85rem;color:#1e293b}.input,.select,.date-button,.accent-button{width:100%;border-radius:12px;border:none;padding:12px;background:#e2e8f0;font-size:.95rem;color:inherit}.date-button{display:flex;align-items:center;justify-content:center;gap:10px;background:#1d4ed8;color:#f8fafc;font-weight:600;box-shadow:0 12px 24px #1d4ed859}.accent-button{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#0f172a;font-weight:700;box-shadow:0 16px 28px #0ea5e959}.routes-toolbar{display:grid;gap:10px;align-items:center}.routes-toolbar .pill{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#2563eb1f;color:#1d4ed8;font-weight:600;font-size:.85rem}.routes-toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}.routes-toolbar select{background:#f1f5f9;border:1px solid rgba(148,163,184,.4)}.content-scroll{margin-top:18px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-right:4px}.event-card{display:grid;grid-template-columns:60px 1fr;gap:12px;background:#f8fafc;padding:14px;border-radius:14px;box-shadow:0 8px 16px #1e293b14;margin-bottom:12px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.event-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #1e293b26;cursor:pointer}.event-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;border:1px solid rgba(148,163,184,.25);pointer-events:none}.event-card img{width:56px;height:56px;object-fit:contain;justify-self:center}.event-card h3{margin:0;color:#1e293b;font-size:1rem}.event-card .subtitle{margin:2px 0 8px;font-size:.85rem;color:#475569}.event-card .details{display:grid;gap:4px;font-size:.82rem;color:#1f2937;line-height:1.35}.event-card .details strong{color:#0f172a}.event-card a{color:#2563eb;text-decoration:none;font-weight:600;word-break:break-word}.event-type-badge{display:inline-block;padding:4px 10px;margin-bottom:6px;border-radius:8px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 6px #1e40af26}.divider-title{margin:16px auto 8px;padding:10px 18px;border-radius:14px;background:#1e3a8a;color:#f8fafc;font-weight:700;text-align:center;max-width:280px;box-shadow:0 15px 30px #1e3a8a59}.auth-container{width:100%;max-width:380px;margin:12vh auto;background:linear-gradient(180deg,#1e40afeb,#0e7490eb);border-radius:24px;box-shadow:0 30px 60px #1e40af73;padding:44px 36px;color:#f8fafc}.auth-header{text-align:center;margin-bottom:36px}.auth-header h1{margin:0 0 6px;font-size:1.9rem;letter-spacing:.04em}.auth-header p{margin:0;font-size:.95rem;opacity:.9}.language-selector{margin-top:16px;display:flex;justify-content:center}.language-select{background:#f1f5f92e;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:8px 12px;color:inherit;font-size:.9rem;font-weight:500;cursor:pointer;outline:none;transition:all .2s ease}.language-select:hover{background:#f1f5f940;border-color:#ffffff4d}.language-select:focus{background:#f1f5f94d;border-color:#fff6;box-shadow:0 0 0 2px #ffffff1a}.auth-form{display:grid;gap:18px}.auth-form label{display:grid;gap:6px;font-weight:600;font-size:.9rem}.auth-form input{border:none;border-radius:16px;padding:14px 16px;background:#f1f5f92e;color:inherit;font-size:1rem}.auth-form button{border:none;border-radius:16px;padding:16px;background:linear-gradient(135deg,#facc15,#f97316);color:#1f2937;font-weight:700;cursor:pointer;box-shadow:0 18px 28px #f973166b}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.field-error{color:#dc2626;font-size:.85rem;font-weight:500;margin-top:4px;padding:6px 8px;background:#dc26261a;border:1px solid rgba(220,38,38,.2);border-radius:8px;text-align:center}.error{display:grid;gap:12px;text-align:center}.error button{border:none;border-radius:12px;padding:12px 18px;background:#2563eb;color:#f8fafc;font-weight:600;cursor:pointer}@media (max-width: 359px){.mobile-frame{border-radius:0;padding:12px 10px 24px;box-shadow:none;min-height:100vh}.card-brand{padding:2px 14px 4px;border-radius:16px 16px 8px 8px}.card-brand h1{font-size:1.2rem}.selector-card{padding:12px;border-radius:14px;margin-top:2px}.selector-group label{font-size:.8rem}.input,.select,.date-button,.accent-button{padding:10px;font-size:.85rem;border-radius:10px}.routes-toolbar{grid-template-columns:1fr;gap:8px}.routes-toolbar .pill{padding:8px 10px;font-size:.8rem}.routes-toolbar-actions{flex-direction:column;gap:6px}.routes-toolbar-actions button,.routes-toolbar-actions select{width:100%}.event-card{grid-template-columns:44px 1fr;padding:10px;gap:10px;border-radius:12px}.event-card img{width:44px;height:44px}.event-card h3{font-size:.9rem}.event-card .subtitle,.event-card .details{font-size:.75rem}.event-type-badge{padding:3px 8px;font-size:.6rem}.divider-title{padding:8px 14px;font-size:.9rem;border-radius:10px}.auth-container{border-radius:0;margin:0;padding:32px 20px}.auth-header h1{font-size:1.5rem}.auth-form input{padding:12px 14px}.auth-form button{padding:14px}}@media (min-width: 360px) and (max-width: 480px){.mobile-frame{border-radius:0;padding:16px 12px 28px;box-shadow:none;min-height:100vh}.card-brand{padding:3px 16px 5px;border-radius:18px 18px 10px 10px}.card-brand h1{font-size:1.4rem}.selector-card{padding:14px;border-radius:16px;margin-top:3px}.routes-toolbar{grid-template-columns:1fr;gap:10px}.routes-toolbar-actions{flex-wrap:wrap}.event-card{grid-template-columns:48px 1fr;padding:12px;gap:10px}.event-card img{width:48px;height:48px}.auth-container{border-radius:0;margin:0;padding:36px 24px}}@media (min-width: 481px) and (max-width: 768px){.mobile-frame{max-width:480px;margin:0 auto;border-radius:24px;min-height:auto}.auth-container{max-width:420px;margin:8vh auto}}@media (hover: none) and (pointer: coarse){.event-card{-webkit-tap-highlight-color:transparent}.event-card:active{transform:scale(.98);opacity:.95}.date-button:active,.accent-button:active{transform:scale(.98)}.auth-form button:active:not(:disabled){transform:scale(.98)}.input:focus,.select:focus{outline:2px solid #2563eb;outline-offset:2px}}@supports (padding-top: env(safe-area-inset-top)){.mobile-frame{padding-top:calc(16px + env(safe-area-inset-top));padding-bottom:calc(32px + env(safe-area-inset-bottom))}.auth-container{padding-top:calc(32px + env(safe-area-inset-top));padding-bottom:calc(32px + env(safe-area-inset-bottom))}}@media (max-height: 500px) and (orientation: landscape){.mobile-frame{padding:12px 16px 20px}.card-brand{padding:2px 16px 4px}.card-brand h1{font-size:1.2rem}.selector-card{padding:12px;margin-top:2px}.content-scroll{margin-top:12px}.event-card{padding:10px;margin-bottom:8px}.auth-container{margin:2vh auto;padding:24px}.auth-header{margin-bottom:20px}}@media (prefers-reduced-motion: reduce){.event-card,.date-button,.accent-button,.auth-form button{transition:none}}
