/*!
Theme Name: D-REPO Theme
Theme URI: http://underscores.me/
Author: K.H
Author URI: https://d-repo.com
Description: D-REPO公式サイト用テーマ
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: d-repo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

D-REPO Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root{--color-blue-25:#f3f9ff;--color-blue-50:#eaf4ff;--color-blue-100:#d8e0eb;--color-blue-200:#aebed4;--color-blue-400:#5574d7;--color-blue-500:#405ec3;--color-blue-600:#0f55d8;--color-blue-700:#47566b;--color-blue-800:#063da8;--color-blue-950:#041833;--color-white:#fff;--color-indigo-50:#efedfc;--color-indigo-500:#6659d8;--color-indigo-600:#5a4cca;--color-pink-500:#ed5aa5;--color-pink-700:#df3e8e;--color-orange-50:#fff1e6;--color-orange-500:#ff831c;--color-orange-600:#ff6813;--color-orange-700:#d8702a;--color-orange-900:#b3550f;--color-yellow-500:#efbf00;--color-yellow-600:#dda500;--color-green-50:#eafaf0;--color-green-200:#bcdcc6;--color-green-500:#47c96b;--color-green-600:#2cb656;--color-green-900:#1a7a3a;--color-teal-500:#10b9c0;--color-teal-700:#079aa8;--text-xs:.75rem;--text-sm:1rem;--text-md:1.3125rem;--text-lg:1.75rem;--text-xl:2.75rem;--radius-normal:10px;--radius-pill:999px;--radius-circle:50%;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--border-thin:1px;--border-thick:2px;--shadow-sm:0 1px 3px rgba(4,24,51,.06);--shadow-md:0 6px 18px rgba(4,24,51,.08);--shadow-lg:0 20px 40px rgba(4,24,51,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:"Inter","Noto Sans JP","Yu Gothic","Meiryo",sans-serif;color:var(--color-blue-950);background:var(--color-white);text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%}.home{min-height:100vh;overflow-x:hidden;background:var(--color-white)}.home main>section:nth-of-type(odd){background:radial-gradient(circle at 50% 0,rgba(215,232,255,.72),rgba(215,232,255,0) 28%),var(--color-blue-25)}.home main>section:nth-of-type(even){background:var(--color-white)}body.style-guide-body{background:var(--color-white)}.site-header{position:sticky;top:0;z-index:40;height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 clamp(28px, 4vw, 40px);background:rgba(255,255,255,.94);border-bottom:1px solid var(--color-blue-100);backdrop-filter:blur(18px)}body.admin-bar .site-header{top:32px}@media screen and (max-width:782px){body.admin-bar .site-header{top:46px}}.site-header>*,.hero-inner>*,.footer-brand .brand{min-width:0}.brand{display:inline-flex;align-items:center;gap:var(--space-2);min-width:170px;color:var(--color-blue-600)}.brand-mark{flex:0 0 auto;width:36px;height:36px}.brand-text{display:inline-flex;align-items:baseline;gap:var(--space-2);color:var(--color-blue-950);line-height:1}.brand-word{color:var(--color-blue-600);font-size:var(--text-lg);font-weight:900}.brand-name{color:var(--color-blue-600)}.header-nav{display:flex;align-items:stretch;justify-content:center;gap:24px;height:100%;font-size:var(--text-sm);font-weight:800;color:var(--color-blue-950)}.header-nav a{position:relative;display:inline-flex;align-items:center;padding-top:2px}.header-nav a.active{color:var(--color-blue-600)}.header-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:10px;height:2px;border-radius:var(--radius-pill);background:var(--color-blue-600)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3);min-width:320px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:48px;padding:0 var(--space-5);border:1px solid transparent;border-radius:var(--radius-normal);font-size:var(--text-sm);font-weight:900;line-height:1;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.btn:hover{transform:translateY(-1px)}.btn svg{width:20px;height:20px;flex:0 0 auto}.header-actions .btn{min-width:140px}.header-actions .btn.primary{min-width:168px}.nav-toggle{display:none;align-items:center;justify-content:center;flex:0 0 auto;width:44px;height:44px;padding:0;border:var(--border-thin) solid var(--color-blue-100);border-radius:var(--radius-normal);background:rgba(255,255,255,.94);color:var(--color-blue-950);cursor:pointer}.nav-toggle svg{width:24px;height:24px}.nav-toggle .icon-close{display:none}.nav-toggle[aria-expanded=true] .icon-open{display:none}.nav-toggle[aria-expanded=true] .icon-close{display:block}.mobile-nav{display:none}.btn.primary{color:var(--color-white);background:linear-gradient(180deg,var(--color-blue-600) 0%,var(--color-blue-800) 100%);border-color:var(--color-blue-800);box-shadow:0 12px 24px rgba(15,85,216,.22)}.btn.secondary{color:var(--color-blue-950);background:rgba(255,255,255,.94);border-color:var(--color-blue-100);box-shadow:none}.btn.large{min-height:54px}.hero,.reason-section,.workflow-section,.problem-section,.features-section,.scenes-section,.trial-section,.usage-section,.pricing-section,.steps-section,.faq-section,.support-section,.story-section{padding:var(--space-8) clamp(28px, 4vw, 40px)}.hero{overflow:hidden;isolation:isolate}.hero-inner{display:grid;grid-template-columns:minmax(420px, 504px) minmax(0, 1fr);align-items:center;gap:clamp(42px, 3.7vw, 58px);width:100%;max-width:1416px;margin:0 auto}.hero-copy{z-index:2;width:100%;padding-left:var(--space-2)}.eyebrow{display:block;margin:0 0 var(--space-5);color:var(--color-blue-600);font-size:var(--text-sm);font-weight:900;line-height:1.5}h1{display:grid;gap:var(--space-2);margin:0;color:var(--color-blue-950);line-height:.95}h1 span:first-child{order:2;color:var(--color-blue-600);font-size:clamp(72px, 7.28vw, 112px);font-weight:900}h1 span:last-child{order:1;font-size:clamp(34px, 3.06vw, 47px);font-weight:900;line-height:1.05}.hero-lead,.hero-text,.mobile-lead{max-width:530px;margin:0;color:var(--color-blue-950);font-size:var(--text-sm);font-weight:800;line-height:1.82}.hero-lead{margin-top:var(--space-5)}.hero-text{margin-top:var(--space-4)}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6)}.hero-actions .btn.primary{min-width:252px}.hero-actions .btn.secondary{min-width:212px}.trust-list{display:flex;flex-wrap:nowrap;align-items:center;gap:var(--space-5);margin:36px 0 0;padding:0;color:var(--color-blue-700);list-style:none;font-size:var(--text-xs);font-weight:800;line-height:1.4;white-space:nowrap}.trust-list li{display:inline-flex;align-items:center;gap:var(--space-2)}.trust-list svg{width:22px;height:22px;color:var(--color-blue-700);flex:0 0 auto}.screen-slot,.mobile-shot,.office-shot{position:relative;border:1px solid var(--color-blue-200);background:linear-gradient(135deg,rgba(255,255,255,.45) 0 25%,transparent 25% 50%,rgba(255,255,255,.45) 50% 75%,transparent 75%),var(--color-blue-100);background-size:30px 30px,auto}.screen-slot:before,.mobile-shot:before,.office-shot:before{content:"";position:absolute;border:1px dashed rgba(52,82,118,.32);pointer-events:none}.hero-media{width:100%;max-width:864px;justify-self:end}.hero-image-slot{width:100%;aspect-ratio:480/300;overflow:hidden;border-radius:18px;box-shadow:var(--shadow-lg)}.hero-image-slot .ft-carousel,.hero-image-slot .ft-slide{height:100%}.hero-image-slot .ft-slide svg{display:block;width:100%;height:100%}.slot-label{position:absolute;left:50%;top:50%;display:grid;gap:var(--space-2);min-width:230px;padding:18px 22px;border:1px solid rgba(126,149,178,.34);border-radius:var(--radius-normal);color:var(--color-blue-700);text-align:center;background:rgba(255,255,255,.72);transform:translate(-50%,-50%)}.slot-label strong{font-size:var(--text-sm);font-weight:900}.slot-label span{font-size:var(--text-xs);font-weight:800}.section-inner{width:100%;max-width:1416px;margin:0 auto}h2{margin:0;color:var(--color-blue-950);text-align:center;font-size:clamp(26px, 2.15vw, 34px);font-weight:900;line-height:1.3}.section-inner.narrow{max-width:1280px}.section-heading{display:grid;justify-items:center;gap:var(--space-3);margin:0 auto var(--space-6);text-align:center}.section-heading h2,.final-cta h2,.mobile-copy h2{font-size:clamp(30px, 2.55vw, 42px)}.section-heading h2{position:relative;margin:0;color:var(--color-blue-950);font-weight:900;line-height:1.22}.section-heading h2:after{content:"";display:block;width:48px;height:3px;margin:var(--space-3) auto 0;border-radius:var(--radius-pill);background:var(--color-blue-600)}.section-heading p{margin:0;color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700;line-height:1.8}.section-heading.compact{gap:var(--space-2);margin-bottom:var(--space-5)}.section-heading.compact h2{font-size:clamp(26px, 2.15vw, 34px)}.section-heading.compact h2:after{display:none}.reason-detail-grid,.problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0, 1fr));gap:var(--space-5)}.reason-detail-card{display:grid;grid-template-columns:auto 1fr;column-gap:var(--space-3);align-items:center;align-content:start;min-height:auto}.reason-detail-card .icon-badge{grid-column:1;grid-row:1}.reason-detail-card h3{grid-column:2;grid-row:1;margin:0}.reason-detail-card p{grid-column:1/-1;grid-row:2;margin-top:var(--space-3)}.reason-detail-card .check-list{grid-column:1/-1;grid-row:3}.icon-badge,.soft-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:var(--radius-circle);color:var(--color-white)}.icon-badge{width:58px;height:58px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.32)}.icon-badge svg{width:31px;height:31px}.icon-badge.blue{background:linear-gradient(180deg,var(--color-blue-600) 0%,var(--color-blue-800) 100%)}.icon-badge.green{background:linear-gradient(180deg,var(--color-green-500) 0%,var(--color-green-600) 100%)}.icon-badge.orange{background:linear-gradient(180deg,var(--color-orange-500) 0%,var(--color-orange-600) 100%)}.icon-badge.purple{background:linear-gradient(180deg,var(--color-indigo-500) 0%,var(--color-indigo-600) 100%)}.icon-badge.teal{background:linear-gradient(180deg,var(--color-teal-500) 0%,var(--color-teal-700) 100%)}.icon-badge.yellow{background:linear-gradient(180deg,var(--color-yellow-500) 0%,var(--color-yellow-600) 100%)}.icon-badge.pink{background:linear-gradient(180deg,var(--color-pink-500) 0%,var(--color-pink-700) 100%)}.icon-badge.indigo{background:linear-gradient(180deg,var(--color-blue-400) 0%,var(--color-blue-500) 100%)}.reason-detail-card h3,.module-card h3,.scene-card h3,.support-card h3{margin:var(--space-4) 0 var(--space-2);color:var(--color-blue-950);font-size:var(--text-md);font-weight:900;line-height:1.42}.reason-detail-card p,.module-card p,.scene-card p,.support-card p{margin:0;color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700;line-height:1.75}.check-list{display:grid;gap:var(--space-2);margin:var(--space-5) 0 0;padding:20px 0 0;border-top:1px solid var(--color-blue-100);list-style:none}.check-list li{position:relative;padding-left:28px;color:var(--color-blue-950);font-size:var(--text-sm);font-weight:800;line-height:1.5}.check-list li:before,.benefit-pills li:before,.no-card:before,.pricing-assurance li:before{content:"✓";position:absolute;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:var(--radius-circle);color:var(--color-white);background:var(--color-blue-600);font-size:var(--text-xs);font-weight:900}.check-list li:before{left:0;top:1px}.reason-detail-card:nth-child(2) .check-list li:before{background:var(--color-green-600)}.reason-detail-card:nth-child(3) .check-list li:before{background:var(--color-orange-500)}.reason-detail-card:nth-child(4) .check-list li:before{background:var(--color-indigo-500)}.workflow-steps{display:grid;grid-template-columns:repeat(7,minmax(130px, 1fr));gap:var(--space-5)}.workflow-step{position:relative;display:grid;justify-items:center;align-content:start;min-height:176px;padding:var(--space-5) var(--space-3) var(--space-4);text-align:center}.workflow-step:not(:last-child):after{content:"→";position:absolute;right:-24px;top:50%;color:var(--color-blue-200);font-size:var(--text-lg);font-weight:900;transform:translateY(-50%)}.step-number{position:absolute;left:13px;top:13px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:var(--radius-circle);color:var(--color-white);background:var(--color-blue-600);font-size:var(--text-xs);font-weight:900}.soft-icon{width:58px;height:58px;color:var(--color-blue-600);background:var(--color-blue-50)}.soft-icon svg{width:30px;height:30px}.workflow-illustration{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-normal)}.workflow-step h3{margin:var(--space-3) 0 var(--space-2);color:var(--color-blue-950);font-size:var(--text-md);font-weight:900;line-height:1.42}.workflow-step p{margin:0;color:var(--color-blue-700);font-size:var(--text-xs);font-weight:700;line-height:1.55}.connection-band{display:grid;grid-template-columns:430px 1fr;align-items:center;gap:54px;min-height:206px;margin-top:var(--space-6);padding:var(--space-5) 44px;border:1px solid var(--color-blue-100);border-radius:var(--radius-normal);background:rgba(255,255,255,.94);box-shadow:var(--shadow-md)}.connection-visual{container-type:inline-size;width:min(100%, 430px);aspect-ratio:430/250;overflow:hidden;margin:0 auto}.connection-visual-scaler{width:430px;height:250px;transform:scale(calc(100cqw / 430px));transform-origin:top left}.connection-visual-zoom{position:relative;width:100%;height:100%}.orbit-core{position:absolute;left:50%;top:50%;display:grid;justify-items:center;align-content:center;width:100px;height:100px;border-radius:var(--radius-circle);color:var(--color-blue-600);background:var(--color-white);box-shadow:0 18px 34px rgba(24,69,136,.12);transform:translate(-50%,-50%)}.orbit-core svg{width:40px;height:40px}.orbit-core strong{margin-top:3px;color:var(--color-blue-600);font-size:var(--text-sm);font-weight:900}.orbit-node{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:5px solid var(--color-white);border-radius:var(--radius-circle);color:var(--color-white);box-shadow:0 8px 18px rgba(12,46,91,.13)}.orbit-node svg{width:22px;height:22px}.orbit-lines{position:absolute;inset:0;width:100%;height:100%}.orbit-lines line{stroke:rgba(17,99,221,.45);stroke-width:3;stroke-linecap:round;stroke-dasharray:1 7}.node-blue{left:144px;top:17px;background:var(--color-blue-600)}.node-green{left:244px;top:17px;background:var(--color-green-600)}.node-purple{left:294px;top:104px;background:var(--color-indigo-500)}.node-teal{left:244px;top:191px;background:var(--color-teal-500)}.node-orange{left:94px;top:104px;background:var(--color-orange-500)}.node-cyan{left:144px;top:191px;background:var(--color-teal-500)}.connection-copy h3{margin:0 0 var(--space-3);color:var(--color-blue-950);font-size:clamp(22px, 1.8vw, 28px);font-weight:900;line-height:1.45}.connection-copy p{max-width:760px;margin:0;color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700;line-height:1.85}.benefit-pills{display:flex;flex-wrap:wrap;gap:var(--space-3);margin:var(--space-5) 0 0;padding:0;list-style:none}.benefit-pills li{position:relative;padding:var(--space-2) var(--space-4) var(--space-2) 42px;border-radius:var(--radius-pill);color:var(--color-blue-700);background:var(--color-white);font-size:var(--text-sm);font-weight:800}.benefit-pills li:before,.no-card:before,.pricing-assurance li:before{left:14px;top:50%;transform:translateY(-50%)}.features-section{padding:var(--space-8) clamp(28px, 4vw, 40px) var(--space-8)}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:var(--space-5)}.module-card{position:relative;min-height:210px}.module-card h3{margin-top:var(--space-5)}.module-card p{max-width:280px;font-size:var(--text-xs)}.card-arrow{position:absolute;right:28px;bottom:26px;color:var(--color-blue-600);font-size:var(--text-md);font-weight:900;line-height:1}.scenes-section{padding:var(--space-8) clamp(28px, 4vw, 40px) var(--space-8)}.scene-grid{display:grid;grid-template-columns:repeat(4,minmax(0, 1fr));gap:var(--space-5)}.scene-card{position:relative;display:grid;justify-items:center;min-height:184px;text-align:center}.scene-illustration{width:100%;max-width:180px;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-normal)}.scene-card h3{margin-top:var(--space-4);color:var(--color-blue-600)}.scene-card p{max-width:210px;font-size:var(--text-xs)}button{font:inherit}.status-dot{display:inline-block;width:8px;height:8px;margin-right:var(--space-1);border-radius:var(--radius-circle);background:var(--color-green-600)}.trial-banner{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:28px;padding:var(--space-6) 90px}.trial-banner h3{margin:0 0 var(--space-2);color:var(--color-blue-950);font-size:var(--text-md);font-weight:900}.trial-banner p{margin:0;color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700}.trial-banner .btn{min-width:240px}.pricing-section{padding:var(--space-8) clamp(28px, 4vw, 40px) var(--space-8)}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:var(--space-5);align-items:stretch}.price-card{position:relative;display:flex;flex-direction:column;padding:var(--space-7) 28px 28px}.price-card.recommended{outline:2px solid var(--color-blue-600);outline-offset:-2px}.recommend-label{position:absolute;left:50%;top:-1px;display:inline-flex;align-items:center;justify-content:center;width:140px;height:30px;border-radius:0 0 var(--radius-normal) var(--radius-normal);color:var(--color-white);background:var(--color-blue-600);font-size:var(--text-xs);font-weight:900;transform:translateX(-50%)}.price-card>p{min-height:24px;margin:0 0 var(--space-2);color:var(--color-blue-700);text-align:center;font-size:var(--text-xs);font-weight:800}.price-card h3{margin:0 0 28px;color:var(--color-blue-600);text-align:center;font-size:var(--text-md);font-weight:900}.price-card strong{display:block;color:var(--color-blue-600);text-align:center;font-size:clamp(44px, 4vw, 58px);font-weight:900;line-height:1}.price-card strong span{font-size:var(--text-lg)}.price-card strong small{color:var(--color-blue-950);font-size:var(--text-md);font-weight:800}.price-card em{display:block;margin-top:var(--space-3);color:var(--color-blue-700);text-align:center;font-size:var(--text-xs);font-style:normal;font-weight:800}.price-card .check-list{margin-top:36px;margin-bottom:38px;padding:0;border-top:0}.price-card .check-list li{color:var(--color-blue-700);font-size:var(--text-xs)}.price-card .check-list li:before{color:var(--color-blue-600);background:0 0;font-size:var(--text-sm)}.price-card .btn{align-self:stretch;width:100%;margin-top:auto}.price-card .btn.secondary{color:var(--color-blue-600);border-color:var(--color-blue-600)}.pricing-note{margin:var(--space-6) 0 0;color:var(--color-blue-700);text-align:center;font-size:var(--text-xs);font-weight:700}.faq-section{padding:var(--space-8) clamp(28px, 4vw, 40px) var(--space-8)}.more-link{display:flex;align-items:center;justify-content:center;gap:var(--space-2);width:fit-content;margin:var(--space-6) auto 0;color:var(--color-blue-600);font-size:var(--text-sm);font-weight:900}.support-section{padding:var(--space-8) clamp(28px, 4vw, 40px) var(--space-8)}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:var(--space-5);max-width:1120px;margin:0 auto}.support-card{min-height:150px}.support-card .icon-badge{width:42px;height:42px}.support-card .icon-badge svg{width:23px;height:23px}.support-card h3{margin:var(--space-3) 0 var(--space-2)}.support-card p{font-size:var(--text-xs)}.module-card,.support-card{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:var(--space-3)}.module-card .icon-badge,.support-card .icon-badge{grid-column:1;grid-row:1}.module-card h3,.support-card h3{grid-column:2;grid-row:1;margin:0}.module-card p,.support-card p{grid-column:1/-1;grid-row:2;margin-top:var(--space-3);max-width:none}.module-card{min-height:auto}.module-card .icon-badge{width:44px;height:44px}.module-card .icon-badge svg{width:22px;height:22px}.module-card p{padding-right:32px}.support-card{min-height:auto}.final-cta{display:grid;grid-template-columns:1fr 330px;align-items:center;gap:var(--space-7);padding:52px 82px}.final-cta h2{text-align:left}.final-cta p{margin:var(--space-3) 0 28px;color:var(--color-blue-700);font-size:var(--text-sm);font-weight:800;line-height:1.75}.final-cta .btn{min-width:min(100%, 560px)}.no-card{position:relative;display:block;margin-top:20px;padding-left:31px;color:var(--color-blue-700);font-size:var(--text-xs);font-weight:800}.no-card:before{left:0}.device-preview{position:relative;min-height:180px}.laptop{position:absolute;left:0;top:20px;width:250px;height:150px;border:4px solid var(--color-blue-600);border-radius:10px 10px 4px 4px;background:var(--color-white);box-shadow:0 14px 24px rgba(24,69,136,.16)}.laptop:after{content:"";position:absolute;left:-28px;right:-28px;bottom:-16px;height:16px;border-radius:0 0 16px 16px;background:var(--color-blue-50)}.laptop span,.phone span{display:block;height:8px;margin:14px 18px;border-radius:var(--radius-pill);background:var(--color-blue-50)}.laptop span:nth-child(1){width:58px;background:var(--color-blue-600)}.laptop span:nth-child(2){width:160px}.laptop span:nth-child(3){width:130px}.laptop span:nth-child(4){width:180px}.phone{position:absolute;right:0;top:44px;width:92px;height:150px;border:4px solid var(--color-blue-800);border-radius:18px;background:var(--color-white);box-shadow:0 14px 24px rgba(24,69,136,.18)}.phone span{height:7px;margin:18px 13px}.phone span:nth-child(1){width:46px;background:var(--color-green-600)}.site-footer{padding:var(--space-7) clamp(28px, 4vw, 40px) 28px;background:var(--color-white);border-top:1px solid var(--color-blue-100)}.footer-inner{display:grid;grid-template-columns:minmax(260px, 1.2fr) repeat(3, minmax(150px, 0.7fr));gap:56px;width:100%;max-width:1280px;margin:0 auto}.footer-brand p{max-width:310px;margin:20px 0 var(--space-4);color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700;line-height:1.8}.social-links{display:flex;gap:var(--space-3)}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--color-blue-100);border-radius:var(--radius-circle);color:var(--color-blue-700);font-weight:900}.footer-col{display:grid;align-content:start;gap:var(--space-3)}.footer-col strong{margin-bottom:var(--space-1);color:var(--color-blue-950);font-size:var(--text-sm);font-weight:900}.footer-col a{color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;max-width:1280px;margin:36px auto 0;padding-top:var(--space-5);border-top:1px solid var(--color-blue-100);color:var(--color-blue-700);font-size:var(--text-xs);font-weight:700}.footer-bottom div{display:flex;flex-wrap:wrap;gap:20px}.problem-section{padding:var(--space-8) clamp(28px, 4vw, 40px) var(--space-8)}.problem-card{display:grid;justify-items:center;row-gap:var(--space-3);text-align:center;min-height:auto}.problem-illustration{width:180px;max-width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-normal)}.problem-card p{margin:0;color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700;line-height:1.75}.problem-card p b{color:var(--color-blue-950);font-weight:900}.problem-bridge{margin:var(--space-6) 0 0;color:var(--color-blue-700);text-align:center;font-size:clamp(18px, 1.9vw, 24px);font-weight:800}.problem-bridge b{color:var(--color-blue-600);font-weight:900}.problem-bridge b.problem-bridge-muted{color:var(--color-blue-700)}.screen-slot{display:grid;place-items:center;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-normal);box-shadow:var(--shadow-lg)}.screen-slot:before{inset:14px;border-radius:var(--radius-normal)}.screen-slot span{position:relative;padding:8px 14px;border:1px solid rgba(126,149,178,.34);border-radius:var(--radius-normal);background:rgba(255,255,255,.78);color:var(--color-blue-700);text-align:center;font-size:var(--text-xs);font-weight:800}.screen-slot.portrait{aspect-ratio:390/600;max-width:320px;margin:0 auto}.module-group-label{display:flex;align-items:center;gap:var(--space-3);margin:0 0 20px;color:var(--color-blue-950);font-size:var(--text-sm);font-weight:900}.module-group-label:before{content:"";flex:0 0 auto;width:6px;height:20px;border-radius:var(--radius-pill);background:var(--color-blue-600)}.entry-content .sg-dl+.module-group-label,.entry-content .sg-card-soft+.module-group-label{margin-top:var(--space-4)}hr.usage-divider{border-top:var(--border-thin) solid var(--color-blue-100);margin:var(--space-8) 0}.mobile-inner{display:grid;grid-template-columns:1fr 320px;align-items:center;gap:clamp(36px, 4vw, 64px)}.mobile-copy h2{margin:0 0 var(--space-1);text-align:left}.mobile-lead{margin:0 0 var(--space-5);max-width:none}.mobile-copy .check-list{margin-top:0;padding-top:0;border-top:0;gap:var(--space-3)}.mobile-copy .check-list li{font-size:var(--text-sm)}.mobile-note,.story-note{margin:var(--space-5) 0 0;color:var(--color-blue-700);font-size:var(--text-xs);font-weight:700}.mobile-shot{display:grid;place-items:center;justify-self:end;width:100%;max-width:300px;aspect-ratio:390/760;border-radius:26px;box-shadow:var(--shadow-lg)}.mobile-shot:before{inset:var(--space-3);border-radius:20px}.mobile-shot span{position:relative;color:var(--color-blue-700);text-align:center;font-size:var(--text-xs);font-weight:800;line-height:1.6}.office-inner{display:grid;grid-template-columns:minmax(0, 1fr) minmax(360px, 420px);align-items:center;gap:clamp(36px, 4vw, 64px)}.office-copy h2{margin:0 0 var(--space-1);text-align:left}.office-lead{max-width:530px;margin:0 0 var(--space-5);color:var(--color-blue-950);font-size:var(--text-sm);font-weight:800;line-height:1.82}.office-copy .check-list{margin-top:0;padding-top:0;border-top:0;gap:var(--space-3)}.office-copy .check-list li{font-size:var(--text-sm)}.office-note{margin:var(--space-5) 0 0;color:var(--color-blue-700);font-size:var(--text-xs);font-weight:700}.office-shot{display:grid;place-items:center;width:100%;aspect-ratio:16/10;border-radius:var(--radius-normal);box-shadow:var(--shadow-lg)}.office-shot:before{inset:var(--space-4);border-radius:var(--radius-normal)}.office-shot span{position:relative;color:var(--color-blue-700);text-align:center;font-size:var(--text-xs);font-weight:800;line-height:1.6}.pricing-assurance{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-3);margin:0 0 var(--space-6);padding:0;list-style:none}.pricing-assurance li{position:relative;padding:var(--space-2) var(--space-4) var(--space-2) 42px;border:1px solid var(--color-green-200);border-radius:var(--radius-pill);background:var(--color-green-50);color:var(--color-green-900);font-size:var(--text-sm);font-weight:800}.pricing-assurance li:before{background:var(--color-green-600)}.steps-section{padding:var(--space-8) clamp(28px, 4vw, 40px) var(--space-8)}.steps-flow{display:grid;grid-template-columns:minmax(0, 1fr) minmax(320px, 380px);align-items:center;gap:clamp(36px, 4vw, 64px)}.timeline-step{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:var(--space-4)}.timeline-step .step-badge{position:static;transform:none}.timeline-step-body{padding-top:2px}.timeline-step-body h3{margin:0 0 var(--space-1);color:var(--color-blue-950);font-size:var(--text-md);font-weight:900;line-height:1.42}.timeline-step-body p{margin:0;color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700;line-height:1.75}.timeline-connector{width:2px;height:26px;margin:var(--space-2) 0 var(--space-2) 17px;background:var(--color-blue-100)}.steps-cta{margin-top:var(--space-6)}.steps-cta .btn{min-width:min(100%, 260px)}.steps-media{display:grid;place-items:center}.steps-screen{width:100%;max-width:360px;height:auto}.chip-nav{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-6)}[id^=faq-cat-]{scroll-margin-top:calc(72px + var(--space-4))}.chip-nav a{display:inline-flex;align-items:center;padding:var(--space-2) var(--space-4);border:var(--border-thin) solid var(--color-blue-100);border-radius:var(--radius-pill);background:var(--color-blue-50);color:var(--color-blue-800);font-size:var(--text-xs);font-weight:700;text-decoration:none;transition:background .16s ease,color .16s ease,border-color .16s ease}.chip-nav a:hover,.chip-nav a:focus-visible{background:var(--color-blue-600);border-color:var(--color-blue-600);color:var(--color-white)}.story-section{padding:var(--space-8) clamp(28px, 4vw, 40px) var(--space-8)}.story-card{position:relative;max-width:860px;margin:0 auto;padding:var(--space-7) clamp(28px, 4vw, 64px) 44px;border:1px solid var(--color-blue-100);text-align:center}.story-quote{position:absolute;left:28px;top:var(--space-1);color:rgba(15,85,216,.18);font-size:90px;font-weight:900;line-height:1}.story-card .eyebrow{margin-bottom:var(--space-2)}.story-card h2{margin:0 0 20px;line-height:1.4}.story-card p:not(.eyebrow):not(.story-note){max-width:660px;margin:0 auto var(--space-4);color:var(--color-blue-700);font-size:var(--text-sm);font-weight:700;line-height:1.95}.breadcrumb{max-width:1080px;margin:0 auto;padding:var(--space-4) var(--space-5) 0}.breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);margin:0;padding:0;list-style:none;color:var(--color-blue-700);font-size:var(--text-xs);font-weight:800}.breadcrumb a{color:var(--color-blue-700);text-decoration:none}.breadcrumb a:hover{color:var(--color-blue-600);text-decoration:underline}.breadcrumb [aria-current=page]{color:var(--color-blue-950)}.page-header{max-width:1080px;margin:0 auto var(--space-6)}.column-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:var(--space-5)}.column-card{position:relative;display:flex;flex-direction:column;padding-bottom:56px}.column-thumb{margin:calc(var(--space-5) * -1) calc(var(--space-5) * -1) var(--space-4);aspect-ratio:16/10;overflow:hidden}.column-thumb img{width:100%;height:100%;object-fit:cover;display:block}.column-thumb.screen-slot{width:auto;border-radius:0;box-shadow:none}.column-thumb.screen-slot:before{border-radius:0}.column-card-body{display:flex;flex-direction:column;flex:1;min-width:0}.column-category{display:inline-block;width:fit-content;margin-bottom:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);background:var(--color-blue-50);color:var(--color-blue-600);font-size:var(--text-xs);font-weight:800}.column-card h3{margin:0 0 var(--space-2);font-size:var(--text-md);font-weight:900;color:var(--color-blue-950);line-height:1.42}.column-card p{margin:0;color:var(--color-blue-700);font-size:var(--text-xs);line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.column-date{margin-top:auto;padding-top:var(--space-3);color:var(--color-blue-200);font-size:var(--text-xs);font-weight:700}.column-card-embed{margin:var(--space-6) 0}.column-card-embed .column-card{height:150px;flex-direction:row;align-items:stretch;gap:var(--space-5);padding-bottom:var(--space-4);overflow:hidden}.column-card-embed .column-thumb{flex:0 0 140px;margin:calc(var(--space-5) * -1) 0 calc(var(--space-4) * -1) calc(var(--space-5) * -1);aspect-ratio:auto}.column-card-embed .column-card-body .column-category{flex-shrink:0;margin-bottom:var(--space-1)}.column-card-embed .column-card-body h3{flex-shrink:0;margin:0 0 var(--space-1);font-size:var(--text-sm);line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.column-card-embed .column-card-body p{display:block;flex-shrink:0;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.column-card-embed .column-card-body .column-date{flex-shrink:0}.column-card-embed .card-arrow{bottom:var(--space-2);right:var(--space-4)}.pagination{display:flex;justify-content:center;margin-top:var(--space-7)}.pagination .nav-links{display:flex;flex-wrap:wrap;gap:var(--space-2)}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 var(--space-3);border:var(--border-thin) solid var(--color-blue-100);border-radius:var(--radius-normal);color:var(--color-blue-700);font-size:var(--text-xs);font-weight:800}.pagination a.page-numbers:hover{border-color:var(--color-blue-600);color:var(--color-blue-600)}.pagination .page-numbers.current{border-color:var(--color-blue-600);background:var(--color-blue-600);color:var(--color-white)}.pagination .page-numbers.dots{border:none}.sg-wrap.column-single{max-width:760px}.column-article-header{margin-bottom:var(--space-6)}.column-article-header h1{margin:var(--space-3) 0 var(--space-3);font-size:var(--text-lg);line-height:1.5}.column-featured-image{margin-bottom:var(--space-6);border-radius:var(--radius-normal);overflow:hidden}.column-featured-image img{width:100%;display:block}.column-body{color:var(--color-blue-950);font-size:var(--text-sm);line-height:1.95}.column-body h2{margin:var(--space-7) 0 var(--space-4);color:var(--color-blue-950);font-size:var(--text-lg);font-weight:900;line-height:1.5;text-align:left}.column-body h3{margin:var(--space-6) 0 var(--space-3);color:var(--color-blue-950);font-size:var(--text-md);font-weight:900;line-height:1.5;text-align:left}.column-body p{margin:0 0 var(--space-4)}.column-body a:not(.column-card){color:var(--color-blue-600);text-decoration:underline}.column-body strong{font-weight:900}.column-body mark{background:var(--color-yellow-500);padding:0 var(--space-1)}.column-toc{margin:0 0 var(--space-6)}.column-toc-inner{position:relative;overflow:hidden;transition:max-height .3s ease}.column-toc-fade{position:absolute;left:0;right:0;background:linear-gradient(180deg,transparent 0%,var(--color-blue-25) 100%);pointer-events:none;opacity:0;transition:opacity .3s ease}.column-toc.is-collapsed .column-toc-fade{opacity:1}.column-toc-toggle{width:100%;margin-top:var(--space-4);padding:0;border:0;background:0 0;font-family:inherit;cursor:pointer}.column-toc-inner+p{margin:0}.column-body ul,.column-body ol{margin:0 0 var(--space-4);padding-left:1.4em}.column-body li{margin-bottom:var(--space-2)}.column-body table{width:100%;margin:0 0 var(--space-5);border-collapse:collapse;font-size:var(--text-xs)}.column-body th,.column-body td{padding:var(--space-3);border:var(--border-thin) solid var(--color-blue-100);text-align:left}.column-body th{background:var(--color-blue-25);font-weight:800}.column-related{margin-top:var(--space-8);padding-top:var(--space-6);border-top:var(--border-thin) solid var(--color-blue-100)}.column-related-title{margin:0 0 var(--space-5);color:var(--color-blue-950);font-size:var(--text-lg);font-weight:900;line-height:1.5}@media (max-width:1024px){.column-grid{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (max-width:640px){.column-grid{grid-template-columns:1fr}}@media (max-width:1024px){.site-header{height:auto;min-height:70px;gap:var(--space-4)}.header-nav{display:none}.nav-toggle{display:inline-flex}.mobile-nav.is-open{display:block}.mobile-nav nav{display:grid;padding:var(--space-4) clamp(28px, 4vw, 40px)}.mobile-nav nav a{display:block;padding:var(--space-3) var(--space-2);border-bottom:var(--border-thin) solid var(--color-blue-100);font-size:var(--text-md);font-weight:800;color:var(--color-blue-950)}.mobile-nav nav a.active{color:var(--color-blue-600)}.mobile-nav-actions{display:grid;gap:var(--space-3);padding:0 clamp(28px, 4vw, 40px) var(--space-5)}.mobile-nav-actions .btn{width:100%}.final-cta,.footer-inner,.pricing-grid,.mobile-inner,.office-inner{grid-template-columns:1fr}.hero-copy{max-width:620px}.hero-media{justify-self:stretch;max-width:none}.connection-visual{aspect-ratio:242/216}.connection-visual-zoom{transform:translateY(66.9px) scale(calc(430 / 242));transform-origin:center}.price-card{min-height:auto}.trial-banner{grid-template-columns:60px 1fr}.trial-banner .btn{grid-column:1/-1;width:100%}.device-preview{width:330px;max-width:100%}.screen-slot.portrait{max-width:360px}.mobile-shot{order:-1;justify-self:center}.mobile-copy h2{text-align:center}.office-copy h2{text-align:center}.brand{min-width:170px}.header-actions{min-width:258px}.header-actions .btn{min-width:auto;padding:0 var(--space-4)}.hero-inner{grid-template-columns:minmax(370px, 0.8fr) minmax(0, 1.2fr)}.trust-list{flex-wrap:wrap;white-space:normal}.reason-detail-grid,.support-grid,.module-grid,.scene-grid,.problem-grid{grid-template-columns:repeat(2,minmax(0, 1fr))}.workflow-steps{grid-template-columns:repeat(7,minmax(150px, 1fr));overflow-x:auto;padding:2px 0 var(--space-3)}.connection-band{grid-template-columns:360px 1fr;gap:var(--space-6)}.trial-banner,.final-cta{padding-left:42px;padding-right:42px}}@media (max-width:640px){.btn{min-height:40px;padding:0 var(--space-3);font-size:var(--text-xs)}.site-header{gap:var(--space-2);padding:var(--space-3) var(--space-4)}.brand{flex:1 1 auto;min-width:0;gap:var(--space-2)}.brand-mark{width:30px;height:30px}.brand-text{display:grid;gap:2px}.brand-word{font-size:var(--text-md)}.header-actions{flex:0 0 auto;min-width:auto}.header-actions .btn.secondary,.hero-lead br,.hero-text br,.workflow-step:not(:last-child):after,.device-preview{display:none}.header-actions .btn.primary{min-width:auto;min-height:44px;padding:0 var(--space-3);font-size:var(--text-xs)}.mobile-nav nav{padding-left:var(--space-4);padding-right:var(--space-4)}.mobile-nav-actions{padding-left:var(--space-4);padding-right:var(--space-4)}.hero{padding:36px var(--space-4) var(--space-6)}.hero-inner{grid-template-columns:1fr}.hero-copy{padding-left:0}.eyebrow{margin-bottom:var(--space-4)}h1 span:first-child{font-size:clamp(50px, 16vw, 64px)}h1 span:last-child{font-size:clamp(28px, 8.2vw, 36px)}.hero-lead,.hero-text{overflow-wrap:anywhere}.hero-actions,.trust-list{display:grid;gap:var(--space-3)}.hero-actions .btn.primary,.hero-actions .btn.secondary{min-width:0;width:100%}.reason-section,.workflow-section,.problem-section,.features-section,.scenes-section,.trial-section,.usage-section,.pricing-section,.steps-section,.faq-section,.support-section,.story-section,.site-footer{padding-left:var(--space-4);padding-right:var(--space-4)}.slot-label{min-width:190px;padding:14px 16px}.reason-detail-grid,.module-grid,.scene-grid,.support-grid,.problem-grid,.steps-flow,.workflow-steps,.connection-band{grid-template-columns:1fr}.reason-detail-card,.module-card,.workflow-step{min-height:auto}.problem-card{grid-template-columns:auto 1fr;justify-items:stretch;align-items:start;column-gap:var(--space-3);row-gap:0;text-align:left}.problem-illustration{width:120px}.workflow-steps{overflow-x:visible;padding:0;gap:var(--space-3)}.connection-band{padding:var(--space-5) var(--space-4)}.benefit-pills,.footer-bottom{display:grid}.trial-banner,.final-cta{grid-template-columns:1fr;padding:28px 20px}.trial-banner{justify-items:start}.price-card{padding:44px var(--space-5) var(--space-5)}.final-cta h2{text-align:center}.story-card{padding:36px var(--space-5) var(--space-6)}.column-body table,.sg-table{display:block;overflow-x:auto;white-space:nowrap}}.style-guide{background:var(--color-white);color:var(--color-blue-950);line-height:1.7;margin:0}.sg-wrap{max-width:1080px;margin:0 auto;padding:var(--space-7) var(--space-5) var(--space-8)}.sg-page-title{font-size:var(--text-xl);font-weight:800;color:var(--color-blue-950);margin:0 0 var(--space-3);line-height:1.2}.sg-page-lead{font-size:var(--text-md);color:var(--color-blue-700);margin:0 0 var(--space-7);max-width:680px}.sg-page-intro{font-size:var(--text-md);color:var(--color-blue-700);margin:0 0 var(--space-7)}.sg-alert{background:var(--color-orange-50);border:var(--border-thin) solid var(--color-orange-500);border-radius:var(--radius-normal);padding:var(--space-4) var(--space-5);color:var(--color-orange-900);font-size:var(--text-sm);margin:0 0 var(--space-7);line-height:1.7}.sg-alert strong{color:var(--color-orange-500);font-weight:700}.sg-section{padding:var(--space-6) 0;border-top:var(--border-thin) solid var(--color-blue-100)}.sg-section:first-of-type{border-top:none;padding-top:0}.sg-section-title{font-size:var(--text-lg);font-weight:700;color:var(--color-blue-950);margin:0 0 var(--space-2)}.sg-section-desc{font-size:var(--text-sm);color:var(--color-blue-700);margin:0 0 var(--space-5)}.sg-group-title{font-size:var(--text-md);font-weight:700;color:var(--color-blue-950);margin:var(--space-6) 0 var(--space-3)}.sg-swatch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px, 1fr));gap:var(--space-4)}.sg-swatch,.sg-accordion{border:var(--border-thin) solid var(--color-blue-100);border-radius:var(--radius-normal);overflow:hidden;background:var(--color-white)}.sg-swatch-chip{height:80px;border-bottom:var(--border-thin) solid var(--color-blue-100)}.sg-swatch-meta{padding:var(--space-3) var(--space-4)}.sg-swatch-name{font-size:var(--text-sm);font-weight:700;color:var(--color-blue-950);margin:0 0 var(--space-1)}.sg-swatch-var{font-size:var(--text-xs);color:var(--color-blue-700);font-family:"SFMono-Regular","Menlo","Consolas",monospace;margin:0 0 2px}.sg-swatch-hex{font-size:var(--text-xs);color:var(--color-blue-700);font-family:"SFMono-Regular","Menlo","Consolas",monospace;margin:0}.sg-type-row{display:grid;grid-template-columns:160px 1fr;gap:var(--space-4);align-items:baseline;padding:var(--space-4) 0;border-bottom:var(--border-thin) solid var(--color-blue-100)}.sg-type-row:last-child{border-bottom:none}.sg-table tbody tr:last-child td{border-bottom:none}.sg-accordion details:last-child{border-bottom:none}.sg-type-label{font-size:var(--text-xs);color:var(--color-blue-700);font-family:"SFMono-Regular","Menlo","Consolas",monospace;line-height:1.5}.sg-type-sample{color:var(--color-blue-950);line-height:1.5}.sg-type-xs{font-size:var(--text-xs)}.sg-type-sm{font-size:var(--text-sm)}.sg-type-md{font-size:var(--text-md)}.sg-type-lg{font-size:var(--text-lg);font-weight:800}.sg-type-xl{font-size:var(--text-xl);font-weight:800}.sg-radius-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px, 1fr));gap:var(--space-4)}.sg-radius-item{text-align:center}.sg-radius-box{width:100%;aspect-ratio:1/1;background:var(--color-blue-50);border:var(--border-thin) solid var(--color-blue-100);margin-bottom:var(--space-3)}.sg-radius-normal{border-radius:var(--radius-normal)}.sg-radius-pill{border-radius:var(--radius-pill)}.sg-radius-circle{border-radius:var(--radius-circle)}.sg-radius-name{font-size:var(--text-sm);font-weight:700;color:var(--color-blue-950);margin:0}.sg-radius-var{font-size:var(--text-xs);color:var(--color-blue-700);font-family:"SFMono-Regular","Menlo","Consolas",monospace;margin:2px 0 0}.sg-space-row{display:grid;grid-template-columns:120px 1fr;gap:var(--space-4);align-items:center;padding:var(--space-2) 0}.sg-space-label,.sg-shadow-var{font-size:var(--text-xs);color:var(--color-blue-700);font-family:"SFMono-Regular","Menlo","Consolas",monospace}.sg-space-bar{background:var(--color-blue-600);height:16px;border-radius:var(--radius-normal)}.sg-space-1{width:var(--space-1)}.sg-space-2{width:var(--space-2)}.sg-space-3{width:var(--space-3)}.sg-space-4{width:var(--space-4)}.sg-space-5{width:var(--space-5)}.sg-space-6{width:var(--space-6)}.sg-space-7{width:var(--space-7)}.sg-space-8{width:var(--space-8)}.sg-shadow-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px, 1fr));gap:var(--space-6);padding:var(--space-4)}.sg-shadow-box{background:var(--color-white);border-radius:var(--radius-normal);padding:var(--space-5);text-align:center;font-size:var(--text-sm);color:var(--color-blue-950)}.sg-shadow-sm{box-shadow:var(--shadow-sm)}.sg-shadow-md{box-shadow:var(--shadow-md)}.sg-shadow-lg{box-shadow:var(--shadow-lg)}.sg-shadow-name{font-weight:700;margin:0 0 var(--space-1)}.sg-table tbody tr:hover td{background:var(--color-blue-25)}.sg-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px, 1fr));gap:var(--space-4)}.sg-card{background:var(--color-white);border:var(--border-thin) solid var(--color-blue-100);border-radius:var(--radius-normal);padding:var(--space-5)}.sg-card-shadow{background:var(--color-white);border-radius:var(--radius-normal);padding:var(--space-5);box-shadow:var(--shadow-md)}.sg-card-soft{background:var(--color-blue-25);border-radius:var(--radius-normal);padding:var(--space-5)}.sg-card-title{font-size:var(--text-md);font-weight:700;color:var(--color-blue-950);margin:0 0 var(--space-2)}.sg-card-text{font-size:var(--text-sm);color:var(--color-blue-700);margin:0;line-height:1.7}.sg-badge-row{display:flex;flex-wrap:wrap;gap:var(--space-2)}.sg-badge{display:inline-flex;align-items:center;padding:4px var(--space-3);border-radius:var(--radius-normal);font-size:var(--text-xs);font-weight:700;line-height:1.4}.sg-badge-primary{background:var(--color-blue-50);color:var(--color-blue-800)}.sg-badge-success{background:var(--color-green-50);color:var(--color-green-900)}.sg-badge-warning{background:var(--color-orange-50);color:var(--color-orange-900)}.sg-badge-accent{background:var(--color-indigo-50);color:var(--color-indigo-500)}.sg-badge-muted{background:var(--color-blue-25);color:var(--color-blue-700)}.sg-badge-pill{border-radius:var(--radius-pill);padding:4px var(--space-3);background:var(--color-blue-600);color:var(--color-white);font-size:var(--text-xs);font-weight:700}.sg-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--color-white);border:var(--border-thin) solid var(--color-blue-100);border-radius:var(--radius-normal);overflow:hidden;font-size:var(--text-sm);box-shadow:var(--shadow-sm)}.sg-table thead th{background:var(--color-blue-25);color:var(--color-blue-800);font-weight:900;text-align:left;padding:var(--space-4) var(--space-5);border-bottom:var(--border-thick) solid var(--color-blue-600);letter-spacing:.02em}.sg-table tbody td{padding:var(--space-4) var(--space-5);border-bottom:var(--border-thin) solid var(--color-blue-100);color:var(--color-blue-950);font-weight:700}.sg-accordion details{border-bottom:var(--border-thin) solid var(--color-blue-100)}.sg-accordion summary::-webkit-details-marker{display:none}.sg-accordion summary{padding:var(--space-4) var(--space-5);font-size:var(--text-sm);font-weight:700;color:var(--color-blue-950);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.sg-accordion summary:after{content:"＋";color:var(--color-blue-600);font-size:var(--text-md);font-weight:400;margin-left:var(--space-3)}.sg-accordion details[open] summary:after{content:"－"}.sg-accordion .sg-accordion-body{padding:0 var(--space-5) var(--space-4);font-size:var(--text-sm);color:var(--color-blue-700);line-height:1.7}.sg-form{display:grid;gap:var(--space-4);max-width:480px}.sg-field-label{display:block;font-size:var(--text-sm);font-weight:800;color:var(--color-blue-950);margin-bottom:var(--space-2);letter-spacing:.01em}.sg-input,.sg-textarea,.sg-select{width:100%;padding:var(--space-3) var(--space-4);border:var(--border-thin) solid var(--color-blue-100);border-radius:var(--radius-normal);font-size:var(--text-sm);font-family:inherit;font-weight:600;color:var(--color-blue-950);background:var(--color-white);box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.sg-input::placeholder,.sg-textarea::placeholder{color:var(--color-blue-700);font-weight:500}.sg-input:hover,.sg-textarea:hover,.sg-select:hover{border-color:var(--color-blue-100)}.sg-input:focus,.sg-textarea:focus,.sg-select:focus{outline:none;border-color:var(--color-blue-600);box-shadow:0 0 0 3px rgba(15,85,216,.15)}.sg-textarea{min-height:120px;resize:vertical;line-height:1.7}.sg-check-row{display:inline-flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:700;color:var(--color-blue-950);cursor:pointer;user-select:none}.sg-check-row input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;margin:0;border:2px solid var(--color-blue-100);border-radius:4px;background:var(--color-white);cursor:pointer;position:relative;transition:border-color .15s ease,background .15s ease;flex:0 0 auto}.sg-check-row input[type=checkbox]:hover{border-color:var(--color-blue-600)}.sg-check-row input[type=checkbox]:checked{border-color:var(--color-blue-600);background:var(--color-blue-600)}.sg-check-row input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:0;width:6px;height:12px;border:solid var(--color-white);border-width:0 2px 2px 0;transform:rotate(45deg)}.sg-check-row input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(15,85,216,.25)}.sg-hr{border:none;border-top:var(--border-thin) solid var(--color-blue-100);margin:var(--space-5) 0}.sg-hr-thick{border:none;border-top:var(--border-thick) solid var(--color-blue-600);margin:var(--space-5) 0}.sg-ol{counter-reset:sg-ol;list-style:none;padding:0;margin:0;font-size:var(--text-sm);color:var(--color-blue-950);line-height:1.9;font-weight:500}.sg-ol>li{counter-increment:sg-ol;position:relative;padding-left:2.6em;margin-bottom:var(--space-3)}.sg-ol>li:last-child,.sg-ol-nested>li:last-child{margin-bottom:0}.sg-ol>li:before{content:counter(sg-ol) ".";position:absolute;left:0;top:0;min-width:2.2em;font-weight:900;color:var(--color-blue-600);letter-spacing:.02em}.sg-ol-nested{counter-reset:sg-ol-nested;list-style:none;padding:0;margin:var(--space-3) 0 0;font-size:var(--text-sm);color:var(--color-blue-950);line-height:1.9;font-weight:500}.sg-ol-nested>li{counter-increment:sg-ol-nested;position:relative;padding-left:3em;margin-bottom:var(--space-2)}.sg-ol-nested>li:before{content:"(" counter(sg-ol-nested) ")";position:absolute;left:0;top:0;min-width:2.6em;font-weight:800;color:var(--color-blue-600)}.sg-dl{margin:0;padding:0;border-top:var(--border-thin) solid var(--color-blue-100);font-size:var(--text-sm);color:var(--color-blue-950)}.sg-dl-row{display:grid;grid-template-columns:200px 1fr;gap:var(--space-5);padding:var(--space-4) var(--space-5);border-bottom:var(--border-thin) solid var(--color-blue-100);align-items:baseline}.sg-dl dt{margin:0;font-weight:900;color:var(--color-blue-800);letter-spacing:.02em}.sg-dl dd{margin:0;color:var(--color-blue-950);font-weight:500;line-height:1.7}.sg-code{font-family:"SFMono-Regular","Menlo","Consolas",monospace;font-size:var(--text-xs);color:var(--color-blue-700);background:var(--color-blue-25);padding:2px 6px;border-radius:var(--radius-normal)}body.style-guide-body main>section{background:var(--color-white)}@media (max-width:640px){.sg-wrap{padding:var(--space-6) var(--space-4) var(--space-7)}.sg-type-row{grid-template-columns:1fr;gap:var(--space-2)}.sg-space-row{grid-template-columns:96px 1fr}.sg-dl-row{grid-template-columns:1fr;gap:var(--space-1);padding:var(--space-3) var(--space-4)}.sg-ol>li{padding-left:2.2em}.sg-ol-nested>li{padding-left:2.6em}}.ft-note{font-size:var(--text-xs);color:var(--color-blue-700);margin:0 0 var(--space-6)}.ft-item{border-bottom:1px solid var(--color-blue-100);padding-bottom:var(--space-7)}.ft-item .check-list{border-top:0;padding-top:0}.ft-link-note{font-size:var(--text-xs);color:var(--color-blue-600);margin:0 0 var(--space-5)}.ft-carousel-wrap{position:relative}.ft-carousel{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;user-select:none}.ft-carousel::-webkit-scrollbar{display:none}.ft-carousel.is-dragging{cursor:grabbing}.ft-slide{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}.ft-devices{display:grid;grid-template-columns:72fr 25fr;gap:var(--space-5);align-items:end}.ft-device svg{display:block;width:100%;height:auto}.ft-device-caption{font-size:var(--text-xs);color:var(--color-blue-700);text-align:center;margin:var(--space-2) 0 0}.ft-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:var(--radius-circle);border:1px solid var(--color-blue-100);background:var(--color-white);box-shadow:var(--shadow-sm);color:var(--color-blue-600);font-size:var(--text-md);line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.ft-arrow[hidden]{display:none}.ft-arrow-glyph{display:inline-block;transform:translateY(-.1em)}.ft-arrow--prev{left:8px}.ft-arrow--next{right:8px}@media (min-width:1200px){.ft-arrow--prev{left:-48px}.ft-arrow--next{right:-48px}}.ft-dots{display:flex;justify-content:center;gap:var(--space-2);margin:var(--space-3) 0 0}.ft-dot{width:16px;height:16px;border:none;padding:0;border-radius:var(--radius-pill);background:var(--color-blue-100);cursor:pointer;transition:width .2s ease,background-color .2s ease}.ft-dot.is-active{width:48px;background:var(--color-blue-600)}@media (max-width:640px){.ft-devices{grid-template-columns:1fr}.ft-device--phone{width:100%;max-width:220px;margin:0 auto}.ft-arrow{display:none}}