:root{--background:#f7fbfc;--surface:#fff;--surface-muted:#eef7fa;--text:#111827;--muted:#5f6673;--line:#d9dee7;--primary:#1cb5f9;--primary-hover:#159cdc;--teal:#32d4bb;--cyan:#1acff3;--coral:#fe6c6e;--violet:#8b5cf6;--shadow:0 20px 45px #11182714;--brand-gradient:linear-gradient(135deg, #32d4bb 0%, #1acff3 52%, #1cb5f9 100%)}*{box-sizing:border-box}html{background:var(--background);min-height:100%}body{min-height:100%;color:var(--text);background:var(--background);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}.app-root{min-height:100vh;padding:24px}.centered-shell{place-items:center;min-height:calc(100vh - 48px);display:grid}.auth-panel,.paywall-panel,.panel{border:1px solid var(--line);background:var(--surface);width:min(100%,560px);box-shadow:var(--shadow);border-radius:8px}.auth-panel,.paywall-panel{padding:28px}.brand-row{align-items:center;gap:12px;margin-bottom:28px;display:flex}.topbar .brand-row{margin-bottom:0}.brand-home-button{color:inherit;text-align:left;background:0 0;border:0;padding:0}.brand-home-button:hover .brand-title{color:#000}.brand-mark{color:#fff;background:var(--brand-gradient);border-radius:8px;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 12px 28px #1cb5f93d}.eyebrow{color:var(--muted);text-transform:uppercase;margin:0 0 6px;font-size:.8rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{margin-bottom:10px;font-size:clamp(2rem,5vw,3.1rem);line-height:1.02}h2{margin-bottom:10px;font-size:1.5rem;line-height:1.2}h3{margin-bottom:6px;font-size:1rem}.muted{color:var(--muted)}.field-stack{gap:16px;display:grid}.input-label{color:#303744;gap:8px;font-size:.92rem;font-weight:650;display:grid}.input-label span{color:var(--muted);font-size:.85rem;font-weight:500}.text-input,.text-area,.select-input{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:8px;outline:none;transition:border-color .16s,box-shadow .16s}.text-input,.select-input{min-height:48px;padding:0 14px}.text-area{resize:vertical;min-height:210px;padding:14px;line-height:1.5}.text-area.compact{min-height:132px}.text-input:focus,.text-area:focus,.select-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #1cb5f924}.button-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.button,.icon-button,.nav-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 14px;font-weight:750;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.button:active,.icon-button:active,.nav-button:active{transform:translateY(1px)}.button.primary{color:#fff;background:var(--brand-gradient)}.button.primary:hover{background:linear-gradient(135deg,#28bfa9 0%,#16bfe2 52%,#159cdc 100%)}.button.secondary,.icon-button,.nav-button{color:var(--text);border-color:var(--line);background:#fff}.button.secondary:hover,.icon-button:hover,.nav-button:hover{background:var(--surface-muted);border-color:#b8c0cc}.button.open-app-button{color:#fff;border-color:var(--primary);background:var(--primary);box-shadow:0 12px 26px #1cb5f93d}.button.open-app-button:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.compact-button{width:fit-content;min-height:40px}.button.danger{color:#fff;background:var(--coral)}.icon-button.danger{color:#ad383a}.icon-button{width:44px;padding:0}.message{color:#111827;background:#fff3a3;border-radius:8px;margin:16px 0 0;padding:12px 14px}.message.error{color:#9f3032;background:#fff0f0}.app-shell{grid-template-rows:auto 1fr;gap:22px;width:min(100%,1180px);min-height:calc(100vh - 48px);margin:0 auto;display:grid}.home-trial-shell{grid-template-rows:auto auto auto auto minmax(0,1fr);align-content:start}.topbar{justify-content:space-between;align-items:center;gap:18px;display:flex}.home-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.home-primary-cta{min-width:190px;padding-inline:24px}.brand-title{color:#000;margin:0;font-size:1.35rem;font-weight:900}.brand-byline{color:var(--muted);margin:1px 0 0;font-size:.84rem;font-style:italic;font-weight:650}.nav{flex-wrap:wrap;gap:8px;display:flex}.nav-button.active{color:#fff;background:var(--brand-gradient);border-color:#0000;box-shadow:0 12px 24px #1cb5f933}.main-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:18px;display:grid}.generate-workspace{gap:22px;display:grid}.generate-hero{color:#fff;background:linear-gradient(135deg,#32d4bbe6,#1cb5f9d1),#134f49;border:1px solid #32d4bb73;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(210px,260px);align-items:center;gap:22px;padding:22px 28px;display:grid;box-shadow:0 20px 45px #1cb5f924}.generate-hero h1,.generate-hero p{color:#fff}.generate-hero .eyebrow{color:#ffffffc7}.generate-hero-copy{width:100%;max-width:none}.generate-hero h1{max-width:1120px;margin-bottom:8px;font-size:clamp(2rem,4vw,2.9rem);line-height:1.02}.generate-hero p:not(.eyebrow){max-width:1040px;margin-bottom:0}.dashboard-generate-hero{color:var(--text);background:linear-gradient(142deg,#fff 0%,#f7fcfd 58%,#ebf9ff 100%);border-color:#1cb5f92e;grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:center;gap:clamp(24px,4vw,54px);padding:clamp(38px,5.4vw,70px) clamp(28px,4.8vw,58px);box-shadow:0 18px 44px #11182712}.dashboard-generate-hero .generate-hero-copy{max-width:760px}.dashboard-generate-hero h1,.dashboard-generate-hero p{color:var(--text)}.dashboard-generate-hero h1{color:#111827;max-width:760px;margin-bottom:16px;font-size:clamp(3rem,6.8vw,5.4rem);font-weight:950;line-height:1.03}.dashboard-generate-hero .hero-word-highlight{color:var(--cyan)}.dashboard-generate-hero p:not(.eyebrow){color:#4b5563;max-width:820px;font-size:clamp(1rem,1.55vw,1.22rem);font-weight:650;line-height:1.5}.dashboard-generate-hero .caption-usage-meter{--caption-meter-x-padding:clamp(20px, 3vw, 30px);isolation:isolate;min-height:254px;padding:clamp(26px, 4vw, 38px) var(--caption-meter-x-padding);color:#fff;text-align:center;background:#050509;border-color:#22d3ee;place-self:center stretch;justify-items:center;gap:14px;position:relative;overflow:hidden;box-shadow:0 24px 54px #06132447,0 0 0 1px #22d3ee33}.dashboard-generate-hero .caption-usage-meter:before{content:"";z-index:-1;border:1px solid #22d3ee38;border-radius:8px;position:absolute;inset:12px}.dashboard-generate-hero .caption-usage-meter .trial-meter-label{color:#fff;font-size:clamp(.98rem,1.8vw,1.2rem);font-weight:900;line-height:1.15}.dashboard-generate-hero .caption-usage-meter strong{background:var(--brand-gradient);color:#0000;overflow-wrap:anywhere;text-shadow:0 18px 34px #1cb5f92e;-webkit-background-clip:text;background-clip:text;max-width:100%;font-size:clamp(3.4rem,7vw,5.35rem);font-weight:950;line-height:.86}.dashboard-generate-hero .caption-usage-meter .trial-meter-progress{background:0 0;width:min(82%,300px);height:20px;margin-top:4px;position:relative;overflow:visible}.dashboard-generate-hero .caption-usage-meter .trial-meter-progress:before{content:"";background:#ffffff21;border-radius:999px;height:4px;position:absolute;bottom:3px;left:0;right:0;transform:rotate(-3deg)}.dashboard-generate-hero .caption-usage-meter .trial-meter-progress span{background:var(--brand-gradient);height:4px;position:absolute;bottom:3px;left:0;transform:rotate(-3deg);box-shadow:0 0 18px #1ccff36b}.dashboard-generate-hero .caption-usage-meter .trial-meter-count{color:#ffffffa3;font-size:.8rem}.supported-platforms{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.supported-platforms span{color:#fff;background:#ffffff24;border:1px solid #ffffff52;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:.86rem;font-weight:800;display:inline-flex}.supported-platforms strong{place-items:center;width:16px;height:16px;font-size:.86rem;line-height:1;display:inline-grid}.legal-inline-links,.app-legal-footer{color:var(--muted);font-size:.86rem;line-height:1.5}.legal-inline-links{margin:14px 0 0}.staff-code-form{border-top:1px solid var(--line);gap:12px;margin-top:18px;padding-top:18px;display:grid}.legal-inline-links a,.legal-document a{color:var(--primary-hover);font-weight:800;text-decoration:none}.app-legal-footer a{background:var(--brand-gradient);color:#0000;overflow-wrap:anywhere;-webkit-background-clip:text;background-clip:text;font-weight:800;text-decoration:none}.legal-inline-links a:hover,.legal-document a:hover{color:var(--primary);text-decoration:underline}.app-legal-footer a:hover{text-decoration:underline}.app-legal-footer{flex-wrap:wrap;justify-content:center;align-self:end;gap:14px;padding:4px 0 10px;display:flex}.home-trial-hero{color:var(--text);background:linear-gradient(142deg,#fff 0%,#f7fcfd 58%,#ebf9ff 100%);border-color:#1cb5f92e;grid-template-columns:minmax(0,1fr) minmax(250px,340px);align-items:center;gap:clamp(20px,3.5vw,40px);padding:clamp(24px,4vw,42px);box-shadow:0 18px 44px #11182712}.trial-meter{text-align:left;background:#ffffff24;border:1px solid #ffffff61;border-radius:8px;justify-self:end;gap:10px;width:100%;padding:16px;display:grid;box-shadow:0 14px 34px #134f4924}.trial-meter strong{font-size:clamp(2.6rem,6vw,4.4rem);line-height:.9}.trial-meter-label,.trial-meter-count{color:#ffffffdb;text-transform:uppercase;font-size:.78rem;font-weight:750}.trial-meter-progress{background:#ffffff40;border-radius:999px;height:8px;overflow:hidden}.trial-meter-progress span{border-radius:inherit;background:#fff;height:100%;display:block}.home-trial-hero .generate-hero-copy{max-width:760px}.home-trial-hero h1,.home-trial-hero p{color:var(--text)}.home-trial-hero h1{max-width:690px;margin-bottom:14px;font-size:clamp(2.4rem,4.8vw,4.35rem);line-height:1.03}.home-trial-hero h1 span{background:var(--brand-gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.home-trial-hero p:not(.eyebrow){color:#4b5563;max-width:650px;font-size:clamp(1rem,1.55vw,1.18rem);font-weight:650;line-height:1.5}.home-trial-hero p strong{color:var(--cyan);font-weight:850}.home-platform-support{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(12px,1.5vw,22px);margin-top:0;display:grid}.home-platform-support p{color:#2f3746;white-space:nowrap;margin-bottom:0;font-size:clamp(.98rem,1.4vw,1.12rem);font-weight:900}.home-platform-list{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:clamp(14px,2vw,28px);min-width:0;display:flex}.home-platform{color:#3b4352;white-space:nowrap;align-items:center;gap:10px;min-width:0;font-size:clamp(.94rem,1.25vw,1.08rem);font-weight:850;line-height:1.1;display:inline-flex}.home-platform-icon{color:#fff;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;display:inline-grid;box-shadow:0 10px 24px #1118271f}.instagram-platform-icon{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.tiktok-platform-icon,.x-platform-icon{color:#fff;background:#050509}.linkedin-platform-icon{background:#0a66c2}.home-trial-hero .trial-meter{--trial-meter-x-padding:clamp(20px, 3vw, 30px);isolation:isolate;min-height:232px;padding:clamp(24px, 4vw, 36px) var(--trial-meter-x-padding) 0;color:#fff;text-align:center;background:#050509;border-color:#22d3ee;place-self:center stretch;justify-items:center;gap:12px;position:relative;overflow:hidden;box-shadow:0 24px 54px #06132447,0 0 0 1px #22d3ee33}.home-trial-hero .trial-meter:before{content:"";z-index:-1;border:1px solid #22d3ee38;border-radius:8px;position:absolute;inset:12px}.home-trial-hero .trial-meter-label{color:#fff;font-size:clamp(1rem,2vw,1.28rem);font-weight:900;line-height:1.15}.home-trial-hero .trial-meter strong{background:var(--brand-gradient);color:#0000;overflow-wrap:anywhere;text-shadow:0 18px 34px #1cb5f92e;-webkit-background-clip:text;background-clip:text;max-width:100%;font-size:clamp(3.7rem,7vw,5.5rem);font-weight:950;line-height:.84}.trial-meter-subtitle{color:#ffffffe6;font-size:clamp(1rem,1.8vw,1.18rem);font-weight:850;line-height:1.25}.trial-meter-mobile-icon,.trial-meter-subtitle-mobile,.home-platform-label-mobile{display:none}.home-trial-hero .trial-meter-progress{background:0 0;width:min(78%,290px);height:20px;margin-top:4px;position:relative;overflow:visible}.home-trial-hero .trial-meter-progress:before{content:"";background:#ffffff21;border-radius:999px;height:4px;position:absolute;bottom:3px;left:0;right:0;transform:rotate(-3deg)}.home-trial-hero .trial-meter-progress span{background:var(--brand-gradient);height:4px;position:absolute;bottom:3px;left:0;transform:rotate(-3deg);box-shadow:0 0 18px #1ccff36b}.home-trial-hero .trial-meter-count{color:#ffffffa3;font-size:.76rem}.trial-meter-pricing{width:calc(100% + (var(--trial-meter-x-padding) * 2));margin:4px calc(var(--trial-meter-x-padding) * -1) 0;padding:14px var(--trial-meter-x-padding) 16px;color:#031018;background:var(--brand-gradient);text-align:left;grid-template-columns:34px minmax(0,max-content);justify-content:center;align-items:center;gap:12px;font-size:.98rem;font-weight:500;line-height:1.32;display:grid}.trial-meter-pricing svg{stroke-width:2.5px;width:34px;height:34px}.trial-meter-price{white-space:nowrap;font-size:1.08rem;font-weight:950}.trial-meter-cancel{margin-top:2px;display:block}.generate-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:stretch;gap:18px;display:grid}.content-ideas-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;gap:14px;padding:18px;display:grid}.content-ideas-panel h2,.content-ideas-panel p{margin-bottom:0}.content-ideas-heading{gap:8px;display:grid}.content-idea-instruction{color:var(--cyan);font-weight:950}.content-idea-instruction-line{flex-wrap:wrap;align-items:center;gap:2px 6px;line-height:1.35;display:flex}.content-idea-instruction-cue{align-items:center;gap:6px;line-height:1.2;display:inline-flex}.content-idea-instruction-cue svg{color:#f2c94c;stroke-width:2.8px;flex:none}.content-idea-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.content-idea-card{border:1px solid var(--line);color:#111827;text-align:left;background:#fbfdfe;border-radius:8px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;min-height:84px;padding:12px;display:grid}button.content-idea-card{width:100%;font:inherit;cursor:pointer}.content-idea-card:hover{background:#f2fcff;border-color:#1cb5f98c}button.content-idea-card:disabled{cursor:not-allowed;opacity:.68}button.content-idea-card:disabled:hover{border-color:var(--line);background:#fbfdfe}.content-idea-icon{color:#0f766e;background:linear-gradient(135deg,#32d4bb2e,#1cb5f924);border-radius:8px;place-items:center;width:52px;height:52px;display:grid}.content-idea-card strong,.content-idea-card small,.content-idea-label{display:block}.content-idea-label{color:var(--muted);margin-bottom:4px;font-size:.76rem;font-weight:700}.content-idea-card strong{margin-bottom:4px;line-height:1.2}.content-idea-card small{color:var(--muted);font-size:.9rem;line-height:1.3}.content-ideas-empty{color:var(--muted);background:#f7fcfd;border:1px dashed #b9d4dc;border-radius:8px;margin:0;padding:18px;line-height:1.45}.trial-content-ideas .caption-result-box{min-height:108px}.locked-ideas-wrap{border-radius:8px;min-height:190px;position:relative;overflow:hidden}.locked-idea-grid{filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none;align-items:center;min-height:190px}.locked-ideas-overlay{color:#173b2a;text-align:center;background:#ffffffb8;place-items:center;gap:10px;padding:18px;display:grid;position:absolute;inset:0}.locked-ideas-overlay strong{max-width:440px;line-height:1.25}.panel{width:100%;padding:22px}.account-page{align-content:start;gap:28px;width:min(100%,1220px);min-height:calc(100vh - 48px);margin:0 auto;display:grid}.account-page-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.signed-in{color:var(--muted);margin:0;font-size:1.08rem;font-weight:650}.signed-in-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:12px;display:flex}.account-manager-panel,.account-plan-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:22px;display:grid}.account-manager-panel{box-shadow:var(--shadow);padding:32px}.account-plan-card{padding:20px}.account-manager-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.account-manager-header.compact{align-items:center}.billing-estimate{min-width:150px;color:var(--muted);justify-items:end;display:grid}.billing-estimate strong{color:#134f49;font-size:1.65rem}.billing-estimate.small strong{font-size:1.25rem}.account-count-control{border:2px solid var(--primary);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:24px 28px;display:flex;box-shadow:0 0 0 4px #1cb5f91f}.account-count-control>div:first-child{gap:8px;display:grid}.account-count-control strong{color:var(--primary);line-height:1.1;display:block}.account-count-control .muted{margin:0;line-height:1.35}.stepper{align-items:center;gap:8px;display:inline-flex}.quantity-input{border:1px solid var(--line);width:72px;min-height:44px;color:var(--text);text-align:center;appearance:textfield;border-radius:8px;padding:0;font-weight:800;line-height:1}.quantity-input::-webkit-inner-spin-button{appearance:none;margin:0}.quantity-input::-webkit-outer-spin-button{appearance:none;margin:0}.auth-panel .account-count-control{background:#f8fdff;border:2px solid #1cb5f975;align-items:center;padding:22px;box-shadow:0 0 0 5px #1cb5f91a,0 14px 30px #11182714}.auth-panel .account-count-control strong{color:#134f49;font-size:1.2rem}.auth-panel .account-count-control .muted{color:#374151;max-width:360px;font-weight:650}.auth-panel .stepper{background:#fff;border:1px solid #1cb5f952;border-radius:8px;gap:12px;padding:10px;box-shadow:0 10px 22px #11182714}.auth-panel .stepper .icon-button{color:#111827;background:#fff;border-color:#cfd8e3;min-width:58px;min-height:58px;font-size:1.45rem;font-weight:900}.auth-panel .stepper .icon-button:hover{background:#f8fafc;border-color:#9cc7d2}.auth-panel .quantity-input{color:#111827;background:#ecfbff;border:2px solid #1cb5f96b;width:102px;height:58px;font-size:1.65rem;line-height:58px;box-shadow:inset 0 0 0 1px #ffffffb3}.checkout-summary{background:#f8fdff;border:2px solid #1cb5f93d;border-radius:8px;gap:6px;padding:18px;display:grid}.checkout-summary strong{color:#134f49;font-size:1.5rem;line-height:1.1}.checkout-summary span{color:var(--muted);font-weight:700}.account-box-list{gap:18px;display:grid}.connected-account-list{gap:10px;display:grid}.account-draft-box{border:1px solid var(--line);background:#fff;border-radius:8px;gap:16px;padding:22px;display:grid}.trial-account-box{border:1px solid var(--line);background:#fbfdfe;border-radius:8px;gap:16px;padding:16px;display:grid}.account-draft-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.disconnect-picker{background:#f7fcfd;border:1px dashed #b9d4dc;border-radius:8px;gap:12px;padding:16px;display:grid}.disconnect-row{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:10px;padding:12px 14px;font-weight:700;display:flex}.panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.status-pill{color:#0f5d8c;white-space:nowrap;background:#e8f7ff;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:.8rem;font-weight:750;display:inline-flex}.status-pill.neutral{color:#0f5d8c;background:#e8f7ff}.status-pill.inactive{color:#7a2118;background:#fae9e5}.profile-list,.progress-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.profile-row,.progress-row{border:1px solid var(--line);background:#fff;border-radius:8px;gap:6px;padding:14px;display:grid}.profile-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.profile-actions{align-items:center;gap:8px;display:flex}.profile-update-status{color:#0f766e;white-space:nowrap;background:#ecfdf5;border:1px solid #14b8a647;border-radius:8px;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-weight:800;display:inline-flex}.profile-row strong,.result-box strong{display:block}.profile-meta{overflow-wrap:anywhere;color:var(--muted);font-size:.9rem}.profile-meta.inline-icon{align-items:center;gap:5px;display:inline-flex}.generator-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.caption-result{border:1px solid var(--line);white-space:pre-wrap;background:#fff;border-radius:8px;gap:14px;min-height:170px;padding:18px;display:grid}.caption-result.empty{color:var(--muted);text-align:center;place-items:center}.media-upload{min-height:170px;color:var(--primary);text-align:center;cursor:pointer;background:#f6fffd;border:2px dashed #b5d7df;border-radius:8px;place-items:center;gap:8px;padding:24px;display:grid}.media-upload input{display:none}.media-upload span{color:var(--muted);font-weight:650}.media-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.media-preview{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.media-preview img,.media-preview video{object-fit:cover;background:var(--surface-muted);border-radius:8px;width:74px;height:74px}.media-preview strong,.media-preview span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.media-preview span{color:var(--muted);font-size:.84rem}.caption-composer{border:1px solid var(--line);min-height:100%;box-shadow:var(--shadow);background:#fff;border-radius:8px;grid-template-rows:auto 1fr auto;gap:16px;padding:22px;display:grid}.caption-composer.empty{box-shadow:none}.caption-result-box{min-height:360px;color:var(--text);white-space:pre-wrap;background:#fbfdfe;border:1px dashed #b5d7df;border-radius:8px;padding:18px;line-height:1.55}.caption-composer.empty .caption-result-box{color:var(--muted);text-align:center;place-items:center;display:grid}.trial-loading-state{text-align:center;justify-items:center;gap:12px;max-width:460px;display:grid}.trial-loading-state p{max-width:390px;color:var(--muted);margin:0;font-size:.92rem;line-height:1.45}.trial-loading-icon{color:#159cdc;background:#effcff;border:1px solid #1cb5f938;border-radius:8px;place-items:center;width:54px;height:54px;display:grid}.caption-options{gap:14px;display:grid}.caption-option-card{--option-accent:var(--teal);color:var(--text);background:linear-gradient(135deg,#32d4bb24,#1ccff314 54%,#1cb5f90f),#f3fffb;border:1px solid #14b8a64d;border-radius:8px;gap:14px;padding:18px 18px 18px 22px;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 30px #1118270f}.caption-option-card:before{content:"";background:var(--option-accent);width:4px;position:absolute;inset:0 auto 0 0}.caption-option-card:nth-child(2){--option-accent:var(--primary);background:linear-gradient(135deg,#1cb5f921,#1acff314 52%,#32d4bb0d),#f3f9ff;border-color:#1cb5f947}.caption-option-card:nth-child(3){--option-accent:var(--violet);background:linear-gradient(135deg,#8b5cf621,#a78bfa14 54%,#1cb5f90d),#fbf7ff;border-color:#8b5cf642}.caption-option-card p{color:var(--text);white-space:pre-wrap;margin:0;line-height:1.55}.caption-option-header{color:var(--option-accent);letter-spacing:0;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:.8rem;font-weight:800;display:flex}.caption-option-card .button.secondary{color:var(--text);background:#fff;border-color:#cfd8e3}.caption-option-card .button.secondary:hover{background:#f3fbfd;border-color:#9cc7d2}.modal-backdrop{z-index:50;background:linear-gradient(135deg,#32d4bbb3,#1cb5f9c2);place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-panel,.auth-modal-shell{width:min(100%,520px);position:relative}.modal-panel{background:#fff;border:1px solid #ffffff3d;border-radius:8px;gap:14px;padding:28px;display:grid;box-shadow:0 24px 70px #11182747}.modal-panel h2{margin-bottom:0;font-size:clamp(1.6rem,5vw,2.25rem)}.modal-panel .muted{margin-bottom:6px;line-height:1.55}.modal-close{z-index:2;position:absolute;top:12px;right:12px}.modal-icon{color:#fff;background:linear-gradient(135deg, var(--coral), var(--primary));border-radius:8px;place-items:center;width:58px;height:58px;display:grid}.auth-modal-shell .auth-panel{width:100%}.side-stack{gap:18px;display:grid}.metric{border-top:1px solid var(--line);gap:4px;padding-top:14px;display:grid}.metric:first-child{border-top:0;padding-top:0}.metric strong{font-size:1.4rem}.platform-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.loading-dots{align-items:center;gap:4px;display:inline-flex}.loading-dots span{background:currentColor;border-radius:999px;width:6px;height:6px;animation:1s ease-in-out infinite pulse}.loading-dots span:nth-child(2){animation-delay:.12s}.loading-dots span:nth-child(3){animation-delay:.24s}.faq-page{background:linear-gradient(180deg, #32d4bb1f, transparent 420px), var(--background);min-height:100vh}.faq-shell{width:min(100%,1160px);margin:0 auto;padding:24px}.faq-nav,.faq-brand,.faq-hero,.faq-cta{gap:18px;display:flex}.faq-nav{justify-content:space-between;align-items:center}.faq-brand{color:inherit;align-items:center;text-decoration:none}.faq-brand span span{display:block}.faq-brand-mark{flex:none}.faq-hero{align-items:flex-start;padding:62px 0 44px}.faq-hero-copy{max-width:860px}.faq-hero h1{max-width:780px;margin-bottom:16px;font-size:clamp(2.2rem,5vw,4.4rem)}.faq-hero p:not(.eyebrow){color:#394150;max-width:800px;margin-bottom:0;font-size:1.08rem;line-height:1.65}.faq-hero .faq-seo-copy{color:#134f49;max-width:780px;margin-top:16px;font-size:1rem;font-weight:650;line-height:1.62}.faq-signal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:48px;display:grid}.faq-signal-card,.faq-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px}.faq-signal-card{gap:10px;padding:18px;display:grid}.faq-signal-card svg{color:var(--cyan)}.faq-signal-card:nth-child(2) svg{color:var(--primary)}.faq-signal-card:nth-child(3) svg{color:var(--coral)}.faq-signal-card h2{margin-bottom:0;font-size:1.05rem}.faq-signal-card p{color:var(--muted);margin-bottom:0;line-height:1.5}.faq-list-section{gap:20px;margin-bottom:44px;display:grid}.faq-section-heading h2{max-width:720px;font-size:clamp(1.7rem,3vw,2.35rem)}.faq-list{gap:14px;display:grid}.faq-card{grid-template-columns:58px minmax(0,1fr);gap:18px;padding:22px;display:grid}.faq-card-index{color:#134f49;background:#e7fbf8;border-radius:8px;place-items:center;width:42px;height:42px;font-size:.86rem;font-weight:900;display:grid}.faq-card h3{margin-bottom:10px;font-size:1.22rem}.faq-card p{color:#394150;margin-bottom:0;line-height:1.65}.faq-cta{background:#eefaf6;border:1px solid #147d7238;border-radius:8px;justify-content:space-between;align-items:center;padding:24px}.faq-cta h2{max-width:680px;margin-bottom:0}.legal-page{background:linear-gradient(180deg, #32d4bb1f, transparent 420px), var(--background);min-height:100vh}.legal-shell{width:min(100%,980px);margin:0 auto;padding:24px}.legal-nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.legal-nav-links a:not(.button){border:1px solid var(--line);min-height:40px;color:var(--text);background:#fff;border-radius:8px;align-items:center;gap:7px;padding:0 12px;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex}.legal-nav-links a:not(.button):hover,.legal-nav-links a:not(.button).active{color:var(--primary-hover);background:linear-gradient(135deg,#32d4bb24,#1cb5f91f);border-color:#1cb5f947}.legal-hero{padding:62px 0 36px}.legal-hero h1{max-width:780px;margin-bottom:16px;font-size:clamp(2.3rem,5vw,4rem)}.legal-hero p:not(.eyebrow){color:#394150;max-width:760px;margin-bottom:0;font-size:1.06rem;line-height:1.65}.legal-updated{text-transform:uppercase;font-weight:850;color:#134f49!important;margin-top:18px!important;font-size:.9rem!important}.legal-document{gap:26px;padding-bottom:56px;display:grid}.legal-document>p{color:#303744;max-width:820px;margin-bottom:0;font-size:1rem;line-height:1.75}.legal-section{border-top:1px solid #1118271f;gap:12px;padding-top:24px;display:grid}.legal-section h2{margin-bottom:2px;font-size:clamp(1.3rem,2.5vw,1.85rem)}.legal-section p,.legal-section li{color:#394150;max-width:820px;margin-bottom:0;line-height:1.72}.legal-section ul{gap:8px;margin:0;padding-left:22px;display:grid}.legal-all-caps{text-transform:uppercase}.legal-contact{gap:4px;display:grid}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}@media (max-width:900px){.app-root{padding:14px}.centered-shell,.app-shell,.account-page{min-height:calc(100vh - 28px)}.topbar,.panel-header,.account-page-header,.account-manager-header,.account-count-control{flex-direction:column;align-items:stretch}.home-actions{flex-direction:column;justify-content:flex-start;align-items:stretch}.generate-hero,.home-trial-hero{grid-template-columns:1fr}.dashboard-generate-hero{gap:24px}.dashboard-generate-hero .caption-usage-meter{justify-self:start;width:min(100%,430px)}.trial-meter{text-align:left;justify-items:start}.home-platform-support{grid-template-columns:1fr;gap:14px}.home-platform-list{flex-wrap:wrap;justify-content:flex-start}.billing-estimate{justify-items:start}.signed-in-actions{flex-direction:column;justify-content:flex-start;align-items:stretch}.main-grid,.generate-grid,.content-idea-grid,.platform-fields{grid-template-columns:1fr}.faq-shell,.legal-shell{padding:14px}.faq-nav,.legal-nav,.faq-hero,.faq-cta{flex-direction:column;align-items:stretch}.legal-nav-links{justify-content:flex-start}.faq-nav,.legal-nav{align-items:flex-start}.faq-nav .open-app-button,.legal-nav .open-app-button{align-self:flex-start}.faq-hero,.legal-hero{padding:42px 0 30px}.faq-signal-grid{grid-template-columns:1fr;margin-bottom:34px}}@media (max-width:520px){.auth-panel,.paywall-panel,.panel,.account-manager-panel,.account-plan-card,.modal-panel{padding:18px}.button-row,.generator-actions{flex-direction:column;align-items:stretch}.button,.nav-button{width:100%}.button.open-app-button{width:fit-content}.profile-row,.media-preview,.media-preview-grid{grid-template-columns:1fr}.account-draft-heading,.disconnect-row{flex-direction:column;align-items:flex-start}.faq-card{grid-template-columns:1fr}.home-trial-shell{gap:30px}.home-topbar{flex-direction:row;align-items:center;gap:12px}.home-topbar .brand-row{flex:auto;gap:10px;min-width:0;margin-bottom:0}.home-topbar .brand-mark{width:40px;height:40px}.home-topbar .brand-mark svg{width:22px;height:22px}.home-topbar .brand-title{font-size:1.08rem;line-height:1.05}.home-topbar .brand-byline{font-size:.72rem;line-height:1.15}.home-actions-guest{flex-flow:row;flex:none;align-items:center;gap:10px}.home-actions-guest .button{width:auto}.home-actions-guest .button.secondary{background:0 0;border-color:#0000;min-height:40px;padding:0 2px}.home-actions-guest .button.secondary:hover{background:0 0;border-color:#0000}.home-actions-guest .button.secondary svg,.home-actions-guest .home-primary-cta svg{display:none}.home-actions-guest .home-primary-cta{min-width:98px;min-height:42px;padding-inline:16px;box-shadow:0 12px 26px #1cb5f93d}.home-trial-hero{box-shadow:none;background:0 0;border:0;gap:34px;padding:28px 0 0;position:relative;overflow:hidden}.home-trial-hero .generate-hero-copy{max-width:100%}.home-trial-hero h1{max-width:9.2em;margin-bottom:26px;font-size:2.85rem;line-height:1.08}.home-trial-hero p:not(.eyebrow){color:#4b5563;max-width:31ch;font-size:1.08rem;font-weight:500;line-height:1.55}.home-trial-hero p strong{color:var(--cyan);font-weight:850}.home-trial-hero .trial-meter{width:min(100%,410px);min-height:0;color:var(--text);text-align:left;background:#ffffffb8;border-color:#1cb5f924;grid-template-rows:auto auto auto;grid-template-columns:52px minmax(0,1fr);justify-self:start;place-items:center start;gap:2px 14px;padding:14px 18px 0;display:grid;box-shadow:0 18px 42px #11182714}.home-trial-hero .trial-meter:before,.home-trial-hero .trial-meter strong,.home-trial-hero .trial-meter-progress,.home-trial-hero .trial-meter-count{display:none}.trial-meter-mobile-icon{width:52px;height:52px;color:var(--cyan);background:linear-gradient(135deg,#32d4bb1f,#1cb5f91a);border-radius:8px;grid-row:1/3;place-items:center;display:grid}.home-trial-hero .trial-meter-label{color:var(--text);text-transform:none;font-size:1rem;font-weight:900;line-height:1.2}.trial-meter-subtitle{color:#5f6673;font-size:.92rem;font-weight:500;line-height:1.25}.trial-meter-pricing{grid-column:1/-1;grid-template-columns:34px minmax(0,1fr);justify-content:stretch;gap:11px;width:calc(100% + 36px);margin:12px -18px 0;padding:12px 16px 14px;font-size:.9rem}.trial-meter-pricing svg{width:34px;height:34px}.trial-meter-price{font-size:1.08rem}.trial-meter-subtitle-desktop,.home-platform-label-desktop{display:none}.trial-meter-subtitle-mobile,.home-platform-label-mobile{display:inline}.home-platform-support{gap:18px;width:100%}.home-platform-support p{color:#3b4352;white-space:normal;font-size:1rem}.home-platform-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:100%;display:grid}.home-platform{color:#4b5563;text-align:center;white-space:normal;justify-items:center;gap:9px;font-size:.78rem;font-weight:650;line-height:1.15;display:grid}.home-platform-icon{width:56px;height:56px}.dashboard-generate-hero{gap:24px;padding:28px 18px}.dashboard-generate-hero h1{max-width:9.3em;margin-bottom:14px;font-size:clamp(2.45rem,12vw,3.35rem);line-height:1.08}.dashboard-generate-hero p:not(.eyebrow){max-width:32ch;font-size:1rem;font-weight:500;line-height:1.55}.dashboard-generate-hero .caption-usage-meter{gap:12px;width:100%;min-height:0;padding:22px 18px}.dashboard-generate-hero .caption-usage-meter .trial-meter-label{font-size:1rem}.dashboard-generate-hero .caption-usage-meter strong{font-size:clamp(2.8rem,18vw,4.8rem)}.dashboard-generate-hero .caption-usage-meter .trial-meter-progress{width:min(86%,280px)}}@media (max-width:380px){.home-topbar{gap:8px}.home-actions-guest{gap:6px}.home-actions-guest .home-primary-cta{min-width:86px;padding-inline:12px}.home-trial-hero h1{font-size:2.45rem}.home-trial-hero p:not(.eyebrow){font-size:1rem}.home-platform-list{gap:10px}.home-platform-icon{width:50px;height:50px}.trial-meter-pricing{grid-template-columns:30px minmax(0,1fr);gap:9px;font-size:.84rem}.trial-meter-pricing svg{width:30px;height:30px}.trial-meter-price{font-size:1rem}}
