:root{--bg:#f8f9ff;--surface:#fff;--text:#172033;--muted:#667085;--line:#e7e9f2;--accent:#5b4ee8;--accent-2:#ff5f7e;--accent-soft:#f0efff;--blue-soft:#eaf4ff;--mint-soft:#e9fbf6;--yellow-soft:#fff7df;--success:#067647;--danger:#b42318}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{max-width:100%;overflow-x:clip}body{background:radial-gradient(circle at 12% 0%, #eef1ff 0, transparent 28%), radial-gradient(circle at 88% 12%, #fff0f4 0, transparent 24%), var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{border-bottom:1px solid var(--line);z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;justify-content:space-between;align-items:center;height:68px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 4px 24px #5b4ee80f}.brand-logo{flex-shrink:0;align-items:center;line-height:0;display:inline-flex}.brand-logo img{width:180px;height:auto;display:block}.brand-logo:focus-visible{outline-offset:5px;border-radius:10px;outline:3px solid #c9c5ff}.site-header nav,.site-footer div{color:var(--muted);gap:18px;font-size:14px;display:flex}.site-header nav a:hover,.site-footer a:hover{color:var(--accent)}main{min-height:calc(100vh - 120px)}.container{width:min(1080px,100% - 32px);margin:0 auto}.hero{text-align:center;padding:76px 0 48px;position:relative}.hero:before{content:"";filter:blur(2px);opacity:.55;z-index:-1;background:#e7e3ff;border-radius:50%;width:180px;height:180px;position:absolute;top:40px;left:-90px}.hero:after{content:"";opacity:.55;z-index:-1;background:#ffe1ea;border-radius:50%;width:140px;height:140px;position:absolute;top:100px;right:-60px}.hero h1{color:#18213a;letter-spacing:-.055em;max-width:800px;margin:0 auto 18px;font-size:clamp(42px,8vw,76px);line-height:.98}.hero p{color:var(--muted);max-width:680px;margin:0 auto 28px;font-size:18px;line-height:1.6}.search-box{background:var(--surface);border:1px solid var(--line);border-radius:16px;max-width:700px;margin:0 auto;padding:8px;display:flex;box-shadow:0 12px 40px #10182812}.search-box input{background:0 0;border:0;outline:0;flex:1;min-width:0;padding:14px 16px}.search-box button,.primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b4ee8,#7a62f4);border:0;border-radius:11px;padding:12px 18px;font-weight:700}.section{padding:24px 0 70px}.section h2{margin:0 0 18px;font-size:28px}.tool-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.tool-card{border:1px solid var(--line);background:#fffffff0;border-radius:16px;flex-direction:column;min-height:290px;padding:20px;transition:transform .15s,box-shadow .15s;display:flex}.tool-card:first-child{border-top:4px solid #6c5ce7}.tool-card:nth-child(2){border-top:4px solid #ff7a59}.tool-card:nth-child(3){border-top:4px solid #00bfa6}.tool-card:nth-child(4){border-top:4px solid #ff4f81}.tool-card:nth-child(5){border-top:4px solid #f59e0b}.tool-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #5b4ee81f}.tool-card h3{margin:0 0 8px;font-size:17px}.tool-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.tool-link{color:var(--accent);margin-top:auto;padding-top:18px;font-size:14px;font-weight:800}.info-section{border-top:1px solid var(--line);background:linear-gradient(135deg,#f3f1ff,#fff7fa);border-radius:24px;margin-bottom:24px;padding:34px}.steps{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.steps>div{border:1px solid var(--line);background:#ffffffdb;border-radius:14px;padding:20px}.steps strong{margin-bottom:8px;display:block}.steps p{color:var(--muted);margin:0;line-height:1.55}.tool-page{padding:54px 0 80px}.tool-header{max-width:760px;margin-bottom:26px}.tool-header h1{letter-spacing:-.045em;margin:0 0 12px;font-size:clamp(34px,6vw,54px)}.tool-header p{color:var(--muted);margin:0;font-size:17px;line-height:1.6}.tool-panel{border:1px solid var(--line);background:#fffffff7;border-radius:20px;padding:24px;box-shadow:0 12px 40px #1018280d}.dropzone{text-align:center;background:linear-gradient(135deg,#faf9ff,#f7fbff);border:2px dashed #b9b5ee;border-radius:16px;padding:42px 20px}.dropzone.dragging{background:#f2f4f7;border-color:#111827}.dropzone h2{margin:0 0 8px;font-size:20px}.dropzone p{color:var(--muted);margin:0 0 18px}.file-input{display:none}.file-list{gap:8px;margin:16px 0;display:grid}.file-row{border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.file-row small{color:var(--muted)}.actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.secondary{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#fff;border-radius:11px;padding:11px 16px;font-weight:700}.status{color:var(--text);background:linear-gradient(135deg,#f0efff,#edf7ff);border-radius:12px;margin-top:18px;padding:14px}.status.success{color:var(--success);background:#ecfdf3}.status.error{color:var(--danger);background:#fef3f2}.result-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.metric{border:1px solid var(--line);border-radius:12px;padding:14px}.metric span{color:var(--muted);margin-bottom:5px;font-size:12px;display:block}.metric strong{font-size:18px}.content-page{max-width:760px;padding:60px 0}.content-page h1{letter-spacing:-.04em;font-size:48px}.content-page h2{margin-top:32px}.content-page p,.content-page li{color:#475467;line-height:1.75}.contact-form{background:var(--surface);border:1px solid var(--line);border-radius:18px;gap:9px;margin-top:28px;padding:24px;display:grid}.contact-form label{margin-top:8px;font-weight:700}.contact-form input,.contact-form textarea{border:1px solid var(--line);background:#fff;border-radius:11px;outline:none;width:100%;padding:12px 14px}.contact-form input:focus,.contact-form textarea:focus{border-color:#98a2b3;box-shadow:0 0 0 3px #eef2f6}.site-footer{border-top:1px solid var(--line);min-height:76px;color:var(--muted);text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:18px 24px;font-size:13px;display:flex}.site-footer div{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center}.powered-by a{color:var(--text);font-weight:700}.eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:700}.lead{color:var(--muted);max-width:780px;font-size:20px;line-height:1.65}.intent-hub{max-width:1080px;margin-left:auto;margin-right:auto}.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.guide-card{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:14px;flex-direction:column;gap:8px;padding:20px;display:flex}.guide-card span{color:var(--muted);font-size:14px;line-height:1.55}.guide-card:hover{border-color:var(--text)}.section-link{margin-top:18px;font-weight:700}.section-link a{text-underline-offset:3px;text-decoration:underline}.tool-content{max-width:900px}.tool-content .content-block{max-width:800px;margin-top:34px}.tool-content .content-block h2{margin-bottom:10px;font-size:24px}.tool-content .content-block p,.tool-content li{color:#475467;line-height:1.75}.tool-content ul{padding-left:22px}.related-tools{border-top:1px solid var(--line);margin-top:42px;padding-top:28px}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.related-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;flex-direction:column;gap:7px;padding:17px;display:flex}.related-card span{color:var(--muted);font-size:14px;line-height:1.5}.tool-hub-link{margin-top:18px;font-weight:700}.tool-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.directory-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:22px}.directory-card h2{margin:0 0 8px;font-size:21px}.directory-card p{margin:8px 0}.directory-card .tool-link{margin-top:8px;display:inline-block}.tool-image-wrap{border-radius:14px;justify-content:center;align-items:center;width:100%;height:150px;margin-bottom:16px;display:flex;overflow:hidden}.tool-image{object-fit:cover;border-radius:14px;width:100%;height:150px;display:block}@media (max-width:900px){.tool-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.site-header{padding:0 16px}.site-header nav{gap:12px}.brand-logo img{width:145px}.hero{padding:54px 0 34px}.hero h1{font-size:48px}.search-box{box-shadow:none;background:0 0;border:0;padding:0;display:block}.search-box input{border:1px solid var(--line);background:#fff;border-radius:12px;width:100%;margin-bottom:8px}.search-box button{width:100%}.tool-grid,.steps,.result-grid{grid-template-columns:1fr}.tool-panel{padding:16px}.content-page h1{font-size:40px}.site-footer{text-align:center;flex-direction:column;align-items:center}.tool-illustration{height:86px}.tool-card{min-height:320px}.tool-image-wrap,.tool-image{height:140px}.tool-directory,.related-grid,.guide-grid{grid-template-columns:1fr}.lead{font-size:18px}}.content-page,.tool-page{position:relative}.content-page:before,.tool-page:before{content:"";opacity:.45;filter:blur(8px);z-index:-1;background:#e9e5ff;border-radius:50%;width:220px;height:220px;position:absolute;top:20px;right:-120px}.directory-card{box-shadow:0 8px 26px #5b4ee80e}.directory-card:first-child{border-top:4px solid #6c5ce7}.directory-card:nth-child(2){border-top:4px solid #ff7a59}.directory-card:nth-child(3){border-top:4px solid #00bfa6}.directory-card:nth-child(4){border-top:4px solid #ff4f81}.directory-card:nth-child(5){border-top:4px solid #f59e0b}.content-page h1,.tool-header h1{color:#18213a}.secondary{color:#4f46d8;background:#fff;border-color:#dcdff0}.ecosystem-page{max-width:1080px}.ecosystem-section{margin-top:42px}.ecosystem-section h2{margin-bottom:16px}.ecosystem-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ecosystem-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;min-height:210px;padding:22px;display:flex;box-shadow:0 8px 26px #5b4ee80e}.ecosystem-card:first-child{border-top:4px solid #6c5ce7}.ecosystem-card:nth-child(2){border-top:4px solid #ff7a59}.ecosystem-card:nth-child(3){border-top:4px solid #00bfa6}.ecosystem-card h3{margin:0 0 10px;font-size:21px}.ecosystem-card p{color:var(--muted);margin:0;line-height:1.65}.workflow-list{gap:12px;display:grid}.workflow-list>div{background:var(--surface);border:1px solid var(--line);border-radius:14px;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.workflow-list strong{min-width:240px}.workflow-list span{color:var(--muted);line-height:1.6}@media (max-width:760px){.ecosystem-grid{grid-template-columns:1fr}.workflow-list>div{display:block}.workflow-list strong{margin-bottom:6px;display:block}}.mobile-menu-button,.mobile-navigation,.mobile-menu-backdrop,.site-header .mobile-navigation{display:none}@media (max-width:640px){.desktop-navigation{display:none!important}.mobile-menu-button{cursor:pointer;z-index:30;background:#fff;border:1px solid #e1e3ef;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:9px;display:flex;box-shadow:0 4px 14px #5b4ee814}.mobile-menu-button span{background:#18213a;border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:18;background:#18213a2e;position:fixed;inset:68px 0 0}.mobile-menu-backdrop.open{display:block}.mobile-navigation{border:1px solid var(--line);z-index:25;background:#fff;border-radius:18px;flex-direction:column;gap:3px;width:min(280px,100vw - 24px);padding:10px;position:fixed;top:76px;right:12px;box-shadow:0 18px 50px #18213a2e}.site-header .mobile-navigation.open{display:flex}.mobile-navigation a{color:#344054;border-radius:11px;padding:14px 15px;font-size:15px;font-weight:700}.mobile-navigation a:hover,.mobile-navigation a:focus-visible{background:var(--accent-soft);color:var(--accent);outline:none}}.page-scroll-controls{z-index:40;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:18px;right:18px}.page-scroll-controls button{color:#4f46d8;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border:1px solid #dcdff0;border-radius:12px;width:44px;height:44px;font-size:22px;font-weight:800;line-height:1;box-shadow:0 8px 24px #18213a24}.page-scroll-controls button:hover{background:#f0efff;transform:translateY(-1px)}.page-scroll-controls button:focus-visible{outline-offset:2px;outline:3px solid #c9c5ff}@media (max-width:640px){.page-scroll-controls{bottom:14px;right:12px}.page-scroll-controls button{width:42px;height:42px}}
