@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";:root{--main: #163153;--blue: #6b8df0;--blue-hover: #5b7ee4;--blue-soft: #eef3ff;--blue-deep: #4968b8;--page: #f7f9fd;--white: #ffffff;--line: #dde6f2;--line-soft: #e9eef5;--muted: #8090a6;--text-soft: #566579;--danger: #d93025;--danger-soft: #fff1f0;--success: #16a34a;--success-soft: #ecfdf3;--shell-width: 1180px;--section-gap: 24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--main);background:radial-gradient(circle at 14% 10%,rgba(90,132,246,.08),transparent 22%),radial-gradient(circle at 88% 8%,rgba(130,164,255,.1),transparent 18%),linear-gradient(180deg,#fbfcff,#f5f8fc 42%,#fff);font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.page-shell{min-width:1180px;min-height:100vh;overflow-x:auto}.page-loading-card{min-height:180px;display:grid;place-items:center;border:1px solid #e6edf8;border-radius:18px;background:#ffffffdb;color:#65748b;font-size:15px;font-weight:600;box-shadow:0 10px 26px #223f6e0d}.global-error-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:linear-gradient(180deg,#f8fbff,#eef4ff)}.global-error-card{width:min(560px,100%);border-radius:24px;padding:32px;background:#fffffff0;border:1px solid rgba(148,163,184,.22);box-shadow:0 20px 48px #0f172a14;text-align:center}.global-error-kicker{display:inline-flex;margin-bottom:10px;color:#64748b;font-size:12px;font-weight:700;letter-spacing:.12em}.global-error-card h1{margin:0 0 10px;font-size:28px;color:#0f172a}.global-error-card p{margin:0;color:#475569;line-height:1.7}.global-error-detail{margin-top:18px;padding:14px 16px;border-radius:16px;background:#f8fafc;color:#b45309;font-size:14px;line-height:1.6}.global-error-card button{margin-top:20px;border:none;border-radius:999px;padding:12px 20px;background:#2563eb;color:#fff;font-size:14px;font-weight:600}.page-section{margin-top:var(--section-gap)}.crawler-query-row{display:grid;grid-template-columns:1fr 150px;gap:12px;margin-top:24px}.crawler-query-row input{min-width:0;height:52px;padding:0 16px;border:1px solid var(--line);border-radius:12px;color:var(--main);background:#fff;outline:none}.crawler-query-row input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #6b8df01f}.crawler-query-row button{border:0;border-radius:12px;background:var(--blue);color:#fff;font-weight:700}.crawler-query-row button:disabled{opacity:.65}.crawler-result-panel{padding:30px;border:1px solid #e0e8f3;border-radius:20px;background:#fff;box-shadow:0 12px 28px #223f6e0f}.crawler-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.result-eyebrow{color:var(--blue-deep);font-size:12px;font-weight:800;letter-spacing:.08em}.crawler-result-head h2{margin:8px 0 6px;color:var(--main);font-size:25px}.crawler-result-head p{max-width:740px;margin:0;color:var(--muted);overflow-wrap:anywhere}.crawler-overall{min-width:170px;padding:14px 16px;border-radius:13px;background:var(--success-soft);color:var(--success);text-align:right}.crawler-overall.warning{background:#fff8e6;color:#b7791f}.crawler-overall.blocked{background:var(--danger-soft);color:var(--danger)}.crawler-overall strong,.crawler-overall span{display:block}.crawler-overall span{margin-top:5px;font-size:12px;font-weight:500}.crawler-progress{height:6px;margin:24px 0 14px;border-radius:99px;background:#edf2f8;overflow:hidden}.crawler-progress span{display:block;height:100%;border-radius:inherit;background:var(--blue);transition:width .3s ease}.crawler-running{display:flex;align-items:center;gap:8px;color:var(--blue-deep);font-size:13px}.spin{animation:crawler-spin 1s linear infinite}@keyframes crawler-spin{to{transform:rotate(360deg)}}.crawler-summary{display:grid;grid-template-columns:repeat(3,1fr);margin:22px 0;border:1px solid var(--line-soft);border-radius:14px;overflow:hidden}.crawler-summary div{padding:16px;background:#fbfdff}.crawler-summary div+div{border-left:1px solid var(--line-soft)}.crawler-summary strong,.crawler-summary span{display:block}.crawler-summary strong{color:var(--main);font-size:24px}.crawler-summary span{margin-top:4px;color:var(--muted);font-size:12px}.crawler-check-list{display:grid;gap:10px}.crawler-check{display:flex;gap:14px;padding:17px 18px;border:1px solid var(--line-soft);border-radius:14px;background:#fff}.crawler-check-icon{flex:0 0 auto;color:var(--success);padding-top:2px}.crawler-check-warning .crawler-check-icon{color:#c28a2a}.crawler-check-blocked .crawler-check-icon,.crawler-check-failed .crawler-check-icon{color:var(--danger)}.crawler-check-main{min-width:0;flex:1}.crawler-check-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.crawler-check-title strong{color:var(--main)}.crawler-check-title span{color:var(--text-soft);font-size:13px}.crawler-check-main p{margin:8px 0 4px;color:var(--text-soft);font-size:13px;line-height:1.6}.crawler-check-main small{display:block;color:var(--muted);overflow-wrap:anywhere}.crawler-recommendation{margin-top:10px;padding:9px 11px;border-radius:9px;background:#f6f9fe;color:#58708f;font-size:12px;line-height:1.6}.page-shell:has(.crawler-query-card) .hero-section .section-inner{min-height:260px}.page-shell:has(.crawler-query-card) .hero-section .section-inner:before{height:250px;border-radius:16px;box-shadow:none}.page-shell:has(.crawler-query-card) .hero-inner{min-height:250px;padding:22px 28px;grid-template-columns:minmax(0,1fr) 270px}.page-shell:has(.crawler-query-card) .hero-copy h1{margin-top:10px;font-size:30px}.page-shell:has(.crawler-query-card) .hero-preview{padding:16px;border-radius:14px;box-shadow:none}.page-shell:has(.crawler-query-card) .hero-preview-question{display:flex;align-items:center;gap:8px;padding:12px;border-radius:10px}.crawler-query-card{padding:26px 28px 24px;border-radius:16px;box-shadow:none}.crawler-query-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.crawler-query-heading>div:first-child>span{display:block;color:var(--blue-deep);font-size:12px;font-weight:700}.crawler-query-heading h2{margin:7px 0 5px;color:var(--main);font-size:20px;line-height:1.35;text-wrap:balance}.crawler-query-heading p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.65}.crawler-query-scope{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;margin-top:3px;padding:8px 10px;border-radius:999px;color:#45658b;background:#f1f6fd;font-size:12px;font-weight:700}.crawler-query-row{margin-top:20px}.crawler-query-row input{height:54px;border-color:#d9e3ef;border-radius:10px;font-size:15px}.crawler-query-row button{border-radius:10px;transition:background .18s ease,transform .18s ease}.crawler-query-row button:not(:disabled):hover{background:var(--blue-hover);transform:translateY(-1px)}.crawler-query-card .citation-example-row{margin-top:12px}.crawler-result-panel{padding:28px;border-color:#dfe8f3;border-radius:16px;box-shadow:none}.crawler-result-head h2{font-size:23px;text-wrap:balance}.crawler-result-head p{font-size:13px}.crawler-overall{min-width:178px;border-radius:10px}.crawler-summary{margin:20px 0;border-radius:10px}.crawler-summary div{padding:14px 16px}.crawler-summary strong{font-size:22px}.crawler-check{gap:13px;padding:16px;border-radius:12px;transition:border-color .18s ease,background .18s ease}.crawler-check:hover{border-color:#cddbef;background:#fcfdff}.crawler-check-title strong{font-size:15px}.crawler-check-title span{padding:3px 7px;border-radius:999px;background:#f2f6fb;font-size:12px}.crawler-check-blocked .crawler-check-title span{color:#b42318;background:#fff0ef}.crawler-check-warning .crawler-check-title span{color:#9a6700;background:#fff8e6}.crawler-check-details{margin-top:11px}.crawler-check-details summary{display:inline-flex;align-items:center;gap:5px;color:#4c6f99;cursor:pointer;font-size:12px;font-weight:700;list-style:none}.crawler-check-details summary::-webkit-details-marker{display:none}.crawler-check-details[open] summary svg{transform:rotate(180deg)}.crawler-check-details summary svg{transition:transform .18s ease}.crawler-check-details .crawler-recommendation{margin-bottom:0}@media(max-width:640px){.page-shell:has(.crawler-query-card) .hero-section .section-inner{min-height:auto;padding:0 16px}.page-shell:has(.crawler-query-card) .hero-section .section-inner:before{inset:0 16px;height:auto}.page-shell:has(.crawler-query-card) .hero-inner{min-height:auto;padding:24px 18px;grid-template-columns:1fr;gap:16px}.page-shell:has(.crawler-query-card) .hero-copy h1{font-size:26px}.crawler-query-card{padding:20px 16px;border-radius:14px}.crawler-query-heading{display:block}.crawler-query-scope{margin-top:13px}.crawler-query-row{grid-template-columns:1fr;gap:10px}.crawler-query-row button{min-height:52px}.crawler-result-panel{padding:20px 16px;border-radius:14px}.crawler-result-head{display:block}.crawler-overall{display:inline-block;min-width:0;margin-top:16px;text-align:left}.crawler-summary{grid-template-columns:1fr}.crawler-summary div+div{border-top:1px solid var(--line-soft);border-left:0}.crawler-check{padding:14px}.crawler-check-title{align-items:flex-start;flex-direction:column;gap:7px}}@media(prefers-reduced-motion:reduce){.crawler-query-row button,.crawler-check,.crawler-check-details summary svg,.crawler-progress span{transition:none}.spin{animation:none}}.page-shell:has(.verify-query-card) .hero-section .section-inner{min-height:260px}.page-shell:has(.verify-query-card) .hero-section .section-inner:before{height:250px;border-radius:16px;box-shadow:none}.page-shell:has(.verify-query-card) .hero-inner{min-height:250px;padding:22px 28px;grid-template-columns:minmax(0,1fr) 270px}.page-shell:has(.verify-query-card) .hero-copy h1{margin-top:10px;font-size:30px}.page-shell:has(.verify-query-card) .hero-preview{padding:16px;border-radius:14px;box-shadow:none}.page-shell:has(.verify-query-card) .hero-preview-question{display:flex;align-items:center;gap:8px;padding:12px;border-radius:10px}.verify-input-meta{display:flex;align-items:center;gap:12px}.verify-input-meta>span{color:#8292a7;font-size:12px}.verify-status{padding:5px 8px;border-radius:999px;background:#f2f6fb;white-space:nowrap}.verify-status.verified{background:#edf9f2}.verify-status.likely{background:#fff8e6}.verify-status.failed{background:#fff0ef}.verify-row details{justify-self:start}.verify-row details[open]{grid-column:1/-1}.verify-evidence{grid-column:auto}.verify-row details[open] .verify-evidence{margin-top:12px}.verify-query-card textarea{background:#fbfdff}.verify-query-card textarea:focus{background:#fff}@media(max-width:640px){.page-shell:has(.verify-query-card) .hero-section .section-inner{min-height:auto;padding:0 16px}.page-shell:has(.verify-query-card) .hero-section .section-inner:before{inset:0 16px;height:auto}.page-shell:has(.verify-query-card) .hero-inner{min-height:auto;padding:24px 18px;grid-template-columns:1fr;gap:16px}.page-shell:has(.verify-query-card) .hero-copy h1{font-size:26px}}.verify-query-card,.verify-results{padding:28px;border:1px solid #dfe8f3;border-radius:16px;background:#fff}.verify-query-card{box-shadow:none}.verify-query-heading,.verify-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.verify-query-heading>div>span,.verify-results-head>div>span{display:block;color:var(--blue-deep);font-size:12px;font-weight:700}.verify-query-heading h2,.verify-results-head h2{margin:7px 0 6px;color:var(--main);font-size:22px;line-height:1.35}.verify-query-heading p,.verify-results-head p{max-width:720px;margin:0;color:var(--text-soft);font-size:13px;line-height:1.65}.verify-query-heading>span{padding:8px 10px;border-radius:999px;color:#45658b;background:#f1f6fd;font-size:12px;font-weight:700;white-space:nowrap}.verify-query-card textarea{width:100%;min-height:148px;margin-top:22px;padding:15px 16px;resize:vertical;border:1px solid #d9e3ef;border-radius:12px;color:var(--main);background:#fbfdff;font-size:15px;line-height:1.65;outline:none}.verify-query-card textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #6b8df01f;background:#fff}.verify-query-foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.verify-example{border:0;color:#51749d;background:transparent;font-size:13px;font-weight:700}.verify-submit{min-width:146px;height:48px;border:0;border-radius:10px;color:#fff;background:var(--blue);font-weight:700;transition:background .18s ease,transform .18s ease}.verify-submit:not(:disabled):hover{background:var(--blue-hover);transform:translateY(-1px)}.verify-submit:disabled{opacity:.65}.verify-results{box-shadow:none}.verify-loading{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;color:#46698f;background:#f2f7fd;font-size:12px}.verify-summary{display:grid;grid-template-columns:repeat(4,1fr);margin:22px 0;border:1px solid var(--line-soft);border-radius:12px;overflow:hidden}.verify-stat{padding:16px;background:#fbfdff}.verify-stat+.verify-stat{border-left:1px solid var(--line-soft)}.verify-stat strong,.verify-stat span{display:block}.verify-stat strong{font-size:24px;color:var(--main)}.verify-stat span{margin-top:5px;color:var(--muted);font-size:12px}.verify-stat.verified strong{color:#159a63}.verify-stat.likely strong{color:#b7791f}.verify-stat.failed strong{color:#c43b34}.verify-table{border:1px solid var(--line-soft);border-radius:12px;overflow:hidden}.verify-table-head,.verify-row{display:grid;grid-template-columns:1.2fr 1.15fr 1fr 1.5fr .75fr;gap:16px;align-items:center}.verify-table-head{padding:13px 16px;color:#74869d;background:#f7faff;font-size:12px;font-weight:700}.verify-row{padding:16px;border-top:1px solid var(--line-soft);color:#52657c;font-size:13px}.verify-row:hover{background:#fcfdff}.verify-ip{display:flex;align-items:center;gap:7px;min-width:0}.verify-ip strong{color:var(--blue-deep);font-size:14px}.verify-ip button{display:grid;place-items:center;width:24px;height:24px;border:0;border-radius:6px;color:#6d87a8;background:#edf3fb}.verify-ip em{color:#159a63;font-size:11px;font-style:normal}.verify-status{display:inline-flex;align-items:center;gap:6px;color:#62758d}.verify-status.verified{color:#158052}.verify-status.likely{color:#a66b12}.verify-status.failed{color:#c43b34}.verify-row>div:nth-child(4) strong,.verify-row>div:nth-child(4) small{display:block}.verify-row>div:nth-child(4) strong{max-width:210px;overflow:hidden;color:#52657c;text-overflow:ellipsis;white-space:nowrap}.verify-row>div:nth-child(4) small{margin-top:3px;color:#8998aa;font-size:11px}.verify-row details summary{display:inline-flex;align-items:center;gap:5px;color:#51749d;cursor:pointer;font-size:12px;font-weight:700;list-style:none}.verify-row details summary::-webkit-details-marker{display:none}.verify-row details[open] summary svg{transform:rotate(180deg)}.verify-evidence{grid-column:1/-1;margin-top:12px;padding:11px 12px;border-radius:9px;background:#f6f9fd;color:#5d7087;font-size:12px;line-height:1.65}.verify-evidence p{margin:0}.verify-evidence p+p{margin-top:5px}.verify-empty{padding:32px;text-align:center;color:var(--muted);font-size:13px}@media(max-width:640px){.verify-query-card,.verify-results{padding:20px 16px;border-radius:14px}.verify-query-heading,.verify-results-head{display:block}.verify-query-heading>span,.verify-loading{display:inline-flex;margin-top:13px}.verify-query-card textarea{min-height:136px;margin-top:18px}.verify-summary{grid-template-columns:1fr 1fr}.verify-stat:nth-child(odd){border-left:0}.verify-stat:nth-child(n+3){border-top:1px solid var(--line-soft)}.verify-table{overflow-x:auto}.verify-table-head,.verify-row{min-width:720px}.verify-row{font-size:12px}.verify-query-foot{gap:12px}.verify-submit{flex:1}}.page-section:first-of-type{margin-top:0}.section-inner{position:relative;width:var(--shell-width);margin:0 auto}.page-shell:has(.prompt-mining-query-card) .hero-section .section-inner{min-height:260px}.page-shell:has(.prompt-mining-query-card) .hero-section .section-inner:before{height:250px;border-radius:16px;box-shadow:none}.page-shell:has(.prompt-mining-query-card) .hero-inner{min-height:250px;padding:22px 28px;grid-template-columns:minmax(0,1fr) 280px}.page-shell:has(.prompt-mining-query-card) .hero-copy h1{margin-top:10px;font-size:30px}.page-shell:has(.prompt-mining-query-card) .hero-preview{padding:16px;border-radius:14px;box-shadow:none}.prompt-mining-query-card,.prompt-mining-result-card{padding:28px;border:1px solid #dfe8f3;border-radius:16px;background:#fff;box-shadow:none}.prompt-mining-eyebrow,.prompt-mining-result-head>div>span{display:block;color:var(--blue-deep);font-size:12px;font-weight:700}.prompt-mining-query-card h2,.prompt-mining-result-head h2{margin:7px 0 6px;color:var(--main);font-size:22px;line-height:1.35}.prompt-mining-query-card p,.prompt-mining-result-head p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.65}.prompt-mining-input-row{display:flex;gap:12px;margin-top:22px}.prompt-mining-input{display:flex;align-items:center;flex:1;min-width:0;height:52px;padding:0 14px;border:1px solid #d9e3ef;border-radius:11px;background:#fbfdff;color:#7690ad}.prompt-mining-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #6b8df01f;background:#fff}.prompt-mining-input input{width:100%;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--main);font:inherit;font-size:15px}.prompt-mining-input button{width:24px;height:24px;border:0;border-radius:50%;color:#71859d;background:#edf3f9;cursor:pointer}.prompt-mining-submit{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:142px;height:52px;border:0;border-radius:10px;color:#fff;background:var(--blue);font-weight:700;cursor:pointer}.prompt-mining-submit:hover:not(:disabled){background:var(--blue-hover)}.prompt-mining-submit:disabled{opacity:.65;cursor:wait}.prompt-mining-query-foot{display:flex;align-items:center;gap:9px;margin-top:12px;color:#8a9ab0;font-size:12px}.prompt-mining-query-foot button{border:0;color:#51749d;background:transparent;font-size:12px;font-weight:700;cursor:pointer}.prompt-mining-count{margin-left:auto}.prompt-mining-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.prompt-mining-result-head h2 em,.prompt-mining-topic-head h3 em{color:#8395aa;font-size:14px;font-style:normal;font-weight:500}.prompt-mining-actions{display:flex;gap:9px}.prompt-mining-actions button{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 11px;border:1px solid #d8e4f0;border-radius:8px;color:#557394;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.prompt-mining-actions button.is-primary{border-color:var(--blue);color:#fff;background:var(--blue)}.prompt-mining-actions button:disabled{opacity:.5;cursor:not-allowed}.prompt-mining-notice{margin-top:16px;padding:10px 12px;border-radius:8px;color:#168156;background:#eef9f3;font-size:13px}.prompt-mining-progress{display:flex;align-items:center;gap:12px;margin-top:22px;padding:22px;border:1px solid #dce8f7;border-radius:12px;background:#f6faff;color:#52769f}.prompt-mining-progress strong,.prompt-mining-progress span{display:block}.prompt-mining-progress strong{font-size:14px}.prompt-mining-progress span{margin-top:4px;color:#7d92aa;font-size:12px}.prompt-mining-table{margin-top:22px;border:1px solid var(--line-soft);border-radius:12px;overflow:hidden}.prompt-mining-table-head,.prompt-mining-table-row{display:grid;grid-template-columns:minmax(280px,1.75fr) .8fr .65fr .85fr 1fr;gap:14px;align-items:center}.prompt-mining-table-head{padding:13px 16px;color:#71849a;background:#f7faff;font-size:12px;font-weight:700}.prompt-mining-table-row{padding:14px 16px;border-top:1px solid var(--line-soft);color:#5f7187;font-size:13px}.prompt-mining-table-row:hover{background:#fcfdff}.prompt-mining-table-row>strong{color:#2d4460;font-weight:600;line-height:1.55}.prompt-mining-table-row>div{display:flex;gap:8px}.prompt-mining-table-row button{border:0;color:#51749d;background:transparent;font-size:12px;font-weight:700;cursor:pointer}.prompt-mining-table-row button+button{padding-left:8px;border-left:1px solid #dce5ef}.prompt-mining-topic-head{display:flex;align-items:center;justify-content:space-between;margin-top:26px}.prompt-mining-topic-head h3{margin:0;color:var(--main);font-size:19px}.prompt-mining-topic-head>span{color:#8c9daf;font-size:12px}.prompt-mining-topic-table{margin-top:12px;border:1px solid var(--line-soft);border-radius:12px;overflow:hidden}.prompt-mining-topic-table>div{display:grid;grid-template-columns:1.5fr .8fr 1fr;gap:14px;padding:13px 16px;border-top:1px solid var(--line-soft);color:#5f7187;font-size:13px}.prompt-mining-topic-table>div:first-child{border-top:0;color:#71849a;background:#f7faff;font-size:12px;font-weight:700}.prompt-mining-topic-table strong{color:#314963}.prompt-mining-topic-table .relevance-high{color:#14905d;font-weight:700}.prompt-mining-topic-table .relevance-medium{color:#a97819;font-weight:700}.prompt-mining-topic-table .relevance-low{color:#7d8da1;font-weight:700}@media(max-width:640px){.page-shell:has(.prompt-mining-query-card) .hero-section .section-inner{min-height:auto;padding:0 16px}.page-shell:has(.prompt-mining-query-card) .hero-section .section-inner:before{inset:0 16px;height:auto}.page-shell:has(.prompt-mining-query-card) .hero-inner{min-height:auto;padding:24px 18px;grid-template-columns:1fr;gap:16px}.page-shell:has(.prompt-mining-query-card) .hero-copy h1{font-size:26px}.prompt-mining-query-card,.prompt-mining-result-card{padding:20px 16px;border-radius:14px}.prompt-mining-input-row{flex-direction:column}.prompt-mining-submit{width:100%}.prompt-mining-result-head{display:block}.prompt-mining-actions{margin-top:14px;flex-wrap:wrap}.prompt-mining-actions button{flex:1;justify-content:center}.prompt-mining-table{overflow-x:auto}.prompt-mining-table-head,.prompt-mining-table-row{min-width:730px}.prompt-mining-topic-head{display:block}.prompt-mining-topic-head>span{display:block;margin-top:7px}.prompt-mining-topic-table{overflow-x:auto}.prompt-mining-topic-table>div{min-width:470px}.prompt-mining-query-foot{flex-wrap:wrap}.prompt-mining-count{margin-left:0}}.prompt-mining-query-card{padding:30px}.prompt-mining-query-card>div:first-child{max-width:700px}.prompt-mining-query-card h2{font-size:21px}.prompt-mining-input-row{max-width:840px;gap:10px;margin-top:20px}.prompt-mining-input{height:50px;border-radius:9px}.prompt-mining-input button{display:grid;place-items:center;flex:0 0 24px}.prompt-mining-submit{min-width:136px;height:50px;border-radius:9px}.prompt-mining-query-foot{max-width:840px}.prompt-mining-result-card{padding:30px}.prompt-mining-result-head>div>span{margin-bottom:2px}.prompt-mining-actions{padding-top:2px}.prompt-mining-actions button{height:36px;border-radius:7px;transition:border-color .16s ease,color .16s ease,background .16s ease}.prompt-mining-actions button:not(:disabled):hover{border-color:#9bbbf0;color:#285fa7}.prompt-mining-actions button.is-primary:not(:disabled):hover{border-color:var(--blue-hover);color:#fff;background:var(--blue-hover)}.prompt-mining-table{margin-top:20px;border-radius:10px}.prompt-mining-table-head{padding:12px 16px}.prompt-mining-table-row{min-height:52px;padding:11px 16px}.prompt-mining-table-row>div{align-items:center;gap:0}.prompt-mining-table-row button{min-height:28px;padding:0 7px;border-radius:5px}.prompt-mining-table-row button:hover{color:#235f9f;background:#eff5fc}.prompt-mining-table-row button+button{margin-left:3px;padding-left:7px;border-left:0}.prompt-mining-topic-head{margin-top:30px}.prompt-mining-topic-table{border-radius:10px}.prompt-mining-topic-table>div{padding:12px 16px}.prompt-mining-progress{margin-top:20px;border-radius:10px}@media(max-width:640px){.prompt-mining-query-card,.prompt-mining-result-card{padding:20px 16px}.prompt-mining-query-card h2{font-size:20px}.prompt-mining-input-row{gap:10px}.prompt-mining-table-row{min-height:50px}.prompt-mining-topic-head{margin-top:26px}}.page-shell:has(.intent-query-card) .hero-section .section-inner{min-height:260px}.page-shell:has(.intent-query-card) .hero-section .section-inner:before{height:250px;border-radius:16px;box-shadow:none}.page-shell:has(.intent-query-card) .hero-inner{min-height:250px;padding:22px 28px;grid-template-columns:minmax(0,1fr) 280px}.page-shell:has(.intent-query-card) .hero-copy h1{margin-top:10px;font-size:30px}.page-shell:has(.intent-query-card) .hero-preview{padding:16px;border-radius:14px;box-shadow:none}.intent-query-card,.intent-report{padding:30px;border:1px solid #dfe8f3;border-radius:16px;background:#fff;box-shadow:none}.intent-query-card>div:first-child>span,.intent-report-head>div>span{display:block;color:var(--blue-deep);font-size:12px;font-weight:700}.intent-query-card h2,.intent-report h2{margin:7px 0 6px;color:var(--main);font-size:22px;line-height:1.35}.intent-query-card p,.intent-report-head p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.65}.intent-input-row{display:flex;max-width:860px;gap:10px;margin-top:20px}.intent-input{display:flex;align-items:center;flex:1;min-width:0;height:50px;padding:0 14px;border:1px solid #d9e3ef;border-radius:9px;background:#fbfdff;color:#7690ad}.intent-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #6b8df01f;background:#fff}.intent-input input{width:100%;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--main);font:inherit;font-size:15px}.intent-input button{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border:0;border-radius:50%;color:#71859d;background:#edf3f9;cursor:pointer}.intent-input-row>button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:136px;height:50px;border:0;border-radius:9px;color:#fff;background:var(--blue);font-weight:700;cursor:pointer}.intent-input-row>button:hover:not(:disabled){background:var(--blue-hover)}.intent-input-row>button:disabled{opacity:.65;cursor:wait}.intent-query-foot{display:flex;align-items:center;gap:9px;max-width:860px;margin-top:12px;color:#8a9ab0;font-size:12px}.intent-query-foot button{border:0;color:#51749d;background:transparent;font-size:12px;font-weight:700;cursor:pointer}.intent-query-foot span:last-child{margin-left:auto}.intent-report-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.intent-report-actions{display:flex;gap:8px;padding-top:2px}.intent-report-actions button{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 11px;border:1px solid #d8e4f0;border-radius:7px;color:#557394;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.intent-report-actions button.is-primary{border-color:var(--blue);color:#fff;background:var(--blue)}.intent-report-actions button:disabled{opacity:.5;cursor:not-allowed}.intent-notice{margin-top:16px;padding:10px 12px;border-radius:8px;color:#168156;background:#eef9f3;font-size:13px}.intent-progress{display:flex;align-items:center;gap:12px;margin-top:22px;padding:22px;border:1px solid #dce8f7;border-radius:10px;background:#f6faff;color:#52769f}.intent-progress strong,.intent-progress span{display:block}.intent-progress strong{font-size:14px}.intent-progress span{margin-top:4px;color:#7d92aa;font-size:12px}.intent-question{display:grid;gap:7px;margin-top:22px;padding:15px 16px;border-radius:10px;background:#f8faff}.intent-question span{color:#8192a6;font-size:12px}.intent-question strong{color:#2d4460;font-size:14px;font-weight:600;line-height:1.6}.intent-section-title{margin:26px 0 12px;color:var(--main);font-size:16px}.intent-score-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.intent-score-grid article{display:grid;place-items:center;gap:9px;min-height:132px;border:1px solid #edf1f6;border-radius:10px;background:#fcfdff}.intent-score-grid article>span{color:#60748d;font-size:12px;font-weight:700}.intent-ring{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:conic-gradient(var(--blue) var(--score),#edf1f5 0)}.intent-ring:before{content:"";position:absolute;width:58px;height:58px;border-radius:50%;background:#fcfdff}.intent-ring{position:relative}.intent-ring strong{position:relative;z-index:1;color:#324c6d;font-size:14px}.intent-analysis-grid{display:grid;grid-template-columns:1.18fr 1fr 1fr;gap:14px;margin-top:22px}.intent-bottom-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:14px;margin-top:14px}.intent-panel{min-width:0;padding:18px;border:1px solid #edf1f6;border-radius:10px;background:#fcfdff}.intent-panel h3{margin:0 0 15px;color:#2f4662;font-size:14px}.intent-list-group+.intent-list-group{margin-top:16px}.intent-list-group>span{display:block;margin-bottom:8px;color:#8899ac;font-size:12px}.intent-list-group>div{display:flex;flex-wrap:wrap;gap:7px}.intent-list-group article{padding:7px 9px;border-radius:7px;background:#edf5ff;color:#47729d}.intent-list-group article strong,.intent-list-group article small{display:block}.intent-list-group article strong{font-size:12px}.intent-list-group article small{max-width:185px;margin-top:3px;color:#718ca8;font-size:11px;line-height:1.45}.intent-list-group em{color:#94a1b1;font-size:12px;font-style:normal}.intent-sentiment{text-align:center}.intent-gauge{display:inline-flex;align-items:baseline;justify-content:center;position:relative;margin:12px 0 14px;padding-top:22px;width:128px;height:62px;border:13px solid #e9f3ed;border-bottom:0;border-radius:128px 128px 0 0}.intent-gauge strong{color:#25a36f;font-size:25px}.intent-gauge span{color:#8192a6;font-size:11px}.intent-gauge em{position:absolute;bottom:-24px;left:0;right:0;color:#58738f;font-size:12px;font-style:normal;font-weight:700}.intent-sentiment p,.intent-panel>p{margin:15px 0 0;color:#8090a2;font-size:12px;line-height:1.65;text-align:left}.intent-journey{display:grid;gap:12px}.intent-journey div{display:flex;align-items:center;gap:8px;color:#8192a6;font-size:12px}.intent-journey i{width:10px;height:10px;border:1px solid #cbd8e7;border-radius:50%;background:#fff}.intent-journey .is-active{color:#356ca8;font-weight:700}.intent-journey .is-active i{border-color:#6c9cf1;background:#6c9cf1;box-shadow:0 0 0 3px #eaf2ff}.intent-suggestions article{padding:11px 0;border-top:1px solid #edf1f6}.intent-suggestions article:first-of-type{padding-top:0;border-top:0}.intent-suggestions strong{color:#3b536f;font-size:13px;line-height:1.6}.intent-suggestions p{margin:5px 0 8px;color:#8191a4;font-size:12px;line-height:1.55}.intent-suggestions footer{display:flex;align-items:center;justify-content:space-between}.intent-suggestions footer span{color:#5d86b3;font-size:11px}.intent-suggestions footer button{border:0;color:#52799f;background:transparent;font-size:12px;font-weight:700;cursor:pointer}.intent-disclaimer{margin:22px 0 0;padding:11px 12px;border:1px solid #edf1f6;border-radius:8px;color:#909dad;font-size:11px;line-height:1.65}@media(max-width:760px){.page-shell:has(.intent-query-card) .hero-section .section-inner{min-height:auto;padding:0 16px}.page-shell:has(.intent-query-card) .hero-section .section-inner:before{inset:0 16px;height:auto}.page-shell:has(.intent-query-card) .hero-inner{min-height:auto;padding:24px 18px;grid-template-columns:1fr;gap:16px}.page-shell:has(.intent-query-card) .hero-copy h1{font-size:26px}.intent-query-card,.intent-report{padding:20px 16px;border-radius:14px}.intent-input-row{flex-direction:column}.intent-input-row>button{width:100%}.intent-query-foot{flex-wrap:wrap}.intent-query-foot span:last-child{margin-left:0}.intent-report-head{display:block}.intent-report-actions{flex-wrap:wrap;margin-top:14px}.intent-report-actions button{flex:1;justify-content:center}.intent-score-grid{grid-template-columns:1fr 1fr}.intent-analysis-grid,.intent-bottom-grid{grid-template-columns:1fr}.intent-analysis-grid{margin-top:16px}.intent-panel{padding:16px}.intent-question{margin-top:18px}.intent-section-title{margin-top:22px}}.intent-question strong,.intent-suggestions strong,.intent-list-group article small{overflow-wrap:anywhere;word-break:break-word}.intent-report-actions{flex-wrap:wrap}.intent-report-actions button{white-space:nowrap}.intent-score-grid article{min-width:0}.intent-panel{overflow:hidden}.intent-gauge{margin-bottom:28px}@media(max-width:760px){.intent-report-actions button{min-width:0}.intent-report-actions button.is-primary{flex-basis:100%}}.tool-section .section-inner,.feature-section .section-inner,.result-section .section-inner,.contact-section-wrap .section-inner,.footer-section .section-inner{display:block}.site-header{height:76px;background:transparent;position:fixed;left:0;right:0;top:0;z-index:120}.page-shell{padding-top:84px}.nav-container{width:var(--shell-width);height:70px;margin:14px auto 0;padding:0 22px;display:flex;align-items:center;border:1px solid rgba(228,235,250,.95);border-radius:18px;background:#ffffffe6;box-shadow:0 8px 18px #223f6e0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:height .22s ease,margin-top .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.site-header.is-scrolled .nav-container{height:62px;margin-top:8px;border-color:#dbe5f7fa;background:#fffffff5;box-shadow:0 6px 14px #223f6e0d}.brand-logo{display:flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;cursor:pointer;white-space:nowrap}.logo-icon{width:30px;height:30px;flex-shrink:0}.logo-text{font-size:21px;font-weight:800;color:var(--blue);letter-spacing:-.02em}.main-nav{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:clamp(10px,1.05vw,22px);margin-left:clamp(16px,1.35vw,28px);color:var(--main);font-size:15px;white-space:nowrap}.nav-group{position:relative;display:flex;align-items:center;padding-bottom:22px;margin-bottom:-22px}.nav-link{padding:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:600;display:inline-flex;align-items:center;gap:4px}.nav-link.is-active{color:var(--blue)}.nav-dropdown{position:absolute;left:0;top:calc(100% - 2px);min-width:220px;padding-top:10px;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.nav-group:hover .nav-dropdown,.nav-group.is-open .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-card{padding:8px;border:1px solid #e8edf6;border-radius:16px;background:#fffffffa;box-shadow:0 18px 38px #1c34541f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-dropdown-item{width:100%;min-height:42px;padding:0 12px;border:none;border-radius:12px;background:transparent;color:#24324a;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px;font-weight:600;text-align:left}.nav-dropdown-item:hover{background:#f4f8ff;color:var(--blue)}.nav-dropdown-item.is-disabled{color:#7c8aa1}.nav-dropdown-item.is-disabled:hover{background:#f8fafc;color:#7c8aa1}.nav-dropdown-item em{color:#9aa6b6;font-size:12px;font-style:normal;font-weight:500}.main-nav a:hover,.nav-link:hover,.login-link:hover,.recommend-link:hover{color:var(--blue)}.header-right{flex:0 0 auto;margin-left:16px;display:flex;align-items:center;gap:10px}@media(max-width:1780px)and (min-width:641px){.nav-container{width:calc(100% - 24px);padding-right:16px;padding-left:16px}.main-nav{gap:10px;margin-left:18px;font-size:14px}.header-right{gap:6px;margin-left:12px}.header-phone{padding-right:10px;padding-left:10px}.console-link{padding-left:10px}}.language-button,.login-link,.admin-link,.console-link{height:40px;padding:0;border:none;background:transparent;display:inline-flex;align-items:center;gap:4px;color:var(--main);font-size:14px;white-space:nowrap}.login-link{color:var(--blue);font-weight:600}.admin-link{padding-left:12px;border-left:1px solid var(--line-soft)}.console-link{padding-left:12px;border-left:1px solid var(--line-soft);color:var(--main)}.header-phone{display:inline-flex;align-items:center;height:40px;padding:0 12px;border-radius:999px;background:#f3f7ff;color:var(--blue);font-size:14px;font-weight:600}.console-link:hover{color:var(--blue)}.admin-link.active{color:var(--blue);font-weight:600}.floating-actions{position:fixed;right:18px;top:180px;z-index:20;display:flex;flex-direction:column;gap:10px}.floating-actions a{width:112px;height:44px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line-soft);border-radius:18px;color:var(--blue);background:var(--white);box-shadow:0 10px 24px #3f5e9214;font-size:13px}.hero-section .section-inner{min-height:332px;padding-top:10px;overflow:hidden}.hero-section .section-inner:before{content:"";position:absolute;inset:26px auto 0 50%;width:var(--shell-width);height:324px;transform:translate(-50%);border-radius:20px;background:linear-gradient(135deg,#f7faff,#eef4ff 55%,#fbfdff);box-shadow:0 14px 30px #3f5e920f;z-index:-1}.hero-inner{position:relative;min-height:320px;padding:24px 28px 18px;display:grid;grid-template-columns:minmax(0,1fr) 284px;gap:22px;align-items:center}.hero-copy{animation:hero-rise .7s ease-out both}.hero-preview{animation:hero-rise .7s ease-out 90ms both}.hero-kicker,.hero-copy h1,.hero-copy p,.hero-actions{animation:hero-fade-up .7s ease-out both}.hero-copy h1{animation-delay:90ms}.hero-copy p{animation-delay:.16s}.hero-actions{animation-delay:.23s}@keyframes hero-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-kicker{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;color:var(--blue-deep);background:#5a84f61f;font-size:13px;font-weight:700}.hero-copy h1{max-width:640px;margin:12px 0 10px;color:var(--main);font-size:28px;font-weight:700;line-height:1.22;letter-spacing:-.02em;text-wrap:balance}.hero-copy p{max-width:580px;margin:0;color:var(--text-soft);font-size:14px;line-height:1.7}.hero-actions{margin-top:22px;display:flex;gap:12px}.hero-primary,.hero-secondary{height:44px;padding:0 16px;display:inline-flex;align-items:center;gap:10px;border-radius:14px;font-size:14px;font-weight:700}.hero-primary{color:var(--white);background:var(--blue)}.hero-secondary{color:var(--blue-deep);border:1px solid #d8e4fb;background:#fffc}.hero-preview{align-self:center;padding:14px;border:1px solid #dfe7f6;border-radius:18px;background:#ffffffe0;box-shadow:0 10px 24px #3f5e920f}.hero-preview-head span{color:var(--blue);font-size:12px}.hero-preview-head strong{display:block;margin-top:4px;color:var(--main);font-size:17px}.hero-preview-question{margin-top:12px;padding:11px 12px;border-radius:14px;color:var(--text-soft);font-size:12px;line-height:1.65;background:#f6f9ff}.hero-preview-metrics{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.hero-preview-metrics div,.hero-preview-competitors{padding:10px;border-radius:14px}.hero-preview-metrics div:first-child,.hero-preview-metrics div:last-child,.hero-preview-competitors{background:#f6f9ff}.hero-preview-metrics span,.hero-preview-competitors span{display:block;font-size:12px}.hero-preview-metrics div:first-child span,.hero-preview-metrics div:first-child strong,.hero-preview-metrics div:last-child span,.hero-preview-metrics div:last-child strong,.hero-preview-competitors span,.hero-preview-competitors strong{color:var(--main)}.hero-preview-metrics strong,.hero-preview-competitors strong{display:block;margin-top:6px;font-size:18px}.hero-preview-competitors{margin-top:10px}.hero-preview-competitors strong{font-size:14px;line-height:1.55}.tool-section,.feature-section,.result-section,.contact-section-wrap,.footer-section{position:relative;z-index:5}.geo-card,.result-panel,.contact-section,.footer{background:var(--white);border:1px solid #e0e8f7;border-radius:22px;box-shadow:0 14px 34px #223f6e0f}.geo-card{min-height:0;padding:24px 28px 22px}.geo-card-header{margin-bottom:8px;display:flex;align-items:flex-start;justify-content:flex-end;gap:20px;flex-wrap:wrap}.geo-card-header span,.result-header>div:first-child span,.admin-hero span,.contact-copy span{display:block;margin-bottom:6px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.02em}.form-step h2,.result-panel h2,.admin-hero h1,.contact-copy h2{margin:0;color:var(--main);font-size:22px;font-weight:600;line-height:1.4}.geo-card-badge{height:42px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;color:var(--blue);background:var(--blue-soft);white-space:nowrap;flex-shrink:0}.citation-intro h2{margin:0 0 10px;color:var(--main);font-size:32px;line-height:1.3}.citation-intro p{margin:0 0 14px;color:var(--text-soft);line-height:1.78;font-size:16px}.citation-query-row{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:14px;margin-bottom:10px}.citation-query-row input{height:62px;padding:0 20px;border:1px solid #d7dfec;border-radius:20px;background:#fff;color:var(--main);font-size:17px}.citation-submit-button{height:62px;border:none;border-radius:20px;background:var(--blue);color:#fff;font-size:17px;font-weight:700}.citation-example-row{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px;margin-bottom:2px}.citation-example-chip{height:36px;padding:0 14px;border:1px solid #d7e5ff;border-radius:999px;background:#f6f9ff;color:var(--blue);font-size:13px;font-weight:700}.citation-loading-tip{margin-top:10px;color:#6b7a90;font-size:13px}.form-step{margin-bottom:22px}.platform-grid{margin-top:14px;display:flex;flex-wrap:wrap;gap:12px}.platform-chip{min-width:82px;height:48px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;background:var(--white);border:1px solid #d8e3fa;border-radius:18px;color:var(--main);font-size:16px;line-height:24px;transition:all .18s ease}.platform-chip:hover{color:var(--blue);border-color:#bfd0fb}.platform-chip.selected{border-color:var(--blue);background:linear-gradient(180deg,#306af1,#2456e8);color:var(--white);box-shadow:0 12px 24px #306af12e}.step-title-row{min-height:30px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.recommend-link{color:var(--blue);font-size:16px;line-height:24px}.question-input-wrap{height:64px;display:flex;align-items:center;border:1px solid var(--line);border-radius:22px;background:var(--white)}.question-input-wrap:focus-within,.brand-input-wrap:focus-within,.consult-form input:focus,.consult-form textarea:focus,.login-modal input:focus,.code-row input:focus{border-color:var(--blue);box-shadow:0 0 0 2px #306af114}.question-input-wrap input{flex:1;height:62px;padding:0 18px;border:none;outline:none;background:transparent;color:var(--main);font-size:16px}.question-input-wrap span{width:70px;color:#a8abb2;text-align:center;font-size:14px}.brand-step{margin-bottom:32px}.brand-count{color:var(--muted);font-size:14px}.brand-input-wrap{min-height:72px;padding:14px 16px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;border:1px solid #d1d5db;border-radius:22px;background:var(--white)}.brand-input-wrap input{min-width:240px;flex:1;height:32px;border:none;outline:none;color:var(--main);font-size:16px}.keyword-tag{height:38px;padding:0 14px 0 16px;border:1px solid #bfd0fb;border-radius:14px;background:var(--blue-soft);color:var(--blue);display:inline-flex;align-items:center;gap:5px;font-size:14px}.brand-step p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:22px}.error-strip{margin:-10px 0 16px;padding:11px 12px;border-radius:16px;color:var(--danger);background:var(--danger-soft);border:1px solid #ffd5d2;font-size:14px}.query-progress-strip{display:flex;align-items:center;gap:9px;margin:14px 0 0;padding:11px 13px;border:1px solid #cfe3f5;border-radius:7px;background:#f5faff;color:#245b82;font-size:13px}.query-progress-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#2b8ac6;animation:query-progress-pulse 1.2s ease-in-out infinite}.query-progress-note{margin-left:auto;color:#7a91a5;font-size:12px}@keyframes query-progress-pulse{0%,to{opacity:.35}50%{opacity:1}}.query-progress-strip,.citation-loading-tip,.crawler-progress,.verify-loading,.prompt-mining-progress,.intent-progress{position:relative;overflow:hidden}.query-progress-strip:after,.citation-loading-tip:after,.citation-loading-tip:before{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:task-progress-shimmer 1.8s infinite}.citation-loading-tip{display:flex;align-items:center;gap:9px;padding:13px 15px;border:1px solid #cfe3f5;border-radius:10px;background:#f5faff;color:#245b82}.citation-loading-tip:before{display:block;position:relative;inset:auto;width:8px;height:8px;flex:0 0 auto;transform:none;border-radius:50%;background:#2b8ac6;animation:query-progress-pulse 1.2s ease-in-out infinite}.prompt-mining-progress,.intent-progress{border-color:#cfe3f5;background:#f5faff}.prompt-mining-progress:after,.intent-progress:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#2b8ac6 20%,#61c3aa,#2b8ac6 80%);background-size:200% 100%;animation:task-progress-bar 1.8s linear infinite}@keyframes task-progress-shimmer{to{transform:translate(100%)}}@keyframes task-progress-bar{to{background-position:-200% 0}}.success-strip{margin:-10px 0 16px;padding:11px 12px;border-radius:16px;color:#166534;background:#eefaf3;border:1px solid #cfead9;font-size:14px}.start-button,.modal-primary,.consult-form button{height:64px;border:none;border-radius:22px;background:var(--blue);color:var(--white);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:18px;font-weight:700;transition:all .2s ease}.start-button{width:100%}.start-button:hover,.modal-primary:hover,.consult-form button:hover{background:var(--blue-hover)}.feature-grid{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tool-matrix-panel{padding:28px;background:linear-gradient(180deg,#fcfdff,#f7faff);border:1px solid #e0e8f7;border-radius:24px;box-shadow:0 10px 24px #223f6e0d}.tool-matrix-head span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#edf4ff;color:var(--blue);font-size:13px;font-weight:700}.tool-matrix-head h2{margin:14px 0 0;color:var(--main);font-size:28px;font-weight:600;line-height:1.45}.tool-matrix-grid{margin-top:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tool-matrix-card{min-height:206px;padding:26px 22px 22px;border:1px solid #edf2fb;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 12px 28px #223f6e0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}a.tool-matrix-card{display:block}a.tool-matrix-card:hover{transform:translateY(-2px);border-color:#d9e6ff;box-shadow:0 18px 34px #223f6e1a}.tool-matrix-card.is-disabled{opacity:.72}.tool-matrix-card.is-disabled .tool-matrix-action{color:#7f8da4}.tool-matrix-card strong{display:block;color:#111827;font-size:22px;font-weight:700;line-height:1.35}.tool-matrix-card p{margin:8px 0 0;color:#7a8699;font-size:15px;line-height:1.7}.tool-matrix-icon{width:56px;height:56px;margin-bottom:34px;border-radius:18px;background:linear-gradient(180deg,#eef4ff,#dfeaff);color:#4e74eb;display:grid;place-items:center;box-shadow:inset 0 1px #fffc}.tool-matrix-action{margin-top:38px;color:#2f79ff;font-size:16px;font-weight:700;display:inline-flex;align-items:center;gap:8px}@media(max-width:1200px){.tool-matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.feature-card{min-height:295px;padding:24px;background:var(--white);border:1px solid #e0e8f7;border-radius:20px;box-shadow:0 10px 24px #223f6e0d}.feature-icon{width:52px;height:52px;margin-bottom:19px;display:flex;align-items:center;justify-content:center;color:var(--blue);background:var(--blue-soft);border-radius:50%}.feature-card h4{margin:0 0 8px;color:var(--main);font-size:22px;font-weight:600;line-height:1.4}.feature-card p{margin:0 0 16px;color:var(--text-soft);line-height:1.72}.feature-card ul{padding:0;margin:0;list-style:none}.feature-card li{min-height:32px;display:flex;align-items:center;gap:8px;color:var(--main);font-size:16px;line-height:1.8}.feature-card li+li{margin-top:8px}.feature-card li svg{color:var(--blue);flex-shrink:0}.result-panel{padding:24px}.result-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.result-header-copy{flex:1}.result-header p{margin:8px 0 0;color:var(--text-soft);line-height:1.72}.score-block{min-width:230px;padding:14px 16px;border:1px solid #ebedf0;border-radius:5px;background:#fff;box-shadow:0 1px 3px #0f172a0a}.score-block span,.summary-grid span,.metric-line span,.metric-box span{color:var(--muted);font-size:13px}.score-block strong{display:block;color:#306af1;font-size:34px;line-height:1.1;margin-top:8px}.score-block em{display:block;margin-top:10px;color:var(--text-soft);font-style:normal;font-size:12px;line-height:1.65}.summary-grid{margin:18px 0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.summary-grid div{min-height:96px;padding:14px 12px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #ebedf0;border-radius:5px;background:#fff}.summary-grid strong{display:block;margin-top:2px;color:#306af1;font-size:22px;font-weight:600}.summary-grid em{display:block;margin-top:6px;color:#061b40;font-style:normal;font-size:12px;line-height:1.5;text-align:center}.summary-grid div:nth-child(2) strong{color:#22c55e}.summary-grid div:nth-child(3) strong{color:#a06fff}.summary-grid div:nth-child(4) strong{color:#ff9f1a}.result-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.result-panel-title{display:inline-flex;align-items:center;gap:12px;color:var(--main)}.result-panel-title strong{font-size:20px;font-weight:700}.result-history-link{border:none;background:transparent;color:var(--main);display:inline-flex;align-items:center;gap:4px;font-size:15px;font-weight:600}.result-toolbar{margin-bottom:0;padding:24px 0 18px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6;background:transparent}.toolbar-button{height:48px;padding:0 22px;display:inline-flex;align-items:center;gap:6px;border:1px solid #cfe0ff;border-radius:6px;background:#fff;color:#2f63eb;font-weight:600}.toolbar-button.primary{color:#2f63eb;border-color:#9ebdff;background:#f7faff}.toolbar-filters{display:flex;align-items:center;gap:40px}.toolbar-filter-item,.toolbar-meta{display:flex;align-items:center;gap:12px}.toolbar-filter-item{gap:0}.toolbar-filters span,.toolbar-meta span{color:var(--muted);font-size:13px}.toolbar-filters select{min-width:190px;height:48px;padding:0 36px 0 18px;border:1px solid #e5eaf3;border-radius:6px;background:#fff;color:var(--main);font-size:15px;font-weight:600;transition:border-color .2s ease,box-shadow .2s ease}.toolbar-filters select:hover,.toolbar-filters select:focus{border-color:#c9d6ea;box-shadow:0 0 0 3px #407bff0f;outline:none}.toolbar-meta{justify-content:flex-end;flex-wrap:wrap}.toolbar-meta span{color:#304a76;font-size:14px;font-weight:600}.toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.platform-results{display:grid;grid-template-columns:1fr;gap:0}.result-list-head,.result-card-row{display:grid;grid-template-columns:1.1fr 1.1fr .84fr .68fr .68fr .64fr .54fr .7fr;gap:16px;align-items:center}.result-list-head{margin-bottom:0;padding:18px 20px;border-bottom:1px solid #ebedf0;color:#061b40;font-size:14px;font-weight:600;background:#f7f9fc}.result-card{border-bottom:1px solid #ebedf0;background:var(--white)}.result-card:last-child{border-bottom:none}.citation-domain-pill{height:38px;padding:0 16px;display:inline-flex;align-items:center;border-radius:999px;background:#eef4ff;color:var(--blue);font-size:13px;font-weight:700}.citation-summary-grid strong{word-break:break-word;text-align:center}.citation-toolbar{grid-template-columns:1fr}.citation-list-head,.citation-card-row{display:grid;grid-template-columns:1.2fr 1.1fr .8fr .42fr .6fr;gap:18px;align-items:center}.citation-list-head{padding:18px 20px;border-bottom:1px solid #ebedf0;color:#061b40;font-size:14px;font-weight:600;background:#f7f9fc}.citation-card{border-bottom:1px solid #ebedf0;background:#fff}.citation-card:last-child{border-bottom:none}.citation-card-row{min-height:114px;padding:18px 20px}.citation-title-cell strong,.citation-title-cell em{display:block}.citation-title-cell strong{color:#061b40;font-size:15px;font-weight:700}.citation-title-cell em{margin-top:8px;color:var(--text-soft);font-style:normal;font-size:13px;line-height:1.7}.citation-url-cell a{color:var(--blue);text-decoration:none;word-break:break-all;line-height:1.7}.citation-model-cell{display:flex;flex-wrap:wrap;gap:8px}.citation-model-chip{height:30px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:#f4f7fc;color:#2d4b83;font-size:12px;font-weight:700}.citation-count-cell,.citation-time-cell{color:#061b40;font-size:14px;font-weight:600}.citation-result-panel{padding:0;overflow:hidden}.citation-overview-banner{min-height:58px;padding:0 24px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(180deg,#edf5ff,#e7f1ff)}.citation-overview-banner-text{color:#364152;font-size:14px;font-weight:600}.citation-overview-banner-text strong{color:var(--blue)}.citation-optimize-button{height:36px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;position:absolute;right:28px;top:50%;transform:translateY(-50%);border:1px solid #d6e4ff;border-radius:999px;background:#f8fbff;color:var(--blue);font-size:14px;font-weight:700;box-shadow:0 6px 16px #306af114}.citation-overview-grid{padding:20px 24px 16px;display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;border-bottom:1px solid #edf2fa}.citation-overview-left{padding-right:22px;border-right:1px solid #e8edf7}.citation-overview-title{margin-bottom:18px;color:#1f2937;font-size:22px;font-weight:700}.citation-gauge{position:relative;min-height:244px;display:grid;place-items:center}.citation-gauge-chart{width:194px!important;height:194px!important;filter:drop-shadow(0 10px 18px rgba(79,124,255,.08))}.citation-gauge-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;justify-items:center;align-content:center;gap:2px;text-align:center;pointer-events:none}.citation-gauge-value{display:flex;align-items:flex-end;justify-content:center;gap:2px;text-align:center}.citation-gauge-value strong{color:#3558d8;font-size:36px;font-weight:800}.citation-gauge-value span{color:#3558d8;font-size:15px;font-weight:700}.citation-gauge-label{color:#111827;font-size:21px;font-weight:800;line-height:1}.citation-gauge-note{margin-top:8px;padding:14px 16px;border-radius:12px;background:#f4f8ff;color:#5f6b7f;line-height:1.65;text-align:center}.citation-summary-stats{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.citation-summary-stats div strong{display:block;color:#1f2937;font-size:24px;font-weight:800}.citation-summary-stats div span{color:#8a8f99;font-size:13px}.citation-overview-right{padding-left:8px}.citation-overview-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px}.citation-overview-meta-copy{display:grid;gap:4px}.citation-overview-meta-copy strong{color:#1f2937;font-size:16px;font-weight:700}.citation-overview-meta-copy span{color:#7d8898;font-size:12px}.citation-overview-statline{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.citation-overview-statline span{height:30px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;background:#f6f8fc;color:#607086;font-size:12px;font-weight:600}.citation-chart-placeholder{min-height:254px;position:relative;border:1px solid #edf2fa;border-radius:14px;background:#fcfdff}.citation-trend-chart{width:100%!important;height:254px!important}.citation-platform-bars{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px;color:#1f2937}.citation-platform-bars span{min-height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid #e8edf5;border-radius:999px;background:#fff;color:#55657b;font-size:12px;font-weight:600}.citation-platform-bars span:before{content:"";width:8px;height:8px;border-radius:999px;background:#ff4fd8;display:inline-block}.citation-platform-bars span:nth-child(2):before{background:#4ee59d}.citation-platform-bars span:nth-child(3):before{background:#ffcf2e}.citation-results-panel{padding:18px 20px 20px}.citation-tabs{display:flex;gap:18px;border-bottom:1px solid #edf0f6}.citation-tab{height:44px;padding:0;border:none;background:transparent;color:#5f6b7f;font-size:18px;font-weight:700}.citation-tab span{margin-left:10px;color:#a8abb2;font-size:15px}.citation-tab.active{color:var(--blue);border-bottom:3px solid var(--blue);margin-bottom:-1px}.citation-toolbar{margin-top:16px;display:flex;flex-wrap:wrap;gap:14px;align-items:center}.citation-search{min-width:280px;height:42px;padding:0 16px;display:flex;align-items:center;gap:10px;border-radius:12px;background:#f4f6fb;color:#98a2b3}.citation-search input{flex:1;border:none;outline:none;background:transparent;font-size:15px}.citation-filter-pills{display:flex;flex-wrap:wrap;gap:8px}.citation-filter-pill{height:36px;padding:0 12px;border:1px solid #e2e8f4;border-radius:999px;background:#fff;color:#5f6b7f;font-size:14px;font-weight:700}.citation-filter-pill.active{background:#2f79ff;border-color:#2f79ff;color:#fff}.citation-list-head{margin-top:16px;padding:12px 16px;border-radius:12px;background:#f7f9fc;grid-template-columns:1.5fr .28fr .9fr .72fr}.citation-card-row-lite{min-height:72px;grid-template-columns:1.5fr .28fr .9fr .72fr}.citation-title-cell a{color:#306af1;font-size:13px;font-weight:600;text-decoration:none;word-break:break-all}.citation-title-cell strong{display:block;margin-bottom:4px;color:#061b40;font-size:14px;font-weight:700}.citation-title-cell em{display:block;margin-top:4px;color:#67768c;font-size:12px;font-style:normal;line-height:1.6}.citation-count-link{color:#306af1;font-size:15px}.citation-count-badge{min-width:36px;height:36px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#edf4ff;color:#2f79ff;font-size:14px;font-weight:800}.citation-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.citation-row-link{padding:0;border:none;background:transparent;color:var(--blue);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.citation-card.is-expanded{background:#fbfcff}.citation-card-detail{padding:12px 16px 14px;display:grid;grid-template-columns:1fr .9fr;gap:12px;border-top:1px solid #eef2f8;background:#f9fbff}.citation-card-detail strong{display:block;margin-bottom:6px;color:#5f6b7f;font-size:11px}.citation-card-detail span{color:#061b40;font-size:12px;line-height:1.6}.citation-model-chip-hot{background:#ff645f;color:#fff}.citation-results .citation-card{border-bottom:1px solid #edf0f6}.citation-results-table{border:1px solid #edf0f6;border-radius:14px;overflow:hidden;background:#fff}.citation-results .citation-card:last-child{border-bottom:none}.citation-results .citation-card-row-lite{padding:16px 18px}.citation-empty-state{padding:28px 18px;color:#67768c;text-align:center;background:#fbfdff}.citation-result-panel .summary-grid.simple{display:none}.citation-related-list{margin-top:12px;display:grid;gap:10px}.citation-related-card{min-height:60px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid #edf0f6;border-radius:14px;background:#fff}.citation-related-question strong{display:block;color:#1f2937;font-size:14px}.citation-related-question span{display:block;margin-top:6px;color:#8a8f99;font-size:12px}.citation-related-count{color:#306af1;font-size:18px;font-weight:800}.citation-effect-modal{max-width:980px}.citation-modal-head{display:grid;gap:18px;margin-bottom:18px}.citation-modal-head-main{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.citation-modal-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.citation-modal-summary div{min-height:88px;padding:14px;border-radius:12px;background:#f8fbff;border:1px solid #e8eef8;text-align:left}.citation-modal-summary strong{display:block;color:#1f2937;font-size:18px;font-weight:800;line-height:1.4;word-break:break-word}.citation-modal-summary span{display:block;margin-top:6px;color:#66758b;font-size:12px}.citation-modal-content{display:grid;gap:14px}.citation-modal-block-title{margin-bottom:12px;color:#607086;font-size:12px;font-weight:700;letter-spacing:.04em}.citation-modal-source-card{padding:18px;border:1px solid #e8eef8;border-radius:14px;background:#fff}.citation-modal-source strong{display:block;color:#061b40;font-size:17px;font-weight:700}.citation-modal-source a{display:inline-block;margin-top:6px;color:var(--blue);word-break:break-all}.citation-modal-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.citation-modal-snippets{display:grid;gap:10px;padding:18px;border:1px solid #e8eef8;border-radius:14px;background:#fff}.citation-modal-snippets p{margin:0;padding:14px 16px;border-radius:12px;background:#f6f9fd;color:#24324a;line-height:1.7}.citation-platform-results{padding:0 20px 20px}.citation-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:6px;margin-bottom:14px}.citation-section-title strong{color:#1f2937;font-size:18px;font-weight:700}.citation-section-title span{color:#7d8898;font-size:12px}.citation-platform-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.citation-platform-result-card{padding:14px 16px;border:1px solid #e9edf5;border-radius:14px;background:#fff}.citation-platform-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.citation-platform-result-head strong{display:block;color:#1f2937;font-size:16px;font-weight:700}.citation-platform-result-head span{display:block;margin-top:4px;color:#7d8898;font-size:12px}.citation-platform-status{height:28px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;background:#eef2f7;color:#5f6b7f;font-size:12px;font-weight:700;white-space:nowrap}.citation-platform-status.ok{background:#eaf5ee;color:#1d8f53}.citation-platform-question-list{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.citation-platform-question-list span{min-height:28px;padding:4px 10px;display:inline-flex;align-items:center;border-radius:999px;background:#f2f6fd;color:#4668c9;font-size:12px;line-height:1.4}.citation-platform-result-card p{margin:12px 0 0;color:#394960;font-size:13px;line-height:1.75}.result-card-row{min-height:102px;padding:14px 20px}.result-platform-cell{display:flex;align-items:center;gap:14px}.expand-toggle{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#1d355f}.platform-mark{width:36px;height:36px;border-radius:6px;display:grid;place-items:center;background:#fff6d8;color:#f3b100;font-size:26px;font-weight:700;flex-shrink:0}.platform-mark.tone-yellow{background:#fff6d8;color:#f3b100}.platform-mark.tone-green{background:#e9fbf3;color:#16c47f}.platform-mark.tone-red{background:#fff0ee;color:#ff4d2d}.platform-mark.tone-cyan{background:#eafcff;color:#26c6da}.platform-mark.tone-orange{background:#fff4e5;color:#f59e0b}.platform-mark.tone-blue{background:#eef4ff;color:#306af1}.platform-mark.tone-lime{background:#f0fce8;color:#65a30d}.platform-mark.tone-indigo{background:#eef2ff;color:#4f46e5}.platform-mark.tone-gray{background:#f3f4f6;color:#6b7280}.platform-mark.tone-purple{background:#f4eefe;color:#8b5cf6}.platform-labels h3{margin:0;color:#061b40;font-size:15px;font-weight:600}.platform-labels strong{display:block;margin-top:4px;color:#8a8f99;font-size:12px;font-weight:500}.result-table-cell{color:#061b40;font-size:14px;line-height:1.5}.exposure-cell strong,.source-count,.rank-cell{color:#061b40;font-weight:600}.exposure-cell em{display:block;margin-top:4px;color:#ff9f1a;font-style:normal;font-size:12px}.source-count{color:#ff9f1a}.status-action-cell{display:flex;justify-content:flex-end}.view-effect-link{color:#306af1;font-size:15px;font-weight:600}.status-chip{height:26px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;color:#5f6b7f;background:#f3f6fb;border:1px solid #e9edf4;font-size:12px;font-weight:700}.summary-grid.simple{margin:0;gap:18px}.summary-grid.simple div{min-height:156px;border-radius:8px;border:1px solid #edf1f6;background:#fff}.summary-grid.simple strong{margin-top:0;font-size:28px;font-weight:700}.summary-grid.simple span{display:block;margin-top:10px;color:#061b40;font-size:15px;font-weight:600;text-align:center}.summary-grid.simple em{display:none}.status-chip.success{color:#156c46;background:#eaf8f1;border-color:#caecd8}.status-chip.fail{color:#bb4739;background:#fff0ee;border-color:#f6d4cf}.source-badge{display:inline-flex;margin-top:7px;width:fit-content;padding:4px 8px;border-radius:999px;color:#667389;background:#f5f7fb;border:1px solid #e3e9f4;font-size:12px}.source-badge.live{color:#2457d6;background:#eef4ff;border-color:#d9e5fb}.status-ok,.status-fail{padding:5px 10px;border-radius:999px;font-size:12px}.status-ok{color:var(--success);background:var(--success-soft)}.status-fail{color:var(--danger);background:var(--danger-soft)}.result-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.metric-box{padding:12px 12px 11px;border:1px solid #ebedf0;border-radius:5px;background:#fff}.metric-box.compact{min-height:82px;display:flex;flex-direction:column;justify-content:center}.metric-box strong{display:block;margin-top:6px;color:var(--main);font-size:16px;line-height:1.4}.link-action{height:32px;padding:0 4px;display:inline-flex;align-items:center;gap:6px;border:none;border-radius:0;background:transparent;color:#306af1;font-weight:400}.expanded-panel{padding:0 20px 0 44px;display:grid;grid-template-columns:1.35fr .95fr;gap:20px;max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);transition:max-height .28s ease,opacity .22s ease,transform .28s ease,padding .28s ease}.expanded-panel.is-open{padding:0 20px 20px 44px;max-height:520px;opacity:1;transform:translateY(0)}.expanded-table{border:1px solid #e4e7ed;background:#fff}.expanded-head,.expanded-row{display:grid}.expanded-head{background:#f5f7ff;color:#061b40;font-size:14px;font-weight:600}.source-table .expanded-head,.source-table .expanded-row{grid-template-columns:.95fr 1.45fr .45fr}.brand-table .expanded-head,.brand-table .expanded-row{grid-template-columns:1fr .62fr .62fr .7fr}.expanded-head span,.expanded-row span,.expanded-row strong{padding:16px 18px;border-right:1px solid #e4e7ed}.expanded-head span:last-child,.expanded-row span:last-child,.expanded-row strong:last-child{border-right:none}.expanded-row{border-top:1px solid #e4e7ed;color:#061b40;font-size:14px}.expanded-row strong{color:#061b40;font-weight:600}.result-error{color:var(--danger)!important}.effect-modal{min-width:0;width:var(--shell-width);max-width:var(--shell-width);padding:32px 40px 36px;border-radius:16px}.effect-modal-head{display:flex;flex-direction:column;gap:26px;align-items:stretch}.effect-modal-title{display:grid;gap:6px}.effect-modal-title h2{margin:0;color:#061b40;font-size:28px;font-weight:700}.effect-modal-title p{margin:0;color:#6b7a90;font-size:14px;line-height:1.6}.effect-platform-pill{height:60px;padding:0 22px;display:inline-flex;align-items:center;gap:14px;border-radius:999px;background:#eef4ff}.effect-platform-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#306af1;font-weight:700}.effect-platform-pill strong{color:#061b40;font-size:18px}.effect-divider{height:1px;margin:24px 0 26px;background:#e5e7eb}.effect-mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.effect-mini-stats div{min-height:156px;padding:20px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;background:#fff;border:1px solid #ebedf0}.effect-mini-stats div:nth-child(1) strong{color:#306af1}.effect-mini-stats div:nth-child(2) strong{color:#2ec4b6}.effect-mini-stats div:nth-child(3) strong{color:#9b6bff}.effect-mini-stats div:nth-child(4) strong{color:#ff9f1a}.effect-mini-stats span{color:#061b40;font-size:15px}.effect-mini-stats strong{display:block;margin-top:10px;font-size:30px;color:#306af1;font-weight:700}.effect-tabs{display:flex;gap:18px;margin:0 0 24px;flex-wrap:wrap}.effect-tabs button{height:68px;min-width:240px;padding:0 28px;border:1px solid #d8e1f2;border-radius:10px;background:#fff;color:#061b40;font-weight:600;font-size:18px;gap:12px;justify-content:center}.effect-tabs button.active{color:#306af1;border-color:#4c7dff;background:#f3f7ff}.effect-chat-board,.effect-source-list{max-height:680px;overflow:auto;padding:10px;background:#f5f7fb;border:1px solid #e6ebf2;border-radius:8px}.effect-chat-card{padding:26px;background:#eef2f8;border-radius:8px}.effect-chat-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.effect-platform-user{display:flex;align-items:center;gap:14px}.effect-platform-user strong{color:#061b40;font-size:18px}.effect-question-tag{min-height:48px;max-width:min(560px,52vw);padding:10px 18px;display:inline-flex;align-items:center;border-radius:999px;border:1px solid #dde3ef;background:#fff;color:#061b40;font-size:15px;line-height:1.5;white-space:normal;word-break:break-word}.effect-chat-answer{min-height:360px;padding:24px 28px;border-radius:18px;background:#fff;color:#061b40;line-height:1.9;white-space:pre-wrap;font-size:15px}.effect-chat-answer mark{padding:0 2px;color:var(--blue);background:#2563eb1f}.effect-chat-answer p{margin:0 0 14px}.effect-chat-answer p:last-child{margin-bottom:0}.effect-chat-answer h3{margin:20px 0 10px;font-size:17px;line-height:1.45}.effect-chat-answer h3:first-child{margin-top:0}.effect-chat-answer .answer-list-line{display:flex;gap:10px}.effect-chat-answer .answer-list-line span{color:var(--blue);font-weight:700}.effect-source-list{display:grid;gap:18px}.effect-source-card{padding:24px 26px;display:grid;grid-template-columns:86px 1fr;gap:24px;border:1px solid #e4e7ed;border-radius:8px;background:#fff}.effect-source-rank{color:#4b5563;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;border-right:1px solid #e4e7ed}.effect-source-content strong{display:block;color:#306af1;font-size:22px}.effect-source-content p{margin:10px 0 14px;color:#061b40;font-size:18px;line-height:1.6}.effect-source-content span{color:#ff9f1a;font-size:16px}.contact-section{min-height:0;padding:26px 28px;display:grid;grid-template-columns:1fr 392px;gap:18px;border:1px solid #e2e9f5;background:linear-gradient(135deg,#fbfdff,#f2f6fd),radial-gradient(circle at 70% 18%,rgba(125,160,235,.12),transparent 28%);color:var(--main)}.contact-copy h2{color:var(--main);font-size:24px;line-height:1.42}.contact-copy p{max-width:620px;margin:10px 0 14px;color:var(--text-soft);font-size:15px;line-height:1.72}.contact-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.contact-points div{min-height:88px;padding:14px 14px 12px;border:1px solid #e3e9f4;border-radius:18px;background:#ffffffc7}.contact-points strong,.contact-points span{display:block}.contact-points strong{color:var(--main);font-size:14px}.contact-points span{margin-top:6px;color:var(--text-soft);font-size:14px;line-height:1.65}.contact-cta-row{display:flex;align-items:center;gap:16px}.contact-note{flex:1;min-height:184px;padding:20px 22px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e3e9f4;border-radius:20px;background:#ffffffbd}.contact-note strong,.contact-note span{display:block}.contact-note strong{color:var(--main);font-size:15px}.contact-note span{margin-top:8px;color:var(--text-soft);font-size:14px;line-height:1.75}.contact-qr{width:184px;height:184px;border-radius:20px;border:1px solid #e3e9f4;background:linear-gradient(180deg,#fff,#f8fbff);color:var(--blue);display:grid;place-items:center;text-align:center;padding:24px}.contact-qr img{width:112px;height:112px;display:block;border-radius:14px;object-fit:cover;background:#fff}.contact-qr strong{margin-top:10px;color:var(--main);font-size:14px;font-weight:600}.consult-form{padding:22px 20px;background:#ffffffe6;border:1px solid #e4e9f3;border-radius:22px;box-shadow:0 10px 26px #3e5c880f}.consult-form h3{margin:0 0 14px;color:var(--main);font-size:20px}.consult-form input,.consult-form textarea,.login-modal input,.code-row input{width:100%;border:1px solid var(--line);border-radius:16px;background:var(--white);color:var(--main);outline:none}.consult-form input{height:48px;margin-bottom:12px;padding:0 12px}.consult-form textarea{height:88px;margin-bottom:14px;padding:12px;resize:none}.consult-form button{width:100%}.modal-backdrop{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;background:#061b4073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(520px,100%);padding:30px;position:relative;border-radius:28px;background:var(--white);border:1px solid var(--line);box-shadow:0 20px 68px #00226638}.modal.effect-modal{width:var(--shell-width);max-width:var(--shell-width);padding:32px 40px 36px;border-radius:16px}.geo-legacy-result-panel{padding:0;border:1px solid #dfe7f3;border-radius:16px;background:#fff;overflow:hidden}.result-panel-head.legacy{padding:28px 38px 18px;display:flex;align-items:center;justify-content:space-between}.history-search-link{border:none;background:transparent;color:#102a5c;font-size:15px;font-weight:600}.geo-legacy-summary{padding:0 38px 28px}.geo-legacy-summary.summary-grid.simple div{min-height:138px;border-radius:10px}.geo-legacy-summary.summary-grid.simple div:nth-child(1) strong{color:#306af1}.geo-legacy-summary.summary-grid.simple div:nth-child(2) strong{color:#2ec4b6}.geo-legacy-summary.summary-grid.simple div:nth-child(3) strong{color:#9b6bff}.geo-legacy-summary.summary-grid.simple div:nth-child(4) strong{color:#ff9f1a}.result-toolbar{padding:26px 38px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf2f8;border-bottom:1px solid #edf2f8;background:#fff}.result-filter-row{display:flex;align-items:center;gap:18px}.result-filter{min-width:176px;height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:space-between;border:1px solid #e2e8f3;border-radius:4px;background:#fff;color:#18315f;font-size:15px;font-weight:500}.result-toolbar-right{display:flex;align-items:center;gap:20px}.result-time{color:#173468;font-size:15px;font-weight:500}.export-button{height:48px;padding:0 24px;display:inline-flex;align-items:center;gap:10px;border:1px solid #5a86ff;border-radius:4px;background:#f8fbff;color:#306af1;font-size:15px;font-weight:600}.legacy-result-table{width:100%}.legacy-result-head,.legacy-result-row{display:grid;grid-template-columns:52px 1.1fr 1.2fr .9fr .74fr .6fr .6fr .56fr .72fr;align-items:center}.legacy-result-head{min-height:74px;padding:0 24px 0 14px;border-bottom:1px solid #edf2f8;background:#f7f9fd;color:#173468;font-size:15px;font-weight:700}.legacy-result-group{border-bottom:1px solid #edf2f8}.legacy-result-row{min-height:88px;padding:0 24px 0 14px;background:#fff;color:#102a5c}.legacy-result-row-actions{min-height:auto;padding:0 24px 24px 66px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.legacy-row-summary{flex:1;min-width:0;color:#52627a;font-size:14px;line-height:1.85;white-space:normal;word-break:break-word}.row-expand-button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#223b6a}.legacy-platform-cell{display:flex;align-items:center;gap:12px}.legacy-platform-cell strong,.legacy-question-cell,.legacy-keyword-cell,.legacy-rank{color:#102a5c;font-size:15px;font-weight:600}.legacy-question-cell,.legacy-keyword-cell{line-height:1.6}.legacy-recommend{color:#8c96a8;font-size:15px;font-weight:600}.legacy-recommend.success{color:#1fc79e}.legacy-exposure{color:#9b6bff;font-size:15px;font-weight:600}.legacy-sources-count{color:#ff9f1a;font-size:15px;font-weight:600}.legacy-view-link{justify-self:end;border:none;background:transparent;color:#306af1;font-size:15px;font-weight:600;flex-shrink:0}.legacy-expanded-wrap{padding:0 38px 30px;display:grid;grid-template-columns:1.35fr .95fr;gap:24px}.legacy-expanded-table{border:1px solid #dfe7f3;background:#fff}.legacy-expanded-head,.legacy-expanded-row{display:grid}.legacy-expanded-head.source,.legacy-expanded-row.source{grid-template-columns:.78fr 1.52fr}.legacy-expanded-head.brand,.legacy-expanded-row.brand{grid-template-columns:1fr .7fr .7fr .7fr}.legacy-expanded-head{min-height:76px;background:#edf2ff;color:#173468;font-size:15px;font-weight:700}.legacy-expanded-table:last-child .legacy-expanded-head{background:#eefaf8}.legacy-expanded-head span,.legacy-expanded-row strong,.legacy-expanded-row span{padding:18px 20px;border-right:1px solid #dfe7f3}.legacy-expanded-head span:last-child,.legacy-expanded-row strong:last-child,.legacy-expanded-row span:last-child{border-right:none}.legacy-expanded-row{min-height:74px;border-top:1px solid #dfe7f3;color:#102a5c;font-size:15px;line-height:1.7}.legacy-expanded-row.is-empty,.effect-source-card.is-empty{color:#7d899d}.legacy-expanded-row strong{font-weight:600}.legacy-effect-modal{width:min(1320px,calc(100vw - 48px));max-width:min(1320px,calc(100vw - 48px));padding:30px 40px 34px;border-radius:12px}.legacy-effect-head{display:flex;align-items:center;justify-content:space-between}.legacy-effect-title{display:flex;align-items:center;gap:18px}.legacy-effect-title h2{margin:0;color:#102a5c;font-size:28px;font-weight:800}.legacy-effect-modal .modal-close{top:26px;right:30px;width:40px;height:40px;border:none;background:transparent;color:#6d778b;font-size:40px;line-height:1}.effect-mini-stats.legacy{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.effect-mini-stats.legacy div{min-height:152px}.effect-mini-stats.legacy strong{margin-top:0;font-size:32px}.effect-mini-stats.legacy span{margin-top:8px;font-size:15px;font-weight:600}.effect-tabs.legacy{margin:18px 0 22px;gap:20px}.effect-tabs.legacy button{height:64px;min-width:210px;border-radius:10px}.effect-chat-board.legacy,.effect-source-list.legacy{max-height:720px;padding:14px;background:#f5f7fb;border:1px solid #e4e9f3}.effect-chat-card.legacy{padding:26px;background:#eef2f8}.effect-chat-card.legacy .effect-chat-answer{min-height:420px}.effect-source-card.legacy{border-radius:10px}.login-modal-backdrop{z-index:240}.login-modal{width:min(460px,calc(100vw - 32px));padding:28px;border-radius:24px}.login-modal-head{margin-bottom:22px}.login-modal-head strong{display:block;color:var(--main);font-size:24px;line-height:1.3}.login-modal-head p{margin:10px 0 0;color:var(--text-soft);font-size:14px;line-height:1.7}.login-modal-form{display:flex;flex-direction:column;gap:16px}.login-modal-form label{display:flex;flex-direction:column;gap:8px}.login-modal-form label span{color:var(--main);font-size:14px;font-weight:600}.login-modal-form input{width:100%;height:48px;padding:0 14px;border:1px solid #d9e2f2;border-radius:14px;color:var(--main);font-size:15px;background:#fbfdff}.login-modal-form input:focus{outline:none;border-color:#8cb2ff;box-shadow:0 0 0 4px #4f7cff1f}.login-code-row{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:10px}.login-code-button,.login-submit-button{border:none;border-radius:14px;font-size:14px;font-weight:600}.login-code-button{background:#edf4ff;color:var(--blue)}.login-submit-button{height:50px;margin-top:4px;background:linear-gradient(135deg,#4f7cff,#78a2ff);color:#fff;box-shadow:0 16px 36px #4f7cff47}.login-code-button:disabled,.login-submit-button:disabled{opacity:.65;cursor:not-allowed}.login-modal-message,.login-modal-error{padding:11px 13px;border-radius:12px;font-size:13px;line-height:1.6}.login-modal-message{background:#edf7ee;color:#2f7a43}.login-modal-error{background:#fff1f1;color:#c34747}.modal-close{position:absolute;top:16px;right:16px;border:none;background:transparent;color:var(--muted)}.modal-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:var(--blue-soft)}.modal h2{margin:18px 0 8px;color:var(--main);font-size:24px}.modal p{margin:0 0 16px;color:var(--text-soft);line-height:1.8}.login-modal input,.code-row input{height:48px;padding:0 12px;margin-top:12px}.code-row{display:flex;gap:10px}.code-row button{height:48px;margin-top:12px;padding:0 14px;white-space:nowrap;border:1px solid var(--line);border-radius:16px;background:#fbfcff;color:var(--blue)}.modal-primary{width:100%;margin-top:16px}.modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}.modal-actions .ghost-button,.modal-actions .modal-primary{width:100%;height:56px;margin-top:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:600}.modal-actions .ghost-button,.modal-actions .modal-primary{padding:0 20px}.modal-primary:disabled,.code-row button:disabled{opacity:.5}.qr-placeholder{width:220px;height:220px;margin:20px auto;padding:20px;display:grid;place-items:center;text-align:center;border:1px dashed var(--blue);border-radius:24px;background:var(--blue-soft);color:var(--blue)}.qr-placeholder img{width:132px;height:132px;display:block;border-radius:16px;object-fit:cover;background:#fff}.qr-placeholder span{margin-top:10px;color:var(--main);font-size:13px;line-height:1.6}.ghost-button{width:100%;height:48px;border:1px solid var(--line);border-radius:16px;background:var(--white);color:var(--main)}.copy-feedback{min-height:22px;margin-top:12px;text-align:center;color:transparent;font-size:14px;line-height:1.6;transition:color .2s ease}.copy-feedback.is-visible{color:#16a34a}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-page{padding:74px calc((100% - var(--shell-width)) / 2) 76px;background:var(--page)}.admin-hero{min-height:188px;padding:32px;display:flex;align-items:flex-end;justify-content:space-between;border:1px solid var(--line);border-radius:20px;background:var(--white);box-shadow:6px 6px 12px #0022660d}.admin-hero p{color:var(--text-soft)}.admin-stats{height:38px;padding:0 14px;display:flex;align-items:center;gap:8px;color:var(--blue);background:var(--blue-soft);border-radius:999px}.lead-table-wrap{margin-top:22px;overflow:auto;border:1px solid var(--line);border-radius:20px;background:var(--white)}.admin-toolbar{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.admin-toolbar-actions{display:flex;align-items:center;gap:10px}.admin-toolbar-actions input{width:320px;height:42px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.admin-toolbar-actions button{height:42px;padding:0 16px;border:1px solid #d9e4fb;border-radius:12px;background:#eef4ff;color:#2457d6;font-weight:600}.lead-table{width:100%;min-width:980px;border-collapse:collapse}.lead-table th,.lead-table td{padding:14px 16px;border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:top}.lead-table th{color:var(--muted);background:#fbfcff;font-size:13px}.lead-table td span{display:block;margin-top:5px;color:var(--muted);font-size:13px}.cell-sub{line-height:1.5}.lead-table b{color:var(--blue)}.lead-table select{padding:8px;border:1px solid var(--line);border-radius:12px;background:var(--white)}.empty-cell{padding:46px!important;text-align:center!important;color:var(--muted)}.admin-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:28px;padding:0 10px;border-radius:999px;background:#f3f6fb;color:#607089;font-size:12px;font-weight:700}.admin-badge.primary{background:#eef4ff;color:#2457d6}.admin-badge.danger{background:#fff1f0;color:#d93025}.footer{padding:26px 28px;display:grid;grid-template-columns:1.05fr 1.2fr;gap:18px;align-items:start;color:var(--text-soft);background:linear-gradient(180deg,#fbfdff,#f4f7fc)}.footer-brand>span{display:block;margin-bottom:8px;color:var(--blue);font-size:14px;font-weight:700}.footer h3{margin:0 0 8px;color:var(--main);font-size:22px}.footer p{max-width:520px;margin:4px 0 0;line-height:1.72}.footer-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.footer-summary-card{min-height:116px;padding:16px 16px 14px;border:1px solid #e3e9f4;border-radius:18px;background:#ffffffc2}.footer-summary-card strong,.footer-summary-card span{display:block}.footer-summary-card strong{color:var(--main);font-size:15px}.footer-summary-card span{margin-top:8px;color:var(--text-soft);font-size:14px;line-height:1.7}@media(max-width:1200px){.page-shell{min-width:0}.nav-container,.section-inner{width:calc(100% - 32px)}.hero-section .section-inner:before{width:calc(100% - 32px)}.admin-page,.footer{padding-left:16px;padding-right:16px}.contact-points,.footer-summary{grid-template-columns:1fr}}@media(max-width:860px){.site-header{top:8px;height:auto}.nav-container{width:calc(100% - 24px);height:auto;padding:12px 16px;flex-wrap:wrap;gap:12px;border-radius:18px}.main-nav,.header-search,.floating-actions{display:none}.header-right{margin-left:0;flex-wrap:wrap}.hero-section .section-inner{min-height:auto;padding:20px 16px 32px}.hero-section .section-inner:before{inset:0 16px auto;width:auto;height:420px;transform:none}.hero-inner{min-height:auto;padding:28px 18px 22px;grid-template-columns:1fr;gap:18px}.hero-copy h1{font-size:25px}.hero-copy p{font-size:14px}.hero-actions,.geo-card-header,.result-actions,.toolbar-filters,.toolbar-meta{flex-direction:column;align-items:stretch}.hero-stats div,.hero-primary,.hero-secondary,.geo-card-badge{width:100%}.geo-card,.result-panel{padding:22px 16px;border-radius:20px}.form-step h2,.result-panel h2,.contact-copy h2,.feature-card h4,.footer h3{font-size:20px}.tool-matrix-head h2{font-size:22px}.feature-grid,.tool-matrix-grid,.platform-results,.summary-grid,.contact-section,.footer,.result-metrics-grid,.detail-grid,.hero-preview-metrics,.effect-mini-stats,.modal-actions,.effect-chat-meta,.result-list-head,.result-toolbar,.effect-modal-head{grid-template-columns:1fr}.citation-modal-head-main{flex-direction:column;align-items:stretch}.citation-modal-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.result-summary-banner{flex-direction:column;align-items:flex-start}.result-summary-side{min-width:0;align-items:flex-start}.result-list-head{display:none}.result-card{padding:0}.result-card-row,.expanded-panel{grid-template-columns:1fr}.result-card-row{gap:12px;padding:16px}.status-action-cell{justify-content:flex-start}.effect-tabs button{min-width:0;width:100%}.result-toolbar{grid-template-columns:1fr}.toolbar-actions{justify-content:stretch;flex-direction:column}.toolbar-actions .toolbar-button{width:100%;justify-content:center}.contact-section{padding:24px 20px;gap:20px}.contact-points,.footer-summary{grid-template-columns:1fr}.contact-cta-row{flex-direction:column;align-items:stretch}.contact-note,.contact-qr{min-height:0;width:100%}.footer{padding:24px 20px;gap:14px}.tool-matrix-grid{grid-template-columns:1fr}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e3a5f,#1e40af);padding:20px}.admin-login-card{background:#fff;border-radius:16px;padding:40px 36px;width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;gap:14px;box-shadow:0 20px 60px #0000004d}.admin-login-logo{width:48px;height:48px;margin-bottom:4px}.admin-login-card h1{font-size:22px;font-weight:700;color:#1e293b;margin:0}.admin-login-card p{font-size:14px;color:#64748b;margin:0 0 8px}.admin-login-card input{width:100%;height:46px;border:1px solid #dbe3ee;border-radius:12px;padding:0 14px;font-size:14px;outline:none}.admin-login-card input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.admin-login-card button{width:100%;height:46px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600}.admin-login-card button:disabled{opacity:.6}.admin-login-error{width:100%;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;padding:10px 12px;font-size:13px}.admin-back-link{font-size:14px;color:#2563eb}.homepage-hero{position:relative;overflow:hidden;min-height:650px;color:#f8fbff;background:radial-gradient(circle at 74% 42%,rgba(58,130,246,.28),transparent 27%),radial-gradient(circle at 88% 4%,rgba(41,211,184,.12),transparent 24%),linear-gradient(135deg,#07172d,#0b2850 55%,#123b68)}.homepage-hero:after{content:"";position:absolute;inset:auto -8% -34% 40%;height:260px;background:#67afff2e;filter:blur(80px);transform:rotate(-8deg)}.homepage-hero-inner{min-height:650px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:30px;position:relative;z-index:1}.homepage-hero-copy{padding:46px 0 56px;animation:homepage-rise .75s ease both}.homepage-eyebrow,.home-section-label span,.home-centered-heading span,.home-final-cta>.section-inner>span{color:#71d5ca;letter-spacing:.16em;font-size:12px;font-weight:800}.homepage-hero h1{max-width:680px;margin:24px 0 20px;color:#fff;font-size:clamp(44px,5.6vw,78px);letter-spacing:-.065em;line-height:1.06;font-weight:800}.homepage-hero h1 em,.home-centered-heading h2 em{color:#61d2c7;font-style:normal}.homepage-hero-copy>p{max-width:600px;margin:0;color:#b8cbe1;font-size:17px;line-height:1.85}.homepage-hero-actions{display:flex;align-items:center;gap:14px;margin-top:34px}.homepage-primary,.homepage-secondary,.home-final-cta a{height:52px;padding:0 22px;display:inline-flex;align-items:center;gap:10px;border-radius:8px;font-size:15px;font-weight:800}.homepage-primary,.home-final-cta a{color:#08213e;background:#70d9cf}.homepage-secondary{color:#e5effa;border:1px solid rgba(184,209,235,.34);background:#ffffff0f}.homepage-secondary span{color:#70d9cf;font-size:18px}.homepage-hero-note{display:flex;align-items:center;gap:7px;margin-top:22px;color:#88a3c3;font-size:13px}.homepage-hero-visual{min-height:530px;position:relative;display:grid;place-items:center}.home-orbit{position:absolute;width:460px;height:460px;border:1px solid rgba(131,211,255,.22);border-radius:50%;transform:rotate(-24deg) skew(-8deg)}.orbit-two{width:390px;height:540px;border-color:#63d8c62e;transform:rotate(30deg) skewY(13deg)}.home-dashboard-card{width:min(430px,82%);padding:26px;border:1px solid rgba(181,218,255,.28);border-radius:18px;background:linear-gradient(145deg,#14395ff0,#0a1f3bf0);box-shadow:0 34px 80px #0000004d,inset 0 1px #ffffff24;transform:rotate(4deg);animation:dashboard-float 5s ease-in-out infinite}.home-dashboard-top,.home-dashboard-foot,.showcase-card-head,.showcase-legend{display:flex;justify-content:space-between;align-items:center}.home-dashboard-top span{color:#d8eaff;font-size:14px;font-weight:700}.home-dashboard-top b{color:#70d9cf;font-size:11px}.home-dashboard-score{display:flex;align-items:baseline;gap:6px;margin-top:34px}.home-dashboard-score strong{color:#fff;font-size:72px;line-height:.9;letter-spacing:-.08em}.home-dashboard-score span{color:#91abc8;font-size:15px}.home-dashboard-score em{margin-left:auto;color:#70d9cf;font-size:12px;font-style:normal}.home-dashboard-bars{display:grid;gap:18px;margin-top:38px}.home-dashboard-bars>div{display:grid;grid-template-columns:88px 1fr 42px;align-items:center;gap:10px;color:#a8bed7;font-size:12px}.home-dashboard-bars i{height:7px;overflow:hidden;border-radius:999px;background:#ffffff1f}.home-dashboard-bars i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#62d0c5,#80aafc)}.home-dashboard-bars strong{color:#e5f2ff;text-align:right;font-size:12px}.home-dashboard-foot{margin-top:32px;padding-top:16px;border-top:1px solid rgba(200,225,255,.14);color:#8ca7c4;font-size:12px}.home-dashboard-foot strong{color:#70d9cf}.home-float-card{position:absolute;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px 9px;min-width:148px;padding:14px 16px;border:1px solid rgba(201,230,255,.22);border-radius:12px;background:#163f69c2;box-shadow:0 20px 40px #0000002e;color:#9db6d1;font-size:11px}.home-float-card svg{grid-row:span 2;color:#70d9cf}.home-float-card strong{color:#fff;font-size:18px}.float-left{left:0;bottom:88px}.float-right{right:0;top:112px}.home-trust-strip{padding:22px 0;background:#fff;border-bottom:1px solid #e6edf5}.home-trust-strip .section-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.home-trust-strip span{color:#8190a6;font-size:13px}.home-trust-strip div{display:flex;gap:30px;color:#a1adbc;font-size:15px}.home-trust-strip b{font-weight:700}.homepage-product-showcase{padding:74px 0 92px;background:linear-gradient(180deg,#fff,#f7fafc)}.homepage-product-showcase>.section-inner{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.homepage-product-copy>span{color:#287e7b;letter-spacing:.14em;font-size:12px;font-weight:800}.homepage-product-copy h2{margin:18px 0 14px;color:#0b2443;font-size:clamp(34px,4vw,56px);letter-spacing:-.06em;line-height:1.08}.homepage-product-copy h2 em{color:#2eb7ab;font-style:normal}.homepage-product-copy>p{max-width:430px;color:#77899f;font-size:15px;line-height:1.85}.homepage-proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px;padding-top:24px;border-top:1px solid #e3ebf3}.homepage-proof-row strong,.homepage-proof-row span{display:block}.homepage-proof-row strong{color:#14365b;font-size:18px}.homepage-proof-row span{margin-top:7px;color:#91a0b0;font-size:11px}.homepage-product-cards{min-height:360px;position:relative}.product-card{position:absolute;padding:22px;border:1px solid #dce7f1;border-radius:16px;background:#fff;box-shadow:0 22px 50px #2448751f}.product-card-main{inset:0 16% 0 0;z-index:1}.product-card-side{inset:54px 0 34px 54%;z-index:2;background:linear-gradient(145deg,#0b3155,#102b4b);border-color:#2b5b7d;color:#fff;transform:rotate(3deg)}.product-card-top{display:flex;justify-content:space-between;align-items:center;color:#8a9bad;font-size:11px;font-weight:700}.product-card-side .product-card-top{color:#9ebbd4}.product-card-top b{color:#2eb7ab;font-weight:800}.product-card-title{margin-top:30px;color:#173a61;font-size:20px;font-weight:800}.product-mini-chart{position:relative;height:170px;margin-top:25px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 40px,#edf2f7 41px)}.product-mini-chart i{position:absolute;bottom:0;width:4px;border-radius:4px 4px 0 0;background:#d3eeeb}.product-mini-chart i:nth-child(1){left:12%;height:34%}.product-mini-chart i:nth-child(2){left:29%;height:52%}.product-mini-chart i:nth-child(3){left:46%;height:43%}.product-mini-chart i:nth-child(4){left:63%;height:70%}.product-mini-chart i:nth-child(5){left:82%;height:84%}.product-mini-chart svg{position:absolute;inset:0;width:100%;height:100%;color:#2eb7ab}.product-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px;color:#8292a4;font-size:12px}.product-card-footer strong{color:#2eb7ab;font-size:24px}.product-side-rows{display:grid;gap:24px;margin-top:38px}.product-side-rows div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding-bottom:17px;border-bottom:1px solid rgba(196,225,255,.15);font-size:12px}.product-side-rows svg{color:#70d9cf}.product-side-rows strong{color:#fff;font-size:12px}.home-section{padding:88px 0;background:#fff}.home-two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:96px;align-items:center}.home-section-label h2{margin:18px 0 0;color:#0b2443;font-size:clamp(32px,4vw,52px);letter-spacing:-.05em;line-height:1.16}.home-section-label p{max-width:280px;margin:18px 0 0;color:#8090a6;font-size:14px;line-height:1.8}.home-section-copy>p{max-width:640px;color:#5f7188;font-size:18px;line-height:1.9}.home-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}.home-compare-grid>div{padding:22px;border:1px solid #e2eaf3;border-radius:12px;background:#f8fbfe}.home-compare-grid>div.active{border-color:#9de3dc;background:#effbf9}.home-compare-grid span,.home-compare-grid small{display:block}.home-compare-grid span{color:#8496aa;font-size:12px;font-weight:700}.home-compare-grid strong{display:block;margin-top:16px;color:#18395e;font-size:17px}.home-compare-grid small{margin-top:10px;color:#8496aa;font-size:12px}.home-geo-outcomes{padding:0 0 88px;background:#fff}.home-outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-outcome-grid article{min-height:190px;padding:28px;border:1px solid #e2eaf3;border-radius:14px;background:#f8fbfe}.home-outcome-grid article:nth-child(2){background:#effbf9;border-color:#b9e8e2}.home-outcome-grid span{color:#2eb7ab;font-size:12px;font-weight:800;letter-spacing:.12em}.home-outcome-grid h3{margin:30px 0 12px;color:#16385e;font-size:19px}.home-outcome-grid p{margin:0;color:#788ba1;font-size:13px;line-height:1.8}.geo-intro-grid{grid-template-columns:repeat(3,1fr);margin-top:12px}.why-geo-panel{padding:34px 38px;border:1px solid #e1eaf5;border-radius:16px;background:#fff;box-shadow:0 12px 34px #24487512}.why-geo-panel>p{max-width:900px;margin:0 auto;color:#506681;font-size:17px;line-height:1.9;text-align:center}.why-geo-panel .home-stat-grid{margin-top:32px;border-color:#e4edf7}.why-geo-panel .home-stat-grid div+div{border-color:#e4edf7}.why-geo-panel .home-stat-grid strong{color:#2563eb}.why-geo-panel .home-stat-grid span{color:#71839a}.home-metrics-section{padding:84px 0;background:#fff}.home-metrics-intro{max-width:630px;margin:0 auto 42px;text-align:center}.home-metrics-intro>span{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.14em}.home-metrics-intro h2{margin:16px 0 12px;color:#10233e;font-size:clamp(30px,4vw,48px);letter-spacing:-.05em;line-height:1.18}.home-metrics-intro p{margin:0;color:#7b8da3;font-size:15px;line-height:1.8}.home-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e4edf6;border-bottom:1px solid #e4edf6}.home-metrics-grid div{padding:28px 20px;text-align:center}.home-metrics-grid div+div{border-left:1px solid #e4edf6}.home-metrics-grid strong{display:block;color:#2563eb;font-size:34px;letter-spacing:-.05em}.home-metrics-grid span{display:block;margin-top:8px;color:#7c8da2;font-size:13px}.home-dark-section,.home-testimonials-section{color:#fff;background:#09203d}.home-centered-heading{max-width:740px;margin:0 auto 48px;text-align:center}.home-centered-heading h2{margin:16px 0 14px;color:#0b2443;font-size:clamp(32px,4vw,52px);letter-spacing:-.05em;line-height:1.2}.home-centered-heading p{margin:0 auto;color:#7b8da3;font-size:15px;line-height:1.8}.home-centered-heading.light h2{color:#fff}.home-centered-heading.light p{color:#a2b8d0}.home-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(199,229,255,.16);border-bottom:1px solid rgba(199,229,255,.16)}.home-stat-grid div{padding:34px 24px;text-align:center}.home-stat-grid div+div{border-left:1px solid rgba(199,229,255,.16)}.home-stat-grid strong{display:block;color:#70d9cf;font-size:42px;letter-spacing:-.05em}.home-stat-grid span{display:block;margin-top:9px;color:#9bb4cf;font-size:13px}.home-feature-grid,.home-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-feature-grid article{padding:30px;border:1px solid #e4ebf3;border-radius:14px;background:#fbfdff}.home-feature-icon{width:48px;height:48px;display:grid;place-items:center;color:#217d79;border-radius:12px;background:#e3f8f5}.home-feature-grid h3{margin:24px 0 10px;color:#102d50;font-size:21px}.home-feature-grid p{min-height:56px;margin:0;color:#7a8aa0;font-size:14px;line-height:1.75}.home-feature-grid ul{display:grid;gap:10px;margin:24px 0 0;padding:18px 0 0;border-top:1px solid #e6edf5;list-style:none}.home-feature-grid li{display:flex;align-items:center;gap:8px;color:#55708e;font-size:13px}.home-feature-grid li svg{color:#28b8a9}.home-showcase-section{background:#f6f9fc}.home-showcase-card{padding:26px;border:1px solid #dfe8f2;border-radius:16px;background:#fff;box-shadow:0 20px 50px #24487514}.showcase-card-head strong{color:#18395e;font-size:16px}.showcase-card-head span{color:#91a1b4;font-size:12px}.showcase-chart{position:relative;height:190px;margin-top:24px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 46px,#edf2f7 47px)}.showcase-chart i{position:absolute;bottom:0;width:4px;border-radius:4px 4px 0 0;background:#d9eef0}.showcase-chart i:nth-child(1){left:12%;height:32%}.showcase-chart i:nth-child(2){left:27%;height:46%}.showcase-chart i:nth-child(3){left:42%;height:37%}.showcase-chart i:nth-child(4){left:57%;height:60%}.showcase-chart i:nth-child(5){left:72%;height:69%}.showcase-chart i:nth-child(6){left:88%;height:82%}.showcase-chart svg{position:absolute;inset:0;width:100%;height:100%;color:#2eb7ab}.showcase-legend{justify-content:flex-start;gap:16px;margin-top:18px;color:#7990a8;font-size:12px}.showcase-legend span:first-child{color:#2eb7ab}.showcase-legend b{color:#18395e}.home-testimonial-grid article{padding:28px;border:1px solid rgba(196,225,255,.16);border-radius:14px;background:#ffffff0f}.home-testimonial-grid svg{color:#70d9cf}.home-testimonial-grid p{min-height:120px;margin:22px 0;color:#c0d1e4;font-size:15px;line-height:1.85}.home-testimonial-grid strong,.home-testimonial-grid span{display:block}.home-testimonial-grid strong{color:#fff;font-size:14px}.home-testimonial-grid span{margin-top:6px;color:#829cb9;font-size:12px}.home-faq-list{display:grid;gap:12px}.home-faq-list details{padding:20px 22px;border:1px solid #e3eaf2;border-radius:10px;background:#fbfdff}.home-faq-list summary{cursor:pointer;color:#18395e;font-size:15px;font-weight:700}.home-faq-list p{margin:14px 0 0;color:#7b8da3;font-size:14px;line-height:1.8}.home-final-cta{padding:92px 0;color:#10233e;text-align:center;background:linear-gradient(135deg,#eef6ff,#e5fbf8);border-top:1px solid #dcecf5}.home-final-cta h2{margin:18px 0 10px;color:#10233e;font-size:clamp(34px,4vw,58px);letter-spacing:-.06em}.home-final-cta p{margin:0;color:#647a94;font-size:16px}.home-final-cta a{margin-top:28px;color:#fff;background:#2563eb}@keyframes homepage-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboard-float{0%,to{transform:rotate(4deg) translateY(0)}50%{transform:rotate(4deg) translateY(-10px)}}@media(max-width:860px){.homepage-hero,.homepage-hero-inner{min-height:auto}.homepage-hero-inner,.home-two-col{grid-template-columns:1fr;gap:40px}.homepage-hero-copy{padding:80px 18px 20px}.homepage-hero-visual{min-height:420px}.home-dashboard-card{width:min(430px,88%)}.float-left{left:6%;bottom:20px}.float-right{right:4%;top:35px}.home-trust-strip .section-inner{flex-direction:column;align-items:flex-start;gap:14px}.home-trust-strip div{flex-wrap:wrap;gap:12px 18px}.home-section{padding:62px 16px}.home-geo-outcomes{padding:0 16px 62px}.home-outcome-grid,.home-stat-grid,.home-feature-grid,.home-testimonial-grid{grid-template-columns:1fr}.home-stat-grid div+div{border-top:1px solid rgba(199,229,255,.16);border-left:none}.home-compare-grid{grid-template-columns:1fr}.showcase-legend{flex-wrap:wrap}}.home-metrics-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:860px){.geo-intro-grid,.home-metrics-grid{grid-template-columns:1fr}.home-metrics-grid div+div{border-top:1px solid #e4edf6;border-left:none}.why-geo-panel{padding:26px 18px}}.home-metrics-intro h2{white-space:nowrap}.tool-matrix-head{text-align:center}.tool-matrix-head h2{margin:0;color:#0b2443;font-size:clamp(32px,4vw,52px);font-weight:760;letter-spacing:-.05em;line-height:1.2}.tool-matrix-head p{margin:16px 0 0;color:#7b8da3;font-size:15px;line-height:1.8}.brand-words-page{background:#f8faff}.brand-words-hero{padding:112px 0 48px;background:linear-gradient(135deg,#f6f4ff,#edf5ff 56%,#f5fbff)}.brand-words-hero .section-inner{max-width:1120px;text-align:center}.brand-words-kicker{display:block;color:#1b2438;font-size:clamp(38px,5vw,62px);font-weight:800;letter-spacing:-.06em;line-height:1.15}.brand-words-kicker span{color:#5f87ff}.brand-words-hero p{margin:18px 0 34px;color:#697991;font-size:20px}.brand-words-query{display:flex;align-items:center;gap:16px}.brand-words-input-wrap{height:64px;flex:1;display:flex;align-items:center;padding:0 20px 0 28px;border-radius:999px;background:#fff;box-shadow:0 12px 30px #495e9b14}.brand-words-input-wrap input{min-width:0;flex:1;border:0;outline:0;color:#1e293b;background:transparent;font-size:20px}.brand-words-input-wrap button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:#c9cdd4}.brand-words-submit{height:64px;padding:0 42px;border:0;border-radius:999px;color:#fff;background:linear-gradient(100deg,#5ba6ff,#5b4df2);font-size:22px;cursor:pointer;box-shadow:0 14px 28px #5c61f233}.brand-words-submit:disabled{opacity:.7;cursor:wait}.brand-words-example{display:flex;gap:10px;margin-top:14px;color:#a1a8b6;font-size:15px;text-align:left}.brand-words-example button{padding:0;border:0;color:#4d5970;background:transparent;cursor:pointer;font-size:15px}.brand-words-error{margin-top:16px;text-align:left}.brand-words-results{padding:28px 0 72px}.brand-summary-card,.brand-question-card{padding:28px 32px;border-radius:18px;background:#fff;box-shadow:0 12px 34px #415a910f}.brand-summary-head,.brand-question-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-summary-head h2,.brand-question-head h2{margin:0;color:#1d2738;font-size:22px}.brand-rank-link{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border:1px solid #dce7ff;border-radius:999px;color:#4f7fea;background:#fff;font-size:14px}.brand-summary-body{display:grid;grid-template-columns:320px 1fr;align-items:center;gap:50px;margin-top:28px}.brand-summary-counts{display:grid;grid-template-columns:1fr 1fr;padding:26px;border-radius:12px;background:#f7f9fd}.brand-summary-counts div{text-align:center}.brand-summary-counts div+div{border-left:1px solid #dce5f5}.brand-summary-counts strong{display:block;color:#111c2f;font-size:34px}.brand-summary-counts span{display:block;margin-top:6px;color:#8894a7;font-size:14px}.brand-platform-bar{height:16px;display:flex;overflow:hidden;border-radius:999px;background:#eef2f7}.brand-platform-bar i{display:block;height:100%}.brand-platform-legend{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:14px;color:#68758a;font-size:13px}.brand-platform-legend span{display:inline-flex;align-items:center;gap:6px}.brand-platform-legend i{width:9px;height:9px;border-radius:50%}.brand-question-card{margin-top:24px}.brand-question-head span{color:#8b94a4;font-size:14px}.brand-platform-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 18px}.brand-platform-tabs button{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border:1px solid #edf0f5;border-radius:999px;color:#a4acb9;background:#fafbfd;font-size:14px;cursor:pointer}.brand-platform-tabs button i{width:8px;height:8px;border-radius:50%;background:#d4d9e1}.brand-platform-tabs button.is-active{border-color:#7be7c4;color:#40d6a4;background:#f2fffa}.brand-platform-tabs button.is-active i{background:#49dba7}.brand-question-table-wrap{overflow-x:auto}.brand-question-table{width:100%;min-width:820px;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #e9edf3;border-radius:12px}.brand-question-table th{padding:18px 20px;color:#8792a3;background:#f8f9fb;text-align:left;font-size:14px;font-weight:600}.brand-question-table td{padding:22px 20px;border-top:1px solid #edf0f4;color:#626f83;vertical-align:top;font-size:14px;line-height:1.7}.brand-question-table td:first-child{width:30%;color:#263349}.brand-question-table td:nth-child(2){width:10%}.brand-question-table td:nth-child(3){width:48%}.brand-question-table td:nth-child(4){width:12%}.brand-question-table p{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.brand-question-table a{color:#4396ff;font-size:17px}.brand-question-foot{display:flex;align-items:center;gap:6px;margin-top:14px;color:#8792a3;font-size:13px}.brand-question-foot svg{color:#44d3a1}.homepage-hero,.home-section,.home-metrics-section,.contact-section-wrap,.footer-section{background:#fff}.homepage-hero{background:linear-gradient(180deg,#f4f9ff,#fff)}.home-section{padding:82px 0}.why-geo-section{background:#f7faff}.home-centered-heading{margin-bottom:40px}.home-centered-heading h2,.home-section-label h2,.home-metrics-intro h2,.home-final-cta h2{font-weight:760}.home-centered-heading p,.home-section-copy>p,.home-section-label p,.home-metrics-intro p{color:#71839a}.home-feature-grid{gap:20px}.home-feature-grid article,.home-compare-grid>div,.home-faq-list details,.why-geo-panel,.home-showcase-card,.home-outcome-grid article{border-color:#dfe8f3;border-radius:16px;box-shadow:0 10px 28px #234d840e}.home-feature-grid article{background:#fff}.home-feature-icon{border-radius:14px;background:#eaf4ff;color:#2563eb}.home-feature-grid article:nth-child(2) .home-feature-icon{background:#e8faf7;color:#159a8d}.home-feature-grid h3,.home-outcome-grid h3{color:#17385e}.home-feature-grid p,.home-feature-grid li,.home-outcome-grid p{color:#71839a}.home-faq-section{background:#fbfdff}.home-faq-list details{background:#fff}.home-faq-list summary{color:#17385e}.home-final-cta{background:linear-gradient(135deg,#eef6ff,#e8faf7)}.home-final-cta h2{color:#12345a}.home-final-cta p{color:#6f8298}.contact-section-wrap{padding-top:0;padding-bottom:18px}.contact-section-wrap .section-inner,.footer-section .section-inner{max-width:1180px}.contact-section{border-color:#dfe8f3;border-radius:16px;background:linear-gradient(135deg,#f7fbff,#f0fbf9);box-shadow:0 12px 30px #234d840f}.contact-points div,.contact-note,.contact-qr,.consult-form{border-color:#dfe8f3;border-radius:14px}.consult-form{background:#fff;box-shadow:0 10px 28px #234d840f}.footer-section{padding-top:0}.footer{border-color:#dfe8f3;border-radius:16px;background:#fff;box-shadow:none}.homepage-product-showcase{padding-left:16px;padding-right:16px}@media(max-width:860px){.homepage-product-showcase>.section-inner{grid-template-columns:1fr;gap:36px}.homepage-proof-row{gap:10px}.homepage-proof-row strong{font-size:15px}.homepage-product-cards{min-height:320px}.product-card-main{inset:0 5% 0 0}.product-card-side{inset:60px 0 26px 42%}.product-side-rows{gap:15px;margin-top:24px}}.homepage-hero{min-height:700px;color:#10233e;background:linear-gradient(180deg,#f4f9ff,#fff 86%)}.homepage-hero:after{inset:auto 0 -120px 42%;height:250px;background:#2a71ff1f;filter:blur(90px)}.homepage-hero-inner{min-height:700px;grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);gap:76px}.homepage-hero-copy{padding:132px 0 92px}.homepage-eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;color:#2563eb;background:#e9f1ff;letter-spacing:0;font-size:14px}.homepage-hero h1{max-width:630px;margin:24px 0;color:#10233e;font-size:clamp(42px,5vw,68px);letter-spacing:-.06em;line-height:1.13}.homepage-hero h1 em{color:#2563eb}.homepage-hero-copy>p{max-width:620px;color:#60738e;font-size:17px;line-height:1.9}.homepage-hero-actions{align-items:flex-start;margin-top:30px}.homepage-primary{height:54px;color:#fff;background:#2563eb;box-shadow:0 14px 26px #2563eb33}.homepage-primary:hover{background:#1d4ed8}.homepage-hero-plan{padding-top:5px;color:#72839a;font-size:13px;line-height:1.8}.homepage-hero-proof{display:flex;align-items:center;gap:10px;margin-top:34px;color:#f2b933;font-size:15px}.homepage-hero-proof strong{color:#263b59;font-size:13px}.homepage-hero-proof small{color:#72839a;font-size:13px}.proof-avatars{display:grid;place-items:center;width:36px;height:36px;border:2px solid #fff;border-radius:50%;color:#fff;background:linear-gradient(135deg,#2563eb,#22c1b5);font-size:11px;font-weight:800;box-shadow:0 0 0 1px #dbe7f6}.homepage-hero-visual{min-height:520px}.home-orbit{width:430px;height:430px;border-color:#2563eb1f}.orbit-two{width:350px;height:500px;border-color:#22c1b51f}.home-dashboard-card{width:min(500px,94%);padding:28px;border:1px solid #dce8f7;border-radius:14px;background:#fff;box-shadow:0 22px 60px #234d8424;transform:rotate(0)}.home-dashboard-card:hover{transform:translateY(-4px);transition:transform .25s ease}.home-dashboard-top span{color:#1e3a5f}.home-dashboard-top b{color:#2563eb}.home-dashboard-score strong{color:#10233e}.home-dashboard-score span{color:#8191a5}.home-dashboard-score em{color:#1ca897}.home-dashboard-bars>div{color:#6e8198}.home-dashboard-bars i{background:#e9f0f7}.home-dashboard-bars i b{background:linear-gradient(90deg,#2563eb,#22c1b5)}.home-dashboard-bars strong{color:#1e3a5f}.home-dashboard-foot{border-color:#e6edf5;color:#8191a5}.home-dashboard-foot strong{color:#1ca897}.home-float-card{border-color:#dce8f7;background:#fff;box-shadow:0 16px 32px #234d841f;color:#71849a}.home-float-card svg{color:#2563eb}.home-float-card strong{color:#10233e}.float-left{left:-12px;bottom:62px}.float-right{right:-14px;top:72px}.home-trust-strip{padding:24px 0}.home-trust-strip span{color:#8292a7}.home-trust-strip div{color:#9aa8b9}.homepage-hero,.homepage-hero-inner{min-height:620px}.homepage-hero-copy{padding-top:108px;padding-bottom:72px}.page-shell:has(.homepage-hero) .page-section{margin-top:0}.homepage-hero+.home-section{padding-top:46px}.tool-matrix-section-home{padding-top:24px;padding-bottom:24px}.tool-matrix-section-home .tool-matrix-panel{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.home-contact-section .contact-section,.home-company-section .footer{border:0;box-shadow:none}.home-contact-section,.home-company-section{padding-top:0;padding-bottom:0;background:#fff}.home-contact-section .section-inner,.home-company-section .section-inner{padding-top:0;padding-bottom:0}.home-contact-section .contact-section,.home-company-section .footer{border-radius:0;background:#fff}.geo-contact-section,.citations-contact-section{padding-top:24px}.brand-words-contact-section{padding-top:24px;padding-bottom:24px;background:#f7faff}.brand-words-company-section{padding-top:24px;padding-bottom:24px;background:#fff}.brand-words-contact-section .contact-section,.brand-words-company-section .footer{background:#fff}.home-final-cta{background:#fff;border-top:1px solid #e5edf6;border-bottom:1px solid #e5edf6}@media(max-width:640px){.site-header{position:sticky;top:0}.nav-container{min-height:58px;padding:0 14px;gap:12px}.brand-logo{flex:0 0 auto}.logo-text{font-size:15px}.main-nav{flex:1;min-width:0;gap:4px;overflow-x:auto;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.nav-link{padding:8px 7px;font-size:12px;white-space:nowrap}.nav-group .nav-link svg{width:11px}.header-right{flex:0 0 auto;gap:6px}.language-button{display:none}.login-link,.console-link{padding:7px 8px;font-size:12px;white-space:nowrap}.homepage-hero{min-height:auto}.homepage-hero-inner{min-height:auto;display:flex;flex-direction:column;gap:10px;padding:0 16px}.homepage-hero-copy{padding:76px 0 18px}.homepage-eyebrow{font-size:12px}.homepage-hero h1{margin:18px 0 16px;font-size:clamp(36px,11vw,52px);line-height:1.12}.homepage-hero-copy>p{font-size:15px;line-height:1.75}.homepage-hero-actions{flex-direction:column;gap:12px;margin-top:24px}.homepage-primary{width:100%;justify-content:center}.homepage-hero-plan{padding-top:0;font-size:12px}.homepage-hero-proof{flex-wrap:wrap;margin-top:24px;font-size:13px}.homepage-hero-proof small{width:100%;margin-left:46px}.homepage-hero-visual{width:100%;min-height:390px}.home-orbit{width:300px;height:300px}.orbit-two{width:250px;height:340px}.home-dashboard-card{width:calc(100% - 24px);padding:20px}.home-dashboard-score{margin-top:24px}.home-dashboard-score strong{font-size:56px}.home-dashboard-bars{gap:14px;margin-top:26px}.home-dashboard-bars>div{grid-template-columns:74px 1fr 38px;font-size:11px}.home-float-card{min-width:125px;padding:10px 11px;font-size:10px}.home-float-card strong{font-size:15px}.float-left{left:-2px;bottom:28px}.float-right{right:-2px;top:24px}.home-section,.home-metrics-section{padding:58px 16px}.home-centered-heading{margin-bottom:28px}.home-centered-heading h2,.home-section-label h2{font-size:32px}.home-centered-heading p,.home-section-copy>p{font-size:15px}.why-geo-panel{padding:22px 16px}.why-geo-panel>p{font-size:15px}.home-stat-grid,.home-metrics-grid{grid-template-columns:1fr 1fr}.home-stat-grid div,.home-metrics-grid div{padding:22px 10px}.home-stat-grid div+div,.home-metrics-grid div+div{border-left:1px solid #e4edf7;border-top:1px solid #e4edf7}.home-stat-grid div:nth-child(odd),.home-metrics-grid div:nth-child(odd){border-left:0}.home-stat-grid strong,.home-metrics-grid strong{font-size:30px}.tool-matrix-panel{padding:22px 14px;border-radius:16px}.tool-matrix-head h2{font-size:30px;white-space:normal}.tool-matrix-head p{font-size:14px}.tool-matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tool-matrix-card{padding:16px 12px;border-radius:13px}.tool-matrix-card strong{font-size:14px}.tool-matrix-card p{min-height:48px;font-size:12px;line-height:1.6}.tool-matrix-action{margin-top:22px;font-size:13px}.home-final-cta{padding:64px 16px}.home-final-cta h2{font-size:34px}.contact-section-wrap{padding:0 16px 14px}.footer-section{padding:0 16px}.contact-section{grid-template-columns:1fr;padding:22px 16px;gap:18px}.contact-copy h2{font-size:22px}.contact-copy p{font-size:14px}.contact-points{grid-template-columns:1fr}.contact-points div{min-height:0}.contact-cta-row{align-items:stretch;gap:10px}.contact-qr{width:132px;height:132px;padding:12px}.contact-qr img{width:84px;height:84px}.contact-qr strong{font-size:12px;margin-top:4px}.contact-note{min-height:132px;padding:14px}.contact-note strong,.contact-note span{font-size:12px}.consult-form{padding:18px 14px;border-radius:14px}.brand-words-hero{padding:82px 16px 34px}.brand-words-kicker{font-size:38px}.brand-words-hero p{font-size:15px;line-height:1.6}.brand-words-query{display:block}.brand-words-input-wrap{height:54px;padding-left:20px}.brand-words-input-wrap input{font-size:16px}.brand-words-submit{width:100%;height:54px;margin-top:12px;font-size:18px}.brand-words-results{padding:18px 16px 54px}.brand-summary-card,.brand-question-card{padding:20px 16px;border-radius:14px}.brand-summary-head,.brand-question-head{align-items:flex-start;flex-direction:column}.brand-summary-head h2,.brand-question-head h2{font-size:20px}.brand-rank-link{font-size:12px}.brand-summary-body{grid-template-columns:1fr;gap:24px;margin-top:22px}.brand-summary-counts{padding:20px}.brand-platform-legend{gap:10px 12px;font-size:12px}.brand-question-card{margin-top:16px}.brand-platform-tabs{gap:8px;margin:18px 0 14px}.brand-platform-tabs button{padding:8px 11px;font-size:12px}}.brand-empty-state{padding:34px 12px;color:#9aa5b5;text-align:center}.reference-hero{padding:84px 0 54px;text-align:center;background:linear-gradient(180deg,#f8fafc,#fff)}.reference-hero h1{max-width:900px;margin:16px auto;color:#0f172a;font-size:clamp(38px,5vw,58px);line-height:1.25}.reference-hero h1 em{font-style:normal;background:linear-gradient(135deg,#2563eb,#4f46e5);-webkit-background-clip:text;background-clip:text;color:transparent}.reference-hero>div>p{max-width:760px;margin:0 auto;color:#64748b;font-size:17px;line-height:1.8}.reference-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;border:1px solid #bfdbfe;border-radius:999px;color:#2563eb;background:#eff6ff;font-size:13px;font-weight:700}.insight-search{display:flex;align-items:center;max-width:620px;height:50px;margin:28px auto 18px;padding:0 16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 4px 12px #2563eb1f;color:#94a3b8}.insight-search input{width:100%;height:100%;padding-left:12px;border:0;outline:0;color:#0f172a;font:inherit}.filter-pills,.industry-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.filter-pills button,.industry-tabs button{padding:8px 20px;border:1px solid #e2e8f0;border-radius:999px;color:#475569;background:#fff;font-size:14px}.filter-pills button.is-active,.industry-tabs button.is-active{border-color:#2563eb;color:#fff;background:#2563eb;box-shadow:0 4px 12px #2563eb33}.reference-content{padding:36px 0 88px}.reference-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.reference-article-card{display:flex;flex-direction:column;min-height:420px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f172a0a;overflow:hidden;transition:.25s}.reference-article-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px #0f172a12;border-color:#bfdbfe}.reference-cover{display:flex;align-items:center;justify-content:space-between;height:142px;padding:22px;color:#fff}.reference-cover span{align-self:flex-end;padding:4px 9px;border-radius:4px;background:#ffffff29;font-size:12px}.cover-0{background:linear-gradient(135deg,#2563eb,#4f46e5)}.cover-1{background:linear-gradient(135deg,#0d9488,#2563eb)}.cover-2{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.cover-3{background:linear-gradient(135deg,#0f766e,#334155)}.reference-article-body{display:flex;flex:1;flex-direction:column;padding:20px}.article-meta{display:flex;justify-content:space-between;color:#2563eb;font-size:12px;font-weight:700}.article-meta span:last-child{display:inline-flex;align-items:center;gap:4px;color:#64748b;font-weight:500}.reference-article-body h3{margin:14px 0 8px;color:#0f172a;font-size:20px;line-height:1.45}.reference-article-body p{margin:0;color:#64748b;font-size:14px;line-height:1.65}.article-tags{display:flex;gap:6px;margin-top:auto;padding-top:20px}.article-tags span{padding:3px 7px;border-radius:4px;color:#64748b;background:#f8fafc;font-size:11px}.reference-article-body a{display:inline-flex;align-items:center;gap:6px;margin-top:15px;color:#2563eb;font-size:13px;font-weight:700}.cases-reference-hero{padding-bottom:66px}.case-disclaimer{display:inline-flex;align-items:center;gap:7px;margin:4px auto 18px;padding:7px 12px;border-radius:6px;color:#92400e;background:#fff7ed;font-size:12px}.case-proof{display:flex;justify-content:center;gap:28px;margin-top:24px}.case-proof span{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:13px}.case-proof svg{color:#2563eb}.case-proof strong{color:#0f172a}.case-browser{padding:46px 0 90px;background:#fff}.case-browser h2{margin-bottom:22px;color:#0f172a;font-size:26px}.industry-tabs{justify-content:flex-start;margin-bottom:28px}.case-report{margin-top:22px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 4px 14px #0f172a08;overflow:hidden}.case-report>header{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0}.case-report>header>div{display:flex;align-items:center;gap:14px}.window-dots{color:#94a3b8;font-size:10px;letter-spacing:3px}.case-report>header em{padding:4px 9px;border-radius:5px;color:#2563eb;background:#eff6ff;font-size:12px;font-style:normal;font-weight:700}.case-report-body{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;padding:28px}.case-report-body section>span{color:#2563eb;font-size:13px;font-weight:700}.case-report-body h3{margin:10px 0 18px;color:#0f172a;font-size:24px;line-height:1.4}.case-problem,.case-solution{margin-top:12px;padding:13px 15px;border-radius:8px}.case-problem{border:1px solid #fecaca;background:#fef2f2}.case-solution{border:1px solid #bbf7d0;background:#f0fdf4}.case-problem strong{color:#b91c1c}.case-solution strong{color:#15803d}.case-problem p,.case-solution p{margin:4px 0 0;color:#475569;font-size:13px;line-height:1.65}.case-report-body aside{padding:20px;border-radius:12px;background:#f8fafc}.case-report-body aside h4{margin:0 0 20px;color:#0f172a;font-size:16px}.metric-bar{margin-top:17px}.metric-bar>div{display:flex;justify-content:space-between;color:#64748b;font-size:12px}.metric-bar strong{color:#2563eb}.metric-bar i{display:block;height:9px;margin-top:8px;border-radius:99px;background:#e2e8f0;overflow:hidden}.metric-bar b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#4f46e5)}.about-reference-hero{padding-bottom:82px}.about-reference-hero>div>p{max-width:780px}.reference-cta{display:inline-flex;align-items:center;gap:7px;margin-top:28px;padding:13px 22px;border-radius:10px;color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);font-size:14px;font-weight:700;box-shadow:0 5px 15px #2563eb40}.about-values{padding:80px 0;background:#fff}.reference-heading{text-align:center;max-width:780px;margin:0 auto 38px}.reference-heading h2{margin:12px 0;color:#0f172a;font-size:32px}.reference-heading p{margin:0;color:#64748b;font-size:16px;line-height:1.7}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-grid article{padding:30px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.value-grid article>span{color:#2563eb;font-size:12px;font-weight:800}.value-grid h3{margin:18px 0 10px;color:#0f172a;font-size:21px}.value-grid p{margin:0;color:#64748b;font-size:14px;line-height:1.7}.about-bento{padding:82px 0;background:#f8fafc;border-top:1px solid #e2e8f0}.bento-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.bento-grid article{min-height:190px;padding:26px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.bento-grid article.is-wide{grid-column:span 2}.bento-grid span{color:#2563eb;font-size:12px;font-weight:800}.bento-grid h3{margin:13px 0 8px;color:#0f172a;font-size:21px}.bento-grid p{margin:0;color:#64748b;font-size:14px;line-height:1.7}@media(max-width:760px){.reference-hero{padding:58px 0 44px}.reference-hero h1{font-size:36px}.reference-hero>div>p{font-size:15px}.case-proof{display:grid;gap:10px;justify-content:start;width:max-content;margin-left:auto;margin-right:auto}.reference-card-grid,.value-grid,.bento-grid{grid-template-columns:1fr}.bento-grid article.is-wide{grid-column:auto}.reference-article-card{min-height:0}.case-report-body{grid-template-columns:1fr;padding:18px}.case-report-body h3{font-size:20px}.case-browser{padding-top:34px}.industry-tabs{flex-wrap:nowrap;justify-content:flex-start;overflow:auto;padding-bottom:6px}.industry-tabs button{white-space:nowrap}.about-values,.about-bento{padding:56px 0}.reference-heading h2{font-size:28px}}.content-page{--content-primary:#2563eb;--content-indigo:#4f46e5;--content-soft:#eff6ff;color:#0f172a}.content-page .content-eyebrow,.content-page .content-section-head>div>span,.content-page .insight-body>div,.content-page .insight-body a,.content-page .case-top,.content-page .case-card>a,.content-page .about-pillars svg,.content-page .about-capability-list svg{color:var(--content-primary)}.content-page .content-primary{background:linear-gradient(135deg,var(--content-primary),var(--content-indigo));box-shadow:0 8px 20px #2563eb33}.content-page .content-primary:hover{background:linear-gradient(135deg,#1d4ed8,#4338ca)}.content-page .content-hero{background:linear-gradient(180deg,#f8fafc,#fff);border-color:#e2e8f0}.content-page .content-hero-index{border-color:#dbeafe;box-shadow:0 18px 40px #2563eb12}.content-page .content-hero-index div{color:var(--content-primary)}.content-page .insight-art{color:var(--content-primary);background:var(--content-soft)}.content-page .about-pillars article{border-top-color:var(--content-primary)}.content-page .case-metrics svg{color:var(--content-primary)}.content-page .content-band{background:var(--content-soft)}.content-page .content-band-dark{background:#172554}.content-page>.contact-section{--blue:#2563eb;--blue-hover:#1d4ed8;--blue-deep:#1e3a8a}.content-page{padding-top:76px}.content-page>.contact-section,.content-page>.footer{width:min(1180px,calc(100% - 32px));margin-left:auto;margin-right:auto}.content-page>.contact-section{margin-top:28px;border-color:#dbeafe;background:#f8fbff}.content-page .contact-copy h2,.content-page .footer-brand strong{color:#1e3a8a}.content-page .contact-icon,.content-page .consult-form button{background:#2563eb}.content-page .contact-points svg,.content-page .footer a:hover{color:#2563eb}.content-page>.footer{margin-top:18px;margin-bottom:20px}.reference-card-grid{align-items:stretch}.reference-article-card{height:100%}.reference-cover.cover-1{background:linear-gradient(135deg,#2563eb,#60a5fa)}.reference-cover.cover-3{background:linear-gradient(135deg,#1e40af,#475569)}.reference-empty{padding:70px 20px;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;background:#f8fafc;text-align:center}.insight-search:focus-within{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb1a}.filter-pills button,.industry-tabs button{cursor:pointer;transition:border-color .18s,color .18s,background .18s}.filter-pills button:hover:not(.is-active),.industry-tabs button:hover:not(.is-active){border-color:#93c5fd;color:#2563eb;background:#eff6ff}.case-report+.case-report{margin-top:28px}.case-report-body section,.case-report-body aside{min-width:0}@media(max-width:1380px)and (min-width:641px){.nav-container{width:calc(100% - 28px);padding-left:18px;padding-right:18px}.main-nav{gap:13px;margin-left:20px;font-size:13px}.header-right{gap:8px}.language-button{display:none}.logo-text{font-size:18px}.login-link,.console-link{padding-left:10px;padding-right:10px;font-size:12px}}@media(max-width:760px){.content-page{padding-top:58px}.content-page>.contact-section,.content-page>.footer{width:calc(100% - 24px)}.reference-article-body{min-height:260px}.reference-card-grid{gap:14px}.filter-pills{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:0 2px 7px}.filter-pills button{white-space:nowrap}.reference-empty{padding:48px 16px}}.insight-detail{padding:52px 0 80px;background:#fff}.article-container{width:min(860px,calc(100% - 40px));margin:0 auto}.article-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:25px;color:#94a3b8;font-size:13px}.article-breadcrumb a{color:#64748b}.article-breadcrumb a:hover{color:#2563eb}.article-breadcrumb strong{color:#4f46e5;font-weight:700}.article-header{padding-bottom:24px;border-bottom:1px solid #e2e8f0}.article-category{display:flex;align-items:center;gap:12px;margin-bottom:13px}.article-category>span{padding:5px 11px;border-radius:6px;color:#4f46e5;background:#eef2ff;font-size:13px;font-weight:700}.article-category time{display:inline-flex;align-items:center;gap:5px;color:#94a3b8;font-size:13px}.article-header h1{margin:0;color:#0f172a;font-size:40px;line-height:1.3}.article-header>p{margin:16px 0 20px;color:#475569;font-size:17px;font-weight:500;line-height:1.72}.article-header-foot{display:flex;justify-content:space-between;align-items:center;gap:18px}.article-header-foot>div{display:flex;flex-wrap:wrap;gap:7px}.article-header-foot span{padding:4px 9px;border:1px solid #cbd5e1;border-radius:6px;color:#475569;background:#fff;font-size:12px;font-weight:600}.article-header-foot>strong{color:#64748b;font-size:12px;white-space:nowrap}.article-summary{margin:28px 0;padding:20px 22px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.article-summary h2{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#1e3a8a;font-size:17px}.article-summary h2 svg{color:#2563eb}.article-summary ul{margin:0;padding-left:21px;color:#334155;font-size:15px;line-height:1.8}.article-prose{color:#334155;font-size:16px;line-height:1.95}.article-prose h2{margin:42px 0 20px;color:#0f172a;font-size:22px;line-height:1.45}.article-prose>h2:first-child{font-size:25px}.article-prose p{margin:0 0 20px;color:#334155;font-size:16px;line-height:1.95}.article-cta{margin-top:54px;padding:38px 30px;border-radius:14px;color:#fff;background:#172554;text-align:center}.article-cta>span{display:inline-block;padding:5px 10px;border-radius:999px;color:#dbeafe;background:#ffffff1a;font-size:12px;font-weight:700}.article-cta h2{margin:13px 0 9px;color:#fff;font-size:27px}.article-cta p{max-width:650px;margin:0 auto;color:#c7d2fe;font-size:14px;line-height:1.7}.article-cta>div{display:flex;justify-content:center;gap:10px;margin-top:21px}.article-cta a{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 17px;border:1px solid #ffffff4d;border-radius:8px;color:#fff;font-size:13px;font-weight:700}.article-cta a:first-child{border-color:#4f46e5;background:#4f46e5}.article-related{margin-top:58px;padding-top:32px;border-top:2px solid #e2e8f0}.article-related>div:first-child>span{color:#2563eb;font-size:12px;font-weight:800}.article-related>div:first-child h2{margin:5px 0 20px;color:#0f172a;font-size:25px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-grid article{display:flex;flex-direction:column;min-height:220px;padding:18px;border:1px solid #e2e8f0;border-radius:10px}.related-grid article>span{color:#4f46e5;font-size:11px;font-weight:700}.related-grid h3{margin:10px 0 7px;color:#0f172a;font-size:16px;line-height:1.45}.related-grid p{margin:0;color:#64748b;font-size:12px;line-height:1.65}.related-grid a{display:inline-flex;align-items:center;gap:5px;margin-top:auto;padding-top:13px;color:#2563eb;font-size:12px;font-weight:700}.article-back{display:inline-flex;align-items:center;gap:7px;margin-top:30px;color:#2563eb;font-size:13px;font-weight:700}@media(max-width:680px){.insight-detail{padding:34px 0 58px}.article-container{width:calc(100% - 30px)}.article-header h1{font-size:30px}.article-header>p{font-size:15px}.article-header-foot{align-items:flex-start;flex-direction:column}.article-header-foot>strong{white-space:normal}.article-summary{padding:17px}.article-prose,.article-prose p{font-size:15px;line-height:1.9}.article-prose h2{margin-top:34px;font-size:20px}.article-cta{padding:28px 17px}.article-cta h2{font-size:23px}.article-cta>div{flex-direction:column}.related-grid{grid-template-columns:1fr}.related-grid article{min-height:0}}.site-header:has(~.content-page){height:80px;background:#fff;border-bottom:1px solid #e2e8f0}.site-header:has(~.content-page) .nav-container{width:min(1440px,calc(100% - 40px));height:80px;margin-top:0;padding:0 20px;border:0;border-radius:0;background:#fff;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header:has(~.content-page).is-scrolled .nav-container{height:80px;margin-top:0;border:0;background:#fff;box-shadow:none}.site-header:has(~.content-page) .logo-text{color:#0f172a}.site-header:has(~.content-page) .nav-link.is-active{color:#4f46e5}.content-page{padding-top:80px}.reference-footer{margin-top:70px;padding:58px 0 22px;color:#94a3b8;background:#0f172a}.reference-footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:40px;padding-bottom:42px}.reference-footer-brand strong{display:block;margin-bottom:15px;color:#fff;font-size:22px}.reference-footer-brand p{max-width:340px;margin:0 0 18px;color:#94a3b8;font-size:14px;line-height:1.75}.reference-footer-brand span{display:inline-flex;padding:7px 10px;border-radius:6px;color:#38bdf8;background:#38bdf81a;font-size:12px;font-weight:700}.reference-footer-col{display:flex;flex-direction:column;gap:10px}.reference-footer-col h3{margin:0 0 8px;color:#fff;font-size:15px}.reference-footer-col a{color:#94a3b8;font-size:13px}.reference-footer-col a:hover{color:#fff}.reference-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid #1e293b;font-size:12px}.reference-footer-bottom div{display:flex;gap:18px}.reference-footer-bottom a{color:#94a3b8}@media(max-width:900px){.reference-footer-grid{grid-template-columns:repeat(2,1fr)}.reference-footer-brand{grid-column:span 2}.site-header:has(~.content-page) .nav-container{width:100%}}@media(max-width:640px){.site-header:has(~.content-page),.site-header:has(~.content-page) .nav-container,.site-header:has(~.content-page).is-scrolled .nav-container{height:58px}.content-page{padding-top:58px}.reference-footer{margin-top:42px;padding-top:40px}.reference-footer-grid{grid-template-columns:1fr;gap:28px}.reference-footer-brand{grid-column:auto}.reference-footer-bottom{align-items:flex-start;flex-direction:column}}.content-page{background:#fff;color:#142727}.content-container{width:min(1200px,calc(100% - 48px));margin:0 auto}.content-hero{padding:92px 0 84px;background:linear-gradient(180deg,#f5faf9,#fff);border-bottom:1px solid #e1ecea}.content-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;gap:72px}.content-eyebrow,.content-section-head>div>span{display:block;color:#176b5f;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.content-hero h1{max-width:760px;margin:16px 0 18px;color:#122d2b;font-size:clamp(42px,5vw,68px);letter-spacing:0;line-height:1.12}.content-hero p{max-width:650px;margin:0;color:#58706e;font-size:18px;line-height:1.85}.content-primary,.content-band-grid>a{display:inline-flex;align-items:center;gap:8px;margin-top:30px;padding:13px 19px;border-radius:8px;color:#fff;background:#176b5f;font-size:14px;font-weight:700;box-shadow:0 8px 20px #176b5f26;transition:transform .2s,background .2s}.content-primary:hover,.content-band-grid>a:hover{transform:translateY(-2px);background:#0f554c}.content-hero-index{justify-self:end;width:min(100%,390px);padding:34px;border:1px solid #d8e8e4;border-radius:16px;background:#fff;box-shadow:0 18px 40px #174b4312}.content-hero-index span{color:#75908c;font-size:12px;font-weight:700}.content-hero-index strong{display:block;margin-top:26px;color:#153a36;font-size:27px;line-height:1.45}.content-hero-index div{display:flex;align-items:center;gap:8px;margin-top:34px;padding-top:15px;border-top:1px solid #e4eeec;color:#176b5f;font-size:13px;font-weight:700}.content-section{padding:88px 0}.content-section-muted{background:#f7faf9;border-top:1px solid #e5efed;border-bottom:1px solid #e5efed}.content-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px}.content-section-head h2,.about-intro h2,.about-capabilities h2{margin-top:10px;color:#153a36;font-size:36px;letter-spacing:0}.content-section-head>p{max-width:420px;margin:0;color:#6d817e;font-size:14px;line-height:1.75}.insights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.insight-card{display:grid;grid-template-columns:130px minmax(0,1fr);min-height:210px;border:1px solid #dfeae8;border-radius:12px;background:#fff;overflow:hidden;transition:box-shadow .2s,transform .2s}.insight-card:hover,.case-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px #174b4312}.insight-card.is-featured{grid-column:span 2;grid-template-columns:260px minmax(0,1fr)}.insight-art{display:flex;flex-direction:column;justify-content:space-between;padding:20px;background:#e7f2ef;color:#176b5f}.insight-art span{font-size:12px;font-weight:800}.insight-art svg{opacity:.75}.insight-body{padding:24px}.insight-body>div{display:flex;justify-content:space-between;gap:12px;color:#176b5f;font-size:12px;font-weight:700}.insight-body time{color:#8da19d;font-weight:500}.insight-body h3,.case-card h3{margin:15px 0 9px;color:#173a36;font-size:20px;line-height:1.4}.insight-body p,.case-card p{margin:0;color:#657a76;font-size:14px;line-height:1.75}.insight-body a,.case-card>a{display:inline-flex;align-items:center;gap:6px;margin-top:20px;color:#176b5f;font-size:13px;font-weight:700}.content-band{padding:42px 0;background:#eef7f4}.content-band-dark{color:#fff;background:#153a36}.content-band-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}.content-band-grid h2{color:inherit;font-size:25px;letter-spacing:0}.content-band-grid p{margin-top:5px;color:inherit;opacity:.72;font-size:14px}.content-band-grid>a{margin-top:0;background:#fff;color:#176b5f;box-shadow:none}.content-band-dark .content-band-grid>a{color:#153a36}.cases-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.case-card{display:flex;flex-direction:column;min-height:320px;padding:26px;border:1px solid #dfeae8;border-radius:12px;background:#fff;transition:box-shadow .2s,transform .2s}.case-top{display:flex;justify-content:space-between;align-items:center;color:#176b5f}.case-top span{font-size:12px;font-weight:800}.case-card h3{font-size:21px}.case-metrics{display:grid;gap:8px;margin-top:auto;padding-top:20px}.case-metrics span{display:flex;align-items:center;gap:7px;color:#657a76;font-size:12px}.case-metrics svg{color:#176b5f}.case-card>a{margin-top:20px}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-intro>p{margin:0;color:#506966;font-size:19px;line-height:1.85}.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:62px}.about-pillars article{padding:25px;border-top:2px solid #176b5f;background:#fff}.about-pillars svg{color:#176b5f}.about-pillars h3{margin:22px 0 8px;color:#173a36;font-size:20px}.about-pillars p{margin:0;color:#657a76;font-size:14px;line-height:1.75}.about-capabilities{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.about-capability-list{display:grid;gap:14px}.about-capability-list div{display:flex;align-items:flex-start;gap:10px;padding-bottom:14px;border-bottom:1px solid #dfeae8;color:#506966;font-size:15px;line-height:1.6}.about-capability-list svg{flex:0 0 auto;margin-top:3px;color:#176b5f}@media(max-width:760px){.content-container{width:calc(100% - 32px)}.content-hero{padding:62px 0 54px}.content-hero-grid{grid-template-columns:1fr;gap:30px}.content-hero h1{font-size:40px}.content-hero p{font-size:16px}.content-hero-index{justify-self:stretch;width:auto;padding:24px}.content-section{padding:58px 0}.content-section-head{display:block;margin-bottom:24px}.content-section-head>p{margin-top:12px}.content-section-head h2,.about-intro h2,.about-capabilities h2{font-size:30px}.insights-grid,.cases-grid,.about-pillars,.about-intro,.about-capabilities{grid-template-columns:1fr;gap:14px}.insight-card,.insight-card.is-featured{grid-column:auto;grid-template-columns:92px minmax(0,1fr);min-height:0}.insight-art{padding:15px}.insight-body{padding:18px}.insight-body h3,.case-card h3{font-size:18px}.content-band-grid{grid-template-columns:auto 1fr}.content-band-grid>a{grid-column:2;justify-self:start}.about-intro>p{font-size:16px}.about-pillars{margin-top:34px}.about-capabilities{gap:30px}}.tool-task-center{padding-top:96px;min-height:70vh}.task-center-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.task-center-heading span{color:#176b5f;font-size:13px;font-weight:700}.task-center-heading h1{margin:6px 0;font-size:32px}.task-center-heading p{color:#718188}.task-center-heading button,.task-center-meta button{display:inline-flex;align-items:center;gap:7px;border:1px solid #cbd8da;background:#fff;padding:9px 13px;color:#176b5f}.task-center-list{display:grid;gap:12px}.task-center-list article{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(180px,1fr);align-items:center;gap:18px;border:1px solid #dce5e6;background:#fff;padding:18px}.task-center-list article>div:first-child{display:flex;flex-direction:column;gap:5px}.task-center-list article>div:first-child span{font-family:monospace;font-size:11px;color:#849196}.task-center-list article>p{margin:0;color:#65757b}.task-status{font-size:13px;font-weight:700;color:#176b5f}.task-status-failed,.task-status-timed_out{color:#a94747}.task-center-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;grid-column:1/-1;border-top:1px solid #edf1f2;padding-top:12px}.task-center-meta span{display:flex;align-items:center;gap:6px;color:#849196;font-size:12px}.task-center-empty{border:1px solid #dce5e6;background:#fff;padding:56px;text-align:center;color:#718188}@media(max-width:760px){.tool-task-center{padding-top:78px}.task-center-list article{grid-template-columns:1fr}.task-center-meta{grid-column:auto}.task-center-heading{align-items:flex-start}.task-center-heading h1{font-size:26px}}.account-page,.legal-page{padding-top:96px;min-height:70vh}.account-heading span,.legal-page>article>span{color:#176b5f;font-size:13px;font-weight:700}.account-heading h1,.legal-page h1{margin:7px 0 24px;font-size:32px}.account-profile{display:flex;align-items:center;gap:14px;border:1px solid #dce5e6;background:#fff;padding:20px}.account-profile div{display:flex;flex:1;flex-direction:column;gap:4px}.account-profile span{color:#718188;font-size:13px}.account-profile a,.account-login{background:#176b5f;color:#fff;padding:10px 14px}.account-quota{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;border:1px solid #dce5e6;background:#fff}.account-quota>div{display:flex;flex-direction:column;gap:8px;border-right:1px solid #edf1f2;padding:20px}.account-quota>div:last-child{border:0}.account-quota span{color:#718188;font-size:13px}.account-quota strong{font-size:25px}.account-links{display:grid;gap:1px;margin-top:20px;background:#dce5e6;border:1px solid #dce5e6}.account-links button{display:flex;align-items:center;gap:11px;background:#fff;padding:16px;text-align:left}.account-login{display:inline-flex;align-items:center;gap:8px}.legal-page article{max-width:820px}.legal-page article>p{color:#718188;line-height:1.8}.legal-page h2{margin:30px 0 8px;font-size:19px}.legal-page h2+p{color:#4f6066;line-height:1.9}@media(max-width:640px){.account-page,.legal-page{padding-top:78px}.account-profile{align-items:flex-start;flex-wrap:wrap}.account-profile a{width:100%;text-align:center}.account-quota{grid-template-columns:repeat(2,1fr)}.account-quota>div:nth-child(2){border-right:0}.account-quota>div:nth-child(-n+2){border-bottom:1px solid #edf1f2}}.case-solution ol{display:grid;gap:6px;margin:12px 0 0;padding-left:20px;color:#475569;font-size:12px;line-height:1.55}.page-shell.content-page{min-width:0;overflow-x:hidden}.content-page,.content-page *{box-sizing:border-box}@media(max-width:760px){body:has(.content-page){min-width:0;max-width:100vw;overflow-x:hidden}.content-page{width:100vw;max-width:100vw;overflow-x:hidden}.content-page .content-container{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}.content-page .reference-hero h1,.content-page .reference-hero>div>p,.content-page .reference-heading h2,.content-page .case-browser h2,.content-page .article-header h1,.content-page .article-prose h2{max-width:100%;overflow-wrap:anywhere}.content-page .reference-badge{max-width:100%;white-space:normal}.content-page .case-disclaimer{display:flex;width:100%;align-items:flex-start;line-height:1.55}.content-page .case-disclaimer svg{flex:0 0 auto;margin-top:2px}.content-page .case-browser h2{font-size:24px;line-height:1.4}.content-page .case-report>header strong{font-size:13px}.content-page .article-container{width:calc(100vw - 30px);max-width:calc(100vw - 30px)}}
