:root{--accent: #0891b2;--accent-dark: #0e7490;--accent-light: #cffafe;--accent-warm: #f97316;--accent-warm-dark: #ea580c;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%)}html{scroll-behavior:smooth;scroll-padding-top:64px}body{font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic UI,Yu Gothic,Meiryo,sans-serif;margin:0;padding:0;text-align:left;background:linear-gradient(var(--gray-gradient)) no-repeat;background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--gray-dark));font-size:17px;line-height:1.85}main{width:720px;max-width:calc(100% - 2em);margin:auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:rgb(var(--black));line-height:1.35}h1{font-size:1.85em}h2{font-size:1.4em}h3{font-size:1.18em}h4{font-size:1.05em}h5{font-size:1em}strong,b{font-weight:700}a{color:var(--accent)}a:hover{color:var(--accent-dark)}p{margin-bottom:1em}.prose p{margin-bottom:1.6em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%;border-collapse:collapse;font-size:.9em;margin:1.2em 0;overflow-x:auto;display:block}th,td{border:1px solid rgb(var(--gray-light));padding:.55rem .85rem;text-align:left;vertical-align:top;white-space:normal}th{background:#f1f5f9;font-weight:700;color:#1e293b}tr:nth-child(2n) td{background:#f8fafc}img{max-width:100%;height:auto;border-radius:8px}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:2px;font-size:.875em}pre{padding:1.5em;border-radius:8px;overflow-x:auto}pre>code{all:unset}blockquote{border-left:3px solid var(--accent);padding:.6em 1.2em;margin:1.5em 0;background:var(--accent-light);border-radius:0 6px 6px 0;font-size:.95em;color:#334155}hr{border:none;border-top:1px solid rgb(var(--gray-light));margin:2em 0}ul,ol{padding-left:1.5em}li{margin-bottom:.35em}.prose h2{margin-top:2.8em;margin-bottom:.75em;padding-bottom:.4em;border-bottom:2px solid var(--accent);font-size:1.35em}.prose h3{margin-top:2em;margin-bottom:.5em;padding-left:.65em;border-left:3px solid var(--accent);font-size:1.15em}.prose h4{margin-top:1.5em;margin-bottom:.4em;font-size:1.05em}.prose table{display:table;width:100%;overflow-x:auto}@media(max-width:720px){body{font-size:16px}main{padding:1em}table{display:block}}.prose .table-outer-wrap{position:relative;margin:1.2em 0}.prose .table-scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.prose .table-outer-wrap table{margin:0}@media(max-width:640px){.prose .table-outer-wrap.two-col table,.prose .table-outer-wrap.two-col tbody,.prose .table-outer-wrap.two-col tr,.prose .table-outer-wrap.two-col td{display:block!important;width:auto!important;white-space:normal!important;position:static!important;min-width:0!important;max-width:none!important}.prose .table-outer-wrap.two-col thead{display:none!important}.prose .table-outer-wrap.two-col tr{border:1px solid rgb(var(--gray-light))!important;border-radius:8px;margin-bottom:.6rem;padding:.7rem .9rem;background:#fff;box-shadow:none!important}.prose .table-outer-wrap.two-col td{border:none!important;padding:0!important;box-shadow:none!important}.prose .table-outer-wrap.two-col td:first-child{font-weight:700;color:#0f1219;margin-bottom:.25rem}.prose .table-outer-wrap.two-col:after{display:none!important}.prose .table-outer-wrap table{display:table!important;width:max-content;overflow-x:visible;border-collapse:separate!important;border-spacing:0}.prose .table-outer-wrap th,.prose .table-outer-wrap td{border-right:1px solid rgb(var(--gray-light));border-bottom:1px solid rgb(var(--gray-light));border-top:none;border-left:none}.prose .table-outer-wrap th:first-child,.prose .table-outer-wrap td:first-child{border-left:1px solid rgb(var(--gray-light))}.prose .table-outer-wrap tr:first-child th,.prose .table-outer-wrap tr:first-child td{border-top:1px solid rgb(var(--gray-light))}.prose .table-outer-wrap th:first-child,.prose .table-outer-wrap td:first-child{position:sticky;left:0;z-index:2;background:#fff;box-shadow:2px 0 5px #0000001a;min-width:5.5em;max-width:8em}.prose .table-outer-wrap thead th:first-child{background:#f8fafc}.prose .table-outer-wrap:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2rem;background:linear-gradient(to left,rgba(255,255,255,.9) 30%,transparent);pointer-events:none;z-index:3}}.prose a[rel=nofollow]{display:inline-block;background:#c2410c;color:#fff!important;padding:.8rem 2rem;border-radius:9999px;font-weight:700;font-size:1rem;text-decoration:none!important;margin:.75rem 0;transition:background .2s,transform .15s,box-shadow .15s;box-shadow:0 3px 10px #f973164d;line-height:1.4}.prose a[rel=nofollow]:hover{background:#9a3412;color:#fff!important;transform:translateY(-2px);box-shadow:0 5px 16px #f9731666}.prose a.cta-button{display:block;text-align:center;background:var(--accent-warm-dark);color:#fff!important;padding:1rem 1.4rem;border-radius:9999px;font-weight:700;font-size:1.2rem;line-height:1.5;text-decoration:none!important;margin:1.3rem auto;max-width:92%;box-shadow:0 4px 14px #f9731659;transition:background .2s,transform .15s,box-shadow .15s}.prose a.cta-button:hover{background:#c2410c;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 18px #f9731673}.prose a.cta-button:after{content:" →"}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}footer[data-astro-cid-sz7xmlte]{border-top:1px solid rgb(var(--gray-light));padding:2.5em 1em 3em;background:#f8fafc;margin-top:2em}.footer-inner[data-astro-cid-sz7xmlte]{max-width:720px;margin:0 auto;text-align:center}.r18-mark[data-astro-cid-sz7xmlte]{display:inline-block;font-size:.78rem;font-weight:700;color:#be123c;border:1px solid #fecdd3;background:#fff1f2;border-radius:9999px;padding:.3rem .9rem;margin:0 0 1.25rem}.footer-nav[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;gap:1.5em;margin-bottom:1em}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:rgb(var(--gray));text-decoration:none;font-size:.875rem;transition:color .2s}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.copyright[data-astro-cid-sz7xmlte]{font-size:.85rem;color:rgb(var(--gray));margin:0 0 .5em}.disclaimer[data-astro-cid-sz7xmlte]{font-size:.78rem;color:#5b6776;max-width:560px;margin:0 auto;line-height:1.6}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}html.r18-locked,html.r18-locked body{overflow:hidden!important}.r18-gate[data-astro-cid-c2ayhruq]{position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#0a0c12f7;overflow-y:auto}.r18-gate-card[data-astro-cid-c2ayhruq]{max-width:480px;width:100%;background:#14161d;color:#e7e9ee;border:1px solid #2a2e3a;border-radius:14px;padding:2rem 1.5rem 1.75rem;text-align:center;box-shadow:0 18px 50px #0000008c}.r18-gate-badge[data-astro-cid-c2ayhruq]{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#ff7a90;border:1px solid #ff7a90;border-radius:9999px;padding:.2rem .8rem;margin:0 0 1rem}.r18-gate-card[data-astro-cid-c2ayhruq] h1[data-astro-cid-c2ayhruq]{font-size:1.5rem;font-weight:800;margin:0 0 1rem;color:#fff}.r18-gate-lead[data-astro-cid-c2ayhruq]{font-size:.95rem;line-height:1.8;margin:0 0 .9rem}.r18-gate-lead[data-astro-cid-c2ayhruq] strong[data-astro-cid-c2ayhruq]{color:#ffd9df}.r18-gate-note[data-astro-cid-c2ayhruq]{font-size:.85rem;line-height:1.7;color:#aab0bf;margin:0 0 1.4rem}.r18-gate-actions[data-astro-cid-c2ayhruq]{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.r18-btn-enter[data-astro-cid-c2ayhruq]{appearance:none;cursor:pointer;border:none;border-radius:9999px;padding:.9rem 1rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#e11d48,#be123c);transition:filter .15s}.r18-btn-enter[data-astro-cid-c2ayhruq]:hover{filter:brightness(1.08)}.r18-btn-exit[data-astro-cid-c2ayhruq]{appearance:none;cursor:pointer;border:1px solid #3a3f4d;border-radius:9999px;padding:.8rem 1rem;font-size:.9rem;font-weight:600;color:#c3c8d4;background:transparent;transition:background .15s}.r18-btn-exit[data-astro-cid-c2ayhruq]:hover{background:#1d2029}.r18-gate-legal[data-astro-cid-c2ayhruq]{font-size:.74rem;line-height:1.7;color:#8b91a1;margin:0}.r18-gate-legal[data-astro-cid-c2ayhruq] a[data-astro-cid-c2ayhruq]{color:#b9c0d0;text-decoration:underline}header[data-astro-cid-3ef6ksr2]{margin:0;padding:0 1em;background:#fff;box-shadow:0 2px 8px rgba(var(--black),5%)}h2[data-astro-cid-3ef6ksr2]{margin:0;font-size:1em}h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:56px}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:1em .5em;color:var(--black);border-bottom:4px solid transparent;text-decoration:none}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none;border-bottom-color:var(--accent)}@media(max-width:720px){.internal-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.875rem;padding:.75em .4em}}.chip-nav[data-astro-cid-3ef6ksr2]{display:flex;gap:.45rem;padding:.5rem 0 .6rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-top:1px solid #f1f5f9}.chip-nav[data-astro-cid-3ef6ksr2]::-webkit-scrollbar{display:none}.chip[data-astro-cid-3ef6ksr2]{display:inline-block;white-space:nowrap;background:#ecfeff;border:1px solid #a5f3fc;color:#0e7490;font-size:.78rem;font-weight:600;padding:.3rem .75rem;border-radius:9999px;text-decoration:none;transition:background .15s,border-color .15s;flex-shrink:0}.chip[data-astro-cid-3ef6ksr2]:hover{background:#cffafe;border-color:#67e8f9}
