.site-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px;background-color:var(--brand-dark)}.site-header__brand{display:flex;align-items:center;gap:12px;text-decoration:none}.site-header__logo{height:52px}.site-header__label{color:#fff;font-weight:700;border-left:1px solid rgba(255,255,255,.35);padding-left:12px}.site-header__nav{display:flex;gap:18px}.site-header__nav a{color:#fff;text-decoration:none;font-weight:700}.site-header__nav a.active{text-decoration:underline;text-underline-offset:5px}@media(max-width:600px){.site-header{justify-content:center}}.site-footer{padding:28px 20px;background:#eef1f4;text-align:center;font-size:.9rem;color:var(--muted)}.site-footer p{margin:6px 0}.site-footer p.site-footer__note{max-width:640px;margin:12px auto;font-size:.82rem;line-height:1.8;text-wrap:balance}.site-footer p.site-footer__links{margin:0 0 14px;font-size:.86rem}.site-footer p.site-footer__links a{color:var(--brand-navy);white-space:nowrap}.setup-notice{border:1px solid #ffd79a;background:#fff8ec;border-radius:var(--radius);padding:20px 24px;margin-bottom:28px}.setup-notice h2{margin-top:0;font-size:1.05rem;color:#8a5a00}.setup-notice pre{background:#2f3b45;color:#fff;padding:12px 16px;border-radius:8px;overflow-x:auto}.service-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;padding:16px 22px;background:linear-gradient(135deg,#eaf4fb,#fff);border:1px solid var(--border);border-radius:var(--radius)}.service-banner__text{margin:0;flex:1 1 320px;font-size:.92rem}.service-banner__text strong{display:block;color:var(--brand-navy)}.service-banner__text span{color:var(--muted)}.button--compact{padding:9px 18px;font-size:.9rem}.service-cta{margin-top:28px;padding:26px 28px;background:linear-gradient(135deg,#eaf4fb,#fff 70%);border:1px solid #c8dcf0;border-radius:var(--radius)}.service-cta h2{margin:0 0 10px;font-size:1.1rem;color:var(--brand-navy)}.service-cta__lead{margin:0 0 18px;font-size:.95rem}.service-cta__menu{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:10px}.service-cta__menu li{display:grid;grid-template-columns:1fr auto;gap:2px 12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.service-cta__name{font-weight:700;color:var(--text)}.service-cta__price{font-weight:700;color:var(--brand-navy);white-space:nowrap}.service-cta__note{grid-column:1 / -1;font-size:.85rem;color:var(--muted)}.service-cta__actions{display:flex;flex-wrap:wrap;gap:12px}.service-cta__fineprint{margin:16px 0 0;font-size:.82rem;color:var(--muted)}@media(max-width:560px){.service-cta{padding:20px 18px}.service-cta__menu li{grid-template-columns:1fr}.service-cta__price{color:var(--brand-navy)}}.hero{text-align:center;padding:32px 16px 24px}.hero h1{margin:0 0 12px;font-size:clamp(1.6rem,1.3rem + 1.5vw,2.4rem);color:var(--brand-navy)}.hero p{max-width:680px;margin-inline:auto;color:var(--muted)}.filters{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px}.filters__search{flex:1 1 260px;padding:11px 16px;font:inherit;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.filters__search:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0072ff26}.filters__tabs{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:7px 16px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font:inherit;font-size:.88rem;cursor:pointer}.chip--active{background:var(--brand-navy);border-color:var(--brand-navy);color:#fff;font-weight:700}.plugin-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.plugin-card{display:flex;gap:16px;height:100%;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:transform .12s ease,box-shadow .2s ease,border-color .2s ease}.plugin-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c8dcf0}.plugin-card__icon{flex:0 0 56px;width:56px;height:56px;display:grid;place-items:center;border-radius:12px;background:#eaf4fb;font-size:1.6rem;overflow:hidden}.plugin-card__icon img{width:100%;height:100%;object-fit:contain}.plugin-card__body h2{margin:0 0 6px;font-size:1.02rem;color:var(--brand-navy)}.plugin-card__body p{margin:0 0 10px;font-size:.9rem;color:var(--muted)}.plugin-card__meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:.8rem;color:var(--muted)}.hero__count{display:inline-block;margin-left:12px;padding:2px 14px;border-radius:999px;background:#eaf4fb;color:var(--brand-navy);font-size:.9rem;font-weight:700;vertical-align:middle}.hero__badges{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:16px 0 0;padding:0}.hero__badges li{padding:4px 14px;border-radius:999px;background:#eef7f0;border:1px solid #cfe7d6;color:var(--success);font-size:.82rem;font-weight:700}.usage{margin-top:28px;padding:26px 28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.usage>h2{margin:0 0 14px;font-size:1.15rem;color:var(--brand-navy)}.usage__intro{margin:0 0 24px;padding-bottom:20px;border-bottom:1px solid var(--border)}.usage__steps{list-style:none;margin:0;padding:0;counter-reset:usage-step}.usage__step{counter-increment:usage-step;position:relative;padding:0 0 28px 52px}.usage__step:before{content:counter(usage-step);position:absolute;left:0;top:0;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-weight:700;font-size:.95rem}.usage__step:after{content:"";position:absolute;left:16px;top:40px;bottom:6px;width:2px;background:var(--border)}.usage__step:last-child{padding-bottom:0}.usage__step:last-child:after{display:none}.usage__stepbody h3{margin:5px 0 8px;font-size:1.02rem;color:var(--text)}.usage__stepbody p{margin:0 0 8px}.usage__figure{margin:14px 0 0}.usage__zoom{display:block;width:100%;padding:0;border:1px solid var(--border);border-radius:10px;background:#fbfcfd;cursor:zoom-in;overflow:hidden;transition:border-color .15s ease,box-shadow .2s ease}.usage__zoom:hover{border-color:var(--accent);box-shadow:var(--shadow)}.usage__zoom img{display:block;width:100%;height:auto}.usage__figure figcaption{margin-top:6px;font-size:.82rem;color:var(--muted)}.usage__notes{margin-top:24px;padding:16px 20px;background:#fff8ec;border:1px solid #ffd79a;border-radius:10px}.usage__notes h3{margin:0 0 6px;font-size:.95rem;color:#8a5a00}.usage__notes p{margin:0 0 6px;font-size:.92rem}.usage__notes p:last-child{margin-bottom:0}.usage__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-content:center;gap:12px;padding:32px;background:#000000d1;cursor:zoom-out}.usage__lightbox img{max-width:min(1100px,92vw);max-height:82vh;margin-inline:auto;border-radius:8px;background:#fff;cursor:default}.usage__lightboxcaption{margin:0;text-align:center;color:#fff;font-size:.9rem}.usage__close{position:fixed;top:14px;right:20px;width:44px;height:44px;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}.usage__close:hover{background:#ffffff47}@media(max-width:560px){.usage{padding:20px 16px}.usage__step{padding-left:42px}.usage__step:before{width:28px;height:28px;font-size:.85rem}.usage__step:after{left:13px;top:34px}}.detail{max-width:800px;margin-inline:auto}.detail__back{margin:0 0 16px;font-size:.9rem}.detail__header{display:flex;gap:20px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid var(--border)}.detail__icon{flex:0 0 76px;width:76px;height:76px;display:grid;place-items:center;border-radius:16px;background:#eaf4fb;font-size:2rem;overflow:hidden}.detail__icon img{width:100%;height:100%;object-fit:contain}.detail__header h1{margin:0 0 4px;font-size:1.5rem;color:var(--brand-navy)}.detail__subtitle{margin:0 0 8px;color:var(--muted);font-size:.85rem}.detail__summary{margin:0}.detail__actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;padding:24px 0}.detail__facts{display:flex;flex-wrap:wrap;gap:20px;margin:0}.detail__facts dt{font-size:.75rem;color:var(--muted)}.detail__facts dd{margin:2px 0 0;font-weight:700}.detail__section{margin-top:28px;padding:22px 24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.detail__section h2{margin:0 0 12px;font-size:1.1rem;color:var(--brand-navy)}.detail__section p{margin:0 0 10px}.detail__steps{margin:0;padding-left:1.3em}.detail__steps li{margin-bottom:8px}.detail__section--note{background:#fbfcfd;font-size:.9rem;color:var(--muted)}@media(max-width:560px){.detail__header{flex-direction:column}}.detail__badges{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px;padding:0}.detail__badges li{padding:4px 12px;border-radius:999px;background:#eef7f0;border:1px solid #cfe7d6;color:var(--success);font-size:.8rem;font-weight:700}.detail__related{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.detail__related a{display:block;height:100%;padding:12px 14px;background:#fbfcfd;border:1px solid var(--border);border-radius:10px;text-decoration:none;color:inherit;transition:border-color .2s ease,transform .12s ease}.detail__related a:hover{border-color:#c8dcf0;transform:translateY(-2px)}.detail__related-name{display:block;font-weight:700;color:var(--brand-navy);font-size:.95rem}.detail__related-summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:4px;font-size:.83rem;color:var(--muted)}.detail__crumb{margin-left:10px;padding:2px 10px;border-radius:999px;background:#eaf4fb;color:var(--brand-navy);font-size:.78rem;font-weight:700}:root{--brand-dark: #01545a;--brand-navy: #004d99;--accent: #0072ff;--accent-2: #00c6ff;--page-bg: #f5f8fa;--surface: #ffffff;--border: #e2e8ef;--text: #1f2933;--muted: #66727f;--danger: #b00020;--success: #0a7f45;--radius: 14px;--shadow: 0 6px 20px rgba(0, 0, 0, .06)}*{box-sizing:border-box}body{margin:0;font-family:Helvetica Neue,Hiragino Sans,Noto Sans JP,sans-serif;background-color:var(--page-bg);color:var(--text);line-height:1.7}a{color:var(--brand-navy)}img{max-width:100%}.page{max-width:1080px;margin-inline:auto;padding:24px 20px 64px;min-height:60vh}.page--wide{max-width:1440px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border:none;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .08s ease,filter .2s ease;box-shadow:0 8px 20px #0000001f}.button:hover{filter:brightness(1.05);transform:translateY(-2px)}.button:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.2);transform:none}.button--ghost{background:var(--surface);color:var(--brand-navy);border:1px solid var(--border);box-shadow:none}.linklike{background:none;border:none;padding:0;font:inherit;color:var(--brand-navy);cursor:pointer;text-decoration:underline}.linklike.danger{color:var(--danger)}.status{text-align:center;padding:48px 16px;color:var(--muted)}.status--error{color:var(--danger)}.tag{display:inline-block;padding:2px 10px;border-radius:999px;background:#eaf4fb;color:var(--brand-navy);font-size:.8rem;font-weight:700}
