@font-face{font-family:Nagare Wordmark;src:url(/nagare_wordmark.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}:root{--surface: #f5f4f0;--surface-card: #ffffff;--on-surface: #14171a;--on-surface-secondary: #5a616a;--accent: #0c5c5b;--accent-strong: #0f7a76;--accent-subtle: #dcebe9;--on-accent: #f5fbfb;--voice: #f2a34a;--voice-press: #e0842a;--voice-on-surface: #b5560a;--voice-soft: #ffd8a8;--on-voice: #3a2708;--divider: #e6e4de;--wordmark-re: #0f7a76;color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{--surface: #0d0f11;--surface-card: #17191c;--on-surface: #f0f1f3;--on-surface-secondary: #9aa0a6;--accent: #0f7a76;--accent-strong: #7fc4bd;--accent-subtle: #13322f;--on-accent: #f5fbfb;--voice: #f2a34a;--voice-press: #e0842a;--voice-on-surface: #f2a34a;--voice-soft: #ffd8a8;--on-voice: #3a2708;--divider: #272a2e;--wordmark-re: #7fc4bd;color-scheme:dark}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;background-color:var(--surface);color:var(--on-surface)}#root{min-height:100vh}a{color:inherit;text-decoration:none}.wordmark{font-family:Nagare Wordmark,Georgia,Times New Roman,serif;font-weight:600;line-height:1;white-space:nowrap;color:var(--on-surface)}.wordmark-name{color:var(--on-surface)}.wordmark-re{color:var(--wordmark-re)}.wordmark-voice{margin-left:.28em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:300;color:var(--on-surface)}.kawa-mark{display:block}.kawa-water{stroke:var(--accent)}.kawa-voice{stroke:var(--voice)}.landing{min-height:100vh;display:flex;flex-direction:column}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1080px;width:100%;margin:0 auto;padding:1.25rem 1.5rem}.site-header-brand{display:flex;align-items:center;gap:.6rem;font-size:1.35rem}.site-header-mark{width:30px;height:30px;flex-shrink:0}.header-cta{padding:.55rem 1.1rem;border-radius:999px;background:var(--accent);color:var(--on-accent);font-weight:600;font-size:.95rem;transition:opacity .2s ease,transform .2s ease}.header-cta:hover{opacity:.9;transform:translateY(-1px)}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.1rem;max-width:720px;margin:0 auto;padding:3.5rem 1.5rem 3rem}.hero-mark{width:88px;height:88px;margin-bottom:.5rem}.hero-wordmark{font-weight:400;font-size:clamp(2.6rem,8vw,4.4rem);line-height:1.05}.hero-tagline{font-size:clamp(1.15rem,3.4vw,1.5rem);font-weight:500;color:var(--on-surface);max-width:36ch}.hero-subtext{font-size:1.05rem;color:var(--on-surface-secondary);max-width:46ch;line-height:1.6}.play-badge{display:inline-flex;align-items:center;gap:.7rem;margin-top:.75rem;padding:.7rem 1.4rem;border-radius:14px;background:var(--on-surface);color:var(--surface);transition:transform .2s ease,opacity .2s ease}.play-badge:hover{transform:translateY(-2px);opacity:.92}.play-badge-icon{width:26px;height:26px;flex-shrink:0}.play-badge-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.play-badge-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;opacity:.85}.play-badge-name{font-size:1.2rem;font-weight:600}.hero-trial{margin-top:.25rem;max-width:48ch;font-size:1rem;color:var(--on-surface-secondary);line-height:1.6}.features{max-width:1080px;width:100%;margin:0 auto;padding:1rem 1.5rem 3.5rem}.features-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.feature-card{background:var(--surface-card);border:1px solid var(--divider);border-radius:16px;padding:1.6rem 1.5rem;display:flex;flex-direction:column;gap:.6rem}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--accent-subtle);color:var(--accent);margin-bottom:.2rem}.feature-icon svg{width:24px;height:24px}.feature-title{font-size:1.15rem;font-weight:600}.feature-body{font-size:.98rem;color:var(--on-surface-secondary);line-height:1.6}.privacy-strip{max-width:720px;margin:0 auto;padding:0 1.5rem 3rem;text-align:center;color:var(--on-surface-secondary);font-size:1.02rem;line-height:1.6}.inline-link{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.site-footer{margin-top:auto;border-top:1px solid var(--divider);padding:1.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;max-width:1080px;width:100%;margin-left:auto;margin-right:auto}.site-footer-brand{display:flex;align-items:center;gap:.5rem;font-size:1.15rem}.site-footer-mark{width:24px;height:24px;flex-shrink:0}.site-footer-links{display:flex;gap:1.5rem}.footer-link{color:var(--on-surface-secondary);font-size:.95rem;transition:color .2s ease}.footer-link:hover{color:var(--accent)}@media(max-width:560px){.header-cta{display:none}.hero{padding-top:2.5rem}}.privacy-policy{max-width:800px;margin:0 auto;padding:2rem;min-height:100vh}.privacy-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.back-link{color:var(--accent);font-size:1rem;font-weight:600;display:inline-block;transition:opacity .2s ease}.back-link:before{content:"←";margin-right:.4rem}.back-link:hover{opacity:.75}.privacy-content{line-height:1.8;font-size:1rem;color:var(--on-surface)}.privacy-content h1{font-size:2.4rem;color:var(--on-surface);margin:2rem 0 1rem;border-bottom:2px solid var(--accent);padding-bottom:.5rem}.privacy-content h1:first-child{margin-top:0}.privacy-content h2{font-size:1.5rem;color:var(--accent);margin:2rem 0 1rem;border-bottom:1px solid var(--divider);padding-bottom:.3rem}.privacy-content p{margin:1rem 0}.privacy-content ul{margin:1rem 0;padding-left:2rem}.privacy-content li{margin:.5rem 0}.privacy-content strong{color:var(--on-surface);font-weight:700}.privacy-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;background:var(--accent-subtle);color:var(--accent);padding:.1rem .35rem;border-radius:5px}.privacy-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.privacy-content a:hover{opacity:.75}.privacy-content hr{border:none;border-top:1px solid var(--divider);margin:2rem 0}@media(max-width:768px){.privacy-policy{padding:1.25rem}.privacy-content h1{font-size:2rem}.privacy-content h2{font-size:1.35rem}}.app{min-height:100vh;display:flex;flex-direction:column}
