*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0f1117;--color-surface: #1a1d27;--color-border: #2a2d3a;--color-primary: #4f8ef7;--color-primary-hover: #3a7ae8;--color-accent: #7c5cfc;--color-text: #e2e8f0;--color-muted: #8892a4;--color-check: #34d399;--font-sans: "Segoe UI", system-ui, -apple-system, sans-serif;--radius: 12px;--shadow: 0 4px 24px rgba(0, 0, 0, .35)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}.page{display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:860px;margin:0 auto;padding:0 1.25rem}.header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.header-inner{max-width:860px;margin:0 auto;padding:0 1.25rem;height:56px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.35rem;font-weight:700;letter-spacing:-.5px;color:var(--color-text)}.logo-accent{color:var(--color-primary)}.nav-link{color:var(--color-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.nav-link:hover{color:var(--color-text)}.hero{background:linear-gradient(135deg,#12151f,#1a1d2e);border-bottom:1px solid var(--color-border);padding:5rem 1.25rem 4rem;text-align:center}.hero-inner{max-width:620px;margin:0 auto}.hero-title{font-size:clamp(2rem,6vw,3.2rem);font-weight:800;line-height:1.15;letter-spacing:-1px;background:linear-gradient(135deg,#e2e8f0 30%,var(--color-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;color:var(--color-muted);max-width:480px;margin:0 auto}.tools-section{flex:1;padding:3.5rem 0 4rem}.section-heading{font-size:1.05rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:1.75rem}.tool-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;gap:1.75rem;padding:2rem;transition:border-color .2s}.tool-card:hover{border-color:var(--color-primary)}.tool-icon{flex-shrink:0;width:52px;height:52px;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.tool-icon svg{width:26px;height:26px}.tool-content{flex:1;min-width:0}.tool-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.3px}.btn{display:inline-block;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:8px;padding:.65rem 1.4rem;transition:background .2s,transform .15s;cursor:pointer;border:none}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.tool-description{margin-top:1.25rem;color:var(--color-muted);font-size:.97rem;line-height:1.7}.feature-list{list-style:none;margin-top:1.25rem;display:flex;flex-direction:column;gap:.55rem}.feature-list li{font-size:.92rem;color:var(--color-text);display:flex;align-items:flex-start;gap:.5rem}.feature-check{color:var(--color-check);font-weight:700;flex-shrink:0;margin-top:1px}.screenshots-section{margin-top:2.5rem}.screenshots-heading{font-size:1.05rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:1.25rem}.screenshots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.screenshot-item{display:flex;flex-direction:column;gap:.6rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,transform .2s}.screenshot-item:hover{border-color:var(--color-primary);transform:translateY(-2px)}.screenshot-img{width:100%;height:auto;display:block;object-fit:cover}.screenshot-img.screenshot-missing{min-height:140px;background:var(--color-bg);border-bottom:1px solid var(--color-border);color:transparent;font-size:0}.screenshot-item figcaption{font-size:.8rem;color:var(--color-muted);padding:0 .9rem .9rem;line-height:1.4}@media(max-width:860px){.screenshots-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.screenshots-grid{grid-template-columns:1fr}}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:1.5rem 0;text-align:center}.footer p{font-size:.85rem;color:var(--color-muted)}@media(max-width:600px){.tool-card{flex-direction:column;gap:1.25rem;padding:1.5rem}.hero{padding:3.5rem 1.25rem 3rem}}
