.font-editor{transition:padding var(--transition-slow),border-color var(--transition-slow)}.font-editor__preview{transition:min-height var(--transition-slow)}.font-editor[data-mode=pro] .font-editor__preview{min-height:280px}@media(min-width:640px){.font-editor[data-mode=pro] .font-editor__preview{min-height:320px}}@media(min-width:768px){.font-editor[data-mode=pro] .font-editor__preview{min-height:360px}}@media(prefers-reduced-motion:reduce){.font-editor,.font-editor__preview{transition:none}.pro-toggle svg{animation:none!important}}.pro-toggle-inactive{box-shadow:0 0 8px #f59e0b33}.pro-toggle-inactive:hover{box-shadow:0 0 20px #f59e0b99}.pro-toggle-active{animation:pro-glow-gold 2s ease-in-out infinite}@keyframes pro-glow-gold{0%,to{box-shadow:0 0 12px #f59e0b80}50%{box-shadow:0 0 20px #f59e0bb3}}.preset-preview{font-family:var(--preset-font);font-weight:var(--preset-weight);font-style:var(--preset-style);font-feature-settings:var(--preset-features, normal);color:var(--color-text-primary)}.preset-article{position:relative;padding:1rem 1.25rem;border-radius:8px;overflow:hidden;text-align:left;max-width:860px;margin:0 auto}.preset-article .article-bg{position:absolute;inset:0;background:linear-gradient(180deg,#fff,#fafafa);z-index:0}:root.dark .preset-article .article-bg{background:linear-gradient(180deg,#202020,#181818)}.preset-article .article-content{position:relative;z-index:1;max-width:560px;margin:0 auto}.preset-article .article-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.preset-article .author-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.preset-article .meta-text{display:flex;flex-direction:column;gap:0}.preset-article .author-name{font-size:14px;font-weight:500;color:var(--color-text-primary)}.preset-article .meta-details{font-size:13px;color:var(--color-text-muted)}.preset-article h1{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:.5rem;letter-spacing:-.02em;color:var(--color-text-primary)}.preset-article .lead{font-size:18px;line-height:1.5;color:#757575;margin-bottom:1rem;font-style:normal}:root.dark .preset-article .lead{color:#a8a8a8}.preset-article .lead u{text-decoration:underline;text-decoration-color:inherit}.preset-article p{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin-bottom:.75rem}.preset-article p strong{font-weight:700;color:var(--color-text-primary)}.preset-article p sub,.preset-article p sup{font-size:.7em}.preset-article p sub{vertical-align:sub}.preset-article p sup{vertical-align:super}.preset-article blockquote{margin:1rem 0;padding-left:1.25rem;border-left:3px solid var(--color-border-secondary);font-size:18px;font-style:italic;color:var(--color-text-secondary);line-height:1.6}@media(min-width:640px){.preset-article{padding:1.5rem 2rem}.preset-article .article-meta{margin-bottom:1.5rem}.preset-article h1{font-size:32px;margin-bottom:.75rem}.preset-article .lead{font-size:20px;margin-bottom:1.25rem}.preset-article p{font-size:17px}.preset-article blockquote{font-size:20px;margin:1.25rem 0}}.preset-landing{position:relative;padding:.75rem;border-radius:8px;overflow:hidden;max-width:860px;margin:0 auto}.preset-landing .landing-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(99,102,241,.12),transparent),linear-gradient(180deg,#fff,#f9fafb);z-index:0}:root.dark .preset-landing .landing-bg{background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(99,102,241,.15),transparent),linear-gradient(180deg,#111,#171717)}.preset-landing .landing-content{position:relative;z-index:1;max-width:540px;margin:0 auto}.preset-landing .landing-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border-tertiary)}.preset-landing .nav-logo{font-size:16px;font-weight:700;color:var(--color-text-primary)}.preset-landing .nav-links{display:flex;gap:1.25rem}.preset-landing .nav-links a{font-size:13px;color:#6b7280;cursor:pointer;transition:color .15s}.preset-landing .nav-links a:hover{color:var(--color-text-primary)}:root.dark .preset-landing .nav-links a{color:#9ca3af}:root.dark .preset-landing .nav-links a:hover{color:var(--color-text-primary)}.preset-landing .nav-cta{font-size:13px;font-weight:500;padding:.4rem .85rem;border-radius:6px;background:transparent;border:1px solid var(--color-border-primary);color:var(--color-text-primary);cursor:pointer;transition:all .15s}.preset-landing .nav-cta:hover{background:var(--color-bg-tertiary)}.preset-landing .hero{text-align:center;padding:.5rem 0 .75rem}.preset-landing .hero-badge{display:inline-block;font-size:11px;font-weight:500;padding:.25rem .75rem;border-radius:9999px;background:#6366f11a;color:#4f46e5;margin-bottom:1rem}:root.dark .preset-landing .hero-badge{background:#6366f126;color:#818cf8}.preset-landing .hero h1{font-size:32px;font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:.75rem;color:var(--color-text-primary)}.preset-landing .hero-subtitle{font-size:15px;line-height:1.6;color:#6b7280;max-width:400px;margin:0 auto 1.25rem}:root.dark .preset-landing .hero-subtitle{color:#9ca3af}.preset-landing .hero-ctas{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.25rem}.preset-landing .cta-primary{font-size:14px;font-weight:500;padding:.55rem 1.1rem;border-radius:6px;background:#4f46e5;border:none;color:#fff;cursor:pointer;transition:background .15s}.preset-landing .cta-primary:hover{background:#4338ca}.preset-landing .cta-secondary{font-size:14px;font-weight:500;padding:.55rem 1.1rem;border-radius:6px;background:transparent;border:none;color:#4b5563;cursor:pointer;transition:color .15s}.preset-landing .cta-secondary:hover{color:var(--color-text-primary)}:root.dark .preset-landing .cta-secondary{color:#9ca3af}.preset-landing .hero-social-proof{display:flex;align-items:center;justify-content:center;gap:.75rem}.preset-landing .avatar-stack{display:flex;align-items:center}.preset-landing .avatar-stack img{width:28px;height:28px;border-radius:50%;border:2px solid white;margin-left:-10px;object-fit:cover}:root.dark .preset-landing .avatar-stack img{border-color:#171717}.preset-landing .avatar-stack img:first-child{margin-left:0}.preset-landing .avatar-more{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#6366f11a;border:2px solid white;margin-left:-10px;font-size:9px;font-weight:600;color:#4f46e5}:root.dark .preset-landing .avatar-more{border-color:#171717;background:#6366f133;color:#818cf8}.preset-landing .social-text{font-size:13px;color:#6b7280;font-feature-settings:"tnum" 1}:root.dark .preset-landing .social-text{color:#9ca3af}.preset-landing .social-text strong{font-weight:600;color:var(--color-text-primary)}@media(min-width:640px){.preset-landing{padding:1rem}.preset-landing .landing-nav{margin-bottom:2rem;padding-bottom:1rem}.preset-landing .nav-logo{font-size:18px}.preset-landing .nav-links a{font-size:14px}.preset-landing .nav-cta{font-size:14px;padding:.5rem 1rem}.preset-landing .hero{padding:1rem 0 1.5rem}.preset-landing .hero-badge{font-size:12px;padding:.3rem .9rem;margin-bottom:1.25rem}.preset-landing .hero h1{font-size:40px;margin-bottom:1rem}.preset-landing .hero-subtitle{font-size:17px;margin-bottom:1.5rem}.preset-landing .hero-ctas{gap:1rem;margin-bottom:1.5rem}.preset-landing .cta-primary,.preset-landing .cta-secondary{font-size:15px;padding:.65rem 1.25rem}.preset-landing .avatar-stack img,.preset-landing .avatar-more{width:32px;height:32px}.preset-landing .avatar-more{font-size:10px}.preset-landing .social-text{font-size:14px}}.preset-pricing{position:relative;padding:1rem;border-radius:8px;overflow:hidden;max-width:860px;margin:0 auto}.preset-pricing .pricing-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(34,197,94,.08),transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.08),transparent 50%),var(--color-bg-tertiary);z-index:0}:root.dark .preset-pricing .pricing-bg{background:radial-gradient(circle at 20% 80%,rgba(34,197,94,.1),transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.1),transparent 50%),var(--color-bg-tertiary)}.preset-pricing .pricing-content{position:relative;z-index:1;max-width:520px;margin:0 auto}.preset-pricing .pricing-header{text-align:center;margin-bottom:1.25rem}.preset-pricing .pricing-header h2{font-size:22px;font-weight:700;margin-bottom:.35rem;color:var(--color-text-primary)}.preset-pricing .pricing-header p{font-size:13px;color:var(--color-text-muted)}.preset-pricing .pricing-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.preset-pricing .pricing-card{position:relative;padding:1.25rem;background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:12px;text-align:left}.preset-pricing .pricing-card.featured{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.preset-pricing .popular-badge{position:absolute;top:-9px;right:14px;font-size:10px;font-weight:600;padding:.25rem .6rem;border-radius:4px;background:#6366f1;color:#fff}.preset-pricing .pricing-card h3{font-size:16px;font-weight:600;margin-bottom:.35rem;color:var(--color-text-primary)}.preset-pricing .card-desc{font-size:12px;color:var(--color-text-muted);margin-bottom:1rem;line-height:1.4}.preset-pricing .price{font-feature-settings:"tnum" 1;margin-bottom:1rem}.preset-pricing .currency{font-size:14px;vertical-align:top;color:var(--color-text-secondary)}.preset-pricing .amount{font-size:32px;font-weight:700;color:var(--color-text-primary)}.preset-pricing .period{font-size:13px;color:var(--color-text-muted)}.preset-pricing .features{list-style:none;padding:0;margin:0 0 1rem}.preset-pricing .features li{display:flex;align-items:center;gap:.5rem;font-size:12px;color:var(--color-text-secondary);padding:.3rem 0}.preset-pricing .features .check{color:#22c55e;font-size:13px}.preset-pricing .card-cta{width:100%;font-size:13px;font-weight:500;padding:.6rem 1rem;border-radius:8px;background:var(--color-bg-tertiary);border:1px solid var(--color-border-primary);color:var(--color-text-primary);cursor:default;transition:background .15s}.preset-pricing .card-cta.featured{background:#6366f1;border-color:#6366f1;color:#fff}@media(min-width:640px){.preset-pricing{padding:1.5rem}.preset-pricing .pricing-content{max-width:600px}.preset-pricing .pricing-header{margin-bottom:1.5rem}.preset-pricing .pricing-header h2{font-size:26px}.preset-pricing .pricing-header p{font-size:14px}.preset-pricing .pricing-cards{gap:1.25rem}.preset-pricing .pricing-card{padding:1.5rem}.preset-pricing .pricing-card h3{font-size:18px}.preset-pricing .card-desc{font-size:13px;margin-bottom:1.25rem}.preset-pricing .amount{font-size:36px}.preset-pricing .features li{font-size:13px;padding:.35rem 0}.preset-pricing .card-cta{font-size:14px;padding:.7rem 1.25rem}}.preset-dashboard{display:grid;grid-template-columns:140px 1fr;gap:0;border-radius:8px;overflow:hidden;border:1px solid var(--color-border-primary);background:var(--color-bg-secondary);max-width:860px;margin:0 auto}.preset-dashboard .dash-sidebar{display:flex;flex-direction:column;background:var(--color-bg-tertiary);padding:.75rem .6rem;border-right:1px solid var(--color-border-primary)}.preset-dashboard .sidebar-logo{font-size:14px;font-weight:700;color:var(--color-text-primary);margin-bottom:.75rem;padding-left:.4rem}.preset-dashboard .sidebar-nav{display:flex;flex-direction:column;gap:.15rem;flex:1}.preset-dashboard .sidebar-footer{margin-top:auto;padding-top:.5rem;border-top:1px solid var(--color-border-tertiary)}.preset-dashboard .user-menu{display:flex;align-items:center;gap:.4rem;padding:.35rem .4rem;border-radius:6px;cursor:pointer}.preset-dashboard .user-menu:hover{background:var(--color-bg-secondary)}.preset-dashboard .user-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}.preset-dashboard .user-name{flex:1;font-size:11px;font-weight:500;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preset-dashboard .user-chevron{font-size:10px;color:var(--color-text-muted)}.preset-dashboard .nav-item{display:flex;align-items:center;gap:.5rem;font-size:12px;padding:.4rem .5rem;border-radius:6px;color:var(--color-text-secondary);cursor:pointer;transition:background .15s,color .15s}.preset-dashboard .nav-item:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.preset-dashboard .nav-item.active{background:var(--color-bg-secondary);color:var(--color-text-primary);font-weight:500}.preset-dashboard .nav-icon{font-size:12px;opacity:.6}.preset-dashboard .dash-main{display:flex;flex-direction:column}.preset-dashboard .dash-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;border-bottom:1px solid var(--color-border-tertiary)}.preset-dashboard .dash-header h1{font-size:15px;font-weight:600;color:var(--color-text-primary)}.preset-dashboard .header-actions{display:flex;align-items:center;gap:.75rem}.preset-dashboard .header-icon{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);cursor:pointer;transition:color .15s}.preset-dashboard .header-icon:hover{color:var(--color-text-primary)}.preset-dashboard .header-icon svg{width:14px;height:14px}.preset-dashboard .search-box{display:flex;align-items:center;gap:.35rem;font-size:11px;padding:.3rem .6rem;min-width:100px;background:var(--color-bg-tertiary);border:1px solid var(--color-border-primary);border-radius:5px;color:var(--color-text-muted)}.preset-dashboard .search-icon{width:12px;height:12px;opacity:.6;flex-shrink:0}.preset-dashboard .header-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover}.preset-dashboard .dash-widgets{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;padding:.75rem}.preset-dashboard .widget{padding:.6rem;background:var(--color-bg-tertiary);border:1px solid var(--color-border-tertiary);border-radius:6px}.preset-dashboard .widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.preset-dashboard .widget-title{font-size:11px;color:var(--color-text-muted)}.preset-dashboard .widget-badge{font-size:10px;font-weight:500;padding:.1rem .35rem;border-radius:3px;font-feature-settings:"tnum" 1}.preset-dashboard .widget-badge.positive{background:#22c55e1a;color:#22c55e}.preset-dashboard .widget-link{font-size:10px;color:#6366f1;cursor:pointer}.preset-dashboard .widget-value{display:block;font-size:22px;font-weight:600;font-feature-settings:"tnum" 1;color:var(--color-text-primary);margin-bottom:.25rem}.preset-dashboard .widget-chart .spark-chart{width:100%;height:28px;margin-top:.35rem;color:#6366f1}.preset-dashboard .widget-stats .stats-row{display:flex;gap:.75rem;margin-top:.35rem}.preset-dashboard .widget-stats .stat-item{display:flex;align-items:center;gap:.3rem;font-size:10px;color:var(--color-text-muted)}.preset-dashboard .widget-stats .stat-dot{width:6px;height:6px;border-radius:50%}.preset-dashboard .widget-stats .stat-dot.green{background:#22c55e}.preset-dashboard .widget-stats .stat-dot.gray{background:var(--color-text-muted)}.preset-dashboard .widget-stats .stat-num{font-weight:500;font-feature-settings:"tnum" 1;color:var(--color-text-secondary)}.preset-dashboard .widget-kpi .widget-tabs{display:flex;gap:.25rem}.preset-dashboard .widget-kpi .tab{font-size:9px;padding:.15rem .4rem;border-radius:4px;color:var(--color-text-muted);cursor:pointer}.preset-dashboard .widget-kpi .tab.active{background:var(--color-bg-secondary);color:var(--color-text-primary);font-weight:500}.preset-dashboard .widget-kpi .kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.4rem}.preset-dashboard .widget-kpi .kpi-item{display:flex;flex-direction:column;gap:.1rem}.preset-dashboard .widget-kpi .kpi-label{font-size:9px;color:var(--color-text-muted)}.preset-dashboard .widget-kpi .kpi-value{font-size:13px;font-weight:600;font-feature-settings:"tnum" 1;color:var(--color-text-primary)}.preset-dashboard .widget-table .mini-table{width:100%;margin-top:.35rem;font-size:10px;border-collapse:collapse}.preset-dashboard .mini-table th{text-align:left;padding:.25rem .25rem .25rem 0;font-size:9px;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--color-border-primary)}.preset-dashboard .mini-table th:not(:first-child){text-align:right}.preset-dashboard .mini-table td{padding:.3rem .25rem .3rem 0;border-bottom:1px solid var(--color-border-tertiary);color:var(--color-text-secondary)}.preset-dashboard .mini-table td.num{text-align:right;font-feature-settings:"tnum" 1;font-weight:500;color:var(--color-text-primary)}.preset-dashboard .mini-table tr:last-child td{border-bottom:none}@media(min-width:640px){.preset-dashboard{grid-template-columns:160px 1fr}.preset-dashboard .dash-sidebar{padding:.75rem}.preset-dashboard .sidebar-logo{font-size:15px}.preset-dashboard .nav-item{font-size:13px;padding:.45rem .6rem}.preset-dashboard .search-box{min-width:120px}.preset-dashboard .dash-widgets{max-width:480px}}.character-tests-scroll{scrollbar-width:thin;scrollbar-color:var(--color-border-secondary) var(--color-bg-tertiary)}.character-tests-scroll::-webkit-scrollbar{width:8px}.character-tests-scroll::-webkit-scrollbar-track{background:var(--color-bg-tertiary);border-radius:var(--radius-full)}.character-tests-scroll::-webkit-scrollbar-thumb{background-color:var(--color-border-secondary);border-radius:var(--radius-full);border:2px solid var(--color-bg-tertiary)}.character-tests-scroll::-webkit-scrollbar-thumb:hover{background-color:var(--color-border-primary)}.export-modal-code{scrollbar-width:thin;scrollbar-color:var(--color-border-secondary) var(--color-bg-tertiary)}.export-modal-code::-webkit-scrollbar{width:8px;height:8px}.export-modal-code::-webkit-scrollbar-track{background:var(--color-bg-tertiary)}.export-modal-code::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:var(--radius-full)}.export-modal-code::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.export-modal-code::-webkit-scrollbar-corner{background:var(--color-bg-tertiary)}.toc-link[data-astro-cid-xvrfupwn].active{color:var(--color-text-primary);font-weight:500}.toc-link[data-astro-cid-xvrfupwn].active .toc-indicator[data-astro-cid-xvrfupwn]{width:.75rem}.toc-chevron[data-astro-cid-xvrfupwn].rotated{transform:rotate(180deg)}#toc-content[data-astro-cid-xvrfupwn].collapsed{display:none}@media(min-width:1024px){#toc-content[data-astro-cid-xvrfupwn].collapsed{display:block}}
