*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f172a;--surface: #111827;--card: #1e293b;--text-primary: #e5e7eb;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-placeholder: #64748b;--accent: #7c83ff;--accent-hover: #6b71e8;--success: #4ade80;--warning: #fbbf24;--font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--font-size-base: 1.0625rem;--font-size-sm: .9375rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 1.875rem;--line-height: 1.8;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--max-width: 780px;--radius: 10px;--radius-lg: 14px}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-stack);font-size:var(--font-size-base);line-height:var(--line-height);color:var(--text-primary);background-color:var(--bg);min-height:100vh}::selection{background:#7c83ff4d;color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.4;color:var(--text-primary);letter-spacing:-.01em}h1{font-size:var(--font-size-2xl);margin-bottom:var(--space-lg)}h2{font-size:var(--font-size-xl);margin-bottom:var(--space-md)}h3{font-size:var(--font-size-lg);margin-bottom:var(--space-sm)}p{margin-bottom:var(--space-lg);color:var(--text-secondary)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}textarea{width:100%;font-family:var(--font-stack);font-size:var(--font-size-base);line-height:var(--line-height);color:var(--text-primary);background:var(--surface);border:none;border-radius:var(--radius-lg);padding:var(--space-xl);resize:none;outline:none;box-shadow:inset 0 2px 4px #0003;caret-color:var(--text-muted)}textarea::placeholder{color:var(--text-placeholder)}textarea::-webkit-scrollbar{width:8px}textarea::-webkit-scrollbar-track{background:transparent}textarea::-webkit-scrollbar-thumb{background:var(--card);border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-stack);font-size:var(--font-size-sm);font-weight:500;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius);border:none;cursor:pointer;background:var(--accent);color:var(--bg)}.btn:hover{background:var(--accent-hover)}.btn-secondary{background:var(--card);color:var(--text-secondary)}.btn-secondary:hover{background:#2d3a4f}.stats-bar{display:flex;flex-wrap:wrap;gap:var(--space-xl);padding:var(--space-md) var(--space-lg);background:var(--card);border-radius:var(--radius)}.stat-item{display:flex;flex-direction:column;gap:2px}.stat-label{font-size:.75rem;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase}.stat-value{font-size:1rem;font-weight:600;color:var(--text-secondary);font-variant-numeric:tabular-nums}.progress-bar{width:100%;height:4px;background:#94a3b833;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:2px}.progress-fill.warning{background:var(--warning)}.progress-fill.danger{background:#f87171}.faq-section{margin-top:var(--space-2xl)}.faq-item{padding:var(--space-lg) 0;border-bottom:1px solid rgba(148,163,184,.1)}.faq-item:last-child{border-bottom:none}.faq-question{font-weight:500;color:var(--text-primary);margin-bottom:var(--space-sm)}.faq-answer{color:var(--text-muted);margin-bottom:0}.related-tools{margin-top:var(--space-2xl);padding:var(--space-lg);background:var(--card);border-radius:var(--radius-lg)}.related-tools h3{margin-bottom:var(--space-md);font-size:var(--font-size-base);color:var(--text-muted)}.related-tools ul{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-sm)}.related-tools a{display:inline-block;padding:var(--space-xs) var(--space-md);background:var(--surface);border-radius:var(--radius);font-size:var(--font-size-sm);color:var(--text-muted)}.related-tools a:hover{color:var(--accent);text-decoration:none}.site-header{padding:var(--space-lg) 0;background:transparent}.site-header .container{display:flex;align-items:center;justify-content:space-between}.site-logo{font-size:var(--font-size-base);font-weight:600;color:var(--text-muted);text-decoration:none;letter-spacing:-.01em}.site-logo:hover{color:var(--text-primary)}.site-nav{display:flex;gap:var(--space-lg)}.site-nav a{color:var(--text-muted);font-size:var(--font-size-sm)}.site-nav a:hover{color:var(--text-primary);text-decoration:none}.site-footer{margin-top:var(--space-2xl);padding:var(--space-xl) 0;text-align:center;color:var(--text-placeholder);font-size:var(--font-size-sm)}main{padding:var(--space-xl) 0}@media(max-width:640px){:root{--font-size-2xl: 1.5rem;--font-size-xl: 1.25rem}.container{padding:0 var(--space-md)}.stats-bar{position:fixed;bottom:0;left:0;right:0;border-radius:0;z-index:100;justify-content:space-around;padding:var(--space-sm) var(--space-md);background:var(--bg);border-top:1px solid rgba(148,163,184,.1)}.stat-item{align-items:center;flex:1}.stat-label{font-size:.625rem}.stat-value{font-size:.875rem}main{padding-bottom:100px}}@media(min-width:641px){.stats-bar{position:sticky;top:var(--space-md);z-index:100}}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mt-lg{margin-top:var(--space-lg)}
