@font-face {
  font-display: swap;
  font-family: 'Bricolage Grotesque';
  font-stretch: 75% 100%;
  font-style: normal;
  font-weight: 200 800;
  src: url('/fonts/bricolage-grotesque-variable.ttf') format('truetype');
}

:root {
  --ink: #073b8e;
  --blue: #005fd2;
  --sky: #0077d9;
  --cream: #f3f7fd;
  --red: #fd5500;
  --yellow: #ff8a21;
  --paper: #ffffff;
  --font-main: 'Bricolage Grotesque', 'Helvetica Neue', Arial, sans-serif;
  --font-accent: 'Bricolage Grotesque', 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-main); font-optical-sizing: auto; }
h1, h2, .campaign-name, .campaign-number, .material-art strong, .admin-header h1 { font-family: var(--font-main); font-stretch: condensed; font-style: normal; font-variation-settings: 'opsz' 72, 'wdth' 76; font-weight: 800; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow: hidden; }
.landing-shell { background: var(--blue); min-height: 100svh; overflow: hidden; }

.topbar {
  align-items: center; background: var(--blue); border-bottom: 1px solid rgba(255,255,255,.16);
  display: flex; height: 82px; justify-content: space-between; padding: 0 clamp(24px,6vw,92px); position: relative; z-index: 10;
}
.brand { align-items: center; display: flex; gap: 12px; }
.campaign-brand img { display: block; height: auto; max-width: 310px; width: min(32vw,310px); }
.brand-mark { align-items: center; background: var(--red); border-radius: 50% 50% 42% 58%; color: white; display: flex; font-size: 15px; font-weight: 900; height: 43px; justify-content: center; transform: rotate(-6deg); width: 43px; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-size: 16px; letter-spacing: -.02em; line-height: 1; }
.brand small { color: #687889; font-size: 8px; letter-spacing: .11em; margin-top: 5px; text-transform: uppercase; }
.topbar nav { align-items: center; color: white; display: flex; font-size: 13px; font-weight: 700; gap: 32px; }
.nav-button { background: var(--red); border-radius: 8px; box-shadow: 0 10px 28px rgba(136,42,0,.2); color: white; padding: 13px 19px; }

.landing-carousel { background: var(--blue); min-height: calc(100svh - 82px); overflow: hidden; position: relative; }
.landing-slides { height: calc(100svh - 82px); position: relative; width: 100%; }
.landing-slide { background-position: center; background-repeat: no-repeat; background-size: cover; inset: 0; opacity: 0; pointer-events: none; position: absolute; transform: scale(1.035); transition: opacity .65s ease, transform 1.1s cubic-bezier(.2,.8,.2,1); }
.landing-slide.active { opacity: 1; pointer-events: auto; transform: scale(1); z-index: 1; }
.landing-arrow { align-items: center; background: rgba(0,61,151,.86); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,31,88,.24); color: white; cursor: pointer; display: flex; font-size: 24px; height: 52px; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); transition: background-color .22s ease, transform .22s ease; width: 52px; z-index: 3; }
.landing-arrow.previous { left: clamp(16px,3vw,48px); }.landing-arrow.next { right: clamp(16px,3vw,48px); }
.landing-dots { align-items: center; bottom: 22px; display: flex; gap: 8px; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); z-index: 3; }
.landing-dots button { background: rgba(255,255,255,.55); border: 0; border-radius: 99px; cursor: pointer; height: 8px; padding: 0; transition: background-color .22s ease, width .3s ease; width: 8px; }
.landing-dots button.active { background: white; width: 28px; }
.landing-carousel.single-banner .landing-arrow,.landing-carousel.single-banner .landing-dots { display: none; }
.committee-section { align-items: center; background: #f4f7fc; display: grid; gap: clamp(36px,6vw,90px); grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr); padding: clamp(64px,8vw,112px) clamp(24px,7vw,112px); scroll-margin-top: 82px; }
.committee-heading { margin-left: auto; max-width: 470px; width: 100%; }
.committee-heading h2 { color: var(--blue); font-family: var(--font-main); font-size: clamp(50px,5.4vw,82px); font-stretch: condensed; font-variation-settings: 'opsz' 72, 'wdth' 74; font-weight: 800; letter-spacing: -.055em; line-height: .9; margin: 0; text-transform: uppercase; }
.committee-heading h2 em { color: var(--red); font-family: var(--font-accent); font-size: .9em; font-stretch: normal; font-style: normal; font-variation-settings: 'opsz' 72, 'wdth' 100, 'wght' 500; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
.committee-map { border: 5px solid white; border-radius: 20px; box-shadow: 0 24px 60px rgba(0,57,142,.16); min-height: 450px; overflow: hidden; position: relative; width: 100%; }
.committee-map iframe { border: 0; display: block; height: 100%; inset: 0; min-height: 450px; position: absolute; width: 100%; }
.landing-legal { align-items: center; background: var(--blue); border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.82); display: flex; font-size: 8px; font-weight: 600; justify-content: center; letter-spacing: .025em; line-height: 1.35; min-height: 36px; padding: 7px 24px; text-align: center; }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 690px; position: relative; }
.hero::before { background: linear-gradient(135deg,#ffffff,#edf5ff 78%); content: ''; inset: 0 48% 0 0; position: absolute; }
.hero.hero-without-banner { grid-template-columns: 1fr; }
.hero.hero-without-banner::before { inset: 0; }
.hero.hero-without-banner .hero-copy { margin: 0 auto; max-width: 760px; padding-left: 40px; width: 100%; }
.hero-copy { align-self: center; max-width: 620px; padding: 86px 40px 82px clamp(30px,8vw,124px); position: relative; z-index: 2; }
.eyebrow { align-items: center; color: var(--red); display: flex; font-size: 11px; font-weight: 800; gap: 9px; letter-spacing: .16em; margin: 0 0 23px; text-transform: uppercase; }
.eyebrow span { background: var(--red); border-radius: 100%; display: inline-block; height: 7px; width: 7px; }
h1 { font-family: var(--font-main); font-size: clamp(58px,7vw,100px); font-stretch: condensed; font-style: normal; font-variation-settings: 'opsz' 72, 'wdth' 74; font-weight: 800; letter-spacing: -.055em; line-height: .84; margin: 0; text-transform: uppercase; }
h1 em { color: var(--red); font-family: var(--font-accent); font-size: .88em; font-stretch: normal; font-style: normal; font-variation-settings: 'opsz' 72, 'wdth' 100, 'wght' 500; font-weight: 500; letter-spacing: -.035em; text-transform: none; }
.hero-text { color: #4d6475; font-size: 17px; line-height: 1.65; margin: 31px 0 32px; max-width: 470px; }
.hero-actions { align-items: center; display: flex; gap: 25px; }
.primary-button { background: var(--red); border-radius: 7px; box-shadow: 0 10px 24px rgba(239,82,57,.25); color: white; font-size: 14px; font-weight: 800; padding: 17px 21px; }
.primary-button span { margin-left: 12px; }
.text-button { border-bottom: 1px solid #a9b4bb; font-size: 13px; font-weight: 700; padding: 9px 0; }
.text-button span { color: var(--sky); margin-left: 12px; }
.hero-player { align-items: center; background: rgba(255,255,255,.94); border: 1px solid rgba(0,95,210,.16); border-radius: 12px; box-shadow: 0 15px 36px rgba(7,59,142,.1); display: grid; gap: 12px; grid-template-columns: 44px minmax(0,1fr) auto; margin-top: 25px; max-width: 500px; padding: 11px 13px; }
.hero-player audio { display: none; }
.hero-player button { border: 0; cursor: pointer; font: inherit; }
.hero-player-toggle { align-items: center; background: var(--red); border-radius: 50%; color: white; display: flex; font-size: 14px !important; height: 42px; justify-content: center; padding: 0 0 0 2px; transition: box-shadow .22s ease,transform .22s cubic-bezier(.2,.8,.2,1); width: 42px; }
.hero-player-info { display: flex; flex-direction: column; min-width: 0; }
.hero-player-info span { color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-player-info strong { font-size: 12px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-player-info small { color: #81909a; font-size: 8px; margin-top: 2px; }
.hero-player-next { background: #edf4ff; border-radius: 7px; color: var(--blue); font-size: 9px !important; font-weight: 800 !important; padding: 10px 11px; transition: background-color .22s ease,color .22s ease,transform .22s cubic-bezier(.2,.8,.2,1); white-space: nowrap; }
.hero-player-next span { font-size: 13px; margin-left: 4px; }
.trust-line { align-items: center; border-top: 1px solid rgba(9,43,76,.1); display: flex; gap: 14px; margin-top: 46px; padding-top: 23px; }
.supporters { display: flex; padding-left: 9px; }
.supporters i { align-items: center; background: var(--yellow); border: 2px solid var(--paper); border-radius: 50%; color: var(--ink); display: flex; font-size: 9px; font-style: normal; font-weight: 900; height: 31px; justify-content: center; margin-left: -9px; width: 31px; }
.supporters i:nth-child(2) { background: var(--sky); color: white; }.supporters i:nth-child(3) { background: var(--red); color: white; }
.trust-line > span:last-child { display: flex; flex-direction: column; }
.trust-line strong { font-size: 11px; }.trust-line small { color: #768590; font-size: 10px; margin-top: 3px; }

.campaign-card { background: var(--blue); color: white; min-height: 690px; overflow: hidden; padding: 70px 55px; position: relative; }
.campaign-card::before { background: var(--sky); border-radius: 50%; content: ''; height: 700px; left: -105px; position: absolute; top: -5px; width: 700px; }
.campaign-card::after { border: 1px solid rgba(255,255,255,.26); border-radius: 50%; content: ''; height: 600px; left: -60px; position: absolute; top: 50px; width: 600px; }
.campaign-card.hero-banner { background: #2463c9; padding: 0; }
.campaign-card.hero-banner::before,.campaign-card.hero-banner::after { display: none; }
.hero-banner img { display: block; height: 100%; inset: 0; object-fit: contain; position: absolute; width: 100%; }
.sun-shape { background: var(--red); border-radius: 50%; height: 360px; left: 70px; position: absolute; top: 140px; width: 360px; }
.card-kicker { font-family: var(--font-accent); font-size: 20px; font-stretch: normal; font-style: normal; font-variation-settings: 'opsz' 36, 'wdth' 100, 'wght' 500; margin: 0; position: relative; z-index: 3; }
.portrait-placeholder { bottom: 0; height: 575px; left: 30px; position: absolute; width: 460px; z-index: 2; }
.portrait-head { background: #e5b894; border-radius: 48% 52% 45% 55%; display: block; height: 178px; left: 140px; position: absolute; top: 74px; width: 148px; }
.portrait-head::before { background: #273b4a; border-radius: 80% 60% 20% 20%; content: ''; height: 62px; inset: -6px -4px auto; position: absolute; }
.portrait-body { background: #f2f4ef; border-radius: 48% 48% 0 0; bottom: 0; display: block; height: 350px; left: 55px; position: absolute; width: 350px; }
.campaign-number { color: var(--yellow); font-size: 54px; font-weight: 900; letter-spacing: -.07em; line-height: .78; position: absolute; right: 53px; text-align: right; top: 125px; transform: rotate(-4deg); z-index: 4; }
.campaign-name { bottom: 95px; display: flex; flex-direction: column; position: absolute; right: 45px; text-align: right; z-index: 4; }
.campaign-name small { color: var(--yellow); font-size: 14px; font-weight: 900; letter-spacing: .18em; }.campaign-name strong { font-size: 52px; letter-spacing: -.05em; line-height: .9; }.campaign-name span { font-size: 30px; font-weight: 300; letter-spacing: .18em; }
.card-ribbon { background: var(--red); bottom: 0; font-size: 11px; font-weight: 800; left: 0; letter-spacing: .07em; padding: 15px 42px; position: absolute; right: 0; text-align: right; text-transform: uppercase; z-index: 5; }

.creator-section { background: #f5f0e6; padding: 95px clamp(24px,8vw,124px) 110px; }
.section-heading { max-width: 690px; }.section-heading h2 { font-size: clamp(40px,5vw,67px); letter-spacing: -.055em; line-height: .95; margin: 0; }.section-heading > p:last-child { color: #637180; margin: 18px 0 46px; }
.creator-grid { background: white; border: 1px solid rgba(9,43,76,.1); border-radius: 18px; box-shadow: 0 24px 70px rgba(41,52,60,.09); display: grid; grid-template-columns: minmax(320px,.85fr) minmax(430px,1.15fr); max-width: 1180px; overflow: hidden; }
.creator-controls { padding: 38px; }
.step-title { align-items: center; display: flex; gap: 13px; }.step-title > span { align-items: center; background: var(--ink); border-radius: 50%; color: white; display: flex; font-size: 12px; font-weight: 800; height: 30px; justify-content: center; width: 30px; }.step-title > div { display: flex; flex-direction: column; }.step-title strong { font-size: 14px; }.step-title small { color: #7b8791; font-size: 11px; margin-top: 3px; }
.format-options { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin-top: 19px; }.format-card { align-items: center; background: white; border: 1px solid #dfe4e6; border-radius: 10px; color: var(--ink); cursor: pointer; display: grid; grid-template-columns: 31px 1fr; padding: 15px; text-align: left; }.format-card.selected { background: #eff9fc; border-color: var(--sky); box-shadow: 0 0 0 1px var(--sky); }.format-card span { border: 2px solid currentColor; grid-row: span 2; justify-self: start; }.format-square { height: 25px; width: 25px; }.format-story { border-radius: 2px; height: 28px; margin-left: 4px; width: 17px; }.format-card strong { font-size: 12px; }.format-card small { color: #86919a; font-size: 9px; }
.control-divider { background: #e7e9e8; height: 1px; margin: 31px 0; }
.upload-zone { align-items: center; background: #fbfaf7; border: 1px dashed #a9b6bd; border-radius: 11px; cursor: pointer; display: flex; flex-direction: column; margin-top: 18px; padding: 30px 20px; }.upload-zone input { height: 1px; opacity: 0; position: absolute; width: 1px; }.upload-icon { align-items: center; background: #e7f5f8; border-radius: 50%; color: var(--sky); display: flex; font-size: 26px; height: 42px; justify-content: center; margin-bottom: 12px; width: 42px; }.upload-zone strong { font-size: 12px; }.upload-zone small { color: #8a949b; font-size: 10px; margin-top: 6px; }
.preview-panel { background: var(--ink); color: white; min-height: 620px; padding: 27px 31px; }.preview-toolbar { align-items: center; display: flex; font-size: 11px; justify-content: space-between; letter-spacing: .04em; }.preview-toolbar small { color: rgba(255,255,255,.48); font-size: 9px; }.live-dot { background: var(--red); border-radius: 50%; display: inline-block; height: 6px; margin-right: 7px; width: 6px; }.canvas-wrap { align-items: center; display: flex; justify-content: center; min-height: 430px; padding: 25px 20px; }.canvas-wrap canvas { box-shadow: 0 18px 45px rgba(0,0,0,.35); cursor: grab; display: block; height: auto; max-height: 430px; max-width: min(100%,430px); touch-action: none; width: auto; }.canvas-wrap canvas:active { cursor: grabbing; }.canvas-wrap.profile canvas { aspect-ratio: 1; width: min(100%,400px); }.canvas-wrap.story canvas { aspect-ratio: 9/16; height: 430px; }.preview-panel > p { color: rgba(255,255,255,.55); font-size: 10px; margin: -6px 0 17px; text-align: center; }

.how-section { background: var(--paper); padding: 100px clamp(24px,8vw,124px); }
.how-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 56px; }
.how-heading h2, .materials-heading h2, .closing-cta h2 { font-size: clamp(44px,5.5vw,76px); letter-spacing: -.065em; line-height: .9; margin: 0; }
.how-heading h2 em, .materials-heading h2 em { color: var(--sky); font-family: var(--font-accent); font-stretch: normal; font-style: normal; font-variation-settings: 'opsz' 72, 'wdth' 100, 'wght' 500; font-weight: 500; letter-spacing: -.035em; }
.how-heading > p { color: #647785; line-height: 1.65; margin: 0 0 5px; max-width: 430px; }
.how-grid { border-bottom: 1px solid #dce2e3; border-top: 1px solid #dce2e3; display: grid; grid-template-columns: repeat(3,1fr); }
.how-grid article { min-height: 260px; padding: 35px 40px; position: relative; }
.how-grid article + article { border-left: 1px solid #dce2e3; }
.how-grid article > span { color: #9aacb5; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.how-grid i { align-items: center; background: #e5f5f8; border-radius: 50%; color: var(--sky); display: flex; font-size: 28px; font-style: normal; height: 52px; justify-content: center; margin: 29px 0 24px; width: 52px; }
.how-grid article:nth-child(2) i { background: #fff4d7; color: #c79413; }.how-grid article:nth-child(3) i { background: #fde8e2; color: var(--red); }
.how-grid h3 { font-size: 18px; margin: 0 0 10px; }.how-grid p { color: #71808a; font-size: 12px; line-height: 1.6; margin: 0; max-width: 250px; }

.frame-list { display: grid; gap: 9px; grid-template-columns: repeat(4,1fr); margin-top: 18px; }
.frame-list button { background: #f4f6f4; border: 2px solid transparent; border-radius: 9px; cursor: pointer; min-width: 0; overflow: hidden; padding: 4px; }
.frame-list button.selected { border-color: var(--sky); }.frame-list span, .frame-list img { align-items: center; aspect-ratio: 1; background: linear-gradient(145deg,var(--frame-accent,#005fd2),var(--ink)); color: white; display: flex; font-size: 15px; font-weight: 900; justify-content: center; object-fit: contain; width: 100%; }.frame-list small { display: block; font-size: 8px; overflow: hidden; padding: 5px 1px 2px; text-overflow: ellipsis; white-space: nowrap; }
.zoom-control { display: block; margin-top: 21px; }.zoom-control span { display: block; font-size: 10px; font-weight: 700; margin-bottom: 7px; }.zoom-control input { accent-color: var(--sky); width: 100%; }
.download-actions { display: flex; gap: 9px; }.download-actions button { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 7px; color: white; cursor: pointer; flex: 1; font-size: 11px; font-weight: 800; padding: 14px; }.download-actions .download-main { background: var(--red); border-color: var(--red); }.download-actions button:disabled { cursor: not-allowed; opacity: .38; }.creator-notice { color: #ffb36d !important; margin: 12px 0 0 !important; }

.materials-section { background: var(--ink); color: white; padding: 105px clamp(24px,8vw,124px) 120px; }
.materials-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 58px; }.materials-heading .eyebrow { color: var(--yellow); }.materials-heading .eyebrow span { background: var(--yellow); }.materials-heading > p { color: rgba(255,255,255,.64); line-height: 1.65; margin: 0; max-width: 410px; }
.materials-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,1fr); }
.download-card { background: white; border-radius: 13px; color: var(--ink); overflow: hidden; }.material-art { align-items: center; aspect-ratio: 1.28; display: flex; justify-content: center; overflow: hidden; padding: 25px; position: relative; }.material-art::after { border: 1px solid rgba(255,255,255,.55); content: ''; inset: 16px; pointer-events: none; position: absolute; }.download-card > div:last-child { padding: 22px 24px 25px; }.download-card h3 { font-size: 17px; margin: 13px 0 7px; }.download-card p { color: #78858c; font-size: 10px; margin: 0 0 18px; }.download-card button, .download-card > div:last-child > a { background: transparent; border: 0; border-bottom: 1px solid #bcc5c8; color: var(--ink); cursor: pointer; display: inline-block; font-size: 11px; font-weight: 800; padding: 5px 0; }
.category-pill { border-radius: 999px; display: inline-block; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .09em; padding: 6px 9px; text-transform: uppercase; }.category-pill.banner { background: #e7edff; color: var(--blue); }.category-pill.frame { background: #dff3f7; color: #15749a; }.category-pill.overlay { background: #fff2cf; color: #996c00; }.category-pill.sticker { background: #fde4df; color: #b93626; }
.download-card.blue .material-art { background: var(--sky); }.download-card.yellow .material-art { background: var(--yellow); }.download-card.cream .material-art { background: #f7efe1; }.frame-art { align-items: flex-start; color: white; flex-direction: column; }.frame-art span { color: var(--yellow); font-size: 12px; font-weight: 900; }.frame-art strong { font-size: clamp(25px,3vw,42px); letter-spacing: -.06em; }.frame-art small { align-items: center; align-self: flex-end; background: rgba(255,255,255,.2); border-radius: 50%; display: flex; height: 120px; justify-content: center; margin-top: -20px; text-align: center; width: 120px; }.story-art { align-items: flex-start; color: var(--ink); flex-direction: column; }.story-art span { font-family: var(--font-accent); font-size: 34px; font-style: italic; line-height: .85; }.story-art strong { background: var(--red); color: white; font-size: 10px; margin-top: 20px; padding: 8px; }.sticker-art { flex-direction: column; }.sticker-art::before { background: var(--yellow); border: 8px solid white; border-radius: 50%; content: ''; height: 155px; position: absolute; width: 155px; }.sticker-art span,.sticker-art strong,.sticker-art small { position: relative; z-index: 2; }.sticker-art span { font-size: 12px; font-weight: 800; }.sticker-art strong { font-size: 24px; }.sticker-art small { color: var(--red); font-size: 8px; font-weight: 900; }.uploaded-card .material-art { background: #eaf0f1; padding: 12px; }.uploaded-card .material-art img { height: 100%; object-fit: contain; width: 100%; }

.closing-cta { align-items: center; background: var(--red); color: white; display: flex; min-height: 520px; overflow: hidden; padding: 80px clamp(24px,8vw,124px); position: relative; }.closing-cta > div { max-width: 670px; position: relative; z-index: 2; }.closing-cta .eyebrow { color: white; }.closing-cta .eyebrow span { background: white; }.closing-cta p:not(.eyebrow) { line-height: 1.6; margin: 24px 0 33px; max-width: 480px; }.closing-cta .primary-button { background: var(--blue); }.cta-orbit { border: 130px solid var(--sky); border-radius: 50%; height: 630px; position: absolute; right: -100px; top: -60px; width: 630px; }.cta-orbit::after { background: var(--blue); border-radius: 50%; content: ''; height: 220px; left: 76px; position: absolute; top: 76px; width: 220px; }
.jingles-section { background: var(--red); color: white; overflow: hidden; scroll-margin-top: 82px; }
.jingles-banner { background: var(--red); display: block; overflow: hidden; }
.jingles-banner img { aspect-ratio: 16 / 9; display: block; height: auto; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); width: 100%; }
.jingles-library { display: grid; gap: 17px; margin: 0 auto; max-width: 1160px; padding: 58px clamp(24px,4vw,48px) 76px; scroll-margin-top: 90px; width: 100%; }
.jingles-carousel { align-items: center; display: grid; gap: 14px; grid-template-columns: 52px minmax(0,1fr) 52px; }
.jingle-stack { height: 188px; position: relative; }
.jingle-card { align-items: center; background: white; border: 1px solid rgba(255,255,255,.56); border-radius: 16px; box-shadow: 0 22px 48px rgba(103,30,0,.2); color: var(--ink); display: grid; gap: 20px; grid-template-columns: 58px minmax(190px,1fr) minmax(250px,.95fr) auto; inset: 0; min-height: 146px; padding: 24px 26px; pointer-events: none; position: absolute; transition: filter .52s ease,opacity .52s ease,transform .58s cubic-bezier(.2,.8,.2,1); }
.jingle-card.active { filter: saturate(1); opacity: 1; pointer-events: auto; transform: translate3d(0,0,0) scale(1); z-index: 5; }
.jingle-card.next { filter: saturate(.78); opacity: .48; transform: translate3d(34px,18px,0) scale(.955); z-index: 4; }
.jingle-card.next-two { filter: saturate(.6); opacity: .2; transform: translate3d(62px,33px,0) scale(.91); z-index: 3; }
.jingle-card.previous { filter: saturate(.68); opacity: .28; transform: translate3d(-30px,17px,0) scale(.95); z-index: 2; }
.jingle-card.hidden { opacity: 0; transform: translate3d(80px,38px,0) scale(.88); z-index: 1; }
.jingle-number { align-items: center; background: var(--blue); border-radius: 50%; color: white; display: flex; font-size: 12px; font-weight: 800; height: 52px; justify-content: center; width: 52px; }.jingle-info { min-width: 0; }.jingle-info > span { color: var(--red); display: block; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.jingle-info h3 { font-size: 19px; margin: 5px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.jingle-info p { color: #7b8791; font-size: 9px; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.jingle-card audio { accent-color: var(--red); height: 42px; max-width: 100%; width: 100%; }.jingle-card > a { background: var(--blue); border-radius: 8px; color: white; font-size: 10px; font-weight: 800; padding: 14px 16px; transition: background-color .22s ease,box-shadow .22s ease,transform .22s ease; white-space: nowrap; }
.jingle-arrow { align-items: center; background: var(--blue); border: 2px solid rgba(255,255,255,.46); border-radius: 50%; box-shadow: 0 12px 28px rgba(52,24,0,.2); color: white; cursor: pointer; display: flex; font-size: 22px; height: 50px; justify-content: center; transition: background-color .22s ease,box-shadow .22s ease,transform .22s cubic-bezier(.2,.8,.2,1); width: 50px; z-index: 4; }
.jingle-ghost { align-items: center; display: flex; gap: 14px; grid-column: 1 / -1; height: 100%; padding: 0 10px; }.jingle-ghost span { align-items: center; background: var(--blue); border-radius: 50%; color: white; display: flex; flex: 0 0 44px; font-size: 10px; font-weight: 800; height: 44px; justify-content: center; }.jingle-ghost strong { font-size: 16px; }
.jingle-pagination { align-items: center; display: flex; gap: 18px; justify-content: center; }.jingle-pagination > span { font-size: 10px; letter-spacing: .08em; }.jingle-pagination > span strong { font-size: 15px; }.jingle-pagination > div { display: flex; gap: 7px; }.jingle-pagination button { background: rgba(255,255,255,.43); border: 0; border-radius: 99px; cursor: pointer; height: 7px; padding: 0; transition: background-color .22s ease,width .28s ease; width: 7px; }.jingle-pagination button.active { background: white; width: 24px; }
.jingles-empty { align-items: center; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.55); border-radius: 16px; box-shadow: 0 18px 45px rgba(103,30,0,.16); color: var(--ink); display: flex; gap: 19px; min-height: 150px; padding: 30px; }.jingles-empty > span { align-items: center; background: var(--blue); border-radius: 50%; color: white; display: flex; font-size: 31px; height: 64px; justify-content: center; width: 64px; }.jingles-empty strong { font-size: 20px; }.jingles-empty p { color: #71808a; font-size: 12px; margin: 7px 0 0; }
.category-pill.jingle { background: #e7edff; color: var(--blue); }
footer { align-items: center; background: var(--ink); color: white; display: flex; justify-content: space-between; padding: 35px clamp(24px,8vw,124px); }.footer-brand img { display: block; height: auto; width: min(260px,40vw); }footer p, footer > a:last-child { color: rgba(255,255,255,.6); font-size: 9px; }footer > a:last-child { border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 4px; }

.admin-shell { background: #f4f3ef; display: grid; grid-template-columns: 245px 1fr; min-height: 100vh; }.admin-sidebar { background: #082b4a; color: white; display: flex; flex-direction: column; padding: 27px 18px; position: sticky; height: 100vh; top: 0; }.admin-brand { border-bottom: 1px solid rgba(255,255,255,.12); padding: 0 8px 26px; }.admin-brand small { color: rgba(255,255,255,.54); }.admin-sidebar nav { display: flex; flex-direction: column; gap: 5px; margin-top: 32px; }.admin-sidebar nav button { background: transparent; border: 0; border-radius: 7px; color: rgba(255,255,255,.68); cursor: pointer; font-size: 12px; font-weight: 700; padding: 13px 15px; text-align: left; }.admin-sidebar nav button span { display: inline-block; font-size: 16px; margin-right: 13px; width: 18px; }.admin-sidebar nav button.active,.admin-sidebar nav button:hover { background: rgba(255,255,255,.1); color: white; }.admin-profile { align-items: center; border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 9px; grid-template-columns: 34px 1fr auto; margin-top: auto; padding: 20px 5px 0; }.admin-profile > span { align-items: center; background: var(--red); border-radius: 50%; display: flex; font-size: 12px; font-weight: 900; height: 34px; justify-content: center; width: 34px; }.admin-profile div { display: flex; flex-direction: column; min-width: 0; }.admin-profile strong { font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.admin-profile small { color: rgba(255,255,255,.48); font-size: 8px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.admin-profile a { color: rgba(255,255,255,.6); }
.admin-main { max-width: 1300px; padding: 48px clamp(28px,5vw,72px) 80px; width: 100%; }.admin-header { align-items: center; display: flex; justify-content: space-between; }.admin-header h1 { font-size: clamp(38px,5vw,58px); text-transform: none; }.admin-header > div > p:last-child { color: #728089; font-size: 12px; }.admin-preview-link { border: 1px solid #cbd3d5; border-radius: 7px; font-size: 11px; font-weight: 800; padding: 12px 15px; }.stat-grid { display: grid; gap: 15px; grid-template-columns: repeat(4,1fr); margin: 38px 0 26px; }.stat-grid article { align-items: center; background: white; border: 1px solid #e2e5e4; border-radius: 12px; display: flex; gap: 15px; padding: 21px; }.stat-icon { align-items: center; border-radius: 10px; display: flex; font-size: 20px; height: 48px; justify-content: center; width: 48px; }.stat-icon.blue { background: #e4f4f8; color: var(--sky); }.stat-icon.red { background: #fde7e2; color: var(--red); }.stat-icon.yellow { background: #fff2cd; color: #b98400; }.stat-grid article > div { display: grid; grid-template-columns: auto auto; }.stat-grid small { color: #79878e; font-size: 9px; grid-column: span 2; }.stat-grid strong { font-size: 27px; margin-top: 3px; }.stat-grid em { align-self: end; color: #9ba5a9; font-size: 8px; font-style: normal; margin: 0 0 5px 7px; }
.upload-admin-card,.site-icon-admin-card,.password-admin-card,.library-admin { background: white; border: 1px solid #e1e4e3; border-radius: 12px; margin-top: 20px; padding: 26px; }.admin-section-title { align-items: center; display: flex; justify-content: space-between; }.admin-section-title h2 { font-size: 16px; margin: 0; }.admin-section-title p { color: #829097; font-size: 9px; margin: 6px 0 0; }.admin-section-title > span { background: #f1f3f2; border-radius: 5px; color: #839097; font-size: 8px; padding: 7px 9px; }.upload-admin-card form { align-items: end; display: grid; gap: 12px; grid-template-columns: 1.4fr .8fr .8fr 1fr auto; margin-top: 24px; }.upload-admin-card label { display: flex; flex-direction: column; gap: 7px; }.upload-admin-card label > span { font-size: 9px; font-weight: 800; }.upload-admin-card input,.upload-admin-card select { background: #fafaf8; border: 1px solid #d8dedd; border-radius: 6px; color: var(--ink); font-size: 10px; height: 40px; padding: 0 10px; }.upload-admin-card .admin-file input { height: 1px; opacity: 0; position: absolute; width: 1px; }.upload-admin-card .admin-file > span { align-items: center; border: 1px dashed #aab5b7; border-radius: 6px; cursor: pointer; display: flex; height: 40px; justify-content: center; }.upload-admin-card .primary-button { border: 0; cursor: pointer; height: 40px; padding: 0 16px; }.admin-message { color: #18805f; font-size: 10px; margin: 15px 0 0; }.admin-filters { background: #f3f4f2; border-radius: 7px; display: flex; gap: 3px; padding: 3px; }.admin-filters button { background: transparent; border: 0; border-radius: 5px; color: #748087; cursor: pointer; font-size: 9px; padding: 7px 10px; }.admin-filters button.selected { background: white; box-shadow: 0 1px 5px rgba(0,0,0,.08); color: var(--ink); font-weight: 800; }.admin-material-grid { display: grid; gap: 13px; grid-template-columns: repeat(3,1fr); margin-top: 22px; }.admin-material-grid article { border: 1px solid #e1e4e4; border-radius: 9px; display: grid; grid-template-columns: 110px 1fr; overflow: hidden; }.admin-material-grid article.hidden-material { opacity: .5; }.material-thumb { align-items: center; background: #e8eef0; display: flex; min-height: 130px; }.material-thumb img { height: 100%; object-fit: contain; width: 100%; }.material-info { padding: 14px; }.material-info h3 { font-size: 12px; margin: 8px 0 5px; }.material-info p { color: #879399; font-size: 8px; margin: 0 0 13px; }.material-info button { background: transparent; border: 0; border-bottom: 1px solid #bdc5c7; cursor: pointer; font-size: 8px; font-weight: 700; margin-right: 10px; padding: 3px 0; }.material-info button.danger { color: #b83d31; }.empty-admin { align-items: center; color: #8a969b; display: flex; flex-direction: column; font-size: 10px; gap: 7px; justify-content: center; min-height: 180px; }.empty-admin span { font-size: 30px; }.admin-access-page { align-items: center; background: #edf4f3; display: flex; justify-content: center; min-height: 100vh; padding: 24px; }.access-card { background: white; border-radius: 16px; box-shadow: 0 20px 70px rgba(9,43,76,.14); max-width: 520px; padding: 50px; text-align: center; }.access-card .brand-mark { margin: 0 auto 30px; }.access-card .eyebrow { justify-content: center; }.access-card h1 { font-size: 42px; }.access-card p:not(.eyebrow) { color: #728089; line-height: 1.6; margin: 22px 0 32px; }.access-card .primary-button { display: inline-block; }
.upload-admin-card input:disabled,.upload-admin-card select:disabled { background: #eef1f0; color: #718087; cursor: not-allowed; }
.upload-admin-card .admin-file > span { overflow: hidden; padding: 0 10px; text-align: center; }
.admin-upload-hint { color: #68777f; font-size: 9px; margin: 12px 0 0; }
.admin-upload-progress { color: var(--blue); font-size: 10px; font-weight: 800; margin: 14px 0 0; }
.admin-message { background: #eaf8f2; border: 1px solid #b8e5d3; border-radius: 7px; display: block; line-height: 1.45; padding: 10px 12px; }
.admin-message.error { background: #fff0ed; border-color: #f0b8ae; color: #a63627; }
.password-admin-card form { align-items: end; display: grid; gap: 12px; grid-template-columns: 1fr 1fr auto; margin-top: 20px; }
.password-admin-card label { display: grid; gap: 7px; }
.password-admin-card label span { font-size: 9px; font-weight: 800; }
.password-admin-card input { background: #fafaf8; border: 1px solid #d8dedd; border-radius: 6px; color: var(--ink); font-size: 10px; height: 40px; padding: 0 10px; }
.password-admin-card .primary-button { border: 0; cursor: pointer; height: 40px; }
.site-icon-admin-body { align-items: center; display: grid; gap: 16px; grid-template-columns: 76px minmax(0,1fr) auto; margin-top: 20px; }
.site-icon-preview { align-items: center; background: linear-gradient(145deg,#eef5ff,#fff5ec); border: 1px solid #d7e1e8; border-radius: 14px; display: flex; height: 76px; justify-content: center; padding: 12px; width: 76px; }
.site-icon-preview img { height: 100%; object-fit: contain; width: 100%; }
.site-icon-admin-card form { align-items: center; display: grid; gap: 12px; grid-template-columns: minmax(180px,1fr) auto; }
.site-icon-file input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.site-icon-file > span { align-items: center; border: 1px dashed #aab5b7; border-radius: 6px; cursor: pointer; display: flex; font-size: 9px; font-weight: 800; height: 40px; justify-content: center; overflow: hidden; padding: 0 12px; text-align: center; }
.site-icon-admin-card .primary-button { border: 0; cursor: pointer; height: 40px; padding: 0 16px; }
.site-icon-restore { background: transparent; border: 0; border-bottom: 1px solid #bdc5c7; color: var(--ink); cursor: pointer; font-size: 9px; font-weight: 800; padding: 4px 0; }
.site-icon-restore:disabled { color: #9ba7ad; cursor: not-allowed; opacity: .6; }

.admin-shell { background: #f3f7fd; }
.admin-sidebar { background: var(--ink); }
.admin-brand img { display: block; height: auto; max-width: 190px; width: 100%; }
.access-logo { background: var(--blue); border-radius: 10px; display: block; height: auto; margin: 0 auto 30px; padding: 16px 22px; width: min(100%,310px); }

footer nav { display: flex; gap: 18px; }
footer nav a { border-bottom: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.6); font-size: 9px; padding-bottom: 4px; }
.admin-profile form { margin: 0; }
.admin-profile form button { background: transparent; border: 0; color: rgba(255,255,255,.6); cursor: pointer; font-size: 16px; padding: 5px; }
.admin-login-card form { display: grid; gap: 16px; margin-bottom: 25px; text-align: left; }
.admin-login-card label { display: grid; gap: 7px; }
.admin-login-card label span { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-login-card input { background: #f8fafb; border: 1px solid #d5dfe5; border-radius: 8px; font-size: 14px; height: 48px; padding: 0 14px; }
.admin-login-card .primary-button { border: 0; cursor: pointer; margin-top: 3px; }
.admin-login-card > a:last-child { border-bottom: 1px solid #aeb9c0; color: #687985; font-size: 11px; padding-bottom: 4px; }
.login-error { background: #fff0ed; border-radius: 7px; color: #a83d2e !important; font-size: 11px; margin: 0 !important; padding: 11px 13px; }
.privacy-page { background: #f3f7fd; min-height: 100vh; }
.privacy-page > header { align-items: center; background: var(--blue); color: white; display: flex; justify-content: space-between; padding: 22px clamp(22px,7vw,100px); }
.privacy-page > header > a { font-size: 11px; font-weight: 800; }
.privacy-page > header img { height: auto; width: min(300px,46vw); }
.privacy-page article { background: white; border-radius: 18px; box-shadow: 0 22px 60px rgba(7,59,142,.1); margin: 54px auto 80px; max-width: 900px; padding: clamp(34px,6vw,72px); }
.privacy-page h1 { font-size: clamp(48px,7vw,78px); }
.privacy-updated { color: #778691; font-size: 11px; margin: 20px 0 45px; }
.privacy-page article section { border-top: 1px solid #e2e9ee; padding: 27px 0 3px; }
.privacy-page article h2 { font-size: 21px; margin: 0 0 12px; }
.privacy-page article section p { color: #4f6574; font-size: 14px; line-height: 1.75; margin: 0; }
.privacy-contact { background: #fff5ec; border: 1px solid #ffd1b7 !important; border-radius: 10px; margin-top: 28px; padding: 22px !important; }

/* Interações e microanimações */
:where(.nav-button,.primary-button,.text-button,.format-card,.frame-list button,.upload-zone,.download-actions button,.download-card a,.admin-preview-link,.admin-sidebar nav button,.admin-filters button,.material-info button,.upload-admin-card .admin-file > span) {
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease, opacity .22s ease, transform .22s cubic-bezier(.2,.8,.2,1);
}
:where(.nav-button,.primary-button) { overflow: hidden; position: relative; }
:where(.nav-button,.primary-button)::after {
  background: linear-gradient(105deg,transparent 30%,rgba(255,255,255,.3) 48%,transparent 66%);
  content: ''; inset: 0; pointer-events: none; position: absolute;
  transform: translateX(-145%) skewX(-18deg); transition: transform .58s ease;
}
:where(a,button,label,input,select):focus-visible { outline: 3px solid rgba(0,119,217,.38); outline-offset: 3px; }
.campaign-card :where(.sun-shape,.portrait-placeholder,.campaign-name,.campaign-number),.hero-banner img { transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.how-grid article,.download-card,.stat-grid article,.admin-material-grid article,.upload-admin-card,.site-icon-admin-card,.library-admin {
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s cubic-bezier(.2,.8,.2,1);
}
.how-grid i,.download-card .material-art img,.stat-icon,.material-thumb img,.upload-icon,.format-card > span,.primary-button span,.text-button span {
  transition: transform .34s cubic-bezier(.2,.8,.2,1);
}

@media (hover: hover) {
  .landing-arrow:hover { background: var(--red); transform: translateY(-50%) scale(1.08); }
  .landing-arrow:active { transform: translateY(-50%) scale(.96); }
  .hero-player-toggle:hover { box-shadow: 0 9px 20px rgba(253,85,0,.3); transform: scale(1.08); }
  .hero-player-next:hover { background: var(--blue); color: white; transform: translateX(2px); }
  :where(.nav-button,.primary-button):hover { box-shadow: 0 15px 30px rgba(4,45,107,.24); transform: translateY(-3px); }
  :where(.nav-button,.primary-button):hover::after { transform: translateX(145%) skewX(-18deg); }
  :where(.nav-button,.primary-button):active { box-shadow: 0 6px 14px rgba(4,45,107,.2); transform: translateY(0) scale(.98); }
  .text-button:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
  .text-button:hover span,.primary-button:hover span { display: inline-block; transform: translate(3px,-2px); }
  .format-card:hover { border-color: var(--sky); box-shadow: 0 9px 22px rgba(0,95,210,.12); transform: translateY(-3px); }
  .format-card:hover > span { transform: scale(1.08); }
  .frame-list button:hover { border-color: var(--red); box-shadow: 0 8px 18px rgba(7,59,142,.16); transform: translateY(-4px); }
  .frame-list button:hover img { transform: scale(1.045); }
  .upload-zone:hover { background: #f3f8ff; border-color: var(--sky); box-shadow: inset 0 0 0 1px rgba(0,119,217,.12); }
  .upload-zone:hover .upload-icon { transform: translateY(-3px) scale(1.08) rotate(4deg); }
  .download-actions button:hover:not(:disabled) { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.42); transform: translateY(-2px); }
  .download-actions .download-main:hover:not(:disabled) { background: #ff681e; border-color: #ff681e; box-shadow: 0 10px 24px rgba(253,85,0,.3); }
  .how-grid article:hover { background: linear-gradient(180deg,#fff,#f4f8ff); box-shadow: 0 18px 34px rgba(7,59,142,.08); transform: translateY(-7px); }
  .how-grid article:hover i { transform: translateY(-4px) rotate(-5deg) scale(1.1); }
  .download-card:hover { box-shadow: 0 22px 46px rgba(0,22,70,.28); transform: translateY(-9px); }
  .download-card:hover .material-art img { transform: scale(1.045); }
  .download-card a:hover { border-color: var(--red); color: var(--red); transform: translateX(4px); }
  .campaign-card:hover .sun-shape { transform: rotate(8deg) scale(1.035); }
  .campaign-card:hover .portrait-placeholder { transform: translateY(-7px); }
  .campaign-card:hover .campaign-name { transform: translateX(-7px); }
  .campaign-card:hover .campaign-number { transform: translateY(-5px) rotate(-1deg); }
  .hero-banner:hover img { transform: scale(1.018); }
  .admin-preview-link:hover { background: var(--blue); border-color: var(--blue); color: white; box-shadow: 0 9px 20px rgba(0,95,210,.18); transform: translateY(-2px); }
  .stat-grid article:hover,.admin-material-grid article:hover { border-color: rgba(0,119,217,.36); box-shadow: 0 14px 28px rgba(7,59,142,.1); transform: translateY(-5px); }
  .stat-grid article:hover .stat-icon,.admin-material-grid article:hover .material-thumb img { transform: scale(1.07); }
  .upload-admin-card:hover,.site-icon-admin-card:hover,.library-admin:hover { box-shadow: 0 15px 34px rgba(7,59,142,.08); }
  .admin-sidebar nav button:hover { transform: translateX(4px); }
  .admin-filters button:hover,.material-info button:hover { color: var(--blue); transform: translateY(-1px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 900px) {
  .topbar nav a:not(.nav-button):not(.committee-nav-link) { display: none; }.committee-section { grid-template-columns: 1fr; }.committee-heading { margin: 0; max-width: 620px; }.hero { grid-template-columns: 1fr; }.hero::before { inset: 0; }.hero-copy { max-width: 100%; }.campaign-card { min-height: 620px; }.creator-grid { grid-template-columns: 1fr; }.preview-panel { min-height: auto; }.how-heading,.materials-heading { align-items: flex-start; flex-direction: column; gap: 28px; }.how-grid { grid-template-columns: 1fr; }.how-grid article { min-height: auto; }.how-grid article + article { border-left: 0; border-top: 1px solid #dce2e3; }.materials-grid { grid-template-columns: repeat(2,1fr); }.cta-orbit { opacity: .35; right: -300px; }.admin-shell { grid-template-columns: 1fr; }.admin-sidebar { height: auto; position: static; }.admin-sidebar nav { flex-direction: row; overflow-x: auto; }.admin-profile { margin-top: 25px; }.stat-grid { grid-template-columns: 1fr; }.upload-admin-card form,.password-admin-card form { grid-template-columns: 1fr 1fr; }.admin-material-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .topbar { height: 70px; padding: 0 18px; }.brand small { display: none; }.brand strong { font-size: 13px; }.brand-mark { height: 36px; width: 36px; }.committee-nav-link { display: none; }.nav-button { font-size: 11px; padding: 11px 12px; }.landing-carousel { min-height: 0; }.landing-slides { aspect-ratio: 16 / 9; height: auto; }.landing-slide { background-size: contain; }.committee-section { gap: 30px; padding: 58px 18px; scroll-margin-top: 70px; }.committee-heading h2 { font-size: 48px; }.committee-map,.committee-map iframe { min-height: 390px; }.landing-legal { align-items: center; flex-direction: row; font-size: 7px; gap: 0; min-height: 56px; padding: 8px 14px; }.landing-arrow { height: 40px; top: 50%; width: 40px; }.landing-arrow.previous { left: 9px; }.landing-arrow.next { right: 9px; }.landing-dots { bottom: 12px; }.hero-copy { padding: 66px 24px; }h1 { font-size: 55px; }.hero-actions { align-items: flex-start; flex-direction: column; }.campaign-card { min-height: 550px; padding: 45px 28px; }.campaign-card::before { height: 570px; left: -170px; width: 570px; }.sun-shape { height: 280px; left: 20px; width: 280px; }.portrait-placeholder { left: -70px; transform: scale(.82); transform-origin: bottom; }.campaign-number { font-size: 34px; right: 23px; top: 100px; }.campaign-name { bottom: 82px; right: 20px; }.campaign-name strong { font-size: 40px; }.campaign-name span { font-size: 21px; }.how-section { padding: 70px 24px; }.how-grid article { padding: 30px 10px; }.creator-section { padding: 70px 17px; }.creator-controls { padding: 25px 20px; }.creator-grid { min-width: 0; }.format-options { grid-template-columns: 1fr; }.frame-list { grid-template-columns: repeat(3,1fr); }.preview-panel { padding: 22px 12px; }.canvas-wrap { min-height: 340px; padding: 18px 0; }.canvas-wrap.story canvas { height: 340px; }.download-actions { flex-direction: column; }.materials-section { padding: 75px 18px; }.materials-grid { grid-template-columns: 1fr; }.closing-cta { min-height: 560px; padding: 70px 24px; }.closing-cta h2 { font-size: 48px; }.closing-cta .primary-button { display: inline-block; }.cta-orbit { right: -450px; }.closing-cta > div { z-index: 2; }footer { align-items: flex-start; flex-direction: column; gap: 24px; }.admin-main { padding: 35px 16px 60px; }.admin-header { align-items: flex-start; flex-direction: column; gap: 20px; }.admin-header h1 { font-size: 42px; }.upload-admin-card form,.site-icon-admin-card form,.password-admin-card form { grid-template-columns: 1fr; }.site-icon-admin-body { align-items: stretch; grid-template-columns: 1fr; }.site-icon-preview { height: 76px; width: 76px; }.site-icon-restore { justify-self: start; }.admin-section-title { align-items: flex-start; flex-direction: column; gap: 15px; }.admin-filters { overflow-x: auto; width: 100%; }.admin-material-grid { grid-template-columns: 1fr; }.admin-material-grid article { grid-template-columns: 100px 1fr; }.access-card { padding: 38px 24px; }.access-card h1 { font-size: 36px; }
}

@media (max-width: 560px) {
  .hero-player { grid-template-columns: 42px minmax(0,1fr); width: 100%; }
  .hero-player-next { grid-column: 1 / -1; }
  .trust-line { margin-top: 30px; }
}

.material-thumb.audio-thumb { background: linear-gradient(145deg,var(--blue),var(--sky)); justify-content: center; }
.audio-thumb > span { color: white; font-size: 38px; font-weight: 800; text-shadow: 0 7px 18px rgba(0,32,89,.3); }

[hidden] { display: none !important; }
.installer-page { background: #edf4fb; min-height: 100vh; }
.installer-shell { align-items: center; display: flex; justify-content: center; min-height: 100vh; padding: 42px 20px; }
.installer-card { background: white; border-radius: 18px; box-shadow: 0 24px 70px rgba(7,59,142,.14); max-width: 860px; padding: clamp(32px,5vw,62px); width: 100%; }
.installer-card .access-logo { margin-left: 0; width: min(100%,330px); }
.installer-card h1 { font-size: clamp(44px,6vw,72px); }
.installer-intro { color: #536b7c; font-size: 15px; line-height: 1.7; margin: 24px 0 32px; max-width: 720px; }
.installer-form { display: grid; gap: 24px; }
.installer-form fieldset { border: 1px solid #dbe4eb; border-radius: 12px; display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin: 0; padding: 24px; }
.installer-form legend { color: var(--blue); font-size: 16px; font-weight: 800; padding: 0 8px; }
.installer-form label { display: grid; gap: 7px; }
.installer-form label.full { grid-column: 1 / -1; }
.installer-form label span { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.installer-form input { background: #f8fafc; border: 1px solid #ccd9e2; border-radius: 8px; color: var(--ink); font-size: 14px; height: 46px; padding: 0 13px; width: 100%; }
.installer-warning { background: #fff5ec; border: 1px solid #ffd1b7; border-radius: 9px; color: #7f4b2c; font-size: 11px; line-height: 1.55; margin: 0; padding: 14px 16px; }
.installer-form .primary-button { border: 0; cursor: pointer; justify-self: start; }
.installer-success { background: #eaf8f2; border: 1px solid #b8e5d3; border-radius: 9px; color: #18785b; margin: 0 0 28px; padding: 16px; }
.installer-card > .primary-button { display: inline-block; }

@media (max-width: 720px) {
  .installer-form fieldset { grid-template-columns: 1fr; padding: 18px; }
  .installer-form label.full { grid-column: auto; }
  .installer-card .access-logo { margin-left: auto; margin-right: auto; }
  .installer-card h1 { font-size: 44px; }
}

@media (hover: hover) {
  .jingles-banner:hover img { transform: scale(1.012); }
  .jingle-arrow:hover { background: var(--ink); box-shadow: 0 16px 32px rgba(24,16,0,.28); transform: scale(1.09); }
  .jingle-arrow:active { transform: scale(.96); }
  .jingle-card:hover { box-shadow: 0 23px 48px rgba(103,30,0,.25); transform: translateY(-5px); }
  .jingle-card > a:hover { background: var(--ink); box-shadow: 0 9px 20px rgba(0,28,55,.23); transform: translateY(-2px); }
}

@media (max-width: 900px) {
  .jingles-library { padding-bottom: 58px; padding-top: 38px; }
  .jingles-carousel { gap: 10px; grid-template-columns: 46px minmax(0,1fr) 46px; }
  .jingle-stack { height: 218px; }
  .jingle-arrow { height: 42px; width: 42px; }
  .jingle-card { gap: 15px; grid-template-columns: 48px minmax(0,1fr) auto; padding: 20px; }
  .jingle-card audio { grid-column: 2 / 4; }
}

@media (max-width: 560px) {
  .jingles-library { padding: 28px 18px 46px; }
  .jingles-carousel { display: block; padding: 0 29px; position: relative; }
  .jingle-arrow { height: 42px; position: absolute; top: calc(50% - 32px); width: 42px; }
  .jingle-arrow.previous { left: 0; }
  .jingle-arrow.next { right: 0; }
  .jingle-stack { height: 246px; }
  .jingle-card { grid-template-columns: 42px minmax(0,1fr); padding: 15px; }
  .jingle-card.next { transform: translate3d(15px,12px,0) scale(.96); }
  .jingle-card.next-two { transform: translate3d(27px,23px,0) scale(.92); }
  .jingle-card.previous { transform: translate3d(-14px,12px,0) scale(.95); }
  .jingle-card.hidden { transform: translate3d(38px,25px,0) scale(.89); }
  .jingle-number { height: 38px; width: 38px; }
  .jingle-card audio,.jingle-card > a { grid-column: 1 / -1; }
  .jingle-card > a { text-align: center; }
  .jingles-empty { align-items: flex-start; padding: 23px; }
  .jingles-empty > span { flex: 0 0 54px; height: 54px; width: 54px; }
}
