.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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;padding:32px;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:32px;cursor:pointer;color:#475569;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s}.modal-close:hover{background-color:#f1f5f9}.modal-header{margin-bottom:24px}.modal-title{margin:0;font-size:1.5rem;color:#1e293b;display:flex;align-items:center;gap:12px}.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}.modal-subtitle{margin-top:8px;font-size:1rem;color:#64748b}.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}.modal-detail-row:last-child{border-bottom:none}.modal-detail-label{font-weight:600;color:#64748b;min-width:120px;font-size:.9rem}.modal-detail-value{flex:1;color:#1e293b;font-size:.95rem;line-height:1.5}.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}@media (max-width: 600px){.modal-content{width:95%;max-height:90vh;padding:24px 20px}.modal-detail-row{flex-direction:column;gap:4px}.modal-detail-label{min-width:auto}}: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:20px;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:16px;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;overflow:hidden;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}.concert-card{border-left:6px solid transparent}.concert-card--tentative{background:#fff7ed;border-left-color:#f97316}.concert-card--confirmed{background:#ecfdf3;border-left-color:#16a34a}.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}.tabs-container{display:flex;gap:8px;margin-top:16px;padding:0 4px;justify-content:center}.tab-button{flex:1;padding:12px 16px;border:none;border-radius:12px;background:#e2e8f0;color:#475569;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #0f172a14}.tab-button:hover{background:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a1f}.tab-button.active{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#f8fafc;box-shadow:0 8px 16px #2563eb59}.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}.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}.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: 480px){.mobile-frame{border-radius:0;padding:20px 14px 32px;box-shadow:none;min-height:100vh}.auth-container{border-radius:0;margin:0}.routes-toolbar{grid-template-columns:1fr}.event-card{grid-template-columns:48px 1fr}}
