:root{font-family:PingFang SC,Microsoft YaHei UI,Noto Sans CJK SC,system-ui,sans-serif;color:#151d2d;background:#fff;font-synthesis:none;--ink: #151d2d;--muted: #7c8596;--soft: #f7f9fc;--line: #e4e8ef;--blue: #0969ed;--blue-hover: #0058cf;--green: #12a557}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased;color:var(--ink);background:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{height:78px;padding:0 clamp(28px,4.6vw,70px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:25px;font-weight:800;letter-spacing:-.04em}.site-header nav,footer nav{display:flex;gap:40px;color:#4f5868;font-size:15px}.site-header a,footer a{transition:color .18s ease}.site-header a:hover,footer a:hover{color:var(--blue)}main{width:min(calc(100% - 140px),1340px);margin-inline:auto;flex:1}.hero{padding:75px 0 8px}.hero h1{margin:0;font-size:clamp(44px,4.2vw,64px);line-height:1.08;letter-spacing:-.055em;font-weight:800}.hero>p{margin:25px 0 34px;font-size:clamp(18px,1.7vw,26px);color:var(--muted);letter-spacing:.01em}.analyze-form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:94px;padding:12px 15px 12px 28px;border:1px solid #cfd5df;border-radius:11px;box-shadow:0 8px 30px #1b335409;color:#a0a8b6;transition:border-color .18s ease,box-shadow .18s ease}.analyze-form:focus-within{border-color:#75aaf2;box-shadow:0 0 0 4px #0969ed17}.analyze-form input{min-width:0;width:100%;border:0;outline:0;font:inherit;font-size:20px;color:var(--ink);background:transparent}.analyze-form input::placeholder{color:#a0a8b6}.analyze-form button{height:66px;min-width:188px;padding:0 32px;border:0;border-radius:9px;background:var(--blue);color:#fff;font:inherit;font-size:18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:transform .18s ease,background .18s ease}.analyze-form button:hover:not(:disabled){background:var(--blue-hover);transform:translateY(-1px)}.analyze-form button:disabled{opacity:.72;cursor:wait}.platforms{margin-top:15px;display:flex;align-items:center;gap:10px;font-size:13px;color:#7f8897}.platforms strong{color:#505969;font-weight:600}.platforms i{width:3px;height:3px;border-radius:50%;background:#c7ccd5}.steps{margin-top:24px;padding-bottom:36px;display:flex;align-items:center;gap:42px;color:#818999;border-bottom:1px solid var(--line)}.steps>strong{font-size:17px;color:#6f7888}.steps ol{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:22px}.steps li{display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:15px}.steps li span{width:30px;height:30px;display:grid;place-items:center;border:1px solid #cbd1db;border-radius:50%;font-weight:700;color:#8f97a5}.steps svg{color:#aeb5c0}.notice{margin:28px 0 0;padding:22px 26px;display:flex;align-items:flex-start;gap:14px;border-radius:10px}.notice strong{font-size:17px}.notice p{margin:5px 0 0;color:#626c7b}.error-notice{color:#b63232;background:#fff5f4;border:1px solid #f0d1ce}.loading-notice{color:var(--blue);background:#f4f8ff;border:1px solid #d8e7fc}.result{padding:30px 0 60px}.result-heading{display:flex;align-items:center;gap:10px;margin-bottom:18px}.result-heading svg{color:var(--green)}.result-heading h2{margin:0;font-size:24px}.result-heading>span{margin-left:auto;padding:5px 10px;border-radius:999px;background:#f0f4f8;color:#657082;font-size:12px}.result-content{display:grid;grid-template-columns:minmax(300px,390px) 1fr;gap:44px;align-items:start}.result figure{position:relative;margin:0;overflow:hidden;border-radius:12px;aspect-ratio:16/11.3;background:#eaf0f7}.result figure img{width:100%;height:100%;object-fit:cover;display:block}.result figcaption{position:absolute;right:12px;bottom:12px;padding:6px 10px;color:#fff;background:#0a0f16c7;border-radius:5px;font-variant-numeric:tabular-nums}.result-details h3{margin:8px 0;font-size:clamp(21px,2vw,28px);line-height:1.35}.duration{margin:0 0 17px;color:#788293}.format-list{border-top:1px solid var(--line)}.format-row{min-height:70px;display:grid;grid-template-columns:minmax(180px,1.25fr) minmax(110px,.75fr) minmax(100px,.65fr) auto;align-items:center;gap:22px;border-bottom:1px solid var(--line);color:#778091}.format-name{display:flex;align-items:center;gap:12px;color:var(--ink)}.format-name svg{color:var(--blue)}.format-name strong{font-size:17px}.format-row a{min-width:108px;height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--blue);color:var(--blue);border-radius:7px;font-weight:700;transition:.18s ease}.format-row a:hover{color:#fff;background:var(--blue)}.inline-message{margin:14px 0 0;color:#667182;font-size:14px}.faq{width:min(100%,760px);margin:0 auto 45px;display:none}.faq details{padding:18px 0;border-top:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:700}.faq p{color:#6c7686;line-height:1.7}.faq:target{display:block}footer{min-height:106px;padding:0 clamp(28px,4.6vw,70px);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#727c8d}footer p{display:flex;align-items:center;gap:10px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:860px){.site-header{height:66px}.site-header nav{gap:20px}main{width:min(100% - 32px,1340px)}.hero{padding-top:52px}.steps{align-items:flex-start;flex-direction:column;gap:18px}.result-content{grid-template-columns:1fr;gap:25px}.result figure{width:min(100%,520px);aspect-ratio:16/9}.format-row{grid-template-columns:minmax(170px,1fr) 110px auto}.format-row>span:nth-of-type(1){display:none}}@media(max-width:620px){.site-header nav a:first-child{display:none}.hero{padding-top:42px}.hero h1{font-size:40px}.hero>p{font-size:18px;margin-top:18px}.analyze-form{grid-template-columns:auto 1fr;padding:13px 14px 13px 18px}.analyze-form button{grid-column:1 / -1;width:100%;min-width:0;height:56px}.platforms{flex-wrap:wrap}.steps ol{width:100%;gap:8px;justify-content:space-between}.steps ol svg{display:none}.steps li{flex-direction:column;font-size:12px;gap:6px}.result{padding-bottom:38px}.result-heading h2{font-size:22px}.result-content{gap:20px}.format-row{grid-template-columns:1fr auto;gap:12px;padding:12px 0}.format-row>span{display:none}.format-row a{min-width:92px}footer{padding-block:24px;align-items:flex-start;flex-direction:column;gap:14px}footer nav{gap:24px}}
