:root{--md-primary:#6366f1;--md-primary-dark:#4f46e5;--md-primary-light:#818cf8;--md-secondary:#14b8a6;--md-secondary-dark:#0d9488;--md-background:#fff;--md-surface:#fff;--md-error:#ef4444;--md-text-primary:rgba(0,0,0,.87);--md-text-secondary:rgba(0,0,0,.6);--md-divider:rgba(0,0,0,.12);--md-shadow-1:0px 1px 2px 0px rgba(0,0,0,.05),0px 1px 3px 1px rgba(0,0,0,.05);--md-shadow-2:0px 4px 6px -1px rgba(0,0,0,.1),0px 2px 4px -2px rgba(0,0,0,.1);--md-shadow-3:0px 10px 15px -3px rgba(0,0,0,.1),0px 4px 6px -4px rgba(0,0,0,.1);--md-shadow-4:0px 20px 25px -5px rgba(0,0,0,.1),0px 8px 10px -6px rgba(0,0,0,.1);--md-shadow-6:0px 25px 50px -12px rgba(0,0,0,.25)}.md-button{letter-spacing:.5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;line-height:1.5;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.md-button:disabled{opacity:.38;cursor:not-allowed}.md-button-contained{background:linear-gradient(135deg,var(--md-primary)0%,var(--md-primary-dark)100%);color:#fff;box-shadow:var(--md-shadow-2)}.md-button-contained:hover:not(:disabled){background:linear-gradient(135deg,var(--md-primary-dark)0%,#4338ca 100%);box-shadow:var(--md-shadow-4);transform:translateY(-2px)}.md-button-contained:active:not(:disabled){box-shadow:var(--md-shadow-2);transform:translateY(0)}.md-button-outlined{color:var(--md-primary);border:1.5px solid var(--md-primary);background-color:transparent}.md-button-outlined:hover:not(:disabled){border-color:var(--md-primary-dark);background-color:rgba(99,102,241,.08)}.md-button-text{color:var(--md-primary);background-color:transparent}.md-button-text:hover:not(:disabled){background-color:rgba(98,0,234,.08)}.md-card{background-color:var(--md-surface);box-shadow:var(--md-shadow-1);border:1px solid rgba(99,102,241,.1);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.md-card:hover{box-shadow:var(--md-shadow-3);transform:translateY(-2px)}.md-card-content{padding:24px}.md-card-header{border-bottom:1px solid rgba(99,102,241,.1);padding:20px 24px}.md-card-footer{border-top:1px solid rgba(99,102,241,.1);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.md-headline-1{letter-spacing:-1.5px;font-size:96px;font-weight:300;line-height:1.2}.md-headline-2{letter-spacing:-.5px;font-size:60px;font-weight:300;line-height:1.2}.md-headline-3{font-size:48px;font-weight:400;line-height:1.2}.md-headline-4{letter-spacing:.25px;font-size:34px;font-weight:400;line-height:1.2}.md-headline-5{font-size:24px;font-weight:400;line-height:1.3}.md-headline-6{letter-spacing:.15px;font-size:20px;font-weight:500;line-height:1.3}.md-subtitle-1{letter-spacing:.15px;font-size:16px;font-weight:500;line-height:1.5}.md-subtitle-2{letter-spacing:.1px;font-size:14px;font-weight:500;line-height:1.6}.md-body-1{letter-spacing:.5px;color:var(--md-text-primary);font-size:16px;font-weight:400;line-height:1.5}.md-body-2{letter-spacing:.25px;color:var(--md-text-secondary);font-size:14px;font-weight:400;line-height:1.6}.md-caption{letter-spacing:.4px;color:var(--md-text-secondary);font-size:12px;font-weight:500;line-height:1.6}.md-input-field{flex-direction:column;margin-bottom:16px;display:flex}.md-input-field label{color:var(--md-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:500}.md-input-field input,.md-input-field textarea{border:1px solid var(--md-divider);border-radius:4px;padding:12px;font-family:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s}.md-input-field input:focus,.md-input-field textarea:focus{border-color:var(--md-primary);outline:none;box-shadow:0 0 0 3px rgba(98,0,234,.1)}.md-input-field textarea{resize:vertical;min-height:120px}.md-container{max-width:1200px;margin:0 auto;padding:0 16px}.md-mt-8{margin-top:8px}.md-mt-16{margin-top:16px}.md-mt-24{margin-top:24px}.md-mt-32{margin-top:32px}.md-mb-8{margin-bottom:8px}.md-mb-16{margin-bottom:16px}.md-mb-24{margin-bottom:24px}.md-mb-32{margin-bottom:32px}.md-p-16{padding:16px}.md-p-24{padding:24px}.md-p-32{padding:32px}.md-flex{display:flex}.md-flex-column{flex-direction:column}.md-flex-wrap{flex-wrap:wrap}.md-gap-8{gap:8px}.md-gap-16{gap:16px}.md-gap-24{gap:24px}.md-justify-between{justify-content:space-between}.md-items-center{align-items:center}
.title{text-align:center;margin-bottom:1rem;font-size:3rem;font-weight:700}.description{text-align:center}:root{--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--color-text-main:#1a1a2e;--color-text-sub:#666;--color-text-unpainted:#fff;--color-text-error:#f33;--color-bg-main:#fff;--color-bg-sub:#f8f9fa;--color-bg-code:#fafafa;--color-bg-painted:#333;--color-border-dark:#333;--color-border:#e0e0e0;--color-border-light:#f3f3f3;--color-current:#eee;--color-button-primary:#333;--color-accent-primary:#6366f1;--color-accent-secondary:#ec4899;--color-accent-tertiary:#14b8a6;--border-radius:8px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}html{background:linear-gradient(135deg,#f8f9fa 0%,#f0f3ff 30%,#f5f0ff 70%,#f8f9fa 100%) no-repeat fixed;min-height:100vh}body{color:var(--color-text-main);letter-spacing:.3px;background:0 0;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo sans-serif;line-height:1.8}code{font-family:menlo,inconsolata,monospace}a{color:inherit;text-decoration:none}ol,ul{list-style:none}
.index-module__uxVaiG__header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:rgba(255,255,255,.98);border-bottom:1px solid rgba(99,102,241,.05);justify-content:space-between;align-items:center;width:100%;padding:8px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;box-shadow:0 4px 12px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.1)}.index-module__uxVaiG__iconWrapper{flex-shrink:0;align-items:center;display:flex}.index-module__uxVaiG__iconLink{border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.index-module__uxVaiG__iconLink:hover{background-color:rgba(95,110,244,.1);transform:scale(1.05)}.index-module__uxVaiG__icon{object-fit:contain;border-radius:4px;width:56px;height:56px}.index-module__uxVaiG__iconPlaceholder{color:#fff;background:linear-gradient(135deg,#5f6ef4,#02bcd4);border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:700;display:flex}.index-module__uxVaiG__items{color:rgba(0,0,0,.87);gap:24px;display:flex}@media (max-width:640px){.index-module__uxVaiG__header{padding:12px 16px}}
.index-module__D_Pjna__nav{display:flex}.index-module__D_Pjna__items{color:rgba(0,0,0,.87);align-items:center;gap:32px;display:flex}.index-module__D_Pjna__items li a{color:inherit;letter-spacing:.5px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1);position:relative}.index-module__D_Pjna__items li a:after{content:"";background:linear-gradient(90deg,#5f6ef4,#02bcd4);border-radius:1.5px;width:0;height:3px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-8px;left:0}.index-module__D_Pjna__items li a:hover{color:#5f6ef4}.index-module__D_Pjna__items li a:hover:after{width:100%}.index-module__D_Pjna__menuButton{cursor:pointer;color:rgba(0,0,0,.87);z-index:1001;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;position:relative}.index-module__D_Pjna__menuButton:hover{background-color:rgba(0,0,0,.04)}.index-module__D_Pjna__hamburger{width:24px;height:20px;display:block;position:relative}.index-module__D_Pjna__hamburger:before,.index-module__D_Pjna__hamburger:after{content:"";background-color:#1f2937;width:100%;height:2px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;left:0}.index-module__D_Pjna__hamburger:before{top:2px}.index-module__D_Pjna__hamburger:after{bottom:2px}.index-module__D_Pjna__hamburger{background-color:#1f2937;height:2px;margin:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.index-module__D_Pjna__menuButton.index-module__D_Pjna__active .index-module__D_Pjna__hamburger{background-color:transparent}.index-module__D_Pjna__menuButton.index-module__D_Pjna__active .index-module__D_Pjna__hamburger:before{background:linear-gradient(90deg,#5f6ef4,#02bcd4);top:9px;transform:rotate(45deg)}.index-module__D_Pjna__menuButton.index-module__D_Pjna__active .index-module__D_Pjna__hamburger:after{background:linear-gradient(90deg,#02bcd4,#5f6ef4);bottom:9px;transform:rotate(-45deg)}@media (max-width:640px){.index-module__D_Pjna__nav{display:none}.index-module__D_Pjna__nav.index-module__D_Pjna__open{color:rgba(0,0,0,.87);z-index:999;background:linear-gradient(135deg,#fff 0%,#f9f9ff 100%);border-radius:0 0 24px 24px;flex-direction:column;width:100%;padding:0;animation:.4s cubic-bezier(.34,1.56,.64,1) index-module__D_Pjna__slideDown;display:flex;position:fixed;top:0;bottom:auto;left:0;right:0;box-shadow:0 8px 32px rgba(95,110,244,.15)}@keyframes index-module__D_Pjna__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.index-module__D_Pjna__items li a:hover{color:#5f6ef4;background:linear-gradient(135deg,#e8f0ff 0%,#f0f4ff 100%);border-color:rgba(95,110,244,.4);transform:translateY(-4px);box-shadow:0 8px 24px rgba(95,110,244,.2)}.index-module__D_Pjna__items li a:hover:before{opacity:1}.index-module__D_Pjna__closeButton{display:none}.index-module__D_Pjna__items{grid-template-columns:1fr 1fr;gap:12px;width:100%;margin:0;padding:80px 16px 24px;list-style:none;display:grid}.index-module__D_Pjna__items li{border:none;width:100%;margin:0;display:flex;overflow:hidden}.index-module__D_Pjna__items li a{color:#1f2937;text-align:center;background:linear-gradient(135deg,#f0f4ff 0%,#f8f9ff 100%);border:1px solid rgba(95,110,244,.2);border-radius:16px;justify-content:center;align-items:center;width:100%;padding:32px 16px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.index-module__D_Pjna__items li a:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,rgba(95,110,244,.2),rgba(2,188,212,.2));transition:opacity .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:0;right:0}.index-module__D_Pjna__items li a:after{content:"";pointer-events:none;background:radial-gradient(circle,rgba(95,110,244,.4),rgba(2,188,212,.2));border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.index-module__D_Pjna__items li a:active:after{width:300px;height:300px;animation:.6s ease-out index-module__D_Pjna__ripple}@keyframes index-module__D_Pjna__ripple{0%{opacity:1;width:0;height:0}to{opacity:0;width:300px;height:300px}}.index-module__D_Pjna__items li a:active{background:linear-gradient(135deg,#e8f0ff 0%,#f0f4ff 100%);animation:.3s cubic-bezier(.4,0,.2,1) index-module__D_Pjna__pulse;transform:scale(.92)}@keyframes index-module__D_Pjna__pulse{0%{transform:scale(.92)}50%{transform:scale(.88)}to{transform:scale(.92)}}.index-module__D_Pjna__menuButton{display:flex}.index-module__D_Pjna__overlay{z-index:998;pointer-events:auto;background-color:rgba(0,0,0,.5);width:100%;height:100%;animation:.3s cubic-bezier(.4,0,.2,1) index-module__D_Pjna__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes index-module__D_Pjna__fadeIn{0%{opacity:0}to{opacity:1}}}
@keyframes index-module__aKXRgW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes index-module__aKXRgW__linkSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.index-module__aKXRgW__footer{text-align:center;color:var(--color-text-sub);background:linear-gradient(rgba(99,102,241,.02) 0%,transparent 100%);border-top:1px solid rgba(99,102,241,.1);margin-top:120px;padding:48px 24px 32px;font-size:.85rem;transition:all .3s;animation:.8s ease-out index-module__aKXRgW__fadeInUp}.index-module__aKXRgW__footer:hover{background-color:rgba(99,102,241,.02)}.index-module__aKXRgW__nav{margin-bottom:28px}.index-module__aKXRgW__items{white-space:nowrap;justify-content:center;gap:40px;font-size:1rem;display:flex}.index-module__aKXRgW__item{animation:.6s ease-out index-module__aKXRgW__linkSlideIn}.index-module__aKXRgW__item:first-child{animation-delay:.1s}.index-module__aKXRgW__item:nth-child(2){animation-delay:.2s}.index-module__aKXRgW__item a{color:inherit;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.index-module__aKXRgW__item a:after{content:"";background:linear-gradient(90deg,#6366f1,#ec4899);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-4px;left:0}.index-module__aKXRgW__item a:hover{color:#6366f1;transform:translateY(-2px)}.index-module__aKXRgW__item a:hover:after{width:100%}.index-module__aKXRgW__cr{font-size:.75rem;transition:all .3s;animation:.8s ease-out .3s both index-module__aKXRgW__fadeInUp}.index-module__aKXRgW__footer:hover .index-module__aKXRgW__cr{color:#6366f1}@media (max-width:640px){.index-module__aKXRgW__items{flex-wrap:wrap;gap:8px 0}.index-module__aKXRgW__item{width:50%}}
