:root{
  --bg:#f4f7fb;
  --ink:#071d3a;
  --muted:#607089;
  --line:#d9e1ec;
  --card:#ffffff;
  --brand:#0f5fd5;
  --brand-dark:#071d3a;
  --accent:#f4b400;
  --danger:#b42318;
  --ok:#067647;
  --warn:#b54708;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px}
a{color:inherit}.site-header{display:flex;justify-content:space-between;align-items:center;padding:28px 62px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.brand{font-weight:800;text-decoration:none;font-size:20px;display:flex;align-items:center;gap:12px}.brand-mark{width:36px;height:36px;border-radius:9px;background:var(--brand-dark);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-weight:900}nav{display:flex;gap:28px;align-items:center;font-weight:800}nav a{text-decoration:none;color:var(--ink)}.button{background:var(--brand);color:#fff;border:0;border-radius:10px;padding:15px 22px;text-decoration:none;font-weight:800;cursor:pointer;display:inline-block;box-shadow:0 12px 22px rgba(15,95,213,.18)}.button.small{padding:13px 18px}.button.ghost{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.linklike{border:0;background:none;color:var(--ink);font:inherit;font-weight:800;cursor:pointer}.page{display:none;max-width:1220px;margin:auto}.page.active{display:block}.home-page,.how-page{padding:88px 58px}.narrow{padding:80px 58px;max-width:980px}.dashboard{padding:80px 58px;max-width:1220px}.hero-section{min-height:640px;display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center}.hero-copy{max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--brand);font-weight:900;font-size:13px;margin:0 0 22px}.eyebrow.blue{color:var(--brand)}h1{font-size:76px;line-height:.96;letter-spacing:-.06em;margin:0 0 26px}h2{font-size:70px;line-height:.96;letter-spacing:-.055em;margin:0 0 42px}h3{font-size:21px;line-height:1.3;margin:0 0 20px}.lead{font-size:26px;line-height:1.35;color:var(--muted);max-width:680px;margin:0}.actions{display:flex;gap:14px;margin-top:34px}.under-cta{color:var(--muted);margin-top:30px}.browser-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(7,29,58,.10)}.browser-bar{height:40px;background:#ecf1f8;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding-left:18px}.browser-bar span{width:12px;height:12px;background:#aab5c4;border-radius:50%}.browser-body{min-height:430px;padding:58px 46px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.browser-body h3{font-size:40px;letter-spacing:-.04em}.pill{background:#eef5ff;color:var(--brand);text-transform:uppercase;letter-spacing:.08em;font-weight:900;border-radius:999px;padding:9px 15px;font-size:13px;margin-bottom:34px}.sample-url{background:#f0f4fa;border:1px solid var(--line);border-radius:10px;padding:14px 18px;font-weight:900;margin:18px 0}.qr-box{width:92px;height:92px;border:6px solid var(--ink);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:900;background:repeating-linear-gradient(45deg,#fff,#fff 8px,#eef3fa 8px,#eef3fa 16px)}.av-section{padding-top:14px}.av-section h2{font-size:42px;letter-spacing:-.035em;margin-bottom:34px}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:70px}.card,.panel,.empty,.step-card,.campaign-card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 14px 32px rgba(7,29,58,.045)}.problem-card{min-height:180px}.problem-card p{font-size:18px;line-height:1.5}.campaign-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.campaign-card{min-height:395px}.campaign-card.dark{background:var(--brand-dark);color:#fff}.campaign-card.dark h3{font-size:40px;line-height:1.08;letter-spacing:-.04em}.campaign-card.light h3{font-size:38px;line-height:1.08;letter-spacing:-.04em}.campaign-card p{line-height:1.5}.campaign-card ol{font-weight:800;line-height:1.55;font-size:18px}.campaign-card li:last-child{color:var(--brand)}.how-page h2{max-width:720px}.how-steps{display:grid;grid-template-columns:1fr 1.35fr 1fr 1fr;gap:20px;margin-top:26px}.step-card{min-height:255px;padding:26px}.step-number{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent);font-weight:900;margin-bottom:24px}.step-card h3{font-size:22px}.step-card p{font-size:17px;line-height:1.55}.wide-note{margin-top:26px;padding:44px 32px}.wide-note p{font-size:17px;line-height:1.55}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card.featured{border:2px solid var(--brand)}.price{font-size:38px;font-weight:900;margin:10px 0}label{display:block;font-weight:800;margin:18px 0 8px}input,textarea,select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:10px;font:inherit;font-weight:400;background:#fff}input::placeholder,textarea::placeholder{font-weight:400;color:#8a96a8}textarea{min-height:95px}.help,.form-note{display:block;color:var(--muted);font-size:14px;margin-top:6px}.dash-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.hidden{display:none}.upload-panel{margin-bottom:24px}.radio,.check{font-weight:400}.deck-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:18px}.deck{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.deck-top{display:flex;justify-content:space-between;gap:14px}.status{display:inline-block;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.ready{background:#dcfae6;color:var(--ok)}.processing{background:#fef0c7;color:var(--warn)}.attention{background:#fee4e2;color:var(--danger)}.meta{color:var(--muted);font-size:14px;line-height:1.55}.url{word-break:break-all;background:#f3f6fa;border-radius:10px;padding:10px;font-size:14px}.deck-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.secondary{background:#eef3f9;color:var(--brand);box-shadow:none}footer{border-top:1px solid var(--line);padding:34px 32px;display:flex;justify-content:center;gap:28px;color:var(--muted);background:#fff;font-weight:700}footer a{text-decoration:none}.footer-brand{font-weight:900}
.ready-panel{margin-top:18px;background:#f8fbff;border:1px solid var(--line);border-radius:16px;padding:18px}.ready-panel h4{font-size:20px;margin:0 0 8px}.ready-panel p{margin:0 0 12px;color:var(--muted);line-height:1.5}.ready-panel ol{margin:0;padding-left:22px}.ready-panel li{margin:13px 0;line-height:1.5}.ready-panel li span{color:var(--muted);font-size:14px}.go-to{display:inline-block;margin-top:8px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 10px;color:var(--ink)!important;word-break:break-all;font-weight:700}.helpful-suggestion{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;color:var(--muted);font-size:14px;line-height:1.5}.helpful-suggestion strong{color:var(--ink)}.qr-download{margin-top:16px;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px}.qr-download img{width:112px;height:112px;display:block;border-radius:8px}.download-link{font-weight:800;color:var(--brand);text-decoration:none}.download-link:hover{text-decoration:underline}
@media(max-width:950px){.site-header{align-items:flex-start;gap:16px;flex-direction:column;padding:22px 24px}nav{flex-wrap:wrap;gap:16px}.home-page,.how-page,.narrow,.dashboard{padding:54px 24px}.hero-section{display:block;min-height:auto}.browser-card{margin-top:40px}h1{font-size:48px}h2{font-size:46px}.lead{font-size:21px}.cards,.problem-grid,.campaign-grid,.how-steps{grid-template-columns:1fr}.dash-head{display:block}.campaign-card{min-height:auto}}
.price-list{margin:18px 0 0;padding-left:22px;line-height:1.65;font-size:17px;color:var(--ink)}
.price-list li{margin:4px 0}
.deck-grid{grid-template-columns:1fr}
.deck{padding:24px}
.deck-layout{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:24px;align-items:start}
.deck-preview{width:100%}
.deck-thumb,.thumb-button{width:100%;aspect-ratio:16/9;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#eef3f9;box-shadow:0 14px 28px rgba(7,29,58,.08);display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:800}
.thumb-button{padding:0;cursor:pointer}
.thumb-button img{width:100%;height:100%;object-fit:cover;display:block}
.deck-thumb.placeholder span{padding:18px;text-align:center}
.preview-modal{position:fixed;inset:0;background:rgba(7,29,58,.72);display:flex;align-items:center;justify-content:center;padding:30px;z-index:1000}
.preview-modal.hidden{display:none}
.preview-modal-card{position:relative;background:#fff;border-radius:18px;padding:18px;max-width:min(1100px,96vw);box-shadow:0 24px 70px rgba(0,0,0,.3)}
.preview-modal-card img{display:block;max-width:100%;max-height:82vh;border-radius:12px}
.preview-close{position:absolute;top:8px;right:10px;width:36px;height:36px;border:0;border-radius:50%;background:#071d3a;color:#fff;font-size:26px;line-height:1;cursor:pointer}
@media(max-width:850px){.deck-layout{grid-template-columns:1fr}.deck{padding:18px}}

.upload-progress{margin-top:18px;background:#f8fbff;border:1px solid var(--line);border-radius:16px;padding:16px}
.progress-bar{height:10px;background:#e6edf7;border-radius:999px;overflow:hidden}
.progress-bar span{display:block;height:100%;width:0;background:var(--brand);border-radius:999px;transition:width .25s ease}
.progress-steps{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:0;margin:12px 0 0;color:var(--muted);font-size:13px;font-weight:800;text-align:center}
.progress-steps li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 6px}
.progress-steps li.active{border-color:var(--brand);color:var(--brand);background:#eef5ff}
.progress-steps li.done{border-color:var(--ok);color:var(--ok);background:#ecfdf3}
@media(max-width:700px){.progress-steps{grid-template-columns:1fr;text-align:left}}
.current-section,.previous-section{margin-top:28px}.section-head{margin:0 0 14px}.section-head h3{margin:0 0 10px;font-size:28px}.previous-section{padding-top:34px;border-top:1px solid var(--line)}.previous-deck .ready-panel{display:none}.previous-deck{margin-bottom:22px}.current-deck{margin-bottom:34px}
.choice-modal{position:fixed;inset:0;background:rgba(7,29,58,.72);display:flex;align-items:center;justify-content:center;padding:28px;z-index:1100}
.choice-card{background:#fff;border-radius:22px;border:1px solid var(--line);box-shadow:0 24px 70px rgba(0,0,0,.28);max-width:760px;width:100%;padding:28px}
.choice-card h3{font-size:28px;margin:0 0 8px;letter-spacing:-.03em}.choice-intro{color:var(--muted);margin:0 0 18px}.choice-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}.choice-option{text-align:left;background:#f8fbff;border:1px solid var(--line);border-radius:16px;padding:18px;cursor:pointer;color:var(--ink);font:inherit}.choice-option:hover{border-color:var(--brand);box-shadow:0 10px 24px rgba(15,95,213,.12)}.choice-title{display:block;font-weight:900;font-size:18px;margin-bottom:8px}.choice-option ul{margin:0;padding-left:20px;line-height:1.55;color:var(--muted)}.choice-cancel{margin-top:16px;border:0;background:none;color:var(--muted);font:inherit;font-weight:800;cursor:pointer}@media(max-width:760px){.choice-options{grid-template-columns:1fr}.choice-card{padding:22px}}

/* Release refinements */
body, button, input, textarea, select { font-size:16px; }
.eyebrow,.pill,.help,.form-note,.meta,.url,.status,.progress-steps,.ready-panel li span,.helpful-suggestion,.security-note { font-size:16px; }
.button[type="submit"], #uploadForm .button[type="submit"] { font-size:18px; }
.trial-status{font-size:19px;font-weight:900;color:#b42318;}
.radio,.check{display:flex;align-items:center;gap:10px;font-weight:400;line-height:1.4;}
.radio input,.check input{width:auto;min-width:18px;height:18px;margin:0;}
fieldset{border:1px solid var(--line);border-radius:14px;padding:14px 16px;margin:18px 0;} legend{font-weight:900;padding:0 8px;}
.status.ready{width:66px;height:66px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-align:center;background:#05603a;color:#fff;padding:0;line-height:1;font-size:16px;}
.deck-top{align-items:center;}
.orange{background:#f79009;color:#fff;box-shadow:0 10px 24px rgba(247,144,9,.20)}.orange:hover{background:#dc6803}.danger{background:#b42318;color:#fff;box-shadow:0 10px 24px rgba(180,35,24,.18)}.danger:hover{background:#912018}
.sample-slide-thumb{width:100%;max-width:360px;aspect-ratio:16/9;border-radius:18px;background:linear-gradient(135deg,#071d3a 0%,#0f5fd5 62%,#f4b400 62%,#f4b400 100%);box-shadow:0 18px 44px rgba(7,29,58,.20);color:#fff;text-align:left;padding:28px;margin:0 auto 22px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}
.sample-slide-title{font-size:36px;font-weight:900;letter-spacing:-.04em;line-height:1}.sample-slide-subtitle{font-size:16px;color:#e7eef8;font-weight:700}.sample-slide-bars{display:flex;gap:8px;margin-top:12px}.sample-slide-bars span{height:8px;border-radius:99px;background:#fff;opacity:.9}.sample-slide-bars span:nth-child(1){width:90px}.sample-slide-bars span:nth-child(2){width:62px}.sample-slide-bars span:nth-child(3){width:38px}
.sample-share-stack{display:flex;flex-direction:column;gap:14px;align-items:center;width:100%;max-width:560px}.sample-share-line{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;flex-wrap:nowrap}.sample-share-line .sample-url{margin:0}.sample-arrow{font-size:30px;font-weight:900;color:var(--brand);line-height:1}.sample-qr{width:104px;height:104px;border-radius:12px;border:1px solid var(--line);background:#fff;padding:6px}.qr-box{display:none}
.preview-modal-card{padding:22px 62px 48px}.preview-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:#071d3a;color:#fff;font-size:38px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.preview-prev{left:10px}.preview-next{right:10px}.preview-counter{position:absolute;left:0;right:0;bottom:12px;text-align:center;margin:0;color:var(--muted);font-weight:800;font-size:16px}.info-modal-card{position:relative;background:#fff;border-radius:18px;padding:28px;max-width:min(720px,94vw);width:100%;box-shadow:0 24px 70px rgba(0,0,0,.3)}.analytics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.analytics-grid div{background:#f8fbff;border:1px solid var(--line);border-radius:14px;padding:14px}.analytics-grid strong{display:block;color:var(--muted);margin-bottom:10px}.analytics-grid span{font-size:24px;font-weight:900}
@media(max-width:700px){.sample-share-line{flex-direction:row}.analytics-grid{grid-template-columns:1fr 1fr}.preview-modal-card{padding:18px 52px 44px}.preview-nav{width:40px;height:40px;font-size:32px}}


/* Release refinements: trial, sizing, QR, and action alignment */
html, body, p, li, a, span, label, input, textarea, select, button, small, .help, .form-note, .meta, .url, .status, .progress-steps, .ready-panel li span, .helpful-suggestion, .security-note, .download-link, .choice-option ul, .price-list, .wide-note p, .step-card p, .problem-card p { font-size:19px; }
body { line-height:1.5; }
.trial-status{font-size:19px;font-weight:900;color:#b42318;margin:10px 0 0;}
.deck-actions{width:100%;}
.deck-actions .danger{margin-left:auto;}
.qr-download img{width:78px;height:78px;}
.status.ready{width:66px;height:66px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-align:center;background:#05603a;color:#fff;padding:0;line-height:1;font-size:19px;}
.button[type="submit"], #uploadForm .button[type="submit"] { font-size:19px; }
@media(max-width:700px){.deck-actions .danger{margin-left:0;width:100%;text-align:center}.qr-download img{width:78px;height:78px}}

/* Release refinements: requested home/dashboard fixes */
.site-header{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;}
.header-tagline{text-align:center;font-weight:900;color:var(--brand-dark);letter-spacing:.02em;font-size:20px;}
.site-header nav{justify-content:flex-end;}
.nowrap{white-space:nowrap;}
.hero-copy h1{font-size:62px;line-height:1.02;letter-spacing:-.055em;}
.browser-body{padding:42px 36px;}
.sample-slide-thumb{max-width:440px;width:100%;aspect-ratio:16/9;}
.sample-share-stack{max-width:440px;}
.sample-share-line{justify-content:flex-start;}
.sample-share-line .sample-url{max-width:390px;width:100%;font-size:16px;line-height:1.25;overflow-wrap:anywhere;text-align:left;padding:10px 12px;}
.sample-qr{width:92px;height:92px;}
.campaign-card.dark .campaign-subcopy{font-size:20px;line-height:1.35;}
.campaign-card.dark h3{margin-bottom:22px;}
.preview-modal-card{min-width:min(920px,94vw);}
.preview-modal-card img{margin:auto;}
.preview-nav.hidden{display:none;}
.analytics-grid div span{display:block;}
@media(max-width:1100px){.site-header{grid-template-columns:1fr}.header-tagline{text-align:left}.site-header nav{justify-content:flex-start}.hero-copy h1{font-size:54px;}}
@media(max-width:700px){.hero-copy h1{font-size:44px}.sample-share-line .sample-url{font-size:14px}.sample-slide-thumb{max-width:100%;}.sample-share-stack{max-width:100%;}}

/* Release refinements: live slide, dashboard card, and preview controls */
.site-header{display:flex;justify-content:space-between;align-items:center;}
.browser-card{max-width:640px;width:100%;}
.browser-bar span{box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);}
.browser-bar .mac-red{background:#ff5f57;}
.browser-bar .mac-yellow{background:#ffbd2e;}
.browser-bar .mac-green{background:#28c840;}
.browser-body{min-height:360px;padding:38px 40px;}
.sample-slide-thumb{max-width:500px;width:100%;aspect-ratio:16/9;margin-bottom:18px;}
.sample-follow-headline{color:var(--brand);font-weight:900;font-size:22px;letter-spacing:.02em;margin:2px 0 14px;text-align:center;}
.sample-share-stack{max-width:500px;width:100%;gap:12px;}
.sample-share-line{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;justify-content:stretch;}
.sample-share-line .sample-url{width:100%;max-width:100%;box-sizing:border-box;font-size:16px;line-height:1.2;overflow-wrap:anywhere;}
.sample-share-line .sample-qr{justify-self:start;}
.av-section h2{font-size:42px;}
.campaign-card.dark .campaign-subcopy{font-size:40px;line-height:1.08;letter-spacing:-.04em;font-weight:900;color:#fff;margin-top:8px;}
.campaign-card.light ol{list-style-type: upper-alpha;}
.deck-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%;}
.deck-actions .button{padding:13px 10px;text-align:center;white-space:nowrap;font-size:14px;}
.deck-actions .danger{margin-left:0;}
.status.ready{background:#05603a;color:#fff;}
.preview-modal-card{position:relative;}
.preview-nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:0;background:#0f5fd5;color:#fff;font-size:44px;line-height:1;cursor:pointer;z-index:2;}
.preview-prev{left:18px;}
.preview-next{right:18px;}
.preview-counter{font-weight:800;text-align:center;margin:12px 0 0;color:var(--muted);}
@media(max-width:900px){.deck-actions{grid-template-columns:1fr 1fr}.campaign-card.dark .campaign-subcopy{font-size:30px}.browser-card{max-width:100%;}}
@media(max-width:560px){.deck-actions{grid-template-columns:1fr}.sample-share-line .sample-url{font-size:14px}.browser-body{padding:28px 22px}.sample-follow-headline{font-size:18px}}


/* Final requested refinements */
.hero-copy h1{font-size:62px;line-height:1.02;letter-spacing:-.055em;}
.hero-copy h1 span,.hero-copy h1 .nowrap{font-size:inherit;}
.campaign-card.light h3{font-size:33px;line-height:1.12;}
.quiz-hint{color:var(--brand);font-weight:800;margin-top:8px;}
.campaign-card.dark .campaign-subcopy{color:var(--accent);}
.campaign-card.dark .campaign-subcopy em{font-style:italic;color:inherit;font-size:inherit;}
.status.ready{background:transparent!important;color:#05603a!important;width:auto!important;height:auto!important;border-radius:0!important;padding:0!important;display:inline!important;font-weight:900;}
.delete-warning{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;color:var(--muted);font-size:19px;line-height:1.5;margin:12px 0 18px;}
.delete-warning strong{display:block;color:var(--ink);font-size:22px;margin-bottom:8px;}
.delete-actions{display:flex;gap:14px;align-items:center;justify-content:flex-start;flex-wrap:wrap;}
.delete-actions .danger{margin-left:0;}

/* User requested refinements */
footer{font-weight:400;}
footer .footer-brand{font-weight:400;}
.upload-actions{display:flex;gap:12px;align-items:center;margin-top:18px;}
.upload-actions .button{margin-top:0;}
.eyebrow{text-transform:none;}
.hero-copy .eyebrow{text-transform:titlecase;}

/* Analytics release */
.analytics-detail{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.analytics-detail h4{margin:0 0 8px;color:var(--ink);font-size:18px;}
.analytics-list{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;}
.analytics-list li{display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border-bottom:1px solid var(--line);font-size:15px;}
.analytics-list li:last-child{border-bottom:0;}
.analytics-list strong{color:var(--ink);}
.audience-mode main{min-height:100vh;background:#f5f8fc;padding:28px;}
.audience-page{max-width:1180px;margin:0 auto;}
.audience-top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px;font-size:18px;color:var(--ink);}
.audience-stage{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 18px 50px rgba(5,30,65,.12);}
.audience-stage img{display:block;width:100%;max-height:72vh;object-fit:contain;border-radius:14px;background:#fff;}
@media(max-width:760px){.analytics-detail{grid-template-columns:1fr}.audience-mode main{padding:16px}.audience-top{display:block}.audience-stage{padding:12px}}


/* Persistent processing indicators on presentation cards. */
.card-progress-steps{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  padding:0;
  margin:16px 0 18px;
}
.card-progress-steps li{
  border:2px solid var(--line);
  border-radius:999px;
  padding:9px 8px;
  text-align:center;
  background:#fff;
  color:var(--muted);
  font-weight:800;
}
.card-progress-steps li.done{
  border-color:var(--ok);
  color:var(--ok);
  background:#ecfdf3;
}
.card-progress-steps li.active{
  border-color:var(--brand);
  color:var(--brand);
  background:#eef5ff;
}
@media(max-width:700px){
  .card-progress-steps{grid-template-columns:1fr;}
}


/* Testing and user-orientation details */
.selected-file-name {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.preview-help {
  font-weight: 400 !important;
  color: var(--muted);
  opacity: .78;
}

.meta strong {
  color: var(--ink);
}


/* Explicit file chooser with selected filename beside the button */
.form-field {
  margin: 18px 0 8px;
}
.field-label {
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}
.file-picker-row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.native-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.file-picker-button {
  flex: 0 0 auto;
  margin: 0;
  box-shadow: none;
}
.file-picker-name {
  min-width: 0;
  color: var(--ink);
  font-weight: 400;
  overflow-wrap: anywhere;
}
@media (max-width: 620px) {
  .file-picker-row {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Approved UI refinements */
.hero-tagline {
  text-transform: none;
}

/* Blue page labels: larger and without tracking/kerning. */
.eyebrow {
  letter-spacing: 0;
  font-size: 15.6px;
}

/* Restore the How page cards to their natural original content height. */
.how-steps {
  align-items: stretch;
}
.step-card {
  min-height: 0;
  height: auto;
}

/* Dashboard metadata must be readable. */
.deck .meta {
  color: #000;
}
.deck .meta strong {
  color: #000;
  font-weight: 800;
}

/* Footer links reduced by 30 percent from the inherited 16px size. */
footer a {
  font-size: 11.2px;
}

/* Do not visually reveal quiz answer D. */
.campaign-card li:last-child {
  color: inherit;
  font-weight: inherit;
}


/* Viewer access controls */
.access-passcode-field,
.dialog-passcode-field{
  margin:12px 0 16px 28px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#f8fbff;
}
.access-passcode-field label,
.dialog-passcode-field label{margin-top:0;}
.enterprise-access-option{color:var(--muted);}
.enterprise-access-option input:disabled{opacity:.55;}
.access-settings-list{margin:18px 0;}
.audience-access-page{
  max-width:720px;
  margin:0 auto;
  padding:7vh 20px;
}
.audience-access-card{
  padding:34px;
}
.audience-access-card h1{
  font-size:42px;
  line-height:1.05;
  letter-spacing:-.035em;
  margin:18px 0;
}
.audience-access-brand{
  display:block;
  color:var(--brand-dark);
  font-size:22px;
}
.audience-access-actions{
  flex-wrap:wrap;
}
@media(max-width:620px){
  .access-passcode-field,
  .dialog-passcode-field{margin-left:0;}
  .audience-access-card h1{font-size:34px;}
}

.passcode-error {
  color: #b42318;
}


/* Dashboard presentation search and compact-card layout */
.dashboard-search-panel {
  margin: 28px 0 22px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(7, 29, 58, .045);
}

.dashboard-search-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dashboard-search-heading h3 {
  margin-bottom: 2px;
}

.dashboard-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 14px;
}

.dashboard-search-label {
  grid-column: 1 / -1;
  margin: 0;
}

.dashboard-search-row input {
  margin: 0;
}

.dashboard-search-clear {
  min-width: 100px;
  box-shadow: none;
}

.dashboard-search-help {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.deck-grid {
  display: block;
}

.compact-deck {
  padding: 0;
  margin-bottom: 12px;
  overflow: hidden;
}

.compact-deck-toggle {
  display: grid;
  grid-template-columns: minmax(230px, 1.25fr) minmax(260px, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.compact-deck-toggle:hover {
  background: #f8fbff;
}

.compact-deck-primary {
  min-width: 0;
}

.compact-deck-title {
  display: block;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25;
}

.compact-deck-url {
  display: block;
  margin-top: 5px;
  color: var(--brand);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.compact-deck-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.compact-deck-expand {
  color: var(--brand);
  font-weight: 900;
}

.expanded-deck {
  margin-bottom: 18px;
}

.expanded-deck-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.expanded-deck-heading .deck-top {
  flex: 1;
}

.collapse-card-button {
  border: 0;
  background: transparent;
  color: var(--brand);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  padding: 4px 0;
}

.speakable-url-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
  width: 100%;
  margin-bottom: 14px;
}

.speakable-url-row .url {
  flex: 1;
  margin: 0;
  display: flex;
  align-items: center;
}

.copy-url-button {
  flex: 0 0 auto;
  white-space: nowrap;
  box-shadow: none;
}

@media (max-width: 940px) {
  .compact-deck-toggle {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .compact-deck-meta {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  .dashboard-search-row {
    grid-template-columns: 1fr;
  }

  .dashboard-search-clear {
    width: 100%;
  }

  .compact-deck-toggle {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 16px;
  }

  .compact-deck-toggle .status {
    grid-column: 2;
    grid-row: 1;
  }

  .compact-deck-expand {
    grid-column: 2;
    grid-row: 2;
  }

  .speakable-url-row {
    flex-direction: column;
  }

  .copy-url-button {
    width: 100%;
  }

  .expanded-deck-heading {
    align-items: flex-start;
  }
}


/* Dashboard review corrections */
.dashboard-search-heading h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.dashboard-search-label,
.dashboard-search-help,
.dashboard-search-row input,
.dashboard-search-clear,
.dashboard .meta,
.dashboard .url,
.dashboard .status,
.dashboard .button,
.dashboard .form-note,
.dashboard .help {
  font-size: 14px;
}

.compact-deck-toggle {
  grid-template-columns:
    minmax(220px, 1.35fr)
    minmax(190px, .9fr)
    auto;
}

.compact-deck-title {
  font-size: 18px;
}

.compact-deck-url,
.compact-deck-meta,
.compact-deck-expand,
.compact-deck-controls .status {
  font-size: 14px;
}

.compact-deck-meta {
  gap: 4px;
  font-weight: 400;
}

.compact-deck-meta-heading {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.compact-deck-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  min-width: 150px;
}

.compact-deck-expand {
  order: 1;
  font-weight: 400;
}

.compact-deck-controls .status {
  order: 2;
  font-weight: 400;
  white-space: nowrap;
}

.expanded-deck-heading {
  align-items: center;
}

.expanded-deck-heading h3 {
  margin: 0;
  font-size: 20px;
}

.expanded-deck-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.expanded-deck-controls .status,
.collapse-card-button {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.qr-download {
  display: inline-flex;
  width: auto;
  max-width: 220px;
  padding: 10px;
  gap: 10px;
  align-items: center;
}

.qr-download img {
  width: 78px;
  height: 78px;
}

.qr-download-help {
  max-width: 105px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.deck-actions {
  display: grid;
  grid-template-columns:
    repeat(auto-fit, minmax(145px, 1fr));
  gap: 10px;
  width: 100%;
}

.deck-actions .button {
  width: 100%;
  min-width: 0;
  padding: 12px 10px;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.speakable-url-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.copy-url-button {
  width: auto;
  min-width: 120px;
  white-space: normal;
}

@media (max-width: 940px) {
  .compact-deck-toggle {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .compact-deck-meta {
    grid-column: 1;
    grid-row: 2;
  }

  .compact-deck-controls {
    grid-column: 2;
    grid-row: 1 / span 2;
    flex-direction: column;
    gap: 10px;
    min-width: 95px;
  }

  .deck-actions {
    grid-template-columns:
      repeat(auto-fit, minmax(130px, 1fr));
  }
}

@media (max-width: 620px) {
  .expanded-deck-heading {
    align-items: flex-start;
  }

  .expanded-deck-controls {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

  .speakable-url-row {
    grid-template-columns: 1fr;
  }

  .copy-url-button {
    width: 100%;
  }

  .qr-download {
    max-width: 100%;
  }

  .deck-actions {
    grid-template-columns: 1fr;
  }
}


/* Enforce dashboard text-size limit */
.dashboard-search-heading h3,
.compact-deck-title,
.expanded-deck-heading h3 {
  font-size: 14px;
}


/* Compact status text corrections */
.compact-deck-meta,
.compact-deck-meta span,
.compact-deck-meta strong,
.compact-deck-meta-heading {
  color: #000;
  font-size: 14px;
  line-height: 1.35;
}

.compact-deck-meta span {
  font-weight: 400;
}

.compact-deck-meta strong {
  font-weight: 800;
}

.compact-deck-meta-heading {
  font-weight: 800;
}


/* Ready panel typography refinement */
.ready-panel {
  padding: 14px;
}

.ready-panel h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.ready-panel p {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.ready-panel ol {
  margin-top: 6px;
}

.ready-panel li {
  font-size: 14px;
  margin: 8px 0;
}

.ready-panel li span {
  font-size: 13px;
  line-height: 1.4;
}

.helpful-suggestion {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
}

.helpful-suggestion strong {
  font-size: 14px;
}

.qr-download-help {
  font-size: 13px;
}

/* Collapsed presentation card thumbnails */
.compact-deck-toggle {
  grid-template-columns:
    96px
    minmax(190px, 1.2fr)
    minmax(190px, .9fr)
    auto;
  gap: 16px;
  padding: 14px 18px;
}

.compact-deck-thumbnail {
  display: flex;
  width: 96px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dee8;
  border-radius: 7px;
  background: #f4f6f9;
  box-shadow: 0 2px 6px rgba(20, 32, 50, .10);
}

.compact-deck-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compact-deck-thumbnail.placeholder span {
  padding: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.compact-deck-primary {
  align-self: center;
}

@media (max-width: 940px) {
  .compact-deck-toggle {
    grid-template-columns: 88px minmax(0, 1fr) auto;
  }

  .compact-deck-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 88px;
  }

  .compact-deck-primary {
    grid-column: 2;
    grid-row: 1;
  }

  .compact-deck-meta {
    grid-column: 2;
    grid-row: 2;
  }

  .compact-deck-controls {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 620px) {
  .compact-deck-toggle {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .compact-deck-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 76px;
  }

  .compact-deck-primary {
    grid-column: 2;
    grid-row: 1;
  }

  .compact-deck-meta {
    grid-column: 2;
    grid-row: 2;
  }

  .compact-deck-controls {
    grid-column: 1 / -1;
    grid-row: 3;
    flex-direction: row;
    justify-content: flex-end;
    min-width: 0;
  }
}
