:root{color:#3f3f3f;background:#f7f6f2;font-family:Gotham,Montserrat,Avenir Next,Segoe UI,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--brueneo-blue:#1d9dd9;--brueneo-blue-dark:#0879ad;--brueneo-green:#96ac24;--brueneo-green-dark:#667817;--brueneo-red:#be1622;--brueneo-red-dark:#98111a;--brueneo-anthracite:#575757;--brueneo-ink:#343434;--brueneo-white:#fff;--surface:#fff;--background:#f7f6f2;--surface-muted:#f0f1ef;--line:#dfe2e1;--text-muted:#6b7071;--space-1:.375rem;--space-2:.75rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4.5rem;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--shadow-sm:0 2px 10px rgb(52 52 52 / 7%);--shadow-md:0 12px 30px rgb(52 52 52 / 9%);--button-height:48px;--content-max:1360px;--card-padding:1.25rem;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:clamp(1.65rem,3vw,2.5rem);--ease:.18s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:var(--background);color:var(--brueneo-ink)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%}h1,h2,h3{color:var(--brueneo-anthracite);font-weight:800;letter-spacing:-.025em;line-height:1.08}:focus-visible{outline:3px solid var(--brueneo-blue);outline-offset:3px}.eyebrow{margin:0 0 var(--space-1);color:var(--brueneo-blue-dark);font-size:var(--text-xs);font-weight:800;letter-spacing:.16em;text-transform:uppercase}.logo-field,.round-logo-field{display:inline-flex;flex:none;align-items:center;justify-content:center;background:#fff}.logo-field{padding:12px}.logo-field img{display:block;width:150px;height:auto}.round-logo-field{padding:10px;border-radius:var(--radius-sm)}.round-logo-field img{display:block;width:50px;height:50px;object-fit:contain}.button{display:inline-flex;min-height:var(--button-height);align-items:center;justify-content:center;gap:var(--space-2);padding:.7rem 1.15rem;border:1px solid var(--brueneo-anthracite);border-radius:var(--radius-sm);background:var(--surface);color:var(--brueneo-anthracite);font-weight:750;text-decoration:none;cursor:pointer;transition:background var(--ease),border-color var(--ease),transform var(--ease)}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{border-color:var(--brueneo-blue-dark);background:var(--brueneo-blue-dark);color:#fff}.button--primary:hover{background:#056d9c}.button--quiet{border-color:var(--line);background:#fff}.button--quiet:hover{border-color:var(--brueneo-anthracite)}.button--danger{border-color:var(--brueneo-red);background:#fff;color:var(--brueneo-red-dark)}.button--danger:hover{background:var(--brueneo-red);color:#fff}.button--large{width:100%;min-height:56px;font-size:1.05rem}.home{min-height:100vh;padding:clamp(1.25rem,4vw,4rem);background:var(--background)}.hero{max-width:var(--content-max);margin:0 auto;padding:clamp(1.5rem,5vw,4.5rem) 0 var(--space-6);border-bottom:1px solid var(--line)}.logo-field--hero{margin-bottom:var(--space-6);padding:18px}.logo-field--hero img{width:clamp(190px,25vw,330px)}.hero h1{max-width:930px;margin:0;font-size:clamp(3rem,8vw,7.25rem);line-height:.92}.hero h1 em{color:var(--brueneo-blue);font-style:normal}.hero>p:last-child{max-width:620px;margin:var(--space-4) 0 0;color:var(--text-muted);font-size:var(--text-lg);line-height:1.6}.route-grid{display:grid;max-width:var(--content-max);margin:var(--space-5) auto 0;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.route-card{position:relative;min-height:245px;padding:var(--space-4);border:1px solid var(--line);border-top:4px solid var(--brueneo-blue);border-radius:var(--radius-md);background:#fff;text-decoration:none;transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease)}.route-card:last-child{border-top-color:var(--brueneo-anthracite)}.route-card:hover{border-color:var(--brueneo-blue);box-shadow:var(--shadow-md);transform:translateY(-3px)}.route-card__number{color:var(--text-muted);font-size:var(--text-xs);font-weight:700}.route-card__icon{position:absolute;top:var(--space-4);right:var(--space-4);display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--brueneo-blue-dark);font-size:1.2rem}.route-card h2{margin:6rem 0 var(--space-2);font-size:1.55rem}.route-card p{margin:0;color:var(--text-muted);line-height:1.55}.content-page{width:min(var(--content-max),100%);min-height:100vh;margin:auto;padding:0 clamp(1rem,4vw,3.5rem) var(--space-7)}.content-page--narrow{width:min(820px,100%)}.page-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);padding:var(--space-3) 0;border-bottom:1px solid var(--line);background:#fff}.content-page>.page-header{position:relative}.content-page>.page-header:before{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);background:#fff;border-bottom:1px solid var(--line)}.page-header__brand{display:flex;align-items:center;gap:var(--space-4);min-width:0}.page-header h1{margin:0;font-size:clamp(1.25rem,2.5vw,2rem)}.subtitle{margin:.25rem 0 0;color:var(--text-muted);font-size:var(--text-sm)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--space-3);margin:var(--space-7) 0 var(--space-4)}.section-heading h2{margin:0;font-size:var(--text-xl)}.section-heading>span{color:var(--text-muted)}.gallery-grid{columns:2;column-gap:var(--space-4)}.gallery-grid--compact{display:grid;columns:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.media-card{overflow:hidden;margin:0 0 var(--space-4);break-inside:avoid;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.gallery-grid--compact .media-card{margin:0}.media-card__visual{overflow:hidden;background:var(--surface-muted)}.media-card__visual img{display:block;width:100%;height:auto;max-height:720px;object-fit:contain}.gallery-grid--compact .media-card__visual{display:grid;aspect-ratio:4/3;place-items:center}.gallery-grid--compact .media-card__visual img{width:100%;height:100%;object-fit:contain}.media-card__body{padding:var(--card-padding)}.media-card__body h2{margin:var(--space-3) 0 .25rem;font-size:clamp(1.1rem,2vw,1.5rem)}.badges{display:flex;gap:var(--space-1);flex-wrap:wrap}.badge{padding:.3rem .55rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-muted);color:var(--brueneo-anthracite);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.badge--accent{border-color:var(--brueneo-red);background:var(--brueneo-red);color:#fff}.badge--info{border-color:var(--brueneo-blue-dark);background:var(--brueneo-blue-dark);color:#fff}.media-card--announcement{border-top:5px solid var(--brueneo-red)}.media-card--info{border-top:5px solid var(--brueneo-blue)}.media-card__placeholder{display:grid;min-height:190px;place-items:center;font-size:3rem}.media-card__meta,.section-note,.field small{color:var(--text-muted);font-size:var(--text-sm);line-height:1.45}.media-card--expired{opacity:.62}.card-actions{display:flex;gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap}.card-actions .button{flex:1;min-width:110px}.card-actions [data-moderate=approved]{border-color:var(--brueneo-green-dark);background:var(--brueneo-green-dark);color:#fff}.panel{margin-top:var(--space-5);padding:clamp(1.25rem,4vw,2.25rem);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.upload-intro{margin-top:var(--space-6)}.upload-intro h2{margin:0;font-size:var(--text-xl)}.upload-intro p{color:var(--text-muted);line-height:1.55}.upload-panel{margin-top:var(--space-4)}.dropzone{display:grid;min-height:290px;place-items:center;padding:var(--space-4);border:2px dashed #aeb5b6;border-radius:var(--radius-md);background:#f8faf9;cursor:pointer;text-align:center;transition:border-color var(--ease),background var(--ease)}.dropzone:hover{border-color:var(--brueneo-blue);background:#f3faff}.dropzone input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.dropzone__icon{display:grid;width:60px;height:60px;margin:0 auto var(--space-3);place-items:center;border-radius:50%;background:var(--brueneo-blue-dark);color:#fff;font-size:2rem}.dropzone small{display:block;margin-top:var(--space-1);color:var(--text-muted)}.dropzone img{display:block;width:100%;max-height:330px;margin-bottom:var(--space-3);object-fit:contain;border-radius:var(--radius-sm)}.field{display:block;margin:var(--space-4) 0;font-weight:700}.field>span{color:var(--text-muted);font-size:var(--text-sm);font-weight:400}.field input,.field textarea,.field select{width:100%;min-height:52px;margin-top:var(--space-2);padding:.8rem 1rem;border:1px solid #bfc4c4;border-radius:var(--radius-sm);background:#fff;color:var(--brueneo-ink)}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--brueneo-blue)}.field textarea{min-height:110px;resize:vertical}.success,.empty{margin-top:var(--space-3);padding:var(--space-3);border-radius:var(--radius-sm)}.success{border-left:5px solid var(--brueneo-green-dark);background:#f1f5dd;color:#4d5d13}.empty{border:1px dashed #bfc4c4;color:var(--text-muted)}.admin-toolbar{display:flex;justify-content:flex-end;margin-top:var(--space-3)}.admin-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3);margin-top:var(--space-4)}.admin-stats div{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--line);border-left:5px solid var(--brueneo-blue);border-radius:var(--radius-sm);background:#fff}.admin-stats strong{color:var(--brueneo-blue-dark);font-size:2rem}.admin-stats span{color:var(--text-muted);font-size:var(--text-sm)}.admin-section,.admin-section.panel{margin-top:var(--space-5)}.admin-section>h2{margin-bottom:.25rem}.admin-form{display:grid;grid-template-columns:2fr 1fr;gap:0 var(--space-4)}.admin-form .field:first-child,.admin-form .button{grid-column:1/-1}.login-panel{margin-top:var(--space-6)}.login-panel>p{color:var(--text-muted);line-height:1.6}.display{position:fixed;inset:0;overflow:hidden;background:#171a1b;color:#fff}.display__brand{position:absolute;z-index:3;top:clamp(1rem,3vh,2rem);left:clamp(1rem,3vw,3rem);display:flex;align-items:center;gap:var(--space-3);padding-right:var(--space-3);border-radius:var(--radius-sm);background:#171a1bd1;color:#fff;font-size:clamp(.85rem,1.2vw,1.2rem);font-weight:700}.display-item{position:absolute;inset:0;display:grid;place-items:center}.display-item>img{width:100%;height:100%;object-fit:contain}.display-item__caption{position:absolute;z-index:1;right:5vw;bottom:6vh;left:5vw;padding:1rem 1.25rem;border-radius:var(--radius-sm);background:#171a1bd1}.display-item__caption:has(h1:empty){display:none}.display-item__caption span{display:inline-block;padding:.45rem .7rem;border-radius:var(--radius-sm);background:var(--brueneo-red);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.display-item__caption h1{max-width:1200px;margin:.55rem 0 0;color:#fff;font-size:clamp(1.75rem,4.5vw,4.8rem)}.display-item--announcement,.display-item--info{inset:5vh 5vw;grid-template-columns:minmax(0,1fr);overflow:hidden;border-radius:var(--radius-lg);background:#fff}.display-item--announcement{border:8px solid var(--brueneo-red)}.display-item--info{border:8px solid var(--brueneo-blue)}.display-item--announcement>img,.display-item--info>img{position:absolute;inset:0;opacity:.16;object-fit:cover}.display-item--announcement .display-item__caption,.display-item--info .display-item__caption{position:relative;right:auto;bottom:auto;left:auto;width:min(85%,1400px);padding:clamp(2rem,5vw,5rem);background:#fff;text-align:center}.display-item--announcement .display-item__caption h1,.display-item--info .display-item__caption h1{margin:var(--space-4) auto 0;color:var(--brueneo-anthracite);font-size:clamp(3rem,7vw,7.5rem)}.display-item--info .display-item__caption span{background:var(--brueneo-blue-dark)}.display__progress{position:absolute;z-index:4;right:4vw;bottom:2.5vh;left:4vw;height:4px;background:#ffffff35}.display__progress i{display:block;height:100%;background:var(--brueneo-blue);transform-origin:left}.display__empty{margin:auto;color:#fff;font-size:clamp(1rem,2vw,2rem)}.display-item--photo{grid-template-rows:minmax(0,1fr) auto;gap:clamp(.5rem,1.5vh,1.25rem);overflow:hidden;padding:clamp(5rem,10vh,7rem) 5vw clamp(1.5rem,4vh,3rem)}.display-item--photo>img{min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain}.display-item--photo .display-item__caption{position:static;width:100%;max-height:30vh;overflow:auto;padding:.75rem 1.25rem}.display-item--photo .display-item__caption h1{font-size:clamp(1.25rem,3vw,3rem)}@keyframes progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.wall-transition--fade{animation:wall-fade var(--wall-transition-duration,.45s) ease-out both}.wall-transition--soft-slide{animation:wall-soft-slide var(--wall-transition-duration,.5s) cubic-bezier(.22,.8,.35,1) both}.wall-transition--zoom{animation:wall-zoom var(--wall-transition-duration,.45s) ease-out both}.wall-transition--soft-zoom{animation:wall-soft-zoom var(--wall-transition-duration,.8s) ease-out both}.wall-transition--pop{animation:wall-pop var(--wall-transition-duration,.4s) cubic-bezier(.2,.9,.3,1.15) both}.wall-transition--party-slide-left{animation:wall-party-left var(--wall-transition-duration,.4s) cubic-bezier(.2,.8,.3,1) both}.wall-transition--party-slide-right{animation:wall-party-right var(--wall-transition-duration,.4s) cubic-bezier(.2,.8,.3,1) both}.wall-transition--takeover{animation:wall-takeover var(--wall-transition-duration,.5s) ease-out both}.wall-transition--winner{animation:wall-winner var(--wall-transition-duration,.5s) cubic-bezier(.2,.85,.3,1.08) both}.wall-transition--ken-burns{animation:wall-fade var(--wall-transition-duration,.9s) ease-out both}.wall-transition--ken-burns>img{animation:wall-ken-burns var(--wall-transition-duration,.9s) ease-out both}@keyframes wall-fade{0%{opacity:0}to{opacity:1}}@keyframes wall-soft-slide{0%{opacity:0;transform:translate3d(0,2.5%,0)}to{opacity:1;transform:none}}@keyframes wall-zoom{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}@keyframes wall-soft-zoom{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:none}}@keyframes wall-pop{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:none}}@keyframes wall-party-left{0%{opacity:0;transform:translate3d(-4%,0,0) rotate(-1deg)}to{opacity:1;transform:none}}@keyframes wall-party-right{0%{opacity:0;transform:translate3d(4%,0,0) rotate(1deg)}to{opacity:1;transform:none}}@keyframes wall-ken-burns{0%{transform:scale(1)}to{transform:scale(1.018)}}@keyframes wall-takeover{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:none}}@keyframes wall-winner{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:none}}@media(max-width:900px){.route-grid{grid-template-columns:1fr 1fr}.gallery-grid--compact{grid-template-columns:repeat(2,1fr)}.admin-form{display:block}}@media(max-width:600px){:root{--card-padding:1rem}.home{padding:1rem}.hero{padding-top:1rem}.logo-field--hero{margin-bottom:var(--space-5)}.hero h1{font-size:clamp(2.65rem,14vw,4.5rem)}.route-grid,.gallery-grid--compact{grid-template-columns:1fr}.route-card{min-height:170px}.route-card h2{margin-top:3.75rem}.page-header,.page-header__brand{align-items:flex-start;gap:var(--space-2)}.logo-field{padding:8px}.logo-field img{width:100px}.page-header .subtitle{display:none}.page-header .button{min-height:44px;padding:.55rem .7rem;font-size:.8rem}.gallery-grid{columns:1}.section-heading{margin-top:var(--space-5)}.section-heading>span{font-size:var(--text-sm)}.dropzone{min-height:240px}.admin-stats{grid-template-columns:1fr}.card-actions{flex-direction:column}.display-item--announcement,.display-item--info{inset:2vh 2vw}.display__brand>span:last-child{display:none}}@media(min-width:1500px){.gallery-grid{columns:3}.gallery-grid--compact{grid-template-columns:repeat(4,1fr)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}.wall-transition--fade{animation:wall-fade .12s ease-out both!important}}#feedback .empty,#login-feedback .empty,#admin-feedback .empty{border:0;border-left:5px solid var(--brueneo-red);background:#fbeaec;color:var(--brueneo-red-dark)}.admin-events{margin-top:var(--space-5)}.section-heading--compact{align-items:center;margin:0 0 var(--space-3)}.section-heading--compact h2{margin:0}.event-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-3);max-height:480px;overflow:auto;padding:3px}.event-card{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--line);border-top:5px solid var(--brueneo-anthracite);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.event-card--selected{border-color:var(--brueneo-blue);box-shadow:0 0 0 2px #1d9dd92e}.event-card h3{margin:0 0 .3rem}.event-card code{color:var(--text-muted)}.event-card p{margin:.65rem 0}.event-card__badges{display:flex;flex-wrap:wrap;gap:var(--space-1)}.event-badge{padding:.3rem .5rem;border-radius:999px;background:var(--surface-muted);color:var(--brueneo-anthracite);font-size:.7rem;font-weight:800}.event-badge--active{background:var(--brueneo-green);color:#fff}.event-badge--moderation{background:var(--brueneo-blue-dark);color:#fff}.event-card__actions{display:flex;gap:var(--space-2)}.event-card__actions>*{flex:1}.event-form-panel[hidden]{display:none}.event-form{display:grid;grid-template-columns:1fr 1fr;gap:0 var(--space-4)}.event-form .button,.event-switches{grid-column:1/-1}.event-switches{display:flex;flex-wrap:wrap;gap:var(--space-3);margin:var(--space-3) 0 var(--space-4)}.event-switches label{display:flex;align-items:center;gap:.55rem;min-height:44px;font-weight:700}.event-switches input{width:22px;height:22px;accent-color:var(--brueneo-blue-dark)}.selected-event-heading{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--line)}.selected-event-heading h2{margin:.25rem 0}.display--notice{display:grid;place-items:center}.display--notice p{padding:var(--space-5);color:#fff;font-size:clamp(1.5rem,4vw,3rem);font-weight:800;text-align:center}@media(max-width:600px){.event-list,.event-form{grid-template-columns:1fr}.event-card__actions{flex-direction:column}.event-switches{display:grid}.section-heading--compact{align-items:flex-start}}.admin-tabs{display:flex;gap:var(--space-1);margin-top:var(--space-4);overflow-x:auto;padding:0 0 var(--space-2);border-bottom:1px solid var(--line);scrollbar-width:thin}.admin-tab{flex:none;min-height:50px;padding:.85rem 1.2rem;border-radius:var(--radius-sm) var(--radius-sm) 0 0;color:var(--text-muted);font-weight:800;text-decoration:none;white-space:nowrap}.admin-tab:hover{background:var(--surface-muted);color:var(--brueneo-ink)}.admin-tab--active,.admin-tab--active:hover{background:var(--brueneo-blue-dark);color:#fff}.admin-tabs--primary{gap:.35rem;border-bottom:0;padding-bottom:0}.admin-tabs--primary .admin-tab{min-height:56px;padding:1rem 1.35rem;border-radius:var(--radius-sm);color:var(--brueneo-anthracite);font-size:1rem}.admin-tabs--primary .admin-tab--active{background:var(--brueneo-blue-dark);color:#fff;box-shadow:var(--shadow-sm)}.admin-tabs--secondary{margin-top:.55rem;padding:.25rem 0 .6rem;border-bottom:1px solid var(--line)}.admin-tabs--secondary .admin-tab{min-height:46px;padding:.7rem 1rem;border-radius:999px;font-size:.9rem}.admin-tabs--secondary .admin-tab--active{background:#e8f7fd;color:var(--brueneo-blue-dark);box-shadow:inset 0 0 0 1px var(--brueneo-blue)}.admin-tabs--secondary .admin-tab--active:hover{background:#e8f7fd;color:var(--brueneo-blue-dark)}.admin-current{display:flex;align-items:end;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--line);border-radius:var(--radius-md);background:#fff}.admin-current div{display:grid;gap:.2rem}.admin-current span,.admin-current label{color:var(--text-muted);font-size:var(--text-sm)}.admin-current strong{font-size:1.2rem}.admin-current code{color:var(--brueneo-blue-dark)}.admin-current label{display:grid;gap:.35rem;font-weight:700}.admin-current select{min-width:220px;padding:.65rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff}.admin-tab-panel{margin-top:var(--space-5)}.guest-access output{display:block;overflow-wrap:anywhere;padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-muted);font-family:monospace}.qr-code{max-width:360px;margin:var(--space-4) auto 0;text-align:center}.qr-code svg{display:block;width:100%;padding:8px;background:#fff;image-rendering:pixelated}.qr-code .button{margin-top:var(--space-3)}.integration-panel{max-width:800px}.integration-panel dl{display:grid;gap:0;margin:var(--space-4) 0}.integration-panel dl div{display:flex;justify-content:space-between;gap:var(--space-4);padding:var(--space-3);border-bottom:1px solid var(--line)}.integration-panel dt{color:var(--text-muted)}.integration-panel dd{margin:0;font-weight:800;text-align:right}.badge--photobox{border-color:var(--brueneo-blue);background:#e8f7fd;color:var(--brueneo-blue-dark)}@media(max-width:600px){.admin-current{align-items:stretch;flex-direction:column}.admin-current select{width:100%;min-width:0}.admin-tabs{margin-right:-1rem;padding-right:1rem;scroll-snap-type:x proximity}.admin-tab{scroll-snap-align:start}.admin-tabs--primary .admin-tab{min-height:54px}.admin-tabs--secondary .admin-tab{min-height:48px}.integration-panel dl div{display:grid;gap:.4rem}.integration-panel dd{text-align:left}}.event-control-form .field--wide{grid-column:1/-1}.event-active{display:flex;align-items:center;gap:.6rem;font-weight:800}.event-active input{width:22px;height:22px;accent-color:var(--brueneo-blue-dark)}.control-hero{border-top:6px solid var(--brueneo-blue-dark)}.quick-actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-3) 0 var(--space-4)}.control-list{display:grid;gap:var(--space-2)}.control-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--line);border-left:5px solid var(--brueneo-blue);border-radius:var(--radius-md);background:#fff}.control-item h3{margin:.55rem 0 .25rem}.control-item p{margin:0;color:var(--text-muted);font-size:var(--text-sm)}.past-content{margin-top:var(--space-5)}.past-content>summary{min-height:48px;padding:var(--space-3);font-weight:800;cursor:pointer}.display-item--takeover{position:fixed;z-index:3;inset:0;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:clamp(2rem,6vw,7rem);padding:clamp(5rem,9vw,11rem) clamp(2rem,8vw,10rem);background:radial-gradient(circle at 80% 15%,#126286 0,transparent 38%),linear-gradient(135deg,#122b38,#07151d);color:#fff}.display-item--takeover img{width:100%;height:min(62vh,700px);border-radius:var(--radius-lg);object-fit:contain}.display-item--takeover:not(:has(img)){grid-template-columns:1fr;text-align:center}.display-item--takeover .display-item__caption{position:static;padding:0;background:none}.display-item--takeover .display-item__caption h1{max-width:15ch;margin:.5rem 0;color:#fff;font-size:clamp(3rem,7vw,8rem);line-height:.95}.display-item--takeover:not(:has(img)) .display-item__caption h1{margin-inline:auto}.display-item__caption p{max-width:34ch;margin:1.25rem 0 0;color:#eef8fc;font-size:clamp(1.25rem,2.5vw,2.6rem);line-height:1.3}.display-item--highlight{inset:4vh 5vw;border:8px solid var(--brueneo-blue);box-shadow:0 25px 80px #0009}.display-item--highlight .display-item__caption{padding:clamp(2rem,5vw,5rem)}.display-item--highlight .display-item__caption h1{font-size:clamp(2.5rem,6vw,6.5rem)}@media(max-width:700px){.control-item{align-items:stretch;flex-direction:column}.display-item--takeover{grid-template-columns:1fr;align-content:center;text-align:center}.display-item--takeover img{height:35vh}.display-item--takeover .display-item__caption h1,.display-item__caption p{margin-inline:auto}}.challenge-panel{border-top:6px solid var(--brueneo-red)}.challenge-templates{align-items:stretch}.challenge-templates .button{white-space:normal}.throwback-panel{border-top:6px solid var(--brueneo-green)}.display-item--challenge{inset:6vh 7vw;overflow:hidden;border:8px solid var(--brueneo-red);border-radius:var(--radius-lg);background:radial-gradient(circle at 85% 15%,#1d9dd955,transparent 35%),linear-gradient(140deg,#122b38,#07151d)}.display-item--challenge:before{content:"📸";position:absolute;right:7vw;top:8vh;font-size:clamp(5rem,13vw,13rem);opacity:.16}.display-item--challenge .display-item__caption{position:relative;right:auto;bottom:auto;left:auto;width:min(86%,1400px);padding:clamp(2rem,6vw,6rem);background:transparent;text-align:center}.display-item--challenge .display-item__caption h1{margin:1rem auto;color:#fff;font-size:clamp(3rem,7vw,7.5rem);line-height:1.05}.display-item--challenge .display-item__caption p{margin-inline:auto}.display-item--throwback .display-item__caption span{background:#171a1bc7}@media(max-width:600px){.challenge-templates{display:grid;grid-template-columns:1fr 1fr}.display-item--challenge{inset:2vh 2vw}.display-item--challenge .display-item__caption h1{font-size:clamp(2rem,10vw,4rem)}}.reaction-bar{display:flex;gap:.35rem;margin-top:1rem}.reaction-bar button{min-width:48px;min-height:44px;padding:.45rem;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800}.reaction-bar button.is-active{border-color:var(--brueneo-red);background:#fbeaec;box-shadow:0 0 0 2px #e51f3a22}.reaction-error{display:block;min-height:1.3em;color:var(--brueneo-red-dark)}.badge--winner{border-color:#d6a624;background:#fff5cf}.popular{margin-bottom:var(--space-4);padding:var(--space-3);border-left:5px solid #d6a624;background:#fff}.popular div{display:flex;flex-wrap:wrap;gap:1rem}.wall-reactions{margin-top:.7rem;color:#fff;font-size:clamp(1rem,1.6vw,1.6rem);font-weight:700}.display-item--winner{inset:4vh 5vw;border:8px solid #d6a624;background:radial-gradient(circle,#263b46,#101719)}.display-item--winner.display-item--photo>img{height:100%}.display-item--winner .display-item__caption{text-align:center}.display-item--winner .display-item__caption h1{margin-inline:auto}.interaction-panel{border-top:6px solid #d6a624}.winner-form{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2);margin:var(--space-3) 0 var(--space-5)}.winner-form select{min-height:52px;padding:.7rem;border:1px solid var(--line);border-radius:var(--radius-sm)}@media(max-width:600px){.winner-form{grid-template-columns:1fr}.reaction-bar{justify-content:space-between}}.live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.status-card{min-height:190px;padding:var(--space-4);border:1px solid var(--line);border-top:5px solid var(--brueneo-blue);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.status-card h2{margin:.65rem 0}.moderator-page .admin-toolbar{display:flex;align-items:center;justify-content:space-between}.moderator-login{max-width:700px;margin:var(--space-5) auto}.moderator-access output{display:block;overflow-wrap:anywhere;margin:1rem 0;padding:1rem;border-radius:var(--radius-sm);background:#eef5f8}.display-item--winner{box-shadow:inset 0 0 0 2px #f4df9d,0 24px 80px #0008}.display-item--winner .display-item__caption{border:1px solid #f4df9d;background:linear-gradient(135deg,#171a1bf0,#372f1beb)}.display-item--winner .display-item__caption span{background:#c69b37;color:#171a1b}.display-item--winner .display-item__caption h1{min-height:1em;color:#fff7dc}@media(max-width:800px){.live-grid{grid-template-columns:1fr}.admin-tabs{overflow-x:auto}.status-card{min-height:140px}}.wall-mode-control{display:grid;grid-template-columns:repeat(5,minmax(90px,1fr));gap:.55rem}.wall-mode-control .button{min-height:54px}.wall-mode-panel{border-top:6px solid var(--brueneo-blue-dark)}#wall-mode-status{font-size:1.45rem;color:var(--brueneo-blue-dark)}@media(max-width:700px){.wall-mode-control{grid-template-columns:repeat(2,1fr)}}.admin-navigation-row{display:flex;align-items:stretch;gap:var(--space-2);margin-top:var(--space-4);border-bottom:1px solid var(--line)}.admin-navigation-row>.admin-tabs{min-width:0;flex:1;margin-top:0}.page-help{display:flex;flex:none;align-items:center;margin-left:auto;padding-left:var(--space-2);background:var(--background)}.help-trigger{min-width:96px;min-height:44px}.info-button{display:inline-grid;place-items:center;width:44px;height:44px;margin:-10px -8px -10px 2px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--brueneo-blue-dark);font-size:1.05rem;font-weight:800;cursor:pointer}.info-button:hover,.info-button:focus-visible{background:#e8f7fd;outline:2px solid transparent}.help-dialog{position:fixed;inset:0 0 0 auto;width:min(520px,calc(100vw - 2rem));height:100dvh;max-width:none;max-height:none;margin:0;padding:0;overflow:auto;border:0;border-left:1px solid var(--line);border-radius:var(--radius-lg) 0 0 var(--radius-lg);background:#fff;color:var(--brueneo-anthracite);box-shadow:-24px 0 80px #07151d42}.help-dialog::backdrop{background:#07151d52}.help-dialog__head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--line);background:#fff}.help-close{display:grid;place-items:center;min-width:44px;min-height:44px;padding:0;border:0;border-radius:50%;background:var(--surface-muted);color:var(--brueneo-anthracite);font-size:1.7rem;cursor:pointer}.help-dialog__content{padding:var(--space-4)}.help-dialog__content h2{margin-top:0}.help-lead{color:var(--brueneo-blue-dark);font-size:1.05rem;font-weight:750}.help-group{margin-top:var(--space-4)}.help-group h3{margin:0 0 var(--space-2);font-size:1rem}.help-dialog__content p,.help-dialog__content li{line-height:1.65}.help-dialog__content li+li{margin-top:.5rem}.wall-mode-option{position:relative;display:flex}.wall-mode-option>.button{flex:1;padding-right:2.6rem}.wall-mode-option>.info-button{position:absolute;right:.15rem;top:50%;margin:0;transform:translateY(-50%);color:inherit}@media(max-width:600px){.admin-navigation-row{margin-right:-1rem}.admin-navigation-row>.admin-tabs{margin-right:0;padding-right:.5rem}.page-help{position:sticky;right:0;padding-right:1rem;box-shadow:-12px 0 16px var(--background)}.help-dialog{width:min(92vw,520px);border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.help-dialog__content{padding-bottom:calc(var(--space-5) + env(safe-area-inset-bottom))}}.display-item--smart-highlight{inset:2vh 3vw;border:3px solid #ff8a2a;border-radius:var(--radius-lg);box-shadow:0 20px 70px #0008,0 0 35px #ff7a1844}.display-item--smart-highlight .display-item__caption>span{background:#7b2d08;color:#fff;border-color:#ffb36f}body:has(.admin-shell){overflow:hidden;background:#eef2f5}.admin-shell{display:grid;grid-template-columns:clamp(300px,24vw,370px) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);gap:1rem;width:100%;height:100dvh;padding:1rem;background:#eef2f5}.admin-product-header{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;min-height:104px;text-align:center}.admin-product-header .round-logo-field{width:64px;height:64px;box-shadow:0 5px 18px #122b3826}.admin-product-header p{margin:0;color:var(--brueneo-anthracite);font-size:1.3rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.event-sidebar,.admin-workspace{min-height:0;overflow:hidden;border:1px solid #dbe3e8;border-radius:16px;background:#fff;box-shadow:0 8px 28px #122b3814}.event-sidebar{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.event-sidebar__header{padding:1.35rem 1.25rem 1rem;border-bottom:1px solid var(--line)}.event-sidebar__header .eyebrow,.admin-titlebar .eyebrow{margin:0 0 .35rem;color:var(--brueneo-blue-dark);letter-spacing:.12em}.event-sidebar__header h2{margin:0;font-size:1.35rem}.event-sidebar__header>span{display:block;margin-top:.35rem;color:var(--text-muted);font-size:.82rem}.event-sidebar .event-list{display:flex;min-height:0;max-height:none;flex-direction:column;align-items:stretch;gap:.55rem;overflow-y:auto;overflow-x:hidden;padding:.85rem}.event-sidebar .event-card{display:block;min-height:64px;flex:none;padding:.75rem .85rem;border:1px solid var(--line);border-left:4px solid transparent;border-radius:10px;background:#f8fafb;color:var(--brueneo-anthracite);box-shadow:none;text-decoration:none;transition:border-color .15s,background .15s,transform .15s}.event-sidebar .event-card:hover{border-color:#9fcfe4;background:#f0f9fd;transform:translate(2px)}.event-sidebar .event-card--selected{border-color:var(--brueneo-blue);border-left-color:var(--brueneo-blue-dark);background:#eaf7fc;box-shadow:0 0 0 2px #1d9dd91a}.event-card__topline{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.event-card__topline strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-card__meta{display:block;margin-top:.35rem;color:var(--text-muted);font-size:.78rem}.event-sidebar__footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;padding:.85rem;border-top:1px solid var(--line);background:#fff}.event-sidebar__footer .button{min-width:0;min-height:48px;padding:.6rem .45rem;text-transform:uppercase}.button--success{border:1px solid #198754;background:#198754;color:#fff}.button--success:disabled{border-color:#abd7bd;background:#e7f5ed;color:#287a4a;opacity:1}.admin-workspace{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.admin-workspace__header{z-index:1;padding:1.2rem 1.5rem 0;border-bottom:1px solid var(--line);background:#fff}.admin-titlebar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-titlebar h1{margin:0;font-size:clamp(1.35rem,2vw,1.8rem)}.admin-workspace .admin-navigation-row{margin-top:1rem}.admin-workspace .admin-tabs--primary{overflow-x:auto}.admin-workspace .admin-tabs--primary .admin-tab{min-height:48px;padding:.75rem 1rem;font-size:.9rem;text-transform:uppercase}.admin-workspace .admin-tabs--secondary{margin-top:.45rem;padding-bottom:.5rem}.admin-workspace .admin-tabs--secondary .admin-tab{min-height:44px;padding:.62rem .9rem}.admin-scroll-region{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 1.5rem 1.5rem;background:#f7f9fa}.admin-scroll-region .admin-tab-panel{max-width:1200px;margin-top:1.25rem}.admin-scroll-region .panel{background:#fff}.admin-workspace__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px;padding:.8rem 1.5rem;border-top:1px solid var(--line);background:#fff;box-shadow:0 -6px 18px #122b380d}.admin-workspace__footer span{overflow:hidden;min-height:1.4em;color:var(--text-muted);font-size:.85rem;text-overflow:ellipsis;white-space:nowrap}.admin-workspace__footer span[data-state=dirty]{color:#9b6500;font-weight:800}.admin-workspace__footer span[data-state=dirty]:before{content:"●";margin-right:.5rem;color:#e4a11b}.admin-workspace__footer span[data-state=saved]{color:#198754;font-weight:800}.admin-workspace__footer span[data-state=saved]:before{content:"✓";margin-right:.45rem}.admin-workspace__footer .button{min-width:132px;min-height:48px;padding:.7rem 1.25rem}.admin-scroll-region .event-form-panel{margin-top:0}.admin-scroll-region .event-form-panel[hidden]{display:none}@media(max-width:900px){body:has(.admin-shell){overflow:auto}.admin-shell{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto;min-height:100dvh}.admin-product-header{grid-column:1}.event-sidebar{height:min(42vh,430px)}.admin-workspace{min-height:70vh;height:auto}.admin-scroll-region{max-height:65vh}.admin-workspace__header,.admin-scroll-region,.admin-workspace__footer{padding-inline:1rem}}@media(max-width:560px){.admin-shell{padding:.5rem;gap:.5rem}.admin-product-header{min-height:88px}.admin-product-header .round-logo-field{width:54px;height:54px}.admin-product-header p{font-size:1rem}.event-sidebar__footer{grid-template-columns:repeat(3,1fr)}.event-sidebar__footer .button{font-size:.72rem}.admin-titlebar{align-items:flex-start}.admin-titlebar h1{font-size:1.2rem}.admin-titlebar .button{padding:.55rem}.admin-workspace__footer .button{margin-left:auto}}
