:root { --navy:#25316d; --pink:#ef5b88; --mint:#87d9c0; --sky:#83cbef; --yellow:#ffd466; --paper:#fffdf8; --ink:#263160; --muted:#6c7394; --line:#e7e8ef; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:system-ui,-apple-system,'Segoe UI',sans-serif; }
button,input { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
.app-shell { min-height:100vh; overflow:hidden; }
.site-header { width:min(1180px,calc(100% - 40px)); height:88px; margin:auto; display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; gap:12px; align-items:center; color:var(--navy); text-decoration:none; }
.brand-mark { width:48px; height:48px; display:grid; place-items:center; color:white; background:var(--pink); border-radius:15px 15px 15px 4px; font-weight:900; transform:rotate(-3deg); box-shadow:4px 4px 0 var(--yellow); }
.brand strong,.brand small { display:block; }.brand strong { font-size:20px; line-height:1.05; }.brand small { margin-top:4px; color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.02em; }
.header-link { color:var(--navy); font-size:13px; font-weight:800; text-decoration:none; border-bottom:2px solid var(--pink); padding:7px 0; }
.hero { min-height:510px; padding:56px max(24px,calc((100% - 1120px)/2)); display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:70px; background:linear-gradient(115deg,#edf9f6 0%,#f6fbfa 58%,#fff5d8 100%); position:relative; }
.hero::before { content:''; position:absolute; inset:0; opacity:.18; background-image:radial-gradient(var(--navy) .65px,transparent .65px); background-size:15px 15px; mask-image:linear-gradient(90deg,#000,transparent 65%); }
.hero-copy,.hero-art { position:relative; z-index:1; }
.eyebrow,.step-label,.result-heading span:first-child { color:var(--pink); font-size:11px; font-weight:900; letter-spacing:.17em; }
h1 { margin:15px 0 18px; color:var(--navy); font-size:clamp(38px,5vw,62px); line-height:1.03; letter-spacing:-.045em; }
h1:focus { outline:none; }
h1 em { color:var(--pink); font-style:normal; }
.hero-copy>p { max-width:610px; color:#555f83; font-size:17px; line-height:1.7; }
.hero-pills { display:flex; flex-wrap:wrap; gap:9px; margin-top:25px; }.hero-pills span { padding:9px 13px; color:var(--navy); background:white; border:1px solid #d9e9e4; border-radius:999px; font-size:12px; font-weight:800; box-shadow:0 4px 12px #25316d0a; }
.hero-art { height:390px; }.paper-card { position:absolute; width:255px; height:345px; left:50%; top:50%; border-radius:5px; box-shadow:0 22px 55px #25316d28; }
.paper-back { background:var(--sky); transform:translate(-38%,-48%) rotate(7deg); }.paper-front { display:flex; flex-direction:column; align-items:center; padding:39px 32px; color:var(--navy); background:white; transform:translate(-55%,-52%) rotate(-4deg); border:1px solid #eaeaf1; }
.paper-front>span { font-size:13px; font-weight:800; letter-spacing:.2em; }.paper-front>strong { margin-top:3px; color:var(--pink); font-size:25px; letter-spacing:.04em; }
.mini-grid { display:grid; grid-template-columns:repeat(4,1fr); width:155px; height:155px; margin-top:34px; border:3px solid var(--navy); }.mini-grid i { display:grid; place-items:center; font-style:normal; font-weight:900; border:1px solid var(--navy); }.mini-grid i:nth-child(4n+2),.mini-grid i:nth-child(4n+3) { background:#fff8db; }
.shape { position:absolute; display:block; }.shape-one { width:58px;height:58px;border-radius:50%;background:var(--yellow);right:10px;top:20px; }.shape-two { width:28px;height:70px;background:var(--pink);border-radius:20px;left:15px;bottom:40px;transform:rotate(40deg); }.shape-three { width:45px;height:45px;border:8px solid var(--mint);right:0;bottom:15px;transform:rotate(18deg); }
.builder-section,.projects-section { width:min(1180px,calc(100% - 40px)); margin:0 auto; padding:82px 0; }.section-heading { display:flex; justify-content:space-between; align-items:end; gap:28px; margin-bottom:31px; }.section-heading h2 { margin:7px 0 0; font-size:34px; color:var(--navy); }.section-heading>p { max-width:330px; margin:0; color:var(--muted); text-align:right; font-size:13px; }
.builder-grid { display:grid; grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr); gap:26px; align-items:start; }.config-card,.result-card { background:white; border:1px solid var(--line); border-radius:20px; box-shadow:0 13px 45px #25316d0d; }.config-card { padding:32px; }.result-card { min-height:640px; padding:28px; background:#fbfcff; }
fieldset { margin:0; padding:0 0 30px; border:0; }.config-card fieldset+fieldset { padding-top:30px; border-top:1px solid var(--line); }.config-card legend { width:100%; margin-bottom:18px; color:var(--navy); font-size:16px; font-weight:900; }.config-card legend b { display:inline-grid; width:28px;height:28px;place-items:center;margin-right:8px;color:white;background:var(--pink);border-radius:9px; }
.variant-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.variant-option { min-height:76px; display:grid; grid-template-columns:42px 1fr 20px; align-items:center; gap:10px; padding:10px; border:1.5px solid var(--line); border-radius:13px; cursor:pointer; transition:.18s; }.variant-option:hover { border-color:#bac0d6; transform:translateY(-1px); }.variant-option.selected { border-color:var(--pink); background:#fff7fa; box-shadow:0 0 0 3px #ef5b8812; }.variant-option input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }.variant-icon { display:grid;place-items:center;width:40px;height:40px;color:var(--navy);background:#edf8f5;border-radius:11px;font-size:22px;font-weight:900; }.variant-option strong,.variant-option small { display:block; }.variant-option strong { font-size:13px; }.variant-option small { color:var(--muted);font-size:10px;margin-top:3px;line-height:1.25; }.variant-option>i { color:var(--pink); font-style:normal; opacity:0; }.variant-option.selected>i { opacity:1; }
.form-grid { display:grid;grid-template-columns:1fr 1fr;gap:15px; }.form-grid label,.range-row label { display:block; }.form-grid label>span,.range-row label>span { display:block;margin:0 0 6px 2px;color:var(--navy);font-size:11px;font-weight:800; }.form-grid label>span small { color:var(--muted);font-weight:600; }.form-grid .wide { grid-column:1/-1; }
.layout-advice { display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;margin-top:15px;padding:11px;color:#565f7d;background:#fff8dc;border:1px solid #f0dda0;border-radius:10px;font-size:10px;line-height:1.4; }.layout-advice-icon { width:32px;height:32px;display:grid;place-items:center;color:#765b08;background:#ffe895;border-radius:8px;font-size:17px; }.layout-advice p { margin:0; }.layout-advice strong { color:var(--navy); }.layout-advice small { display:block;margin-top:5px;color:#6d654c;font-size:9px; }.layout-advice button { min-height:32px;padding:0 10px;color:#fff;background:var(--navy);border:0;border-radius:7px;font-size:9px;font-weight:900;white-space:nowrap; }.layout-usage { display:block;height:5px;margin-top:7px;overflow:hidden;background:#eadfb7;border-radius:99px; }.layout-usage i { display:block;height:100%;background:#e0a72f;border-radius:inherit; }
input { width:100%;height:43px;padding:0 12px;color:var(--navy);background:white;border:1px solid #dcdfe9;border-radius:10px;outline:none; }.input-action { display:flex!important;margin:0!important; }.input-action input { border-radius:10px 0 0 10px; }.input-action button { width:44px;border:0;color:white;background:var(--navy);border-radius:0 10px 10px 0; }.toggle-row { display:flex;align-items:flex-start;gap:10px;margin-top:17px; }.toggle-row input { width:18px;height:18px;margin-top:2px;accent-color:var(--pink); }.toggle-row strong,.toggle-row small { display:block; }.toggle-row strong { font-size:12px; }.toggle-row small { margin-top:3px;color:var(--muted);font-size:10px; }.range-row { display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:12px;margin:14px 0 0 28px;max-width:290px; }
.primary-button { width:100%;height:52px;display:flex;align-items:center;justify-content:center;gap:12px;color:white;background:var(--pink);border:0;border-radius:13px;font-size:14px;font-weight:900;box-shadow:0 10px 20px #ef5b8830; }.primary-button:hover { background:#e24e7c; }.primary-button b { font-size:21px; }.primary-button:disabled { opacity:.65;cursor:wait; }
.empty-result { min-height:580px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:50px; }.empty-icon { width:78px;height:78px;display:grid;place-items:center;color:var(--pink);background:#fff0f5;border-radius:25px;font-size:37px;transform:rotate(-5deg); }.empty-result h3 { margin:25px 0 8px;font-size:21px;color:var(--navy); }.empty-result p { max-width:340px;margin:0;color:var(--muted);font-size:13px;line-height:1.6; }
.result-heading { display:flex;justify-content:space-between;gap:15px;align-items:start;margin-bottom:18px; }.result-heading h3 { margin:4px 0 0;color:var(--navy);font-size:20px; }.success-chip { padding:7px 9px;color:#187a61;background:#eaf9f4;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap; }
.preview-grid { display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(6,85.5px);gap:9px; }.preview-card { min-width:0;padding:8px;background:white;border:1px solid var(--line);border-radius:10px; }.preview-card.large { padding:12px; }.preview-card header,.preview-card footer { display:flex;justify-content:space-between;align-items:center;gap:5px; }.preview-card header { color:var(--navy);font-size:8px; }.preview-card.large header { font-size:11px; }.preview-card header>span:not(.worksheet-actions) { color:var(--muted); }.preview-card footer { margin-top:4px; }.difficulty-dots { color:var(--pink);font-size:7px;letter-spacing:1px; }.preview-card footer small { color:var(--muted);font-size:7px; }.worksheet-svg { display:block;width:100%;max-height:135px;margin:7px auto 0; }.preview-card.layout-large .worksheet-svg { max-height:315px; }.preview-card.layout-halfpage .worksheet-svg { max-height:215px; }.preview-card.layout-fullpage .worksheet-svg { max-height:475px; }.more-note { margin:11px 0;text-align:center;color:var(--muted);font-size:10px; }
.worksheet-actions { display:flex;gap:2px;margin-left:auto; }.worksheet-actions button { width:20px;height:20px;padding:0;color:var(--navy);background:#f2f4f8;border:0;border-radius:5px;font-size:10px;font-weight:900;line-height:1; }.worksheet-actions button:hover:not(:disabled) { color:white;background:var(--navy); }.worksheet-actions .regenerate-button { color:#a5375d;background:#fff0f5; }.worksheet-actions button:disabled { opacity:.35;cursor:not-allowed; }
.preview-toolbar,.preview-pagination { display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 12px; }.preview-toolbar>span { color:var(--muted);font-size:10px;font-weight:800;white-space:nowrap; }.preview-tabs { display:flex;gap:5px;padding:3px;background:#f0f2f8;border-radius:9px; }.preview-tabs button,.preview-pagination button { min-height:30px;padding:0 10px;color:var(--navy);background:transparent;border:0;border-radius:7px;font-size:9px;font-weight:900; }.preview-tabs button.active { color:white;background:var(--navy); }.preview-pagination { margin:12px 0 0; }.preview-pagination button { min-height:34px;background:white;border:1px solid var(--line); }.preview-pagination button:disabled { opacity:.4;cursor:not-allowed; }
.preview-status { display:flex;align-items:center;gap:7px; }.preview-status b { padding:4px 6px;color:#202020;background:#ededed;border:1px solid #c9c9c9;border-radius:5px;font-size:7px;letter-spacing:.08em; }.ink-saving-preview .preview-card { border-color:#b8b8b8;box-shadow:none; }.ink-saving-preview .worksheet-svg { filter:grayscale(1) contrast(1.25); }.ink-saving-preview .difficulty-dots { color:#222; }
.page-fill-hint { display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;margin-top:12px;padding:10px 11px;color:#565f7d;background:#fff8dc;border:1px solid #f0dda0;border-radius:10px;font-size:10px;line-height:1.4; }.page-fill-hint>span { width:32px;height:32px;display:grid;place-items:center;color:#765b08;background:#ffe895;border-radius:8px;font-size:17px; }.page-fill-hint p { margin:0; }.page-fill-hint strong { color:var(--navy); }.page-fill-hint button { min-height:32px;padding:0 10px;color:#fff;background:var(--navy);border:0;border-radius:7px;font-size:9px;font-weight:900;white-space:nowrap; }
.download-stack { margin-top:19px; }.secondary-actions { display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px; }.secondary-actions button,.share-button,.save-project button,.project-list button { min-height:38px;color:var(--navy);background:white;border:1px solid #dfe1ea;border-radius:9px;font-size:11px;font-weight:800; }.share-button { width:100%;margin-top:8px;color:#176d57;background:#eef9f5;border-color:#cdebe1; }.save-project { display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:15px;padding-top:15px;border-top:1px solid var(--line); }.save-project input { height:38px; }.save-project button { padding:0 15px;color:white;background:var(--navy);border-color:var(--navy); }
.report-modal-backdrop { position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:28px;background:#172052b8;backdrop-filter:blur(7px);animation:report-fade .16s ease-out; }
.report-modal { width:min(1180px,100%);max-height:calc(100vh - 56px);display:flex;flex-direction:column;overflow:hidden;background:#fffdf8;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 30px 90px #11183f66;animation:report-rise .2s ease-out;font-family:system-ui,-apple-system,'Segoe UI',sans-serif;font-size:14px; }
.report-modal-header { display:flex;justify-content:space-between;align-items:flex-start;padding:28px 32px 22px;background:linear-gradient(115deg,#edf9f6,#fff9e7);border-bottom:1px solid #dcebe7; }.report-modal-header h2 { margin:6px 0 5px;color:var(--navy);font-size:32px;letter-spacing:-.025em; }.report-modal-header p { margin:0;color:var(--muted);font-size:14px; }.report-close { width:46px;height:46px;display:grid;place-items:center;padding:0;color:var(--navy);background:white;border:1px solid #dce2e8;border-radius:13px;font-size:28px;line-height:1;box-shadow:0 5px 15px #25316d12; }.report-close:hover { color:white;background:var(--pink);border-color:var(--pink); }
.report-overview { display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:21px 32px 17px; }.report-overview article { min-height:108px;display:flex;flex-direction:column;padding:17px 19px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 7px 22px #25316d0a; }.report-overview article>span { color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em; }.report-overview strong { margin-top:8px;color:var(--navy);font-size:29px;line-height:1; }.report-overview strong small { margin-left:3px;color:var(--muted);font-size:13px; }.report-overview article>small { margin-top:9px;color:var(--muted);font-size:11px; }.score-line { height:6px;margin-top:auto;overflow:hidden;background:#edf0f5;border-radius:999px; }.score-line b { height:100%;display:block;background:linear-gradient(90deg,var(--mint),var(--sky),var(--pink));border-radius:inherit; }
.report-legend { display:flex;flex-wrap:wrap;gap:9px;padding:0 32px 18px; }.report-legend span { padding:9px 12px;color:#69718e;background:#f5f6fa;border:1px solid #e9ebf2;border-radius:9px;font-size:13px;line-height:1.35; }.report-legend b { margin-right:4px;color:var(--navy);font-weight:900; }
.report-table-wrap { min-height:180px;max-height:50vh;margin:0 32px;overflow:auto;background:white;border:1px solid var(--line);border-radius:13px; }.report-modal table { width:100%;border-collapse:separate;border-spacing:0;font:inherit;white-space:nowrap; }.report-modal th { position:sticky;top:0;z-index:2;padding:13px 14px;color:var(--navy);background:#f0f3f8;border-bottom:1px solid #dfe3ec;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.04em; }.report-modal td { padding:12px 14px;color:#59617f;border-bottom:1px solid #eef0f5;font-size:14px; }.report-modal tbody tr:last-child td { border-bottom:0; }.report-modal tbody tr:nth-child(even) { background:#fbfcff; }.report-modal tbody tr:hover { background:#fff7da; }.report-number { width:32px;height:32px;display:grid;place-items:center;color:var(--navy);background:#eef8f5;border-radius:8px;font-size:13px;font-weight:900; }.report-type { color:var(--navy);font-size:14px; }.score-badge { min-width:46px;display:inline-block;padding:8px 9px;border-radius:8px;text-align:center;font-size:14px;font-weight:900; }.score-easy { color:#187a61;background:#e7f8f2; }.score-medium { color:#28658a;background:#e8f5fc; }.score-hard { color:#a5375d;background:#fff0f5; }.report-stars { display:block;min-height:14px;color:var(--pink);font-size:12px;line-height:1;letter-spacing:1.5px;font-weight:900; }.level-label { display:block;margin-top:5px;color:#59617f;font-size:12px;line-height:1.25;font-weight:700; }
.report-modal-footer { display:flex;justify-content:space-between;align-items:center;gap:15px;padding:18px 32px 23px; }.report-modal-footer span { color:var(--muted);font-size:12px; }.report-modal-footer button { min-width:125px;height:42px;color:white;background:var(--pink);border:0;border-radius:10px;font-size:13px;font-weight:900;box-shadow:0 7px 16px #ef5b8830; }
@keyframes report-fade { from { opacity:0; } } @keyframes report-rise { from { opacity:0;transform:translateY(12px) scale(.99); } }
.alert { margin-top:14px;padding:11px 13px;border-radius:9px;font-size:11px;font-weight:700; }.alert.error { color:#9b2449;background:#fff0f4; }.alert.success { color:#176d57;background:#eaf9f4; }.progress-box { padding:14px;background:#f5f7fc;border-radius:12px; }.progress-box>div { display:flex;justify-content:space-between;font-size:11px;font-weight:800; }.progress-box progress { width:100%;height:8px;margin:10px 0;accent-color:var(--pink); }.text-button { padding:0;color:var(--pink);background:none;border:0;font-size:11px;font-weight:800; }
.projects-section { padding-top:20px; }.projects-empty { padding:34px;text-align:center;color:var(--muted);background:#f8f9fc;border:1px dashed #d8dbe6;border-radius:15px;font-size:13px; }.project-list { display:grid;grid-template-columns:1fr 1fr;gap:12px; }.project-list article { display:grid;grid-template-columns:48px 1fr auto auto;align-items:center;gap:12px;padding:13px;background:white;border:1px solid var(--line);border-radius:13px; }.project-badge { width:46px;height:46px;display:grid;place-items:center;color:var(--navy);background:#fff1bc;border-radius:12px;font-weight:900; }.project-list strong,.project-list small { display:block; }.project-list strong { font-size:13px; }.project-list small { margin-top:3px;color:var(--muted);font-size:9px; }.project-list button { padding:0 13px; }.project-list .delete-button { padding:0;width:34px;color:var(--pink);font-size:18px; }
.seo-info-section { width:min(1180px,calc(100% - 40px));margin:0 auto;padding:30px 0 72px; }.seo-info-heading { max-width:780px;margin-bottom:25px; }.seo-info-heading h2,.faq-section h2 { margin:7px 0 10px;color:var(--navy);font-size:30px;letter-spacing:-.025em; }.seo-info-heading p { margin:0;color:var(--muted);font-size:14px;line-height:1.65; }.puzzle-info-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:12px; }.puzzle-info-grid article,.audience-info-grid article,.faq-grid article { padding:20px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px #25316d0a; }.puzzle-info-grid article>span { width:38px;height:38px;display:grid;place-items:center;color:var(--navy);background:#edf8f5;border-radius:10px;font-size:20px;font-weight:900; }.puzzle-info-grid h3,.audience-info-grid h3,.faq-grid h3 { margin:13px 0 7px;color:var(--navy);font-size:15px; }.puzzle-info-grid p,.audience-info-grid p,.faq-grid p { margin:0;color:var(--muted);font-size:12px;line-height:1.55; }.audience-info-grid { display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px; }.audience-info-grid article:first-child { background:#effaf6; }.audience-info-grid article:last-child { background:#fff8df; }.faq-section { margin-top:42px; }.faq-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:12px; }.faq-grid article { box-shadow:none; }.faq-grid h3 { margin-top:0;line-height:1.35; }
.site-footer { min-height:100px;display:flex;justify-content:center;align-items:center;gap:14px;padding:25px;color:white;background:var(--navy);font-size:12px; }.site-footer span { opacity:.75; }
.site-footer .footer-dedication { opacity:1;font-weight:700; }.footer-dedication b { color:var(--pink);font-size:17px;vertical-align:-1px; }
#blazor-error-ui { display:none;position:fixed;bottom:0;width:100%;padding:12px;background:#fff3cd;z-index:1000; }
.app-loading { min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 25% 20%,#eefbf8 0,transparent 36%),radial-gradient(circle at 80% 75%,#fff3c9 0,transparent 34%),#fffdf8; }
.seo-shell { min-height:100vh;padding:72px max(24px,calc((100% - 1120px)/2));background:radial-gradient(circle at 22% 18%,#eaf9f5 0,transparent 37%),radial-gradient(circle at 82% 78%,#fff2c9 0,transparent 34%),#fffdf8; }.seo-shell-hero { display:grid;grid-template-columns:68px minmax(0,760px);gap:22px;align-items:start; }.seo-shell-hero .loading-mark { width:64px;height:64px; }.seo-shell-hero h1 { margin:11px 0 14px;font-size:clamp(36px,5vw,58px); }.seo-shell-hero p { max-width:720px;margin:0;color:#555f83;font-size:16px;line-height:1.65; }.seo-shell-hero a { display:inline-flex;margin-top:22px;padding:12px 18px;color:white;background:var(--pink);border-radius:10px;text-decoration:none;font-size:13px;font-weight:900; }.seo-shell-features { display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:50px; }.seo-shell-features article { padding:18px;background:#ffffffd9;border:1px solid var(--line);border-radius:13px; }.seo-shell-features strong,.seo-shell-features span { display:block; }.seo-shell-features strong { color:var(--navy);font-size:13px; }.seo-shell-features span { margin-top:6px;color:var(--muted);font-size:11px;line-height:1.5; }.seo-shell-loading { margin:26px 0 0;color:var(--muted);font-size:11px;font-weight:800; }.noscript-note { margin:0;padding:12px 20px;color:#8a5821;background:#fff4dc;text-align:center;font-size:12px; }
.loading-card { display:grid;justify-items:center;gap:11px;color:var(--navy);text-align:center; }.loading-card strong { font-size:25px; }.loading-card p { margin:0;color:var(--muted);font-size:13px; }
.loading-mark { width:58px;height:58px;display:grid;place-items:center;color:white;background:var(--pink);border-radius:16px 16px 16px 5px;box-shadow:5px 5px 0 #ffd45f;font-size:18px;font-weight:900;transform:rotate(-3deg); }
.loading-dots { display:flex;gap:6px;margin-top:7px; }.loading-dots i { width:8px;height:8px;background:var(--pink);border-radius:50%;animation:loading-bounce .9s ease-in-out infinite alternate; }.loading-dots i:nth-child(2) { animation-delay:.15s; }.loading-dots i:nth-child(3) { animation-delay:.3s; }
@keyframes loading-bounce { to { transform:translateY(-7px);background:var(--blue); } }

@media (max-width:900px) { .hero { grid-template-columns:1fr;min-height:auto;padding-top:65px;text-align:center; }.hero-copy>p { margin-inline:auto; }.hero-pills { justify-content:center; }.hero-art { height:340px; }.builder-grid { grid-template-columns:1fr; }.result-card { min-height:0; }.section-heading { align-items:start; }.project-list { grid-template-columns:1fr; }.puzzle-info-grid,.seo-shell-features { grid-template-columns:1fr 1fr; } }
@media (max-width:600px) { .site-header { width:calc(100% - 28px);height:76px; }.brand small,.header-link { display:none; }.hero { padding:48px 20px 35px;gap:28px; }.hero-art { transform:scale(.82);margin:-25px 0; }.builder-section,.projects-section,.seo-info-section { width:calc(100% - 24px);padding:55px 0; }.section-heading { display:block; }.section-heading>p { margin-top:9px;text-align:left; }.config-card,.result-card { padding:20px;border-radius:15px; }.variant-grid,.form-grid,.secondary-actions,.puzzle-info-grid,.audience-info-grid,.faq-grid,.seo-shell-features { grid-template-columns:1fr; }.form-grid .wide { grid-column:auto; }.preview-grid { gap:6px; }.project-list article { grid-template-columns:42px 1fr auto; }.project-list .delete-button { grid-column:3; }.site-footer { flex-direction:column;text-align:center; }.seo-shell { padding:48px 20px; }.seo-shell-hero { grid-template-columns:1fr; }.seo-shell-hero .loading-mark { width:54px;height:54px; }.report-modal-backdrop { padding:0;place-items:end center; }.report-modal { max-height:94vh;border-radius:20px 20px 0 0; }.report-modal-header { padding:20px; }.report-modal-header h2 { font-size:24px; }.report-overview { grid-template-columns:1fr 1fr;padding:14px 20px 10px; }.report-overview article { min-height:82px; }.report-overview article:last-child { grid-column:1/-1; }.report-legend { padding:0 20px 11px; }.report-table-wrap { margin:0 20px;max-height:43vh; }.report-modal-footer { padding:13px 20px 17px; }.report-modal-footer span { display:none; }.report-modal-footer button { width:100%; }.report-close { width:38px;height:38px; } }
