:root{font-family:Manrope,Arial,sans-serif;color:#17171a;background:#f7f7f8;line-height:1.5}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.shell{min-height:100vh}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:#fff;border-bottom:1px solid #eee;position:relative;z-index:2}.brand img{width:156px;display:block}.topbar nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:700}.topbar nav a:hover{color:#e52335}.session-link{color:#e52335}.mobile-menu,.mobile-nav{display:none}.hero{min-height:650px;background-size:cover;background-position:center;display:flex;align-items:center;padding:80px 8vw;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fffffffa,#ffffffde 38%,#ffffff0d 72%)}.hero-content{position:relative;max-width:590px}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:800;margin:0 0 15px}.red{color:#e52335}.hero h1{font-size:clamp(42px,5vw,74px);line-height:1.02;margin:0 0 18px;letter-spacing:-.04em}.hero h2{font-size:22px;line-height:1.2;margin:0 0 16px;text-transform:uppercase}.lead{font-size:18px;max-width:520px}.hero-actions{display:flex;gap:12px;margin:28px 0 18px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #d9d9dc;background:#fff;color:#19191c;border-radius:7px;padding:13px 18px;font-weight:800;font-size:14px}.btn.primary{background:#e52335;color:#fff;border-color:#e52335}.btn.light{background:#fff}.btn:hover{transform:translateY(-1px);box-shadow:0 5px 15px #00000012}.btn.wide{width:100%}.notice{font-size:13px;font-weight:700}.section{max-width:1120px;margin:auto;padding:90px 5vw}.intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;background:#fff;max-width:none;padding-left:calc((100% - 1020px)/2);padding-right:calc((100% - 1020px)/2)}.intro h2,.prizes h2{font-size:40px;line-height:1.08;margin:0}.intro>p,.prizes p{font-size:18px;color:#555}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-grid article{padding:25px;border-top:3px solid #e52335;background:#fff}.step-grid b{color:#e52335;font-size:13px}.step-grid h3{margin:20px 0 6px}.step-grid p{color:#666}.prizes{display:grid;grid-template-columns:1fr 1fr;gap:60px}.prize-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.prize{background:#fff;border:1px solid #ebebed;border-radius:8px;padding:20px;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;font-weight:800}.prize img{height:85px;object-fit:contain;align-self:center;max-width:100%}.faq{max-width:760px}.faq details{border-top:1px solid #ddd;padding:18px 0}.faq summary{font-weight:800;cursor:pointer;display:flex;justify-content:space-between;list-style:none}.faq p{color:#555}.contact-band{background:#19191c;color:#fff;padding:65px 8vw;display:flex;justify-content:space-between;gap:30px}.contact-items{display:flex;flex-direction:column;gap:12px}.contact-items span,.contact-items a{display:flex;align-items:center;gap:8px}.form-page{padding:55px 20px;min-height:calc(100vh - 160px)}.form-wrap{max-width:500px;margin:25px auto;background:#fff;padding:38px;border-radius:10px;border:1px solid #e4e4e5}.form-wrap h1{font-size:38px;line-height:1.1;margin:0 0 8px}.back{font-size:13px;font-weight:800}.form-wrap form{display:flex;flex-direction:column;gap:17px;margin-top:25px}label{font-size:13px;font-weight:800;display:flex;flex-direction:column;gap:7px}input,textarea,select{border:1px solid #d8d8dc;border-radius:6px;padding:11px 12px;background:#fff;color:#17171a;width:100%}textarea{resize:vertical;min-height:85px}small{font-weight:500;color:#e52335}.check{flex-direction:row;align-items:flex-start;font-weight:500}.check input{width:18px;margin-top:2px}.check a{text-decoration:underline}.error{color:#b01524;background:#fff0f1;border:1px solid #f2bcc2;padding:11px;border-radius:6px;margin:12px 0;font-size:13px}.muted{color:#707077}.state{text-align:center;padding:100px 20px}.spinner{width:30px;height:30px;border:3px solid #eee;border-top-color:#e52335;border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;padding:50px 20px}.page{min-height:calc(100vh - 160px)}.participant-list{display:grid;gap:10px;margin-top:30px}.participant-row{background:#fff;border:1px solid #e5e5e7;border-radius:8px;padding:18px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px}.participant-row strong,.participant-row span{display:block}.participant-row span{font-size:13px;color:#707077}.status{font-size:13px;color:#666}.status.done{color:#168247}.test-page{max-width:900px;margin:auto;padding:35px 5vw 60px}.test-head{display:flex;justify-content:space-between;color:#666;font-size:13px;font-weight:700}.progress{height:5px;background:#e8e8ea;margin:12px 0 60px;border-radius:4px}.progress i,.meter i{display:block;height:100%;background:#e52335;border-radius:4px}.question h1{font-size:38px;line-height:1.15;max-width:750px}.options{display:grid;gap:12px;max-width:700px;margin-top:30px}.options button{padding:18px;border:1px solid #ddd;border-radius:8px;background:#fff;text-align:left;display:flex;align-items:center;gap:13px}.options button.selected{border-color:#e52335;background:#fff2f3}.radio{width:25px;height:25px;border:1px solid #bbb;border-radius:50%;display:grid;place-items:center;color:#e52335}.q-nav{display:flex;align-items:center;gap:10px;margin-top:45px}.icon{border:1px solid #ddd;background:#fff;border-radius:6px;width:40px;height:40px;display:grid;place-items:center}.numbers{display:flex;gap:5px;overflow:auto}.numbers button{border:0;background:transparent;width:30px;height:30px;border-radius:5px}.numbers button.current{background:#e52335;color:#fff}.numbers button.answered{font-weight:800}.save-state{font-size:12px;color:#777}.result-page{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:40px 20px}.result-card{max-width:620px;background:#fff;border:1px solid #e3e3e5;border-radius:10px;padding:50px;text-align:center}.result-card.success{border-top:5px solid #18a05e}.result-card h1{font-size:40px;margin:0}.result-title{font-size:18px;font-weight:800}.score strong{font-size:80px;line-height:1}.score span{font-size:17px;color:#777}.meter{height:8px;background:#eee;border-radius:5px;margin:25px 0}.result-meta{display:flex;justify-content:center;gap:25px;font-size:13px;color:#666;margin:25px 0}.next{background:#f8f8f9;padding:15px;border-radius:6px}.admin-layout{display:flex;min-height:calc(100vh - 82px)}.admin-layout aside{width:230px;background:#fff;border-right:1px solid #e5e5e7;padding:25px 14px;display:flex;flex-direction:column;gap:5px}.admin-brand{display:flex;align-items:center;gap:8px;font-weight:800;margin:0 10px 25px}.admin-brand img{width:110px}.admin-layout aside button{border:0;background:transparent;text-align:left;padding:12px;border-radius:6px;font-weight:700;color:#555}.admin-layout aside button:hover,.admin-layout aside button.active{background:#fff0f1;color:#e52335}.admin-layout aside .logout{margin-top:auto}.admin-main{flex:1;padding:40px 5vw;min-width:0}.admin-main>header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.admin-main h1{margin:0;font-size:38px}.metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.metrics article{background:#fff;border:1px solid #e4e4e6;border-radius:8px;padding:20px}.metrics span{display:block;color:#707077;font-size:12px}.metrics strong{font-size:32px}.panel{background:#fff;border:1px solid #e4e4e6;border-radius:8px;padding:25px;overflow:auto}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.toolbar input{max-width:310px}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:12px;border-bottom:1px solid #eee}td small{display:block;color:#777}.question-editor{display:grid;grid-template-columns:35px 1fr;gap:9px;padding:15px 0;border-bottom:1px solid #eee}.question-editor textarea,.question-editor input,.question-editor select{grid-column:2}.band-row{display:flex;gap:10px;align-items:center;margin:12px 0}.band-row input[type=number]{width:85px}.band-row input[type=checkbox]{width:auto}.settings-form{max-width:700px;display:flex;flex-direction:column;gap:15px}.settings-form h2{margin-top:0}footer{padding:25px 5vw;display:flex;justify-content:space-between;font-size:12px;color:#777;background:#fff;border-top:1px solid #eee}@media(max-width:760px){.topbar{height:70px;padding:0 20px}.topbar nav{display:none}.mobile-menu{display:grid}.mobile-nav{display:flex;flex-direction:column;gap:15px;padding:18px 20px;background:#fff;border-bottom:1px solid #eee;font-weight:700}.hero{min-height:680px;padding:60px 24px;background-position:60% center}.hero:before{background:linear-gradient(0deg,#fffffffa,#ffffffbf 65%,#ffffff1a)}.hero h1{font-size:48px}.hero h2{font-size:18px}.intro,.prizes{display:block;padding:60px 24px}.intro>p{margin-top:30px}.step-grid{grid-template-columns:1fr}.prizes .prize-list{margin-top:30px}.contact-band{display:block;padding:50px 24px}.contact-items{margin-top:25px}.section{padding:60px 24px}.form-wrap{padding:25px 20px}.participant-row{grid-template-columns:1fr}.q-nav{flex-wrap:wrap}.question h1{font-size:30px}.result-card{padding:35px 22px}.result-card h1{font-size:30px}.result-meta{flex-direction:column;gap:6px}.admin-layout{display:block}.admin-layout aside{width:100%;flex-direction:row;overflow:auto;padding:10px}.admin-brand,.admin-layout aside .logout{margin:0}.admin-layout aside button{white-space:nowrap}.admin-main{padding:25px 18px}.admin-main h1{font-size:30px}.metrics{grid-template-columns:repeat(2,1fr)}.metrics article:last-child{grid-column:span 2}.band-row{flex-wrap:wrap}footer{flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.brand img{width:82px;height:72px;object-fit:contain}.top-actions{display:flex;align-items:center;gap:12px}.admin-entry{display:inline-flex;align-items:center;gap:7px;border:1px solid #e52335;color:#e52335;border-radius:7px;padding:9px 12px;font-size:12px;font-weight:800}.admin-entry:hover{background:#fff1f2}@media(max-width:760px){.admin-entry span{display:none}.admin-entry{padding:9px}.brand img{width:68px;height:58px}}.prize-note{display:flex;align-items:flex-start;gap:10px;margin-top:24px;padding:14px 16px;background:#fff1f2;color:#b51e2f;border-left:3px solid #e52335;font-weight:700}.prizes{align-items:start}.prize-list{align-self:start;align-items:start}.prize-list .prize{min-height:210px;height:max-content;align-self:start;transition:transform .2s ease,box-shadow .2s ease}.prize-list .prize:hover{transform:translateY(-3px);box-shadow:0 14px 30px #17171a16}.prize img{height:135px;width:100%;object-fit:contain}.mobile-menu{display:none!important}@media(max-width:760px){.mobile-menu{display:grid!important}}.visual-story{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:56px;align-items:center;background:#f1f5ff;max-width:1120px;border-radius:18px;margin:0 auto 20px;padding:56px clamp(24px,5vw,64px);overflow:hidden}.visual-copy{position:relative;z-index:1}.visual-copy h2{font-size:38px;line-height:1.08;margin:0 0 16px;letter-spacing:-.02em}.visual-copy p{font-size:17px;color:#515769;max-width:390px}.text-link{display:inline-flex;align-items:center;gap:8px;color:#e52335;font-size:14px;font-weight:800;margin-top:10px}.text-link:hover{gap:11px}.visual-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;min-width:0}.visual-gallery figure{margin:0;background:#fff;border:1px solid #e0e6f5;border-radius:12px;padding:13px 13px 15px;box-shadow:0 12px 28px #283b7712;min-width:0}.visual-gallery img{display:block;width:100%;height:190px;object-fit:cover;border-radius:8px;background:#f8faff}.visual-gallery figure:first-child img{object-fit:contain;padding:7px}.visual-gallery figcaption{font-size:13px;font-weight:800;color:#202638;padding:12px 3px 0}.hero-content{animation:hero-in .55s ease-out both}@keyframes hero-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:760px){.visual-story{display:block;margin:0 18px 20px;padding:40px 24px;border-radius:14px}.visual-copy h2{font-size:31px}.visual-gallery{margin-top:28px;gap:10px}.visual-gallery figure{padding:9px 9px 12px}.visual-gallery img{height:135px}.visual-gallery figcaption{font-size:12px;padding-top:9px}}.q-nav{align-items:center;justify-content:space-between;gap:14px}.nav-btn{min-width:108px;white-space:nowrap}.nav-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.numbers{flex:1;justify-content:center;min-width:0}.numbers button{flex:0 0 30px}@media(max-width:600px){.q-nav{gap:8px}.nav-btn{min-width:92px;padding:11px 12px}.numbers{order:3;flex-basis:100%;justify-content:flex-start;width:100%;padding-top:4px}.q-nav{flex-wrap:wrap}}.q-nav{justify-content:flex-end}.session-link{display:none!important}.phone-found{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;color:#b01524;background:#fff0f1;border:1px solid #f2bcc2;border-radius:6px;font-size:13px;font-weight:700}.phone-found .text-link{border:0;background:transparent;color:#b01524;text-decoration:underline;padding:0;white-space:nowrap;font-weight:800}@media(max-width:500px){.phone-found{align-items:flex-start;flex-direction:column;gap:6px}.phone-found .text-link{white-space:normal}}.hero-cta{min-width:220px;padding:17px 24px;font-size:17px;box-shadow:0 10px 22px #e5233533}.choice-page{min-height:calc(100vh - 160px);padding:58px 24px 90px;background:#f3f5f8}.choice-wrap{max-width:900px;margin:0 auto}.back-visible{display:inline-flex;align-items:center;min-height:40px;margin-bottom:48px;color:#17171a;font-size:14px;font-weight:800;text-decoration:underline;text-underline-offset:4px}.back-visible:hover{color:#e52335}.choice-wrap h1{max-width:680px;margin:0;font-size:clamp(38px,5vw,64px);line-height:1.04;letter-spacing:-.03em}.choice-lead{max-width:600px;margin:18px 0 38px;color:#596270;font-size:19px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:760px}.choice-option{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:140px;padding:25px 28px;background:#fff;border:1px solid #dfe3e8;border-radius:12px;font-size:20px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.choice-option:hover{transform:translateY(-3px);border-color:#e52335;box-shadow:0 14px 30px #1b243014}.choice-option-primary{background:#e52335;color:#fff;border-color:#e52335}.choice-option span{display:flex;flex-direction:column;gap:5px}.choice-option small{font-size:13px;font-weight:600;opacity:.72}.choice-option-primary small{opacity:.85}.home-canvas{background:#f7f8fa;overflow:hidden}.home-canvas .intro{background:transparent}.home-canvas .steps{background:#f7f8fa}.home-canvas .step-grid article{background:transparent;border-top:1px solid #dce1e8;border-bottom:0;padding:26px 8px}.home-canvas .visual-story{background:transparent;border-top:1px solid #dce1e8;border-bottom:1px solid #dce1e8;border-radius:0;margin:0 auto}.home-canvas .prizes{background:transparent}.home-canvas .prize{background:#fff}.home-canvas .faq{background:transparent}.admin-login>.back-visible{display:flex;max-width:500px;margin:0 auto 12px}@media(max-width:760px){.choice-page{padding:35px 20px 65px}.back-visible{margin-bottom:35px}.choice-grid{grid-template-columns:1fr}.choice-option{min-height:112px}.hero-cta{width:100%;max-width:320px}}.option-grid{display:flex!important;flex-direction:column!important;gap:10px!important;min-width:0}.option{display:grid!important;grid-template-columns:28px minmax(0,1fr) 40px!important;align-items:center;gap:10px;min-width:0}.option input[type=radio]{grid-column:1!important;grid-row:1!important;justify-self:center;width:18px;height:18px;margin:0;accent-color:#e52335}.option input:not([type=radio]){grid-column:2!important;grid-row:1!important;width:100%;min-width:0}.option .danger{grid-column:3!important;grid-row:1!important;justify-self:stretch!important;width:40px;min-width:40px;height:40px;padding:0;display:grid;place-items:center;font-size:20px;line-height:1}.option-grid>.btn:not(.danger){align-self:flex-start}@media(max-width:500px){.option{grid-template-columns:24px minmax(0,1fr) 36px!important;gap:7px}.option .danger{width:36px;min-width:36px}}.legal{max-width:900px;background:#fff;margin:36px auto;padding:42px 52px;border:1px solid #e4e4e5;border-radius:10px}.legal h1{font-size:42px;line-height:1.1;margin:10px 0 24px}.legal h2{font-size:21px;margin:28px 0 8px}.legal p{max-width:780px;color:#4e535b;font-size:16px}.legal-updated{font-size:13px!important;color:#777!important}.cookie-banner{position:fixed;left:24px;right:24px;bottom:20px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px;background:#19191c;color:#fff;border-radius:10px;box-shadow:0 12px 35px #0003}.cookie-copy{max-width:720px}.cookie-copy strong{font-size:16px}.cookie-copy p{margin:5px 0;font-size:13px;color:#d9d9dd}.cookie-copy a{font-size:13px;color:#ff9aa5;text-decoration:underline}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-settings{border:0;background:transparent;color:inherit;font:inherit;font-size:12px;cursor:pointer;padding:0}.cookie-settings:hover{text-decoration:underline}@media(max-width:760px){.legal{margin:20px 18px;padding:28px 22px}.legal h1{font-size:32px}.cookie-banner{left:12px;right:12px;bottom:12px;display:block;padding:16px}.cookie-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr}.cookie-actions .btn{padding:10px 8px;font-size:12px}}:root{font-family:Arial,Helvetica Neue,sans-serif}.city-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0 30px}.city-form label{display:grid;gap:6px}.city-form .btn{grid-column:1/-1;justify-self:start}.editor-bar{display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid #edf0f1;padding-bottom:15px;margin-bottom:4px}.editor-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:600px){.city-form{grid-template-columns:1fr}.city-form .btn{grid-column:auto}.editor-bar{display:block}.editor-bar .muted{display:block;margin-top:5px}}.group-manager{display:grid;grid-template-columns:minmax(0,1fr) 2fr;gap:14px;padding:14px 0 20px;margin-bottom:20px;border-bottom:1px solid #edf0f1}.group-manager label{display:grid;gap:7px}.group-add{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:end}.group-add .btn{grid-column:1/-1}.group-manager input{min-width:0}.site-preview-editor{padding:22px;border:1px solid #dfe4e8;border-radius:10px;background:#f7f9fb;margin-bottom:8px}.site-preview-editor h2,.site-preview-editor p[contenteditable]{outline:1px dashed transparent;border-radius:5px;padding:4px;margin:6px 0;cursor:text}.site-preview-editor h2:focus,.site-preview-editor p[contenteditable]:focus{outline-color:#e52335;background:#fff}.site-preview-editor img{display:block;width:100%;max-height:180px;object-fit:cover;border-radius:7px;margin-top:14px}.prize-editor{display:grid;gap:10px}.prize-editor-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center}.prize-editor>.btn{justify-self:start}@media(max-width:600px){.prize-editor-row{grid-template-columns:1fr}.prize-editor-row .btn{justify-self:start}}.admin-shell.editor-mode{display:block!important;min-height:calc(100vh - 82px);background:#f5f6f8}.editor-mode .admin-side{display:none!important}.editor-mode .admin-main{padding:0!important;max-width:1200px;margin:0 auto;width:100%}.editor-mode .admin-main>header{display:none!important}.editor-mode .settings{max-width:none!important;border:0!important;border-radius:0!important;min-height:calc(100vh - 82px);padding:34px clamp(22px,5vw,72px)!important;background:#fff}.editor-mode .editor-actions{display:none!important}.editor-topbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px clamp(22px,5vw,72px);background:#fff;border-bottom:1px solid #e1e4e7;box-shadow:0 4px 16px #1111}.editor-topbar strong{display:block;font-size:17px}.editor-topbar .editor-site{display:inline;font-size:12px;color:#e52335;font-weight:800;margin-left:6px}.editor-topbar span{display:block;color:#6f7880;font-size:12px;margin-top:3px}.editor-topbar span.editor-saved{color:#168247;font-weight:800}.editor-topbar>div:last-child{display:flex;gap:10px;flex-shrink:0}@media(max-width:600px){.editor-topbar{align-items:flex-start;flex-direction:column}.editor-topbar>div:last-child{width:100%}.editor-topbar .btn{flex:1}.editor-mode .settings{padding:24px 18px!important}}body:has(.admin-shell.editor-mode) .topbar,body:has(.admin-shell.editor-mode) .mobile-nav,body:has(.admin-shell.editor-mode) footer,body:has(.admin-shell.editor-mode) .cookie-banner{display:none!important}body:has(.admin-shell.editor-mode) .shell>main{min-height:100vh}body:has(.site-editor-page) .shell>.topbar,body:has(.site-editor-page) .shell>.mobile-nav,body:has(.site-editor-page) .shell>footer,body:has(.site-editor-page) .cookie-banner{display:none!important}body:has(.site-editor-page) .shell>main{min-height:100vh}.site-editor-page{min-height:100vh;background:#f7f8fa;color:#17171a}.site-editor-bar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,58px);background:#fff;border-bottom:1px solid #dfe3e7;box-shadow:0 4px 18px #17171a12}.site-editor-title strong{font-size:17px}.site-editor-title span{margin-left:8px;color:#e52335;font-size:13px;font-weight:800}.site-editor-title small{display:block;margin-top:3px;color:#727b84;font-size:12px}.site-editor-actions{display:flex;align-items:center;gap:9px;flex-shrink:0}.site-editor-notice{max-width:1120px;margin:14px auto 0;padding:11px 16px;border:1px solid #a7d8bb;border-radius:6px;background:#edfff3;color:#167342;font-size:13px;font-weight:700}.site-editor-notice.error{border-color:#f2bcc2;background:#fff0f1;color:#b01524}.site-editor-canvas{max-width:1440px;margin:0 auto;background:#f7f8fa}.site-editor-sitebar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(20px,5vw,72px);background:#fff;border-bottom:1px solid #eee}.site-editor-brand{display:block;width:82px;height:72px;flex:0 0 82px}.site-editor-brand app-editable-image{width:82px;height:72px}.site-editor-sitebar nav{display:flex;gap:26px;color:#17171a;font-size:13px;font-weight:800}.site-editor-preview-label{padding:7px 10px;border:1px solid #e52335;border-radius:6px;color:#e52335;font-size:11px;font-weight:800}.inline-editing [contenteditable=plaintext-only]{outline:1px dashed #e52335;outline-offset:4px;cursor:text}.inline-editing [contenteditable=plaintext-only]:focus{outline:2px solid #e52335;background:#fff}.inline-editing .editable-title{white-space:pre-line}.inline-editing .hero{background:#edf1f7!important;overflow:hidden}.inline-editing .hero:before{display:none}.editor-hero-image{position:absolute;inset:0;z-index:0;opacity:.25}.inline-editing .hero-content{z-index:1}.inline-editing .visual-gallery figure app-editable-image{height:190px}.inline-editing .prize-list .prize app-editable-image{height:135px}@media(max-width:760px){.site-editor-bar{align-items:flex-start;flex-direction:column;gap:12px}.site-editor-actions{width:100%}.site-editor-actions .btn{flex:1}.site-editor-sitebar{height:70px;padding:0 20px}.site-editor-sitebar nav{display:none}.site-editor-preview-label{font-size:10px}.site-editor-brand,.site-editor-brand app-editable-image{width:68px;height:58px}}.site-editor-brand img{display:block;width:82px;height:72px;object-fit:contain}.visual-gallery figure,.prize-list .prize{position:relative}.block-remove{position:absolute;right:8px;top:8px;z-index:5;width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid #f0b8bf;border-radius:50%;background:#fff;color:#c31f31;box-shadow:0 3px 10px #17171a18}.block-remove:hover{background:#fff0f1}.block-add{min-height:120px;display:flex;align-items:center;justify-content:center;gap:8px;padding:18px;border:1px dashed #e52335;border-radius:8px;background:#fff;color:#c31f31;font-weight:800}.block-add:hover{background:#fff3f4}.inline-editing .site-editor-brand{pointer-events:none}@media(max-width:760px){.admin-shell .admin-side{position:sticky;top:0;z-index:8;width:100%;display:flex;flex-direction:row;gap:4px;overflow-x:auto;padding:8px;background:#121c24}.admin-shell .admin-side button{flex:0 0 auto;white-space:nowrap;font-size:12px;padding:10px 11px}.admin-shell .admin-main{padding:18px 12px}.admin-shell .admin-main>header{gap:10px;align-items:center;margin-bottom:18px}.admin-shell .admin-main>header>span{font-size:12px;max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell .admin-main h1{font-size:27px;line-height:1.1}.admin-shell .panel{padding:14px!important;overflow:visible}.admin-shell .toolbar{display:grid;grid-template-columns:1fr 1fr;gap:8px}.admin-shell .toolbar input,.admin-shell .toolbar select,.admin-shell .toolbar button{max-width:none;min-width:0;width:100%}.admin-shell .toolbar button{padding:11px 9px;font-size:12px}.admin-shell .table-wrap{overflow-x:auto;width:100%}.admin-shell .table-wrap table{min-width:640px}.admin-shell .city-form{grid-template-columns:1fr!important}.admin-shell .city-form .btn{width:100%}.admin-shell .band-row{min-width:0!important;display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);gap:7px;align-items:center}.admin-shell .band-row input:not([type=checkbox]){max-width:none;width:100%;min-width:0}.admin-shell .band-row input[placeholder],.admin-shell .band-row label{grid-column:1/-1}.admin-shell .band-row .btn{grid-column:1/-1;width:100%}.admin-shell .scoring-actions{display:grid;grid-template-columns:1fr;gap:8px}.admin-shell .question-editor{padding:14px 0}.admin-shell .option-grid .option{min-width:0}}@media(max-width:760px){.admin-shell .settings .table-wrap{overflow:visible}.admin-shell .settings .table-wrap table{display:block;min-width:0}.admin-shell .settings .table-wrap thead{display:none}.admin-shell .settings .table-wrap tbody,.admin-shell .settings .table-wrap tr{display:block}.admin-shell .settings .table-wrap tr{padding:10px 0;border-bottom:1px solid #edf0f1}.admin-shell .settings .table-wrap td{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;border:0}.admin-shell .settings .table-wrap td:before{color:#68747c;font-size:11px;font-weight:800;flex:0 0 auto}.admin-shell .settings .table-wrap td:nth-child(1):before{content:"\413\43e\440\43e\434"}.admin-shell .settings .table-wrap td:nth-child(2):before{content:"\41b\43e\433\438\43d"}.admin-shell .settings .table-wrap td:nth-child(3):before{content:"\422\435\43b\435\444\43e\43d"}.admin-shell .settings .table-wrap td:nth-child(4):before{content:"\410\434\440\435\441"}.admin-shell .settings .table-wrap td:nth-child(5):before{content:"\421\430\439\442"}.admin-shell .settings .table-wrap td:nth-child(6):before{content:"\414\435\439\441\442\432\438\44f"}.admin-shell .settings .table-wrap td input{min-width:0;max-width:68%}.admin-shell .settings .table-wrap td:last-child{justify-content:flex-start;flex-wrap:wrap}.admin-shell .settings .table-wrap td:last-child:before{width:100%}}@media(max-width:760px){.admin-shell{display:block!important}.admin-shell .admin-side{display:grid!important;width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible!important;position:sticky}.admin-shell .admin-side strong{display:none}.admin-shell .admin-side button{min-width:0;white-space:normal;line-height:1.2}.admin-shell .admin-side .logout{margin:0}.admin-shell .settings .table-wrap td{min-width:0;overflow-wrap:anywhere}.admin-shell .settings .table-wrap td input{width:68%;overflow:hidden;text-overflow:ellipsis}.admin-shell .settings .table-wrap td:last-child .btn{flex:1 1 130px}}@media(max-width:760px){.admin-shell .group-manager{grid-template-columns:1fr;gap:12px}.admin-shell .group-add{grid-template-columns:1fr}.admin-shell .group-add .btn{grid-column:auto;width:100%}}
