:root {
    --gc-bg:#f7f7fb;
    --gc-card:#fff;
    --gc-ink:#191c24;
    --gc-muted:#667085;
    --gc-line:#e6e9f2;
    --gc-pink:#ff5ea8;
    --gc-purple:#7a5cff;
    --gc-gold:#f6b73c;
    --gc-green:#39bf95;
    --gc-soft:#f5f6fc;
    --shadow:0 24px 70px rgba(25,28,36,.08)
}
* { box-sizing:border-box }
html,body { max-width:100%; overflow-x:hidden }
body {
    margin:0;
    font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    background:radial-gradient(circle at top left,rgba(255,94,168,.08),transparent 20%),radial-gradient(circle at top right,rgba(122,92,255,.08),transparent 20%),var(--gc-bg);
    color:var(--gc-ink)
}
img { max-width:100%; display:block }
.gc-wrap,.gc-hero,.gc-section,.gc-cta { width:min(1230px,calc(100% - 36px)); margin:0 auto }
.gc-tag {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 12px;
    border-radius:999px;
    background:#f3eefe;
    color:var(--gc-purple);
    font-size:11px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase
}
.gc-head { text-align:center; max-width:860px; margin:0 auto 38px }
.gc-head h2 { margin:14px 0 10px; font-size:clamp(34px,4.8vw,58px); line-height:1.04; letter-spacing:-.05em }
.gc-head p { margin:0; color:var(--gc-muted); font-size:15px; line-height:1.85 }
.gc-hero { display:grid; grid-template-columns:1.05fr .95fr; gap:42px; align-items:center; padding:74px 0 70px }
.gc-hero-copy h1 { margin:0; font-size:clamp(46px,6vw,78px); line-height:.95; letter-spacing:-.06em }
.gc-hero-copy h1 span { display:block }
.gc-hero-copy p { margin:20px 0 0; max-width:680px; color:var(--gc-muted); font-size:16px; line-height:1.9 }
.gc-pill-row { display:flex; flex-wrap:wrap; gap:10px; margin:28px 0 }
.gc-pill-row span { padding:9px 14px; border-radius:999px; border:1px solid var(--gc-line); background:#fff; font-size:12px; font-weight:850 }
.gc-actions { display:flex; flex-wrap:wrap; gap:12px }
.gc-actions a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 18px;
    border-radius:15px;
    text-decoration:none;
    font-size:13px;
    font-weight:900
}
.gc-actions .primary { background:linear-gradient(100deg,var(--gc-purple),var(--gc-pink)); color:#fff; box-shadow:0 18px 40px rgba(122,92,255,.24) }
.gc-actions .ghost { background:#fff; border:1px solid var(--gc-line); color:var(--gc-ink) }
.gc-stage {
    position:relative;
    min-height:610px;
    padding:18px;
    border-radius:34px;
    background:linear-gradient(145deg,#fff,#f2f4fb);
    border:1px solid var(--gc-line);
    box-shadow:var(--shadow);
    overflow:hidden
}
.gc-stage:before {
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 18% 18%,rgba(255,94,168,.12),transparent 18%),radial-gradient(circle at 80% 18%,rgba(122,92,255,.14),transparent 18%),radial-gradient(circle at 50% 88%,rgba(57,191,149,.10),transparent 18%)
}
.gc-stage-card { position:absolute; overflow:hidden; border-radius:24px; background:#fff; border:1px solid rgba(255,255,255,.7); box-shadow:0 26px 58px rgba(17,24,39,.15) }
.gc-stage-card img { width:100%; height:100%; object-fit:cover }
.gc-stage-card.card-a { left:18px; top:22px; width:220px; height:300px; transform:rotate(-8deg) }
.gc-stage-card.card-b { right:18px; top:38px; width:235px; height:318px; transform:rotate(9deg) }
.gc-stage-card.card-c { left:146px; bottom:92px; width:255px; height:345px; transform:rotate(-3deg); z-index:2 }
.gc-stage-card.card-d { right:46px; bottom:26px; width:188px; height:252px; transform:rotate(7deg) }
.gc-floating {
    position:absolute;
    padding:13px 14px;
    border-radius:18px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(230,233,242,.95);
    box-shadow:0 16px 30px rgba(17,24,39,.08)
}
.gc-floating strong { display:block; font-size:14px }
.gc-floating span { display:block; margin-top:5px; color:var(--gc-muted); font-size:12px; line-height:1.55 }
.gc-floating.one { left:24px; bottom:18px; max-width:220px }
.gc-floating.two { right:22px; top:394px; max-width:210px }
.gc-section { padding:92px 0 }
.gc-builder { padding:28px; border:1px solid var(--gc-line); border-radius:32px; background:#fff; box-shadow:var(--shadow) }
.gc-builder-grid { display:grid; grid-template-columns:380px 1fr; gap:24px }
.gc-upload {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:320px;
    border:1.5px dashed #d3d8e6;
    border-radius:28px;
    background:linear-gradient(145deg,#fff,#f7f8fd);
    overflow:hidden;
    cursor:pointer;
    transition:.24s
}
.gc-upload:hover,.gc-upload.drag { transform:translateY(-3px); border-color:var(--gc-purple); box-shadow:0 18px 36px rgba(122,92,255,.14) }
.gc-upload input { display:none }
.gc-upload-empty { padding:24px; text-align:center }
.gc-upload-icon { display:grid; place-items:center; width:76px; height:76px; margin:0 auto 14px; border-radius:24px; background:#fff; box-shadow:0 14px 35px rgba(20,24,38,.11) }
.gc-upload-empty strong { font-size:19px }
.gc-upload-empty span { display:block; margin-top:6px; color:var(--gc-purple); font-size:12px; font-weight:900 }
.gc-upload-empty small { display:block; max-width:260px; margin:12px auto 0; color:#8b93a7; font-size:11px; line-height:1.65 }
.gc-upload-preview { position:absolute; inset:0; padding:12px }
.gc-upload-preview[hidden] { display:none }
.gc-upload-preview img { width:100%; height:100%; object-fit:contain; border-radius:18px }
.gc-change {
    position:absolute;
    right:14px;
    bottom:14px;
    min-height:38px;
    padding:0 14px;
    border:0;
    border-radius:999px;
    background:rgba(16,18,27,.82);
    color:#fff;
    font-size:11px;
    font-weight:800;
    cursor:pointer
}
.gc-upload-tip { margin-top:16px; padding:16px 18px; border-radius:18px; background:var(--gc-soft) }
.gc-upload-tip b { font-size:12px }
.gc-upload-tip ul { margin:10px 0 0; padding-left:18px; color:var(--gc-muted); font-size:12px; line-height:1.8 }
.gc-builder-main h3 { margin:0; font-size:32px; letter-spacing:-.03em }
.gc-builder-main p { margin:10px 0 0; color:var(--gc-muted); font-size:14px; line-height:1.85 }
.gc-field { margin-top:18px }
.gc-field label { display:block; margin-bottom:10px; font-size:12px; font-weight:900; letter-spacing:.08em; text-transform:uppercase }
.gc-chips { display:flex; flex-wrap:wrap; gap:8px }
.gc-chips button,.gc-filter-tabs button,.gc-style-filters button {
    min-height:40px;
    padding:0 13px;
    border:1px solid var(--gc-line);
    border-radius:999px;
    background:#fff;
    color:#4e5565;
    font-size:12px;
    font-weight:850;
    cursor:pointer
}
.gc-chips button.active,.gc-filter-tabs button.active,.gc-style-filters button.active {
    border-color:var(--gc-purple);
    background:#f3eefe;
    color:var(--gc-purple);
    box-shadow:0 0 0 2px rgba(122,92,255,.06)
}
.gc-select-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px }
.gc-select-grid label { display:flex; flex-direction:column; gap:8px; font-size:12px; font-weight:800 }
.gc-select-grid select,.gc-builder textarea { width:100%; border:1px solid var(--gc-line); background:#fff; color:var(--gc-ink); font:inherit; outline:none }
.gc-select-grid select { min-height:46px; padding:0 12px; border-radius:12px }
.gc-builder textarea { min-height:130px; padding:15px; border-radius:18px; resize:vertical; line-height:1.7 }
.gc-select-grid select:focus,.gc-builder textarea:focus { border-color:var(--gc-purple); box-shadow:0 0 0 3px rgba(122,92,255,.1) }
.gc-actions-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px }
.gc-actions-row button,.gc-actions-row a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 18px;
    border-radius:15px;
    font-size:13px;
    font-weight:900;
    text-decoration:none
}
.gc-actions-row button { border:0; background:linear-gradient(100deg,var(--gc-purple),var(--gc-pink)); color:#fff; cursor:pointer; box-shadow:0 16px 36px rgba(122,92,255,.22) }
.gc-actions-row a { border:1px solid var(--gc-line); background:#fff; color:var(--gc-ink) }
.gc-helper { margin-top:12px; color:var(--gc-muted); font-size:12px; line-height:1.7 }
.gc-filter-wrap { display:grid; gap:14px }
.gc-filter-tabs,.gc-style-filters { display:flex; justify-content:center; flex-wrap:wrap; gap:10px }
.gc-template-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:16px }
.gc-template-card { overflow:hidden; border:1px solid var(--gc-line); border-radius:18px; background:#fff; box-shadow:0 10px 24px rgba(18,22,32,.04) }
.gc-template-media { position:relative; aspect-ratio:3/4; background:#edf0f7 }
.gc-template-media img { width:100%; height:100%; object-fit:cover }
.gc-template-overlay {
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(transparent 35%,rgba(17,18,24,.82));
    opacity:0;
    transition:.22s
}
.gc-template-card:hover .gc-template-overlay { opacity:1 }
.gc-template-overlay a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 16px;
    border-radius:999px;
    background:#fff;
    color:#111827;
    font-size:11px;
    font-weight:900;
    text-decoration:none
}
.gc-template-copy { padding:10px 10px 12px; text-align:center }
.gc-template-copy strong { display:block; font-size:12px; line-height:1.45 }
.gc-template-copy span { display:block; margin-top:3px; color:var(--gc-muted); font-size:11px }
.gc-inspo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px }
.gc-inspo { padding:22px; border:1px solid var(--gc-line); border-radius:24px; background:#fff; box-shadow:0 10px 26px rgba(18,22,32,.04) }
.gc-inspo h3 { margin:0 0 10px; font-size:22px; letter-spacing:-.02em }
.gc-inspo p { margin:0; color:var(--gc-muted); font-size:14px; line-height:1.8 }
.gc-case-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px }
.gc-case-card { overflow:hidden; border-radius:24px; border:1px solid var(--gc-line); background:#fff; box-shadow:0 12px 28px rgba(18,22,32,.06) }
.gc-case-media { position:relative; aspect-ratio:3/4; background:#ecf0f5 }
.gc-case-media img.main { width:100%; height:100%; object-fit:cover }
.gc-case-media img.thumb {
    position:absolute;
    left:12px;
    bottom:12px;
    width:74px;
    height:98px;
    object-fit:cover;
    border-radius:14px;
    border:3px solid #fff;
    box-shadow:0 10px 24px rgba(18,22,32,.18)
}
.gc-case-copy { padding:12px 12px 14px }
.gc-case-copy strong { font-size:13px }
.gc-case-copy span { display:block; margin-top:4px; color:var(--gc-muted); font-size:12px; line-height:1.6 }
.gc-quote-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px }
.gc-quote { padding:24px; border:1px solid var(--gc-line); border-radius:24px; background:#fff }
.gc-quote p { margin:0; color:#374151; font-size:14px; line-height:1.9 }
.gc-quote strong { display:block; margin-top:14px; font-size:13px }
.gc-faq { max-width:980px; margin:0 auto; border-top:1px solid var(--gc-line) }
.gc-faq details { border-bottom:1px solid var(--gc-line) }
.gc-faq summary { display:flex; align-items:center; justify-content:space-between; padding:22px 0; list-style:none; cursor:pointer; font-weight:900 }
.gc-faq summary::-webkit-details-marker { display:none }
.gc-faq p { margin:-4px 0 22px; color:var(--gc-muted); font-size:14px; line-height:1.82 }
.gc-cta { padding:88px 0 108px; text-align:center }
.gc-cta-box { padding:48px 24px; border-radius:34px; background:linear-gradient(130deg,#f4edff,#fff2f8); border:1px solid #ece0fa }
.gc-cta-box h2 { margin:14px 0 12px; font-size:clamp(36px,5vw,64px); letter-spacing:-.05em }
.gc-cta-box p { max-width:780px; margin:0 auto 26px; color:var(--gc-muted); line-height:1.85; font-size:15px }
.gc-cta-box a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 22px;
    border-radius:15px;
    background:linear-gradient(100deg,var(--gc-purple),var(--gc-pink));
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:900;
    box-shadow:0 16px 38px rgba(122,92,255,.24)
}
@media(max-width:1100px) {
    .gc-hero { grid-template-columns:1fr }
    .gc-hero-copy { text-align:center }
    .gc-hero-copy p { margin-left:auto; margin-right:auto }
    .gc-pill-row,.gc-actions { justify-content:center }
    .gc-stage { max-width:760px; margin:auto }
    .gc-builder-grid { grid-template-columns:1fr }
    .gc-select-grid { grid-template-columns:repeat(2,1fr) }
    .gc-template-grid { grid-template-columns:repeat(4,1fr) }
    .gc-case-grid,.gc-quote-grid,.gc-inspo-grid { grid-template-columns:repeat(2,1fr) }
}
@media(max-width:680px) {
    .gc-wrap,.gc-hero,.gc-section,.gc-cta { width:calc(100% - 20px) }
    .gc-hero { padding:46px 0 52px; gap:30px }
    .gc-hero-copy h1 { font-size:45px }
    .gc-hero-copy p { font-size:14px }
    .gc-stage { min-height:500px; padding:14px; border-radius:24px }
    .gc-stage-card.card-a { left:10px; top:16px; width:138px; height:186px }
    .gc-stage-card.card-b { right:12px; top:36px; width:144px; height:194px }
    .gc-stage-card.card-c { left:70px; bottom:90px; width:160px; height:216px }
    .gc-stage-card.card-d { right:16px; bottom:44px; width:116px; height:158px }
    .gc-floating { padding:10px 11px; border-radius:14px }
    .gc-floating strong { font-size:13px }
    .gc-floating span { font-size:11px }
    .gc-floating.one { left:10px; bottom:12px; right:140px; max-width:none }
    .gc-floating.two { top:auto; right:10px; bottom:14px; width:126px; max-width:none }
    .gc-builder { padding:14px; border-radius:22px }
    .gc-upload { min-height:240px }
    .gc-select-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:6px }
    .gc-select-grid label span { font-size:9px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
    .gc-select-grid select { padding:0 6px; font-size:10px }
    .gc-template-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px }
    .gc-template-copy strong { font-size:11px }
    .gc-template-copy span { font-size:10px }
    .gc-inspo-grid,.gc-case-grid,.gc-quote-grid { grid-template-columns:1fr }
    .gc-head h2,.gc-cta-box h2 { font-size:34px }
    .gc-inspo h3 { font-size:20px }
    .gc-cta { padding:68px 0 84px }
}


/* T67_MOBILE_HERO_FIX_V3 */
@media (max-width:680px){
  .gc-stage{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;min-height:0!important;height:auto!important;padding:12px!important;overflow:hidden!important;isolation:isolate}
  .gc-stage:before{z-index:0!important;pointer-events:none}
  .gc-stage-card,.gc-stage-card.card-a,.gc-stage-card.card-b,.gc-stage-card.card-c,.gc-stage-card.card-d{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:auto!important;min-width:0!important;aspect-ratio:3/4!important;transform:none!important;border-radius:16px!important;z-index:1!important}
  .gc-stage-card img{display:block!important;width:100%!important;height:100%!important;min-width:0!important;object-fit:cover!important}
  .gc-floating{display:none!important}
}


/* ===== Greeting card direct workbench ===== */
.gc-workbench{padding:0}.gc-work-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,2fr) minmax(0,3fr);gap:18px;align-items:stretch}.gc-upload-panel,.gc-control-panel,.gc-results{background:#fff;border:1px solid var(--gc-line);border-radius:10px;box-shadow:var(--shadow)}.gc-upload-panel,.gc-control-panel{padding:18px}.gc-panel-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.gc-panel-head span{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border-radius:10px;background:#f4efef;border:1px solid var(--gc-line);font-size:16px;font-weight:900;color:#433d3d}.gc-panel-head h3{margin:0;font-size:18px;letter-spacing:-.02em}.gc-upload-zone{position:relative;display:flex;align-items:center;justify-content:center;min-height:470px;border:1.6px dashed #bea995;border-radius:6px;background:linear-gradient(180deg,#f6f1eb,#f2ede8);overflow:hidden;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.gc-upload-zone:hover,.gc-upload-zone.drag{background:linear-gradient(180deg,#fbf7f2,#f5efea);border-color:#a8876b;transform:translateY(-2px);box-shadow:0 18px 42px rgba(35,25,15,.08)}.gc-upload-zone input{display:none}.gc-upload-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px;gap:10px}.gc-upload-icon{display:grid;place-items:center;width:78px;height:78px;border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(35,25,15,.1)}.gc-upload-icon svg{width:34px;height:34px;stroke:#705c49;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.gc-upload-empty strong{font-size:28px;line-height:1.08;letter-spacing:-.04em;max-width:240px}.gc-upload-empty span{font-size:12px;font-weight:900;letter-spacing:.03em;color:#7e6752;text-transform:uppercase}.gc-upload-empty small{max-width:250px;font-size:12px;color:#7a6c62;line-height:1.7}.gc-upload-preview{position:absolute;inset:0;padding:10px;background:#f8f5f1}.gc-upload-preview[hidden]{display:none !important}.gc-upload-preview img{display:block;width:100%;height:100%;object-fit:contain;border-radius:4px}.gc-upload-clear{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:999px;background:rgba(17,16,24,.82);color:#fff;font-size:22px;line-height:1;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.18)}.gc-control-panel{display:flex;flex-direction:column}.gc-compact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.gc-compact-grid label{display:flex;flex-direction:column;gap:6px}.gc-compact-grid span{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#544e46}.gc-compact-grid select,.gc-prompt-input{width:100%;font:inherit;color:var(--gc-ink);background:#fff;border:1px solid var(--gc-line);outline:none}.gc-compact-grid select{min-height:38px;padding:0 10px;border-radius:8px;font-size:12px}.gc-prompt-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.gc-prompt-head label{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gc-prompt-head em{font-style:normal;letter-spacing:normal;text-transform:none;color:var(--gc-muted)}.gc-sample-btn,.gc-secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--gc-line);background:#fff;color:var(--gc-ink);font-size:12px;font-weight:900;cursor:pointer}.gc-prompt-input{min-height:158px;padding:14px;border-radius:10px;resize:vertical;line-height:1.75}.gc-compact-grid select:focus,.gc-prompt-input:focus{border-color:#8b6f59;box-shadow:0 0 0 3px rgba(139,111,89,.12)}.gc-action-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:16px}.gc-credit-line{font-size:14px;font-weight:900}.gc-credit-line a{color:#745ee8;text-decoration:none}.gc-status-line{margin-top:6px;font-size:13px;color:var(--gc-muted);line-height:1.55}.gc-status-line.success{color:#1f7a53}.gc-status-line.error{color:#bf3d5b}.gc-status-line.queue{color:#745ee8}.gc-generate-btn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 22px;border:0;border-radius:14px;background:linear-gradient(95deg,#8760ff,#ef62b5);color:#fff;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 16px 34px rgba(122,92,255,.22);transition:transform .2s ease,opacity .2s ease}.gc-generate-btn:hover:not(:disabled){transform:translateY(-1px)}.gc-generate-btn:disabled{opacity:.56;cursor:not-allowed;box-shadow:none}.gc-results{margin-top:22px;padding:20px 20px 18px}.gc-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.gc-results-head h3{margin:10px 0 6px;font-size:30px;letter-spacing:-.04em}.gc-results-head p{margin:0;color:var(--gc-muted);font-size:14px;line-height:1.75}.gc-results-actions{display:flex;flex-wrap:wrap;gap:10px}.gc-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gc-result-card{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px;max-height:500px;border-radius:18px;background:linear-gradient(145deg,#16151c,#0f1118);overflow:hidden}.gc-result-card img{display:block;width:100%;height:100%;object-fit:contain;background:#111}.gc-result-card.is-ready .gc-result-overlay,.gc-result-card.is-ready .gc-result-spinner{display:none}.gc-result-card.is-error .gc-result-overlay{background:rgba(11,13,18,.58)}.gc-result-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:rgba(11,13,18,.62);color:#fff;text-align:center;padding:22px;backdrop-filter:blur(2px)}.gc-result-spinner{width:42px;height:42px;border:3px solid rgba(255,255,255,.18);border-top-color:#fff;border-radius:50%;animation:gcSpin .9s linear infinite}.gc-result-overlay strong{font-size:16px}.gc-result-overlay span{font-size:13px;color:rgba(255,255,255,.72);line-height:1.55}.gc-result-tools{position:absolute;right:14px;bottom:14px;display:flex;gap:10px}.gc-download-one{display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:999px;background:rgba(255,255,255,.96);color:#18131f;font-size:24px;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.18)}.gc-download-one[hidden]{display:none !important}@keyframes gcSpin{to{transform:rotate(360deg)}}html[data-theme="dark"] .gc-upload-panel,html[data-theme="dark"] .gc-control-panel,html[data-theme="dark"] .gc-results,html[data-theme="dark"] .gc-template-card,html[data-theme="dark"] .gc-inspo,html[data-theme="dark"] .gc-case-card,html[data-theme="dark"] .gc-quote{background:#181c24;border-color:#2b3240}html[data-theme="dark"] .gc-upload-zone{background:linear-gradient(180deg,#1e2229,#16191f);border-color:#5f5245}html[data-theme="dark"] .gc-upload-zone:hover,html[data-theme="dark"] .gc-upload-zone.drag{background:linear-gradient(180deg,#262b34,#171b22)}html[data-theme="dark"] .gc-upload-icon{background:#1e242d}html[data-theme="dark"] .gc-upload-icon svg{stroke:#d6c6b5}html[data-theme="dark"] .gc-panel-head span{background:#232733;border-color:#2b3240;color:#efe6db}html[data-theme="dark"] .gc-compact-grid select,html[data-theme="dark"] .gc-prompt-input,html[data-theme="dark"] .gc-sample-btn,html[data-theme="dark"] .gc-secondary-btn{background:#191e27;color:#f3f5f7;border-color:#323949}html[data-theme="dark"] .gc-upload-empty span{color:#cfba9f}html[data-theme="dark"] .gc-upload-empty small,html[data-theme="dark"] .gc-compact-grid span{color:#b4bcc9}html[data-theme="dark"] .gc-case-copy span,html[data-theme="dark"] .gc-template-copy span,html[data-theme="dark"] .gc-inspo p,html[data-theme="dark"] .gc-quote p{color:#b9c0cc}html[data-theme="dark"] .gc-upload-preview{background:#10131a}html[data-theme="dark"] .gc-template-overlay a{color:#111827}html[data-theme="dark"] .gc-faq,html[data-theme="dark"] .gc-faq details{border-color:#2b3240}@media(max-width:1180px){.gc-work-grid{grid-template-columns:1fr 1fr}.gc-control-panel{grid-column:1/-1}.gc-compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gc-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.gc-work-grid{grid-template-columns:1fr 1fr;gap:14px}.gc-photo-panel,.gc-template-panel{padding:14px}.gc-control-panel{grid-column:1/-1;padding:14px}.gc-upload-zone{min-height:250px}.gc-upload-empty strong{font-size:20px}.gc-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gc-action-row{flex-direction:column;align-items:stretch}.gc-generate-btn{width:100%;min-width:0}.gc-results-grid{grid-template-columns:1fr}.gc-results-head{flex-direction:column}}@media(max-width:520px){.gc-work-grid{grid-template-columns:1fr 1fr}.gc-upload-panel{padding:12px}.gc-panel-head{gap:8px;margin-bottom:10px}.gc-panel-head h3{font-size:15px}.gc-panel-head span{min-width:30px;height:30px;font-size:13px}.gc-upload-zone{min-height:210px}.gc-upload-empty{padding:16px 12px;gap:8px}.gc-upload-icon{width:56px;height:56px;border-radius:12px}.gc-upload-icon svg{width:24px;height:24px}.gc-upload-empty strong{font-size:16px;max-width:130px}.gc-upload-empty span{font-size:10px}.gc-upload-empty small{display:none}.gc-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gc-result-card{min-height:320px}}
