@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap";.header{position:fixed;top:0;left:0;width:100%;z-index:100;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 12px #0000000d;transition:background .3s}.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:stretch;justify-content:space-between;padding:0 2rem;height:70px}.header-logo{display:flex;align-items:center}.header-logo img{height:48px;width:auto;display:block}.header-nav{display:flex;gap:0;align-items:stretch}.nav-link{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--color-text);text-decoration:none;padding:0 1.1rem;transition:background-color .25s ease,color .25s ease;letter-spacing:.3px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;height:100%;box-sizing:border-box;border-radius:0;background-color:transparent}.nav-link:hover{background-color:#0000000d;color:var(--color-accent);text-decoration:none}.nav-link.active{background-color:var(--color-accent);color:var(--color-white);font-weight:var(--font-weight-bold);text-decoration:none}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:100%;background:none;border:none;cursor:pointer;z-index:200;padding:0 .5rem}.burger span{display:block;height:3px;width:24px;background:var(--color-text);border-radius:3px;margin:4px 0;transition:all .3s ease-in-out}.burger.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 730px){.header-container{height:60px;padding:0 1rem}.header-logo img{height:40px}.header-nav{position:fixed;top:0;right:0;height:100vh;width:250px;background:var(--color-white);box-shadow:-3px 0 15px #0000001a;flex-direction:column;align-items:stretch;padding:70px 0 1.5rem;gap:0;transform:translate(100%);transition:transform .3s ease-in-out;z-index:150}.header-nav.open{transform:translate(0)}.nav-link{font-size:var(--text-base);width:100%;text-align:left;padding:.9rem 1.75rem;height:auto;justify-content:flex-start;border-radius:0;letter-spacing:.3px;color:var(--color-text)}.nav-link:hover{background-color:#0000000d;color:var(--color-accent)}.nav-link.active{background-color:var(--color-accent);color:var(--color-white)}.burger{display:flex}}.footer{background-color:#1a1a1a;color:#fff;padding:2rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 1rem}.footer-section h3{margin-bottom:1rem;font-size:1.2rem}.footer-section p{margin:.5rem 0;color:#b3b3b3}.social-icons{display:flex;gap:1rem;margin-top:.5rem}.social-icon{color:#fff;transition:color .3s ease}.social-icon:hover{color:#b3b3b3}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #333}.footer-bottom p{color:#b3b3b3;font-size:.9rem}@media (max-width: 730px){.footer-content{grid-template-columns:1fr;text-align:center}.social-icons{justify-content:center}}#root{min-height:100%;display:flex;flex-direction:column;width:100%;margin:0;padding:0;flex:1}.app{display:flex;flex-direction:column;min-height:100%;width:100%;min-width:320px;flex:1;background-color:var(--color-background);overflow-x:hidden}main{flex:1 0 auto;width:100%;padding-top:70px}@media (max-width: 730px){main{padding-top:60px}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.hero{position:relative;width:100%;height:calc(var(--vh, 1vh) * 100);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--color-white);padding:0!important;background:linear-gradient(#000000b3,#000000b3),url(/hero.jpg) center center / cover no-repeat}.hero-glass{background:#1e1e1e73;border-radius:32px;padding:30px 20px;max-width:600px;width:90%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:1}.logo-container{margin-bottom:1.5rem}.hero-logo{height:100px;width:auto;margin:0 auto;filter:drop-shadow(0 2px 12px rgba(0,0,0,.18))}.hero h1{font-size:var(--text-5xl);margin-bottom:2rem;line-height:1.1;font-weight:var(--font-weight-extrabold);color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.45),0 1px 0 #b3001b;letter-spacing:-.02em;text-transform:uppercase}.hero-buttons{display:flex;gap:1.2rem;justify-content:center;align-items:center;width:100%}.hero-buttons .btn{padding:.9rem 2rem;border-radius:50px;font-weight:var(--font-weight-semibold);font-size:var(--text-base);transition:all .25s cubic-bezier(.4,2,.6,1);display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border:2px solid #fff;outline:none;cursor:pointer;box-shadow:0 2px 16px #0000001a;letter-spacing:.5px;text-transform:uppercase;line-height:1;text-decoration:none;min-width:200px;background:#ffffff1f;color:#fff}.hero-buttons .btn:hover{background:#fff;color:#e60026;transform:translateY(-2px) scale(1.04);text-decoration:none;box-shadow:0 4px 20px #00000026}@media (max-width: 730px){.hero-glass{padding:20px 15px;gap:1rem}.hero-logo{height:60px}.hero h1{font-size:var(--text-3xl);margin-bottom:1.2rem;letter-spacing:-.01em}.hero-buttons{flex-direction:column;gap:.7rem}.hero-buttons .btn{width:100%;justify-content:center;font-size:var(--text-sm);padding:.8rem 1.5rem;min-width:unset}}.artists-preview{background-color:var(--color-white);text-align:center;padding:100px 20px 20px}.artists-preview h2{font-size:var(--text-4xl);margin-bottom:3rem;color:var(--color-text);position:relative;display:inline-block;font-weight:var(--font-weight-bold);letter-spacing:-.02em;text-transform:uppercase}.artists-preview h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--color-accent)}.artists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:2rem 0}.artist-card{background-color:var(--color-white);border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 20px #0000001a;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;cursor:default;width:340px;min-width:340px;max-width:340px;scroll-snap-align:start;margin-bottom:0}.artist-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px #00000026}.artist-image{width:100%;height:350px;object-fit:cover;object-position:top;background:#f7f7f7;border-radius:12px 12px 0 0;display:block}.artist-info{padding:1.5rem;background-color:var(--color-white);text-decoration:none}.artist-info h3{font-size:var(--text-2xl);margin-bottom:.5rem;color:var(--color-text);font-weight:var(--font-weight-semibold);letter-spacing:-.01em;text-decoration:none}.artist-role{color:var(--color-gray);font-size:var(--text-base);font-weight:var(--font-weight-medium);letter-spacing:.3px;text-decoration:none}.artists-preview-btn-wrap{display:flex;justify-content:center;margin-top:2.5rem;margin-bottom:.5rem}.btn-artists-preview{min-width:180px;padding:.9rem 2rem;font-size:1.08rem;font-weight:var(--font-weight-semibold);border:2px solid #fff;background:linear-gradient(90deg,#ffb300,#ff4081);color:#fff;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;transition:all .2s;box-shadow:0 2px 10px #00000012;text-decoration:none;cursor:pointer;outline:none;display:inline-block}.btn-artists-preview:hover,.btn-artists-preview:focus{background:#fff;color:var(--color-accent);border-color:#fff;transform:translateY(-2px) scale(1.04);box-shadow:0 4px 15px #0000002e;text-decoration:none}.artists-slider-wrap{display:flex;align-items:center;justify-content:center;width:100%;position:relative;margin-bottom:2.5rem;background:transparent}.artists-slider{display:flex;gap:2.5rem;width:calc(1020px + 5rem);max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;transition:all .3s;justify-content:flex-start;position:relative;padding-bottom:32px;padding-top:12px;background:transparent;-webkit-overflow-scrolling:touch}.artists-slider.dragging{cursor:grabbing}.slider-arrow{background:#fff;border:2px solid #ffe3ec;color:#b71c1c;border-radius:50%;width:44px;height:44px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 1rem;transition:background .2s,color .2s,border .2s;box-shadow:0 2px 10px #ff408112}.slider-arrow:disabled{opacity:.4;cursor:default}.slider-arrow:hover:not(:disabled){background:#ffe3ec;color:#ff4081;border:2px solid #ff4081}.artists-slider.mobile{overflow-x:auto;scroll-snap-type:x mandatory;gap:1.2rem;padding-bottom:.5rem;justify-content:flex-start}.artists-slider.mobile .artist-card{min-width:90vw;max-width:360px;width:90vw;scroll-snap-align:center}.swipe-hint.swipe-hint-fixed{position:absolute;top:0;right:0;margin:12px 18px;opacity:1;background:#fff;border-radius:30px;padding:6px 18px 6px 12px;box-shadow:0 2px 10px #00000012;font-size:1.1rem;z-index:2;pointer-events:none;display:flex;align-items:center}@media (max-width: 900px){.artists-slider-wrap{margin-bottom:1.2rem}.artists-slider{gap:1.2rem;width:calc(900px + 2.4rem)}.artist-card{width:300px;min-width:300px;max-width:300px}}@media (max-width: 730px){.artists-slider-wrap{margin-bottom:1.2rem}.artists-slider{gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;width:100%}.slider-arrow{display:none}.artist-card{min-width:90vw;max-width:360px;width:90vw;scroll-snap-align:center}}@media (max-width: 730px){.artists-preview{padding:60px 20px}.artists-preview h2{font-size:var(--text-3xl)}.artists-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.artist-image{height:300px}.artist-info h3{font-size:var(--text-xl)}.artist-role{font-size:var(--text-sm)}.btn-artists-preview{width:100%;min-width:0;font-size:1rem;padding:.9rem 0}.artists-preview-btn-wrap{margin-top:1.5rem}}.poster-card{background:#fff;border-radius:22px;box-shadow:0 8px 32px #ff40811a;overflow:hidden;position:relative;transition:box-shadow .3s,transform .3s;animation:fadeInUp .7s both;margin-bottom:0;display:flex;flex-direction:column}.poster-card:hover{box-shadow:0 16px 48px #ff40812e;transform:translateY(-6px) scale(1.03)}.poster-image-wrap{position:relative;background:linear-gradient(120deg,#fffbe6,#ffe3ec);display:flex;align-items:center;justify-content:center;min-height:420px}.poster-image{width:100%;height:420px;object-fit:contain;border-bottom:4px solid #ffb300;box-shadow:0 2px 16px #ff408112;background:none;z-index:1}.poster-decor{position:absolute;left:18px;bottom:18px;z-index:2;pointer-events:none}.poster-countdown{position:absolute;top:18px;right:18px;background:linear-gradient(90deg,#ffb300,#ff4081);color:#fff;padding:.5em 1.2em;border-radius:18px;font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:.5em;box-shadow:0 2px 10px #ff408121;z-index:3;letter-spacing:.5px;text-shadow:0 1px 6px rgba(0,0,0,.1);border:2px solid #fff;animation:countdown-pop .7s cubic-bezier(.4,1.4,.6,1) both}.poster-countdown.ended{background:#e6fbe6;color:#2e7d32;border:2px solid #a5d6a7;animation:none}.poster-countdown.soon{animation:pulse 1.5s infinite alternate,countdown-pop .7s cubic-bezier(.4,1.4,.6,1) both;box-shadow:0 4px 20px #ff40813b}@keyframes countdown-pop{0%{opacity:0;transform:scale(.7) translateY(-20px)}to{opacity:1;transform:none}}@keyframes pulse{0%{box-shadow:0 2px 10px #ff408121}to{box-shadow:0 8px 32px #ff40813b}}.poster-info{padding:1.5rem 1.2rem 1.7rem;display:flex;flex-direction:column;align-items:center;background:none;flex:1;justify-content:flex-start}.poster-title{font-size:1.35rem;font-weight:var(--font-weight-bold);margin-bottom:.7rem;text-align:center;color:#1a1a1a;text-shadow:0 2px 8px #ffe3ec}.poster-meta{display:block;text-align:center;margin-bottom:1.2rem}.poster-date{display:block;margin-bottom:.4rem}.poster-city-row{display:block;margin-top:.2rem}.poster-price{margin-bottom:1.2rem;font-size:1.13rem;color:#ff4081;font-weight:700;display:flex;align-items:center;gap:.3em;background:#fffbe6;border-radius:12px;padding:.3em 1em;box-shadow:0 2px 8px #ffb30012;margin-top:auto}.poster-details-btn{min-width:170px;padding:1rem 1.7rem;font-size:1.13rem;font-weight:var(--font-weight-semibold);border:none;background:linear-gradient(90deg,#ffb300,#ff4081);color:#fff;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;transition:all .2s;box-shadow:0 2px 10px #00000012;text-decoration:none;cursor:pointer;outline:none;display:inline-flex;align-items:center;gap:.5em;margin-top:auto}.poster-details-btn:hover,.poster-details-btn:focus{background:#fff;color:#ff4081;border:2px solid #ff4081;transform:translateY(-2px) scale(1.04);box-shadow:0 4px 15px #0000002e;text-decoration:none}@media (max-width: 600px){.poster-card{border-radius:12px}.poster-image{height:520px;border-top-left-radius:12px;border-top-right-radius:12px}.poster-image-wrap{min-height:520px}.poster-info{padding:1rem .5rem 1.2rem}.poster-details-btn{min-width:120px;width:auto;font-size:1rem;padding:.8rem 1.2rem}.poster-countdown{top:8px;right:8px;font-size:.98rem;padding:.32em .7em;border-radius:12px}.poster-decor{left:6px;bottom:6px;width:32px;height:32px}.poster-price{font-size:1rem;padding:.2em .7em}.poster-meta{display:flex;gap:1.2rem;font-size:1.08rem;color:var(--color-gray);margin-bottom:1.2rem;align-items:center;text-align:left}.poster-city-row{display:inline;margin-top:0}}.posters-preview-section{background:var(--color-white);padding:60px 0 0;text-align:center}.posters-preview-section h2{font-size:var(--text-3xl);margin-bottom:2.2rem;color:var(--color-text);font-weight:var(--font-weight-bold);letter-spacing:-.02em;text-transform:uppercase;display:inline-block;position:relative}.posters-preview-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--color-accent)}.posters-slider-wrap{width:100%;position:relative;margin-bottom:2.5rem;background:transparent;display:flex;justify-content:center}.posters-slider{display:flex;gap:2.5rem;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;transition:all .3s;justify-content:flex-start;position:relative;padding-bottom:32px;padding-top:12px;background:transparent;-webkit-overflow-scrolling:touch}.posters-slider-card{min-width:420px;max-width:420px;width:420px;scroll-snap-align:start;margin-bottom:0;display:flex}@media (min-width: 731px){.posters-slider-card.first-card{margin-left:auto}.posters-slider-card:last-child{margin-right:auto}}@media (max-width: 900px){.posters-slider-card{min-width:340px;max-width:340px;width:340px}.poster-modal-price-row{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.2rem}}@media (max-width: 730px){.posters-slider-card{min-width:92vw;max-width:98vw;width:92vw;scroll-snap-align:center}.posters-slider-card.first-card{margin-left:4vw}.posters-preview-section{padding:36px 0 0}.posters-slider{justify-content:flex-start}}.posters-swipe-hint{position:absolute;top:0;right:0;margin:12px 18px;opacity:1;background:#fff;border-radius:30px;padding:6px 18px 6px 12px;box-shadow:0 2px 10px #00000012;font-size:1.1rem;z-index:2;pointer-events:none;display:flex;align-items:center}.swipe-arrow{font-size:1.5em;margin-right:8px;color:var(--color-accent)}.posters-preview-btn-wrap{display:flex;justify-content:center;margin-top:1.5rem;margin-bottom:2.5rem}.btn-posters-preview{min-width:180px;padding:.9rem 2rem;font-size:1.08rem;font-weight:var(--font-weight-semibold);border:2px solid #fff;background:linear-gradient(90deg,#ffb300,#ff4081);color:#fff;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;transition:all .2s;box-shadow:0 2px 10px #00000012;text-decoration:none;cursor:pointer;outline:none;display:inline-block}.btn-posters-preview:hover,.btn-posters-preview:focus{background:#fff;color:var(--color-accent);border-color:#fff;transform:translateY(-2px) scale(1.04);box-shadow:0 4px 15px #0000002e;text-decoration:none}.artists{padding:2rem 1rem;max-width:1200px;margin:0 auto}.artists-header{text-align:center;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto;background:#fff;border-radius:24px;box-shadow:0 4px 32px #00000012;padding:2.5rem 1.5rem 2rem;position:relative;z-index:2}.artists-header h1{font-size:var(--text-4xl);color:var(--color-text);margin-bottom:1.2rem;font-weight:var(--font-weight-bold);letter-spacing:-.02em;text-transform:uppercase;font-family:inherit}.artists-header p{font-size:1.13rem;color:#444;margin:0 auto;line-height:1.7;font-weight:500;font-family:inherit;background:none;border:none;box-shadow:none;max-width:600px}.artists-container{position:relative}.artists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.artist-card{background:var(--color-white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;cursor:pointer}.artist-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.artist-card.selected{transform:scale(.95);box-shadow:0 0 0 2px var(--color-accent)}.artist-image{height:350px;background-size:cover;background-position:top;position:relative}.artist-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.artist-hover{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.artist-hover span{color:#fff;font-size:var(--text-lg);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.5px;padding:.8rem 1.5rem;border:2px solid white;border-radius:50px;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.artist-card:hover .artist-hover{opacity:1}.artist-info{padding:1.5rem;text-align:center}.artist-info h3{font-size:var(--text-xl);margin-bottom:.5rem;color:var(--color-text)}.artist-role{color:var(--color-gray);font-size:var(--text-sm)}.artist-details{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.artist-details-content{background:var(--color-white);border-radius:16px;overflow:hidden;max-width:900px;width:100%;max-height:90vh;display:flex;animation:slideUp .3s ease;position:relative}.artist-details-image{flex:1;min-height:400px;background-size:cover;background-position:top}.artist-details-info{flex:1;padding:2rem;overflow-y:auto}.artist-details-info h2{font-size:var(--text-3xl);margin-bottom:.5rem;color:var(--color-text)}.artist-details-role{color:var(--color-accent);font-size:var(--text-lg);margin-bottom:1.5rem}.artist-details-description{color:var(--color-gray);font-size:var(--text-base);line-height:1.6;margin-bottom:2rem}.artist-social{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.social-link{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.1rem;border-radius:32px;font-weight:var(--font-weight-semibold);font-size:1rem;transition:all .3s cubic-bezier(.4,2,.6,1);text-decoration:none;color:#fff;min-width:120px;max-width:200px;width:100%;height:44px;box-sizing:border-box;box-shadow:0 2px 10px #00000012;border:none;margin:.4rem 0;white-space:nowrap}.social-icon{width:20px;height:20px;min-width:20px;min-height:20px;display:inline-block}.artist-social .social-link{margin:.4rem;width:160px;min-width:120px;max-width:200px}.social-link.youtube,.social-link.apple{font-size:.95rem}.social-link.instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}.social-link.spotify{background:#1db954}.social-link.youtube{background:red}.social-link.apple{background:linear-gradient(135deg,#444,#888);color:#fff;border:none}.social-link.tiktok{background:#000}.social-link:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 4px 15px #0000002e;filter:brightness(1.08);text-decoration:none}@media (max-width: 600px){.artists-header{padding:1.2rem .5rem;border-radius:16px;max-width:98vw}.artists-header h1{font-size:var(--text-2xl);margin-bottom:.7rem}.artists-header p{font-size:1rem;max-width:98vw}.artist-social{flex-direction:column;align-items:center;gap:.4rem}.artist-social .social-link{width:90vw;max-width:320px;min-width:100px;margin:.2rem auto;font-size:.95rem;padding:.7rem .5rem}}@media (max-width: 730px){.artist-details{padding:1rem}.artist-details-content{flex-direction:column;max-height:95vh;border-radius:12px}.artist-details-image{min-height:250px;max-height:40vh}.artist-details-info{padding:1.5rem;max-height:55vh;overflow-y:auto}.artist-details-info h2{font-size:var(--text-2xl);margin-bottom:.5rem}.artist-details-role{font-size:var(--text-base);margin-bottom:1rem}.artist-details-description{font-size:var(--text-sm);margin-bottom:1.5rem}.artist-social{flex-direction:column;align-items:center;gap:.5rem}.artist-social .social-link{width:100%;max-width:280px;min-width:200px;margin:.2rem auto;font-size:.95rem;padding:.7rem .5rem}.close-button{top:.5rem;right:.5rem;width:32px;height:32px;font-size:1.4rem}}.posters-header{text-align:center;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto;background:#fff;border-radius:24px;box-shadow:0 4px 32px #00000012;padding:2.5rem 1.5rem 2rem;position:relative;z-index:2}.posters-header h1{font-size:var(--text-4xl);color:var(--color-text);margin-bottom:1.2rem;font-weight:var(--font-weight-bold);letter-spacing:-.02em;text-transform:uppercase;font-family:inherit}.posters-header p{font-size:1.13rem;color:#444;margin:0 auto;line-height:1.7;font-weight:500;font-family:inherit;background:none;border:none;box-shadow:none;max-width:600px}@media (max-width: 600px){.posters-header{padding:1.2rem .5rem;border-radius:16px;max-width:98vw}.posters-header h1{font-size:var(--text-2xl);margin-bottom:.7rem}.posters-header p{font-size:1rem;max-width:98vw}}.page.posters{padding:2rem 1rem;max-width:1200px;margin:0 auto;background:none;border-radius:0;box-shadow:none}@media (max-width: 600px){.page.posters{padding:1rem .5rem;max-width:98vw}}.posters-grid-section{margin:0 auto 64px;max-width:1200px;padding:0 1.5rem;background:none;border-radius:0;box-shadow:none;transition:none}.posters-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}@media (max-width: 1200px){.posters-grid-section{padding-left:16px;padding-right:16px}}@media (max-width: 900px){.posters-grid{grid-template-columns:1fr;gap:1.5rem}.posters-grid-section{padding-left:12px;padding-right:12px}.poster-modal-price-row{flex-direction:column!important;align-items:center;gap:.5rem;margin-bottom:1.2rem}}.poster-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.poster-modal-content{background:#fff;border-radius:22px;max-width:820px;width:100%;overflow:hidden;display:flex;flex-direction:column;position:relative;animation:slideUp .3s ease;box-shadow:0 8px 40px #ff408121;padding-bottom:0;max-height:90vh;overflow-y:auto}.poster-modal-body{display:flex;flex-direction:row;align-items:stretch;width:100%;min-height:420px}.poster-modal-image{width:50%;min-width:0;max-width:400px;height:auto;max-height:600px;object-fit:contain;background:#fff;border-radius:22px 0 0 22px;border-bottom:none;padding:24px 0;display:block}.poster-modal-info{width:50%;padding:2.2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:1.1rem}.poster-modal-info h2{font-size:1.45rem;margin-bottom:.7rem;font-weight:var(--font-weight-bold);color:#1a1a1a;text-shadow:0 2px 8px #ffe3ec;text-align:left}.poster-modal-price-row{display:flex;flex-direction:row;gap:1.2rem;align-items:center;margin-bottom:1.2rem}.poster-modal-price{font-size:1.13rem;color:#ff4081;font-weight:700;display:flex;align-items:center;gap:.3em;background:#fffbe6;border-radius:12px;padding:.3em 1em;box-shadow:0 2px 8px #ffb30012;margin-bottom:.7rem}.poster-modal-description{color:#444;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem;text-align:left}.poster-modal-actions{display:flex;gap:1rem;margin-bottom:1.1rem;justify-content:flex-start;flex-wrap:wrap}.poster-modal-ticket-btn{margin:0;min-width:160px;max-width:220px;padding:.9rem 1.5rem;font-size:1.08rem}.close-button{position:absolute;top:1rem;right:1rem;background:#fff;border:none;color:#222;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:2;box-shadow:none;transition:none}.close-button:hover{background:#fff;color:#222}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 900px){.poster-modal-content{max-width:98vw;border-radius:12px;max-height:95vh}.poster-modal-body{flex-direction:column;min-height:unset}.poster-modal-image{width:100%;max-width:100vw;height:340px;border-radius:12px 12px 0 0;border-bottom:1px solid #ffe3ec;padding:12px 0 6px}.poster-modal-info{width:100%;padding:1.2rem .7rem;align-items:center;text-align:center}.poster-modal-info h2,.poster-modal-description,.poster-modal-meta{text-align:center;justify-content:center}.poster-modal-actions{justify-content:center}.poster-modal-price-row{flex-direction:column!important;align-items:center;gap:.5rem;margin-bottom:1.2rem}.poster-modal-ticket-btn{width:100%;max-width:320px;min-width:120px;margin:0;padding:.8rem 1.2rem;font-size:1rem}}@media (max-width: 600px){.posters-grid-section{padding:0 .5rem}.poster-modal{overflow-y:auto;align-items:flex-start}.poster-modal-content{max-width:98vw;border-radius:12px;max-height:98vh;padding-bottom:.7rem;position:relative;overflow-y:auto}.poster-modal-image{height:540px;border-radius:12px 12px 0 0;padding:6px 0}.poster-modal-info{padding:1.2rem .7rem 0;gap:.7rem}.poster-modal-ticket-btn{min-width:120px;font-size:1rem;padding:.8rem 1.2rem;width:100%;max-width:320px;margin:0}.close-button{top:.5rem;right:.5rem;width:32px;height:32px;font-size:1.4rem}}.poster-modal-info-scroll{overflow-y:auto;max-height:90vh;padding-right:8px}.poster-modal-meta{display:flex;gap:.7rem;align-items:center;color:var(--color-accent);font-size:1.08rem;margin-bottom:.2rem}.poster-modal-location{display:flex;gap:.7rem;align-items:center;margin-bottom:1rem;font-size:1.08rem;color:#b71c1c;word-break:break-word}@media (min-width: 900px){.poster-modal-content{max-width:1040px;border-radius:22px}.poster-modal-body{flex-direction:row;min-height:420px}.poster-modal-image{width:50%;min-width:0;max-width:480px;height:auto;max-height:700px;object-fit:contain;background:#fff;border-radius:22px 0 0 22px;border-bottom:none;padding:24px 0 24px 32px;display:block}.poster-modal-info{width:50%;padding:2.2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:1.1rem}}.contact{max-width:1100px;margin:40px auto;padding:60px 20px 40px;background:#fff;border-radius:24px;box-shadow:0 4px 32px #00000012}.contact h1{text-align:center;font-size:var(--text-4xl);color:var(--color-text);margin-bottom:1.5rem;font-weight:var(--font-weight-bold);letter-spacing:-.02em;text-transform:uppercase}.contact-intro{text-align:center;font-size:1.15rem;color:#444;margin-bottom:2.5rem;font-weight:500;max-width:600px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:flex-start}.contact-info h2,.contact-form-block h2,.contact-social h2{font-size:var(--text-lg);margin-bottom:1.2rem;color:var(--color-accent);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.5px}.contact-info ul{list-style:none;padding:0;margin:0}.contact-info li{display:flex;align-items:center;gap:.7rem;font-size:1.08rem;color:var(--color-text);margin-bottom:1.1rem}.contact-info svg{color:var(--color-accent);font-size:1.2em}.contact-form{display:flex;flex-direction:column;gap:1.1rem}.contact-form input,.contact-form textarea{padding:.9rem 1.1rem;border-radius:12px;border:1px solid #e0e0e0;font-size:1rem;font-family:inherit;background:#fafbfc;resize:none;transition:border .2s}.contact-form input:focus,.contact-form textarea:focus{border:1.5px solid var(--color-accent);outline:none}.contact-form textarea{min-height:110px;max-height:220px}.contact-form button{background:var(--color-accent);color:#fff;border:none;border-radius:50px;padding:.9rem 0;font-size:1.08rem;font-weight:var(--font-weight-semibold);cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 10px #00000012;margin-top:.5rem}.contact-form button:hover{background:#d21c1c}.contact-social{text-align:left}.social-links{display:flex;justify-content:center;gap:1.2rem;margin-top:1.2rem}.social-links a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#f3f3f3;color:#222;font-size:1.6rem;transition:background .2s,color .2s,transform .2s;box-shadow:0 2px 10px #00000012}.social-links a.instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d);color:#fff}.social-links a.telegram{background:#229ed9;color:#fff}.social-links a.facebook{background:#1877f3;color:#fff}.social-links a:hover{transform:scale(1.08) translateY(-2px);filter:brightness(1.08)}.contact-form-block{background:none}.contact-side{display:flex;flex-direction:column;gap:2.5rem;align-items:center}.contact-info{margin-bottom:.5rem;text-align:center}.contact-social{text-align:center}.contact-social h2{margin-top:0}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-side{gap:1.5rem;align-items:stretch}.contact-info{text-align:left}.contact-social{text-align:center}}@media (max-width: 600px){.contact{padding:30px 5px 20px;border-radius:14px}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-info h2,.contact-form-block h2,.contact-social h2{font-size:1.1rem;margin-bottom:.7rem}.contact-form input,.contact-form textarea{font-size:.98rem;padding:.7rem .8rem}.contact-form button{font-size:1rem;padding:.7rem 0}.social-links{gap:.7rem}.social-links a{width:40px;height:40px;font-size:1.2rem}}:root{--color-background: #f5f5f5;--color-text: #1a1a1a;--color-accent: #b71c1c;--color-white: #ffffff;--color-gray: #666666;--color-light-gray: #e0e0e0;--font-family-primary: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-weight-black: 900;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem}html{font-family:var(--font-family-primary);font-size:100%;line-height:1.15;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;height:100%;margin:0;padding:0}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0;font-family:inherit}body{font-family:var(--font-family-primary);font-size:var(--text-base);font-weight:var(--font-weight-regular);background-color:var(--color-background);color:var(--color-text);line-height:1.6;margin:0;padding:0;min-height:100%;width:100%;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-primary);margin-bottom:.75rem;line-height:1.2}h1{font-size:var(--text-4xl);font-weight:var(--font-weight-bold);letter-spacing:-.02em}h2{font-size:var(--text-3xl);font-weight:var(--font-weight-bold)}h3{font-size:var(--text-2xl);font-weight:var(--font-weight-semibold)}.btn{font-family:var(--font-family-primary);padding:12px 24px;border:none;border-radius:4px;font-weight:var(--font-weight-semibold);font-size:var(--text-base);cursor:pointer;transition:all .3s ease;letter-spacing:.5px;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background-color:var(--color-accent);color:var(--color-white)}.btn-primary:hover{background-color:#8b0000}.btn-secondary{background-color:transparent;border:2px solid var(--color-white);color:var(--color-white)}.btn-secondary:hover{background-color:var(--color-white);color:var(--color-text)}a{font-family:inherit;color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}section{padding:80px 20px}img{max-width:100%;height:auto;display:block}p,li,span,div{font-family:var(--font-family-primary)}
