.tool-page{min-height:100vh;background:var(--bg-neutral)}.tool-hero{padding:3rem 0 2rem;background:linear-gradient(135deg,var(--bg-purple-tint) 0,var(--bg-blue-tint) 100%);position:relative;overflow:hidden}.tool-hero:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.15) 0,transparent 70%);pointer-events:none}.tool-hero-content{max-width:800px;margin:0 auto;text-align:center}.tool-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white-glass);border-radius:100px;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tool-badge svg{color:var(--color-brand-primary)}.tool-hero h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.2}@media (max-width:768px){.tool-hero h1{font-size:1.875rem}}.tool-hero p{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.tool-preview-container{position:relative;max-width:900px;margin:2rem auto 0;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.15);background:var(--glass-background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--separator-subtle)}.tool-preview-image{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover;background:linear-gradient(135deg,#f8f9ff,#eef0ff)}.tool-preview-placeholder{width:100%;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafbff,#f0f3ff);color:var(--text-tertiary);gap:1rem;padding:2rem}.tool-preview-placeholder svg{width:64px;height:64px;opacity:.5}.tool-preview-placeholder span{font-size:.875rem;opacity:.7}.tool-interface{padding:3rem 0;background:var(--bg-neutral)}.tool-interface-container{max-width:900px;margin:0 auto}.tool-card-main{background:var(--glass-background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--separator-subtle);border-radius:20px;padding:2rem;box-shadow:var(--shadow-glass)}.tool-coming-soon-overlay{position:relative;padding:4rem 2rem;text-align:center}.tool-coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--purple) 0,var(--blue) 100%);color:white;border-radius:100px;font-weight:600;font-size:.875rem;margin-bottom:1.5rem}.tool-coming-soon-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.tool-coming-soon-description{color:var(--text-secondary);max-width:400px;margin:0 auto 2rem;line-height:1.6}.tool-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.tool-feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--white-glass);border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.tool-feature-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-glass)}.tool-feature-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-feature-icon.purple{background:var(--purple-glass);color:var(--purple)}.tool-feature-icon.blue{background:var(--blue-glass);color:var(--blue)}.tool-feature-icon.green{background:var(--green-glass);color:var(--green)}.tool-feature-icon.orange{background:var(--orange-glass);color:var(--orange)}.tool-feature-icon.pink{background:var(--pink-glass);color:var(--pink)}.tool-feature-content h4{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.tool-feature-content p{font-size:.8125rem;color:var(--text-secondary);line-height:1.4}.tool-conversion-section{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,var(--purple-glass) 0,var(--blue-glass) 100%);border-radius:16px;text-align:center;position:relative;overflow:hidden}.tool-conversion-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.tool-conversion-content{position:relative;z-index:1}.tool-conversion-section h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.tool-conversion-section p{color:var(--text-secondary);margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.tool-login-required{padding:4rem 2rem;text-align:center;background:var(--glass-background);border-radius:20px;border:1px solid var(--separator-subtle)}.tool-login-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--purple-glass) 0,var(--blue-glass) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center}.tool-login-icon svg{width:40px;height:40px;color:var(--purple)}.tool-login-required h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.tool-login-required p{color:var(--text-secondary);max-width:400px;margin:0 auto 2rem;line-height:1.6}.tool-login-features{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.tool-login-feature{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--green-glass);border-radius:100px;font-size:.875rem;color:var(--text-secondary)}.tool-login-feature svg{color:var(--green);width:16px;height:16px}.tool-utility-section{padding:2rem;background:var(--glass-background);border-radius:20px;border:1px solid var(--separator-subtle)}.tool-utility-input-group{display:flex;gap:1rem;margin-bottom:1.5rem}@media (max-width:640px){.tool-utility-input-group{flex-direction:column}}.tool-utility-input{flex:1 1;padding:1rem 1.25rem;border:1px solid var(--separator-subtle);border-radius:12px;font-size:1rem;background:var(--white-glass);color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.tool-utility-input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-glass)}.tool-utility-input::placeholder{color:var(--text-tertiary)}.sentiment-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:2rem}.sentiment-metric{padding:1.25rem;background:var(--white-glass);border-radius:12px;text-align:center}.sentiment-score{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--purple) 0,var(--blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sentiment-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-tertiary);margin-top:.25rem}.idea-results{margin-top:2rem}.idea-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--white-glass);border-radius:12px;margin-bottom:.75rem;transition:transform .2s ease}.idea-item:hover{transform:translateX(4px)}.idea-number{width:28px;height:28px;background:linear-gradient(135deg,var(--purple) 0,var(--blue) 100%);color:white;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.idea-content{flex:1 1;font-size:.9375rem;color:var(--text-primary);line-height:1.5}.tool-faq-section{padding:3rem 0;background:var(--bg-neutral)}.tool-faq-container{max-width:800px;margin:0 auto}.tool-faq-header{text-align:center;margin-bottom:2rem}.tool-faq-header h2{font-size:1.75rem;font-weight:600;color:var(--text-primary)}@media (max-width:768px){.tool-hero{padding:2rem 0 1.5rem}.tool-interface{padding:2rem 0}.tool-card-main{padding:1.5rem}.tool-features-grid{grid-template-columns:1fr}}