@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root{
  color-scheme:dark;
  --bg:#050505;
  --panel:#0b0c0d;
  --panel2:#101214;
  --line:rgba(255,255,255,.13);
  --text:#f4f1e9;
  --muted:#9b9b94;
  --orange:#ff6723;
  --gold:#e3a62f;
  --acid:#b8ef2f;
  --ice:#28a9ee;
  --max:1240px;
}
html{background:#050505!important;color-scheme:dark;scroll-behavior:smooth}
body.lsr-standalone-body{margin:0!important;background:#050505!important;color:#f4f1e9!important}
.lsr-app,.lsr-app *{box-sizing:border-box}
.lsr-app,.lsr-app *{forced-color-adjust:none}
.lsr-app{position:relative;width:100%;min-height:100vh;overflow:hidden;background:var(--bg)!important;color:var(--text)!important;font-family:Inter,Arial,sans-serif;color-scheme:dark}
.lsr-app a{text-decoration:none}
.lsr-app button,.lsr-app input,.lsr-app select,.lsr-app textarea{font:inherit}
.lsr-app input,.lsr-app select,.lsr-app textarea,.lsr-app option{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}
.lsr-app input::placeholder,.lsr-app textarea::placeholder{color:#a6a6a0!important;opacity:1!important}
.lsr-app h1,.lsr-app h2,.lsr-app h3,.lsr-app h4,.lsr-app strong,.lsr-app .lsr-btn{font-family:"Barlow Condensed",Impact,sans-serif}
.lsr-wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.lsr-kicker{margin:0 0 18px;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.22em}
.lsr-centered{text-align:center}
.lsr-header{position:absolute;z-index:100;top:0;left:0;right:0;height:88px;padding:0 max(26px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:26px;border-bottom:1px solid rgba(255,255,255,.16);transition:.28s;background:linear-gradient(180deg,rgba(0,0,0,.65),transparent)}
.lsr-header.is-sticky,.lsr-header.is-solid{position:fixed;background:rgba(5,5,5,.93);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(0,0,0,.35)}
.lsr-brand{display:flex;align-items:center;gap:12px;color:#fff!important}
.lsr-brand img{width:58px;height:58px;object-fit:contain}
.lsr-brand span{display:grid;line-height:1}
.lsr-brand b{font-size:21px;letter-spacing:.045em}
.lsr-brand small{margin-top:5px;color:#aaa;font-size:10px;letter-spacing:.22em}
.lsr-nav{display:flex;align-items:center;justify-content:center;gap:27px}
.lsr-nav a{color:#e9e7e0!important;font:700 14px "Barlow Condensed";letter-spacing:.08em;text-transform:uppercase}
.lsr-nav a:hover{color:var(--orange)!important}
.lsr-header-actions{display:flex;align-items:center;gap:20px}
.lsr-language{display:flex;align-items:center;gap:7px;font:800 12px Inter;color:#777}
.lsr-language button{border:0;background:none;color:#777;padding:4px;cursor:pointer;font-weight:800}
.lsr-language button.is-active{color:#fff}
.lsr-header-register{padding:12px 19px;background:var(--orange);color:#fff!important;font:900 15px "Barlow Condensed";letter-spacing:.09em}
.lsr-nav-toggle{display:none;border:0;background:none;padding:8px}
.lsr-nav-toggle span{display:block;width:28px;height:2px;margin:5px;background:#fff}

.lsr-hero{position:relative;min-height:940px;height:100svh;max-height:1080px;background:#050505;display:flex;align-items:center}
.lsr-hero-slides,.lsr-hero-slide,.lsr-hero-scrim,.lsr-grain{position:absolute;inset:0}
.lsr-hero-slide{background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity 1.2s ease,transform 7s ease}
.lsr-hero-slide.is-active{opacity:1;transform:scale(1.11)}
.lsr-hero-scrim{background:linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.62) 42%,rgba(0,0,0,.14) 75%),linear-gradient(0deg,#050505 0%,transparent 35%,rgba(0,0,0,.18) 100%)}
.lsr-grain{pointer-events:none;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E")}
.lsr-hero-content{position:relative;z-index:3;width:min(var(--max),calc(100% - 100px));margin:85px auto 0}
.lsr-overline{display:inline-flex;align-items:center;gap:8px;margin:0 0 26px;font-size:11px;font-weight:800;letter-spacing:.17em}
.lsr-overline span{padding:8px 14px;background:var(--orange);clip-path:polygon(5% 0,100% 0,95% 100%,0 88%)}
.lsr-hero h1{margin:0;font-size:clamp(90px,12.5vw,184px);line-height:.72;letter-spacing:-.052em;text-transform:uppercase;text-shadow:0 20px 70px rgba(0,0,0,.55)}
.lsr-hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.68)}
.lsr-hero-date{margin:35px 0 12px;color:var(--orange);font:800 15px "Barlow Condensed";letter-spacing:.17em}
.lsr-hero-lead{max-width:590px;margin:0 0 35px;font-size:20px;line-height:1.55;color:#e5e3dc}
.lsr-hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.lsr-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border:1px solid transparent;font-weight:900;font-size:17px;letter-spacing:.08em;text-transform:uppercase;transition:.22s}
.lsr-btn-primary{background:var(--orange);color:#fff!important}
.lsr-btn-primary:hover{background:#ff7c42;transform:translateY(-2px)}
.lsr-btn-ghost{border-color:rgba(255,255,255,.42);background:transparent;color:#fff!important}
.lsr-btn-ghost:hover{border-color:#fff;background:#fff;color:#111!important;transform:translateY(-2px)}
.lsr-btn-glass{border-color:rgba(255,255,255,.45);background:rgba(0,0,0,.18);backdrop-filter:blur(8px);color:#fff!important}
.lsr-btn-glass:hover{background:#fff;color:#111!important}
.lsr-countdown{position:absolute;z-index:4;right:max(30px,calc((100vw - var(--max))/2));bottom:52px;display:grid;grid-template-columns:repeat(4,100px);border:1px solid rgba(255,255,255,.23);background:rgba(5,5,5,.55);backdrop-filter:blur(12px)}
.lsr-countdown div{padding:18px 12px;text-align:center;border-right:1px solid rgba(255,255,255,.16)}
.lsr-countdown div:last-child{border-right:0}
.lsr-countdown strong{display:block;font-size:31px}
.lsr-countdown span{display:block;margin-top:5px;color:#999;font-size:8px;letter-spacing:.18em}
.lsr-hero-rail{position:absolute;z-index:4;left:24px;bottom:47px;display:flex;align-items:center;gap:12px;transform-origin:left;transform:rotate(-90deg);font-size:9px;letter-spacing:.18em;color:#aaa}
.lsr-hero-rail i{display:block;width:55px;height:1px;background:var(--orange)}
.lsr-slide-dots{position:absolute;z-index:5;right:34px;top:50%;display:grid;gap:10px}
.lsr-slide-dots button{width:26px;height:2px;padding:0;border:0;background:rgba(255,255,255,.35);cursor:pointer;transition:.25s}
.lsr-slide-dots button.is-active{width:45px;background:var(--orange)}

.lsr-intro{padding:135px 0;background:var(--bg)}
.lsr-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start}
.lsr-intro-title h2,.lsr-section-head h2,.lsr-schedule-title h2,.lsr-register-copy h2,.lsr-poster-band h2{margin:0;font-size:clamp(56px,7vw,96px);line-height:.86;letter-spacing:-.04em}
.lsr-intro-copy p{margin:0;color:#c2c1bb;font-size:20px;line-height:1.8}
.lsr-intro-copy a,.lsr-schedule-title>a{display:inline-flex;margin-top:30px;padding-bottom:11px;border-bottom:1px solid #777;color:#fff!important;font:900 17px "Barlow Condensed";letter-spacing:.08em}
.lsr-feature-grid{display:grid;grid-template-columns:1.15fr .7fr 1.15fr;gap:15px;margin-top:100px}
.lsr-feature-grid article{position:relative;min-height:520px;border:1px solid var(--line);overflow:hidden}
.lsr-feature-image{background-size:cover;background-position:center}
.lsr-feature-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 65%)}
.lsr-feature-image>div{position:absolute;z-index:2;left:28px;right:28px;bottom:28px}
.lsr-feature-grid span{color:var(--orange);font-size:11px;font-weight:800}
.lsr-feature-grid h3{margin:12px 0 0;font-size:36px;line-height:1}
.lsr-feature-copy{display:flex;flex-direction:column;justify-content:flex-end;padding:32px;background:var(--panel2)}
.lsr-feature-copy h3{font-size:39px}
.lsr-feature-copy p{color:#a4a49e;line-height:1.75}
.lsr-feature-image-copy p{
  margin:16px 0 0;
  max-width:360px;
  color:#d7d5cf;
  line-height:1.7;
  text-shadow:0 2px 16px rgba(0,0,0,.6);
}
@media(max-width:1050px){
  .lsr-feature-image-copy p{max-width:420px}
}


.lsr-classes{padding:130px 0;background:#080909;border-top:1px solid var(--line)}
.lsr-section-head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:60px}
.lsr-section-head>p{max-width:400px;margin:0;color:#8f8f88;line-height:1.7}
.lsr-class-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.lsr-class-card{--tone:var(--orange);position:relative;min-height:560px;padding:32px;display:flex;flex-direction:column;background:linear-gradient(155deg,#141617,#090a0b);border:1px solid #252728;overflow:hidden}
.lsr-class-card:before{content:"";position:absolute;width:280px;height:280px;right:-120px;top:-125px;border-radius:50%;background:var(--tone);opacity:.17;filter:blur(18px)}
.lsr-tone-acid{--tone:var(--acid)}.lsr-tone-ice{--tone:var(--ice)}.lsr-tone-gold{--tone:var(--gold)}
.lsr-class-top{position:relative;display:flex;justify-content:space-between;gap:12px;color:var(--tone)}
.lsr-class-top span{font-weight:800}
.lsr-class-top small{text-transform:uppercase;letter-spacing:.14em}
.lsr-class-card h3{position:relative;margin:105px 0 32px;font-size:60px;color:var(--tone)}
.lsr-prize-list{display:grid}
.lsr-prize-list div{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.lsr-prize-list i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--tone);color:#0a0a0a;font-style:normal;font-weight:900}
.lsr-prize-list strong{font-size:25px}
.lsr-class-card>p{margin:auto 0 0;color:#a5a59f;line-height:1.65}

.lsr-experience{background:var(--orange);color:#fff}
.lsr-experience-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.lsr-experience article{padding:28px 24px;border-right:1px solid rgba(255,255,255,.32)}
.lsr-experience article:first-child{border-left:1px solid rgba(255,255,255,.32)}
.lsr-experience span{display:block;font-size:9px;letter-spacing:.2em}
.lsr-experience strong{display:block;margin:18px 0 4px;font-size:27px}
.lsr-experience small{font-size:11px;opacity:.78}

.lsr-schedule{padding:135px 0;background:var(--bg)}
.lsr-schedule-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}
.lsr-schedule-title{position:sticky;top:125px;align-self:start}
.lsr-timeline{border-top:1px solid var(--line)}
.lsr-timeline article{display:grid;grid-template-columns:62px 1fr;gap:25px;padding:30px 0;border-bottom:1px solid var(--line)}
.lsr-timeline>article>span{color:var(--orange);font-size:11px;font-weight:800}
.lsr-timeline h3{margin:0 0 6px;font-size:33px}
.lsr-timeline p{margin:0;color:#96968f;line-height:1.6}

.lsr-archive-teaser{position:relative;min-height:760px;display:flex;align-items:center}
.lsr-archive-bg,.lsr-archive-shade{position:absolute;inset:0}
.lsr-archive-bg{background-size:cover;background-position:center}
.lsr-archive-shade{background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.86) 42%,rgba(5,5,5,.35) 72%),linear-gradient(0deg,#050505,transparent 40%)}
.lsr-archive-content{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.lsr-archive-content h2{margin:0 0 25px;font-size:clamp(58px,7vw,100px);line-height:.84;letter-spacing:-.04em}
.lsr-archive-content>div:first-child>p:not(.lsr-kicker){max-width:560px;color:#b5b5af;line-height:1.75}
.lsr-archive-content .lsr-btn{margin-top:25px}
.lsr-archive-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;transform:rotate(2deg)}
.lsr-archive-mini-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid rgba(255,255,255,.2)}
.lsr-archive-mini-grid img:nth-child(2),.lsr-archive-mini-grid img:nth-child(4){transform:translateY(28px)}

.lsr-register{position:relative;padding:135px 0;background-image:var(--register-bg);background-size:cover;background-position:center}
.lsr-register-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.91) 48%,rgba(5,5,5,.72))}
.lsr-register-grid{position:relative;z-index:2;display:grid;grid-template-columns:.78fr 1.22fr;gap:90px}
.lsr-register-copy{padding-top:20px}
.lsr-register-copy>p:not(.lsr-kicker){color:#b2b2ac;font-size:17px;line-height:1.75}
.lsr-register-copy ul{list-style:none;padding:0;margin:35px 0 0;display:grid;gap:13px;color:#ddd}
.lsr-register-copy li:before{content:"↳";margin-right:10px;color:var(--orange)}
.lsr-form{padding:38px;background:rgba(13,14,15,.94);border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 80px rgba(0,0,0,.4);backdrop-filter:blur(15px)}
.lsr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}
.lsr-form label{display:grid;gap:8px}
.lsr-form label>span{color:#ddd;font:800 13px "Barlow Condensed";letter-spacing:.08em;text-transform:uppercase}
.lsr-form input,.lsr-form select,.lsr-form textarea{width:100%;padding:14px 13px;border:1px solid #36383a;background:#121416!important;color:#fff!important;outline:none;border-radius:0;-webkit-appearance:none;appearance:none;box-shadow:none}
.lsr-form select{background-image:linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:40px}
.lsr-form input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px;border-radius:2px;accent-color:var(--orange)}
.lsr-form input:focus,.lsr-form select:focus,.lsr-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,103,35,.13)}
.lsr-form textarea{min-height:105px;resize:vertical}
.lsr-form-wide{grid-column:1/-1}
.lsr-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important;margin:22px 0}
.lsr-consent input{width:auto;margin-top:3px}
.lsr-consent span{font-family:Inter!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important;color:#aaa!important;line-height:1.5}
.lsr-form button[type=submit]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border:0;background:var(--orange);color:#fff;font:900 18px "Barlow Condensed";letter-spacing:.08em;cursor:pointer}
.lsr-form button[disabled]{opacity:.62;cursor:wait}
.lsr-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}
.lsr-form-message{display:none;margin-top:15px;padding:14px;background:#dff0d8;color:#174c0b;font-weight:700;line-height:1.45}
.lsr-form-message.is-visible{display:block}
.lsr-form-message.is-error{background:#f4d7d2;color:#841a10}

.lsr-riders{padding:130px 0;background:#080909}
.lsr-participant-groups{display:grid;gap:24px}
.lsr-participant-group{border:1px solid #252728;background:#0d0f10}
.lsr-participant-group-head{display:flex;justify-content:space-between;align-items:center;padding:21px 24px;border-bottom:1px solid #252728}
.lsr-participant-group-head h3{margin:0;color:var(--orange);font-size:35px}
.lsr-participant-group-head span{color:#777;font-size:10px;letter-spacing:.14em}
.lsr-participant-list{display:grid}
.lsr-participant-row{display:grid;grid-template-columns:76px minmax(0,1fr) minmax(170px,280px);gap:22px;align-items:center;padding:20px 24px;border-bottom:1px solid #222425}
.lsr-participant-row:last-child{border-bottom:0}
.lsr-participant-number{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:10px 8px;border:1px solid rgba(227,166,47,.35);background:rgba(227,166,47,.08);color:var(--gold);font-size:26px;line-height:1}
.lsr-participant-row h4{margin:0;font-size:24px;word-break:break-word}
.lsr-participant-row p{margin:4px 0 0;color:#7f7f79;font-size:12px;word-break:break-word}
.lsr-participant-row>span{text-align:right;color:#bbb;word-break:break-word}
.lsr-empty-participants{padding:50px;text-align:center;border:1px dashed #343637;background:#0d0f10}
.lsr-empty-participants strong{font-size:31px}
.lsr-empty-participants p{margin:8px 0 0;color:#85857e}

.lsr-sponsors{padding:100px 0;background:#0b0c0d;border-top:1px solid var(--line)}
.lsr-sponsor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.lsr-sponsor-grid>div{min-height:190px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#101214;border:1px solid #242627}
.lsr-sponsor-grid img{max-width:165px;max-height:105px;object-fit:contain}
.lsr-sponsor-grid span{margin-top:14px;color:#6f6f69;font-size:9px;letter-spacing:.16em}
.lsr-sponsor-names{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:28px;color:#767670;font-size:11px}

.lsr-poster-band{display:grid;grid-template-columns:minmax(300px,580px) 1fr;align-items:center;gap:90px;padding:100px max(30px,calc((100vw - var(--max))/2));background:#050505}
.lsr-poster-band>button{border:0;padding:0;background:none;cursor:zoom-in;transform:rotate(-1deg);box-shadow:0 30px 80px rgba(0,0,0,.45)}
.lsr-poster-band img{display:block;width:100%}
.lsr-poster-band>div{max-width:650px}
.lsr-poster-band .lsr-btn{margin-top:30px}

.lsr-footer{padding:75px 0 25px;background:#050505;border-top:1px solid var(--line)}
.lsr-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:65px}
.lsr-footer-brand img{width:90px}
.lsr-footer-brand p{color:var(--orange);font:900 20px "Barlow Condensed"}
.lsr-footer-grid>div{display:grid;align-content:start;gap:10px}
.lsr-footer-grid strong{font-size:19px;margin-bottom:10px}
.lsr-footer-grid a,.lsr-footer-grid span{color:#85857f!important;font-size:12px}
.lsr-footer-grid a:hover{color:#fff!important}
.lsr-footer-bottom{display:flex;justify-content:space-between;margin-top:55px;padding-top:20px;border-top:1px solid #202223;color:#5c5c57;font-size:10px}

.lsr-whatsapp{position:fixed;z-index:9997;right:24px;bottom:24px;display:flex;align-items:center;gap:10px;padding:12px 15px;background:#25d366;color:#07130a!important;border-radius:999px;box-shadow:0 14px 38px rgba(0,0,0,.35);font-weight:800}
.lsr-whatsapp svg{width:24px;height:24px;fill:#07130a}
.lsr-mobile-cta{display:none}
.lsr-lightbox{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:50px;background:rgba(0,0,0,.97)}
.lsr-lightbox[hidden]{display:none}
.lsr-lightbox img{max-width:94vw;max-height:90vh;object-fit:contain}
.lsr-lightbox button{position:absolute;right:25px;top:18px;border:0;background:none;color:#fff;font-size:46px;cursor:pointer}
.lsr-reveal{opacity:1;transform:none;transition:opacity .45s ease,transform .45s ease}
.lsr-reveal.is-visible{opacity:1;transform:none}

/* Archive 2025 */
.lsr-back-link{justify-self:center;color:#fff!important;font:800 14px "Barlow Condensed";letter-spacing:.1em}
.lsr-archive-hero{position:relative;min-height:770px;background-size:cover;background-position:center;display:flex;align-items:end;padding:150px max(24px,calc((100vw - var(--max))/2)) 80px}
.lsr-archive-hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,#050505 0%,rgba(5,5,5,.28) 65%),linear-gradient(90deg,rgba(0,0,0,.83),transparent 70%)}
.lsr-archive-hero>div:last-child{position:relative;z-index:2}
.lsr-archive-hero p{margin:0 0 18px;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.22em}
.lsr-archive-hero h1{margin:0;font-size:clamp(90px,13vw,180px);line-height:.72;letter-spacing:-.05em}
.lsr-archive-hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.65)}
.lsr-archive-hero span{display:block;margin-top:35px;color:#bbb;font-size:12px;letter-spacing:.16em}
.lsr-archive-gallery-section{padding:120px 0;background:#070808}
.lsr-filter-bar{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:35px}
.lsr-filter-bar button{padding:11px 16px;border:1px solid #303234;background:#101214;color:#8d8d86;font:800 13px "Barlow Condensed";letter-spacing:.08em;cursor:pointer}
.lsr-filter-bar button.is-active,.lsr-filter-bar button:hover{background:var(--orange);border-color:var(--orange);color:#fff}
.lsr-masonry{columns:4 260px;column-gap:12px}
.lsr-gallery-card{position:relative;width:100%;display:block;margin:0 0 12px;padding:0;border:0;background:#111;break-inside:avoid;cursor:zoom-in;overflow:hidden}
.lsr-gallery-card img{display:block;width:100%;height:auto;transition:transform .4s,filter .4s}
.lsr-gallery-card:hover img{transform:scale(1.035);filter:contrast(1.06)}
.lsr-gallery-card span{position:absolute;left:12px;bottom:10px;padding:5px 7px;background:rgba(0,0,0,.62);color:#fff;font-size:9px}
.lsr-gallery-card.is-hidden{display:none}
.lsr-archive-credit{text-align:right;color:#555;font-size:10px;margin-top:20px}
.lsr-archive-cta{padding:135px 24px;text-align:center;background:linear-gradient(135deg,#111,#050505)}
.lsr-archive-cta>div{max-width:900px;margin:auto}
.lsr-archive-cta p{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.2em}
.lsr-archive-cta h2{margin:20px 0 35px;font-size:clamp(55px,7vw,95px);line-height:.86}

@media(max-width:1050px){
  .lsr-header{grid-template-columns:1fr auto auto}
  .lsr-nav-toggle{display:block;order:3}
  .lsr-nav{position:absolute;top:88px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;padding:24px;background:#060606;border-bottom:1px solid var(--line)}
  .lsr-nav.is-open{display:flex}
  .lsr-header-register{display:none}
  .lsr-feature-grid{grid-template-columns:1fr 1fr}
  .lsr-feature-copy{grid-column:span 2;min-height:330px}
  .lsr-class-grid{grid-template-columns:1fr}
  .lsr-class-card{min-height:440px}
  .lsr-experience-grid{grid-template-columns:1fr 1fr}
  .lsr-schedule-grid,.lsr-register-grid,.lsr-archive-content{grid-template-columns:1fr;gap:55px}
  .lsr-schedule-title{position:static}
  .lsr-archive-mini-grid{max-width:800px}
  .lsr-poster-band{grid-template-columns:.8fr 1.2fr;gap:45px}
  .lsr-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .lsr-wrap{width:calc(100% - 28px)}
  .lsr-header{height:74px;padding:0 14px;grid-template-columns:1fr auto}
  .lsr-brand img{width:48px;height:48px}
  .lsr-brand b{font-size:18px}
  .lsr-brand small{font-size:8px}
  .lsr-header-actions{display:none}
  .lsr-nav{top:74px}
  .lsr-hero{min-height:820px;height:100svh}
  .lsr-hero-content{width:calc(100% - 32px);margin-top:90px}
  .lsr-overline{font-size:9px}
  .lsr-hero h1{font-size:72px;line-height:.76}
  .lsr-hero h1 em{-webkit-text-stroke:1px rgba(255,255,255,.75)}
  .lsr-hero-date{font-size:12px;line-height:1.5}
  .lsr-hero-lead{font-size:17px}
  .lsr-hero-actions .lsr-btn{width:100%}
  .lsr-countdown{left:14px;right:14px;bottom:65px;grid-template-columns:repeat(4,1fr)}
  .lsr-countdown div{padding:13px 5px}
  .lsr-countdown strong{font-size:23px}
  .lsr-slide-dots,.lsr-hero-rail{display:none}
  .lsr-intro,.lsr-classes,.lsr-schedule,.lsr-riders,.lsr-sponsors,.lsr-archive-gallery-section{padding:90px 0}
  .lsr-intro-grid,.lsr-section-head{display:grid;grid-template-columns:1fr;gap:30px}
  .lsr-intro-title h2,.lsr-section-head h2,.lsr-schedule-title h2,.lsr-register-copy h2,.lsr-poster-band h2{font-size:53px}
  .lsr-intro-copy p{font-size:17px}
  .lsr-feature-grid{grid-template-columns:1fr}
  .lsr-feature-grid article{min-height:420px}
  .lsr-feature-copy{grid-column:auto;min-height:330px}
  .lsr-class-card{padding:26px;min-height:430px}
  .lsr-class-card h3{margin-top:70px;font-size:51px}
  .lsr-experience-grid{grid-template-columns:1fr}
  .lsr-experience article{border-left:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}
  .lsr-archive-teaser{min-height:900px;padding:90px 0}
  .lsr-archive-mini-grid{transform:none}
  .lsr-archive-mini-grid img:nth-child(2),.lsr-archive-mini-grid img:nth-child(4){transform:none}
  .lsr-register{padding:90px 0}
  .lsr-form{padding:23px 17px}
  .lsr-form-grid{grid-template-columns:1fr}
  .lsr-form-wide{grid-column:auto}
  .lsr-participant-row{grid-template-columns:58px 1fr;padding:17px}
  .lsr-participant-row>span{grid-column:2;text-align:left;font-size:12px}
  .lsr-sponsor-grid{grid-template-columns:1fr 1fr}
  .lsr-sponsor-grid>div{min-height:150px}
  .lsr-poster-band{grid-template-columns:1fr;padding:80px 14px}
  .lsr-poster-band>button{max-width:440px;margin:auto}
  .lsr-footer-grid{grid-template-columns:1fr;gap:35px}
  .lsr-footer-bottom{display:grid;gap:8px}
  .lsr-whatsapp{right:14px;bottom:65px;padding:12px}
  .lsr-whatsapp span{display:none}
  .lsr-mobile-cta{position:fixed;z-index:9996;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr}
  .lsr-mobile-cta a{padding:14px;text-align:center;background:var(--orange);color:#fff!important;font:900 16px "Barlow Condensed"}
  .lsr-mobile-cta a+ a{background:#151718}
  .lsr-app{padding-bottom:48px}
  .lsr-back-link{font-size:12px}
  .lsr-archive-hero{min-height:650px;padding:120px 14px 55px}
  .lsr-archive-hero h1{font-size:76px}
  .lsr-masonry{columns:2 150px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .lsr-app *{transition:none!important;animation:none!important}
  .lsr-reveal{opacity:1;transform:none}
}

/* Lion Spirit Race promotional poster on the existing lionracing.ro homepage */
.lsr-home-promo{
  --lsr-home-orange:#ff6723;
  width:min(1240px,calc(100% - 32px));
  margin:42px auto;
  color:#f4f1e9;
  background:#070809;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 32px 85px rgba(0,0,0,.35);
  overflow:hidden;
  isolation:isolate;
}
.lsr-home-promo-link{
  position:relative;
  min-height:570px;
  display:grid;
  grid-template-columns:minmax(280px,430px) 1fr;
  align-items:center;
  gap:clamp(35px,6vw,90px);
  padding:42px clamp(32px,6vw,78px);
  color:#fff!important;
  text-decoration:none!important;
  background:
    radial-gradient(circle at 82% 25%,rgba(255,103,35,.20),transparent 32%),
    linear-gradient(115deg,#090a0b 0%,#101214 55%,#060606 100%);
}
.lsr-home-promo-link:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.13;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}
.lsr-home-promo-poster{
  position:relative;
  z-index:2;
  transform:rotate(-1.7deg);
  transition:transform .35s ease;
}
.lsr-home-promo-poster:after{
  content:"";
  position:absolute;
  inset:13px -13px -13px 13px;
  z-index:-1;
  border:1px solid rgba(255,103,35,.65);
}
.lsr-home-promo-poster img{
  display:block!important;
  width:100%!important;
  max-height:500px!important;
  object-fit:contain!important;
  background:#090909;
  box-shadow:0 28px 65px rgba(0,0,0,.5);
}
.lsr-home-promo-copy{position:relative;z-index:2;max-width:650px}
.lsr-home-promo-copy p{
  margin:0 0 20px!important;
  color:var(--lsr-home-orange)!important;
  font:800 11px Inter,Arial,sans-serif!important;
  letter-spacing:.22em!important;
}
.lsr-home-promo-copy h2{
  margin:0!important;
  color:#fff!important;
  font:900 clamp(58px,7vw,102px)/.78 "Barlow Condensed",Impact,sans-serif!important;
  letter-spacing:-.045em!important;
  text-transform:uppercase!important;
}
.lsr-home-promo-copy>strong{
  display:block;
  margin:28px 0 35px;
  color:#d6d3ca;
  font:800 18px "Barlow Condensed",Impact,sans-serif;
  letter-spacing:.16em;
}
.lsr-home-promo-copy>span{
  display:inline-flex;
  align-items:center;
  gap:35px;
  padding:16px 20px;
  background:var(--lsr-home-orange);
  color:#fff;
  font:900 16px "Barlow Condensed",Impact,sans-serif;
  letter-spacing:.07em;
}
.lsr-home-promo-copy i{font-style:normal;font-size:22px}
.lsr-home-promo-mark{
  position:absolute;
  right:-15px;
  bottom:-48px;
  z-index:1;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.09);
  font:900 190px "Barlow Condensed",Impact,sans-serif;
  letter-spacing:-.08em;
}
.lsr-home-promo-link:hover .lsr-home-promo-poster{transform:rotate(0deg) translateY(-6px)}
.lsr-home-promo-link:hover .lsr-home-promo-copy>span{background:#ff7c42}
.lsr-home-promo.is-compact .lsr-home-promo-link{min-height:420px}
.lsr-home-promo.is-compact .lsr-home-promo-poster img{max-height:360px!important}

@media(max-width:760px){
  .lsr-home-promo{width:calc(100% - 20px);margin:25px auto}
  .lsr-home-promo-link{
    min-height:0;
    grid-template-columns:1fr;
    gap:38px;
    padding:27px 20px 35px;
  }
  .lsr-home-promo-poster{
    width:min(82%,390px);
    margin:auto;
  }
  .lsr-home-promo-poster img{max-height:none!important}
  .lsr-home-promo-copy{text-align:center}
  .lsr-home-promo-copy h2{font-size:57px!important}
  .lsr-home-promo-copy>strong{font-size:14px}
  .lsr-home-promo-copy>span{
    width:100%;
    justify-content:space-between;
    text-align:left;
    font-size:14px;
  }
  .lsr-home-promo-mark{font-size:105px;bottom:-25px}
}


/* Program & regulations — coming soon */
.lsr-coming-section{
  position:relative;
  padding:135px 0;
  background:
    radial-gradient(circle at 85% 10%,rgba(255,103,35,.13),transparent 31%),
    linear-gradient(180deg,#050505,#090a0b);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.lsr-coming-head{max-width:930px;margin-bottom:58px}
.lsr-coming-head h2{
  margin:0;
  max-width:900px;
  font-size:clamp(56px,7vw,96px);
  line-height:.86;
  letter-spacing:-.04em;
}
.lsr-coming-head>p:not(.lsr-kicker){
  max-width:790px;
  margin:28px 0 0;
  color:#aaa9a2;
  font-size:17px;
  line-height:1.75;
}
.lsr-coming-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.lsr-coming-card{
  position:relative;
  min-height:430px;
  padding:34px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:linear-gradient(150deg,#141617,#090a0b);
  border:1px solid #292b2d;
}
.lsr-coming-card:before{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  right:-180px;
  top:-185px;
  border-radius:50%;
  background:var(--orange);
  opacity:.15;
  filter:blur(22px);
}
.lsr-coming-card:after{
  content:"";
  position:absolute;
  inset:12px;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.045);
}
.lsr-coming-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.lsr-coming-top>span{color:var(--orange);font-size:11px;font-weight:800}
.lsr-coming-top>strong{
  padding:8px 12px;
  border:1px solid rgba(255,103,35,.5);
  background:rgba(255,103,35,.08);
  color:var(--orange);
  font:900 13px "Barlow Condensed";
  letter-spacing:.15em;
}
.lsr-coming-card h3{
  position:relative;
  z-index:2;
  margin:85px 0 20px;
  font-size:55px;
  line-height:.92;
}
.lsr-coming-card>p{
  position:relative;
  z-index:2;
  max-width:540px;
  margin:0;
  color:#a8a8a1;
  line-height:1.75;
}
.lsr-coming-status{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:11px;
  margin-top:auto;
  padding-top:30px;
  color:#777;
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
}
.lsr-coming-status i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 6px rgba(255,103,35,.12);
  animation:lsr-coming-pulse 1.8s infinite;
}
.lsr-coming-note{
  margin-top:16px;
  padding:20px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  border:1px solid #292b2d;
  background:#101214;
}
.lsr-coming-note span{color:#888;font-size:12px}
.lsr-coming-note strong{color:#fff;font-size:20px;letter-spacing:.05em}
.lsr-coming-link{cursor:pointer}
@keyframes lsr-coming-pulse{
  0%,100%{box-shadow:0 0 0 5px rgba(255,103,35,.12)}
  50%{box-shadow:0 0 0 10px rgba(255,103,35,0)}
}
@media(max-width:760px){
  .lsr-coming-section{padding:90px 0}
  .lsr-coming-grid{grid-template-columns:1fr}
  .lsr-coming-card{min-height:390px;padding:27px}
  .lsr-coming-card h3{margin-top:65px;font-size:45px}
  .lsr-coming-note{align-items:flex-start;flex-direction:column}
  .lsr-coming-note strong{font-size:17px}
}


/* FINAL v2.4 — photographic GPS card */
.lsr-feature-image-copy{
  background-position:center 44%;
  background-size:cover;
}
.lsr-feature-image-copy:after{
  background:
    linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.32) 42%,rgba(0,0,0,.90) 100%);
}
.lsr-feature-image-copy>div{
  max-width:100%;
}
.lsr-feature-image-copy h3{
  max-width:390px;
}
.lsr-feature-image-copy p{
  max-width:390px;
  color:#f0eee8;
}


/* Extra protection against browser/theme forced dark/light styling */
.lsr-app table,
.lsr-app th,
.lsr-app td,
.lsr-app section,
.lsr-app article,
.lsr-app div{color:inherit}


/* FINAL v2.7 — browser/theme independent form controls */
.lsr-app{color-scheme:only dark!important}
.lsr-register-copy h2,
.lsr-intro-title h2,
.lsr-section-head h2,
.lsr-archive-content h2,
.lsr-coming-head h2,
.lsr-poster-band h2{
  color:#f4f1e9!important;
  -webkit-text-fill-color:#f4f1e9!important;
}
.lsr-register-copy>p:not(.lsr-kicker){color:#d0cec8!important;-webkit-text-fill-color:#d0cec8!important}
.lsr-register-copy li{color:#f0eee8!important;-webkit-text-fill-color:#f0eee8!important}
.lsr-form input:not([type=radio]):not([type=checkbox]),
.lsr-form textarea{
  min-height:54px!important;
  background:#121416!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border:1px solid #45484b!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
  caret-color:#fff!important;
}
.lsr-form input::placeholder,.lsr-form textarea::placeholder{
  color:#aaa9a3!important;
  -webkit-text-fill-color:#aaa9a3!important;
  opacity:1!important;
}
.lsr-form input:-webkit-autofill,
.lsr-form input:-webkit-autofill:hover,
.lsr-form input:-webkit-autofill:focus{
  -webkit-box-shadow:0 0 0 1000px #121416 inset!important;
  box-shadow:0 0 0 1000px #121416 inset!important;
  -webkit-text-fill-color:#fff!important;
  caret-color:#fff!important;
}
.lsr-choice-field{
  min-width:0;
  margin:0;
  padding:0;
  border:0;
}
.lsr-choice-field legend{
  width:100%;
  margin:0 0 9px;
  padding:0;
  color:#f4f1e9!important;
  -webkit-text-fill-color:#f4f1e9!important;
  font:800 13px "Barlow Condensed",Impact,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lsr-choice-grid{display:grid;gap:9px}
.lsr-choice-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lsr-choice-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.lsr-form .lsr-choice{
  position:relative;
  display:block!important;
  cursor:pointer;
}
.lsr-form .lsr-choice input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none;
}
.lsr-form .lsr-choice>span{
  min-height:54px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:12px 8px;
  border:1px solid #45484b!important;
  background:#121416!important;
  color:#e8e6df!important;
  -webkit-text-fill-color:#e8e6df!important;
  font:900 17px "Barlow Condensed",Impact,sans-serif!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  transition:.18s ease;
}
.lsr-form .lsr-choice:hover>span{border-color:#ff6723!important}
.lsr-form .lsr-choice input:checked+span{
  background:#ff6723!important;
  border-color:#ff6723!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 0 0 3px rgba(255,103,35,.16);
}
.lsr-form .lsr-choice input:focus-visible+span{
  outline:2px solid #fff!important;
  outline-offset:2px;
}
@media(max-width:720px){
  .lsr-choice-grid-3{grid-template-columns:1fr}
  .lsr-choice-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}
}


/* FINAL v2.8 — custom consent checkbox, independent of browser theme */
.lsr-form .lsr-consent{
  position:relative!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:14px!important;
  margin:26px 0!important;
  cursor:pointer!important;
  user-select:none!important;
}
.lsr-form .lsr-consent input[type="checkbox"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}
.lsr-form .lsr-checkmark{
  position:relative!important;
  display:block!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  border:2px solid #6b6e72!important;
  border-radius:3px!important;
  background:#101214!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)!important;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease!important;
  forced-color-adjust:none!important;
}
.lsr-form .lsr-checkmark::after{
  content:""!important;
  position:absolute!important;
  left:9px!important;
  top:4px!important;
  width:8px!important;
  height:16px!important;
  border:solid #fff!important;
  border-width:0 3px 3px 0!important;
  transform:rotate(45deg) scale(0)!important;
  transform-origin:center!important;
  opacity:0!important;
  transition:transform .14s ease,opacity .14s ease!important;
}
.lsr-form .lsr-consent input[type="checkbox"]:checked + .lsr-checkmark{
  background:var(--orange)!important;
  border-color:var(--orange)!important;
  box-shadow:0 0 0 4px rgba(255,103,35,.18)!important;
}
.lsr-form .lsr-consent input[type="checkbox"]:checked + .lsr-checkmark::after{
  transform:rotate(45deg) scale(1)!important;
  opacity:1!important;
}
.lsr-form .lsr-consent input[type="checkbox"]:focus-visible + .lsr-checkmark{
  outline:3px solid rgba(255,103,35,.42)!important;
  outline-offset:3px!important;
}
.lsr-form .lsr-consent:hover .lsr-checkmark{
  border-color:var(--orange)!important;
}
.lsr-form .lsr-consent-text{
  display:block!important;
  color:#f0eee8!important;
  -webkit-text-fill-color:#f0eee8!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:1.55!important;
  letter-spacing:0!important;
  text-transform:none!important;
}


/* FINAL v2.9 — high-contrast success/error messages */
.lsr-app .lsr-form-message,
.lsr-app .lsr-form-message.is-visible{
  position:relative!important;
  display:none;
  margin-top:18px!important;
  padding:20px 22px 20px 58px!important;
  border:1px solid #35a85b!important;
  border-left:6px solid #45dc75!important;
  border-radius:0!important;
  background:#10271a!important;
  background-image:none!important;
  color:#f2fff5!important;
  -webkit-text-fill-color:#f2fff5!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:1.55!important;
  opacity:1!important;
  box-shadow:0 16px 34px rgba(0,0,0,.26)!important;
  forced-color-adjust:none!important;
}
.lsr-app .lsr-form-message.is-visible{
  display:block!important;
}
.lsr-app .lsr-form-message.is-visible::before{
  content:"✓"!important;
  position:absolute!important;
  left:19px!important;
  top:50%!important;
  width:26px!important;
  height:26px!important;
  display:grid!important;
  place-items:center!important;
  transform:translateY(-50%)!important;
  border-radius:50%!important;
  background:#45dc75!important;
  color:#07150b!important;
  -webkit-text-fill-color:#07150b!important;
  font:900 18px/1 Arial,sans-serif!important;
}
.lsr-app .lsr-form-message.is-error{
  border-color:#c84b42!important;
  border-left-color:#ff655a!important;
  background:#301311!important;
  color:#fff1ef!important;
  -webkit-text-fill-color:#fff1ef!important;
}
.lsr-app .lsr-form-message.is-error::before{
  content:"!"!important;
  background:#ff655a!important;
  color:#240503!important;
  -webkit-text-fill-color:#240503!important;
}
@media(max-width:720px){
  .lsr-app .lsr-form-message,
  .lsr-app .lsr-form-message.is-visible{
    padding:17px 16px 17px 52px!important;
    font-size:14px!important;
  }
  .lsr-app .lsr-form-message.is-visible::before{
    left:16px!important;
  }
}


/* FINAL v3.0 — official poster fitted inside its own section */
.lsr-app .lsr-poster-band{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:minmax(320px,480px) minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(45px,7vw,105px)!important;
  width:100%!important;
  min-height:760px!important;
  padding:90px max(30px,calc((100vw - var(--max))/2))!important;
  overflow:hidden!important;
  clear:both!important;
  background:
    radial-gradient(circle at 22% 45%,rgba(255,103,35,.10),transparent 34%),
    #050505!important;
}
.lsr-app .lsr-poster-band::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
.lsr-app .lsr-poster-band>button{
  position:relative!important;
  float:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:480px!important;
  height:min(70vw,690px)!important;
  min-height:520px!important;
  max-height:690px!important;
  margin:0 auto!important;
  padding:18px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:#0d0f10!important;
  cursor:zoom-in!important;
  transform:none!important;
  box-shadow:0 30px 80px rgba(0,0,0,.46)!important;
}
.lsr-app .lsr-poster-band>button::after{
  content:"MĂREȘTE AFIȘUL"!important;
  position:absolute!important;
  right:12px!important;
  bottom:12px!important;
  z-index:3!important;
  padding:8px 11px!important;
  background:rgba(0,0,0,.78)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 10px Inter,Arial,sans-serif!important;
  letter-spacing:.12em!important;
}
.lsr-app .lsr-poster-band img{
  position:static!important;
  float:none!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:2 / 3!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
  border:0!important;
  background:#080808!important;
}
.lsr-app .lsr-poster-band>div{
  position:relative!important;
  z-index:2!important;
  min-width:0!important;
  max-width:620px!important;
}
.lsr-app .lsr-poster-band h2{
  max-width:610px!important;
  font-size:clamp(58px,6.2vw,96px)!important;
}
.lsr-app .lsr-footer{
  position:relative!important;
  z-index:2!important;
  clear:both!important;
  width:100%!important;
}

@media(max-width:1050px){
  .lsr-app .lsr-poster-band{
    grid-template-columns:minmax(280px,420px) minmax(0,1fr)!important;
    gap:45px!important;
    min-height:680px!important;
    padding-block:75px!important;
  }
  .lsr-app .lsr-poster-band>button{
    max-width:420px!important;
    height:610px!important;
    min-height:0!important;
  }
  .lsr-app .lsr-poster-band h2{
    font-size:clamp(52px,7vw,78px)!important;
  }
}

@media(max-width:760px){
  .lsr-app .lsr-poster-band{
    grid-template-columns:1fr!important;
    gap:42px!important;
    min-height:0!important;
    padding:70px 14px!important;
  }
  .lsr-app .lsr-poster-band>button{
    order:2!important;
    width:min(100%,430px)!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:12px!important;
  }
  .lsr-app .lsr-poster-band img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
  }
  .lsr-app .lsr-poster-band>div{
    order:1!important;
    width:min(100%,560px)!important;
    margin-inline:auto!important;
    text-align:center!important;
  }
  .lsr-app .lsr-poster-band h2{
    font-size:52px!important;
  }
  .lsr-app .lsr-poster-band .lsr-btn{
    width:100%!important;
  }
}


/* FINAL v3.1 — fixed race-number ranges and scrollable riders table */
.lsr-app .lsr-participant-summary{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0 0 14px!important;
}
.lsr-app .lsr-participant-summary>span{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:4px 16px!important;
  min-width:0!important;
  padding:15px 18px!important;
  border:1px solid #292c2e!important;
  background:#101214!important;
  color:#f4f1e9!important;
  -webkit-text-fill-color:#f4f1e9!important;
}
.lsr-app .lsr-participant-summary strong{font-size:21px!important}
.lsr-app .lsr-participant-summary b{
  grid-row:1 / span 2!important;
  grid-column:2!important;
  font:900 28px "Barlow Condensed",Impact,sans-serif!important;
}
.lsr-app .lsr-participant-summary small{
  color:#8e8e88!important;
  -webkit-text-fill-color:#8e8e88!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
}
.lsr-app .lsr-participant-summary .is-extrem b{color:#b8ef2f!important;-webkit-text-fill-color:#b8ef2f!important}
.lsr-app .lsr-participant-summary .is-crossover b{color:#28a9ee!important;-webkit-text-fill-color:#28a9ee!important}
.lsr-app .lsr-participant-summary .is-adventures b{color:#e3a62f!important;-webkit-text-fill-color:#e3a62f!important}

.lsr-app .lsr-participant-table-frame{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid #2a2c2e!important;
  background:#0b0d0e!important;
}
.lsr-app .lsr-participant-table-scroll{
  width:100%!important;
  max-height:560px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin!important;
  scrollbar-color:#ff6723 #111315!important;
}
.lsr-app .lsr-participant-table-scroll::-webkit-scrollbar{width:10px!important;height:10px!important}
.lsr-app .lsr-participant-table-scroll::-webkit-scrollbar-track{background:#111315!important}
.lsr-app .lsr-participant-table-scroll::-webkit-scrollbar-thumb{
  border:2px solid #111315!important;
  border-radius:0!important;
  background:#ff6723!important;
}
.lsr-app .lsr-participant-table{
  width:100%!important;
  min-width:920px!important;
  margin:0!important;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  table-layout:auto!important;
  background:#0b0d0e!important;
  color:#f4f1e9!important;
}
.lsr-app .lsr-participant-table thead th{
  position:sticky!important;
  z-index:5!important;
  top:0!important;
  padding:16px 18px!important;
  border:0!important;
  border-bottom:1px solid #373a3c!important;
  background:#17191a!important;
  color:#d9d7d1!important;
  -webkit-text-fill-color:#d9d7d1!important;
  text-align:left!important;
  font:900 13px "Barlow Condensed",Impact,sans-serif!important;
  letter-spacing:.09em!important;
  white-space:nowrap!important;
}
.lsr-app .lsr-participant-table tbody td{
  padding:15px 18px!important;
  border:0!important;
  border-bottom:1px solid #222527!important;
  background:#0d0f10!important;
  color:#c5c3bd!important;
  -webkit-text-fill-color:#c5c3bd!important;
  text-align:left!important;
  vertical-align:middle!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.lsr-app .lsr-participant-table tbody tr:nth-child(even) td{background:#111314!important}
.lsr-app .lsr-participant-table tbody tr:hover td{background:#181b1d!important}
.lsr-app .lsr-participant-table tbody tr:last-child td{border-bottom:0!important}
.lsr-app .lsr-participant-table th:first-child,
.lsr-app .lsr-participant-table td:first-child{
  width:82px!important;
  text-align:center!important;
}
.lsr-app .lsr-table-number{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:48px!important;
  padding:9px 10px!important;
  border:1px solid rgba(227,166,47,.42)!important;
  background:rgba(227,166,47,.09)!important;
  color:#e3a62f!important;
  -webkit-text-fill-color:#e3a62f!important;
  font-size:23px!important;
  line-height:1!important;
}
.lsr-app .lsr-table-name{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:18px!important;
}
.lsr-app .lsr-table-class{
  display:inline-flex!important;
  min-width:105px!important;
  justify-content:center!important;
  padding:7px 10px!important;
  border:1px solid currentColor!important;
  background:rgba(255,255,255,.035)!important;
  font:800 12px Inter,Arial,sans-serif!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
}
.lsr-app .lsr-table-class.is-extrem{color:#b8ef2f!important;-webkit-text-fill-color:#b8ef2f!important}
.lsr-app .lsr-table-class.is-crossover{color:#28a9ee!important;-webkit-text-fill-color:#28a9ee!important}
.lsr-app .lsr-table-class.is-adventures{color:#e3a62f!important;-webkit-text-fill-color:#e3a62f!important}
.lsr-app .lsr-participant-scroll-note{
  margin:0!important;
  padding:11px 16px!important;
  border-top:1px solid #292c2e!important;
  background:#101214!important;
  color:#85857f!important;
  -webkit-text-fill-color:#85857f!important;
  font-size:11px!important;
  text-align:right!important;
}

@media(max-width:760px){
  .lsr-app .lsr-participant-summary{grid-template-columns:1fr!important}
  .lsr-app .lsr-participant-table-scroll{max-height:520px!important}
  .lsr-app .lsr-participant-table{min-width:820px!important}
  .lsr-app .lsr-participant-table thead th,
  .lsr-app .lsr-participant-table tbody td{padding:13px 14px!important}
  .lsr-app .lsr-participant-scroll-note{text-align:left!important}
}


/* FINAL v3.2 — detailed participation classes and GPS rule */
.lsr-class-details{
  display:grid;
  gap:18px;
  margin-top:34px;
}
.lsr-class-detail{
  --detail-tone:var(--orange);
  position:relative;
  overflow:hidden;
  padding:0;
  border:1px solid #292c2e;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb,var(--detail-tone) 18%,transparent), transparent 35%),
    linear-gradient(145deg,#111315,#090a0b);
}
.lsr-detail-acid{--detail-tone:var(--acid)}
.lsr-detail-ice{--detail-tone:var(--ice)}
.lsr-detail-gold{--detail-tone:var(--gold)}
.lsr-class-detail:before{
  content:"";
  position:absolute;
  inset:12px;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.035);
}
.lsr-class-detail-head{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:74px 1fr auto;
  gap:22px;
  align-items:center;
  padding:28px 32px;
  border-bottom:1px solid #292c2e;
}
.lsr-class-detail-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--detail-tone) 50%,transparent);
  background:color-mix(in srgb,var(--detail-tone) 10%,transparent);
  font-size:29px;
}
.lsr-class-detail-head small{
  display:block;
  margin-bottom:6px;
  color:var(--detail-tone);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
}
.lsr-class-detail-head h3{
  margin:0;
  color:#fff;
  font-size:clamp(35px,4vw,55px);
  line-height:.92;
}
.lsr-class-detail-head>strong{
  color:var(--detail-tone);
  font-size:28px;
  letter-spacing:.05em;
}
.lsr-class-detail-copy{
  position:relative;
  z-index:2;
  padding:31px 34px 35px 128px;
  columns:2;
  column-gap:55px;
}
.lsr-class-detail-copy p{
  break-inside:avoid;
  margin:0 0 18px;
  color:#b9b8b2;
  font-size:15px;
  line-height:1.78;
}
.lsr-class-detail-copy p:last-child{
  color:#fff;
  font-weight:700;
}
.lsr-gps-rule{
  position:relative;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:55px;
  align-items:center;
  margin-top:22px;
  padding:45px;
  overflow:hidden;
  border:1px solid rgba(255,103,35,.55);
  background:
    linear-gradient(115deg,rgba(255,103,35,.14),transparent 38%),
    #0d0f10;
}
.lsr-gps-rule:after{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:360px;
  height:360px;
  border:1px solid rgba(255,103,35,.18);
  border-radius:50%;
}
.lsr-gps-rule-mark{
  position:relative;
  z-index:2;
  min-height:230px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,103,35,.38);
  background:#08090a;
}
.lsr-gps-rule-mark span{
  color:var(--orange);
  font:900 72px/.8 "Barlow Condensed",Impact,sans-serif;
  letter-spacing:-.04em;
}
.lsr-gps-rule-mark i,
.lsr-gps-rule-mark:before,
.lsr-gps-rule-mark:after{
  content:"";
  position:absolute;
  border:1px solid rgba(255,103,35,.28);
  border-radius:50%;
}
.lsr-gps-rule-mark i{width:140px;height:140px}
.lsr-gps-rule-mark:before{width:190px;height:190px}
.lsr-gps-rule-mark:after{width:90px;height:90px;background:rgba(255,103,35,.07)}
.lsr-gps-rule-copy{
  position:relative;
  z-index:2;
}
.lsr-gps-rule-copy h3{
  max-width:800px;
  margin:0 0 24px;
  color:#fff;
  font-size:clamp(43px,5vw,72px);
  line-height:.9;
}
.lsr-gps-rule-copy>p:not(.lsr-kicker){
  max-width:850px;
  margin:0 0 13px;
  color:#b9b8b2;
  line-height:1.72;
}
.lsr-gps-rule-copy .lsr-gps-warning{
  margin-top:23px!important;
  padding:16px 18px;
  border-left:4px solid var(--orange);
  background:rgba(255,103,35,.10);
  color:#fff!important;
  font-weight:700;
}

@media(max-width:900px){
  .lsr-class-detail-copy{
    padding-left:34px;
    columns:1;
  }
  .lsr-gps-rule{
    grid-template-columns:1fr;
  }
  .lsr-gps-rule-mark{
    min-height:180px;
  }
}
@media(max-width:620px){
  .lsr-class-detail-head{
    grid-template-columns:56px 1fr;
    padding:23px 20px;
  }
  .lsr-class-detail-icon{
    width:50px;
    height:50px;
    font-size:24px;
  }
  .lsr-class-detail-head>strong{
    grid-column:2;
    font-size:21px;
  }
  .lsr-class-detail-copy{
    padding:24px 20px;
  }
  .lsr-gps-rule{
    gap:30px;
    padding:25px 20px;
  }
  .lsr-gps-rule-mark span{
    font-size:58px;
  }
  .lsr-gps-rule-copy h3{
    font-size:44px;
  }
}


/* FINAL v3.3 — audit fixes: archive route, anchors, mobile sponsors and overlays */
.lsr-app [id]{scroll-margin-top:108px}
.lsr-app,.lsr-wrap,.lsr-sponsor-grid,.lsr-sponsor-grid>div{min-width:0!important}
.lsr-sponsor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.lsr-sponsor-grid>div{width:100%;max-width:100%;overflow:hidden}
.lsr-sponsor-grid img{display:block;width:auto;max-width:100%!important;height:auto;object-fit:contain}
.lsr-archive-mini-grid img{display:block;width:100%;height:auto;aspect-ratio:900/680;object-fit:cover}
.lsr-poster-band img{aspect-ratio:2/3}

@media(max-width:720px){
  .lsr-sponsor-grid{grid-template-columns:1fr!important}
  .lsr-sponsor-grid>div{min-height:142px!important}
  .lsr-main-page>.lsr-whatsapp{display:none!important}
  .lsr-archive-page>.lsr-whatsapp{right:14px!important;bottom:14px!important}
  .lsr-app [id]{scroll-margin-top:88px}
}

@media(prefers-reduced-motion:reduce){
  .lsr-reveal,.lsr-reveal.is-visible{opacity:1!important;transform:none!important}
}


/* FINAL v3.4 — participation fee schedule */
.lsr-payment-notice{margin:24px 0 6px;padding:22px;overflow:hidden;border:1px solid rgba(255,103,35,.58);border-left:6px solid var(--orange);background:linear-gradient(135deg,rgba(255,103,35,.13),rgba(255,103,35,.035)),#111}
.lsr-payment-notice>strong{display:block;margin-bottom:18px;color:var(--orange);font:900 clamp(25px,3vw,34px)/1 "Barlow Condensed",Impact,sans-serif;letter-spacing:.07em}
.lsr-fee-group{min-width:0;padding:18px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.30)}
.lsr-fee-group+.lsr-fee-group{margin-top:14px}
.lsr-fee-group h3{margin:0;color:#fff;font-size:18px;line-height:1.25}
.lsr-fee-deadline{margin:7px 0 14px!important;color:#c8c5bd!important;font-size:13px!important}
.lsr-fee-list{display:grid;gap:8px;margin:0!important;padding:0!important;list-style:none!important}
.lsr-fee-list li{display:flex;justify-content:space-between;gap:16px;align-items:center;min-width:0;margin:0!important;padding:10px 12px;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.035)}
.lsr-fee-list span{min-width:0;color:#e8e5df;font-size:14px;font-weight:700}
.lsr-fee-list b{flex:0 0 auto;color:var(--orange);font:900 18px "Barlow Condensed",Impact,sans-serif;letter-spacing:.035em;white-space:nowrap}
.lsr-fee-online{border-color:rgba(62,229,142,.34)}
.lsr-fee-online h3{color:#7ff2b6}
.lsr-fee-secretariat{border-color:rgba(255,191,71,.28)}
.lsr-fee-recommendation{margin:16px 0 0!important;padding:14px 15px;border-left:4px solid #ffbf47;background:rgba(255,191,71,.09);color:#f4efe4!important;font-size:13px!important;font-weight:700;line-height:1.58!important}
@media(max-width:620px){.lsr-payment-notice{padding:18px 14px}.lsr-fee-group{padding:15px 12px}.lsr-fee-list li{align-items:flex-start;padding:10px}.lsr-fee-list span{font-size:13px;line-height:1.35}.lsr-fee-list b{font-size:17px}}


/* FINAL v3.5 — automatic public registrations and verification status */
.lsr-participants-live{
  min-width:0;
}
.lsr-participant-status-summary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 14px;
}
.lsr-participant-status-summary>span{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-width:0;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.10);
  background:#101214;
}
.lsr-participant-status-summary small{
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
}
.lsr-participant-status-summary strong{
  font:900 27px/1 "Barlow Condensed",Impact,sans-serif;
}
.lsr-participant-status-summary .is-confirmed{
  border-color:rgba(62,229,142,.35);
}
.lsr-participant-status-summary .is-confirmed small,
.lsr-participant-status-summary .is-confirmed strong{
  color:#7ff2b6;
}
.lsr-participant-status-summary .is-pending{
  border-color:rgba(255,191,71,.35);
}
.lsr-participant-status-summary .is-pending small,
.lsr-participant-status-summary .is-pending strong{
  color:#ffcf70;
}
.lsr-public-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:108px;
  padding:7px 10px;
  border:1px solid currentColor;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
}
.lsr-public-status.is-confirmed{
  color:#7ff2b6;
  background:rgba(62,229,142,.09);
}
.lsr-public-status.is-pending{
  color:#ffcf70;
  background:rgba(255,191,71,.09);
}
.lsr-participant-row.is-pending td{
  background:rgba(255,191,71,.025);
}
.lsr-participant-row.is-pending .lsr-table-number{
  color:#777;
}
@media(max-width:620px){
  .lsr-participant-status-summary{
    grid-template-columns:1fr;
  }
  .lsr-public-status{
    min-width:96px;
    font-size:9px;
  }
}


/* FINAL v3.6 — list number vs Federation race number + athletes CTA */
.lsr-header-riders{
  padding:11px 15px;
  border:1px solid rgba(255,255,255,.22);
  color:#fff!important;
  font:900 13px "Barlow Condensed",Impact,sans-serif;
  letter-spacing:.075em;
  white-space:nowrap;
}
.lsr-header-riders:hover{
  border-color:var(--orange);
  color:var(--orange)!important;
}
.lsr-federation-number{
  color:var(--orange);
  white-space:nowrap;
}
@media(max-width:1180px){
  .lsr-header-riders{display:none}
}
@media(max-width:620px){
  .lsr-mobile-cta a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    font-size:14px;
    line-height:1.05;
  }
}




/* FINAL v3.8 — approved BLS GARAJE visual */
.lsr-tech-support{
  padding:clamp(64px,8vw,118px) 0;
  border-top:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 50% 12%,rgba(215,26,33,.22),transparent 34%),
    radial-gradient(circle at 50% 72%,rgba(255,103,35,.10),transparent 42%),
    linear-gradient(180deg,#0b0c0d,#08090a);
}
.lsr-tech-support-card{
  position:relative;
  display:block;
  max-width:980px;
  margin:0 auto;
  padding:clamp(24px,4.5vw,58px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.24);
  background:
    linear-gradient(135deg,rgba(215,26,33,.08),transparent 42%),
    rgba(17,18,19,.95);
  box-shadow:
    0 30px 90px rgba(0,0,0,.38),
    inset 0 0 0 1px rgba(255,103,35,.05);
}
.lsr-tech-support-card:before,
.lsr-tech-support-card:after{
  content:"";
  position:absolute;
  left:50%;
  width:31%;
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,var(--orange),transparent);
  opacity:.72;
}
.lsr-tech-support-card:before{top:20px}
.lsr-tech-support-card:after{bottom:20px}
.lsr-tech-support-logo{
  width:min(100%,720px);
  margin:0 auto clamp(26px,4vw,44px);
  padding:0;
  border:0;
  background:transparent;
}
.lsr-tech-support-logo img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  filter:drop-shadow(0 18px 32px rgba(215,26,33,.28));
}
.lsr-tech-support-logo span{
  display:block;
  margin-top:20px;
  color:var(--orange);
  font:900 clamp(24px,3vw,38px)/1 "Barlow Condensed",Impact,sans-serif;
  letter-spacing:.055em;
  text-align:center;
}
.lsr-tech-support-copy{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}
.lsr-tech-support-copy .lsr-kicker{
  justify-content:center;
}
.lsr-tech-support-copy h2{
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(38px,5vw,66px);
  line-height:.92;
}
.lsr-tech-support-copy>p:not(.lsr-kicker){
  margin:0 auto;
  color:#d0cdc5;
  font-size:clamp(16px,1.55vw,20px);
  line-height:1.78;
}
.lsr-tech-support-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:32px;
}
.lsr-tech-support-points span{
  display:flex;
  min-height:54px;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  border:1px solid rgba(255,103,35,.68);
  border-radius:7px;
  background:rgba(255,103,35,.055);
  color:#ff8b55;
  font-size:11px;
  font-weight:900;
  letter-spacing:.065em;
  text-align:center;
}
@media(max-width:700px){
  .lsr-tech-support-card{
    padding:24px 18px 34px;
  }
  .lsr-tech-support-logo{
    width:100%;
  }
  .lsr-tech-support-logo span{
    font-size:27px;
    line-height:1.08;
  }
  .lsr-tech-support-copy h2{
    font-size:43px;
  }
  .lsr-tech-support-points{
    grid-template-columns:1fr;
  }
}


/* FINAL v3.9 — logo oficial BLS + listă sportivi verificată */
.lsr-tech-support-logo{width:min(100%,760px)!important}
.lsr-tech-support-logo img{
  width:100%!important;height:auto!important;max-height:520px!important;
  object-fit:contain!important;filter:drop-shadow(0 18px 34px rgba(0,0,0,.48))!important
}
.lsr-rider-filters{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0
}
.lsr-rider-filters button{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  min-width:0;min-height:48px;padding:10px 13px;border:1px solid rgba(255,255,255,.12);
  border-radius:4px;background:#111315;color:#c9c7c0;
  font:900 12px "Barlow Condensed",Impact,sans-serif;letter-spacing:.07em;cursor:pointer
}
.lsr-rider-filters button b{
  display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;
  border-radius:99px;background:rgba(255,255,255,.07);color:#fff
}
.lsr-rider-filters button:hover,.lsr-rider-filters button.is-active{
  border-color:var(--orange);background:rgba(255,103,35,.12);color:#fff
}
.lsr-rider-filters button.is-active b{background:var(--orange);color:#08090a}
.lsr-riders-desktop{display:block}
.lsr-rider-card-list{display:none}
.lsr-app .lsr-participant-table{min-width:1040px!important;table-layout:fixed!important}
.lsr-app .lsr-participant-table th:nth-child(1),.lsr-app .lsr-participant-table td:nth-child(1){width:82px!important}
.lsr-app .lsr-participant-table th:nth-child(2),.lsr-app .lsr-participant-table td:nth-child(2){width:190px!important}
.lsr-app .lsr-participant-table th:nth-child(3),.lsr-app .lsr-participant-table td:nth-child(3){width:120px!important}
.lsr-app .lsr-participant-table th:nth-child(4),.lsr-app .lsr-participant-table td:nth-child(4){width:170px!important}
.lsr-app .lsr-participant-table th:nth-child(5),.lsr-app .lsr-participant-table td:nth-child(5){width:175px!important}
.lsr-app .lsr-participant-table th:nth-child(6),.lsr-app .lsr-participant-table td:nth-child(6){width:125px!important}
.lsr-app .lsr-participant-table th:nth-child(7),.lsr-app .lsr-participant-table td:nth-child(7){width:110px!important;text-align:center!important}
.lsr-app .lsr-participant-table th:nth-child(8),.lsr-app .lsr-participant-table td:nth-child(8){width:105px!important}
.lsr-app .lsr-participant-table tbody td{
  overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important
}
.lsr-app .lsr-participant-table .lsr-table-number{min-width:44px!important;padding:7px 8px!important;font-size:20px!important}
.lsr-app .lsr-participant-table .lsr-table-name{
  display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;
  white-space:nowrap!important;font-size:16px!important
}
.lsr-rider-card{
  overflow:hidden;border:1px solid rgba(255,255,255,.12);border-left:4px solid var(--orange);
  border-radius:5px;background:linear-gradient(135deg,rgba(255,103,35,.055),transparent 48%),#101214
}
.lsr-rider-card.is-confirmed{border-left-color:#3ee58e}
.lsr-rider-card.is-pending{border-left-color:#ffbf47}
.lsr-rider-card-head{
  display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:13px;
  align-items:center;padding:15px;border-bottom:1px solid rgba(255,255,255,.09)
}
.lsr-rider-card-number{
  display:grid;place-items:center;min-height:58px;padding:7px 5px;
  border:1px solid rgba(255,103,35,.42);background:rgba(255,103,35,.08)
}
.lsr-rider-card-number small{color:#a8a69f;font-size:8px;font-weight:900;letter-spacing:.06em}
.lsr-rider-card-number strong{margin-top:3px;color:var(--orange);font:900 26px/1 "Barlow Condensed",Impact,sans-serif}
.lsr-rider-card-title{min-width:0}
.lsr-rider-card-title h3{
  overflow:hidden;margin:0 0 7px;color:#fff;font-size:18px;line-height:1.15;
  text-overflow:ellipsis;white-space:nowrap
}
.lsr-rider-card-title .lsr-table-class{min-width:0!important;padding:5px 8px!important;font-size:9px!important}
.lsr-rider-card-head .lsr-public-status{
  min-width:0;max-width:92px;padding:6px 7px;font-size:8px;line-height:1.18;
  text-align:center;white-space:normal
}
.lsr-rider-card-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}
.lsr-rider-card-data>div{
  min-width:0;padding:13px 15px;border-right:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07)
}
.lsr-rider-card-data>div:nth-child(2n){border-right:0}
.lsr-rider-card-data>div:nth-last-child(-n+2){border-bottom:0}
.lsr-rider-card-data dt{margin-bottom:5px;color:#898983;font-size:9px;font-weight:900;letter-spacing:.08em}
.lsr-rider-card-data dd{overflow-wrap:anywhere;margin:0;color:#e8e5de;font-size:13px;line-height:1.38}
.lsr-rider-card-data .lsr-federation-number{font-size:17px}
[hidden]{display:none!important}
@media(max-width:900px){
  .lsr-riders-desktop{display:none!important}
  .lsr-rider-card-list{display:grid;gap:12px}
  .lsr-app .lsr-participant-scroll-note{
    margin-top:13px!important;border:1px solid rgba(255,255,255,.08)!important;text-align:left!important
  }
}
@media(max-width:620px){
  .lsr-rider-filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lsr-rider-filters button{font-size:11px}
  .lsr-app .lsr-participant-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  .lsr-app .lsr-participant-summary>span{min-height:92px!important;padding:12px 7px!important;text-align:center!important}
  .lsr-app .lsr-participant-summary strong{font-size:15px!important}
  .lsr-app .lsr-participant-summary b{font-size:28px!important}
  .lsr-rider-card-head{grid-template-columns:56px minmax(0,1fr) 84px;gap:10px;padding:12px}
  .lsr-rider-card-number{min-height:54px}
  .lsr-rider-card-title h3{font-size:16px}
  .lsr-rider-card-data{grid-template-columns:1fr}
  .lsr-rider-card-data>div,.lsr-rider-card-data>div:nth-child(2n),.lsr-rider-card-data>div:nth-last-child(-n+2){
    border-right:0;border-bottom:1px solid rgba(255,255,255,.07)
  }
  .lsr-rider-card-data>div:last-child{border-bottom:0}
  .lsr-tech-support-logo img{max-height:340px!important}
}

/* FINAL v3.9.1 — neutralize legacy grid rules inside the real table */
.lsr-app .lsr-participant-table tr.lsr-participant-row{
  display:table-row!important;
  grid-template-columns:none!important;
  gap:0!important;
  align-items:initial!important;
  padding:0!important;
  border:0!important;
}
.lsr-app .lsr-participant-table tr.lsr-participant-row>td{
  display:table-cell!important;
}
@media(max-width:620px){
  .lsr-riders .lsr-section-head h2{
    font-size:52px!important;
    line-height:.86!important;
    letter-spacing:-.035em!important;
  }
  .lsr-riders{
    padding-bottom:calc(92px + env(safe-area-inset-bottom))!important;
  }
}

/* FINAL v3.9.1 — desktop table badge spacing */
.lsr-app .lsr-participant-table{min-width:1112px!important}
.lsr-app .lsr-participant-table th:nth-child(3),.lsr-app .lsr-participant-table td:nth-child(3){width:145px!important}
.lsr-app .lsr-participant-table th:nth-child(6),.lsr-app .lsr-participant-table td:nth-child(6){width:145px!important}
.lsr-app .lsr-participant-table th:nth-child(7),.lsr-app .lsr-participant-table td:nth-child(7){width:115px!important}
.lsr-app .lsr-participant-table td:nth-child(3),
.lsr-app .lsr-participant-table td:nth-child(6),
.lsr-app .lsr-participant-table td:nth-child(7){overflow:visible!important;text-overflow:clip!important}
.lsr-app .lsr-participant-table td:nth-child(3) .lsr-table-class,
.lsr-app .lsr-participant-table td:nth-child(6) .lsr-public-status{max-width:100%!important}

/* FINAL v5.0 multipage */
:root{color-scheme:dark}html{scroll-behavior:auto!important}.lsr-app{background:#070809!important;color:#f4f0e7!important;overflow-x:hidden}.lsr-app input,.lsr-app textarea,.lsr-app select{color:#fff!important;background:#101214!important;border-color:#474a4c!important;color-scheme:dark}.lsr-app input[type=checkbox],.lsr-app input[type=radio]{accent-color:#ff6723!important}.lsr-nav .is-current{color:var(--orange)!important}.lsr-multipage main{min-height:60vh;padding-top:82px}.lsr-home-hero{min-height:720px}.lsr-home-hero-copy{position:relative;z-index:4;padding-top:180px;padding-bottom:100px}.lsr-home-summary{background:#ff6723;color:#090a0b}.lsr-home-summary-grid{display:grid;grid-template-columns:repeat(3,1fr)}.lsr-home-summary article{padding:28px;text-align:center}.lsr-home-summary strong{display:block;font-size:48px;color:#090a0b}.lsr-home-intro,.lsr-home-cards,.lsr-home-facility,.lsr-home-poster,.lsr-official-sponsors{padding:88px 0}.lsr-home-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.lsr-home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.lsr-home-card-grid article{min-height:210px;padding:28px;border:1px solid #2c2f31;background:#101214;display:flex;flex-direction:column}.lsr-home-card-grid p{flex:1;color:#aaa79f}.lsr-home-card-grid a{color:var(--orange);font-weight:900}.lsr-facility-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center;padding:38px;border:1px solid #2d3032;background:#0e1011}.lsr-facility-card img{width:100%;height:auto;max-height:420px;object-fit:contain}.lsr-home-poster>.lsr-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px}.lsr-home-poster img{width:min(100%,720px);height:auto;aspect-ratio:1600/2263;object-fit:contain}.lsr-official-sponsors{border-top:1px solid #26282a;background:#0b0d0e}.lsr-official-sponsor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lsr-official-sponsor-grid article{min-height:320px;padding:32px;border:1px solid #303335;background:#111315;display:flex;flex-direction:column;align-items:center;justify-content:center}.lsr-official-sponsor-grid img{width:min(100%,560px);height:190px;object-fit:contain}.lsr-official-sponsor-grid span{color:var(--orange);font-weight:900}.lsr-site-footer{padding:35px 0;background:#050606}.lsr-site-footer>.lsr-wrap{display:flex;justify-content:space-between;align-items:center}.lsr-site-footer img{width:58px;height:58px;object-fit:contain}.lsr-status-page{min-height:620px;display:flex;align-items:center}.lsr-status-page h1{font-size:clamp(54px,8vw,112px);line-height:.85}.lsr-participants-page .lsr-participant-table-scroll{overflow-x:auto!important}.lsr-participants-page .lsr-participant-table{min-width:1040px!important}@media(max-width:900px){.lsr-home-card-grid{grid-template-columns:repeat(2,1fr)}.lsr-home-intro-grid,.lsr-facility-card,.lsr-home-poster>.lsr-wrap{grid-template-columns:1fr}}@media(max-width:768px){.lsr-multipage main{padding-top:68px}.lsr-home-card-grid,.lsr-official-sponsor-grid{grid-template-columns:1fr}.lsr-official-sponsor-grid img{height:145px}}@media(max-width:430px){.lsr-home-summary-grid{grid-template-columns:1fr}.lsr-mobile-cta{display:none!important}}


/* FINAL v5.1 — header navigation buttons + complete partner section */
.lsr-header-v51{
  height:auto!important;
  min-height:124px;
  display:block!important;
  padding:0!important;
  background:#060707!important;
  border-bottom:1px solid #282a2c;
}
.lsr-header-v51 .lsr-header-main{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  width:min(1420px,calc(100% - 34px));
  margin:0 auto;
}
.lsr-header-v51 .lsr-brand{
  flex:0 0 auto;
}
.lsr-header-v51 .lsr-header-tools{
  display:flex;
  align-items:center;
  gap:18px;
}
.lsr-header-v51 .lsr-nav-buttons{
  width:100%;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:7px 18px 9px;
  border-top:1px solid rgba(255,255,255,.07);
  background:#0b0c0d;
}
.lsr-header-v51 .lsr-nav-buttons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 14px;
  border:1px solid #303336;
  border-radius:2px;
  background:#121416;
  color:#e9e6de!important;
  font-size:12px!important;
  line-height:1;
  white-space:nowrap;
  text-decoration:none!important;
}
.lsr-header-v51 .lsr-nav-buttons a:hover,
.lsr-header-v51 .lsr-nav-buttons a.is-current{
  border-color:var(--orange);
  color:#fff!important;
  background:rgba(255,103,35,.11);
}
.lsr-header-v51 .lsr-nav-buttons a.is-register{
  border-color:var(--orange);
  background:var(--orange);
  color:#090a0b!important;
}
.lsr-header-v51 .lsr-nav-buttons a.is-register:hover,
.lsr-header-v51 .lsr-nav-buttons a.is-register.is-current{
  background:#ff7b3f;
  color:#090a0b!important;
}
.lsr-multipage main{
  padding-top:124px!important;
}

.lsr-partner-heading{
  margin-top:55px;
  padding-top:34px;
  border-top:1px solid #292c2e;
  text-align:center;
}
.lsr-partner-logo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.lsr-partner-logo-grid article{
  min-width:0;
  min-height:225px;
  padding:22px 16px;
  border:1px solid #2d3032;
  background:#0f1112;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.lsr-partner-logo-grid img{
  width:min(100%,230px);
  height:105px;
  object-fit:contain;
}
.lsr-partner-logo-grid strong{
  margin-top:15px;
  color:#fff;
  font-size:16px;
  line-height:1.25;
}
.lsr-partner-logo-grid span{
  margin-top:6px;
  color:#98958e;
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
}
.lsr-local-partners{
  margin-top:20px;
  padding:22px;
  border:1px solid #2d3032;
  background:#0d0f10;
  text-align:center;
}
.lsr-local-partners>p{
  margin:0 0 15px;
  color:var(--orange)!important;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
.lsr-local-partners>div{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.lsr-local-partners span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 15px;
  border:1px solid #35383a;
  background:#151719;
  color:#e7e3da;
  font-size:12px;
  font-weight:800;
}

@media(max-width:1120px){
  .lsr-header-v51{
    min-height:72px;
  }
  .lsr-header-v51 .lsr-header-main{
    min-height:72px;
  }
  .lsr-header-v51 .lsr-nav-toggle{
    display:block;
  }
  .lsr-header-v51 .lsr-nav-buttons{
    position:absolute;
    z-index:10010;
    top:72px;
    left:0;
    right:0;
    width:100%;
    min-height:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:15px;
    border-top:1px solid #292c2e;
    border-bottom:1px solid #292c2e;
    background:#08090a;
  }
  .lsr-header-v51 .lsr-nav-buttons.is-open{
    display:flex;
  }
  .lsr-header-v51 .lsr-nav-buttons a{
    width:100%;
    min-height:43px;
    justify-content:flex-start;
    padding:10px 14px;
  }
  .lsr-multipage main{
    padding-top:72px!important;
  }
  .lsr-partner-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .lsr-header-v51 .lsr-header-main{
    width:calc(100% - 22px);
  }
  .lsr-header-v51 .lsr-language{
    display:flex!important;
  }
  .lsr-header-v51 .lsr-brand span b{
    font-size:17px;
  }
  .lsr-header-v51 .lsr-brand span small{
    font-size:9px;
  }
  .lsr-partner-logo-grid{
    grid-template-columns:1fr;
  }
  .lsr-partner-logo-grid article{
    min-height:190px;
  }
  .lsr-local-partners>div{
    display:grid;
    grid-template-columns:1fr;
  }
}


/* FINAL v5.2 — framed hero, restored countdown, no duplicate homepage navigation */
.lsr-home-page main{
  padding-top:124px!important;
}
.lsr-home-page .lsr-home-hero{
  width:min(1420px,calc(100% - 32px));
  min-height:680px;
  height:min(720px,calc(100svh - 150px));
  max-height:760px;
  margin:18px auto 0;
  border:1px solid #303336;
  overflow:hidden;
  isolation:isolate;
  background:#090a0b;
}
.lsr-home-page .lsr-home-hero .lsr-hero-slides,
.lsr-home-page .lsr-home-hero .lsr-hero-slide,
.lsr-home-page .lsr-home-hero .lsr-hero-scrim{
  border-radius:0;
}
.lsr-home-page .lsr-home-hero .lsr-hero-slide,
.lsr-home-page .lsr-home-hero .lsr-hero-slide.is-active{
  background-size:cover;
  background-position:center 58%;
  transform:none!important;
  transition:opacity .35s ease!important;
}
.lsr-home-page .lsr-home-hero .lsr-hero-scrim{
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.57) 45%,rgba(0,0,0,.14) 78%),
    linear-gradient(0deg,rgba(5,5,5,.88) 0%,transparent 37%,rgba(0,0,0,.15) 100%);
}
.lsr-home-page .lsr-home-hero-copy{
  width:min(var(--max),calc(100% - 70px));
  margin:0 auto;
  padding-top:150px;
  padding-bottom:170px;
}
.lsr-home-page .lsr-home-hero-copy h1{
  max-width:900px;
  font-size:clamp(74px,9.8vw,142px);
  line-height:.76;
}
.lsr-home-page .lsr-home-hero-copy>p:not(.lsr-kicker){
  max-width:640px;
  margin-top:25px;
  color:#e9e6de!important;
  font-size:18px;
  line-height:1.65;
}
.lsr-home-page .lsr-home-countdown{
  right:34px;
  bottom:28px;
  grid-template-columns:repeat(4,minmax(82px,104px));
  border-color:rgba(255,255,255,.28);
  background:rgba(7,8,9,.82);
  box-shadow:0 16px 40px rgba(0,0,0,.35);
}
.lsr-home-page .lsr-home-countdown strong{
  color:#fff!important;
}
.lsr-home-page .lsr-home-countdown span{
  color:#b5b2aa!important;
}
.lsr-home-page .lsr-home-cards,
.lsr-home-page .lsr-home-card-grid,
.lsr-home-page .lsr-hero-actions{
  display:none!important;
}
.lsr-home-page .lsr-home-summary{
  width:min(1420px,calc(100% - 32px));
  margin:0 auto;
}
.lsr-home-page .lsr-home-intro{
  padding-top:78px;
  padding-bottom:78px;
}
.lsr-home-page .lsr-home-facility,
.lsr-home-page .lsr-home-poster{
  padding-top:78px;
  padding-bottom:78px;
}
@media(max-width:1120px){
  .lsr-home-page main{
    padding-top:72px!important;
  }
  .lsr-home-page .lsr-home-hero{
    height:auto;
    min-height:650px;
    margin-top:12px;
  }
  .lsr-home-page .lsr-home-hero-copy{
    padding-top:125px;
    padding-bottom:190px;
  }
}
@media(max-width:768px){
  .lsr-home-page .lsr-home-hero{
    width:calc(100% - 20px);
    min-height:640px;
    margin-top:10px;
  }
  .lsr-home-page .lsr-home-hero-copy{
    width:calc(100% - 34px);
    padding-top:105px;
    padding-bottom:190px;
  }
  .lsr-home-page .lsr-home-hero-copy h1{
    font-size:clamp(61px,16vw,90px);
  }
  .lsr-home-page .lsr-home-countdown{
    left:14px;
    right:14px;
    bottom:18px;
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .lsr-home-page .lsr-home-summary{
    width:calc(100% - 20px);
  }
}
@media(max-width:430px){
  .lsr-home-page .lsr-home-hero{
    min-height:610px;
  }
  .lsr-home-page .lsr-home-hero .lsr-hero-slide,
  .lsr-home-page .lsr-home-hero .lsr-hero-slide.is-active{
    background-position:58% center;
  }
  .lsr-home-page .lsr-home-hero-copy{
    padding-top:88px;
    padding-bottom:175px;
  }
  .lsr-home-page .lsr-home-hero-copy>p:not(.lsr-kicker){
    max-width:310px;
    font-size:15px;
  }
  .lsr-home-page .lsr-home-countdown div{
    padding:12px 4px;
  }
  .lsr-home-page .lsr-home-countdown strong{
    font-size:22px;
  }
  .lsr-home-page .lsr-home-countdown span{
    font-size:7px;
    letter-spacing:.08em;
  }
}


/* FINAL v5.3 — compact BLS technical facility */
.lsr-home-page .lsr-home-facility-compact,
.lsr-course-page .lsr-technical-facility-compact{
  padding:34px 0!important;
  background:#090b0c;
  border-top:1px solid #222527;
  border-bottom:1px solid #222527;
}
.lsr-facility-compact{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:26px;
  align-items:center;
  max-width:980px;
  margin:0 auto;
  padding:22px 26px;
  border:1px solid #303335;
  border-left:3px solid #ff6723;
  background:#101214;
}
.lsr-facility-compact-logo{
  display:flex;
  align-items:center;
  justify-content:center;
}
.lsr-facility-compact-logo img{
  display:block;
  width:132px!important;
  max-width:100%;
  height:96px!important;
  max-height:96px!important;
  margin:0!important;
  object-fit:contain!important;
  filter:none!important;
}
.lsr-facility-compact-copy{min-width:0}
.lsr-facility-compact-copy .lsr-kicker{
  margin:0 0 7px;
  font-size:8px;
  letter-spacing:.13em;
}
.lsr-facility-compact-copy h3{
  margin:0 0 9px;
  color:#fff;
  font-size:25px;
  line-height:1.05;
}
.lsr-facility-compact-copy>p:not(.lsr-kicker){
  max-width:720px;
  margin:0;
  color:#aaa79f!important;
  font-size:14px;
  line-height:1.58;
}
.lsr-facility-compact-services{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:13px;
}
.lsr-facility-compact-services span{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:5px 10px;
  border:1px solid #343739;
  background:#17191b;
  color:#d9d5cc;
  font-size:9px;
  font-weight:800;
}
.lsr-home-page .lsr-home-facility-compact + .lsr-home-poster{padding-top:70px}
@media(max-width:680px){
  .lsr-home-page .lsr-home-facility-compact,
  .lsr-course-page .lsr-technical-facility-compact{padding:24px 0!important}
  .lsr-facility-compact{
    width:calc(100% - 20px);
    grid-template-columns:88px minmax(0,1fr);
    gap:16px;
    padding:17px;
  }
  .lsr-facility-compact-logo img{
    width:82px!important;
    height:68px!important;
    max-height:68px!important;
  }
  .lsr-facility-compact-copy h3{font-size:20px}
  .lsr-facility-compact-copy>p:not(.lsr-kicker){font-size:13px;line-height:1.5}
}
@media(max-width:430px){
  .lsr-facility-compact{grid-template-columns:1fr}
  .lsr-facility-compact-logo{justify-content:flex-start}
  .lsr-facility-compact-logo img{
    width:105px!important;
    height:72px!important;
  }
}


/* FINAL v5.4 — remove legacy BLS and unify partners */
.lsr-app .lsr-tech-support,
.lsr-app .lsr-tech-support-card,
.lsr-app .lsr-tech-support-logo,
.lsr-app .lsr-tech-support-copy,
.lsr-app .lsr-tech-support-points{
  display:none!important;
}

.lsr-unified-partners{
  padding:82px 0;
  border-top:1px solid #272a2c;
  background:#0a0c0d;
}
.lsr-all-partners-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:30px;
}
.lsr-all-partners-grid article{
  min-width:0;
  min-height:255px;
  padding:25px 20px;
  border:1px solid #303335;
  background:#111315;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.lsr-all-partners-grid article.is-organizer{
  border-color:rgba(255,255,255,.28);
  background:linear-gradient(145deg,rgba(255,255,255,.045),#111315 65%);
}
.lsr-all-partners-grid article.is-official-sponsor{
  border-color:rgba(255,103,35,.58);
  background:linear-gradient(145deg,rgba(255,103,35,.09),#111315 62%);
}
.lsr-all-partners-grid img{
  display:block;
  width:min(100%,280px);
  height:130px;
  object-fit:contain;
}
.lsr-all-partners-grid article.is-official-sponsor img{
  width:min(100%,330px);
  height:145px;
}
.lsr-all-partners-grid strong{
  margin-top:16px;
  color:#fff;
  font-size:18px;
  line-height:1.2;
}
.lsr-all-partners-grid span{
  margin-top:7px;
  color:#aaa79f;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
.lsr-all-partners-grid article.is-official-sponsor span{
  color:var(--orange);
}
.lsr-unified-partners .lsr-local-partners{
  margin-top:16px;
}
.lsr-unified-partners .lsr-official-sponsor-grid,
.lsr-unified-partners .lsr-partner-heading,
.lsr-unified-partners .lsr-partner-logo-grid{
  display:none!important;
}
@media(max-width:980px){
  .lsr-all-partners-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .lsr-unified-partners{
    padding:58px 0;
  }
  .lsr-all-partners-grid{
    grid-template-columns:1fr;
  }
  .lsr-all-partners-grid article{
    min-height:205px;
  }
  .lsr-all-partners-grid img,
  .lsr-all-partners-grid article.is-official-sponsor img{
    height:105px;
  }
}


/* FINAL v5.5 — Ediția 2025 removed from the 2026 public navigation */
.lsr-header-v51 .lsr-nav-buttons{
  justify-content:center;
}


/* FINAL v5.6 — global audit fixes */
.lsr-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.lsr-app .lsr-participant-table tbody tr.lsr-participant-row[hidden]{display:none!important}
.lsr-app [data-rider-item][hidden]{visibility:hidden!important}
.lsr-rider-filter-empty{margin:18px 0 0;padding:22px;border:1px solid rgba(255,103,35,.45);background:#111315;text-align:center}
.lsr-rider-filter-empty[hidden]{display:none!important}
.lsr-rider-filter-empty strong{display:block;color:#fff;font-size:24px}
.lsr-rider-filter-empty p{margin:7px 0 0;color:#aaa79f!important;font-size:13px}

.lsr-nav-toggle{position:relative;width:44px;height:44px;padding:8px!important;cursor:pointer}
.lsr-nav-toggle span{position:absolute;left:8px;width:28px;height:2px;margin:0!important;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .15s ease,top .2s ease}
.lsr-nav-toggle span:nth-child(1){top:12px}.lsr-nav-toggle span:nth-child(2){top:21px}.lsr-nav-toggle span:nth-child(3){top:30px}
.lsr-nav-toggle.is-open span:nth-child(1){top:21px;transform:rotate(45deg)}
.lsr-nav-toggle.is-open span:nth-child(2){opacity:0}
.lsr-nav-toggle.is-open span:nth-child(3){top:21px;transform:rotate(-45deg)}

body.admin-bar .lsr-header-v51{top:32px!important}
body.admin-bar .lsr-multipage main,body.admin-bar .lsr-home-page main{padding-top:calc(124px + 32px)!important}
@media(max-width:1120px){body.admin-bar .lsr-multipage main,body.admin-bar .lsr-home-page main{padding-top:calc(72px + 32px)!important}}
@media(max-width:782px){body.admin-bar .lsr-header-v51{top:46px!important}body.admin-bar .lsr-multipage main,body.admin-bar .lsr-home-page main{padding-top:calc(72px + 46px)!important}}
.lsr-all-partners-grid img[src*="-logo-clean.png"]{padding:6px;background:transparent!important;border:0!important}


/* FINAL v5.7 — definitive participant filters */
.lsr-app [data-rider-item].is-filter-hidden,
.lsr-app [data-rider-item][hidden],
.lsr-app .lsr-participant-table tbody tr.lsr-participant-row.is-filter-hidden,
.lsr-app .lsr-participant-table tbody tr.lsr-participant-row[hidden],
.lsr-app .lsr-rider-card.is-filter-hidden,
.lsr-app .lsr-rider-card[hidden]{
  display:none!important;
}
.lsr-app [data-rider-filter]{
  pointer-events:auto!important;
  cursor:pointer;
}
.lsr-rider-filter-empty.is-visible{
  display:block!important;
}


/* FINAL v5.8 — always-visible mobile navigation */
@media(max-width:1120px){
  .lsr-header-v51{
    min-height:124px!important;
    overflow:visible!important;
  }
  .lsr-header-v51 .lsr-header-main{
    min-height:72px!important;
  }
  .lsr-header-v51 .lsr-nav-toggle{
    display:none!important;
  }
  .lsr-header-v51 .lsr-nav-buttons,
  .lsr-header-v51 .lsr-nav-buttons.is-open{
    position:relative!important;
    z-index:2!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    width:100%!important;
    height:52px!important;
    min-height:52px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    padding:8px 12px 10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    border-top:1px solid rgba(255,255,255,.08)!important;
    border-bottom:1px solid #292c2e!important;
    background:#0a0b0c!important;
  }
  .lsr-header-v51 .lsr-nav-buttons::-webkit-scrollbar{
    display:none;
  }
  .lsr-header-v51 .lsr-nav-buttons a{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:max-content!important;
    min-height:34px!important;
    padding:8px 13px!important;
    justify-content:center!important;
    scroll-snap-align:start;
    touch-action:manipulation;
  }
  .lsr-multipage main,
  .lsr-home-page main{
    padding-top:124px!important;
  }
  body.admin-bar .lsr-multipage main,
  body.admin-bar .lsr-home-page main{
    padding-top:calc(124px + 32px)!important;
  }
}
@media(max-width:782px){
  body.admin-bar .lsr-multipage main,
  body.admin-bar .lsr-home-page main{
    padding-top:calc(124px + 46px)!important;
  }
}
@media(max-width:620px){
  .lsr-header-v51 .lsr-header-main{
    width:calc(100% - 20px)!important;
  }
  .lsr-header-v51 .lsr-nav-buttons{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .lsr-header-v51 .lsr-nav-buttons a{
    padding-left:12px!important;
    padding-right:12px!important;
    font-size:11px!important;
  }
}


/* FINAL v5.11 — poster final, official partners and inline BLS */
.lsr-inline-bls-note{
  display:flex;
  align-items:center;
  gap:14px;
  margin:22px 0 18px;
  padding:14px 16px;
  border-left:2px solid var(--orange);
  background:#111315;
}
.lsr-inline-bls-note img{
  flex:0 0 auto;
  width:92px!important;
  height:72px!important;
  padding:3px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.lsr-inline-bls-note p{
  margin:0!important;
  color:#c1bdb4!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.lsr-class-prize-total{
  display:block;
  margin:14px 0 0;
  color:var(--orange);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.lsr-2027-benefit{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:24px;
  align-items:center;
  margin:24px 0 48px;
  padding:24px 28px;
  border:1px solid rgba(255,103,35,.55);
  background:linear-gradient(135deg,rgba(255,103,35,.12),#101214 58%);
}
.lsr-2027-benefit>span{
  color:var(--orange);
  font-family:"Barlow Condensed",sans-serif;
  font-size:64px;
  font-weight:900;
  line-height:.8;
}
.lsr-2027-benefit strong{
  display:block;
  max-width:900px;
  color:#fff;
  font-size:18px;
  line-height:1.45;
}
.lsr-event-organizer,
.lsr-institutional-partner{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:26px;
  padding:18px 22px;
  border:1px solid #343739;
  background:#111315;
}
.lsr-event-organizer img{
  width:72px!important;
  height:72px!important;
  object-fit:contain!important;
}
.lsr-institutional-partner img{
  width:54px!important;
  height:68px!important;
  object-fit:contain!important;
}
.lsr-event-organizer div,
.lsr-institutional-partner div{
  min-width:0;
}
.lsr-event-organizer span,
.lsr-institutional-partner span{
  display:block;
  margin-bottom:5px;
  color:var(--orange);
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
}
.lsr-event-organizer strong,
.lsr-institutional-partner strong{
  display:block;
  color:#fff;
  font-size:21px;
}
.lsr-all-partners-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
.lsr-all-partners-grid article.is-official-partner{
  min-height:205px;
  padding:18px 14px;
  border-color:rgba(255,103,35,.42);
  background:#0d0f10;
}
.lsr-all-partners-grid article.is-official-partner img{
  width:min(100%,210px)!important;
  height:90px!important;
  object-fit:contain!important;
  background:#08090a;
}
.lsr-all-partners-grid article.is-official-partner strong{
  margin-top:13px;
  font-size:15px;
}
.lsr-all-partners-grid article.is-official-partner span{
  color:var(--orange);
}
.lsr-home-poster img,
.lsr-poster-band img,
.lsr-home-promo-poster img{
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:1100px){
  .lsr-all-partners-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .lsr-all-partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .lsr-2027-benefit{grid-template-columns:1fr;gap:14px}
  .lsr-2027-benefit>span{font-size:52px}
}
@media(max-width:430px){
  .lsr-inline-bls-note{align-items:flex-start;padding:12px}
  .lsr-inline-bls-note img{width:76px!important;height:59px!important}
  .lsr-all-partners-grid{grid-template-columns:1fr!important}
  .lsr-event-organizer,.lsr-institutional-partner{padding:15px}
}


/* Poster oficial */
.lsr-home-promo .lsr-home-promo-poster img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:1065/1600!important;
  object-fit:contain!important;
  object-position:center!important;
}
.lsr-inline-bls-note img[src*="bls-garaje-21-logo-corect-v512"]{
  mix-blend-mode:normal!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
}


/* Afiș oficial */
.lsr-home-promo .lsr-home-promo-poster img,
.lsr-home-poster img,
.lsr-poster-band img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:1065/1600!important;
  object-fit:contain!important;
  object-position:center!important;
}

.lsr-official-details{
  padding:92px 0;
  border-top:1px solid #292c2e;
  border-bottom:1px solid #292c2e;
  background:
    radial-gradient(circle at 90% 0,rgba(255,103,35,.13),transparent 34%),
    linear-gradient(145deg,#0b0d0e,#111315 58%,#090a0b);
}
.lsr-official-details-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:70px;
  align-items:end;
}
.lsr-official-details-head h2{
  max-width:820px;
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(44px,6vw,84px);
  line-height:.9;
}
.lsr-official-details-head>p{
  margin:0;
  color:#aaa79f!important;
  font-size:16px;
  line-height:1.75;
}
.lsr-official-day-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:46px;
}
.lsr-official-day-strip article{
  min-height:182px;
  padding:22px;
  border:1px solid #35383a;
  background:#0c0e0f;
}
.lsr-official-day-strip span{
  display:block;
  color:var(--orange);
  font-family:"Barlow Condensed",sans-serif;
  font-size:62px;
  font-weight:900;
  line-height:.8;
}
.lsr-official-day-strip strong{
  display:block;
  margin-top:8px;
  color:#fff;
  font-size:14px;
  letter-spacing:.16em;
}
.lsr-official-day-strip small{
  display:block;
  margin-top:28px;
  color:#aaa79f;
  font-size:10px;
  font-weight:900;
  line-height:1.5;
  letter-spacing:.07em;
}
.lsr-official-details-actions,
.lsr-document-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}

.lsr-document-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:540px;
  padding:115px 0 90px;
  display:flex;
  align-items:center;
  border-bottom:1px solid #303335;
  background:
    linear-gradient(90deg,rgba(5,6,6,.97),rgba(5,6,6,.78) 58%,rgba(5,6,6,.45)),
    url('../images/hero-wide.webp') center/cover no-repeat;
}
.lsr-document-hero:after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:auto -5vw -14vw auto;
  width:40vw;
  aspect-ratio:1;
  border:1px solid rgba(255,103,35,.25);
  border-radius:50%;
  box-shadow:0 0 0 5vw rgba(255,103,35,.03),0 0 0 10vw rgba(255,103,35,.02);
}
.lsr-document-hero>.lsr-wrap{width:100%}
.lsr-document-hero h1{
  max-width:1050px;
  margin:14px 0 24px;
  color:#fff;
  font-size:clamp(62px,9vw,132px);
  line-height:.78;
  letter-spacing:-.025em;
}
.lsr-document-hero h1 em{color:var(--orange);font-style:normal}
.lsr-document-hero>.lsr-wrap>p:not(.lsr-kicker){
  max-width:780px;
  margin:0;
  color:#c3beb5!important;
  font-size:17px;
  line-height:1.75;
}

.lsr-schedule-document{
  padding:86px 0 100px;
  background:#08090a;
}
.lsr-schedule-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.lsr-day-card{
  overflow:hidden;
  border:1px solid #343739;
  background:#101214;
}
.lsr-day-card header{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:4px 18px;
  align-items:end;
  padding:25px 28px;
  border-bottom:1px solid #343739;
  background:linear-gradient(120deg,rgba(255,103,35,.12),transparent 68%);
}
.lsr-day-card header span{
  grid-row:1/3;
  color:var(--orange);
  font-family:"Barlow Condensed",sans-serif;
  font-size:42px;
  font-weight:900;
  line-height:.9;
}
.lsr-day-card header strong{color:#fff;font-size:25px;line-height:1}
.lsr-day-card header small{color:#8f8c85;font-size:9px;font-weight:900;letter-spacing:.14em}
.lsr-day-card ol{margin:0;padding:0;list-style:none}
.lsr-day-card li{
  display:grid;
  grid-template-columns:116px minmax(0,1fr);
  gap:18px;
  align-items:start;
  min-height:74px;
  padding:19px 28px;
  border-bottom:1px solid #26292b;
}
.lsr-day-card li:last-child{border-bottom:0}
.lsr-day-card time{
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:23px;
  font-weight:900;
  line-height:1;
}
.lsr-day-card b{display:block;color:#fff;font-size:14px;line-height:1.35}
.lsr-day-card li small{display:block;margin-top:5px;color:#8f8c85;font-size:11px;line-height:1.45}
.lsr-day-card li.is-key{background:rgba(255,103,35,.09)}
.lsr-day-card li.is-key time,.lsr-day-card li.is-key b{color:var(--orange)}
.lsr-day-card li.is-stop{background:#090a0b}
.lsr-day-card li.is-stop time,.lsr-day-card li.is-stop b{color:#fff;letter-spacing:.05em}
.lsr-day-card li.is-warning{border-left:3px solid #d7a93c;background:rgba(215,169,60,.06)}
.lsr-day-card li.is-warning time{color:#d7a93c}
.lsr-stop-track-note{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:35px;
  align-items:center;
  margin-top:20px;
  padding:30px;
  border:1px solid rgba(255,103,35,.52);
  background:linear-gradient(120deg,rgba(255,103,35,.12),#111315 58%);
}
.lsr-stop-track-note strong{
  color:var(--orange);
  font-family:"Barlow Condensed",sans-serif;
  font-size:46px;
  line-height:.9;
}
.lsr-stop-track-note p{margin:0;color:#c2beb6!important;line-height:1.7}
.lsr-schedule-locations{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:20px;
}
.lsr-schedule-locations article{
  min-height:170px;
  padding:26px;
  border:1px solid #343739;
  background:#101214;
}
.lsr-schedule-locations span{display:block;color:var(--orange);font-size:10px;font-weight:900;letter-spacing:.12em}
.lsr-schedule-locations strong{display:block;margin-top:20px;color:#fff;font-size:22px}
.lsr-schedule-locations a{display:inline-block;margin-top:22px;color:var(--orange);font-size:11px;font-weight:900}
.lsr-schedule-locations small{display:block;margin-top:13px;color:#8f8c85;font-size:11px;line-height:1.5}

.lsr-regulation-intro{
  padding:50px 0;
  border-bottom:1px solid #2c2f31;
  background:#0c0e0f;
}
.lsr-regulation-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.lsr-regulation-facts article{
  min-height:115px;
  padding:21px;
  border:1px solid #343739;
  background:#111315;
}
.lsr-regulation-facts span{display:block;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.13em}
.lsr-regulation-facts strong{display:block;margin-top:22px;color:#fff;font-size:16px;line-height:1.35}
.lsr-document-source-note{
  margin:20px 0 0!important;
  padding:17px 20px;
  border-left:2px solid var(--orange);
  background:#111315;
  color:#bcb8b0!important;
  font-size:12px;
  line-height:1.65;
}
.lsr-regulation-full{padding:72px 0 110px;background:#08090a}
.lsr-regulation-layout{
  display:grid;
  grid-template-columns:285px minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.lsr-regulation-toc{
  position:sticky;
  top:148px;
  max-height:calc(100vh - 176px);
  overflow:auto;
  padding:22px;
  border:1px solid #343739;
  background:#0e1011;
  scrollbar-width:thin;
}
.lsr-regulation-toc>strong{
  display:block;
  margin-bottom:16px;
  color:#fff;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.lsr-regulation-toc ol{margin:0;padding:0;list-style:none}
.lsr-regulation-toc li+li{border-top:1px solid #282b2d}
.lsr-regulation-toc a{
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:9px;
  padding:10px 0;
  color:#aaa79f;
  font-size:10px;
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
}
.lsr-regulation-toc a:hover{color:#fff}
.lsr-regulation-toc a span{color:var(--orange)}
.lsr-regulation-document{min-width:0}
.lsr-rule-section{
  scroll-margin-top:150px;
  margin-bottom:18px;
  padding:42px 46px;
  border:1px solid #ddd7cc;
  background:#f6f2ea;
  color:#171717;
  box-shadow:0 20px 55px rgba(0,0,0,.2);
}
.lsr-rule-section header{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:18px;
  align-items:start;
  margin-bottom:30px;
  padding-bottom:24px;
  border-bottom:2px solid #1b1b1b;
}
.lsr-rule-section header>span{
  color:var(--orange);
  font-family:"Barlow Condensed",sans-serif;
  font-size:54px;
  font-weight:900;
  line-height:.8;
}
.lsr-rule-section h2{
  margin:0;
  color:#111!important;
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(32px,4vw,50px);
  line-height:.95;
}
.lsr-rule-section h3{
  margin:34px 0 13px;
  padding-top:20px;
  border-top:1px solid #d1cbc0;
  color:#161616!important;
  font-size:25px;
  line-height:1.15;
}
.lsr-rule-section h4{
  margin:25px 0 10px;
  color:#171717!important;
  font-size:18px;
  line-height:1.25;
}
.lsr-rule-section p{
  margin:0 0 14px!important;
  color:#302e2a!important;
  font-family:Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.lsr-rule-section a{color:#b64313;text-decoration:underline}
.lsr-rule-list{
  margin:9px 0 20px!important;
  padding-left:24px!important;
  color:#302e2a!important;
  font-family:Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.lsr-rule-list li+li{margin-top:7px}
.lsr-rule-callout{
  margin:22px 0!important;
  padding:18px 20px!important;
  border-left:4px solid var(--orange)!important;
  background:#ebe4d8!important;
  color:#171717!important;
  font-weight:700;
}
.lsr-rule-data{
  padding:10px 13px;
  background:#ebe6dc;
  font-family:monospace!important;
}
.lsr-source-note{
  padding:15px 18px;
  border:1px dashed #a59d90;
  background:#eee8dc;
  font-style:italic;
}
.lsr-tracker-diagrams{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:16px;
  margin:30px 0 8px;
  padding:18px;
  border:1px solid #cfc7ba;
  background:#fff;
}
.lsr-tracker-diagrams img{width:100%;height:auto;object-fit:contain}
.lsr-tracker-diagrams figcaption{
  grid-column:1/-1;
  color:#656057;
  font-size:11px;
  line-height:1.5;
}

@media(max-width:1050px){
  .lsr-official-details-head{grid-template-columns:1fr;gap:20px}
  .lsr-official-day-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lsr-regulation-layout{grid-template-columns:1fr}
  .lsr-regulation-toc{position:relative;top:auto;max-height:none}
  .lsr-regulation-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
  .lsr-schedule-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .lsr-official-details{padding:64px 0}
  .lsr-document-hero{min-height:470px;padding:85px 0 65px}
  .lsr-document-hero h1{font-size:clamp(50px,16vw,84px)}
  .lsr-regulation-facts,.lsr-schedule-locations{grid-template-columns:1fr 1fr}
  .lsr-stop-track-note{grid-template-columns:1fr;gap:12px}
  .lsr-rule-section{padding:30px 25px}
  .lsr-rule-section header{grid-template-columns:1fr;gap:10px}
  .lsr-rule-section header>span{font-size:42px}
  .lsr-tracker-diagrams{grid-template-columns:1fr}
}
@media(max-width:520px){
  .lsr-official-day-strip{grid-template-columns:1fr}
  .lsr-official-day-strip article{min-height:150px}
  .lsr-official-day-strip small{margin-top:18px}
  .lsr-document-actions,.lsr-official-details-actions{display:grid;grid-template-columns:1fr}
  .lsr-document-actions .lsr-btn,.lsr-official-details-actions .lsr-btn{width:100%;justify-content:center}
  .lsr-day-card header{padding:22px 18px}
  .lsr-day-card li{grid-template-columns:92px minmax(0,1fr);gap:12px;padding:17px 18px}
  .lsr-day-card time{font-size:20px}
  .lsr-regulation-facts,.lsr-schedule-locations{grid-template-columns:1fr}
  .lsr-regulation-toc ol{grid-template-columns:1fr}
  .lsr-rule-section{padding:26px 19px}
  .lsr-rule-section h2{font-size:32px}
  .lsr-rule-section p,.lsr-rule-list{font-size:14px!important}
}


/* FINAL v5.15 — poster data on homepage and global poster replacement */
.lsr-home-poster-copy>p:not(.lsr-kicker){
  max-width:520px;
  color:#aaa79f!important;
  font-size:15px;
  line-height:1.7;
}
.lsr-home-poster-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.lsr-home-poster figure{margin:0}
.lsr-home-poster-open{
  display:block;
  width:100%;
  padding:0;
  border:1px solid #36393b;
  background:#090a0b;
  cursor:zoom-in;
  box-shadow:0 30px 80px rgba(0,0,0,.42);
}
.lsr-home-poster-open img{display:block;width:100%!important;height:auto!important}

.lsr-poster-highlights{
  padding:94px 0;
  border-top:1px solid #292c2e;
  border-bottom:1px solid #292c2e;
  background:
    radial-gradient(circle at 0 20%,rgba(255,103,35,.12),transparent 30%),
    #090a0b;
}
.lsr-poster-highlights-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:70px;
  align-items:end;
}
.lsr-poster-highlights-head h2{
  max-width:880px;
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(46px,6.4vw,92px);
  line-height:.87;
}
.lsr-poster-highlights-head>p{
  margin:0;
  color:#aaa79f!important;
  font-size:16px;
  line-height:1.75;
}
.lsr-poster-prize-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:48px;
}
.lsr-poster-prize-grid article{
  --poster-tone:#ff6723;
  min-height:390px;
  padding:26px;
  display:flex;
  flex-direction:column;
  border:1px solid #3b3e40;
  background:linear-gradient(145deg,#131617,#0b0d0e 66%);
}
.lsr-poster-prize-grid article.is-extrem{--poster-tone:#71d61f;border-color:rgba(113,214,31,.55);background:linear-gradient(145deg,rgba(113,214,31,.09),#0b0d0e 66%)}
.lsr-poster-prize-grid article.is-crossover{--poster-tone:#2ca8ff;border-color:rgba(44,168,255,.55);background:linear-gradient(145deg,rgba(44,168,255,.09),#0b0d0e 66%)}
.lsr-poster-prize-grid article.is-adventures{--poster-tone:#f0a91f;border-color:rgba(240,169,31,.55);background:linear-gradient(145deg,rgba(240,169,31,.09),#0b0d0e 66%)}
.lsr-poster-prize-grid header{display:flex;gap:18px;align-items:flex-start}
.lsr-poster-prize-grid header>span{
  color:var(--poster-tone);
  font-family:"Barlow Condensed",sans-serif;
  font-size:52px;
  font-weight:900;
  line-height:.8;
}
.lsr-poster-prize-grid header strong{display:block;color:#fff;font-size:29px;line-height:1}
.lsr-poster-prize-grid header small{display:block;margin-top:7px;color:var(--poster-tone);font-size:9px;font-weight:900;letter-spacing:.12em}
.lsr-poster-prize-grid ol{margin:44px 0 30px;padding:0;list-style:none}
.lsr-poster-prize-grid li{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #303335}
.lsr-poster-prize-grid li b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--poster-tone);
  color:#090a0b;
  font-size:13px;
}
.lsr-poster-prize-grid li span{color:#fff;font-family:"Barlow Condensed",sans-serif;font-size:30px;font-weight:900}
.lsr-poster-prize-grid footer{margin-top:auto;color:var(--poster-tone);font-size:10px;font-weight:900;line-height:1.5;letter-spacing:.08em}
.lsr-poster-special-prize{
  margin:auto 0;
  color:var(--poster-tone);
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(43px,5vw,70px);
  font-weight:900;
  line-height:.9;
}
.lsr-poster-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.lsr-poster-benefit-grid article{min-height:145px;padding:22px;border:1px solid #343739;background:#101214}
.lsr-poster-benefit-grid article.is-wide{grid-column:span 4;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;background:linear-gradient(110deg,rgba(255,103,35,.16),#101214 55%)}
.lsr-poster-benefit-grid span{display:block;color:var(--orange);font-family:"Barlow Condensed",sans-serif;font-size:34px;font-weight:900;line-height:.9}
.lsr-poster-benefit-grid strong{display:block;margin-top:24px;color:#fff;font-size:13px;line-height:1.45}
.lsr-poster-benefit-grid .is-wide strong{margin:0;font-size:20px}
.lsr-poster-highlights-action{margin-top:30px}

@media(max-width:1050px){
  .lsr-poster-highlights-head{grid-template-columns:1fr;gap:20px}
  .lsr-poster-prize-grid{grid-template-columns:1fr 1fr}
  .lsr-poster-prize-grid article.is-adventures{grid-column:1/-1;min-height:280px}
  .lsr-poster-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lsr-poster-benefit-grid article.is-wide{grid-column:span 2}
}
@media(max-width:680px){
  .lsr-poster-highlights{padding:66px 0}
  .lsr-poster-prize-grid{grid-template-columns:1fr}
  .lsr-poster-prize-grid article.is-adventures{grid-column:auto}
  .lsr-poster-benefit-grid{grid-template-columns:1fr}
  .lsr-poster-benefit-grid article.is-wide{grid-column:auto;grid-template-columns:1fr;gap:14px}
  .lsr-poster-benefit-grid .is-wide strong{font-size:17px}
  .lsr-home-poster-actions{display:grid;grid-template-columns:1fr}
  .lsr-home-poster-actions .lsr-btn{width:100%;justify-content:center}
}


/* Date de plată */
.lsr-bank-details{
  margin-top:14px;
  padding:16px;
  border:1px solid rgba(62,229,142,.26);
  border-left:4px solid #3ee58e;
  background:linear-gradient(135deg,rgba(62,229,142,.09),rgba(0,0,0,.22));
}
.lsr-bank-details-head{display:flex;gap:12px;align-items:center;margin-bottom:13px}
.lsr-bank-details-head>span{font-size:25px;line-height:1}
.lsr-bank-details-head strong{display:block;color:#7ff2b6;font:900 18px/1.1 "Barlow Condensed",Impact,sans-serif;letter-spacing:.07em}
.lsr-bank-details-head small{display:block;margin-top:5px;color:#b9b8b2;font-size:11px;line-height:1.35}
.lsr-bank-details dl{display:grid;gap:8px;margin:0}
.lsr-bank-details dl>div{display:grid;grid-template-columns:118px minmax(0,1fr);gap:12px;align-items:start;padding:9px 10px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025)}
.lsr-bank-details dt{color:#9f9d96;font-size:11px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.lsr-bank-details dd{min-width:0;margin:0;color:#fff;font-size:13px;font-weight:800;line-height:1.45;overflow-wrap:anywhere}
.lsr-bank-details dl>div:first-child dd{color:#7ff2b6;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:14px;letter-spacing:.025em}
@media(max-width:620px){
  .lsr-bank-details{padding:14px 11px}
  .lsr-bank-details dl>div{grid-template-columns:1fr;gap:4px}
  .lsr-bank-details dd{font-size:12px}
  .lsr-bank-details dl>div:first-child dd{font-size:12px;letter-spacing:0}
}

/* v5.35 — pagina principală LSR simplificată; detaliile sunt în paginile dedicate */
.lsr-home-page-clean main{min-height:0}
.lsr-home-page-clean .lsr-home-hero{min-height:calc(100svh - 82px)}
@media(max-width:768px){.lsr-home-page-clean .lsr-home-hero{min-height:calc(100svh - 68px)}}


/* v5.37 — registration verification status is private to administrators */
.lsr-app .lsr-participant-table.is-status-hidden{min-width:900px!important}
.lsr-app .lsr-participant-table.is-status-hidden th:nth-child(6),
.lsr-app .lsr-participant-table.is-status-hidden td:nth-child(6){width:115px!important;text-align:center!important}
.lsr-app .lsr-participant-table.is-status-hidden th:nth-child(7),
.lsr-app .lsr-participant-table.is-status-hidden td:nth-child(7){width:110px!important;text-align:left!important}
.lsr-participants-live.is-status-hidden .lsr-rider-card-head{grid-template-columns:62px minmax(0,1fr)}
.lsr-participants-live.is-status-hidden .lsr-rider-card{border-left-color:var(--orange)}
@media(max-width:900px){
  .lsr-participants-page .lsr-participant-table.is-status-hidden{min-width:900px!important}
}
