/* VaporSites Template 01. Shared styles; brand tokens are injected from content/site.json. */
:root {
  --ink:#08082c;
  --muted:#535a82;
  --accent:#7200ed;
  --pink:#e728e2;
  --blue:#2028ff;
  --surface:#fff; --border:#e7e8f1; --soft:#f8f6ff; --radius:12px;
  --gradient:linear-gradient(105deg,var(--blue) 0%,#8500ff 55%,#c918c3 100%);
  font-family:Arial,Helvetica,sans-serif; color:var(--ink); background:var(--surface);
  font-synthesis:none; text-rendering:optimizeLegibility;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:100px; }
body { margin:0; font-size:16px; line-height:1.5; }
button,input,select,textarea { font:inherit; }
button,a,input,select,textarea,summary { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
button:disabled { cursor:wait; }
a { color:inherit; text-decoration:none; }
a:hover { color:var(--accent); }
button { color:inherit; }
img { max-width:100%; display:block; }
figure,p,h1,h2,h3 { margin:0; }
[hidden] { display:none !important; }
:focus-visible { outline:3px solid #5430ed; outline-offset:5px; }
::selection { background:#e9d8ff; color:var(--ink); }
.container { width:calc(100% - 140px); max-width:1396px; margin-inline:auto; }
.icon { width:22px; height:22px; flex-shrink:0; stroke:currentColor; stroke-width:1.8; fill:none; stroke-linecap:round; stroke-linejoin:round; display:inline-block; vertical-align:middle; }
.icon-definitions { position:absolute; width:0; height:0; overflow:hidden; }
.sr-only { position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.skip-link { position:fixed; top:12px; left:12px; z-index:30; transform:translateY(-160%); padding:12px 18px; color:white; background:var(--ink); border-radius:8px; }
.skip-link:focus { transform:translateY(0); color:white; }
.site-header { height:82px; background:rgba(255,255,255,.98); border-bottom:1px solid #f5f2fb; position:relative; z-index:10; }
.header-inner { height:100%; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand { display:flex; align-items:center; gap:11px; flex-shrink:0; }
.brand-mark { width:59px; height:49px; object-fit:contain; }
.brand-text { display:flex; flex-direction:column; gap:0; }
.brand-name { font-size:35px; letter-spacing:-1.7px; font-weight:800; line-height:1.05; }
.brand-name > span { background:linear-gradient(95deg,#b900f2,#dc17e6); background-clip:text; -webkit-background-clip:text; color:transparent; }
.brand-tagline { text-transform:uppercase; color:#545780; font-size:10px; font-weight:600; letter-spacing:4px; line-height:2; padding-left:3px; }
.primary-nav { display:flex; align-items:center; gap:36px; margin-left:auto; margin-right:auto; }
.nav-link { font-size:16px; position:relative; padding:27px 0; white-space:nowrap; }
.nav-link.active { color:var(--accent); }
.nav-link.active::after { content:""; height:2px; position:absolute; bottom:14px; left:0; right:0; background:var(--accent); }
.header-actions { display:flex; align-items:center; gap:23px; }
.icon-button { width:40px; height:40px; border:0; display:inline-flex; align-items:center; justify-content:center; background:transparent; border-radius:9px; flex-shrink:0; }
.icon-button:hover { background:#f3edff; color:var(--accent); }
.header-search .icon { width:27px; height:27px; stroke-width:2; }
.button { display:inline-flex; justify-content:center; align-items:center; gap:12px; font-size:16px; line-height:1.25; font-weight:600; padding:14px 24px; border-radius:12px; border:1px solid transparent; min-height:46px; transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease; text-align:center; }
.button-primary { color:white; background:var(--gradient); }
.button-primary:hover { color:white; box-shadow:0 7px 22px #7337fb28; transform:translateY(-1px); }
.button-outline { background:transparent; border-color:#bc65fb; color:var(--ink); }
.button-outline:hover { background:#ffffff8a; color:var(--accent); }
.button-large { padding:17px 26px; min-height:57px; font-size:18px; }
.header-community { font-weight:500; min-width:203px; }
.menu-toggle { display:none; }
.hero { position:relative; isolation:isolate; overflow:hidden; background:linear-gradient(128deg,#f8e4fc 0%,#fff6f0 25%,#ffe6f1 56%,#acc9fb 100%); }
.hero::before { content:""; position:absolute; z-index:-2; inset:0; background-image:url('assets/mountain-range.webp'); background-size:100% 245px; background-position:bottom; background-repeat:no-repeat; opacity:.32; mask-image:linear-gradient(to bottom,transparent 56%,#000 85%); }
.hero::after { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(180deg,transparent 62%,#f4f5fbe8 100%),radial-gradient(ellipse at 9% 15%,#ffffff40 0%,transparent 55%); pointer-events:none; }
.hero-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,538px); column-gap:60px; padding-top:45px; align-items:start; }
.hero-copy { padding-top:12px; }
.eyebrow { color:var(--accent); font-size:13px; font-weight:700; line-height:1.5; letter-spacing:3.1px; text-transform:uppercase; }
h1 { font-size:76px; font-weight:800; line-height:1.035; letter-spacing:-3.9px; margin-top:10px; }
.gradient-text { display:block; white-space:nowrap; color:var(--accent); background:linear-gradient(100deg,#d72ce5 0%,#9000ff 30%,#0639ff 88%); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.hero-description { font-size:21px; line-height:1.43; margin-top:19px; max-width:770px; color:#222747; }
.hero-actions { display:flex; align-items:center; gap:20px; margin-top:27px; }
.hero-poster { width:100%; border-radius:20px; border:1px solid #f9edff; overflow:hidden; box-shadow:0 16px 36px #22296920; }
.hero-poster img { width:100%; height:auto; }
.benefits { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; padding:48px 0 27px; }
.benefit { display:flex; gap:26px; align-items:center; }
.benefit-icon { width:66px; height:66px; border-radius:50%; display:inline-flex; justify-content:center; align-items:center; background:#ffffffd9; color:var(--accent); flex-shrink:0; }
.benefit-icon .icon { width:32px; height:32px; stroke-width:1.9; }
.benefit h2 { font-size:17px; letter-spacing:-.4px; line-height:1.4; font-weight:700; }
.benefit p { font-size:14px; color:var(--muted); margin-top:3px; white-space:nowrap; }
.section { padding-block:68px; }
.section h2 { font-size:40px; letter-spacing:-1.7px; line-height:1.16; font-weight:750; }
.section > .eyebrow + h2 { margin-top:7px; }
.section-description { color:var(--muted); font-size:18px; line-height:1.55; margin-top:6px; }
.possibilities { padding-top:34px; padding-bottom:34px; }
.feature-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; margin-top:25px; }
.feature { border:1px solid var(--border); border-radius:11px; padding:17px 29px 18px; background:white; box-shadow:0 8px 20px #261c6903; }
.feature-icon { width:51px; height:51px; display:inline-flex; align-items:center; justify-content:center; background:#f0e8ff; color:#3f00e8; border-radius:50%; }
.feature-icon .icon { width:25px; height:25px; stroke-width:2; }
.feature h3 { font-size:18px; line-height:1.4; letter-spacing:-.4px; margin-top:7px; }
.feature p { color:var(--muted); font-size:16px; line-height:1.48; margin-top:3px; }
.feature a,.text-link { display:inline-flex; gap:12px; align-items:center; font-size:16px; color:var(--accent); padding:0; border:0; background:none; text-align:left; line-height:1.5; }
.feature a,.feature .text-link { margin-top:10px; }
.feature a .icon,.text-link .icon { width:18px; height:18px; stroke-width:1.5; }
.feature a:hover,.text-link:hover { text-decoration:underline; text-underline-offset:4px; }
.library { border-top:1px solid #f0edf8; margin-top:28px; padding-top:59px; }
.section-heading-row { display:flex; justify-content:space-between; align-items:end; gap:24px; }
.section-heading-row h2 { margin-top:9px; }
.library-intro { color:var(--muted); font-size:17px; line-height:1.5; }
.library-controls { display:flex; gap:16px; margin-top:29px; }
.search-wrap { flex:1; position:relative; display:flex; align-items:center; }
.search-wrap > .icon { position:absolute; left:18px; color:var(--muted); }
.search-wrap input { width:100%; min-width:0; border:1px solid #dcdce9; border-radius:11px; height:56px; padding:0 60px 0 51px; font-size:16px; color:var(--ink); background:white; }
.search-wrap input::placeholder { color:#6a6e8b; }
.search-shortcut { position:absolute; right:17px; border:1px solid var(--border); color:#71718c; border-radius:5px; width:25px; height:26px; text-align:center; font-size:14px; }
.category-wrap { position:relative; width:230px; }
.category-wrap select { appearance:none; border:1px solid #dcdce9; color:var(--ink); background:white; border-radius:11px; height:56px; padding:0 50px 0 18px; width:100%; cursor:pointer; }
.category-wrap > .icon { position:absolute; right:16px; top:18px; width:20px; height:20px; pointer-events:none; color:var(--muted); }
.library-toolbar { min-height:60px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.library-toolbar p { font-size:14px; color:var(--muted); }
.library-toolbar .text-link { font-size:14px; }
.prompt-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.prompt-card { display:flex; flex-direction:column; padding:26px; border:1px solid var(--border); border-radius:12px; background:#fff; transition:border-color .15s ease,box-shadow .15s ease; }
.prompt-card:hover { border-color:#c5a7f8; box-shadow:0 10px 28px #38258009; }
.prompt-card-top { display:flex; justify-content:space-between; align-items:center; gap:14px; }
.prompt-card-top .feature-icon { width:40px; height:40px; }
.prompt-card-top .feature-icon .icon { width:21px; height:21px; }
.category-label { color:#694c90; font-size:12px; letter-spacing:1px; text-transform:uppercase; }
.prompt-card h3 { font-size:21px; letter-spacing:-.65px; line-height:1.3; margin-top:16px; }
.prompt-card > p { color:var(--muted); font-size:15px; line-height:1.6; margin-top:10px; margin-bottom:24px; }
.prompt-card-bottom { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:auto; }
.prompt-content { flex:1; min-width:0; }
.prompt-content summary { color:var(--accent); font-size:15px; cursor:pointer; display:flex; align-items:center; gap:10px; padding-block:4px; }
.prompt-content summary::-webkit-details-marker { display:none; }
.prompt-content summary .icon { width:17px; height:17px; }
.prompt-content pre { white-space:pre-wrap; overflow-wrap:anywhere; font:14px/1.6 Arial,sans-serif; background:var(--soft); padding:12px; margin:12px 0; }
.prompt-card:has(.prompt-content[open]) { grid-column:1/-1; }
.copy-button { display:flex; gap:7px; align-items:center; font-size:13px; border:1px solid #e5ddf5; border-radius:8px; background:white; padding:7px 10px; }
.copy-button:hover { color:var(--accent); background:var(--soft); }
.copy-button .icon { width:16px; height:16px; }
.library-note { color:var(--muted); font-size:13px; margin-top:26px; max-width:900px; }
.empty-state { text-align:center; padding:56px 20px; border:1px dashed #d8c6ed; border-radius:12px; }
.empty-state h3 { font-size:25px; margin-top:18px; }
.empty-state p { color:var(--muted); margin:10px 0 24px; }
.resources { background:#f8f6ff; border-block:1px solid #eee8f8; }
.resource-layout { display:grid; grid-template-columns:1fr 1.35fr; gap:96px; }
.resource-layout h2 { margin-top:11px; }
.resource-layout .section-description { margin-top:18px; }
.resource-list details { border-bottom:1px solid #ded8ee; }
.resource-list summary { display:flex; align-items:center; gap:22px; font-size:18px; font-weight:600; list-style:none; cursor:pointer; padding:18px 0; }
.resource-list summary::-webkit-details-marker { display:none; }
.resource-list summary > span { color:#8b65b7; font-size:13px; font-weight:400; }
.resource-list summary .icon { margin-left:auto; color:#734ba0; width:20px; height:20px; }
.resource-list details[open] summary .icon { transform:rotate(45deg); }
.resource-list p { margin:0 38px 20px; color:var(--muted); font-size:15px; line-height:1.8; }
.about { display:grid; grid-template-columns:1fr 1.35fr; gap:96px; }
.about h2 { margin-top:10px; }
.about > div:last-child p { font-size:16px; line-height:1.8; color:var(--muted); }
.about > div:last-child p + p { margin-top:12px; }
.site-footer { border-top:1px solid var(--border); padding:31px 0; background:#fdfcff; }
.footer-inner { display:flex; justify-content:space-between; align-items:center; gap:30px; }
.footer-brand { font-size:21px; font-weight:700; letter-spacing:-.6px; }
.footer-inner > div p { font-size:13px; color:var(--muted); margin-top:1px; }
.footer-inner nav { display:flex; gap:30px; align-items:center; }
.footer-inner nav a,.footer-inner nav .text-link { font-size:14px; color:var(--muted); }
.copyright { font-size:13px; color:var(--muted); }
dialog { width:calc(100% - 40px); max-height:calc(100dvh - 40px); padding:0; border:1px solid #e7daf9; border-radius:20px; box-shadow:0 30px 110px #12063c38; color:var(--ink); background:white; overscroll-behavior:contain; }
dialog::backdrop { background:#14102770; backdrop-filter:blur(6px); }
body:has(dialog[open]) { overflow:hidden; }
.prompt-dialog { max-width:780px; }
.info-dialog { max-width:640px; }
.dialog-inner { padding:30px 36px; }
.dialog-top { display:flex; align-items:center; justify-content:space-between; gap:22px; margin-bottom:15px; }
.dialog-top .eyebrow { letter-spacing:2px; }
.dialog-inner h2 { font-size:32px; letter-spacing:-1px; line-height:1.2; }
.dialog-inner .section-description { font-size:16px; margin-top:10px; }
.info-dialog .dialog-inner > p { color:var(--muted); line-height:1.7; margin-top:18px; }
.prompt-example { padding:15px 18px; border-left:3px solid #c89cf4; background:#faf7ff; margin-top:21px; }
.prompt-example strong { font-size:13px; color:#633499; }
.prompt-example p { color:var(--muted); font-size:14px; margin-top:5px; }
.personalize { border-bottom:1px solid var(--border); padding-bottom:12px; margin-block:17px; }
.personalize summary { list-style:none; display:flex; align-items:center; gap:12px; cursor:pointer; font-size:15px; font-weight:600; padding:8px 0; }
.personalize summary .icon { width:18px; height:18px; margin-left:auto; }
.personalize[open] summary .icon { transform:rotate(45deg); }
.personalize > p { color:var(--muted); font-size:13px; line-height:1.6; margin:4px 0 12px; }
.variable-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.variable-field { display:flex; flex-direction:column; gap:6px; }
.variable-field label { font-size:13px; color:#53426c; text-transform:capitalize; }
.variable-field input { border:1px solid #d9d4e4; border-radius:7px; padding:8px 10px; width:100%; min-width:0; font-size:14px; }
.personalize .text-link { font-size:13px; margin-top:12px; }
.prompt-label { font-size:13px; font-weight:600; display:block; margin-bottom:8px; }
.prompt-text { width:100%; resize:vertical; min-height:210px; max-height:480px; border:1px solid #ded7eb; border-radius:10px; padding:17px; color:#302841; background:#fcfaff; font:14px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace; }
.field-note { color:var(--muted); font-size:12px; line-height:1.7; margin-top:9px; }
.dialog-actions { display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin-top:22px; }
.dialog-actions .button { font-size:14px; padding:12px 17px; border-radius:10px; }
.dialog-actions .text-link { font-size:13px; margin-left:auto; }
.copy-status { min-height:18px; color:#5f3778; font-size:13px; margin-top:10px; }
.toast { position:fixed; bottom:24px; left:50%; transform:translateX(-50%); padding:13px 22px; border-radius:10px; box-shadow:0 5px 30px #08082c22; background:var(--ink); color:#fff; font-size:14px; z-index:50; max-width:calc(100% - 32px); text-align:center; }
.notice { padding:15px 18px; border:1px solid var(--border); margin-top:24px; color:var(--muted); border-radius:9px; }
@media (min-width:1600px) { .hero-layout { grid-template-columns:minmax(0,1fr) 538px; } }
@media (max-width:1390px) {
  .container { width:calc(100% - 80px); }
  .brand-name { font-size:29px; }
  .brand-mark { width:48px; height:42px; }
  .brand-tagline { letter-spacing:3px; font-size:9px; }
  .primary-nav { gap:26px; }
  .header-actions { gap:14px; }
  .header-community { min-width:176px; padding-inline:18px; font-size:14px; }
  .hero-layout { grid-template-columns:minmax(0,1.4fr) minmax(0,1fr); column-gap:40px; }
  h1 { font-size:clamp(48px,4.95vw,69px); letter-spacing:-3.1px; }
  .hero-description { font-size:18px; }
  .benefit { gap:16px; }
  .benefit-icon { width:54px; height:54px; }
  .benefit p { font-size:12px; }
  .feature { padding:20px; }
  .feature h3 { font-size:16px; }
  .feature p,.feature a,.feature .text-link { font-size:14px; }
  .resource-layout,.about { gap:64px; }
}
@media (max-width:1100px) {
  .container { width:calc(100% - 56px); }
  .header-inner { gap:22px; }
  .primary-nav { gap:22px; }
  .header-community { display:none; }
  .hero-layout { column-gap:30px; }
  .hero-description { font-size:17px; }
  .hero-copy { padding-top:0; }
  .eyebrow { font-size:11px; letter-spacing:2.3px; }
  .button-large { font-size:16px; padding:14px 22px; min-height:50px; }
  .hero-actions { gap:13px; margin-top:22px; }
  .benefits { gap:15px; padding-top:34px; }
  .benefit { gap:12px; align-items:flex-start; }
  .benefit-icon { width:43px; height:43px; }
  .benefit-icon .icon { width:25px; height:25px; }
  .benefit h2 { font-size:14px; }
  .benefit p { white-space:normal; }
  .section h2 { font-size:35px; }
  .feature { padding:18px; }
  .feature-grid { gap:12px; }
  .desktop-br { display:none; }
  .feature h3 { min-height:42px; }
  .prompt-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .resource-layout,.about { gap:38px; }
  .resource-list summary { font-size:16px; gap:15px; }
  .footer-inner nav { gap:20px; }
}
@media (max-width:780px) {
  html { scroll-padding-top:24px; }
  .container { width:calc(100% - 40px); }
  .site-header { height:75px; }
  .brand-name { font-size:28px; }
  .brand-mark { width:44px; height:40px; }
  .brand { gap:6px; }
  .brand-tagline { font-size:8px; letter-spacing:2.8px; }
  .header-inner { gap:8px; }
  .header-actions { gap:3px; }
  .menu-toggle:not([hidden]) { display:inline-flex; }
  .header-search .icon { width:23px; height:23px; }
  .primary-nav { display:none; position:absolute; top:74px; left:0; right:0; background:white; margin:0; padding:13px 24px 19px; border-bottom:1px solid var(--border); box-shadow:0 15px 25px #35246e0d; flex-direction:column; align-items:stretch; gap:0; }
  .primary-nav.is-open { display:flex; }
  .nav-link { padding:12px 4px; }
  .nav-link.active::after { bottom:4px; width:24px; left:4px; }
  body:not(.enhanced) .primary-nav { display:flex; position:static; flex-direction:row; flex-wrap:wrap; padding:4px; }
  body:not(.enhanced) .site-header { height:auto; }
  body:not(.enhanced) .header-inner { flex-wrap:wrap; padding:10px 0; }
  .hero-layout { grid-template-columns:1fr; padding-top:31px; gap:29px; }
  .hero-copy { padding-top:0; }
  .hero .eyebrow { letter-spacing:2.2px; font-size:10px; }
  h1 { font-size:clamp(34px,7vw,56px); letter-spacing:-1.9px; line-height:1.08; margin-top:14px; }
  .hero-description { font-size:16px; line-height:1.65; margin-top:19px; }
  .hero-actions { margin-top:22px; gap:12px; }
  .button-large { padding:14px 16px; min-height:49px; font-size:14px; border-radius:10px; gap:8px; white-space:nowrap; }
  .button-large .icon { width:19px; height:19px; }
  .hero-poster { width:100%; max-width:540px; margin-inline:auto; border-radius:15px; }
  .benefits { grid-template-columns:1fr 1fr; gap:23px 16px; padding-top:28px; padding-bottom:30px; }
  .benefit { align-items:center; gap:11px; }
  .benefit-icon { width:43px; height:43px; }
  .benefit h2 { font-size:13px; letter-spacing:-.1px; }
  .benefit p { font-size:11px; line-height:1.6; margin-top:3px; }
  .hero::before { background-size:auto 190px; opacity:.17; mask-image:linear-gradient(to bottom,transparent calc(100% - 190px),#000 calc(100% - 70px)); }
  .section { padding-block:40px; }
  .section h2 { font-size:29px; letter-spacing:-1px; line-height:1.2; }
  .section-description { font-size:15px; margin-top:10px; }
  .possibilities { padding-top:30px; padding-bottom:28px; }
  .feature-grid { grid-template-columns:1fr 1fr; gap:12px; margin-top:22px; }
  .feature { padding:17px 15px; }
  .feature-icon { width:42px; height:42px; }
  .feature h3 { font-size:15px; min-height:42px; margin-top:12px; }
  .feature p { font-size:13px; margin-top:5px; }
  .feature a,.feature .text-link { font-size:12px; gap:5px; margin-top:11px; }
  .feature a .icon,.feature .text-link .icon { width:14px; height:14px; }
  .section-heading-row { align-items:start; flex-direction:column; gap:14px; }
  .library-intro { font-size:15px; }
  .library-intro br { display:none; }
  .library { margin-top:12px; }
  .library-controls { flex-direction:column; gap:10px; margin-top:22px; }
  .category-wrap { width:100%; }
  .search-wrap input,.category-wrap select { font-size:14px; height:51px; }
  .search-wrap input { padding-right:30px; }
  .search-shortcut { display:none; }
  .category-wrap > .icon { top:16px; }
  .library-toolbar { min-height:57px; gap:12px; }
  .library-toolbar p,.library-toolbar .text-link { font-size:12px; }
  .prompt-grid { grid-template-columns:1fr; gap:14px; }
  .prompt-card { padding:23px; }
  .prompt-card h3 { font-size:21px; }
  .prompt-card > p { font-size:14px; }
  .library-note { font-size:12px; }
  .resource-layout,.about { grid-template-columns:1fr; gap:25px; }
  .resource-layout .section-description { margin-top:12px; }
  .resource-list summary { font-size:15px; gap:13px; }
  .resource-list p { margin-left:28px; margin-right:0; font-size:14px; }
  .about > div:last-child p { font-size:14px; }
  .footer-inner { flex-wrap:wrap; gap:24px; }
  .footer-inner nav { gap:18px; flex-wrap:wrap; }
  .footer-inner nav a,.footer-inner nav .text-link { font-size:13px; }
  .copyright { width:100%; font-size:12px; }
  dialog { width:calc(100% - 24px); max-height:calc(100dvh - 24px); border-radius:15px; }
  .dialog-inner { padding:20px; }
  .dialog-inner h2 { font-size:27px; }
  .dialog-top { margin-bottom:10px; }
  .variable-grid { grid-template-columns:1fr; }
  .dialog-actions { gap:10px; }
  .dialog-actions .text-link { width:100%; margin-left:0; margin-top:4px; }
  .dialog-actions .button { font-size:13px; padding-inline:13px; }
  .prompt-text { font-size:13px; padding:13px; }
  .info-dialog .dialog-inner > p { font-size:14px; }
}
@media (max-width:370px) {
  .container { width:calc(100% - 32px); }
  .brand-name { font-size:24px; }
  .brand-tagline { font-size:7px; letter-spacing:2.3px; }
  .brand-mark { width:38px; }
  .header-actions .icon-button { width:33px; }
  h1 { font-size:31px; letter-spacing:-1.7px; }
  .hero-actions { gap:9px; }
  .button-large { font-size:13px; padding-inline:12px; }
  .benefit { gap:8px; }
  .benefit-icon { width:35px; height:35px; }
  .benefit-icon .icon { width:22px; height:22px; }
  .benefit h2 { font-size:12px; }
  .benefit p { font-size:10px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature h3 { min-height:0; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none !important; animation:none !important; }
}
@media print {
  .site-header,.hero,.possibilities,.library-controls,.resources,.about,.site-footer,.toast,.copy-button { display:none !important; }
  .container { width:100%; }
  .prompt-grid { display:block; }
  .prompt-card { break-inside:avoid; margin-bottom:12px; }
  .prompt-content { display:block; }
}
