:root{--black:#0a0a0a;--white:#f5f5f5;--blue:#6ecfff;--orange:#ff9d2e;--system:gray;--muted:#b9b9b9;--line:#f5f5f524;--line-strong:#f5f5f54d;--page-pad:48px;--content-max:1500px;--section-inline:max(var(--page-pad), calc((100vw - var(--content-max)) / 2 + var(--page-pad)));--header-inline:max(34px, calc((100vw - var(--content-max)) / 2 + 34px));color:var(--white);background:var(--black);letter-spacing:0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:1.45}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);min-width:320px;min-height:100svh;margin:0;overflow-x:hidden}button,a{-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--blue);outline-offset:3px}img{max-width:100%}::selection{color:var(--black);background:var(--blue)}@media (width<=920px){:root{--page-pad:28px}}@media (width<=680px){:root{--page-pad:18px}}#root{min-height:100svh}.site-header{z-index:20;padding:18px var(--header-inline);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0ae6;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;display:grid;position:sticky;top:0}.logo{min-height:52px;color:var(--white);cursor:pointer;background:0 0;border:0;justify-self:start;align-items:center;padding:0;display:inline-flex}.logo-mark{width:clamp(142px,12vw,176px);max-width:none;height:auto;display:block}.main-nav{border:1px solid var(--line);background:#f5f5f50f;border-radius:8px;align-items:center;min-height:44px;padding:4px;display:inline-flex}.nav-link{min-height:36px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 16px;font-size:14px;transition:background .18s,color .18s}.nav-link.active,.nav-link:hover{color:var(--black);background:var(--white)}.header-cta{min-height:44px;color:var(--black);background:var(--blue);border:1px solid #6ecfff8c;border-radius:8px;justify-content:center;justify-self:end;align-items:center;padding:0 18px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.page{overflow:hidden}.hero-section,.event-hero{min-height:clamp(720px,100svh - 98px,860px);padding:70px var(--section-inline) 64px;background:var(--black);grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:56px;display:grid}.hero-copy,.event-copy{min-width:0;max-width:760px}.eyebrow{color:var(--blue);text-transform:uppercase;margin:0 0 18px;font-size:13px;font-weight:900;line-height:1.2}.eyebrow.dark{color:var(--system)}.orange-text{color:var(--orange)}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:inherit;letter-spacing:0;overflow-wrap:break-word}p,li,span{overflow-wrap:break-word}h1{max-width:880px;margin-bottom:24px;font-size:76px;font-weight:900;line-height:1.08}h2{max-width:840px;margin-bottom:0;font-size:44px;font-weight:850;line-height:1.14}h3{margin-bottom:14px;font-size:21px;font-weight:850;line-height:1.22}.hero-lead{max-width:650px;color:var(--muted);margin-bottom:34px;font-size:21px;line-height:1.42}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-actions.center{justify-content:center}.button{border:1px solid var(--line-strong);min-height:48px;color:var(--white);font:inherit;cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0 22px;font-weight:850;text-decoration:none;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.primary{color:var(--black);border-color:var(--blue);background:var(--blue)}.button.ghost:hover{border-color:var(--white);background:#f5f5f514}.button.orange{color:var(--black);border-color:var(--orange);background:var(--orange)}.membership-visual{width:100%;max-width:520px;min-height:560px;color:var(--white);background:#111;border:1px solid #f5f5f52e;border-radius:8px;flex-direction:column;justify-content:space-between;justify-self:end;padding:28px;display:flex;box-shadow:0 24px 70px #00000061}.pass-top,.pass-bottom{color:var(--muted);text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;font-size:12px;font-weight:800;line-height:1.35;display:flex}.pass-top span,.pass-bottom span{min-width:0}.pass-title{max-width:330px;color:var(--white);font-size:62px;font-weight:950;line-height:1.04}.pass-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.pass-grid span{min-height:54px;color:var(--white);background:#f5f5f50f;border:1px solid #f5f5f51f;border-radius:8px;align-items:center;padding:0 14px;font-weight:800;display:flex}.section{padding:94px var(--section-inline);background:var(--black);border-top:1px solid var(--line)}.light-section{color:var(--black);background:var(--white);border-top:0;grid-template-columns:minmax(260px,.95fr) minmax(320px,1.05fr);gap:54px;display:grid}.section-heading{margin-bottom:42px}.light-section .section-heading{margin-bottom:0}.about-copy{color:#343434;gap:22px;font-size:20px;line-height:1.5;display:grid}.feature-grid,.pricing-grid,.announcement-grid{gap:16px;display:grid}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.price-card,.announcement-card{border:1px solid var(--line);border-radius:8px;min-width:0}.feature-card{background:#f5f5f50e;min-height:240px;padding:24px}.feature-card p,.price-card li,.announcement-card p{color:var(--muted);line-height:1.5}.dark-card{background:#101010}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-section.orange .pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.price-card{background:#111;flex-direction:column;min-height:430px;padding:24px;display:flex}.price-card.featured{background:#101010;border-color:#6ecfffd9}.pricing-section.orange .price-card.featured{background:#101010;border-color:#ff9d2ee6}.price-card.highlight-blue{border-color:#6ecfffeb;box-shadow:0 0 0 1px #6ecfff1f}.price-card.highlight-orange{border-color:#ff9d2ee6;box-shadow:0 0 0 1px #ff9d2e1f}.price-top{min-height:112px}.plan-tag{color:var(--system);margin-top:2px;font-size:13px;font-weight:800;display:inline-flex}.price{color:var(--white);margin:24px 0 4px;font-size:28px;font-weight:900;line-height:1.1}.price-meta{color:var(--muted);font-size:15px}.price-card ul{gap:12px;margin:24px 0 28px;padding:0;list-style:none;display:grid}.price-card li{padding-left:18px;font-size:15px;position:relative}.price-card li:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}.pricing-section.orange .price-card li:before{background:var(--orange)}.pricing-section.orange .price-card.highlight-blue li:before,.price-card.highlight-blue li:before{background:var(--blue)}.buy-link{min-height:44px;color:var(--white);border:1px solid #f5f5f52e;border-radius:8px;justify-content:center;align-items:center;margin-top:auto;font-weight:850;text-decoration:none;display:inline-flex}.buy-link:hover{border-color:var(--blue)}.pricing-section.orange .buy-link:hover{border-color:var(--orange)}.buy-link-blue{color:var(--black);background:var(--blue);border-color:#6ecfffb8}.buy-link-blue:hover{border-color:var(--blue);background:#8bddff}.pricing-section{scroll-margin-top:96px}.split-band{background:#0d0d0d;grid-template-columns:1fr .85fr;gap:54px;display:grid}.split-actions{align-content:center;justify-items:start;gap:26px;display:grid}.split-actions p{color:var(--muted);font-size:20px;line-height:1.48}.event-hero{background:var(--black);grid-template-columns:minmax(0,1fr) minmax(320px,470px)}.event-hero h1{color:var(--orange);font-size:92px}.event-lead{margin-bottom:18px}.event-lead+.event-lead{margin-bottom:34px}.event-meta-row{flex-wrap:wrap;gap:10px;margin:0 0 30px;display:flex}.event-meta-row span,.audience-list span{min-width:0;max-width:100%;min-height:42px;color:var(--white);background:#ff9d2e14;border:1px solid #ff9d2e59;border-radius:8px;align-items:center;padding:0 14px;font-size:14px;font-weight:800;line-height:1.35;display:inline-flex}.poster-frame{background:#050505;border:1px solid #ff9d2e59;border-radius:8px;place-self:center end;width:100%;max-width:470px;margin:0;overflow:hidden;box-shadow:0 30px 90px #0000007a}.poster-frame img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.audience-list{flex-wrap:wrap;gap:12px;display:flex}.event-lists-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px;display:grid}.event-list-panel{min-width:0}.event-list-panel h2{color:var(--orange);text-transform:uppercase;margin-bottom:28px}.report-section{background:#0a0a0a}.report-albums{gap:56px;display:grid}.report-album{gap:22px;display:grid}.report-album-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px 24px;display:flex}.report-album-head h3{color:var(--white);margin-bottom:0;font-size:28px}.report-album-head span{color:var(--orange);text-transform:uppercase;font-size:14px;font-weight:900}.video-modal{z-index:100;place-items:center;padding:26px;display:grid;position:fixed;inset:0}.video-modal-backdrop{cursor:pointer;background:#000000d1;border:0;position:absolute;inset:0}.video-modal-card{z-index:1;background:#050505;border:1px solid #f5f5f533;border-radius:8px;width:min(430px,86vw);position:relative;box-shadow:0 26px 80px #000000a3}.video-modal-card video{background:#000;border-radius:8px;width:100%;max-height:84vh;display:block}.video-modal-close{z-index:2;background:var(--orange);color:#0a0a0a;cursor:pointer;border:1px solid #f5f5f53d;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:0;display:inline-flex;position:absolute;top:-14px;right:-14px}.video-modal-close:before,.video-modal-close:after{content:"";transform-origin:50%;background:currentColor;border-radius:999px;width:17px;height:4px;position:absolute;top:50%;left:calc(50% + .5px)}.video-modal-close:before{transform:translate(-50%,-50%)rotate(45deg)}.video-modal-close:after{transform:translate(-50%,-50%)rotate(-45deg)}.video-modal-close span{display:none}.announcements-section{display:block}.announcements-section .section-heading{margin-bottom:42px}.announcement-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.announcement-card{min-height:270px;color:var(--black);background:#fff;border-color:#0a0a0a1f;flex-direction:column;justify-content:space-between;padding:24px;display:flex}.announcement-card span{color:#8b4c08;text-transform:uppercase;margin-bottom:18px;font-size:13px;font-weight:900;display:inline-flex}.announcement-card p{color:#555}.announcement-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:26px;display:flex}.announcement-bottom strong{font-size:18px}.announcement-bottom a{min-height:40px;color:var(--black);background:var(--orange);border-radius:8px;align-items:center;padding:0 14px;font-weight:850;text-decoration:none;display:inline-flex}.closing-cta{text-align:center}.collaboration-section{justify-items:center;gap:24px;display:grid}.collaboration-section h2{color:var(--orange);margin-bottom:0}.collaboration-section p{max-width:760px;color:var(--muted);font-size:20px;line-height:1.5}.collaboration-tags{flex-wrap:wrap;justify-content:center;gap:10px;max-width:860px;display:flex}.collaboration-tags span{min-height:38px;color:var(--white);background:#ff9d2e14;border:1px solid #ff9d2e3d;border-radius:8px;align-items:center;padding:0 14px;font-size:15px;font-weight:850;display:inline-flex}.closing-cta h2{max-width:760px;margin-bottom:28px;margin-left:auto;margin-right:auto}.footer{padding:34px var(--section-inline);border-top:1px solid var(--line);background:#050505;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.footer-main{gap:16px;max-width:720px;display:grid}.footer-main>div:first-child{gap:6px;display:grid}.footer strong{color:var(--white)}.footer span,.footer p{color:var(--muted)}.footer p{margin:0;font-size:13px;line-height:1.45}.footer-legal{flex-wrap:wrap;gap:8px 18px;display:flex}.footer-legal span{font-size:13px}.footer-links{flex-wrap:wrap;gap:10px;display:flex}.footer a{width:42px;height:42px;color:var(--white);background:#f5f5f50a;border:1px solid #f5f5f524;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;transition:border-color .16s,color .16s,background .16s;display:inline-flex}.footer svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:21px;height:21px}.footer .telegram-icon{transform:translate(-1.5px)}.footer a:hover{border-color:var(--blue);color:var(--blue);background:#6ecfff14}@media (width<=1180px){.feature-grid,.pricing-grid,.pricing-section.orange .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:58px}.event-hero h1{font-size:70px}}@media (width<=1100px){.hero-section,.event-hero,.light-section,.split-band{grid-template-columns:minmax(0,1fr)}.hero-section,.event-hero{gap:46px;min-height:auto;padding-top:52px;padding-bottom:58px}.membership-visual,.poster-frame{justify-self:stretch;max-width:none}.membership-visual{justify-content:start;gap:34px;min-height:auto}.pass-title{max-width:100%;font-size:54px;line-height:1.08}.pass-grid span{min-height:56px;line-height:1.35}.light-section .section-heading{margin-bottom:0}.announcement-grid,.event-lists-section{grid-template-columns:1fr}}@media (width<=920px){.site-header{grid-template-columns:1fr;justify-items:stretch;gap:12px;padding:14px 18px}.logo,.header-cta,.main-nav{justify-self:center}}@media (width<=680px){.video-modal-close{top:8px;right:8px}.site-header{grid-template-columns:auto auto;justify-content:center;align-items:center;gap:12px 14px;padding:12px 18px;display:grid}.logo{grid-area:1/1/auto/-1;justify-self:center;min-height:48px}.logo-mark{width:154px}.header-cta{grid-area:2/2;justify-self:start;min-height:40px;margin-left:0;padding:0 14px}.main-nav{grid-area:2/1;justify-self:end;margin-left:0;margin-right:0}.nav-link{padding-left:12px;padding-right:12px}.section,.hero-section,.event-hero{padding-left:18px;padding-right:18px}.section{padding-top:68px;padding-bottom:68px}h1{font-size:29px;line-height:1.24}.event-hero h1{font-size:34px;line-height:1.16}.hero-copy,.event-copy{justify-self:center;width:100%;max-width:300px}.section-heading,.about-copy,.feature-grid,.pricing-grid,.announcement-grid,.event-list-panel,.audience-list,.split-actions,.split-band>div:first-child{justify-self:center;width:100%;max-width:300px;margin-left:auto;margin-right:auto}h2{font-size:26px;line-height:1.3}h1,h2,h3{overflow-wrap:anywhere}.hero-lead,.about-copy,.split-actions p{font-size:17px;line-height:1.55}.hero-actions{gap:10px}.button{padding-left:16px;padding-right:16px;font-size:15px}.feature-grid,.feature-grid.three,.pricing-grid,.pricing-section.orange .pricing-grid{grid-template-columns:1fr}.report-albums{gap:42px}.report-album-head{max-width:300px;margin-left:auto;margin-right:auto}.report-album-head h3{font-size:22px}.membership-visual{gap:22px;min-height:auto;padding:20px}.poster-frame,.membership-visual{justify-self:center;width:100%;max-width:300px}.pass-title{font-size:34px;line-height:1.18}.pass-grid{grid-template-columns:1fr;gap:10px}.pass-grid span{min-height:54px;padding:10px 14px;line-height:1.35}.pass-bottom{row-gap:6px;padding-top:4px}.pass-top{row-gap:6px}.event-meta-row span,.audience-list span{min-height:44px;padding:10px 14px}.audience-list span{width:100%}.closing-cta{text-align:left}.closing-cta>.eyebrow,.closing-cta h2,.closing-cta .hero-actions{width:100%;max-width:300px;margin-left:auto;margin-right:auto}.closing-cta h2{font-size:24px;line-height:1.34}.closing-cta .hero-actions{justify-content:flex-start}.collaboration-section{text-align:center;justify-items:center}.collaboration-section h2,.collaboration-section p,.collaboration-section .hero-actions,.collaboration-tags{width:100%;max-width:330px;margin-left:auto;margin-right:auto}.collaboration-section p{text-align:center;font-size:17px;line-height:1.55}.collaboration-section .hero-actions,.collaboration-tags{justify-content:center}.footer{flex-direction:column;align-items:flex-start}}.report-carousel{--report-card-width:clamp(188px, 21vw, 286px);--report-gap:clamp(12px, 1.45vw, 18px);gap:10px;display:grid}.report-carousel-shell{min-width:0;position:relative}.report-carousel-track{align-items:stretch;gap:var(--report-gap);overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;padding:14px 76px 30px;scroll-padding-inline:76px;display:flex;overflow:auto hidden}.report-carousel-track::-webkit-scrollbar{display:none}.report-card{flex:0 0 var(--report-card-width);aspect-ratio:4/5;min-width:0;color:var(--white);cursor:pointer;scroll-snap-align:center;scroll-snap-stop:always;background:#111;border:1px solid #f5f5f529;border-radius:8px;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden;box-shadow:0 18px 42px #0000003d}.report-card img{object-fit:cover;width:100%;height:100%;transition:filter .18s,transform .18s;display:block;transform:scale(1.01)}.report-card-video img{filter:brightness(.68)}.report-card:hover,.report-card:focus-visible{border-color:#ff9d2edb;transform:translateY(-3px);box-shadow:0 24px 58px #0006}.report-card:hover img,.report-card:focus-visible img{filter:brightness();transform:scale(1.04)}.report-card:focus-visible{outline:2px solid var(--orange);outline-offset:4px}.report-play{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0a9e;border:1px solid #ff9d2e8f;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;min-height:0;padding:0;font-size:0;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 16px 34px #0000006b}.report-play:before{content:"";border-top:9px solid #0000;border-bottom:9px solid #0000;border-left:14px solid var(--orange);width:0;height:0;margin-left:4px}.report-gallery-arrow{z-index:3;color:#0a0a0a;cursor:pointer;background:#ff9d2ef5;border:1px solid #ff9d2e80;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;font-size:0;line-height:1;transition:background .16s,opacity .16s,transform .16s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 18px 38px #0000005c}.report-gallery-arrow:before{content:"";border-top:3px solid;border-left:3px solid;width:12px;height:12px}.report-gallery-arrow-left{left:8px}.report-gallery-arrow-left:before{margin-left:4px;transform:rotate(-45deg)}.report-gallery-arrow-right{right:8px}.report-gallery-arrow-right:before{margin-right:4px;transform:rotate(135deg)}.report-gallery-arrow:hover{background:#ffb65f;transform:translateY(-50%)scale(1.04)}.report-gallery-arrow:disabled{cursor:default;opacity:.34;transform:translateY(-50%)scale(.96)}.report-gallery-arrow span{display:none}.report-modal-card-image{width:min(1080px,92vw)}.report-modal-card-video{width:min(430px,86vw)}.report-modal-image{object-fit:contain;background:#050505;border-radius:8px;width:100%;max-height:86vh;display:block}@media (width<=920px){.report-carousel{--report-card-width:clamp(190px, 34vw, 260px)}}@media (width<=680px){.report-carousel{--report-card-width:100%;width:min(100%,390px);margin-left:auto;margin-right:auto}.report-carousel-track{gap:12px;padding:12px 0 76px;scroll-padding-inline:0}.report-gallery-arrow{width:44px;height:44px;top:auto;bottom:14px;transform:none}.report-gallery-arrow:before{border-width:2px;width:10px;height:10px}.report-gallery-arrow-left{left:calc(50% - 52px)}.report-gallery-arrow-right{right:calc(50% - 52px)}.report-gallery-arrow:hover,.report-gallery-arrow:disabled{transform:none}.report-play{width:52px;height:52px}.report-modal-card-image{width:min(94vw,520px)}.report-section .section-heading,.report-album-head{text-align:left;width:min(100%,356px);max-width:none;margin-left:auto;margin-right:auto}.report-section .section-heading{margin-bottom:34px}.report-section .section-heading h2{margin-bottom:0;font-size:30px;line-height:1.08}.report-album{gap:16px}.report-album-head{justify-content:start;gap:7px;display:grid}.report-album-head h3{font-size:24px;line-height:1.12}.report-album-head span{font-size:15px;line-height:1.12}}
