:root{--tm-blue: #026cdf;--tm-blue-dark: #0256b3;--tm-blue-light: #e8f4fd;--tm-gray-light: #f5f5f5;--tm-gray-border: #e0e0e0;--tm-text-dark: #1a1a1a;--tm-text-gray: #666666}.home-hero{width:100%;background:linear-gradient(135deg,var(--tm-blue) 0%,#0256b3 100%);padding:40px 16px;text-align:center;color:#fff}.home-hero-content{max-width:800px;margin:0 auto}.home-hero-text h1{font-size:28px;font-weight:700;margin-bottom:12px;line-height:1.3}.home-hero-text p{font-size:16px;opacity:.95;margin-bottom:32px}.home-search-form{margin-bottom:24px;width:100%}.home-search-wrapper{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:50px;box-shadow:0 4px 20px #00000026;transition:all .2s ease;width:100%;box-sizing:border-box}.home-search-wrapper:focus-within{box-shadow:0 6px 30px #00000040;transform:translateY(-2px)}.home-search-wrapper svg{color:var(--tm-blue);flex-shrink:0}.home-search-wrapper input{flex:1;border:none;background:transparent;font-size:16px;color:var(--tm-text-dark);outline:none}.home-search-wrapper input::placeholder{color:var(--tm-text-gray)}.home-search-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;background:var(--tm-blue);color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}.home-search-btn:hover{background:var(--tm-blue-dark);transform:scale(1.05)}.home-search-btn svg{color:#fff}.home-stats{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:nowrap}.home-stat{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.95;white-space:nowrap}.home-stat svg{flex-shrink:0}.home-stat strong{font-weight:700}.home-section{width:100%;max-width:1400px;margin:0 auto;padding:40px 16px}.home-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.home-section-header h2{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:var(--tm-text-dark)}.home-section-header svg{color:var(--tm-blue)}.home-see-all{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--tm-blue);text-decoration:none;transition:all .15s ease}.home-see-all:hover{gap:8px;color:var(--tm-blue-dark)}.home-events-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-events-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--tm-blue) var(--tm-gray-light)}.home-events-carousel::-webkit-scrollbar{height:6px}.home-events-carousel::-webkit-scrollbar-track{background:var(--tm-gray-light);border-radius:3px}.home-events-carousel::-webkit-scrollbar-thumb{background:var(--tm-blue);border-radius:3px}.home-event-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .2s ease;text-decoration:none;scroll-snap-align:start}.home-events-carousel .home-event-card{min-width:200px;max-width:280px;flex-shrink:0}.home-event-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.home-event-image{position:relative;width:100%;padding-top:60%;overflow:hidden;background:var(--tm-gray-light)}.home-event-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;max-width:100%;max-height:100%}.home-event-badge{position:absolute;top:8px;right:8px;padding:4px 10px;background:#000000b3;backdrop-filter:blur(4px);color:#fff;font-size:11px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.home-event-badge-urgent{background:#dc2626;display:flex;align-items:center;gap:4px}.home-event-info{padding:12px;display:flex;flex-direction:column;gap:6px}.home-event-info h3{font-size:14px;font-weight:600;color:var(--tm-text-dark);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-event-date,.home-event-venue{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--tm-text-gray)}.home-event-date svg,.home-event-venue svg{flex-shrink:0}.home-event-price{font-size:14px;font-weight:700;color:var(--tm-blue);margin-top:4px}.home-event-card-upcoming{min-width:280px}.home-event-card-upcoming .home-event-image{padding-top:70%}.home-event-card-upcoming .home-event-info{padding:16px}.home-event-card-upcoming .home-event-info h3{font-size:16px}.home-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 16px;border-radius:12px;color:#fff;text-decoration:none;transition:all .2s ease;position:relative;overflow:hidden}.home-category-card:before{content:"";position:absolute;inset:0;background:#0000;transition:all .2s ease}.home-category-card:hover:before{background:#0000001a}.home-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.home-category-card svg{position:relative;z-index:1}.home-category-card h3{position:relative;z-index:1;font-size:16px;font-weight:700;text-align:center}.home-newsletter{background:linear-gradient(135deg,var(--tm-blue) 0%,#0256b3 100%);padding:48px 20px}.home-newsletter-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.home-newsletter-icon{width:80px;height:80px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.home-newsletter-text h2{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}.home-newsletter-text p{font-size:14px;color:#ffffffd9;line-height:1.5;max-width:400px}.home-newsletter-form{width:100%;max-width:500px}.home-newsletter-input-wrapper{display:flex;align-items:center;background:#fff;border-radius:50px;padding:6px;gap:0}.home-newsletter-input-wrapper input{flex:1;border:none;background:none;font-size:15px;padding:12px 16px;outline:none;min-width:0;border-radius:50px}.home-newsletter-input-wrapper input::placeholder{color:#999}.home-newsletter-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:var(--tm-blue);color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}.home-newsletter-btn:hover{background:var(--tm-blue-dark)}.home-newsletter-features{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px}.home-newsletter-features span{display:flex;align-items:center;gap:6px;font-size:12px;color:#ffffffe6;font-weight:500}.home-newsletter-features svg{color:#4ade80}.home-trust{background:#fff;padding:40px 16px}.home-trust-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:24px}.home-trust-item{display:flex;align-items:flex-start;gap:14px}.home-trust-item svg{color:var(--tm-blue);flex-shrink:0;margin-top:2px}.home-trust-item h3{font-size:15px;font-weight:600;color:var(--tm-text-dark);margin-bottom:4px}.home-trust-item p{font-size:13px;color:var(--tm-text-gray);line-height:1.4}@media screen and (min-width: 768px){.home-hero{padding:60px 24px}.home-hero-text h1{font-size:36px}.home-hero-text p{font-size:18px}.home-search-wrapper{padding:14px 20px}.home-search-wrapper input{font-size:17px}.home-search-btn{padding:12px 24px;font-size:15px}.home-stats{gap:32px}.home-stat{font-size:14px;gap:8px}.home-section{padding:50px 24px}.home-section-header h2{font-size:26px}.home-events-grid{grid-template-columns:repeat(3,1fr);gap:20px}.home-events-carousel .home-event-card{min-width:240px;max-width:300px}.home-event-card-upcoming{min-width:320px;max-width:380px}.home-event-info h3{font-size:15px}.home-event-date,.home-event-venue{font-size:13px}.home-event-price{font-size:15px}.home-categories-grid{grid-template-columns:repeat(3,1fr);gap:20px}.home-category-card{padding:40px 20px}.home-category-card h3{font-size:17px}.home-newsletter{padding:60px 24px}.home-newsletter-content{max-width:650px}.home-newsletter-form{max-width:520px}.home-newsletter-input-wrapper{padding:8px}.home-newsletter-input-wrapper input{padding:14px 20px;font-size:16px}.home-newsletter-btn{padding:14px 24px;font-size:15px}.home-newsletter-text h2{font-size:28px}.home-newsletter-text p{font-size:15px}.home-trust-content{grid-template-columns:repeat(2,1fr);gap:32px}}@media screen and (min-width: 1024px){.home-hero{padding:80px 40px}.home-hero-text h1{font-size:44px}.home-hero-text p{font-size:20px;margin-bottom:40px}.home-search-wrapper{padding:16px 24px;max-width:700px;margin:0 auto}.home-search-wrapper input{font-size:18px}.home-search-btn{padding:14px 28px;font-size:16px}.home-stats{gap:48px}.home-stat{font-size:15px;gap:10px}.home-section{padding:60px 40px}.home-section-header h2{font-size:30px}.home-see-all{font-size:15px}.home-events-grid{grid-template-columns:repeat(4,1fr);gap:24px}.home-events-carousel{gap:20px}.home-events-carousel .home-event-card{min-width:260px;max-width:320px}.home-event-card-upcoming{min-width:340px;max-width:400px}.home-event-card-upcoming .home-event-info h3{font-size:17px}.home-event-info{padding:16px;gap:8px}.home-event-info h3{font-size:16px}.home-event-date,.home-event-venue{font-size:14px}.home-event-price{font-size:16px}.home-categories-grid{grid-template-columns:repeat(6,1fr);gap:16px}.home-category-card{padding:48px 20px}.home-category-card svg{width:40px;height:40px}.home-category-card h3{font-size:15px}.home-newsletter{padding:80px 40px}.home-newsletter-content{max-width:700px}.home-newsletter-icon{width:90px;height:90px}.home-newsletter-icon svg{width:48px;height:48px}.home-newsletter-text h2{font-size:32px}.home-newsletter-text p{font-size:16px;max-width:500px}.home-newsletter-form{max-width:560px}.home-newsletter-input-wrapper{padding:8px}.home-newsletter-input-wrapper input{padding:16px 24px;font-size:16px}.home-newsletter-btn{padding:16px 28px;font-size:16px}.home-newsletter-features{gap:24px}.home-newsletter-features span{font-size:13px}.home-trust-content{grid-template-columns:repeat(4,1fr)}.home-trust-item svg{width:32px;height:32px}.home-trust-item h3{font-size:16px}.home-trust-item p{font-size:14px}}@media screen and (min-width: 1400px){.home-hero{padding:100px 40px}.home-hero-text h1{font-size:52px}.home-section{padding:80px 40px}.home-events-grid{grid-template-columns:repeat(6,1fr)}.home-events-carousel .home-event-card{min-width:280px;max-width:340px}.home-event-card-upcoming{min-width:360px;max-width:420px}}.home-genre{padding-top:30px;padding-bottom:30px}.home-genre:first-of-type{padding-top:50px}.home-genre:last-of-type{padding-bottom:50px}.home-upcoming{background:var(--tm-blue-light);border-top:2px solid var(--tm-blue);border-bottom:2px solid var(--tm-blue)}
