:root{--cr-max-width: 1120px;--cr-header-bg: #ffffff;--cr-header-border: #e5e7eb;--cr-text-main: #111827;--cr-text-muted: #6b7280;--cr-accent: #f59e0b;--cr-accent-soft: rgba(245, 158, 11, .12);--cr-accent-contrast: #111827;--cr-bg-body: #f9fafb;--cr-surface: #ffffff;--cr-surface-muted: #f9fafb;--cr-surface-subtle: #f3f4f6;--cr-surface-alt: #eef2f7;--cr-border: #d1d5db;--cr-border-strong: #e5e7eb;--cr-primary: #10b981;--cr-primary-hover: #0ea271;--cr-primary-contrast: #065f46;--cr-primary-text: #ffffff;--cr-danger: #ef4444;--cr-danger-strong: #b91c1c;--cr-danger-text: #7f1d1d;--cr-danger-bg: #fef2f2;--cr-danger-border: #fecaca;--cr-warning-bg: #fef3c7;--cr-warning-border: #facc15;--cr-warning-text: #92400e;--cr-muted-contrast: #9ca3af;--cr-disclaimer-bg: #fff7ed;--cr-disclaimer-border: #fed7aa;--cr-disclaimer-text: #7c2d12;--cr-disclaimer-strong: #9a3412;--cr-overlay: rgba(17, 24, 39, .55);--cr-focus: rgba(16, 185, 129, .45);--cr-focus-strong: rgba(16, 185, 129, .5)}:root[data-theme=dark]{color-scheme:dark;--cr-header-bg: #0f172a;--cr-header-border: #1f2937;--cr-text-main: #f8fafc;--cr-text-muted: #cbd5e1;--cr-accent: #fbbf24;--cr-accent-soft: rgba(251, 191, 36, .18);--cr-accent-contrast: #0f172a;--cr-bg-body: #0b1120;--cr-surface: #111827;--cr-surface-muted: #0f172a;--cr-surface-subtle: #1f2937;--cr-surface-alt: #111c2d;--cr-border: #334155;--cr-border-strong: #475569;--cr-primary: #34d399;--cr-primary-hover: #10b981;--cr-primary-contrast: #a7f3d0;--cr-primary-text: #0f172a;--cr-danger: #f87171;--cr-danger-strong: #fca5a5;--cr-danger-text: #fecaca;--cr-danger-bg: #3f1d1d;--cr-danger-border: #f87171;--cr-warning-bg: #3b2a0a;--cr-warning-border: #fbbf24;--cr-warning-text: #fde68a;--cr-muted-contrast: #94a3b8;--cr-disclaimer-bg: #2a1b0f;--cr-disclaimer-border: #fbbf24;--cr-disclaimer-text: #fde68a;--cr-disclaimer-strong: #fcd34d;--cr-overlay: rgba(2, 6, 23, .7);--cr-focus: rgba(45, 212, 191, .55);--cr-focus-strong: rgba(45, 212, 191, .7)}:root[data-contrast=high]{--cr-text-muted: #1f2937;--cr-border: #9ca3af;--cr-border-strong: #6b7280;--cr-focus: rgba(16, 185, 129, .65);--cr-focus-strong: rgba(16, 185, 129, .75)}:root[data-theme=dark][data-contrast=high]{--cr-text-muted: #e2e8f0;--cr-border: #94a3b8;--cr-border-strong: #cbd5e1}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--cr-text-main);background-color:var(--cr-bg-body)}.cr-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cr-skip-link{position:absolute;left:-9999px;top:.75rem;z-index:9999;padding:.5rem .75rem;border-radius:.6rem;background:var(--cr-surface);border:1px solid var(--cr-border);color:var(--cr-text-main);text-decoration:none;box-shadow:0 8px 20px #0f172a1f}.cr-skip-link:focus,.cr-skip-link:focus-visible{left:.75rem;outline:2px solid var(--cr-focus);outline-offset:2px}#cr-main-content{scroll-margin-top:5rem}.cr-container{max-width:var(--cr-max-width);margin-inline:auto;padding-inline:1.5rem}.cr-header{position:sticky;top:0;z-index:20;background-color:var(--cr-header-bg);border-bottom:1px solid var(--cr-header-border)}.cr-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:.75rem}.cr-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.cr-brand__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--cr-accent-soft);color:var(--cr-accent);font-size:16px}.cr-brand__text{display:flex;flex-direction:column;line-height:1.2}.cr-brand__title{font-weight:600;font-size:1.1rem}.cr-brand__subtitle{font-size:.8rem;color:var(--cr-text-muted)}.cr-nav__list{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.cr-nav__link{font-size:.95rem;text-decoration:none;color:var(--cr-text-muted)}.cr-nav__link:hover{color:var(--cr-text-main)}.cr-nav__link--active{color:var(--cr-text-main);font-weight:500}.cr-header__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cr-appearance{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cr-appearance__toggle{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;border:1px solid var(--cr-border);background-color:var(--cr-surface);color:var(--cr-text-main);padding:.35rem .6rem;font-size:.8rem;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.cr-appearance__toggle:hover{border-color:var(--cr-primary)}.cr-appearance__toggle[aria-pressed=true]{background-color:var(--cr-accent-soft);border-color:var(--cr-accent)}.cr-appearance__icon{font-size:.9rem}.cr-appearance__label{font-weight:600}.cr-appearance__value{color:var(--cr-text-muted)}.cr-ad{background-color:var(--cr-surface-alt)}.cr-ad--header{--cr-ad-slot-min-height: 90px;--cr-ad-slot-aspect: 970 / 90;min-height:110px;margin:2.5rem 0 1.25rem;border:1px solid var(--cr-header-border);border-radius:10px}.cr-ad--footer{--cr-ad-slot-min-height: 250px;--cr-ad-slot-aspect: 970 / 250;min-height:160px;border-top:1px solid var(--cr-header-border);margin-top:2rem}.cr-ad__inner{max-width:var(--cr-max-width);margin-inline:auto;padding:1.5rem;position:relative}.cr-ad__label{margin:0 0 .75rem;text-align:center;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cr-text-muted)}.cr-ad__slot{display:block;width:100%;min-height:var(--cr-ad-slot-min-height, 100px);aspect-ratio:var(--cr-ad-slot-aspect, 970 / 250)}.cr-hero{padding-block:3rem 2.5rem;background-color:var(--cr-surface-muted)}.cr-hero__content{max-width:100ch}.cr-hero h1{margin:0 0 1.75rem;font-size:clamp(1.9rem,1.7rem + .5vw,2.4rem);line-height:1.2;font-weight:600}.cr-hero p{margin:0 0 1rem;font-size:.98rem;line-height:1.7}.cr-hero p:last-of-type{margin-bottom:0}.cr-hero__subtitle{margin:1.75rem 0 .75rem;font-size:1rem;font-weight:600}.cr-hero__steps{margin:0 0 1.5rem 1.25rem;padding:0;font-size:.98rem;line-height:1.7}.cr-hero__steps li{margin-bottom:.35rem}.cr-hero__steps li:last-child{margin-bottom:.75rem}.cr-generator{padding-block:2rem 3rem}.cr-generator__grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1.2fr);gap:1.75rem;align-items:stretch}.cr-generator__form,.cr-generator__preview{background-color:var(--cr-surface);border-radius:.75rem;box-shadow:0 8px 20px #0f172a0f;padding:1.5rem}.cr-generator__form--no-select .cr-field--select{display:none}.cr-generator__preview{display:flex;flex-direction:column}.cr-field{margin-bottom:1rem}.cr-field--select{margin-bottom:1.75rem}.cr-field__label{display:flex;flex-direction:column;gap:.35rem;font-size:.88rem;color:var(--cr-text-muted)}.cr-field__label span{font-weight:500;color:var(--cr-text-main)}.cr-field__input,.cr-field--select select{border-radius:.5rem;border:1px solid var(--cr-border);padding:.55rem .75rem;font-size:.9rem;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.cr-field__input:focus,.cr-field--select select:focus{border-color:var(--cr-primary);box-shadow:0 0 0 1px var(--cr-focus)}.cr-field__input--invalid,.cr-field--select select.cr-field__input--invalid{border-color:var(--cr-danger);box-shadow:0 0 0 1px #ef444459}.cr-field__error{margin:.35rem 0 0;font-size:.82rem;color:var(--cr-danger-strong)}.cr-form-errors{margin-bottom:1rem;padding:.85rem .9rem;border-radius:.6rem;background-color:var(--cr-danger-bg);border:1px solid var(--cr-danger-border);color:var(--cr-danger-text)}.cr-form-errors p{margin:0;font-size:.9rem}.cr-form-errors ul{margin:.5rem 0 0;padding-left:1.25rem}.cr-form-errors a{color:inherit}.cr-form-errors a:focus-visible{outline:2px solid var(--cr-focus-strong);outline-offset:2px}.cr-generator__filters,.cr-guides__filters{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.cr-generator__tags,.cr-guides__tags{display:flex;flex-direction:column;gap:.5rem;font-size:.85rem;color:var(--cr-text-muted)}.cr-generator__tags-label,.cr-guides__tags-label{font-weight:600;color:var(--cr-text-main)}.cr-tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.cr-tag{border-radius:999px;border:1px solid var(--cr-border);background-color:var(--cr-surface-muted);color:var(--cr-text-main);padding:.35rem .85rem;font-size:.8rem;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.cr-tag:hover{border-color:var(--cr-primary);color:var(--cr-primary-contrast)}.cr-tag[aria-pressed=true]{background-color:var(--cr-primary);border-color:var(--cr-primary);color:var(--cr-primary-text)}.cr-generator__filter-empty,.cr-guides__empty{margin:0;font-size:.85rem;color:var(--cr-text-muted)}.cr-generator__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:.75rem}.cr-generator__fields .cr-field{margin-bottom:0}.cr-generator__actions{display:flex;gap:.75rem;margin-top:.5rem;margin-bottom:.75rem}.cr-button{border-radius:999px;border:1px solid transparent;padding:.45rem .9rem;font-size:.9rem;cursor:pointer}.cr-button--primary{background-color:var(--cr-primary);color:var(--cr-primary-text)}.cr-button--primary:hover{background-color:var(--cr-primary-hover)}.cr-button--ghost{background-color:var(--cr-surface);border-color:var(--cr-border);color:var(--cr-text-main)}.cr-button--ghost:hover{background-color:var(--cr-surface-subtle)}.cr-generator__hint{margin:.25rem 0 .5rem;font-size:.8rem;color:var(--cr-text-muted)}.cr-generator__warning{margin-top:.5rem;padding:.75rem .9rem;border-radius:.6rem;background-color:var(--cr-warning-bg);border:1px solid var(--cr-warning-border);font-size:.8rem}.cr-account{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--cr-border-strong);display:grid;gap:1rem}.cr-account__title{margin:0;font-size:.95rem;font-weight:600}.cr-account__text{margin:0;font-size:.85rem;line-height:1.5;color:var(--cr-text-muted)}.cr-account__save{display:grid;gap:.75rem}.cr-account__status{margin:0;font-size:.82rem;color:var(--cr-text-muted)}.cr-account__list{display:grid;gap:.5rem}.cr-account__items{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.cr-account__item{display:flex;justify-content:space-between;gap:.75rem;padding:.75rem;border-radius:.6rem;border:1px solid var(--cr-border-strong);background-color:var(--cr-surface-muted)}.cr-account__item-main{display:flex;flex-direction:column;gap:.25rem}.cr-account__item-meta{font-size:.78rem;color:var(--cr-text-muted)}.cr-account__item-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.cr-account__subtitle{margin:0;font-size:.85rem;font-weight:600}.cr-account__export{display:grid;gap:.75rem}.cr-account__actions{display:flex;gap:.5rem}.cr-account__textarea{min-height:90px;resize:vertical;font-family:inherit}.cr-generator__preview-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem}.cr-generator__preview-title{margin:0;font-size:.95rem;font-weight:600}.cr-generator__preview-actions{display:flex;gap:.5rem}.cr-generator__preview-body{margin:0;padding:.75rem;border-radius:.5rem;border:1px solid var(--cr-border-strong);background-color:var(--cr-surface-muted);font-size:.9rem;white-space:pre-wrap;flex:1;min-height:260px;overflow:auto}.cr-generator__preview-body p{margin:0}.cr-generator__preview-body:focus,.cr-generator__preview-body:focus-visible{outline:2px solid var(--cr-focus);outline-offset:2px}.cr-generator__preview-pagination{margin-top:.75rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.cr-generator__preview-page-info{font-size:.8rem;color:var(--cr-text-muted)}.cr-generator__pagination{margin-top:.75rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.cr-generator__pagination [data-cr-page-info]{font-size:.8rem;color:var(--cr-text-muted)}.cr-signature{margin-top:1rem}.cr-signature__label{display:block;font-size:.88rem;font-weight:500;color:var(--cr-text-main);margin-bottom:.35rem}.cr-signature__canvas{width:100%;max-width:100%;border-radius:.5rem;border:1px solid var(--cr-border);background-color:var(--cr-surface);touch-action:none}.cr-signature__actions{margin-top:.4rem;display:flex;justify-content:flex-end}.cr-preview-signature{margin-top:1.5rem}.cr-preview-signature img{max-width:220px;max-height:80px;display:block}.cr-guides__intro{max-width:100ch;margin-inline:auto;margin-bottom:1.5rem}.cr-guides__intro h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.cr-guides__intro p{margin:0;font-size:.9rem;line-height:1.6;color:var(--cr-text-muted)}.cr-guides__grid{max-width:100ch;margin-inline:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.cr-guide-card{display:block;background-color:var(--cr-surface);border-radius:.75rem;box-shadow:0 8px 20px #0f172a0f;padding:1.25rem 1.35rem;text-decoration:none;color:var(--cr-text-main);cursor:pointer;transition:box-shadow .12s ease,transform .12s ease,background-color .12s ease}.cr-guide-card:hover{box-shadow:0 12px 26px #0f172a1f;transform:translateY(-2px)}.cr-guide-card:active{transform:translateY(0);box-shadow:0 6px 14px #0f172a14;background-color:var(--cr-surface-muted)}.cr-guide-card:focus-visible{outline:2px solid var(--cr-primary);outline-offset:2px}.cr-guide-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:600}.cr-guide-card__description{margin:0;font-size:.9rem;line-height:1.5;color:var(--cr-text-muted)}.cr-guide-card__tags{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.4rem}.cr-guide-card__tag{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--cr-border-strong);background-color:var(--cr-surface-muted);padding:.2rem .6rem;font-size:.75rem;color:var(--cr-text-muted)}.cr-footer{border-top:1px solid var(--cr-header-border);background-color:var(--cr-surface);padding-block:1.25rem 1.5rem}.cr-footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.85rem;color:var(--cr-text-muted)}.cr-footer__copy{margin:0}.cr-footer__brand{font-weight:500;color:var(--cr-text-main)}.cr-footer__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.cr-footer__link{text-decoration:none;color:var(--cr-text-muted)}.cr-footer__link:hover{color:var(--cr-text-main)}.cr-footer__link--button{background:none;border:0;padding:0;font:inherit;cursor:pointer}.cr-footer__separator{color:var(--cr-border)}.cr-cookie[hidden]{display:none}.cr-cookie{position:fixed;inset:auto 0 0;z-index:80;padding:1rem 0;pointer-events:none}.cr-cookie__banner{pointer-events:auto;display:flex;gap:1rem;align-items:flex-start;justify-content:space-between;background:var(--cr-surface);border:1px solid var(--cr-header-border);border-radius:.9rem;box-shadow:0 12px 30px #1118271f;padding:1rem 1.1rem}.cr-cookie__title{margin:0 0 .35rem;font-weight:600;color:var(--cr-text-main)}.cr-cookie__text{margin:0;font-size:.9rem;line-height:1.5;color:var(--cr-text-muted)}.cr-cookie__link{color:inherit}.cr-cookie__actions{display:grid;grid-template-columns:repeat(2,max-content);justify-content:end;gap:.5rem;align-items:center}.cr-cookie__actions [data-cr-cookie-accept]{grid-column:1 / -1;justify-self:center}.cr-cookie__btn{border-radius:.7rem;border:1px solid var(--cr-header-border);background:var(--cr-surface);color:var(--cr-text-main);padding:.55rem .85rem;font-size:.9rem;cursor:pointer}.cr-cookie__btn:hover{background:var(--cr-surface-muted)}.cr-cookie__btn--primary{background:var(--cr-accent);border-color:var(--cr-accent);color:var(--cr-accent-contrast);font-weight:600}.cr-cookie__btn--primary:hover{filter:brightness(.98)}.cr-cookie__btn--secondary{background:var(--cr-surface)}.cr-cookie__overlay[hidden]{display:none}.cr-cookie__overlay{pointer-events:auto;position:fixed;inset:0;background:var(--cr-overlay);display:flex;align-items:center;justify-content:center;padding:1rem}.cr-cookie__modal{width:min(720px,100%);background:var(--cr-surface);border-radius:1rem;border:1px solid var(--cr-header-border);box-shadow:0 18px 45px #11182733;padding:1rem 1.1rem}.cr-cookie__modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cr-cookie__modal-title{margin:0;font-size:1.05rem;font-weight:600}.cr-cookie__icon-btn{border:0;background:none;cursor:pointer;font-size:1.05rem;line-height:1;padding:.35rem .5rem;border-radius:.6rem}.cr-cookie__icon-btn:hover{background:var(--cr-surface-subtle)}.cr-cookie__modal-text{margin:.75rem 0 1rem;font-size:.92rem;line-height:1.55;color:var(--cr-text-muted)}.cr-cookie__form{display:grid;gap:.75rem}.cr-cookie__option{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem .85rem;border:1px solid var(--cr-header-border);border-radius:.85rem;background:var(--cr-surface)}.cr-cookie__hint{display:block;margin-top:.15rem;font-size:.86rem;color:var(--cr-text-muted)}.cr-cookie__modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}body.cr-cookie--lock{overflow:hidden}@media(max-width:720px){.cr-cookie__banner{flex-direction:column}.cr-cookie__actions{grid-template-columns:1fr;justify-content:stretch}.cr-cookie__actions .cr-cookie__btn{width:100%}.cr-cookie__actions [data-cr-cookie-accept]{justify-self:stretch}}.cr-main{padding-block:2.5rem 3rem}.cr-guide-page{max-width:var(--cr-max-width);margin-inline:auto;padding-inline:1.5rem}.cr-guide-content{max-width:100ch;margin-inline:auto}.cr-guide-header{margin-bottom:2.25rem}.cr-breadcrumbs{margin-bottom:.75rem;font-size:.85rem;color:var(--cr-text-muted)}.cr-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.25rem;margin:0;padding:0;list-style:none}.cr-breadcrumbs li{display:inline-flex;align-items:center}.cr-breadcrumbs li+li:before{content:">";margin:0 .35rem;color:var(--cr-muted-contrast)}.cr-breadcrumbs a{color:inherit;text-decoration:none}.cr-breadcrumbs a:hover{color:var(--cr-accent);text-decoration:underline}.cr-guide-title{margin:0 0 .75rem;font-size:clamp(1.7rem,1.6rem + .35vw,2.1rem);font-weight:600}.cr-guide-intro{margin:0;font-size:.98rem;line-height:1.7}.cr-guide-disclaimer{display:flex;gap:.5rem;align-items:flex-start;margin-top:.85rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.6;color:var(--cr-disclaimer-text);background:var(--cr-disclaimer-bg);border:1px solid var(--cr-disclaimer-border);border-left:6px solid var(--cr-accent);border-radius:.65rem;box-shadow:0 6px 14px #1118270a}.cr-guide-disclaimer strong{display:inline-block;min-width:96px;font-weight:700;color:var(--cr-disclaimer-strong)}.cr-section{margin-top:2.5rem}.cr-section-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.cr-section-lead{margin:0 0 1.25rem;font-size:.9rem;color:var(--cr-text-muted)}.cr-pill-list{margin:0;padding-left:1.25rem;font-size:.95rem;line-height:1.6}.cr-pill-list li+li{margin-top:.25rem}.cr-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem}.cr-card{background-color:var(--cr-surface);border-radius:.75rem;border:1px solid var(--cr-border-strong);padding:.9rem 1rem;box-shadow:0 8px 20px #0f172a0a}.cr-card h3{margin:0 0 .35rem;font-size:.95rem;font-weight:600}.cr-feedback__card{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.25rem 1.5rem}.cr-feedback__content .cr-section-title{margin-bottom:.35rem}.cr-feedback__content .cr-section-lead{margin-bottom:0}.cr-feedback__button{white-space:nowrap}@media(max-width:720px){.cr-feedback__card{align-items:flex-start}.cr-feedback__button{width:100%;text-align:center}}.cr-card p{margin:0;font-size:.88rem;line-height:1.6;color:var(--cr-text-muted)}.cr-steps{margin:0;padding-left:1.25rem;font-size:.95rem;line-height:1.7}.cr-steps li+li{margin-top:.35rem}.cr-faq-section{border-top:1px solid var(--cr-border-strong);padding-top:2rem}.cr-faq-list{display:flex;flex-direction:column;gap:.85rem}.cr-faq-item{border-radius:.75rem;border:1px solid var(--cr-border-strong);background-color:var(--cr-surface);box-shadow:0 6px 16px #0f172a0a;padding:.75rem 1rem}.cr-faq-item summary{cursor:pointer;font-size:.95rem;font-weight:600;list-style:none}.cr-faq-item summary::-webkit-details-marker{display:none}.cr-faq-item summary:after{content:"▼";float:right;font-size:.75rem;transform:translateY(2px)}.cr-faq-item[open] summary:after{content:"▲"}.cr-faq-item p{margin:.6rem 0 0;font-size:.9rem;line-height:1.6;color:var(--cr-text-muted)}.cr-back-to-generator{margin-top:1.5rem;display:inline-flex}@media(max-width:960px){.cr-generator__grid,.cr-generator__fields{grid-template-columns:minmax(0,1fr)}}@media(max-width:640px){.cr-header__inner{flex-direction:column;align-items:flex-start}.cr-header__actions{width:100%;justify-content:space-between}.cr-nav__list{gap:1rem}.cr-footer__inner{flex-direction:column;align-items:flex-start}.cr-guide-page{padding-inline:1rem}.cr-card-grid,.cr-guides__grid{grid-template-columns:minmax(0,1fr)}}
