.tools-page{background:var(--color-white);min-height:100vh;font-family:var(--font-body)}.tools-nav-cta{align-items:center;gap:1rem;display:flex}.tools-nav-cta-text{color:var(--color-gray-600);font-size:.875rem;font-weight:400}.tools-dual-hero{grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px);padding-top:60px;display:grid}.tools-hero-panel{text-align:center;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.tools-hero-opensource{background:var(--color-white);border-right:1px solid var(--color-gray-200)}.tools-hero-studio{background:var(--color-white)}.tools-hero-content{z-index:1;max-width:500px;margin:0 auto;position:relative}.tools-badge{background:var(--color-gray-100);color:var(--color-gray-900);border:1px solid var(--color-gray-200);border-radius:980px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.tools-badge-studio{background:var(--color-gray-100);color:var(--color-gray-900);border-color:var(--color-gray-200)}.tools-badge-icon{width:16px;height:16px}.tools-hero-title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--color-gray-900);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.tools-hero-subtitle{color:var(--color-gray-600);letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:400}.tools-hero-tagline{color:var(--color-gray-400);margin-bottom:2rem;font-size:1rem;font-style:italic}.tools-hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.tools-cta-primary{background:var(--color-gray-900);color:var(--color-white);transition:all .3s var(--ease-out-expo);border-radius:980px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.tools-cta-primary:hover{background:var(--color-black);transform:scale(1.02)}.tools-cta-secondary{color:var(--color-gray-900);border:1px solid var(--color-gray-300);transition:all .3s var(--ease-out-expo);background:0 0;border-radius:980px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.tools-cta-secondary:hover{background:var(--color-gray-100);border-color:var(--color-gray-400)}.tools-cta-icon{width:18px;height:18px}.tools-stats{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.5rem;display:flex}.tools-stat{text-align:center}.tools-stat-value{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.tools-stat-label{color:var(--color-gray-600);margin-top:.25rem;font-size:.8125rem}.tools-hero{text-align:center;padding-top:calc(60px + 4rem);padding-bottom:4rem}.tools-value{background:var(--color-gray-100);padding:5rem 2rem}.tools-value-content{max-width:1200px;margin:0 auto}.tools-section-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-gray-900);text-align:center;margin-bottom:3rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.tools-value-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tools-value-card{background:var(--color-white);border-radius:16px;padding:2rem;transition:all .3s}.tools-value-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.tools-value-icon{width:40px;height:40px;color:var(--color-gray-900);margin-bottom:1.25rem}.tools-value-card h3{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.tools-value-card p{color:var(--color-gray-600);font-size:.9375rem;line-height:1.6}.tools-categories{background:var(--color-white);padding:5rem 2rem}.tools-categories-content{max-width:1200px;margin:0 auto}.tools-categories-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.tools-category-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:12px;padding:1.5rem;transition:all .3s}.tools-category-card:hover{border-color:var(--color-gray-400);transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.tools-category-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.tools-category-icon{width:24px;height:24px;color:var(--color-gray-900);flex-shrink:0}.tools-category-card h3{font-family:var(--font-display);color:var(--color-gray-900);letter-spacing:-.01em;font-size:1rem;font-weight:600}.tools-category-card p{color:var(--color-gray-600);font-size:.8125rem;line-height:1.5}.tools-integration{background:var(--color-gray-900);padding:5rem 2rem;position:relative;overflow:hidden}.tools-integration:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#ffffff0d 0%,#0000 60%);position:absolute;inset:0}.tools-integration-content{z-index:1;max-width:1200px;margin:0 auto;position:relative}.tools-integration .tools-section-title{color:var(--color-white)}.tools-integration-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tools-integration-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s}.tools-integration-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}.tools-integration-icon{width:40px;height:40px;color:var(--color-white);margin-bottom:1.25rem}.tools-integration-card h3{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.tools-integration-subtitle{color:var(--color-gray-400);margin-bottom:.75rem;font-size:.8125rem}.tools-integration-card p{color:var(--color-gray-300);font-size:.9375rem;line-height:1.6}.tools-deployment{background:var(--color-white);padding:5rem 2rem}.tools-deployment-content{text-align:center;max-width:800px;margin:0 auto}.tools-code-block{background:var(--color-gray-900);text-align:left;border-radius:12px;margin:2rem 0;padding:1.5rem 2rem;overflow-x:auto}.tools-code-block code{color:var(--color-white);font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.9375rem}.tools-code-prefix{color:var(--color-gray-400);-webkit-user-select:none;user-select:none}.tools-deployment-options{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.tools-deployment-badge{background:var(--color-gray-100);color:var(--color-gray-600);border:1px solid var(--color-gray-200);border-radius:980px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;display:inline-flex}.tools-deployment-badge.recommended{background:var(--color-gray-900);color:var(--color-white);border-color:var(--color-gray-900)}.tools-deployment-badge-icon{width:14px;height:14px}.tools-cta{background:var(--color-gray-100);text-align:center;padding:5rem 2rem}.tools-cta-content{max-width:600px;margin:0 auto}.tools-cta-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-gray-900);margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.tools-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.tools-footer{text-align:center;border-top:1px solid var(--color-gray-200);background:var(--color-white);padding:2rem}.tools-footer p{color:var(--color-gray-400);margin-bottom:1rem;font-size:.875rem}.tools-footer-links{justify-content:center;gap:2rem;display:flex}.tools-footer-links a{color:var(--color-gray-600);font-size:.875rem;text-decoration:none;transition:color .2s}.tools-footer-links a:hover{color:var(--color-gray-900)}@media (max-width:1024px){.tools-categories-grid{grid-template-columns:repeat(3,1fr)}.tools-dual-hero{grid-template-columns:1fr;min-height:auto}.tools-hero-panel{padding:3rem 2rem}.tools-hero-opensource{border-right:none;border-bottom:1px solid var(--color-gray-200);padding-top:calc(60px + 3rem)}}@media (max-width:768px){.tools-hero{padding-top:calc(56px + 3rem);padding-bottom:3rem}.tools-hero-content{padding:0 1.5rem}.tools-hero-panel{padding:2.5rem 1.5rem}.tools-hero-opensource{padding-top:calc(56px + 2.5rem)}.tools-studio-features{flex-direction:column;align-items:center;gap:.75rem}.tools-stats{gap:1.5rem}.tools-value,.tools-categories,.tools-integration,.tools-deployment,.tools-cta{padding:4rem 1.5rem}.tools-value-grid,.tools-integration-grid{grid-template-columns:1fr;gap:1rem}.tools-categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.tools-category-card{padding:1.25rem}.tools-section-title{margin-bottom:2rem}.tools-footer-links{flex-direction:column;gap:1rem}.tools-nav-cta-text{display:none}}@media (max-width:480px){.tools-hero-ctas{flex-direction:column;align-items:center}.tools-cta-primary,.tools-cta-secondary{justify-content:center;width:100%;max-width:280px}.tools-stats{flex-direction:column;gap:1.5rem}.tools-categories-grid{grid-template-columns:1fr}.tools-code-block{padding:1rem 1.25rem}.tools-code-block code{font-size:.8125rem}.tools-deployment-options,.tools-cta-buttons{flex-direction:column;align-items:center}.tools-cta-buttons .tools-cta-primary,.tools-cta-buttons .tools-cta-secondary{width:100%;max-width:280px}}
