@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#1e293b;border-bottom:1px solid #334155;flex-wrap:wrap;gap:1rem}.logo{font-size:1.5rem;font-weight:700;color:#e2e8f0;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.accent{background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:1.5rem;flex-wrap:wrap}.nav-links a{color:#94a3b8;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#e2e8f0}main{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto}footer{background:#1e293b;border-top:1px solid #334155;padding:2.5rem 1.5rem 2rem;width:100%}.footer-inner{max-width:1200px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-logo{font-size:1.2rem;font-weight:700;color:#e2e8f0;text-decoration:none}.footer-tagline{color:#64748b;font-size:.85rem;max-width:400px;line-height:1.5}.footer-links{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;padding:.75rem 0;border-top:1px solid #334155;border-bottom:1px solid #334155;width:100%}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}.footer-links a:hover{color:#e2e8f0}.footer-copy{color:#475569;font-size:.8rem}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}h1{font-size:2rem;margin-bottom:.5rem}.subtitle{color:#94a3b8;margin-bottom:2rem}.toast{position:fixed;bottom:2rem;right:2rem;background:#22c55e;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;z-index:50;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn{background:#6366f1;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background .2s}.btn:hover{background:#4f46e5}.btn-secondary{background:#334155}.btn-secondary:hover{background:#475569}.card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.input{background:#1e293b;border:1px solid #334155;color:#e2e8f0;padding:.6rem .8rem;border-radius:8px;font-family:inherit;font-size:.95rem;width:100%}.input:focus{outline:none;border-color:#6366f1}.input-mono{font-family:SF Mono,Fira Code,monospace}.tool-container{max-width:900px;margin:0 auto}.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){.tool-grid{grid-template-columns:1fr}}.tool-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.btn-primary{background:#6366f1;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-weight:600}.btn-primary:hover{background:#4f46e5}.show-mobile{display:none!important}@media(max-width:640px){.hide-mobile{display:none!important}.show-mobile{display:inline!important}}.faq-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #1e293b}.faq-section h2{font-size:1.4rem;margin-bottom:1.5rem}.faq-section details{margin-bottom:1rem;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:1rem 1.25rem}.faq-section summary{cursor:pointer;font-weight:600;font-size:1rem;color:#e2e8f0}.faq-section details[open] summary{margin-bottom:.75rem;color:#6366f1}.faq-section details p{color:#94a3b8;line-height:1.7;font-size:.95rem}.related-tools{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #1e293b}.related-tools h2{font-size:1.3rem;margin-bottom:1.25rem}.related-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.related-tools-grid a{display:flex;align-items:center;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.85rem 1.1rem;min-height:44px;color:#e2e8f0;text-decoration:none;font-weight:500;font-size:.95rem;transition:border-color .2s,color .2s}.related-tools-grid a:hover{border-color:#6366f1;color:#6366f1}.content-section{max-width:800px;margin:3rem auto;line-height:1.8;color:#cbd5e1}.content-section h2{color:#e2e8f0;font-size:1.5rem;margin:2rem 0 1rem}.content-section h3{color:#e2e8f0;font-size:1.2rem;margin:1.5rem 0 .75rem}.content-section p{margin-bottom:1rem}.content-section ul{padding-left:1.5rem;margin-bottom:1rem}.content-section li{margin-bottom:.5rem}@media(max-width:768px){main{padding:1rem}nav{padding:.75rem 1rem}.nav-links{display:none}.footer-links a{padding:.5rem .25rem;min-height:44px;display:inline-flex;align-items:center}}html,body{overflow-x:hidden}img{max-width:100%;height:auto}pre,code{overflow-x:auto;word-break:break-word}table{max-width:100%}input,select,textarea{max-width:100%;box-sizing:border-box}@media(max-width:768px){button,.btn,[type=submit],[type=button],select{min-height:44px}input[type=checkbox],input[type=radio]{min-width:20px;min-height:20px}.footer-links a{min-height:44px;display:inline-flex;align-items:center}}
