@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Noto+Sans+JP:wght@400;600;800&display=swap');:root{font-family:'Noto Sans JP',sans-serif;color:#eaf7ff;background:#07111c}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 80% 5%,#173f56 0,transparent 34%),#07111c}main{max-width:1180px;margin:auto;padding:0 24px 80px}nav{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #294154}nav strong{display:flex;align-items:center;gap:11px}nav strong span{width:13px;height:13px;border-radius:50%;background:#55e3a0;box-shadow:0 0 0 7px #55e3a019}nav a{color:#a8c1d2;text-decoration:none}.hero{min-height:520px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:50px}.eyebrow,.dashboard header p{font:700 13px 'DM Sans';letter-spacing:.16em;color:#55e3a0}h1{font-size:clamp(48px,7vw,88px);line-height:1.03;margin:16px 0}h1 em{font-style:normal;color:#55e3a0}.lead{max-width:700px;color:#a9c0cf;font-size:18px;line-height:1.9}.hero-actions,.controls{display:flex;gap:10px;margin-top:28px}button{border:0;border-radius:11px;background:#55e3a0;color:#061722;padding:13px 20px;font-weight:800;cursor:pointer}button.ghost{background:transparent;color:#d9e9f3;border:1px solid #365164}.orb{justify-self:center;width:250px;height:250px;border-radius:50%;display:grid;place-content:center;gap:20px;text-align:center;background:radial-gradient(circle,#1f5565,#0d2636 60%,#0b1b29);border:1px solid #36667a;box-shadow:0 0 80px #36be9430}.wave{display:flex;align-items:center;justify-content:center;gap:7px;height:70px}.wave i{display:block;width:7px;height:24px;border-radius:10px;background:#55e3a0}.speaking .wave i{animation:wave .8s infinite alternate}.speaking .wave i:nth-child(2),.speaking .wave i:nth-child(4){animation-delay:.2s}.speaking .wave i:nth-child(3){animation-delay:.4s}@keyframes wave{to{height:65px}}.dashboard{background:#0c1b29;border:1px solid #263f52;border-radius:24px;padding:28px;box-shadow:0 30px 100px #0005}.dashboard header{display:flex;justify-content:space-between;align-items:end}.dashboard h2{font-size:34px;margin:2px 0}.notice{background:#102b37;color:#a8d9cf;border-left:4px solid #55e3a0;padding:14px 16px;margin:24px 0;border-radius:5px}ol{list-style:none;padding:0;margin:0;display:grid;gap:12px}li{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:18px;border-radius:15px;background:#102333;border:1px solid #29475c}.index{font:700 18px 'DM Sans';color:#55e3a0}li small,li strong{display:block}li small{color:#76a2ba;margin-bottom:4px}li p{color:#b1c5d2;margin:8px 0 0;line-height:1.65}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.features article{padding:24px;border:1px solid #263f52;border-radius:18px;background:#0a1723}.features b{color:#55e3a0;font-family:'DM Sans'}.features p{color:#9fb5c4;line-height:1.7}@media(max-width:800px){.hero{grid-template-columns:1fr;padding:70px 0}.orb{display:none}.features{grid-template-columns:1fr}.dashboard header{align-items:start;gap:15px;flex-direction:column}.controls{margin-top:0}}
