:root{--mp-red:#D20A0A;--mp-red-light:#ED1A1F;--mp-red-glow:rgba(210,10,10,0.30);--bg:#0A0A0A;--bg-2:#131212;--card-grad-a:#1D1B1B;--card-grad-b:#131212;--shadow-out:0 14px 28px -10px rgba(0,0,0,0.55),0 4px 10px -2px rgba(0,0,0,0.35);--shadow-in:inset 0 1px 0 rgba(255,255,255,0.04),inset 0 -1px 0 rgba(0,0,0,0.4);--text:#F3F3F3;--text-2:#B4B4B4;--text-3:#7A7A7A;--text-4:#525252;--border:rgba(255,255,255,0.06);--border-hi:rgba(255,255,255,0.12);--header-bg:rgba(10,10,10,0.7);--halo-1:rgba(210,10,10,0.10);--halo-2:rgba(210,10,10,0.04)}[data-theme=bone]{--bg:#FFFDF6;--bg-2:#F6F2E6;--card-grad-a:#FFFDF6;--card-grad-b:#F0EBDB;--shadow-out:0 10px 22px -10px rgba(42,39,35,0.20),0 4px 8px -2px rgba(42,39,35,0.10);--shadow-in:inset 0 1px 0 rgba(255,255,255,0.6),inset 0 -1px 0 rgba(42,39,35,0.06);--text:#2A2723;--text-2:#5C574F;--text-3:#8B8479;--text-4:#B5AE9F;--border:rgba(42,39,35,0.10);--border-hi:rgba(42,39,35,0.20);--header-bg:rgba(255,253,246,0.82);--mp-red:#B8000F;--mp-red-light:#D8101F;--mp-red-glow:rgba(184,0,15,0.22);--halo-1:rgba(184,0,15,0.06);--halo-2:rgba(184,0,15,0.02)}.coliseum-home{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;transition:background .25s,color .25s}.coliseum-home a{color:inherit;text-decoration:none}.coliseum-home button{font-family:inherit;cursor:pointer}.coliseum-home .wrap{max-width:1140px;margin:0 auto;padding:0 32px}.coliseum-home header.site{position:sticky;top:0;z-index:30;background:var(--header-bg);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border-bottom:1px solid var(--border)}.coliseum-home header.site .row{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.coliseum-home .brand{display:flex;align-items:center;gap:10px}.coliseum-home .brand svg{width:22px;height:22px}.coliseum-home .brand svg polygon{stroke:var(--mp-red);stroke-width:2.4;fill:none}.coliseum-home .brand-name{font-family:Bebas Neue,sans-serif;font-size:20px;letter-spacing:.08em;color:var(--text)}.coliseum-home nav.primary{display:flex;gap:4px}.coliseum-home nav.primary a{padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500;letter-spacing:.02em;color:var(--text-2)}.coliseum-home nav.primary a.active{color:var(--text);position:relative}.coliseum-home nav.primary a.active:after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:2px;background:var(--mp-red);border-radius:2px}.coliseum-home nav.primary a:hover{color:var(--text)}.coliseum-home .header-right{display:flex;align-items:center;gap:12px}.coliseum-home .home-burger{display:none;background:transparent;border:1px solid var(--border-hi);border-radius:8px;width:36px;height:36px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0}.coliseum-home .home-burger span{display:block;width:16px;height:1.5px;background:var(--text);border-radius:1px;transition:background .15s}.coliseum-home .home-drawer{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end}.coliseum-home .home-drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:home-fade .2s ease}.coliseum-home .home-drawer-panel{position:relative;z-index:1;width:min(82vw,320px);height:100%;background:var(--bg);border-left:1px solid var(--border-hi);display:flex;flex-direction:column;animation:home-slide .25s ease}[data-theme=bone] .coliseum-home .home-drawer-panel{background:var(--bg)}@keyframes home-fade{0%{opacity:0}to{opacity:1}}@keyframes home-slide{0%{transform:translateX(100%)}to{transform:none}}.coliseum-home .home-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.coliseum-home .home-drawer-title{font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:.18em;color:var(--text-2);text-transform:uppercase}.coliseum-home .home-drawer-close{background:transparent;border:1px solid var(--border-hi);border-radius:8px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:var(--text-2)}.coliseum-home .home-drawer-close:hover{color:var(--text);border-color:var(--text-3)}.coliseum-home .home-drawer-nav{display:flex;flex-direction:column;padding:18px 12px;gap:2px}.coliseum-home .home-drawer-link{display:block;padding:14px 18px;font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:.08em;color:var(--text);border-radius:10px;border:1px solid transparent;transition:background .15s,border-color .15s,color .15s}.coliseum-home .home-drawer-link:active,.coliseum-home .home-drawer-link:hover{background:var(--bg-2);border-color:var(--border);color:var(--mp-red)}.coliseum-home .theme-switch{display:flex;gap:4px;padding:3px;background:var(--bg-2);border:1px solid var(--border);border-radius:999px}.coliseum-home .theme-switch button{width:20px;height:20px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;padding:0;transition:border-color .15s,transform .15s}.coliseum-home .theme-switch button.dark{background:linear-gradient(135deg,#1D1B1B,#0A0A0A)}.coliseum-home .theme-switch button.bone{background:linear-gradient(135deg,#FFFDF6,#E6E0CD)}.coliseum-home .theme-switch button.active{border-color:var(--mp-red);transform:scale(1.1)}.coliseum-home .locale-switch{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden;font-size:11px;font-weight:600;letter-spacing:.06em}.coliseum-home .locale-switch span{padding:6px 10px;color:var(--text-3);cursor:pointer;transition:color .15s,background .15s}.coliseum-home .locale-switch span.active{background:var(--bg-2);color:var(--text);cursor:default}.coliseum-home .locale-switch span:not(.active):hover{color:var(--text-2)}.coliseum-home section.hero{position:relative;overflow:hidden;padding:120px 0 140px;text-align:center}.coliseum-home .hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 50% 60% at 50% 50%,var(--halo-1) 0,transparent 60%),radial-gradient(ellipse 80% 80% at 50% 50%,var(--halo-2) 0,transparent 70%)}.coliseum-home .hero-octa{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:720px;max-width:90vw;opacity:.1;pointer-events:none}[data-theme=bone] .coliseum-home .hero-octa{opacity:.2}.coliseum-home .hero-octa polygon{stroke:var(--mp-red);stroke-width:1.4;fill:none}.coliseum-home .hero-inner{position:relative;z-index:2}.coliseum-home .hero-tag{display:inline-flex;align-items:center;gap:10px;padding:5px 14px;border-radius:999px;border:1px solid var(--border-hi);background:rgba(255,255,255,.02);font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--text-2);margin-bottom:36px}[data-theme=bone] .coliseum-home .hero-tag{background:rgba(42,39,35,.03)}.coliseum-home .hero-tag .dot{width:6px;height:6px;border-radius:999px;background:var(--mp-red);box-shadow:0 0 10px var(--mp-red)}.coliseum-home .hero-tag b{color:var(--text)}.coliseum-home h1.hero-h{font-family:Bebas Neue,sans-serif;font-size:clamp(56px,8.4vw,124px);line-height:.92;letter-spacing:.005em;margin:0 auto;max-width:1000px;color:var(--text);text-wrap:balance}.coliseum-home h1.hero-h .red{color:var(--mp-red)}.coliseum-home p.hero-sub{font-size:clamp(16px,1.6vw,19px);color:var(--text-2);line-height:1.6;max-width:560px;margin:28px auto 44px;text-wrap:balance}.coliseum-home .hero-ctas{display:inline-flex;flex-direction:column;align-items:center;gap:22px}.coliseum-home .btn-primary{display:inline-flex;align-items:center;gap:14px;padding:18px 30px;background:var(--mp-red);color:#fff;border:none;border-radius:12px;font-family:Bebas Neue,sans-serif;font-size:22px;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 18px 36px -10px var(--mp-red-glow),0 0 0 1px rgba(255,255,255,.04),inset 0 1px 0 rgba(255,255,255,.18);transition:transform .15s,box-shadow .15s,background .15s;text-decoration:none}.coliseum-home .btn-primary:hover{transform:translateY(-1px);background:var(--mp-red-light);box-shadow:0 22px 44px -10px var(--mp-red-glow),0 0 0 1px rgba(255,255,255,.05),inset 0 1px 0 rgba(255,255,255,.22)}.coliseum-home .btn-primary .arrow{font-size:20px;line-height:1}.coliseum-home .btn-text{font-size:13px;font-weight:500;letter-spacing:.02em;color:var(--text-3);display:inline-flex;align-items:center;gap:6px;padding:4px 0;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}.coliseum-home .btn-text:hover{color:var(--text-2);border-bottom-color:var(--border-hi)}.coliseum-home section.block{padding:80px 0}.coliseum-home .sec-eyebrow{text-align:center;font-size:11px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--text-3);margin-bottom:22px;display:flex;align-items:center;justify-content:center;gap:14px}.coliseum-home .sec-eyebrow:after,.coliseum-home .sec-eyebrow:before{content:"";height:1px;width:40px;background:var(--border-hi)}.coliseum-home h2.sec-h{font-family:Bebas Neue,sans-serif;font-size:clamp(32px,4vw,48px);letter-spacing:.02em;line-height:1.05;text-align:center;margin:0 auto 64px;max-width:720px;text-wrap:balance}.coliseum-home h2.sec-h .red{color:var(--mp-red)}.coliseum-home .three-up{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.coliseum-home .feat{background:linear-gradient(160deg,var(--card-grad-a) 0,var(--card-grad-b) 100%);border:1px solid var(--border);border-left:3px solid var(--mp-red);border-radius:14px;box-shadow:var(--shadow-out),var(--shadow-in);padding:28px 24px;display:flex;flex-direction:column;gap:14px;min-height:196px}.coliseum-home .feat .ic{width:40px;height:40px;border-radius:10px;background:rgba(210,10,10,.1);color:var(--mp-red);display:flex;align-items:center;justify-content:center;border:1px solid rgba(210,10,10,.2)}[data-theme=bone] .coliseum-home .feat .ic{background:rgba(184,0,15,.08);border-color:rgba(184,0,15,.2)}.coliseum-home .feat h3{font-family:Bebas Neue,sans-serif;font-size:22px;letter-spacing:.04em;margin:6px 0 0;color:var(--text);line-height:1.05}.coliseum-home .feat p{font-size:14px;line-height:1.55;color:var(--text-2);margin:auto 0 0}.coliseum-home .feat p b{color:var(--text);font-weight:600}.coliseum-home .accordion{max-width:820px;margin:0 auto;border-top:1px solid var(--border)}.coliseum-home .acc-item{border-bottom:1px solid var(--border)}.coliseum-home .acc-trigger{width:100%;background:transparent;border:none;cursor:pointer;padding:26px 4px;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;text-align:left;transition:padding-left .15s}.coliseum-home .acc-trigger:hover{padding-left:8px}.coliseum-home .acc-trigger .num{font-family:Bebas Neue,sans-serif;font-size:16px;letter-spacing:.18em;color:var(--mp-red);width:32px}.coliseum-home .acc-trigger .title{font-family:Bebas Neue,sans-serif;font-size:clamp(20px,2.4vw,26px);letter-spacing:.04em;color:var(--text);line-height:1}.coliseum-home .acc-trigger .chev{width:22px;height:22px;color:var(--text-3);transition:transform .25s,color .15s}.coliseum-home .acc-trigger:hover .chev{color:var(--text)}.coliseum-home .acc-item.open .acc-trigger .chev{transform:rotate(180deg);color:var(--mp-red)}.coliseum-home .acc-panel{overflow:hidden;max-height:0;transition:max-height .35s ease}.coliseum-home .acc-item.open .acc-panel{max-height:320px}.coliseum-home .acc-panel-inner{padding:0 4px 28px 56px;font-size:15px;color:var(--text-2);line-height:1.7;max-width:680px}.coliseum-home .acc-panel-inner b{color:var(--text);font-weight:600}.coliseum-home .credibility{text-align:center;max-width:680px;margin:0 auto;padding:56px 32px;background:radial-gradient(ellipse 60% 80% at 50% 0,var(--halo-1) 0,transparent 70%),linear-gradient(160deg,var(--card-grad-a) 0,var(--card-grad-b) 100%);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-out),var(--shadow-in)}.coliseum-home .credibility .small{font-size:11px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--text-3);margin-bottom:22px}.coliseum-home .credibility .big{font-family:Bebas Neue,sans-serif;font-size:clamp(72px,10vw,120px);line-height:.9;letter-spacing:.005em;color:var(--text);margin-bottom:8px}.coliseum-home .credibility .big .slash{color:var(--text-4);margin:0 6px}.coliseum-home .credibility .big .red{color:var(--mp-red)}.coliseum-home .credibility .pct{font-family:Bebas Neue,sans-serif;font-size:28px;letter-spacing:.04em;color:var(--text-2);margin-bottom:28px}.coliseum-home .credibility .line{font-size:16px;color:var(--text-2);margin-bottom:28px;line-height:1.55}.coliseum-home .credibility .line b{color:var(--text);font-weight:600}.coliseum-home .arena-card{background:linear-gradient(160deg,var(--card-grad-a) 0,var(--card-grad-b) 100%);border:1px solid var(--border);border-left:3px solid var(--text-4);border-radius:14px;box-shadow:var(--shadow-out),var(--shadow-in);padding:22px 26px;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center}.coliseum-home .arena-card .ic-wrap{width:44px;height:44px;border-radius:12px;background:var(--bg-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-2)}.coliseum-home .arena-card .copy h5{font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:.08em;margin:0;color:var(--text)}.coliseum-home .arena-card .copy p{font-size:13px;color:var(--text-3);line-height:1.5;margin:4px 0 0}.coliseum-home .arena-card .btn-secondary{background:transparent;color:var(--text-2);border:1px solid var(--border-hi);border-radius:8px;padding:10px 18px;font-size:12px;font-weight:600;letter-spacing:.06em;display:inline-flex;align-items:center;gap:8px;transition:color .15s,border-color .15s,background .15s;white-space:nowrap;text-decoration:none}.coliseum-home .arena-card .btn-secondary:hover{color:var(--text);border-color:var(--text);background:var(--bg-2)}.coliseum-home footer.site{margin-top:80px;padding:36px 0;border-top:1px solid var(--border)}.coliseum-home footer.site .row{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center}.coliseum-home footer.site .left{display:flex;align-items:center;gap:10px}.coliseum-home footer.site .left svg{width:18px;height:18px}.coliseum-home footer.site .left svg polygon{stroke:var(--mp-red);stroke-width:2.4;fill:none}.coliseum-home footer.site .left span{font-family:Bebas Neue,sans-serif;font-size:16px;letter-spacing:.06em;color:var(--text)}.coliseum-home footer.site .links{display:flex;gap:22px;justify-content:center;flex-wrap:wrap;font-size:12px;font-weight:500;color:var(--text-2)}.coliseum-home footer.site .links a:hover{color:var(--text)}.coliseum-home footer.site .right{text-align:right;font-size:11px;color:var(--text-3);letter-spacing:.14em;font-weight:600;text-transform:uppercase}.coliseum-home footer.site .right b{color:var(--text-2)}@media (max-width:880px){.coliseum-home .wrap{padding:0 20px}.coliseum-home nav.primary{display:none}.coliseum-home .home-burger{display:flex}.coliseum-home header.site .row{gap:12px}.coliseum-home section.hero{padding:56px 0 72px}.coliseum-home .hero-tag{font-size:10px;letter-spacing:.14em;padding:4px 10px;margin-bottom:24px;max-width:calc(100vw - 40px);text-align:center}.coliseum-home .hero-octa{width:460px}.coliseum-home h1.hero-h{font-size:clamp(40px,11vw,64px);line-height:.95}.coliseum-home p.hero-sub{font-size:15px;margin:22px auto 32px;padding:0 4px}.coliseum-home .hero-ctas{gap:18px;width:100%}.coliseum-home .btn-primary{font-size:18px;padding:16px 24px}.coliseum-home h2.sec-h{margin-bottom:40px}.coliseum-home section.block{padding:56px 0}.coliseum-home .sec-eyebrow:after,.coliseum-home .sec-eyebrow:before{width:24px}.coliseum-home .three-up{grid-template-columns:1fr;gap:12px}.coliseum-home .feat{min-height:auto;padding:22px 20px}.coliseum-home .acc-panel-inner{padding-left:0}.coliseum-home .credibility{padding:40px 22px}.coliseum-home .credibility .big{font-size:64px}.coliseum-home .arena-card{grid-template-columns:auto 1fr;padding:18px 20px;gap:16px}.coliseum-home .arena-card .btn-secondary{grid-column:1/-1;justify-content:center}.coliseum-home footer.site .row{grid-template-columns:1fr;text-align:center;justify-items:center;gap:16px}.coliseum-home footer.site .left{justify-content:center}.coliseum-home footer.site .right{text-align:center}.coliseum-home footer.site .links{gap:14px 18px}}@media (max-width:480px){.coliseum-home .wrap{padding:0 16px}.coliseum-home header.site .row{height:56px;gap:8px}.coliseum-home .brand-name{font-size:18px}.coliseum-home .hero-tag{letter-spacing:.12em;padding:4px 8px}.coliseum-home .btn-primary{width:100%;justify-content:center;font-size:16px;padding:14px 18px}.coliseum-home .acc-trigger{grid-template-columns:auto 1fr auto;gap:12px;padding:20px 0}.coliseum-home .acc-trigger .num{width:26px;font-size:14px}.coliseum-home .acc-trigger .title{font-size:18px}.coliseum-home .acc-item.open .acc-panel{max-height:480px}.coliseum-home .acc-panel-inner{font-size:14px;line-height:1.6}.coliseum-home .arena-card{grid-template-columns:1fr;text-align:center}.coliseum-home .arena-card .ic-wrap{margin:0 auto}.coliseum-home .credibility{padding:32px 18px}.coliseum-home .credibility .big{font-size:56px}.coliseum-home .credibility .pct{font-size:22px}.coliseum-home .credibility .line{font-size:14px}.coliseum-home .credibility .small{font-size:10px;letter-spacing:.18em}.coliseum-home .feat h3{font-size:20px}.coliseum-home .feat p{font-size:13.5px}.coliseum-home section.hero{padding:40px 0 56px}}.coliseum-home .reveal{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease}.coliseum-home .reveal.in{opacity:1;transform:none}