.module-page{padding:32px 0 55px;background:var(--soft)}.module-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:25px}.module-title{margin:0 0 8px;font-size:30px}.module-subtitle{color:var(--muted);margin:0 0 22px}.public-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.public-field.full{grid-column:1/-1}.public-field label{display:block;font-weight:800;margin-bottom:7px}.public-field input,.public-field select,.public-field textarea{width:100%;min-height:45px;border:1px solid #d6d9df;border-radius:8px;padding:10px 12px;font:inherit}.public-field textarea{min-height:125px;resize:vertical}.public-submit{border:0;background:var(--red);color:#fff;border-radius:8px;padding:12px 20px;font-weight:800;cursor:pointer}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-item{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.gallery-item img{width:100%;height:240px;object-fit:cover}.gallery-item div{padding:14px}.gallery-item h3{margin:0 0 6px;font-size:17px}.live-frame{position:relative;padding-top:56.25%;background:#111;border-radius:12px;overflow:hidden}.live-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.live-empty{padding:80px 20px;text-align:center;background:#17181c;color:#fff;border-radius:12px}.poll-options{display:grid;gap:10px;margin:20px 0}.poll-option{display:flex;gap:10px;align-items:center;border:1px solid var(--line);padding:12px;border-radius:8px}.poll-result{margin:12px 0}.poll-result-head{display:flex;justify-content:space-between;margin-bottom:6px}.poll-bar{height:10px;background:#eceef2;border-radius:99px;overflow:hidden}.poll-bar span{display:block;height:100%;background:var(--red)}.ad-banner img{width:100%;max-height:120px;object-fit:cover;border-radius:10px}.ad-side img{width:100%;border-radius:10px}.newsletter{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#202227;border-radius:10px;padding:18px 20px;margin-top:25px}.newsletter strong,.newsletter span{display:block}.newsletter strong{color:#fff;font-size:17px}.newsletter span{margin-top:4px}.newsletter form{display:flex;min-width:360px}.newsletter input{flex:1;border:0;padding:11px;border-radius:7px 0 0 7px}.newsletter button{border:0;background:var(--red);color:#fff;font-weight:800;padding:0 16px;border-radius:0 7px 7px 0}.public-alert{padding:13px 15px;border-radius:8px;margin-bottom:18px}.public-alert.success{background:#e7f7ef;color:#087346}.public-alert.error{background:#fff0f1;color:#a31e27}.source-box{background:#f7f7f8;border-left:4px solid var(--red);padding:13px}.admin-thumb{width:74px;height:52px;object-fit:cover;border-radius:6px}
@media(max-width:800px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.newsletter{flex-direction:column;align-items:flex-start}.newsletter form{min-width:0;width:100%}}
@media(max-width:560px){.public-form{grid-template-columns:1fr}.public-field.full{grid-column:auto}.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:220px}.newsletter form{flex-direction:column}.newsletter input,.newsletter button{width:100%;border-radius:7px;min-height:43px}.newsletter button{margin-top:8px}}
.public-alert{margin-top:16px;padding:13px 16px;border-radius:10px;font-weight:700}.public-alert-success{background:#ecfdf3;border:1px solid #a7f3d0;color:#166534}.public-alert-error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}.public-alert ul{margin:8px 0 0 20px}
.module-page{padding:45px 0 70px;background:#f7f8fa;min-height:55vh}.module-heading{text-align:center;margin:0 auto 28px;max-width:760px}.module-heading.left{text-align:left;margin-left:0}.module-heading span{display:inline-block;color:#e21b23;font-size:12px;letter-spacing:1.8px;font-weight:900}.module-heading h1{font-size:clamp(29px,4vw,48px);margin:7px 0 8px;color:#111827}.module-heading p{color:#667085;font-size:17px}.module-narrow{max-width:850px}.module-empty{background:#fff;border:1px solid #e6e8ec;border-radius:15px;padding:55px 25px;text-align:center;box-shadow:0 8px 28px rgba(16,24,40,.06)}.module-empty strong{font-size:24px}.module-empty p{color:#667085}
.live-player{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#08090b;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.22)}.live-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-card{margin:0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 28px rgba(16,24,40,.08)}.gallery-card img{display:block;width:100%;height:240px;object-fit:cover;transition:.3s}.gallery-card:hover img{transform:scale(1.03)}.gallery-card figcaption{padding:16px}.gallery-card figcaption p{margin:7px 0 0;color:#667085}
.form-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start}.info-panel,.public-form,.poll-panel{background:#fff;border:1px solid #e6e8ec;border-radius:15px;padding:26px;box-shadow:0 8px 28px rgba(16,24,40,.06)}.info-panel li{margin:10px 0}.public-form{display:grid;gap:9px}.public-form h2{margin:0 0 8px}.public-form label{font-size:14px;font-weight:800;color:#344054}.public-form input,.public-form select,.public-form textarea{width:100%;box-sizing:border-box;border:1px solid #d0d5dd;border-radius:9px;padding:12px;font:inherit;background:#fff}.public-form input:focus,.public-form select:focus,.public-form textarea:focus{outline:3px solid rgba(226,27,35,.1);border-color:#e21b23}.public-submit,.home-poll button{border:0;background:#e21b23;color:#fff;font-weight:900;border-radius:9px;padding:13px 18px;cursor:pointer;margin-top:8px}.public-submit:disabled,.home-poll button:disabled{opacity:.65}.poll-panel h2{text-align:center}.poll-options{display:grid;gap:10px;margin:22px 0}.poll-options label,.home-poll label{display:flex;gap:10px;align-items:center;border:1px solid #e6e8ec;border-radius:10px;padding:12px;cursor:pointer}.poll-results{border-top:1px solid #e6e8ec;margin-top:25px;padding-top:17px}.result-row{margin:14px 0}.result-row>div:first-child{display:flex;justify-content:space-between}.result-track{height:8px;background:#eceef1;border-radius:10px;overflow:hidden;margin-top:7px}.result-track i{display:block;height:100%;background:#e21b23;border-radius:10px}.home-poll form{display:grid;gap:7px}.home-poll label{padding:8px;font-size:13px}.small-link{display:inline-block;margin-top:12px;color:#e21b23;font-weight:800}
.web-ad{position:relative;text-align:center;margin:18px auto}.web-ad img{display:block;width:100%;object-fit:cover;border-radius:9px}.web-ad-top img{max-height:150px}.web-ad-side img{max-height:320px}.web-ad span{font-size:10px;color:#98a2b3;text-transform:uppercase;letter-spacing:1px}.newsletter form{display:flex;gap:8px}.newsletter input{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;border-radius:8px;padding:11px}.newsletter button{background:#e21b23;color:#fff;border:0;border-radius:8px;padding:10px 16px;font-weight:800}
@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.form-layout{grid-template-columns:1fr}.module-heading.left{text-align:center}.newsletter form{width:100%}}
@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}.gallery-card img{height:220px}.module-page{padding:28px 0 50px}.info-panel,.public-form,.poll-panel{padding:19px}.newsletter form{flex-direction:column}.newsletter input,.newsletter button{width:100%}}
.public-form{grid-template-columns:1fr}
