:root{font-family:PingFang SC,Noto Sans CJK SC,BIZ UDPGothic,Hiragino Sans,Microsoft YaHei,Yu Gothic UI,Meiryo,sans-serif;font-size:18px;line-height:1.7;font-weight:400;color:#231b14;background:radial-gradient(circle at top left,rgba(248,220,187,.52),transparent 34%),radial-gradient(circle at right 18%,rgba(191,220,238,.32),transparent 26%),linear-gradient(180deg,#fbf5eb,#efe2d3);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:inherit;text-decoration:inherit}body{margin:0;min-width:320px;min-height:100vh;background:inherit}#root{min-height:100vh}button{border-radius:12px;border:1px solid rgba(134,90,62,.14);padding:.7em 1.25em;font-size:1rem;font-weight:700;font-family:inherit;background-color:#fffbf6eb;color:#2c221a;cursor:pointer;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}button:hover{border-color:#8a4f3773;transform:translateY(-1px);box-shadow:0 12px 30px #5336281a}button:focus,button:focus-visible{outline:3px solid rgba(185,110,79,.35);outline-offset:2px}.page-shell{width:min(1280px,calc(100vw - 2rem));margin:0 auto;padding:4.75rem 0 3rem}.repo-link-wrap{position:fixed;top:1rem;left:1rem;z-index:40}.repo-link{display:grid;place-items:center;width:3.25rem;height:3.25rem;border-radius:18px;border:1px solid rgba(134,90,62,.18);background:#fffcf7e6;box-shadow:0 18px 38px #5b534324;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#231b14;transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.repo-link svg{width:1.45rem;height:1.45rem;fill:currentColor}.repo-link:hover,.repo-link:focus-visible{transform:translateY(-1px);border-color:#7c553842;background:#fffaf4f5;box-shadow:0 22px 46px #5b534329}.language-switch-wrap{position:fixed;top:1rem;right:1rem;z-index:40;min-width:8.5rem;max-width:min(42vw,10.5rem)}.language-switch{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.72rem .9rem;border-radius:18px;border:1px solid rgba(134,90,62,.18);background:#fffcf7e6;box-shadow:0 18px 38px #5b534324;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:left;touch-action:manipulation;transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.language-switch-wrap.is-open .language-switch{border-color:#7c553842;box-shadow:0 22px 46px #5b534329;transform:translateY(-1px)}.language-switch-copy{display:grid;gap:.12rem}.language-switch-copy strong,.language-switch-copy small{display:block}.language-switch-copy strong{color:#231b14;font-size:.95rem;line-height:1.2}.language-switch-copy small{color:#6f5b4f;font-size:.74rem;line-height:1.35}.language-switch-caret{flex-shrink:0;color:#7c5538;font-size:.9rem;line-height:1;transition:transform .18s ease}.language-switch.is-open .language-switch-caret{transform:rotate(180deg)}.language-switch-menu{display:grid;gap:0;margin-top:.45rem;overflow:hidden;border-radius:18px;border:1px solid rgba(134,90,62,.18);background:#fffcf7f5;box-shadow:0 18px 38px #5b534324;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform-origin:top right;opacity:0;transform:translateY(-.4rem) scale(.96);pointer-events:none;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.language-switch-menu.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.language-switch-option{width:100%;min-height:0;display:flex;align-items:center;justify-content:flex-start;padding:.78rem .9rem;border:0;border-bottom:1px solid rgba(134,90,62,.1);border-radius:0;background:transparent;box-shadow:none;color:#3e3127;font-size:.95rem;font-weight:700;text-align:left;touch-action:manipulation;opacity:0;transform:translateY(-.2rem);transition:opacity .16s ease,transform .22s cubic-bezier(.22,1,.36,1),background-color .16s ease,color .16s ease}.language-switch-menu.is-open .language-switch-option{opacity:1;transform:translateY(0)}.language-switch-menu.is-open .language-switch-option:nth-child(1){transition-delay:24ms}.language-switch-menu.is-open .language-switch-option:nth-child(2){transition-delay:48ms}.language-switch-menu.is-open .language-switch-option:nth-child(3){transition-delay:72ms}.language-switch-option:last-child{border-bottom:0}.language-switch-option:hover,.language-switch-option:focus,.language-switch-option:focus-visible{transform:none;box-shadow:none;background:#7c553814}.language-switch-option.is-active{background:#7c5538;color:#fffaf5}.hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:1rem;margin-bottom:1rem}.workspace{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.95fr);grid-template-areas:"order order" "recommendations recommendations" "details details";gap:1rem;align-items:start}.analysis-panels{display:grid;gap:1rem;margin-top:1rem;align-items:start}.left-column,.right-column{display:grid;gap:1rem;align-content:start;min-width:0}.left-column{grid-area:order}.right-column{grid-area:details}.recommendations-row{grid-area:recommendations}.collapsible-section{position:relative;overflow:hidden;cursor:pointer;transition:border-color .24s ease,box-shadow .28s ease,transform .24s ease,background-color .24s ease}.collapsible-section:hover{border-color:#7c55383d;box-shadow:0 28px 78px #5b534329;transform:translateY(-1px)}.collapsible-section:after{position:absolute;inset:0;content:"";pointer-events:none;background:radial-gradient(circle at 92% 12%,rgba(196,116,65,.14),transparent 18%),linear-gradient(135deg,rgba(255,255,255,.1),transparent 42%);opacity:0;transition:opacity .28s ease}.collapsible-section:hover:after{opacity:1}.collapsible-section .section-header{position:relative;z-index:1;transition:margin-bottom .24s ease}.collapsible-section.is-collapsed .section-header{margin-bottom:0}.collapsible-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem}.collapse-toggle{display:grid;place-items:center;min-width:48px;width:48px;min-height:48px;padding:0;border-radius:999px;background:#f9f4edf5;color:#7c5538}.collapse-icon{width:.7rem;height:.7rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(.12rem) rotate(-135deg);transition:transform .28s cubic-bezier(.22,1,.36,1)}.collapsible-section.is-collapsed .collapse-icon{transform:translateY(-.12rem) rotate(45deg)}.collapsible-content{position:relative;z-index:1;display:grid;grid-template-rows:1fr;opacity:1;transform:translateY(0);transition:grid-template-rows .34s cubic-bezier(.22,1,.36,1),opacity .22s ease,transform .28s ease}.collapsible-content-inner{overflow:hidden}.collapsible-section.is-collapsed .collapsible-content{grid-template-rows:0fr;opacity:0;pointer-events:none;transform:translateY(-.4rem)}.post-workspace{display:grid;gap:1rem;margin-top:1rem}.section-card{border:1px solid rgba(60,53,41,.08);border-radius:24px;background:#fffcf7e0;box-shadow:0 22px 70px #5b53431f;padding:1.35rem;min-width:0}.hero-copy{padding:1.7rem}.summary-card{align-self:stretch}.summary-list{margin-top:.9rem}.eyebrow{margin:0 0 .65rem;color:#865a3e;font-size:.92rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero-tagline{margin:0;max-width:22ch;color:#231b14;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.25}.hero .eyebrow{margin-top:1rem}.lead{max-width:60ch;margin:1rem 0 0;color:#5d5146;font-size:1.12rem;line-height:1.85}.hero-stats,.detail-grid,.recommendation-grid,.split-recommendation-grid,.comparison-grid,.split-box-grid,.product-grid,.catalog-grid,.layer-stack,.official-box-grid{display:grid}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.4rem}.hero-stats article,.detail-grid article{padding:1rem;border-radius:18px;background:#ffffffdb;border:1px solid rgba(134,90,62,.12)}.hero-stats span,.detail-grid span,.recommend-metrics dt,.meta-list dt{display:block;color:#746353;font-size:.96rem}.hero-stats strong,.detail-grid strong{display:block;margin-top:.3rem;color:#231b14;font-size:1.35rem}.section-header,.product-top,.recommend-head,.layer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.section-header{margin-bottom:1rem}.section-card h2,.section-card h3,.layer-header strong{margin:0;color:#231b14;line-height:1.35}.section-card h2{font-size:1.55rem}.section-card h3{font-size:1.2rem}.service-line{margin:.35rem 0 0;color:#6f5b4f;font-size:1rem;font-weight:700}.inline-actions{display:flex;flex-wrap:wrap;gap:.6rem}.inline-actions button,.stepper button,.recommend-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.inline-actions button,.source-link{min-height:48px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.order-row .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card,.catalog-panel,.recommend-card,.layer-card,.empty-state,.official-box-card{border-radius:20px;border:1px solid rgba(134,90,62,.12);background:#ffffffd6}.product-card{padding:1rem}.brand-chip{display:inline-flex;align-items:center;border-radius:999px;color:#fffdf8;font-size:.9rem;font-weight:800;letter-spacing:.05em;padding:.3rem .7rem}.official-chip{background:#d84f45}.product-top strong{color:#231b14;font-size:1.12rem;line-height:1.55}.product-category{margin:.5rem 0 .8rem;color:#865a3e;font-weight:700;font-size:1rem}.meta-list{display:grid;gap:.7rem;margin:0}.meta-list div{display:grid;gap:.18rem}.meta-list dt{margin:0}.meta-list dd{margin:0;color:#4f4339;font-size:1rem;line-height:1.75}.meta-label-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.meta-unit{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:normal;white-space:nowrap}.product-input-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.product-number-field{display:grid;gap:.3rem}.product-number-field.is-price{grid-column:1 / -1}.product-number-field span{color:#746353;font-size:.78rem;font-weight:700;letter-spacing:.04em}.product-number-field input{min-width:0;min-height:42px;padding:.65rem .7rem;border-radius:12px;border:1px solid rgba(134,90,62,.16);background:#fcf8f2f5;color:#231b14;font:inherit;line-height:1.2}.product-number-field input:focus{outline:none;border-color:#7c553873;box-shadow:0 0 0 4px #7c55381f}.product-number-field input::placeholder{color:#a38d7a}.stepper{display:inline-flex;align-items:center;gap:.7rem;margin-top:1rem}.stepper button{min-width:48px;min-height:48px;padding-inline:0}.stepper input{width:88px;min-height:48px;padding:.55rem .65rem;border-radius:12px;border:1px solid rgba(134,90,62,.16);background:#fcf8f2f5;color:#231b14;font:inherit;font-size:1.2rem;font-weight:800;line-height:1.2;text-align:center}.stepper input:focus{outline:none;border-color:#7c553873;box-shadow:0 0 0 4px #7c55381f}.product-wrap-control{display:grid;gap:.6rem;margin-top:.85rem}.product-wrap-status{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.product-wrap-status span{color:#746353;font-size:.96rem}.product-wrap-status strong{display:inline-flex;align-items:center;min-height:34px;padding:.2rem .7rem;border-radius:999px;font-size:.88rem;letter-spacing:.03em}.product-wrap-status strong.is-enabled{background:#7c55381f;color:#7c5538}.product-wrap-status strong.is-disabled{background:#7463531a;color:#746353}.product-wrap-button{width:100%;min-height:46px}.product-wrap-button.is-active{border-color:#76523b59;background:#7c5538;color:#fffaf5;box-shadow:0 14px 28px #6f4e3729}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.official-box-grid{gap:.9rem}.official-box-card{padding:1rem}.official-box-head{display:grid;gap:.7rem;margin-bottom:.9rem}.official-box-head strong{color:#231b14;font-size:1.08rem;line-height:1.7}.official-meta{margin-bottom:.9rem}.source-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.65rem .95rem;border-radius:12px;border:1px solid rgba(134,90,62,.16);background:#f9f4edf5;color:#6a4b38;font-weight:700}.source-link:hover{border-color:#76523b59;box-shadow:0 12px 24px #6b594714}.catalog-panel{padding:1rem}.catalog-list,.bullet-list,.placement-list{margin:0;padding:0;list-style:none}.catalog-list{display:grid;gap:.9rem;margin-top:.9rem}.catalog-list li{display:grid;gap:.2rem;padding-bottom:.9rem;border-bottom:1px solid rgba(134,90,62,.1)}.catalog-list li:last-child{padding-bottom:0;border-bottom:0}.catalog-list strong,.recommend-card strong,.placement-list strong{color:#231b14}.catalog-list span,.catalog-list p,.recommend-card p,.recommend-card dd,.empty-state p,.placement-list span,.bullet-list li{color:#5d5146;font-size:1rem}.catalog-list p{margin:.2rem 0 0;line-height:1.75}.recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.split-recommendation-grid{gap:.8rem}.comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.comparison-card,.split-box-card{padding:1rem;border-radius:20px;border:1px solid rgba(134,90,62,.12);background:#ffffffd6}.comparison-card.is-highlight{border-color:#7c553847;box-shadow:0 14px 30px #6b59471a}.comparison-tag{display:inline-flex;align-items:center;min-height:34px;padding:.2rem .65rem;border-radius:999px;background:#7c55381a;color:#7c5538;font-size:.92rem;font-weight:800}.comparison-card strong,.split-box-card h3{display:block;margin-top:.7rem;color:#231b14;font-size:1.12rem;line-height:1.5}.comparison-card p,.compare-note,.split-box-header span{color:#675649}.comparison-card p{margin:.35rem 0 .9rem;font-weight:700}.compare-note{margin-top:.9rem}.split-box-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin:1rem 0}.split-box-header{display:flex;justify-content:space-between;gap:.8rem;align-items:center}.split-box-header strong{margin:0;color:#7c5538;font-size:1rem}.split-item-list{display:grid;gap:.7rem;margin:1rem 0 0;padding:0;list-style:none}.split-item-list li{display:grid;gap:.3rem;padding:.8rem;border-radius:14px;background:#f9f6f1e6}.split-item-list strong{color:#231b14;font-size:1rem;line-height:1.5}.split-item-list span:last-child{color:#675649;font-size:.98rem;font-weight:700}.split-box-visual{margin-top:1rem;padding:.9rem;border-radius:18px;border:1px solid rgba(134,90,62,.12);background:#f9f6f1eb}.split-box-visual .three-d-canvas-wrap{height:280px;min-height:240px}.split-box-loading{display:grid;place-items:center;width:100%;height:280px;min-height:240px;border-radius:18px;border:1px dashed rgba(134,90,62,.2);background:#faf5efe0;color:#6e5a4e;font-weight:700}.strategy-switch{display:inline-flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.7rem}.strategy-chip{min-height:50px;padding:.72rem 1rem;border-radius:999px;border:1px solid rgba(134,90,62,.16);background:#fbf6efeb;color:#6a5547;font-size:1rem;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.strategy-chip:hover,.strategy-chip.is-active{border-color:#76523b66;background:#7c5538;color:#fffaf5;box-shadow:0 14px 28px #6f4e3729}.strategy-note{margin:0 0 1rem;color:#6a584b;font-size:1rem;line-height:1.75}.recommend-card{width:100%;padding:1rem;text-align:left;cursor:pointer}.recommend-card:hover,.recommend-card.is-active{border-color:#76523b59;box-shadow:0 14px 30px #6b59471f;transform:translateY(-1px)}.recommend-head span{color:#865a3e;font-size:.95rem;font-weight:700}.recommend-card p{margin:.3rem 0 .9rem;font-weight:700;font-size:1.08rem}.recommend-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0}.recommend-metrics dd{margin:.2rem 0 0;font-weight:700;font-size:1.08rem}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-bottom:1rem}.bullet-list{display:grid;gap:.75rem}.bullet-list li{position:relative;padding-left:1rem;line-height:1.85}.bullet-list li:before{content:"";position:absolute;top:.55rem;left:0;width:.42rem;height:.42rem;border-radius:999px;background:#c47441}.layer-stack{gap:1rem}.layer-card{padding:1rem}.three-d-panel{margin-bottom:1rem;padding:1rem;border-radius:20px;border:1px solid rgba(134,90,62,.12);background:#ffffffd6;min-width:0;overflow:hidden}.three-d-panel-head{align-items:flex-start}.layer-header-copy{display:grid;gap:.3rem}.view-match-button{min-height:46px;padding:.68rem 1rem;white-space:nowrap;font-size:.95rem;flex-shrink:0}.three-d-canvas-wrap{width:100%;max-width:100%;height:min(460px,58vw);min-height:320px;border-radius:18px;overflow:hidden;border:1px solid rgba(134,90,62,.14);background:radial-gradient(circle at 30% 20%,#fffffff5,#f7f1ebe6);min-width:0;touch-action:none;cursor:grab}.three-d-canvas-wrap canvas{display:block;width:100%!important;max-width:100%;touch-action:none;cursor:grab}.three-d-canvas-wrap:active,.three-d-canvas-wrap canvas:active{cursor:grabbing}.three-d-loading{display:grid;place-items:center;width:100%;height:min(460px,58vw);min-height:320px;border-radius:18px;border:1px dashed rgba(134,90,62,.2);background:#faf5efe0;color:#6e5a4e;font-weight:700}.layer-header{margin-bottom:.8rem}.layer-header span{color:#746353;font-size:1rem}.plan-board{position:relative;width:100%;overflow:hidden;border-radius:18px;border:1px solid rgba(134,90,62,.18);background:repeating-linear-gradient(45deg,#e9c5a6ad,#e9c5a6ad 12px,#f4dac2b8 12px 24px);min-height:180px}.plan-effective-area{position:absolute;border-radius:14px;border:2px dashed rgba(111,91,79,.35);background:linear-gradient(#ffffffbd,#ffffffbd),linear-gradient(135deg,#d8eaf12e,#faf4ee2e);box-sizing:border-box}.plan-void{position:absolute;box-sizing:border-box;border-radius:10px;border:1px dashed rgba(190,146,108,.55);background:#debd9d57}.plan-item-shell{position:absolute;box-sizing:border-box;border-radius:14px;border:1px solid rgba(198,144,99,.72);background:linear-gradient(#ebd2b5b8,#ebd2b5b8),repeating-linear-gradient(135deg,#c690631a,#c690631a 8px,#fffaf429 8px 16px);box-shadow:inset 0 0 0 1px #fff7ee94;overflow:hidden;z-index:1}.plan-item-shell.is-wrap{border-color:#c69063b8;background:linear-gradient(#ebd2b5b8,#ebd2b5b8),repeating-linear-gradient(135deg,#c690631a,#c690631a 8px,#fffaf429 8px 16px)}.plan-item-shell.is-paper-fill{border-color:#a17a4ed1;background:linear-gradient(#d9c19fe6,#d9c19fe6),radial-gradient(circle at 22% 28%,rgba(150,112,73,.14) 0 8%,transparent 9%),radial-gradient(circle at 68% 62%,rgba(150,112,73,.1) 0 9%,transparent 10%),radial-gradient(circle at 44% 78%,rgba(255,246,232,.2) 0 8%,transparent 9%)}.plan-item-shell.is-no-wrap{border-color:#65544647;background:#ffffff0f;box-shadow:none}.plan-item{position:absolute;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(.18rem,.8vw,.45rem);border:2px solid rgba(255,255,255,.7);border-radius:12px;color:#fffdf9;box-shadow:inset 0 0 0 1px #3c281b14;overflow:hidden;z-index:2}.plan-item span,.plan-item strong,.plan-item small{text-shadow:0 1px 2px rgba(37,29,20,.18)}.plan-item span{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.plan-item strong{font-size:.92rem}.plan-item small{font-size:.8rem}.plan-item-shell.is-compact .plan-item{justify-content:center;gap:.1rem}.plan-item-shell.is-compact .plan-item span,.plan-item-shell.is-compact .plan-item small{display:none}.plan-item-shell.is-compact .plan-item strong{font-size:.8rem;line-height:1.25}.plan-item-shell.is-tiny .plan-item{justify-content:center;align-items:center;text-align:center;padding:.12rem}.plan-item-shell.is-tiny .plan-item span,.plan-item-shell.is-tiny .plan-item small{display:none}.plan-item-shell.is-tiny .plan-item strong{font-size:.7rem;line-height:1.1}.placement-list{display:grid;gap:.7rem;margin-top:.9rem}.plan-legend{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.4rem 1rem;margin-top:.7rem;color:#6d5a4e;font-size:.96rem;line-height:1.6}.three-d-legend{display:flex;flex-wrap:wrap;gap:.45rem 1rem;justify-content:space-between;margin-top:.75rem;color:#6d5a4e;font-size:.96rem;line-height:1.6}.placement-list li{display:grid;gap:.15rem;padding:.8rem;border-radius:14px;background:#f9f6f1e6}.empty-state{padding:1rem}.empty-state strong{display:block;color:#231b14;margin-bottom:.25rem;font-size:1.08rem}@media(max-width:1080px){.hero,.workspace,.analysis-panels,.catalog-grid,.comparison-grid,.split-box-grid{grid-template-columns:1fr}.workspace{grid-template-areas:"order" "recommendations" "details"}}@media(min-width:681px)and (max-width:1080px){.page-shell{width:min(100vw - 1.5rem,100%);padding:4.25rem 0 2.25rem}.section-card{padding:1.15rem;border-radius:20px}.hero-copy{padding:1.35rem}.hero h1{max-width:22ch;font-size:clamp(1.35rem,2.8vw,1.8rem)}.product-grid,.order-row .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-grid{grid-template-columns:1fr}.official-box-grid,.recommendation-grid,.split-recommendation-grid,.layer-stack{gap:.8rem}.detail-grid,.recommend-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.three-d-canvas-wrap,.three-d-loading{height:420px;min-height:320px}.split-box-visual .three-d-canvas-wrap,.split-box-loading{height:300px;min-height:240px}.layer-header{gap:.6rem}}@media(max-width:680px){.page-shell{width:min(100vw - 1rem,100%);padding:4rem 0 2rem}.repo-link-wrap{top:.75rem;left:.75rem}.repo-link{width:3rem;height:3rem;border-radius:16px}.language-switch-wrap{top:.75rem;right:.75rem;min-width:7.25rem;max-width:min(52vw,9rem)}.language-switch{padding:.62rem .78rem;border-radius:16px}.language-switch-copy strong{font-size:.9rem}.language-switch-copy small{font-size:.7rem}.hero-stats,.product-grid,.recommendation-grid,.detail-grid,.recommend-metrics,.order-row .product-grid{grid-template-columns:1fr}.section-header,.product-top,.layer-header{flex-direction:column}.three-d-canvas-wrap,.three-d-loading{height:360px;min-height:280px}.split-box-visual .three-d-canvas-wrap,.split-box-loading{height:300px;min-height:220px}}
