.tools-page{background:var(--cream-50)}.fx-intro{background:linear-gradient(180deg,#fff 0,var(--cream-50) 100%);border-bottom:1px solid var(--line);padding:26px 0 30px}.fx-intro .crumbs{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--ink-400);margin-bottom:16px}.fx-intro .crumbs a{color:var(--ink-500);font-weight:500}.fx-intro .crumbs a:hover{color:var(--gold-600)}.fx-intro .crumbs svg{width:12px;height:12px;opacity:.6}.fx-intro .crumbs .cur{color:var(--navy-800);font-weight:600}.fx-intro .head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;flex-wrap:wrap}.fx-intro .tagline{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-600);margin-bottom:10px}.fx-intro .tagline:before{content:"";width:22px;height:1px;background:var(--gold-500)}.fx-intro h1{font-family:var(--font-serif);font-weight:600;font-size:40px;line-height:1.05;letter-spacing:-.02em;color:var(--navy-800);margin:0 0 10px}.fx-intro p.lead{font-size:14px;line-height:1.6;color:var(--ink-500);max-width:620px;margin:0}.tools-intro .head-row{align-items:flex-end}.tools-intro .count-pill{display:inline-flex;align-items:baseline;gap:8px;background:var(--navy-800);color:#fff;padding:10px 16px;border-radius:999px;white-space:nowrap}.tools-intro .count-pill b{font-family:var(--font-serif);font-size:26px;font-weight:600;color:var(--gold-400);line-height:1}.tools-intro .count-pill span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:#ffffffb3}.tools-bar{position:sticky;top:72px;z-index:40;background:#faf7efeb;backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}.tools-bar .container{display:flex;align-items:center;gap:16px;min-height:64px;padding-top:11px;padding-bottom:11px;flex-wrap:wrap}.tools-search{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid var(--line-strong);border-radius:999px;background:#fff;width:280px;flex-shrink:0;transition:border-color .12s,box-shadow .12s}.tools-search:focus-within{border-color:var(--navy-700);box-shadow:0 0 0 3px #142b4f14}.tools-search svg{width:15px;height:15px;color:var(--ink-400);flex-shrink:0}.tools-search input{border:none;outline:none;background:#0000;font:inherit;font-size:14px;color:var(--ink-900);width:100%}.tools-search input::placeholder{color:var(--ink-400)}.cat-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1;min-width:0;padding:4px 0}.cat-chip{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--ink-700);padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;white-space:nowrap;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.cat-chip .dot{width:7px;height:7px;border-radius:50%;background:var(--gold-500);flex-shrink:0}.cat-chip:hover{border-color:var(--line-strong);background:var(--cream-100)}.cat-chip.active{background:var(--navy-800);color:#fff;border-color:var(--navy-800)}.cat-chip.active .dot{background:var(--gold-400)}.tools-page section.cat-section{padding:48px 0 8px;scroll-margin-top:150px}.tools-page section.cat-section:last-of-type{padding-bottom:56px}.cat-section .section-head{border-bottom:1px solid var(--line)}.cat-section .section-head .ch-left{display:flex;align-items:center;gap:16px}.cat-section .ch-ico{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--navy-700),var(--navy-900));color:var(--gold-400);display:grid;place-items:center;flex-shrink:0;border:1px solid #d4af3740}.cat-section .ch-ico svg{width:22px;height:22px}.cat-section .section-title{font-size:27px}.cat-section .ch-count{font-size:12px;color:var(--ink-500);font-weight:500;margin-top:3px}.cat-section .ch-count b{color:var(--navy-800);font-weight:700}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:start}.tool-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;cursor:pointer;transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease}.tool-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold-500),var(--gold-400));transform:scaleX(0);transform-origin:left;transition:transform .26s ease;z-index:2}.tool-card:hover{box-shadow:var(--shadow-md);border-color:var(--line-strong);transform:translateY(-3px)}.tool-card.open{box-shadow:var(--shadow-lg);border-color:var(--gold-500);transform:none}.tool-card.open:before{transform:scaleX(1)}.tc-head{padding:22px 22px 20px;display:flex;flex-direction:column;gap:14px;min-height:234px}.tc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.tc-ico{width:46px;height:46px;border-radius:11px;background:var(--navy-800);color:var(--gold-500);display:grid;place-items:center;flex-shrink:0;transition:background .22s ease,color .22s ease}.tc-ico svg{width:23px;height:23px}.tool-card.open .tc-ico{background:var(--gold-500);color:var(--navy-900)}.tc-status{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 9px;border-radius:999px;flex-shrink:0}.tc-status .sd{width:6px;height:6px;border-radius:50%}.tc-status.ready{background:var(--up-bg);color:var(--up)}.tc-status.ready .sd{background:var(--up);box-shadow:0 0 0 3px #117a3d1f}.tc-status.soon{background:var(--cream-100);color:var(--ink-500)}.tc-status.soon .sd{background:var(--ink-400)}.tc-title{font-family:var(--font-serif);font-size:19px;font-weight:600;line-height:1.2;color:var(--navy-800);letter-spacing:-.01em;margin:0;text-wrap:balance}.tc-tagline{font-size:13px;color:var(--ink-500);line-height:1.45;margin:-6px 0 0}.tc-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.tc-cat-tag{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-400)}.tc-toggle{width:30px;height:30px;border-radius:8px;border:1px solid var(--line);background:var(--cream-50);color:var(--navy-700);display:grid;place-items:center;flex-shrink:0;transition:background .2s ease,transform .26s ease,color .2s ease,border-color .2s ease}.tc-toggle svg{width:15px;height:15px}.tool-card:hover .tc-toggle{border-color:var(--line-strong)}.tool-card.open .tc-toggle{background:var(--navy-800);color:var(--gold-400);border-color:var(--navy-800);transform:rotate(45deg)}.tc-detail{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1)}.tool-card.open .tc-detail{grid-template-rows:1fr}.tc-detail-inner{overflow:hidden;min-height:0}.tc-detail-pad{border-top:1px dashed var(--line);margin:0 22px;padding:18px 22px 24px;opacity:0;transform:translateY(6px);transition:opacity .26s ease 60ms,transform .26s ease 60ms}.tool-card.open .tc-detail-pad{opacity:1;transform:none}.tc-desc{font-size:13.5px;line-height:1.6;color:var(--ink-700);margin:0 0 16px}.tc-computes{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:9px}.tc-computes li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-900);font-weight:500}.tc-computes li svg{width:15px;height:15px;color:var(--gold-600);flex-shrink:0}.tc-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.tc-cta{display:inline-flex;align-items:center;gap:9px;padding:12px 20px;background:var(--navy-800);color:#fff;border:none;font-family:var(--font-sans);font-weight:700;font-size:13px;letter-spacing:.03em;border-radius:8px;text-transform:uppercase;transition:background .16s ease,gap .16s ease}.tc-cta svg{width:14px;height:14px;transition:transform .16s ease}.tc-cta:hover{background:var(--navy-700)}.tc-cta:hover svg{transform:translateX(3px)}.tc-cta.disabled{background:var(--cream-200);color:var(--ink-500);cursor:not-allowed;pointer-events:none}.tc-note{font-size:12px;color:var(--ink-400)}.tools-empty{display:none;text-align:center;padding:80px 0;color:var(--ink-500)}.tools-empty svg{width:40px;height:40px;color:var(--line-strong);margin-bottom:14px}.tools-empty h3{font-family:var(--font-serif);font-size:24px;color:var(--navy-800);margin:0 0 6px}.tools-empty.show{display:block}@media (max-width:1180px){.tool-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.tool-grid{grid-template-columns:repeat(2,1fr)}.tools-bar{top:64px}.tools-search{width:220px}}@media (max-width:600px){.tool-grid{grid-template-columns:1fr}.tools-bar .container{height:auto;flex-direction:column;align-items:stretch;padding-top:12px;padding-bottom:12px}.tools-search{width:100%}.cat-section .section-title{font-size:23px}}