*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#090a10;color:#f4f5fb;font:15px/1.6 Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid #20212a;background:#0a0b11eF;position:sticky;top:0;z-index:5;backdrop-filter:blur(14px)}.brand{font-weight:800;font-size:21px}.logo{display:inline-grid;place-items:center;width:34px;height:34px;margin-right:8px;border-radius:10px;background:linear-gradient(135deg,#8b5cf6,#ec4899);box-shadow:0 8px 30px #8b5cf633}.nav nav{display:flex;gap:30px;color:#a9adbd}.navbtn,.primary{background:linear-gradient(135deg,#8b5cf6,#ec4899);padding:11px 18px;border-radius:12px;font-weight:700}.hero{text-align:center;padding:100px 20px 80px;background:radial-gradient(circle at 50% 10%,#6d28d933,transparent 45%)}.badge,.eyebrow{color:#b99cff;letter-spacing:.14em;font-size:12px;font-weight:800}.badge{display:inline-block;padding:7px 12px;border:1px solid #6d28d955;border-radius:99px;background:#6d28f611;letter-spacing:0}.hero h1{font-size:clamp(44px,7vw,82px);line-height:1.02;margin:22px 0 20px}.hero h1 span{background:linear-gradient(90deg,#a78bfa,#f472b6,#67e8f9);color:transparent;background-clip:text}.hero p{max-width:680px;margin:auto;color:#a9adbd;font-size:18px}.hero-actions{display:flex;gap:12px;justify-content:center;margin-top:32px}.secondary{border:1px solid #30323e;padding:11px 18px;border-radius:12px}.tools-section,.about,.faq{max-width:1160px;margin:auto;padding:75px 20px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-head h2,.about h2,.faq h2{font-size:38px;margin:5px 0 25px}.section-head input{background:#11131b;border:1px solid #292b36;color:#fff;border-radius:12px;padding:12px 15px;min-width:230px}.categories{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.cat{background:#101119;border:1px solid #242632;border-radius:18px;padding:20px;min-height:155px;transition:.2s}.cat:hover{transform:translateY(-3px);border-color:#6d28f677}.cat .icon{font-size:28px}.cat h3{margin:10px 0 4px}.cat p{color:#969aaa;font-size:13px;margin:0}.tool-list{margin-top:15px;display:grid;gap:8px}.tool{background:#151721;border:1px solid #282a36;border-radius:11px;padding:9px 11px;cursor:pointer;font-size:13px}.tool:hover{background:#1a1c28}.about{border-top:1px solid #20212a;border-bottom:1px solid #20212a}.about p:not(.eyebrow),.faq details p{color:#a9adbd;max-width:750px}.faq details{border-bottom:1px solid #242632;padding:18px 0}.faq summary{cursor:pointer;font-weight:700}.modal{position:fixed;inset:0;background:#000b;display:none;place-items:center;padding:18px;z-index:10}.modal.show{display:grid}.modal-card{width:min(760px,100%);max-height:90vh;overflow:auto;background:#101119;border:1px solid #303240;border-radius:22px;padding:28px;position:relative;box-shadow:0 30px 100px #000}.close{position:absolute;right:18px;top:12px;border:0;background:none;color:#fff;font-size:30px;cursor:pointer}.toolbox h2{margin-top:0}.drop{border:1px dashed #55596b;padding:35px;text-align:center;border-radius:15px;color:#aaa;cursor:pointer}.drop input{display:block;margin:15px auto}.row{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.row input,.row select,.row textarea{background:#151721;border:1px solid #30323e;color:#fff;border-radius:10px;padding:10px}.action{border:0;background:#8b5cf6;color:#fff;border-radius:10px;padding:10px 15px;font-weight:700;cursor:pointer}.out{margin-top:15px;padding:15px;background:#0a0b10;border:1px solid #252733;border-radius:12px;white-space:pre-wrap;word-break:break-word}.preview{max-width:100%;max-height:300px;margin-top:15px;border-radius:10px}footer{padding:28px 6%;border-top:1px solid #20212a;color:#777b8d;display:flex;justify-content:space-between}@media(max-width:900px){.categories{grid-template-columns:repeat(2,1fr)}.nav nav{display:none}}@media(max-width:520px){.categories{grid-template-columns:1fr}.navbtn{display:none}.hero{padding-top:70px}.hero-actions{flex-direction:column}.section-head{align-items:stretch;flex-direction:column}footer{flex-direction:column;gap:8px}}