@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--blue:#004899;--blue-dark:#063777;--sky:#009ee7;--green:#009ee7;--ink:#082c5d;--muted:#5f7692;--soft:#edf7ff;--line:#c8def3;--white:#fff;--red:#b3261e;--display:"Archivo Black",Arial,sans-serif;--body:Inter,Arial,sans-serif}
*{box-sizing:border-box}html{font-family:var(--body);color:var(--ink);background:#fff;scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#fff 0,#fff 62%,#f5faff 100%);font-size:16px}
.site-header{height:100px;padding:0 clamp(22px,6vw,90px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(0,72,153,.14);background:#fff;position:relative;z-index:5}.brand{text-decoration:none;color:var(--blue);display:flex;align-items:baseline;gap:7px;letter-spacing:-.04em}.brand span{font-weight:700;font-size:15px;letter-spacing:.05em}.brand strong{font-family:var(--display);font-size:30px}.brand em{font-style:normal;background:var(--sky);color:#fff;border-radius:100px;padding:4px 8px;font-size:10px;letter-spacing:.08em}.header-claim{font-weight:700;color:var(--blue);font-size:14px}.dot-grid{justify-self:end;display:grid;grid-template-columns:repeat(3,7px);gap:6px}.dot-grid i{width:7px;height:7px;background:var(--sky);border-radius:50%}.dot-grid i:nth-child(3n+2){background:var(--blue)}.dot-grid i:nth-child(3n){background:var(--green)}
.page{min-height:calc(100vh - 190px)}.hero{padding:clamp(62px,9vw,126px) clamp(24px,8vw,128px);background:var(--blue);color:#fff;position:relative;overflow:hidden;isolation:isolate}.hero:before{content:"";position:absolute;width:460px;height:460px;border:92px solid var(--sky);border-radius:50%;right:-145px;top:-225px;opacity:.95;z-index:-1}.hero:after{content:"";position:absolute;width:185px;height:185px;background:var(--green);border-radius:50%;right:13%;bottom:-130px;z-index:-1}.hero h1{font-family:var(--display);font-size:clamp(52px,8.5vw,116px);font-weight:400;line-height:.91;letter-spacing:-.065em;margin:.17em 0;max-width:1050px;position:relative;z-index:1;text-wrap:balance}.hero p{font-size:clamp(17px,2vw,22px);line-height:1.55;max-width:720px;position:relative;z-index:1}.hero.compact{padding-top:66px;padding-bottom:72px}.hero.compact h1{font-size:clamp(54px,7vw,92px)}.eyebrow{font-size:12px!important;font-weight:800;letter-spacing:.19em;text-transform:uppercase;margin:0 0 18px}.poll-hero{min-height:430px;display:flex;flex-direction:column;justify-content:center}.poll-hero p:last-child{border-left:5px solid var(--sky);padding-left:20px}
.card{background:#fff;border:1px solid rgba(0,72,153,.14);border-radius:30px;padding:clamp(24px,4vw,42px);box-shadow:0 18px 50px rgba(3,55,119,.09)}.login-card{max-width:590px;margin:clamp(45px,7vw,90px) auto;position:relative;padding:48px 52px}.login-card:before{content:"";position:absolute;left:-18px;top:38px;width:36px;height:80px;background:var(--sky);border-radius:20px}.login-card h2,.editor h2,.section-heading h2{font-family:var(--display);font-size:34px;font-weight:400;letter-spacing:-.04em;color:var(--blue);margin:0 0 28px}
label{display:block;font-weight:700;margin:21px 0 9px;font-size:14px}input,textarea,select{width:100%;font:inherit;color:var(--ink);padding:15px 17px;border:2px solid var(--line);border-radius:14px;background:#fff;transition:border-color .18s,box-shadow .18s}input:focus,textarea:focus,select:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 5px rgba(0,158,231,.18)}textarea{line-height:1.5;resize:vertical}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:15px;background:var(--blue);color:#fff!important;text-decoration:none;font-weight:800;font-size:16px;padding:15px 24px;cursor:pointer;box-shadow:0 6px 0 var(--blue-dark);transition:transform .15s,box-shadow .15s,background .15s}.button:hover{background:#075bbd;transform:translateY(-2px);box-shadow:0 8px 0 var(--blue-dark)}.button:active{transform:translateY(4px);box-shadow:0 2px 0 var(--blue-dark)}.button.secondary{background:#fff;color:var(--blue)!important;border:2px solid var(--blue);box-shadow:none}.button.secondary:hover{background:var(--soft)}.button.small{font-size:13px;padding:9px 13px;border-radius:11px;box-shadow:none}.alert{max-width:1180px;margin:24px auto;padding:17px 21px;border-radius:14px;font-weight:600}.alert.error{background:#ffebe9;color:var(--red);border-left:6px solid var(--red)}.alert.success{background:#e8f7e8;color:#236323;border-left:6px solid var(--green)}
footer{min-height:90px;background:var(--blue);color:#fff;padding:24px clamp(22px,6vw,90px);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.12em;text-transform:uppercase}footer strong{font-family:var(--display);font-size:18px;letter-spacing:-.02em;text-transform:none}.admin-nav{padding:14px clamp(22px,6vw,90px);display:flex;justify-content:space-between;background:var(--soft);border-bottom:1px solid var(--line)}.admin-nav a{color:var(--blue);font-weight:700}.admin-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:36px;max-width:1320px;margin:55px auto 80px;padding:0 26px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.poll-row{margin:18px 0;padding:26px 28px;display:grid;grid-template-columns:1fr auto;gap:16px;box-shadow:none;transition:box-shadow .2s,transform .2s}.poll-row:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(3,55,119,.08)}.poll-row h3{font-family:var(--display);font-weight:400;font-size:23px;letter-spacing:-.03em;color:var(--blue);margin:11px 0 2px}.poll-row p{margin:6px 0;color:var(--muted)}.status{display:inline-block;border-radius:99px;padding:6px 11px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.status.draft{background:#eee;color:#555}.status.active{background:#dff4df;color:#236323}.status.closed{background:#dce8f5;color:var(--ink)}.row-actions{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.row-actions a,.editor-actions a,.text-link{color:var(--blue);font-weight:800;text-underline-offset:4px}.status-form{grid-column:1/-1;display:flex;gap:10px;border-top:1px solid var(--line);padding-top:16px}.status-form select{width:auto;padding:9px 38px 9px 11px}.editor{position:relative}.question-editor{border:2px solid var(--line);background:var(--soft);border-radius:22px;padding:22px;margin:24px 0;position:relative}.question-editor legend{color:var(--blue);font-family:var(--display);font-size:19px;padding:0 9px}.remove-question{position:absolute;right:14px;top:8px;border:0;background:transparent;color:var(--red);font-size:29px;cursor:pointer}.check{display:flex;align-items:center;gap:9px}.check input{width:19px;height:19px}.editor-actions{display:flex;align-items:center;gap:22px;margin-top:28px}
footer{min-height:90px;background:var(--blue);color:#fff;padding:24px clamp(22px,6vw,90px);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.12em;text-transform:uppercase}footer .footer-claim{font-family:var(--body);font-size:18px;font-weight:400;letter-spacing:0;text-transform:none}.admin-nav{padding:14px clamp(22px,6vw,90px);display:flex;justify-content:space-between;background:var(--soft);border-bottom:1px solid var(--line)}.admin-nav a{color:var(--blue);font-weight:700}.admin-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:36px;max-width:1320px;margin:55px auto 80px;padding:0 26px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.poll-row{margin:18px 0;padding:26px 28px;display:grid;grid-template-columns:1fr auto;gap:16px;box-shadow:none;transition:box-shadow .2s,transform .2s}.poll-row:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(3,55,119,.08)}.poll-row h3{font-family:var(--display);font-weight:400;font-size:23px;letter-spacing:-.03em;color:var(--blue);margin:11px 0 2px}.poll-row p{margin:6px 0;color:var(--muted)}.status{display:inline-block;border-radius:99px;padding:6px 11px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.status.draft{background:#eee;color:#555}.status.active{background:#dff4df;color:#236323}.status.closed{background:#dce8f5;color:var(--ink)}.row-actions{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.row-actions a,.editor-actions a,.text-link{color:var(--blue);font-weight:800;text-underline-offset:4px}.status-form{grid-column:1/-1;display:flex;gap:10px;border-top:1px solid var(--line);padding-top:16px}.status-form select{width:auto;padding:9px 38px 9px 11px}.editor{position:relative}.question-editor{border:2px solid var(--line);background:var(--soft);border-radius:22px;padding:22px;margin:24px 0;position:relative}.question-editor legend{color:var(--blue);font-family:var(--display);font-size:19px;padding:0 9px}.remove-question{position:absolute;right:14px;top:8px;border:0;background:transparent;color:var(--red);font-size:29px;cursor:pointer}.check{display:flex;align-items:center;gap:9px}.check input{width:19px;height:19px}.editor-actions{display:flex;align-items:center;gap:22px;margin-top:28px}
.survey-form,.results-list{max-width:940px;margin:0 auto;padding:70px 22px 90px}.survey-question{margin:0 0 30px;border:0;box-shadow:none;background:var(--soft);padding:clamp(26px,5vw,48px)}.survey-question:nth-of-type(even){background:#edf7ff}.survey-question legend{float:left;width:100%;font-family:var(--display);font-size:clamp(22px,3vw,31px);font-weight:400;line-height:1.15;letter-spacing:-.035em;color:var(--blue);margin:0 0 26px}.survey-question legend span,.result-card h2 span{display:inline-grid;place-items:center;background:var(--sky);color:#fff;border-radius:50%;width:44px;height:44px;margin-right:13px;font-family:var(--body);font-size:17px;font-weight:800;vertical-align:middle}.survey-question legend small{font-family:var(--body);font-size:11px;color:var(--muted);margin-left:10px;letter-spacing:0}.choice{clear:both;display:flex;align-items:center;margin:12px 0;cursor:pointer}.choice input{position:absolute;opacity:0;width:auto}.choice span{width:100%;border:2px solid transparent;border-radius:15px;padding:16px 18px 16px 54px;font-weight:600;background:#fff;position:relative;transition:border-color .15s,transform .15s}.choice span:before{content:"";position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid var(--blue);border-radius:50%;background:#fff}.choice input[type=checkbox]+span:before{border-radius:5px}.choice input:checked+span{border-color:var(--blue);transform:translateX(5px);box-shadow:0 7px 18px rgba(0,72,153,.09)}.choice input:checked+span:before{background:var(--blue);box-shadow:inset 0 0 0 5px #fff}.choice input:focus-visible+span{outline:4px solid rgba(0,158,231,.3)}.submit-vote{width:100%;font-size:20px;padding:19px}.privacy-note{text-align:center;color:var(--muted);font-size:12px;margin-top:22px}.thanks,.closed{max-width:720px;text-align:center;margin:75px auto}.big-check{display:grid;place-items:center;width:92px;height:92px;margin:0 auto 20px;border-radius:50%;background:var(--green);color:#fff;font-size:57px;font-weight:800}.thanks h2,.closed h2{font-family:var(--display);font-size:35px;color:var(--blue);letter-spacing:-.04em}.thanks .text-link{display:block;margin-top:24px}
.results-list{padding-top:55px}.result-card{margin:24px 0;box-shadow:none}.result-card h2{font-family:var(--display);font-weight:400;letter-spacing:-.035em;color:var(--blue)}.result-line{margin:25px 0}.result-line>div:first-child{display:flex;justify-content:space-between;gap:18px}.bar{height:18px;background:var(--soft);border-radius:99px;overflow:hidden;margin-top:10px}.bar i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--sky));border-radius:99px}.text-answers blockquote{margin:13px 0;border-left:7px solid var(--sky);padding:15px 19px;background:var(--soft);border-radius:0 14px 14px 0;line-height:1.5}.qr-sheet{text-align:center;max-width:760px;margin:60px auto;padding:40px}.qr-sheet h1{font-family:var(--display);font-size:clamp(36px,6vw,58px);font-weight:400;line-height:1;color:var(--blue);letter-spacing:-.05em}#qr{display:flex;justify-content:center;margin:30px}#qr img,#qr canvas{max-width:100%;height:auto;border:18px solid #fff;box-shadow:0 12px 35px rgba(0,72,153,.14)}.qr-url{font-size:11px;word-break:break-all;color:var(--muted)}.empty{text-align:center;color:var(--muted)}
@media(min-width:1050px){.admin-grid:has(.editor){grid-template-columns:minmax(0,1fr) minmax(430px,.85fr);align-items:start}.editor{position:sticky;top:20px;max-height:calc(100vh - 40px);overflow:auto}}
@media(max-width:700px){.site-header{height:78px;padding:0 20px;grid-template-columns:1fr auto}.header-claim{display:none}.brand span{font-size:12px}.brand strong{font-size:24px}.hero{padding-left:24px;padding-right:24px}.hero:before{width:250px;height:250px;border-width:54px;right:-105px;top:-115px}.hero:after{width:100px;height:100px;right:12%;bottom:-72px}.hero.compact{padding-top:48px;padding-bottom:52px}.poll-hero{min-height:360px}.login-card{margin:38px 18px;padding:34px 26px}.login-card:before{display:none}.poll-row{grid-template-columns:1fr}.row-actions{grid-column:1}.section-heading{align-items:flex-start}.status-form{flex-wrap:wrap}.status-form select{flex:1}.card{border-radius:21px}.survey-form,.results-list{padding:38px 14px 60px}.survey-question{padding:25px 18px}.survey-question legend span{display:flex;margin:0 0 12px}.choice span{padding:15px 13px 15px 48px}.choice input:checked+span{transform:none}.qr-sheet h1{font-size:36px}footer{justify-content:center;text-align:center}footer>span:not(.footer-claim){display:none}footer .footer-claim{font-size:15px;font-weight:400}}
@media print{.site-header,footer,.no-print{display:none}.qr-sheet{margin:0 auto}.page{min-height:0}}

/* Kompozice podle kampaně Brno – nejlepší adresa */
.header-stage{padding:26px clamp(24px,4vw,70px);background:radial-gradient(circle at 72% -30%,rgba(255,255,255,.92),transparent 34%),linear-gradient(115deg,#5288c4,#8ecbf1 52%,#397ebc);position:relative}.header-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,255,255,.16),transparent 40%,rgba(255,255,255,.14));pointer-events:none}.site-header{height:88px;max-width:1840px;margin:auto;padding:0 clamp(25px,3vw,54px);border:0;border-radius:46px;box-shadow:0 12px 30px rgba(1,42,92,.18);grid-template-columns:1fr auto 1fr;position:relative;z-index:1}.coalition{display:flex;align-items:center;gap:15px;color:var(--blue);text-decoration:none;white-space:nowrap}.coalition strong{font-family:var(--display);font-size:30px;letter-spacing:-.06em}.coalition i{display:block;width:1px;height:42px;background:#c7d9eb}.coalition span{font-family:Georgia,serif;font-size:17px;font-weight:700;border:2px solid var(--blue);padding:1px 4px;line-height:1}.coalition span small{font-size:11px}.coalition b{font-size:16px;letter-spacing:.02em}.header-title{font-size:21px;color:var(--blue);font-weight:600;white-space:nowrap}.header-account{justify-self:end;min-width:110px;text-align:right}.header-account a{display:inline-flex;background:var(--blue);color:#fff;text-decoration:none;font-weight:800;border-radius:16px;padding:14px 21px;box-shadow:0 5px 0 var(--blue-dark)}
.poll-page{background:linear-gradient(180deg,#5ca4dc 0,#cceaff 48%,#edf7ff 100%)}.poll-page .header-stage{padding-bottom:22px}.poll-page .poll-hero{margin:0 clamp(24px,4vw,70px);min-height:auto;border-radius:34px 34px 0 0;padding:58px clamp(30px,5vw,76px) 52px;background:#fff;color:var(--blue)}.poll-page .poll-hero:before{width:280px;height:280px;border-width:58px;right:-85px;top:-150px}.poll-page .poll-hero:after{display:none}.poll-page .poll-hero h1{font-size:clamp(45px,6vw,82px);max-width:1000px}.poll-page .poll-hero p:last-child{color:var(--ink);border-left-color:var(--sky)}.poll-page .survey-form{max-width:none;margin:0 clamp(24px,4vw,70px);padding:28px clamp(22px,4vw,58px) 70px;background:#fff;border-radius:0 0 34px 34px}.survey-question{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(340px,1.22fr);gap:clamp(28px,5vw,88px);align-items:start;margin:0 0 24px;padding:clamp(28px,4vw,52px);border:2px solid #d5e4f2!important;border-radius:30px;background:#f8fbfe!important;box-shadow:none}.survey-question:nth-of-type(even){background:#edf7ff!important}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.question-copy{position:relative;padding-left:0}.question-index{display:grid;place-items:center;width:48px;height:48px;margin-bottom:24px;border-radius:50%;background:var(--sky);color:#fff;font-weight:800;font-size:18px}.question-copy h2{font-family:var(--display);font-weight:400;font-size:clamp(25px,3vw,39px);line-height:1.08;letter-spacing:-.045em;color:var(--blue);margin:0}.question-copy small{display:inline-block;margin-top:18px;color:var(--muted);font-weight:700}.question-answers{min-width:0}.question-answers textarea{min-height:170px;background:#fff}.question-answers .choice:first-child{margin-top:0}.question-answers .choice:last-child{margin-bottom:0}.choice span{padding-top:18px;padding-bottom:18px;border-color:#d9e5f1}.poll-page .submit-vote{max-width:520px;margin:20px auto 0;display:flex}.poll-page .privacy-note{margin-bottom:0}.poll-page footer{margin-top:45px}
@media(max-width:900px){.header-stage{padding:18px}.site-header{height:76px;padding:0 22px}.coalition{gap:9px}.coalition strong{font-size:23px}.coalition i{height:32px}.coalition span{font-size:14px}.coalition b{font-size:12px}.header-title{font-size:17px}.header-account{min-width:80px}.header-account a{padding:11px 14px;font-size:13px;box-shadow:none}.survey-question{grid-template-columns:1fr;gap:25px}.question-index{float:left;margin:0 14px 8px 0}.question-copy h2{padding-top:7px}.question-copy small{display:block;clear:both;padding-top:6px}}
@media(max-width:620px){.header-stage{padding:10px;background:#fff}.site-header{height:auto;min-height:76px;padding:13px 16px;border-radius:0;box-shadow:none;grid-template-columns:1fr auto;gap:5px 12px}.coalition{gap:6px}.coalition strong{font-size:20px}.coalition i{height:27px}.coalition span{font-size:11px}.coalition span small{font-size:8px}.coalition b{font-size:10px}.header-title{grid-column:1/-1;grid-row:2;text-align:center;font-size:14px;border-top:1px solid var(--line);padding-top:9px}.header-account{grid-column:2;grid-row:1;min-width:0}.header-account a{background:transparent;color:var(--blue);padding:5px;font-size:12px}.poll-page .poll-hero,.poll-page .survey-form{margin-left:10px;margin-right:10px}.poll-page .poll-hero{border-radius:24px 24px 0 0;padding:40px 22px 30px}.poll-page .survey-form{border-radius:0 0 24px 24px;padding:18px 10px 42px}.survey-question{padding:24px 18px;border-radius:20px;gap:20px}.question-copy h2{font-size:25px}.question-index{width:39px;height:39px;font-size:15px;margin-right:11px}.choice span{padding-top:15px;padding-bottom:15px}.poll-page footer{margin-top:20px}}

/* Skutečná loga, název ankety v hlavičce a sociální sítě */
.coalition{min-width:0}.coalition img{display:block;width:min(302px,100%);height:auto;max-height:46px}.header-title{max-width:min(46vw,760px);overflow:hidden;text-overflow:ellipsis;text-align:center}.social-links{display:flex;align-items:center;justify-content:flex-end;gap:12px}.social-links a{display:grid;place-items:center;width:43px;height:43px;padding:0;border:2px solid var(--blue);border-radius:50%;background:#fff;color:var(--blue);box-shadow:none;transition:background .15s,color .15s,transform .15s}.social-links a:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}.social-links svg{width:23px;height:23px;fill:currentColor}.social-links svg rect,.social-links svg circle{fill:none;stroke:currentColor;stroke-width:2}.social-links svg .social-dot{fill:currentColor;stroke:none}.logout-link{white-space:nowrap}
.poll-page .page{padding:0 0 1px}.poll-page .poll-intro{margin:0 clamp(24px,4vw,70px);padding:38px clamp(30px,5vw,58px) 24px;background:#fff;border-radius:34px 34px 0 0}.poll-page .poll-intro p{max-width:920px;margin:0;border-left:5px solid var(--sky);padding-left:20px;color:var(--ink);font-size:clamp(17px,2vw,22px);line-height:1.55}.poll-page .survey-form{border-radius:34px;padding-top:46px}.poll-page .poll-intro+.survey-form{border-radius:0 0 34px 34px;padding-top:20px}.multiple-note{color:var(--blue)!important;background:#dff3ff;border-radius:999px;padding:8px 12px;font-size:12px!important}.multiple-note:before{content:"＋";font-weight:900;margin-right:5px}
@media(max-width:900px){.coalition img{width:min(240px,100%)}.header-title{max-width:38vw}.social-links{gap:8px}.social-links a{width:38px;height:38px}.social-links svg{width:20px;height:20px}}
@media(max-width:620px){.coalition img{width:188px}.header-title{max-width:none;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25}.header-account .logout-link{background:transparent;color:var(--blue);padding:5px}.social-links{gap:5px}.social-links a{width:31px;height:31px;border-width:1.5px;padding:0}.social-links svg{width:17px;height:17px}.poll-page .poll-intro,.poll-page .survey-form{margin-left:10px;margin-right:10px}.poll-page .poll-intro{border-radius:24px 24px 0 0;padding:26px 20px 18px}.poll-page .survey-form{border-radius:24px;padding-top:24px}.poll-page .poll-intro+.survey-form{border-radius:0 0 24px 24px;padding-top:12px}.multiple-note{display:inline-block!important;margin-top:14px!important;padding-top:7px!important}}

/* Obrázky pod odpověďmi a jemnější typografická hierarchie */
.poll-page{background:linear-gradient(180deg,#3885c4 0,#72b5e5 34%,#a9d8f5 68%,#d8effd 100%)}.poll-page .header-stage{background:radial-gradient(circle at 72% -30%,rgba(255,255,255,.84),transparent 34%),linear-gradient(115deg,#3979b8,#76b9e8 52%,#2d70ae)}.header-title{font-size:clamp(24px,2.35vw,38px);font-weight:800;letter-spacing:-.035em;line-height:1.08}.question-copy h2{font-size:clamp(21px,2.15vw,30px);line-height:1.15}.question-image{margin:24px 0 0;padding:13px;background:#fff;border:1px solid #d9e7f3;border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(3,55,119,.1)}.question-image img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;border-radius:15px;opacity:var(--image-opacity)}.image-editor{margin-top:22px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:16px}.image-editor img{display:block;max-width:100%;max-height:180px;margin:12px 0;border-radius:12px;object-fit:contain}.image-editor output{float:right;color:var(--blue);font-weight:800}.opacity-range{padding:0;border:0;box-shadow:none;accent-color:var(--blue)}.opacity-range:focus{box-shadow:none}.question-editor input[type=file]{padding:10px;background:var(--soft)}
@media(max-width:900px){.header-title{font-size:clamp(20px,2.7vw,28px)}.question-copy h2{font-size:24px}}
@media(max-width:620px){.header-title{font-size:20px}.question-copy h2{font-size:21px}.question-image{margin-top:18px;padding:9px;border-radius:18px}.question-image img{border-radius:11px}}

/* Jednotná kampaňová modrá podle dodané předlohy */
.header-stage,.poll-page .header-stage{background:#004899}.poll-page{background:#004899}.poll-page footer{background:#004899}.poll-page .header-title,.poll-page .question-copy h2,.poll-page .multiple-note,.poll-page .poll-intro p{color:#004899}.poll-page .question-index{background:#004899}.poll-page .choice span:before{border-color:#004899}.poll-page .choice input:checked+span{border-color:#004899}.poll-page .choice input:checked+span:before{background:#004899}.poll-page .button{background:#004899}
.editor-lock-note{margin:0 0 24px;padding:15px 17px;border-left:6px solid var(--sky);border-radius:0 13px 13px 0;background:var(--soft);color:var(--ink);font-size:14px;line-height:1.5}.question-editor select:disabled,.question-editor textarea:disabled{color:var(--muted);background:#e7eef5;cursor:not-allowed;opacity:.85}
.header-stage:after{display:none}.header-stage,.poll-page .header-stage{background-color:#004899;background-image:none}.delete-form{display:inline;margin:0}.delete-form button{appearance:none;border:0;background:transparent;color:var(--red);font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer;padding:0}.delete-form button:hover{color:#7c1510}

/* Veřejný rozcestník anket */
.public-index,.admin-login{background:#004899}.public-index .page,.admin-login .page{background:#004899}.poll-directory{max-width:1600px;margin:0 auto;padding:55px clamp(18px,5vw,72px) 90px}.directory-heading{color:#fff;margin:0 0 42px}.directory-heading h1{font-family:var(--display);font-size:clamp(42px,6vw,78px);font-weight:400;letter-spacing:-.055em;line-height:.95;margin:0 0 15px}.directory-heading p{font-size:19px;margin:0}.poll-directory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,560px),1fr));gap:28px}.directory-card{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:35px;align-items:center;background:#fff;border-radius:34px;padding:clamp(28px,4vw,48px);box-shadow:0 16px 35px rgba(0,31,76,.18)}.directory-copy h2{font-family:var(--display);font-size:clamp(27px,3vw,40px);font-weight:400;line-height:1.05;letter-spacing:-.04em;color:#004899;margin:0 0 18px}.directory-copy p{color:var(--ink);line-height:1.55;margin:0 0 26px}.directory-qr{display:flex;justify-content:center;align-items:center;padding:10px;background:#fff;border:2px solid #d7e5f2;border-radius:24px}.directory-qr img,.directory-qr canvas{display:block;max-width:100%;height:auto}.directory-empty{background:#fff;color:#004899;border-radius:34px;padding:50px;text-align:center}.directory-empty h2{font-family:var(--display);font-weight:400;font-size:32px;margin-top:0}.login-stage{min-height:calc(100vh - 190px);padding:45px 18px 80px}.admin-login .login-card{margin:0 auto}.admin-login .login-card h1{font-family:var(--display);font-size:34px;font-weight:400;letter-spacing:-.04em;color:#004899;margin-top:0}.public-index footer,.admin-login footer{background:#004899;border-top:1px solid rgba(255,255,255,.28)}
@media(max-width:720px){.poll-directory{padding-top:32px}.directory-card{grid-template-columns:1fr;text-align:center}.directory-copy .button{width:100%}.directory-qr{width:min(240px,100%);margin:auto}.directory-heading{text-align:center}.directory-heading p{font-size:16px}}

/* Kampaňová patička: přesné barvy podle outro_v2.png. */
footer{justify-content:center;text-align:center}footer .footer-claim{font-weight:400;line-height:1.45;text-wrap:balance}footer .footer-claim .footer-accent{color:#009ee7;font-weight:400}
