.tools-page{padding-bottom:5rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.tool-card{display:flex;flex-direction:column;min-height:230px;padding:1.4rem;border:1px solid #20202a;border-radius:18px;background:#fff;color:#15151c;text-decoration:none;box-shadow:5px 5px 0 #15151c}.tool-card span{font:700 .72rem/1 system-ui;color:#6d42e8}.tool-card h2{font-size:1.45rem;margin:.8rem 0}.tool-card p{flex:1;color:#565665}.tool-card strong{color:#ef5b2a}.tool-hero{max-width:850px;padding:3.5rem 0 1rem}.tool-hero h1{font-size:clamp(2.2rem,6vw,4.8rem);line-height:.94}.tool-shell{max-width:900px;background:#17171f;color:#fff;padding:clamp(1rem,4vw,2.2rem);border-radius:22px;box-shadow:8px 8px 0 #b9ff25}.tool-shell form{display:grid;gap:1rem}.tool-shell label{display:grid;gap:.4rem;font-weight:700}.tool-shell input,.tool-shell textarea,.tool-shell select{width:100%;box-sizing:border-box;border:1px solid #626275;border-radius:10px;background:#272733;color:#fff;padding:.85rem;font:inherit}.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem}.checks,.tool-actions{display:flex;gap:.7rem;flex-wrap:wrap}.checks label{display:flex;align-items:center}.checks input{width:auto}.tool-primary,.tool-copy,.tool-open,.tool-actions button{width:max-content;border:0;border-radius:999px;padding:.85rem 1.2rem;background:#b9ff25;color:#111;font-weight:800;cursor:pointer;text-decoration:none}.tool-copy,.tool-actions button{background:#fff}.tool-open{background:#25d366}.tool-output{display:block;overflow-wrap:anywhere;border:1px solid #555568;border-radius:12px;padding:1rem}.tool-output small{display:block;color:#b9ff25}.tool-output strong{display:block;margin-top:.35rem;font-size:1.25rem;white-space:pre-wrap}.tool-privacy{font-size:.86rem;color:#c7c7d0}.tool-note{max-width:900px;margin:2rem 0;padding:1.4rem;border-left:5px solid #6d42e8;background:#f4f0ff}.tool-note a{font-weight:800}@media(max-width:600px){.tool-shell{border-radius:14px}.tool-card{min-height:190px}}