:root{--bg: #f4f7fb;--surface: #ffffff;--surface-2: #eef2f8;--fg: #18222f;--muted: #5a6b7b;--border: #dce4ee;--accent: #0f4786;--accent-fg: #ffffff;--ok: #1a7f4b;--err: #c0392b;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--sans: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", "Noto Sans SC", Helvetica, Arial, sans-serif}[data-theme=dark]{--bg: #0e131a;--surface: #161c24;--surface-2: #1f2731;--fg: #e6edf3;--muted: #9aa7b5;--border: #2b3543;--accent: #88c1ff;--accent-fg: #0a1422;--ok: #4ade80;--err: #ff8a80}@media (prefers-color-scheme: dark){:root:not([data-theme]){--bg: #0e131a;--surface: #161c24;--surface-2: #1f2731;--fg: #e6edf3;--muted: #9aa7b5;--border: #2b3543;--accent: #88c1ff;--accent-fg: #0a1422;--ok: #4ade80;--err: #ff8a80}}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:var(--fg);font-family:var(--sans);line-height:1.55}#app{min-height:100vh;display:flex;flex-direction:column}.dt-top{padding:22px 24px 14px;border-bottom:1px solid var(--border);background:var(--surface)}.dt-brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:var(--fg)}.dt-brand__mark{display:inline-flex}.dt-brand__mark svg{width:22px;height:22px}.dt-brand__name{font-weight:800;font-size:1.3rem;letter-spacing:-.01em}.dt-tagline{margin:6px 0 0;color:var(--muted);font-size:.95rem;max-width:70ch}.dt-shell{flex:1;display:grid;grid-template-columns:268px minmax(0,1fr);align-items:start}.dt-aside{position:sticky;top:0;align-self:start;max-height:100vh;overflow:auto;border-right:1px solid var(--border);background:var(--surface);padding:14px 12px 32px}.dt-aside__search{position:sticky;top:0;padding-bottom:10px;background:var(--surface)}.dt-search{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--fg);font-size:.92rem}.dt-search:focus{outline:2px solid var(--accent);outline-offset:1px}.dt-nav__group{margin:12px 0 4px}.dt-nav__title{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 4px 8px;font-weight:700}.dt-nav__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:9px;text-decoration:none;color:var(--fg);font-size:.92rem}.dt-nav__item:hover{background:var(--surface-2)}.dt-nav__item.is-active{background:var(--accent);color:var(--accent-fg)}.dt-nav__item.is-active .dt-nav__icon{color:var(--accent-fg)}.dt-nav__icon{display:inline-grid;place-items:center;width:26px;height:24px;font-family:var(--mono);font-size:.82rem;font-weight:700;color:var(--accent);background:var(--surface-2);border-radius:6px}.dt-nav__icon svg{width:15px;height:15px}.dt-nav__item.is-active .dt-nav__icon{background:#ffffff2e}.dt-empty{color:var(--muted);padding:10px;font-size:.9rem}.dt-content{padding:26px clamp(16px,4vw,48px) 48px;min-width:0}.dt-main{max-width:880px}.dt-tool__head{margin-bottom:18px}.dt-tool__title{display:flex;align-items:center;gap:12px;margin:0;font-size:1.6rem;letter-spacing:-.01em}.dt-tool__icon{display:inline-grid;place-items:center;width:38px;height:36px;font-family:var(--mono);font-size:1rem;font-weight:700;color:var(--accent);background:var(--surface);border:1px solid var(--border);border-radius:9px}.dt-tool__icon svg{width:20px;height:20px}.dt-tool__desc{color:var(--muted);margin:8px 0 0;max-width:70ch}.dt-tool__body{margin-top:16px;display:flex;flex-direction:column;gap:14px}.dt-field{display:block}.dt-field__label{display:block;font-size:.82rem;font-weight:600;color:var(--muted);margin:0 0 5px}.dt-ta{width:100%;resize:vertical;padding:12px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--fg);font-family:var(--mono);font-size:.9rem;line-height:1.5}.dt-ta:focus,.dt-out-inline:focus,.dt-num:focus,.dt-sel:focus{outline:2px solid var(--accent);outline-offset:1px}.dt-out-inline{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--fg);font-family:var(--mono);font-size:.92rem}.dt-num{width:92px;padding:9px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--fg);font-family:var(--mono)}.dt-sel{padding:9px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--fg)}.dt-check{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--fg);cursor:pointer;margin:0}.dt-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.dt-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.dt-grid2{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.dt-btn{padding:9px 15px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--fg);font-size:.9rem;font-weight:600;cursor:pointer}.dt-btn:hover{background:var(--surface-2)}.dt-btn--primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.dt-btn--primary:hover{filter:brightness(1.06)}.dt-btn--ghost{background:transparent}.dt-btn.is-ok{color:var(--ok);border-color:var(--ok)}.dt-status{margin:0;font-size:.86rem;min-height:1.1em;color:var(--muted)}.dt-status.is-err{color:var(--err)}.dt-status.is-ok{color:var(--ok)}.dt-status__icon{display:inline-flex;vertical-align:-2px;margin-right:4px}.dt-status__icon svg{width:14px;height:14px}.dt-kv{display:flex;flex-direction:column;gap:8px}.dt-kv__row{display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.dt-kv__k{font-weight:600;color:var(--muted);min-width:84px;font-size:.85rem}.dt-kv__v{flex:1;font-family:var(--mono);font-size:.88rem;word-break:break-all;color:var(--fg)}.dt-h3{margin:6px 0 0;font-size:1rem}.dt-list{margin:4px 0 0;padding-left:20px;color:var(--fg)}.dt-list li{margin:3px 0}.dt-table{width:100%;border-collapse:collapse;font-size:.9rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.dt-table th,.dt-table td{border-bottom:1px solid var(--border);padding:9px 12px;text-align:left;vertical-align:top}.dt-table thead th{background:var(--surface-2);color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.dt-table tbody th{font-family:var(--mono);font-weight:600;white-space:nowrap}.dt-table tr:last-child th,.dt-table tr:last-child td{border-bottom:0}.dt-privacy{margin:28px 0 0;color:var(--muted);font-size:.85rem}.dt-privacy__icon{display:inline-flex;vertical-align:-2px;margin-right:4px}.dt-privacy__icon svg{width:14px;height:14px}@media (max-width: 820px){.dt-shell{grid-template-columns:1fr}.dt-aside{position:static;max-height:none;border-right:0;border-bottom:1px solid var(--border)}.dt-nav{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:4px 10px}.dt-nav__group{margin:8px 0}}html.gl-embed .dt-top,html.gl-embed .dt-aside,html.gl-embed .dt-privacy{display:none!important}html.gl-embed .dt-shell{grid-template-columns:1fr}html.gl-embed .dt-content{padding:14px clamp(12px,3vw,22px) 16px}html.gl-embed .dt-main{max-width:none;min-height:calc(100vh - 40px)}.gl-embed-bar{position:sticky;bottom:0;text-align:right;padding:8px 14px;border-top:1px solid var(--border);background:var(--surface);font-size:.8rem}.gl-embed-bar__link{color:var(--muted);text-decoration:none;font-weight:600}.gl-embed-bar__link:hover{color:var(--accent);text-decoration:underline}.gl-embed-section{margin:18px 0 4px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);padding:9px 14px}.gl-embed-section>summary{cursor:pointer;font-weight:600;color:var(--fg)}.gl-embed-section__icon{display:inline-flex;vertical-align:-2px;margin-right:4px}.gl-embed-section__icon svg{width:14px;height:14px}.gl-embed-section__body{padding-top:10px}.gl-embed-section__desc{margin:0 0 8px;color:var(--muted);font-size:.9rem}.gl-embed-section__cta{margin:10px 0 0;padding-top:8px;border-top:1px solid var(--border);color:var(--muted);font-size:.85rem}.gl-embed-section__cta-link{color:var(--fg);font-weight:600}.gl-related-tools{margin:12px 0 0;color:var(--muted);font-size:.85rem;line-height:1.6}.gl-related-tools__label,.gl-related-tools a{color:var(--fg);font-weight:600}.gl-embed-code{font-size:.82rem}
