@charset "UTF-8";:root{--bg: #0b0b14;--bg-elevated: #10101c;--surface: #141424;--surface-2: #1a1a2e;--border: rgba(190, 195, 255, .09);--border-strong: rgba(190, 195, 255, .16);--text: #ececf4;--text-muted: #9c9cb4;--text-faint: #6d6d84;--accent: #e63b2e;--accent-soft: rgba(230, 59, 46, .14);--accent-2: #f5c518;--accent-2-soft: rgba(245, 197, 24, .14);--gold: #f5c518;--gold-soft: rgba(245, 197, 24, .14);--neon: #39d3e6;--neon-soft: rgba(57, 211, 230, .14);--success: #3ecf8e;--danger: #ff5c72;--code-bg: #0d0d16;--font-body: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-display: "Space Grotesk", var(--font-body);--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--container: 1160px;--radius: 12px;--radius-lg: 20px;--header-h: 64px;--ease-out: cubic-bezier(.16, 1, .3, 1);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.02em;margin:0 0 .5em}h1{font-size:clamp(2.2rem,5.5vw,3.8rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}h3{font-size:1.25rem}p{margin:0 0 1em}a{color:inherit;text-decoration:none}code,pre{font-family:var(--font-mono);font-size:.875em}code{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.15em .4em}pre{background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;overflow-x:auto}pre code{background:none;border:none;padding:0}button{font-family:inherit}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:96px 0}@media(max-width:720px){.section{padding:64px 0}}.section-label{display:inline-block;font-family:var(--font-mono);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffd9d4;background:linear-gradient(160deg,#e63b2e47,#e63b2e1a);border:1px solid rgba(230,59,46,.55);border-radius:4px;padding:5px 14px;margin-bottom:20px;box-shadow:2px 2px #e63b2e40;transform:rotate(-1deg)}.muted{color:var(--text-muted)}.lead{font-size:1.15rem;color:var(--text-muted);max-width:640px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:.95rem;border-radius:10px;padding:12px 22px;border:1px solid transparent;cursor:pointer;transition:transform .15s var(--ease-out),box-shadow .15s var(--ease-out),background .15s,border-color .15s;white-space:nowrap}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(160deg,#f0503f,var(--accent) 60%,#c22619);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25)}.btn-primary:hover{box-shadow:0 4px 32px #e63b2e73,0 0 0 1px #f5c51859;transform:translateY(-1px)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover{border-color:var(--text-faint);background:var(--surface-2);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text)}.card{background:linear-gradient(180deg,var(--surface) 0%,var(--bg-elevated) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:border-color .25s,transform .25s var(--ease-out),box-shadow .25s}.card:hover{border-color:var(--border-strong)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.reveal--visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:90ms}.reveal-delay-2{transition-delay:.18s}.reveal-delay-3{transition-delay:.27s}.reveal-delay-4{transition-delay:.36s}.reveal-delay-5{transition-delay:.45s}.reveal-delay-6{transition-delay:.54s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.table{width:100%;border-collapse:collapse;font-size:.92rem}.table th,.table td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--border)}.table th{color:var(--text-muted);font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.table td{color:var(--text)}.input{width:100%;background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:10px;color:var(--text);font-family:inherit;font-size:.95rem;padding:12px 14px;outline:none;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.input::placeholder{color:var(--text-faint)}label{display:block;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:6px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:#e63b2e66}.section--seigaiha{position:relative}.section--seigaiha:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='40' viewBox='0 0 80 40'%3E%3Cg fill='none' stroke='%23e63b2e' stroke-width='1'%3E%3Ccircle cx='40' cy='40' r='38'/%3E%3Ccircle cx='40' cy='40' r='28'/%3E%3Ccircle cx='40' cy='40' r='18'/%3E%3Ccircle cx='40' cy='40' r='8'/%3E%3Ccircle cx='0' cy='40' r='38'/%3E%3Ccircle cx='0' cy='40' r='28'/%3E%3Ccircle cx='0' cy='40' r='18'/%3E%3Ccircle cx='0' cy='40' r='8'/%3E%3Ccircle cx='80' cy='40' r='38'/%3E%3Ccircle cx='80' cy='40' r='28'/%3E%3Ccircle cx='80' cy='40' r='18'/%3E%3Ccircle cx='80' cy='40' r='8'/%3E%3Ccircle cx='20' cy='0' r='38'/%3E%3Ccircle cx='20' cy='0' r='28'/%3E%3Ccircle cx='20' cy='0' r='18'/%3E%3Ccircle cx='20' cy='0' r='8'/%3E%3Ccircle cx='60' cy='0' r='38'/%3E%3Ccircle cx='60' cy='0' r='28'/%3E%3Ccircle cx='60' cy='0' r='18'/%3E%3Ccircle cx='60' cy='0' r='8'/%3E%3C/g%3E%3C/svg%3E");background-size:80px 40px;opacity:.05;-webkit-mask-image:linear-gradient(180deg,transparent,#000 20%,#000 80%,transparent);mask-image:linear-gradient(180deg,transparent,#000 20%,#000 80%,transparent)}.section--seigaiha>*{position:relative}.pattern-asanoha{position:relative}.pattern-asanoha:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='51.96' viewBox='0 0 30 51.96'%3E%3Cpath fill='none' stroke='%2339d3e6' stroke-width='1' d='M0 0H30M0 25.98H30M0 51.96H30M0 0L30 51.96M30 0L0 51.96M0 0L15 8.66M30 0L15 8.66M15 25.98L15 8.66M0 0L0 17.32M-15 25.98L0 17.32M15 25.98L0 17.32M30 0L30 17.32M15 25.98L30 17.32M45 25.98L30 17.32M15 25.98L15 43.3M0 51.96L15 43.3M30 51.96L15 43.3M-15 25.98L0 34.64M15 25.98L0 34.64M0 51.96L0 34.64M15 25.98L30 34.64M45 25.98L30 34.64M30 51.96L30 34.64'/%3E%3C/svg%3E");background-size:56px 96.99px;opacity:.04}.pattern-asanoha>*{position:relative}.section--washi{background-image:url(/art/texture-washi.webp);background-size:512px 512px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.brush-title{position:relative;display:inline-block;padding-bottom:10px}.brush-title:after{content:"";position:absolute;left:-2%;bottom:0;width:104%;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C30 4, 60 9, 95 6 S 160 3, 198 7' fill='none' stroke='%23e63b2e' stroke-width='4' stroke-linecap='round' opacity='0.85'/%3E%3Cpath d='M6 10 C40 7, 90 11, 140 8 S 180 6, 196 9' fill='none' stroke='%23e63b2e' stroke-width='1.6' stroke-linecap='round' opacity='0.45'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat}.kanji-mark{position:absolute;font-family:Hiragino Mincho ProN,Yu Mincho,"Noto Serif JP",serif;font-weight:700;color:transparent;-webkit-text-stroke:1.5px rgba(230,59,46,.16);-webkit-user-select:none;user-select:none;pointer-events:none;line-height:1}.neon-figure{color:var(--neon);text-shadow:0 0 8px rgba(57,211,230,.55),0 0 28px rgba(57,211,230,.3)}
