:root{color-scheme:light;--bg:#f6f6f6;--surface:#fff;--surface-strong:#0f0f0f;--text:#111827;--muted:#475569;--primary:red;--primary-dark:#c30000;--accent:#f8fafc;--border:#e5e7eb;--footer-bg:#080808;--footer-text:#d1d5db;--header-bg:#000;--header-border:#ffffff14;--shadow:0 22px 70px #0f172a24;background-color:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:linear-gradient(#fff 0%,#f2f2f2 45%,#f8fafc 100%);margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}::selection{color:#111827;background:#ff00002e}.site-header{z-index:20;background:var(--header-bg);border-bottom:1px solid var(--header-border);position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:1rem;min-width:0;max-width:1200px;margin:0 auto;padding:1rem 1.25rem;display:flex}.site-branding{min-width:0}.site-branding a{color:#fff;letter-spacing:.02em;overflow-wrap:anywhere;word-break:break-word;align-items:center;gap:.85rem;max-width:100%;font-size:1rem;font-weight:800;display:inline-flex}.brand-mark{background:var(--primary);color:#fff;border-radius:.7rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.95rem;font-weight:800;display:inline-flex}.logo-link{align-items:center;display:inline-flex}.site-logo{width:auto;height:44px;display:block}.site-menu-toggle{color:#fff;background:#ffffff14;border:1px solid #ffffff29;border-radius:14px;padding:.85rem 1rem;font-weight:700;display:none}.site-nav{flex-wrap:wrap;gap:.75rem;display:flex}.site-nav a{color:#fff;border-radius:999px;padding:.55rem .95rem;font-weight:600;transition:background .2s,color .2s}.site-nav a:hover,.site-nav a:focus-visible{background:#ffffff1f}.site-main{max-width:1080px;margin:0 auto;padding:2rem 1.25rem 4rem}.hero-section,.content-block,.tool-panel,.faq-item,.result-card{background:var(--surface);box-shadow:var(--shadow);border-radius:24px;padding:2rem}.hero-section{color:#fff;background:radial-gradient(circle at 0 0,#ff000026,#0000 40%),linear-gradient(145deg,#111 0%,#1e1e1e 100%);border:1px solid #ffffff14;margin:1.5rem 0;padding:3rem}.hero-section h1{margin:1rem 0;font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.05}.hero-section .eyebrow{color:#f8fafc}.hero-section .lead{color:#e5e7eb;max-width:42rem}.eyebrow{color:#9ca3af;text-transform:uppercase;letter-spacing:.2em;margin:0;font-size:.85rem}.lead{color:var(--muted);max-width:40rem;margin:1rem 0 1.5rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.primary-button,.secondary-button{border:none;border-radius:999px;padding:.95rem 1.6rem;font-weight:700}.primary-button{background:var(--primary);color:#fff;box-shadow:0 16px 40px #ff00002e}.secondary-button{color:var(--surface-strong);border:1px solid var(--primary);background:#fff}.tool-panel{border:1px solid var(--border);margin:2rem 0}.tool-panel h2,.content-block h2,.faq-item h3{color:var(--surface-strong);margin-top:0}.tool-form{gap:1rem;margin-top:1.5rem;display:grid}.tool-form label{color:var(--surface-strong);font-weight:700}.tool-form input{border:1px solid var(--border);background:#fff;border-radius:16px;width:100%;padding:1rem 1.1rem}.status-text{color:var(--muted);font-size:.95rem}.progress-bar{background:#e5e7eb;border-radius:999px;width:100%;height:8px;overflow:hidden;box-shadow:inset 0 1px 3px #00000014}.progress-fill{background:linear-gradient(90deg, var(--primary), #ff6b6b);border-radius:999px;width:0%;height:100%;transition:width .1s linear}.progress-text{color:var(--muted);margin:.5rem 0 0;font-size:.9rem;font-weight:600}.tools-collection-header{max-width:820px;margin-bottom:1.5rem}.tool-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.feature-section{padding:2rem}.feature-grid{grid-template-columns:1fr;align-items:stretch;gap:2rem;display:grid}.feature-image{border:1px solid var(--border);border-radius:24px;width:100%;box-shadow:0 18px 40px #0f172a14}.tool-feature-section{border:1px solid var(--border);background:var(--surface);border-radius:24px;margin:2rem 0;padding:2rem}.tool-content-paragraph{color:var(--muted);margin-bottom:1rem;line-height:1.8}.tool-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:2rem;display:grid}.tool-faq-item{border:1px solid var(--border);background:#f8fafc;border-radius:20px;padding:1.35rem}.tool-faq-item h3{color:var(--surface-strong);margin:0 0 .75rem;font-size:1rem}.tool-faq-item p{color:var(--muted);margin:0;line-height:1.75}.tool-page-main{max-width:860px;color:var(--text);margin:0 auto;padding:3rem 1.5rem;font-family:Inter,system-ui,sans-serif;line-height:1.75}.tool-page-header p,.tool-page-header h1,.tool-page-header .intro-copy{margin:0}.tool-page-header p{color:#666;letter-spacing:.12em;text-transform:uppercase;font-size:.95rem}.tool-page-header h1{color:var(--surface-strong);margin:1rem 0 .75rem;font-size:clamp(2.25rem,4vw,3rem);line-height:1.05}.tool-page-header .intro-copy{color:#444;max-width:40rem;margin-top:.75rem;font-size:1rem}.tool-page-form{gap:1rem;margin-top:2.5rem;display:grid}.tool-page-form label{color:#222;margin-bottom:.75rem;font-weight:700;display:block}.tool-page-form input,.tool-page-form select{border:1px solid #ccc;border-radius:14px;outline:none;width:100%;padding:1rem;font-size:1rem}.tool-page-button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:999px;width:fit-content;margin-top:1rem;padding:1rem 1.4rem;font-size:1rem;font-weight:700}.tool-page-result{background:#fafafa;border:1px solid #e5e7eb;border-radius:18px;margin-top:2.5rem;padding:1.75rem;display:none}.tool-page-result h2{color:#111;margin:0 0 1rem;font-size:1.5rem}.tool-page-result strong{color:#333;margin-bottom:.5rem;display:block}.tool-page-result p,.tool-page-result pre{color:#444;word-break:break-word;margin:0}.tool-page-result pre{white-space:pre-wrap;background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-height:9rem;padding:1rem}.tool-faq-list h3{color:var(--surface-strong);margin-bottom:1rem}.tool-faq-list .faq-item{margin-bottom:1rem}.tool-faq-list .faq-item h4{margin:0;font-size:1rem}.tool-faq-list .faq-item p{color:var(--muted);margin:.35rem 0 0;line-height:1.7}.tool-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:1.35rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:block;box-shadow:0 18px 50px #0f172a0f}.tool-card:hover,.tool-card:focus-visible{border-color:#ff000059;transform:translateY(-3px);box-shadow:0 24px 60px #0f172a1f}.tool-card h3{color:var(--surface-strong);margin:0 0 .65rem;font-size:1.05rem}.tool-card p{color:var(--muted);margin:0;line-height:1.65}.result-card{border:1px solid var(--border);margin-top:1.75rem}.hidden{display:none}.result-row{margin-bottom:1.25rem}.result-row strong{color:var(--surface-strong);margin-bottom:.5rem;display:block}.result-row p,.result-row pre{color:var(--muted);margin:0}.result-row pre{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;border:1px solid var(--border);background:#f8fafc;border-radius:16px;padding:1rem}.description-copy-wrapper{gap:.75rem;display:grid}.copy-button{width:fit-content;padding:.85rem 1.25rem}.content-block{border:1px solid var(--border);content-visibility:auto;contain-intrinsic-size:0 500px;margin:2rem 0}.faq-item{margin-bottom:1.5rem}.faq-item p{color:var(--muted);margin:.5rem 0 0}.site-footer{color:var(--footer-text);background:var(--footer-bg);border-top:1px solid #ffffff14;margin-top:2rem;padding:3rem 1.25rem 2rem}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;max-width:1200px;margin:0 auto 1.5rem;display:grid}.footer-column h3{color:#fff;margin-bottom:.75rem}.footer-column p,.footer-column a{color:#d1d5db;margin-bottom:.65rem;font-size:.95rem;display:block}.footer-column a:hover,.footer-column a:focus-visible{color:#fff}.footer-bottom{color:#a1a1aa;max-width:1200px;margin:0 auto}.related-tools-section{border:1px solid var(--border);background:#f8fafc;border-radius:16px;margin-top:1.5rem;padding:1.25rem 1.5rem}.related-tools-section h3{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .85rem;font-size:.95rem}.related-tools-list{flex-wrap:wrap;gap:.5rem;display:flex}.related-tool-pill{border:1px solid var(--border);color:var(--text);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:.35rem;padding:.5rem .95rem;font-size:.9rem;font-weight:600;transition:border-color .2s,background .2s,transform .15s;display:inline-flex}.related-tool-pill:before{content:"▶";color:var(--primary);font-size:.6rem}.related-tool-pill:hover,.related-tool-pill:focus-visible{background:#fff5f5;border-color:#ff000059;transform:translateY(-1px)}@media (width<=480px){.related-tools-section{padding:1rem}.related-tool-pill{padding:.45rem .8rem;font-size:.85rem}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.site-header-inner{flex-direction:column;align-items:stretch}.site-branding a{width:100%}.site-menu-toggle{justify-content:center;align-items:center;width:100%;display:inline-flex}.site-nav{flex-direction:column;align-items:stretch;max-height:0;transition:max-height .25s;overflow:hidden}.site-nav.site-nav-open{max-height:400px}.site-nav a{width:100%}.hero-actions{flex-direction:column;align-items:stretch}.hero-section,.tool-panel,.content-block,.result-card,.tool-feature-section,.tool-page-result{padding:1.5rem}.tool-page-main{padding:2rem 1rem}.tool-page-header .intro-copy{max-width:100%}.tool-page-button{width:100%}.tool-faq-grid,.footer-grid{grid-template-columns:1fr}}@media (width<=480px){.site-header-inner{gap:.75rem;padding:.75rem 1rem}.site-branding a{font-size:.95rem;line-height:1.2}.site-menu-toggle{padding:.85rem}.site-nav a{padding:.55rem .75rem}.tool-page-main,.site-main{padding:1.5rem .85rem 2rem}.tool-page-form input,.tool-page-form select,.tool-page-button{width:100%}.tool-page-header .intro-copy{max-width:100%}.tool-faq-grid{grid-template-columns:1fr}}
