@charset "UTF-8";

:root {
  --navy: #082b49;
  --navy-light: #0b3557;
  --coral: #e85f4d;
  --terracotta: #c44735;
  --milk: #fff9ef;
  --cream: #f8f0e4;
  --gold: #c99643;
  --sand: #ead7bd;
  --text-muted: #526575;
 color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--navy); background: var(--milk); font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; background: radial-gradient(ellipse at 10% 15%, #f0f3f3 0, transparent 48%), radial-gradient(ellipse at 95% 65%, #fcf1e6 0, transparent 48%), var(--milk); }
button { font: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
button:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; }
h1:focus, h2:focus { outline: none; }
[hidden] { display: none !important; }
.screen { animation: appear .45s ease both; }
.home { min-height: 100svh; padding: 40px 24px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.eyebrow { font-size: 10px; letter-spacing: .19em; font-weight: 600; color: var(--text-muted); line-height: 1.6; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px #e85f4d14; vertical-align: middle; }
.hero-art { width: 300px; height: 245px; position: relative; margin-top: clamp(20px, 5vh, 60px); isolation: isolate; }
.orb { position: absolute; left: 62px; top: 22px; width: 176px; height: 176px; border-radius: 50%; background: radial-gradient(circle at 28% 24%, #ffffffee, transparent 35%), radial-gradient(circle at 73% 70%, #e85f4d, transparent 52%), linear-gradient(140deg, #0b3557 15%, #082b49 54%, var(--coral)); box-shadow: inset -9px -12px 22px #082b4935, inset 4px 5px 14px #fff, 0 25px 60px #082b491f; animation: float 7s ease-in-out infinite; }
.orbit { position: absolute; width: 274px; height: 85px; left: 13px; top: 70px; border: 1px solid #c9964399; border-radius: 50%; transform: rotate(-28deg); }
.orbit-one { z-index: 1; border-top-color: transparent; }
.orbit-two { transform: rotate(38deg); width: 236px; left: 32px; border-color: #fff9; }
.spark { position: absolute; color: var(--navy); }.spark-one { right: 10px; top: 22px; font-size: 37px; }.spark-two { left: 12px; top: 158px; font-size: 28px; }
.art-label { position: absolute; bottom: 6px; left: 0; right: 0; font-size: 8px; letter-spacing: .23em; color: var(--text-muted); }
h1 { font-size: clamp(32px, 7.8vw, 66px); margin: 22px 0 24px; letter-spacing: -.06em; font-weight: 750; line-height: 1.1; position: relative; }
h1 > span:first-child { color: var(--terracotta); }.title-star { position: absolute; right: -23px; top: -9px; font-size: 23px; color: var(--gold); font-weight: 400; }
.intro { font-size: clamp(18px, 2.3vw, 23px); line-height: 1.45; letter-spacing: -.025em; margin: 0 0 12px; }
.description { font-size: 15px; line-height: 1.6; color: var(--text-muted); margin: 0; }
.primary-button { margin: 30px 0 40px; border: 1px solid #ffffff2b; border-radius: 18px; color: var(--milk); background: linear-gradient(115deg, var(--navy-light), var(--navy)); box-shadow: 0 10px 24px #082b4926, inset 0 1px 0 #ffffff33; padding: 19px 24px; width: min(100%, 330px); display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: 600; transition: transform .2s, box-shadow .2s; }.primary-button span { font-size: 23px; font-weight: 400; line-height: 1; }.primary-button:active { transform: scale(.98); }
.signature { font-size: 11px; color: var(--text-muted); letter-spacing: .05em; }.home .signature { margin-top: auto; padding-top: 12px; }
.tasks { max-width: 1000px; min-height: 100svh; margin: auto; padding: 28px 32px 24px; }.tasks-nav { display: flex; align-items: center; justify-content: space-between; }.back-button { border: 1px solid #dfd6c8; background: #ffffff70; color: var(--text-muted); padding: 11px 16px; border-radius: 30px; font-size: 13px; }.back-button span { margin-right: 8px; }.wordmark { font-size: 11px; letter-spacing: -.025em; font-weight: 750; }.wordmark span { margin-left: 7px; color: var(--gold); font-size: 17px; }
.tasks-heading { text-align: center; margin: 43px 0 30px; }.tasks-heading .eyebrow { margin: 0 0 13px; }h2 { margin: 0; font-size: clamp(28px, 4.3vw, 42px); letter-spacing: -.045em; line-height: 1.16; font-weight: 600; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.card { border: 1px solid #fff; border-radius: 23px; padding: 20px; min-height: 203px; box-shadow: 0 6px 22px #082b4906; overflow: hidden; }.card-top { display: flex; justify-content: space-between; align-items: flex-start; height: 90px; }.card-number { font-size: 10px; letter-spacing: .13em; opacity: .72; }.card h3 { margin: 8px 0; font-size: 13px; font-weight: 700; letter-spacing: .015em; line-height: 1.4; }.card p { margin: 0; font-size: 12px; color: var(--text-muted); line-height: 1.6; max-width: 230px; }
.card-ideas { background: linear-gradient(135deg, #f0f3f5, #e4ebef); }.card-writing { background: linear-gradient(135deg, #fff9ef, #f4e3d5); }.card-image { background: linear-gradient(135deg, #f1f4f5, #e2eaf0); }.card-video { background: linear-gradient(135deg, #fbf5eb, #f1e6d6); }.card-content { background: linear-gradient(135deg, #f0f3f5, #e4ebef); }.card-selling { background: linear-gradient(135deg, #fff9ef, #f1e6d6); }
.card-art { display: inline-flex; width: 66px; height: 66px; position: relative; justify-content: center; align-items: center; }.art-ideas { color: var(--navy); font-size: 82px; line-height: 1; text-shadow: 2px 4px 0 #082b4933; transform: rotate(12deg); }.art-writing { flex-direction: column; gap: 7px; border: 1px solid #ffffffbf; background: #fff5; border-radius: 12px; transform: rotate(-12deg); box-shadow: 6px 6px 0 #e85f4d33; }.art-writing i { height: 3px; width: 34px; background: var(--terracotta); border-radius: 5px; }.art-writing i:last-child { width: 22px; margin-right: 12px; }
.art-image { border: 5px solid #ffffffa6; border-radius: 15px; background: #9cb1c1; transform: rotate(8deg); overflow: hidden; }.art-image::before { content: ""; width: 13px; height: 13px; background: var(--gold); position: absolute; right: 8px; top: 7px; border-radius: 50%; }.art-image i { width: 50px; height: 50px; background: var(--navy); position: absolute; transform: rotate(45deg); bottom: -29px; left: -2px; border-radius: 5px; }
.art-video { color: var(--navy); border: 1px solid #fffd; border-radius: 22px; background: #ffffff50; font-size: 26px; padding-left: 4px; transform: rotate(-8deg); box-shadow: 5px 5px 0 #082b4920; }.art-content i { position: absolute; width: 40px; height: 51px; border: 1px solid #ffffffcc; border-radius: 9px; background: #0b3557; transform: rotate(-18deg) translateX(-11px); }.art-content i:nth-child(2) { background: #d94b38; transform: rotate(3deg); }.art-content i:nth-child(3) { background: #ead7bd; transform: rotate(20deg) translateX(11px); }.art-selling { color: var(--gold); font-size: 75px; font-weight: 300; text-shadow: 4px 4px 0 #c9964344; }
.card-discovery { grid-column: 1 / -1; min-height: 126px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(110deg, #f8f0e4cc, #fff9); }.card-discovery p { max-width: none; }.discovery-art { font-size: 86px; line-height: 1; color: var(--navy); margin: 0 18px; }.tasks > .signature { text-align: center; margin-top: 28px; }
@media (hover: hover) { .primary-button:hover { background: linear-gradient(115deg, #082b49, #062139); transform: translateY(-2px); box-shadow: 0 14px 28px #994b3245; }.back-button:hover { background: white; } }
@media (max-width: 650px) { .home { padding-top: 28px; }.hero-art { margin-top: 25px; }.tasks { padding: 20px 18px; }.tasks-heading { margin: 34px 0 24px; }.cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.card { padding: 16px 14px; border-radius: 19px; min-height: 202px; }.card-top { height: 84px; }.card h3 { font-size: 11px; }.card p { font-size: 11px; }.card-art { width: 55px; height: 55px; }.art-ideas { font-size: 67px; }.card-discovery { min-height: 125px; }.discovery-art { margin: 0 6px; font-size: 66px; } }
@media (max-width: 340px) { .eyebrow { font-size: 8px; }.hero-art { transform: scale(.88); margin: 6px 0 -12px; }.title-star { right: -16px; font-size: 17px; }.desktop-break { display: none; }.cards { grid-template-columns: 1fr; }.card { min-height: 180px; } }
@keyframes appear { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

/* Writing flow: the original home and task styles remain unchanged. */
.card-writing, .card-image, .card-ideas, .card-video, .card-content { position: relative; }
.card-hit { position: absolute; inset: 0; z-index: 1; border: 0; border-radius: inherit; background: transparent; }
.card-hit:focus-visible { outline-offset: -4px; }
.flow { max-width: 740px; padding-bottom: 40px; }
.flow-description { color: var(--text-muted); font-size: 15px; line-height: 1.65; margin: 18px 0 24px; }
.text-types { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.type-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 20px; min-height: 130px; padding: 22px; text-align: left; color: var(--navy); border: 1px solid white; border-radius: 21px; background: linear-gradient(135deg, #fff9ef, #f8f0e4); line-height: 1.4; }
.type-card small { font-size: 11px; color: var(--text-muted); }
.type-card:disabled { cursor: default; color: var(--text-muted); background: #ffffff50; }
.type-card:disabled small { color: var(--text-muted); }
.step-progress { margin: 35px 0 28px; }
.step-progress .eyebrow { margin-bottom: 10px; }
progress { display: block; width: 100%; height: 5px; border: none; border-radius: 10px; background: #e0e6ea; accent-color: var(--terracotta); overflow: hidden; }
progress::-webkit-progress-bar { background: #e0e6ea; }
progress::-webkit-progress-value { background: linear-gradient(90deg, var(--navy), var(--coral)); border-radius: 10px; }
progress::-moz-progress-bar { background: linear-gradient(90deg, var(--navy), var(--coral)); }
.flow h2 { font-size: clamp(27px, 4.3vw, 38px); }
#answer-control textarea { display: block; resize: vertical; width: 100%; min-height: 150px; border: 1px solid #dfd6c8; border-radius: 20px; padding: 20px; font: inherit; font-size: 16px; line-height: 1.65; color: var(--navy); background: #ffffffa6; box-shadow: 0 8px 25px #082b4907; }
#answer-control textarea:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; }
.answer-options { display: grid; gap: 10px; }
.answer-option { display: flex; align-items: center; gap: 13px; min-height: 54px; padding: 14px 18px; border: 1px solid #dfd6c8; border-radius: 17px; background: #ffffff85; cursor: pointer; font-size: 15px; line-height: 1.45; }
.answer-option:has(input:checked) { background: #e3ebf0; border-color: var(--navy); }
.answer-option:has(input:focus-visible) { outline: 2px solid var(--navy); outline-offset: 2px; }
.answer-option input { width: 18px; height: 18px; flex-shrink: 0; margin: 0; accent-color: var(--navy); }
.flow .primary-button { width: 100%; max-width: none; margin: 22px 0 0; justify-content: center; font-size: 14px; min-height: 58px; }
.form-error { color: #a73829; font-size: 13px; line-height: 1.5; margin: 12px 0 0; }
.form-error:empty { display: none; }
.prompt-output { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 15px; line-height: 1.75; padding: 26px; background: #ffffffa6; border: 1px solid white; border-radius: 23px; box-shadow: 0 10px 35px #082b4909; user-select: text; }
.prompt-output:focus-visible { outline: 2px solid var(--terracotta); }
.copy-status { min-height: 44px; margin: 14px 0; font-size: 13px; line-height: 1.55; text-align: center; color: var(--navy); }
.result-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.result-actions button { min-height: 44px; }
.clipboard-helper { position: fixed; left: 0; top: 0; width: 1px; height: 1px; opacity: 0; font-size: 16px; }
@media (max-width: 450px) { .text-types { grid-template-columns: 1fr; }.type-card { min-height: 86px; flex-direction: row; align-items: center; padding: 18px; }.type-card small { flex-shrink: 0; }.prompt-output { padding: 20px; }.flow-description { font-size: 14px; } }

/* Service recommendations on the result screen. */
.services { margin: 6px 0 28px; }
.services > h3 { margin: 0; font-size: clamp(23px, 4vw, 29px); font-weight: 600; letter-spacing: -.035em; line-height: 1.25; }
.services-intro { font-size: 14px; line-height: 1.65; color: var(--text-muted); margin: 12px 0 24px; }
.service-group-title { font-size: 12px; letter-spacing: .035em; font-weight: 600; color: var(--text-muted); margin: 24px 0 12px; }
.service-list { display: grid; gap: 10px; }
.service-card { --service-accent: var(--terracotta); border: 1px solid #fff; border-radius: 20px; padding: 18px 20px; box-shadow: 0 5px 20px #082b4906; }
.service-alice { background: linear-gradient(115deg, #f8ecdf, #fff9ef); }
.service-qwen { --service-accent: var(--navy); background: linear-gradient(115deg, #e9eff3, #f4f5f3); }
.service-deepseek { --service-accent: var(--navy); background: linear-gradient(115deg, #e4edf3, #f3f5f5); }
.service-chatgpt { --service-accent: var(--navy); background: linear-gradient(135deg, #e9eff3, #f4f5f3); }
.service-SYNTX { --service-accent: var(--terracotta); background: linear-gradient(135deg, #f3e8d8, #fff9ef); }
.service-heading { display: flex; align-items: center; gap: 12px; }
.service-symbol { width: 36px; height: 36px; display: grid; place-items: center; flex-shrink: 0; font-size: 27px; color: var(--service-accent); border-radius: 12px; background: #ffffff80; }
.service-heading h5 { margin: 0 0 4px; font-size: 13px; letter-spacing: .08em; }
.service-heading p { margin: 0; color: var(--text-muted); font-size: 12px; line-height: 1.5; }
.service-description { font-size: 13px; line-height: 1.6; color: var(--text-muted); margin: 12px 0; }
.service-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 12px; }
.service-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.service-badges span { font-size: 10px; line-height: 1.5; color: var(--text-muted); background: #ffffffa6; padding: 4px 9px; border-radius: 9px; }
.qwen-access { margin: 0 0 9px; }
.qwen-access span { background: #dce7ee; color: var(--navy); font-size: 11px; font-weight: 600; }
.service-link { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 44px; padding: 10px 14px; border-radius: 12px; background: #ffffffb3; color: var(--service-accent); font-size: 12px; font-weight: 600; line-height: 1.5; text-decoration: none; margin-left: auto; border: 1px solid #fff; }
.service-link span { font-size: 17px; }
.service-link:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
.service-extras { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.service-extras .service-card { display: flex; flex-direction: column; }
.service-extras .service-footer { margin-top: auto; padding-top: 10px; }
.first-ai { display: flex; gap: 13px; padding: 20px; margin: 0 0 26px; border: 1px solid #dfd6c8; border-radius: 20px; background: #ffffff60; }
.first-ai-star { color: var(--navy); font-size: 30px; line-height: 1; }
.first-ai h3 { font-size: 15px; margin: 0 0 10px; font-weight: 600; }
.first-ai p { font-size: 13px; line-height: 1.75; color: var(--text-muted); margin: 0; }
@media (hover: hover) { .service-link:hover { background: #fff; box-shadow: 0 3px 10px #082b4910; } }
@media (max-width: 520px) { .service-extras { grid-template-columns: 1fr; }.service-card { padding: 16px; }.first-ai { padding: 17px; } }

/* The final question uses the terracotta action; other primary actions use navy. */
#questions.final-step #next-step {
  background: linear-gradient(115deg, var(--terracotta), #b83e2d);
  box-shadow: 0 10px 24px #d94b3826, inset 0 1px 0 #fff9ef33;
}
@media (hover: hover) {
  #questions.final-step #next-step:hover {
    background: linear-gradient(115deg, #b43e2e, #a53728);
    box-shadow: 0 14px 28px #d94b3830;
  }
}

/* Image scenario choices reuse the existing card palette and typography. */
.image-type { flex-direction: column; align-items: flex-start; gap: 12px; }
.image-type small { flex-shrink: 1; }
.image-services { padding: 22px; border: 1px solid #fff9ef; border-radius: 20px; background: linear-gradient(135deg, #f0f3f5, #fff9ef); }
.image-services .services-intro:last-child { margin-bottom: 0; }

/* Image recommendations reuse the existing service card design. */
#image-services .service-heading h4 { margin: 0 0 4px; font-size: 13px; letter-spacing: .08em; }
#toggle-image-services { margin: 16px 0; min-height: 44px; }
.image-howto { margin: 22px 0 0; }
.image-howto p + p { margin-top: 14px; }

#ideas-services > .service-list, #content-services > .service-list { margin-top: 20px; }
