.inner-body { min-height: 100vh; background: radial-gradient(circle at 86% 7%, rgba(67, 104, 255, .10), transparent 28rem), radial-gradient(circle at 5% 42%, rgba(13, 199, 193, .06), transparent 30rem), #f8faff; }
.main-nav a[aria-current="page"] { color: var(--blue); }
.inner-main { min-height: 64vh; padding: 44px 0 72px; }
.page-hero { position: relative; overflow: hidden; min-height: 285px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 48px; padding: clamp(34px, 5vw, 66px); border: 1px solid rgba(201, 214, 240, .85); border-radius: 28px; background: rgba(255, 255, 255, .88); box-shadow: 0 24px 70px rgba(25, 59, 128, .09); }
.page-hero::before { content: ""; position: absolute; right: -90px; top: -145px; width: 510px; height: 510px; border-radius: 50%; background: radial-gradient(circle, rgba(65, 105, 255, .18), rgba(20, 196, 196, .07) 43%, transparent 68%); }
.page-hero::after { content: ""; position: absolute; right: 64px; bottom: 38px; width: 228px; height: 128px; opacity: .75; background: repeating-radial-gradient(ellipse at 0 100%, transparent 0 13px, rgba(77, 111, 244, .15) 14px 15px, transparent 16px 27px); transform: rotate(-12deg); }
.page-hero-copy { position: relative; z-index: 2; }
.page-hero h1 { max-width: 850px; margin: 0 0 18px; font-size: clamp(40px, 5vw, 66px); line-height: 1.02; letter-spacing: -.048em; }
.page-hero p { max-width: 760px; margin: 0; color: #536482; font-size: 17px; line-height: 1.62; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.page-orbit { position: relative; z-index: 2; width: 230px; height: 230px; display: grid; place-items: center; justify-self: center; border: 1px solid rgba(57, 97, 235, .13); border-radius: 50%; box-shadow: inset 0 0 0 25px rgba(71, 111, 245, .025), inset 0 0 0 52px rgba(26, 196, 195, .025); }
.page-orbit::before, .page-orbit::after { content: ""; position: absolute; border-radius: 14px; background: linear-gradient(145deg, #8257f4, #315eff); box-shadow: 0 13px 24px rgba(52, 83, 218, .18); transform: rotate(18deg); }
.page-orbit::before { left: 16px; top: 54px; width: 34px; height: 34px; }
.page-orbit::after { right: 17px; bottom: 47px; width: 25px; height: 25px; background: linear-gradient(145deg, #16c8c4, #2d88f4); }
.page-orbit-core { width: 105px; height: 105px; display: grid; place-items: center; color: #fff; border: 8px solid rgba(255,255,255,.75); border-radius: 30px; background: linear-gradient(145deg, #0b7ef4, #193feb 55%, #6b42e9); box-shadow: 0 22px 45px rgba(31, 71, 218, .30); font-size: 35px; font-weight: 850; transform: rotate(-5deg); }
.page-section { padding-top: 34px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-heading h2 { margin: 0; }
.section-heading p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.55; text-align: right; }
.surface { border: 1px solid #dfe6f2; border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 15px 38px rgba(26, 54, 115, .07); }
.notice-strip { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 24px; padding: 17px 19px; color: #395174; border: 1px solid #d9e4f8; border-radius: 16px; background: #f3f7ff; line-height: 1.55; }
.notice-strip strong { color: #193b88; }
.notice-icon { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; border-radius: 9px; background: linear-gradient(135deg, var(--cyan), var(--blue)); font-size: 14px; font-weight: 850; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 24px; }
.metric-card { padding: 21px; }
.metric-card small { display: block; margin-bottom: 7px; color: #77849b; font-size: 12px; }
.metric-card strong { display: block; font-size: 27px; line-height: 1.05; }
.metric-card span { display: block; margin-top: 7px; color: #62718b; font-size: 12px; line-height: 1.45; }
.filter-panel { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 12px; margin-bottom: 18px; padding: 14px; }
.category-browser { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin: 0 0 18px; }
.category-browser button { min-height: 78px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 13px; color: #183258; border: 1px solid #dce5f4; border-radius: 16px; background: rgba(255,255,255,.9); text-align: left; box-shadow: 0 10px 28px rgba(34,65,126,.05); cursor: pointer; }
.category-browser button:hover, .category-browser button.active { color: #164ae8; border-color: #8eabff; background: #f3f7ff; transform: translateY(-1px); }
.category-browser button.active { box-shadow: 0 0 0 3px rgba(38,89,255,.1), 0 14px 32px rgba(34,65,126,.1); }
.category-browser button>span { font-size: 22px; }.category-browser button strong { font-size: 13px; line-height: 1.25; }.category-browser button small { color: #8290a7; font-weight: 800; }
.field { display: grid; gap: 7px; color: #586983; font-size: 12px; font-weight: 700; }
.field input, .field select { width: 100%; height: 48px; padding: 0 14px; color: var(--ink); border: 1px solid #dce4f1; border-radius: 12px; outline: 0; background: #f8faff; }
.field input:focus, .field select:focus { border-color: #7695ff; box-shadow: 0 0 0 3px rgba(65, 101, 236, .10); }
.catalog-filter-status { min-height: 28px; margin: -5px 2px 12px; color: #536681; font-size: 14px; font-weight: 700; }
.catalog-filter-status strong { color: #164ae8; }
.catalog-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.public-model-card { position: relative; overflow: hidden; min-height: 360px; display: grid; align-content: start; padding: 23px; }
.public-model-card::after { content: ""; position: absolute; left: -20%; right: -20%; bottom: -85px; height: 155px; opacity: .54; background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 10px, rgba(58, 94, 231, .13) 11px 12px, transparent 13px 23px); transform: rotate(-7deg); }
.model-topline { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; }
.model-avatar { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: #1748e8; border-radius: 16px; background: linear-gradient(145deg, #eef3ff, #fff); box-shadow: inset 0 0 0 1px #dbe4f5; font-size: 15px; font-weight: 850; }
.model-avatar svg { width: 29px; height: 29px; overflow: visible; fill: currentColor; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.model-avatar svg path { vector-effect: non-scaling-stroke; }
.model-avatar img { width: 27px; height: 27px; object-fit: contain; }
.model-avatar.provider-openai { color:#15213b;background:linear-gradient(145deg,#f3f5f9,#fff); }
.model-avatar.provider-anthropic { color:#344c78;background:linear-gradient(145deg,#eef3fb,#fff); }
.model-avatar.provider-google { color:#5b42db;background:linear-gradient(145deg,#f0edff,#fff); }
.model-avatar.provider-qwen { color:#155be9;background:linear-gradient(145deg,#e9f3ff,#fff); }
.model-avatar.provider-zai { color:#0d8aa2;background:linear-gradient(145deg,#e8fbfb,#fff); }
.model-avatar.provider-deepseek { color:#2671d8;background:linear-gradient(145deg,#eaf4ff,#fff); }
.model-avatar.provider-moonshotai { color:#594dd4;background:linear-gradient(145deg,#f0eeff,#fff); }
.model-avatar.provider-xiaomi { color:#5a6f91;background:linear-gradient(145deg,#eef2f8,#fff); }
.model-avatar.provider-meta { color:#1476c9;background:linear-gradient(145deg,#eaf7ff,#fff); }
.model-avatar.provider-mistral { color:#5158bd;background:linear-gradient(145deg,#eeeeff,#fff); }
.model-avatar.provider-yandex { color:#304b7b;background:linear-gradient(145deg,#eff3f9,#fff); }
.model-avatar.provider-vsellm { color:#087f91;background:linear-gradient(145deg,#e9fbfa,#fff); }
.provider-monogram { letter-spacing:-.04em; }
.model-trademark-note { margin:18px 4px 0;color:#7c89a0;font-size:11px;line-height:1.55;text-align:center; }
.model-title strong { display: block; font-size: 18px; line-height: 1.2; }
.model-title small { display: block; margin-top: 4px; color: #75829a; }
.model-description { position: relative; z-index: 1; min-height: 64px; margin: 20px 0 17px; color: #5f6f8b; font-size: 13px; line-height: 1.55; }
.model-labels { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.model-labels>span { padding: 6px 9px; color: #687894; border-radius: 999px; background: #f1f5fb; font-size: 10px; font-weight: 750; }
.availability-badge.available { color: #087856; background: #e2f8ef; }.availability-badge.testing { color: #8b5d0d; background: #fff2d8; }.availability-badge.connecting { color: #65718a; background: #edf1f7; }
.human-cost-preview { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding: 12px 13px; border-radius: 13px; background: linear-gradient(135deg,#f4f8ff,#f4fbfb); }
.human-cost-preview span { color: #64738d; font-size: 11px; }.human-cost-preview strong { color: #153eac; font-size: 13px; white-space: nowrap; }
.model-card-actions { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 10px; }
.model-guide-button,.model-use-link { min-height: 39px; display: grid; place-items: center; padding: 0 12px; border: 1px solid #bfcff3; border-radius: 11px; color: #164ae8; background: #fff; text-decoration: none; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }.model-use-link { color: #fff; border-color: transparent; background: linear-gradient(110deg,#08b7c3,#2858f5); }.model-use-link.is-disabled { color: #7b879d; background: #eef2f7; cursor: default; }
.price-pair { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.price-pair span { padding: 10px; border-radius: 11px; background: #f4f7fd; color: #65738b; font-size: 10px; }
.price-pair strong { display: block; margin-top: 3px; color: #14378d; font-size: 13px; }
.empty-state { grid-column: 1 / -1; padding: 46px 24px; color: #65748e; text-align: center; }
.price-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 18px; }
.price-table-card { overflow: hidden; }
.price-table-scroll { overflow-x: auto; }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 15px 17px; border-bottom: 1px solid #e6ebf4; text-align: left; white-space: nowrap; }
.price-table th { color: #66758f; background: #f6f8fd; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.price-table td { font-size: 13px; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table .price-number { color: #153eac; font-weight: 800; }
.live-calculator { padding: 23px; }
.live-calculator h2 { margin-bottom: 20px; font-size: 22px; }
.live-calculator .field { margin-bottom: 14px; }
.calculator-result { margin-top: 20px; padding: 19px; color: #fff; border-radius: 16px; background: linear-gradient(135deg, #0caebc, #2258f4 70%, #583ee9); box-shadow: 0 14px 28px rgba(31, 79, 222, .20); }
.calculator-result span { display: block; opacity: .78; font-size: 11px; }
.calculator-result output { display: block; margin-top: 6px; font-size: 34px; font-weight: 850; }
.calculator-result small { display: block; margin-top: 7px; opacity: .78; line-height: 1.45; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.info-card { padding: 24px; }
.info-card-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 17px; color: #1c50e4; border-radius: 14px; background: #edf3ff; font-size: 19px; font-weight: 850; }
.info-card h3 { margin: 0 0 9px; font-size: 17px; }
.info-card p { margin: 0; color: #64738d; font-size: 13px; line-height: 1.58; }
.status-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 21px; }
.service-dot { width: 13px; height: 13px; border-radius: 50%; background: #21bd83; box-shadow: 0 0 0 6px rgba(33,189,131,.12); }
.service-dot.is-waiting { background: #f2a93b; box-shadow: 0 0 0 6px rgba(242,169,59,.13); }
.service-dot.is-error { background: #e84c66; box-shadow: 0 0 0 6px rgba(232,76,102,.12); }
.service-copy strong { display: block; font-size: 15px; }
.service-copy small { display: block; margin-top: 4px; color: #748198; line-height: 1.45; }
.service-state { padding: 6px 10px; color: #087856; border-radius: 99px; background: #e1f8ef; font-size: 11px; font-weight: 800; white-space: nowrap; }
.service-state.is-waiting { color: #9b650c; background: #fff2d9; }
.service-state.is-error { color: #a52b43; background: #ffe7ec; }
.status-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 17px; color: #71809a; font-size: 12px; }
.text-button { padding: 0; color: #2051e6; border: 0; background: transparent; font-weight: 750; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.step-card { position: relative; min-height: 235px; padding: 24px; }
.step-number { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 28px; color: #fff; border-radius: 12px; background: linear-gradient(135deg, #13b8c1, #2457f5); box-shadow: 0 9px 20px rgba(34, 86, 230, .20); font-weight: 850; }
.step-card h3 { margin: 0 0 10px; font-size: 17px; }
.step-card p { margin: 0; color: #64738d; font-size: 13px; line-height: 1.58; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.channel-card { padding: 24px; }
.channel-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.channel-card h3 { margin: 0; font-size: 17px; }
.tag { padding: 5px 9px; color: #34608d; border-radius: 99px; background: #edf3fb; font-size: 10px; font-weight: 800; }
.tag.is-soon { color: #98600a; background: #fff0d5; }
.channel-card p { margin: 0; color: #64738d; font-size: 13px; line-height: 1.58; }
.faq-tools { margin-bottom: 17px; padding: 14px; }
.faq-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.faq-page-grid details { overflow: hidden; border: 1px solid #dfe6f2; border-radius: 16px; background: rgba(255,255,255,.94); }
.faq-page-grid summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 20px; list-style: none; cursor: pointer; font-weight: 750; line-height: 1.35; }
.faq-page-grid summary::after { content: "+"; color: #2457ef; font-size: 22px; font-weight: 400; }
.faq-page-grid details[open] summary::after { content: "−"; }
.faq-page-grid summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 20px 20px; color: #61708a; font-size: 13px; line-height: 1.65; }
.faq-answer p:last-child { margin-bottom: 0; }
.page-footer-note { color: #71809a; }
.model-guide-dialog { width: min(920px,calc(100% - 30px)); max-height: min(92vh,980px); padding: 0; color: var(--ink); border: 0; border-radius: 26px; background: #f8faff; box-shadow: 0 35px 120px rgba(7,24,62,.38); }.model-guide-dialog::backdrop { background: rgba(5,18,48,.52); backdrop-filter: blur(5px); }.guide-close { position: sticky; z-index: 5; float: right; top: 14px; right: 14px; width: 42px; height: 42px; margin: 14px 14px -56px 0; color: #556785; border: 1px solid #dce5f4; border-radius: 14px; background: rgba(255,255,255,.92); font-size: 26px; cursor: pointer; }.model-guide-dialog [data-guide-content] { padding: 36px; }.guide-heading { margin: -36px -36px 28px; padding: 42px 72px 30px 36px; color: #fff; border-radius: 26px 26px 0 0; background: radial-gradient(circle at 90% 10%,rgba(255,255,255,.20),transparent 17rem),linear-gradient(120deg,#0b95c7,#2457f4 65%,#6a43e9); }.guide-heading .eyebrow { color: rgba(255,255,255,.78); }.guide-heading h2 { margin: 5px 0 10px; font-size: 35px; }.guide-heading p { max-width: 710px; margin: 0; color: rgba(255,255,255,.88); line-height: 1.55; }.model-guide-dialog section { margin-top: 27px; }.model-guide-dialog section>h3 { margin: 0 0 13px; font-size: 20px; }.guide-tags { display: flex; flex-wrap: wrap; gap: 8px; }.guide-tags span { padding: 8px 11px; color: #2850a4; border-radius: 999px; background: #eaf1ff; font-size: 12px; font-weight: 750; }.guide-note { margin: -4px 0 14px; color: #71809a; font-size: 12px; line-height: 1.5; }.human-cost-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }.human-cost-list article { display: flex; justify-content: space-between; gap: 14px; padding: 15px; border: 1px solid #dde6f4; border-radius: 15px; background: #fff; }.human-cost-list strong { font-size: 13px; }.human-cost-list p { margin: 5px 0 0; color: #6b7991; font-size: 11px; line-height: 1.45; }.human-cost-list b { color: #164ae8; white-space: nowrap; }.guide-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; padding: 0; list-style: none; counter-reset: guide-step; }.guide-steps li { counter-increment: guide-step; display: grid; grid-template-columns: 31px 1fr; gap: 10px; align-items: start; padding: 14px; border-radius: 15px; background: #fff; box-shadow: inset 0 0 0 1px #e0e7f3; font-size: 12px; line-height: 1.5; }.guide-steps li::before { content: counter(guide-step); width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border-radius: 9px; background: linear-gradient(135deg,#08b7c3,#2858f5); font-weight: 800; }.prompt-grid { display: grid; gap: 11px; }.prompt-example { position: relative; padding: 17px; border: 1px solid #dce5f4; border-radius: 16px; background: #fff; }.prompt-example>span { color: #2457f4; font-size: 10px; font-weight: 850; text-transform: uppercase; }.prompt-example h3 { margin: 5px 100px 10px 0; font-size: 15px; }.prompt-example pre { margin: 0; color: #40516e; white-space: pre-wrap; font: 12px/1.6 Inter,"Segoe UI",sans-serif; }.prompt-example button { position: absolute; top: 15px; right: 15px; padding: 7px 10px; color: #2457f4; border: 1px solid #cad7ef; border-radius: 9px; background: #f8faff; font-size: 10px; font-weight: 800; cursor: pointer; }.guide-mistakes { margin: 0; padding: 15px 15px 15px 34px; color: #5d6c85; border-radius: 15px; background: #fff8ec; font-size: 12px; line-height: 1.7; }
.guide-research { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px; border: 1px solid #cfe5e5; border-radius: 18px; background: linear-gradient(120deg,#ecfbf8,#f1f5ff); }.guide-research>div>span { color: #008e86; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.guide-research h3 { margin: 4px 0 7px; font-size: 17px; }.guide-research p { margin: 0; color: #5e7089; font-size: 12px; line-height: 1.55; }.guide-research a { flex: 0 0 auto; padding: 10px 13px; color: #164ae8; border: 1px solid #bfcff3; border-radius: 11px; background: #fff; text-decoration: none; font-size: 11px; font-weight: 800; }

.task-navigator { position: relative; overflow: hidden; margin: 4px 0 22px; padding: 27px; background: radial-gradient(circle at 92% 2%,rgba(101,79,244,.13),transparent 21rem),radial-gradient(circle at 4% 100%,rgba(11,191,196,.1),transparent 24rem),rgba(255,255,255,.95); }
.task-navigator::after { content:""; position:absolute; right:-80px; bottom:-115px; width:330px; height:210px; opacity:.45; background:repeating-radial-gradient(ellipse at 50% 100%,transparent 0 12px,rgba(62,100,239,.12) 13px 14px,transparent 15px 28px); transform:rotate(-13deg); pointer-events:none; }
.task-navigator-heading { position:relative; z-index:1; display:flex; align-items:flex-start; justify-content:space-between; gap:24px; margin-bottom:20px; }
.task-navigator-heading h2 { margin:5px 0 8px; font-size:30px; letter-spacing:-.035em; }
.task-navigator-heading p { max-width:760px; margin:0; color:#60718e; font-size:13px; line-height:1.6; }
.task-navigator-badge { flex:0 0 auto; padding:10px 13px; color:#176267; border:1px solid #bfe9e7; border-radius:999px; background:#ecfbf8; font-size:11px; font-weight:800; white-space:nowrap; }
.task-choice-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.task-choice-grid button { min-height:112px; display:grid; grid-template-columns:40px minmax(0,1fr); align-content:center; gap:2px 11px; padding:15px; color:#13284d; border:1px solid #dce5f4; border-radius:17px; background:rgba(255,255,255,.9); text-align:left; box-shadow:0 8px 24px rgba(32,64,128,.045); cursor:pointer; transition:.2s ease; }
.task-choice-grid button:hover,.task-choice-grid button.active { border-color:#7898fb; background:linear-gradient(145deg,#f1f6ff,#f5fffe); transform:translateY(-2px); box-shadow:0 13px 28px rgba(35,71,147,.10); }
.task-choice-grid button.active { box-shadow:0 0 0 3px rgba(37,87,244,.10),0 13px 28px rgba(35,71,147,.10); }
.task-choice-grid button>span { grid-row:1/3; width:40px; height:40px; display:grid; place-items:center; border-radius:13px; background:linear-gradient(145deg,#edf3ff,#effcfb); font-size:21px; }
.task-choice-grid button>strong { align-self:end; font-size:13px; line-height:1.28; }
.task-choice-grid button>small { align-self:start; margin-top:4px; color:#71809a; font-size:10px; line-height:1.42; }
.task-choice-loading { grid-column:1/-1; padding:24px; color:#687996; border:1px dashed #d8e2f2; border-radius:16px; text-align:center; }
.task-preference-row { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:17px; padding-top:17px; border-top:1px solid #e3e9f4; }
.task-preference-row>span { color:#556983; font-size:12px; font-weight:800; }
.task-preference-switch { display:flex; gap:6px; padding:4px; border-radius:13px; background:#edf2fa; }
.task-preference-switch button { min-height:34px; padding:0 13px; color:#64748d; border:0; border-radius:10px; background:transparent; font:inherit; font-size:11px; font-weight:800; cursor:pointer; }
.task-preference-switch button:hover,.task-preference-switch button.active { color:#174be3; background:#fff; box-shadow:0 5px 14px rgba(30,60,120,.10); }
.task-recommendation { position:relative; z-index:1; margin-top:19px; padding-top:19px; border-top:1px solid #e3e9f4; }
.task-result-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:13px; }
.task-result-heading span { color:#0a8c91; font-size:9px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.task-result-heading h3 { margin:4px 0 5px; font-size:22px; }
.task-result-heading p { margin:0; color:#667793; font-size:11px; line-height:1.5; }
.task-reset { flex:0 0 auto; padding:8px 10px; color:#315acb; border:1px solid #cbd8f1; border-radius:10px; background:#fff; font:inherit; font-size:10px; font-weight:800; cursor:pointer; }
.task-recommendation-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:11px; }
.task-model-card { min-width:0; padding:17px; border:1px solid #dce5f3; border-radius:17px; background:rgba(255,255,255,.94); box-shadow:0 9px 24px rgba(29,59,120,.055); }
.task-model-card.availability-available { border-color:#bfe6de; box-shadow:0 9px 24px rgba(12,126,113,.075); }
.task-model-heading { display:flex; align-items:center; gap:11px; }
.task-model-heading .model-avatar { width:43px; height:43px; border-radius:14px; }
.task-model-heading .model-avatar svg { width:25px; height:25px; }
.task-model-heading>div { min-width:0; }
.task-model-heading span:not(.model-avatar) { display:block; margin-bottom:3px; color:#16898b; font-size:8px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.task-model-heading strong { display:block; overflow:hidden; font-size:15px; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }
.task-model-heading small { display:block; overflow:hidden; margin-top:4px; color:#77859b; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.task-model-card>p { min-height:57px; margin:14px 0; color:#60708b; font-size:11px; line-height:1.55; }
.task-model-price { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 11px; border-radius:12px; background:linear-gradient(135deg,#f3f7ff,#f2fbfa); }
.task-model-price span { color:#687894; font-size:9px; }
.task-model-price strong { color:#1648cf; font-size:11px; white-space:nowrap; }
.task-model-actions { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin-top:9px; }
.task-model-actions :is(button,a,span) { min-height:36px; display:grid; place-items:center; padding:0 9px; border-radius:10px; font:inherit; font-size:9px; font-weight:850; text-align:center; }
.task-model-actions button { color:#2454dc; border:1px solid #c9d7f1; background:#fff; cursor:pointer; }
.task-model-actions a { color:#fff; border:1px solid transparent; background:linear-gradient(110deg,#0db6bf,#2857f4); text-decoration:none; }
.task-model-actions>span { color:#7b879b; border:1px solid #e1e6ef; background:#f0f3f7; }
.task-recommendation-empty { grid-column:1/-1; padding:25px; color:#687894; border:1px dashed #d7e0ef; border-radius:15px; text-align:center; }

.model-popularity-panel { margin: 18px 0; padding: 24px; border: 1px solid #dbe4f3; border-radius: 23px; background: radial-gradient(circle at 100% 0,rgba(81,105,255,.1),transparent 26rem),#fff; box-shadow: 0 14px 40px rgba(35,66,130,.07); }
.popularity-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 18px; }
.popularity-heading h2 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.popularity-heading p { max-width: 760px; margin: 7px 0 0; color: #657593; font-size: 12px; line-height: 1.55; }
.popularity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.popularity-item { display: grid; grid-template-columns: 40px minmax(0,1fr) 100px; gap: 12px; align-items: center; min-height: 110px; padding: 14px; overflow: hidden; border: 1px solid #e0e7f3; border-radius: 17px; color: #071737; background: linear-gradient(145deg,#fff,#f7faff); text-decoration: none; transition: .2s ease; }
.popularity-item:hover { border-color: #8ba3f7; transform: translateY(-2px); box-shadow: 0 13px 30px rgba(31,65,135,.1); }
.popularity-rank { color: #b7c2d8; font-size: 19px; font-weight: 900; }
.popularity-copy { display: grid; gap: 6px; min-width: 0; }
.popularity-name { display: flex; align-items: baseline; gap: 7px; min-width: 0; }
.popularity-name strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.popularity-name small { color: #8490a7; font-size: 8px; }
.popularity-description { display: -webkit-box; overflow: hidden; color: #5d6d88; font-size: 9px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.popularity-tags { display: flex; gap: 5px; overflow: hidden; }
.popularity-tags i { padding: 4px 7px; border-radius: 99px; color: #2857d8; background: #edf3ff; font-size: 7px; font-style: normal; font-weight: 800; white-space: nowrap; }
.popularity-score { display: grid; gap: 7px; text-align: right; }
.popularity-score b { color: #174ee5; font-size: 12px; }
.popularity-bar { display: block; width: 100%; height: 7px; overflow: hidden; border-radius: 99px; background: #e7edf8; }
.popularity-bar i { display: block; width: var(--share); height: 100%; border-radius: inherit; background: linear-gradient(90deg,#08bac6,#2857f5,#7958ef); }
.popularity-loading { grid-column: 1/-1; padding: 30px; border: 1px dashed #dbe4f3; border-radius: 16px; color: #657593; text-align: center; }
@media(max-width:760px){.model-popularity-panel{padding:18px}.popularity-heading{align-items:flex-start;flex-direction:column}.popularity-grid{grid-template-columns:1fr}.popularity-item{grid-template-columns:34px minmax(0,1fr);min-height:0}.popularity-score{grid-column:2;grid-template-columns:auto 1fr;align-items:center;text-align:left}.popularity-name{align-items:flex-start;flex-direction:column;gap:2px}}

@media (max-width: 1050px) {
  .page-hero { grid-template-columns: minmax(0, 1fr) 250px; }
  .page-orbit { width: 200px; height: 200px; }
  .catalog-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .task-choice-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .task-recommendation-grid { grid-template-columns:1fr; }
  .task-model-card { display:grid; grid-template-columns:minmax(220px,.75fr) 1fr auto; align-items:center; gap:15px; }
  .task-model-card>p { min-height:0; margin:0; }
  .task-model-price { min-width:170px; }
  .task-model-actions { grid-column:1/-1; }
  .category-browser { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .price-layout { grid-template-columns: 1fr; }
  .live-calculator { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .live-calculator h2, .calculator-result { grid-column: 1 / -1; }
  .live-calculator .field { margin: 0; }
}

@media (max-width: 760px) {
  .inner-main { padding: 18px 0 50px; }
  .page-hero { min-height: 0; display: block; padding: 29px 23px; border-radius: 20px; }
  .page-hero h1 { font-size: clamp(37px, 11vw, 49px); }
  .page-hero p { font-size: 15px; }
  .page-orbit { position: absolute; z-index: 0; right: -45px; top: -36px; width: 180px; height: 180px; opacity: .16; }
  .page-hero::after { display: none; }
  .page-hero-actions { align-items: stretch; flex-direction: column; }
  .page-hero-actions .button { width: 100%; min-height: 50px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading p { text-align: left; }
  .metric-row, .catalog-page-grid, .info-grid, .status-grid, .steps-grid, .channel-grid, .faq-page-grid { grid-template-columns: 1fr; }
  .filter-panel { grid-template-columns: 1fr; }
  .public-model-card { min-height: 335px; }
  .task-navigator { margin-left:-4px; margin-right:-4px; padding:19px 15px; border-radius:20px; }
  .task-navigator-heading,.task-result-heading,.task-preference-row { align-items:flex-start; flex-direction:column; gap:11px; }
  .task-navigator-heading h2 { font-size:26px; }
  .task-navigator-badge { white-space:normal; }
  .task-choice-grid { grid-template-columns:1fr; }
  .task-choice-grid button { min-height:92px; }
  .task-preference-switch { width:100%; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
  .task-preference-switch button { min-width:0; padding:5px 6px; line-height:1.25; }
  .task-model-card { display:block; }
  .task-model-card>p { margin:14px 0; }
  .task-model-actions { grid-template-columns:1fr; }
  .category-browser { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:2px 0 8px;overflow:visible; }
  .category-browser button { min-width:0;min-height:82px;grid-template-columns:30px minmax(0,1fr) auto;gap:7px;padding:11px; }
  .category-browser button>span { font-size:20px; }
  .category-browser button strong { overflow-wrap:anywhere;font-size:12px; }
  .model-guide-dialog{width:100%;max-height:100vh;margin:auto 0 0;border-radius:24px 24px 0 0}.model-guide-dialog [data-guide-content]{padding:24px}.guide-heading{margin:-24px -24px 24px;padding:34px 58px 25px 24px;border-radius:24px 24px 0 0}.guide-heading h2{font-size:28px}.human-cost-list,.guide-steps{grid-template-columns:1fr}.guide-research{align-items:flex-start;flex-direction:column;gap:13px}.prompt-example h3{margin-right:0;padding-right:90px}
  .live-calculator { display: block; }
  .live-calculator .field { margin-bottom: 14px; }
  .price-table th, .price-table td { padding: 13px 14px; }
  .service-card { grid-template-columns: auto 1fr; }
  .service-state { grid-column: 2; width: fit-content; }
  .status-meta { align-items: flex-start; flex-direction: column; }
}
