:root{--bg:#ffffff;--surface:#ffffff;--surface-soft:#fff8f6;--border:#f0e3df;--border-strong:#ead7d1;--text:#2f2b33;--text-soft:#716d75;--text-faint:#9b959d;--brand:#f48380;--brand-strong:#ef7673;--brand-soft:#fff2ef;--shadow-soft:0 14px 36px rgba(140,108,104,0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Noto Sans JP,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif;background:var(--bg);color:var(--text);font-size:17.5px;text-rendering:optimizeLegibility;font-feature-settings:"kern";font-kerning:normal}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.room-preview-page{min-height:100vh;display:flex;justify-content:center;background:var(--surface-soft)}.room-preview-shell{width:min(100%,430px);min-height:100vh;padding:18px 24px 156px;background:#f7f7f7}.room-preview-shell--center{display:flex;flex-direction:column;justify-content:center;gap:18px}.room-preview-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0 28px}.room-preview-brand-link{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--brand);font-size:1.04rem;font-weight:800;letter-spacing:0}.room-preview-logo{flex:0 0 auto;border-radius:12px;box-shadow:0 8px 16px rgba(244,166,160,.18)}.room-preview-hero h1{margin:0;color:#1a1a1a;font-size:1.46rem;font-weight:800;line-height:1.42;letter-spacing:0}.room-preview-status-row{margin-top:12px;display:flex;align-items:center}.room-preview-status-chip{display:inline-flex;align-items:center;min-height:24px;padding:4px 12px;border-radius:999px;background:#fff0ee;color:#f4a6a0;font-size:.78rem;font-weight:800}.room-preview-status-chip--success{background:#e8f5e9;color:#2e7d32}.room-preview-status-chip--muted{background:#eeeeee;color:#777}.room-preview-purpose-row{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.room-preview-purpose-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:#fff0ee;color:#f4a6a0;font-size:.88rem;font-weight:600}.room-preview-app-note{margin-top:24px;padding:13px 16px;border-radius:16px;background:#fff;color:#f4a6a0;font-size:.9rem;font-weight:600;line-height:1.55;text-align:center}.room-preview-card{margin-top:16px;padding:20px 16px;border-radius:28px;background:#fff}.room-preview-card h2{margin:0 0 16px;color:#1a1a1a;font-size:.97rem;font-weight:800;line-height:1.45}.room-preview-card-body,.room-preview-info-list{display:grid;grid-gap:16px;gap:16px}.room-preview-info-row{display:grid;grid-template-columns:22px auto minmax(0,1fr);align-items:start;grid-gap:8px;gap:8px}.room-preview-info-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#f4a6a0}.room-preview-info-icon svg{width:20px;height:20px}.room-preview-info-label{color:#999;font-size:.89rem;font-weight:500;line-height:1.55}.room-preview-info-value{min-width:0;color:#1a1a1a;font-size:.94rem;font-weight:500;line-height:1.55;overflow-wrap:anywhere}.room-preview-host-row{display:flex;align-items:center;gap:12px}.room-preview-host-name{min-width:0;display:flex;align-items:center;gap:8px}.room-preview-host-name strong{color:#1a1a1a;font-size:.94rem;font-weight:800}.room-preview-host-name span{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;background:#fff0ee;color:#f4a6a0;font-size:.76rem;white-space:nowrap}.room-preview-card-muted{margin:0;color:#999;font-size:.89rem;line-height:1.6}.room-preview-avatar-row{display:flex;align-items:center;gap:12px;min-height:40px}.room-preview-avatar{width:40px;height:40px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:#fff0ee;color:#f4a6a0;font-size:.88rem;font-weight:800;object-fit:cover}.room-preview-avatar--large{width:48px;height:48px;font-size:1rem}.room-preview-participants-panel{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:22px;background:#f7f7f7}.room-preview-participant-count-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.room-preview-participant-count-row span{color:#999;font-size:.89rem}.room-preview-participant-count-row strong{color:#f4a6a0;font-size:.78rem;font-weight:700;text-align:right}.room-preview-participants-panel p{margin:0;color:#666;font-size:.82rem}.room-preview-theme-row{display:flex;flex-wrap:wrap;gap:8px}.room-preview-theme-row span{display:inline-flex;align-items:center;min-height:31px;padding:0 12px;border-radius:999px;background:#f7f7f7;color:#666;font-size:.88rem}.room-preview-description-text{margin:0;color:#666;font-size:.94rem;font-weight:500;line-height:1.68;white-space:pre-line}.room-preview-action-panel{position:fixed;right:calc((100vw - min(100vw, 430px)) / 2);bottom:0;left:calc((100vw - min(100vw, 430px)) / 2);width:min(100%,430px);display:grid;grid-gap:8px;gap:8px;margin:0 auto;padding:10px 24px max(10px,env(safe-area-inset-bottom));border-top:1px solid #e5e5e5;background:#fff}.room-preview-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;width:100%;border-radius:999px;background:#f4a6a0;color:#fff;font-size:1rem;font-weight:800}.room-preview-store-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-gap:8px;gap:8px}.room-preview-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #e5e5e5;border-radius:999px;background:#fff;color:#343434;font-size:.9rem;font-weight:800}.room-preview-action-note{margin:0;color:#999;font-size:.74rem;font-weight:500;line-height:1.45;text-align:center}.room-preview-empty{text-align:center}.room-preview-empty-icon{margin:0 auto;border-radius:16px}.room-preview-brand-text{margin:12px 0 0;color:#f4a6a0;font-size:1rem;font-weight:800}.room-preview-empty h1{margin:12px 0 8px;color:#1a1a1a;font-size:1.31rem;font-weight:800}.room-preview-empty p{margin:0;color:#666;font-size:.94rem;font-weight:500;line-height:1.7}@media (min-width:720px){.room-preview-page{background:#f0eeee}.room-preview-shell{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}}.landing-page{min-height:100vh;display:flex;justify-content:center;background:#fff}.mobile-frame{width:min(100%,430px);min-height:100vh;padding:18px 18px 42px;background:radial-gradient(circle at top center,rgba(244,131,128,.08),transparent 26%),#fff}.topbar{justify-content:space-between;gap:12px}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;min-width:0}.brand-icon{border-radius:14px;box-shadow:0 10px 18px rgba(244,131,128,.18)}.brand-wordmark{width:124px;height:auto;flex:0 0 auto}.room-preview-wordmark{width:104px;height:auto;flex:0 0 auto}.topbar-actions{display:flex;align-items:center;gap:12px}.text-link{color:var(--text-soft);font-size:.97rem;font-weight:700;letter-spacing:0}.hero-section{margin-top:20px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:var(--brand-soft);color:var(--brand-strong);font-size:.89rem;font-weight:700;letter-spacing:.01em}.hero-title{margin:16px 0 0;display:flex;flex-direction:column;gap:.08em;font-size:clamp(1.81rem,calc(6.9vw + .09rem),2.74rem);line-height:1.22;letter-spacing:.045em;font-weight:700;max-width:none;text-wrap:unset;font-feature-settings:"palt"}.hero-title .accent{color:var(--brand-strong)}.hero-title span{display:block;white-space:nowrap}.hero-description{margin:18px 0 0;color:var(--text-soft);font-size:1.07rem;line-height:1.85;letter-spacing:.01em}.cta-stack{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.pill-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);font-weight:700;letter-spacing:0;white-space:nowrap}.pill-button.primary{border-color:transparent;background:linear-gradient(180deg,#f88a88,#f07a77);color:#fff;box-shadow:0 14px 30px rgba(240,122,119,.22)}.pill-button.secondary{background:#fff;color:var(--text)}.pill-button.large{width:100%;padding:15px 18px;font-size:1.05rem}.hero-card{margin-top:22px}.hero-media{position:relative;overflow:hidden;border-radius:30px;border:1px solid var(--border);background:var(--surface-soft);box-shadow:var(--shadow-soft)}.hero-image{width:100%;height:auto;display:block;object-fit:cover;object-position:66% center}.hero-chip-overlay{position:absolute;left:14px;right:14px;bottom:14px;display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.filter-chip{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text);font-size:.99rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.trust-bar{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.trust-item{display:inline-flex;align-items:center;gap:10px;padding:14px 16px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,249,248,.88),#fff);color:var(--text);font-size:1.04rem;font-weight:700;letter-spacing:.01em}.trust-item svg{color:var(--brand-strong);flex:0 0 auto}.content-section{margin-top:24px}.section-header{margin-bottom:14px}.section-kicker{margin:0 0 8px;color:var(--brand-strong);font-size:.95rem;font-weight:800;letter-spacing:.06em}.section-title{margin:0;font-size:1.59rem;line-height:1.36;letter-spacing:-.02em}.section-title.small{font-size:1.37rem}.feature-list,.step-list{display:grid;grid-gap:12px;gap:12px}.feature-card,.notice-card,.step-card{padding:18px;border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,249,248,.78),#fff);box-shadow:0 10px 24px rgba(120,90,86,.04)}.feature-card{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:start}.feature-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:var(--brand-soft);color:var(--brand-strong)}.feature-card h3,.step-card h3{margin:2px 0 6px;font-size:1.14rem;letter-spacing:-.01em}.feature-card p,.notice-copy,.step-card p{margin:0;color:var(--text-soft);font-size:1.07rem;line-height:1.75;letter-spacing:.01em}.step-number{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:var(--brand-soft);color:var(--brand-strong);font-size:1.04rem;font-weight:800;letter-spacing:.02em;margin-bottom:12px}.footer{padding:24px 0 10px;text-align:center}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:12px;color:var(--text-soft);font-size:.92rem;font-weight:700}.footer p{margin:0;color:var(--text-faint);font-size:1.04rem}.notice-card{display:grid;grid-gap:14px;gap:14px}.notice-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand-strong);font-weight:700;letter-spacing:0}.legal-page{min-height:100vh;background:var(--surface-soft);padding:28px 18px 48px}.legal-shell{width:min(100%,760px);margin:0 auto;padding:28px;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}.legal-brand{display:inline-flex;margin-bottom:28px;color:var(--brand-strong);font-size:1.05rem;font-weight:800}.legal-shell h1{margin:0 0 14px;font-size:2rem;line-height:1.3;letter-spacing:0}.legal-lead,.legal-shell p{color:var(--text-soft);line-height:1.8}.legal-lead{margin:0 0 28px;font-size:1.05rem}.legal-shell section{padding-top:22px;border-top:1px solid var(--border)}.legal-shell section+section{margin-top:22px}.legal-shell h2{margin:0 0 8px;font-size:1.15rem;line-height:1.45;letter-spacing:0}.legal-shell h3{margin:18px 0 6px;color:var(--text);font-size:1rem;line-height:1.5;letter-spacing:0}.legal-shell p{margin:0;font-size:.98rem}.legal-list+p,.legal-shell p+p{margin-top:12px}.legal-list{margin:12px 0 0;padding-left:1.4em;color:var(--text-soft);font-size:.98rem;line-height:1.8}.legal-list li+li{margin-top:8px}.legal-date{margin-top:28px!important;color:var(--text-faint)!important}.legal-link-list{display:grid;grid-gap:12px;gap:12px}.legal-link-list a{display:flex;align-items:center;min-height:48px;padding:0 16px;border:1px solid var(--border);border-radius:14px;color:var(--brand-strong);font-weight:800}@media (min-width:768px){.mobile-frame{border-left:1px solid #f3e8e5;border-right:1px solid #f3e8e5}.hero-image{max-height:560px;object-fit:cover}}@media (max-width:380px){.brand-wordmark{width:112px}.topbar-actions{gap:10px}.pill-button{padding:11px 15px}.hero-title{font-size:clamp(1.67rem,calc(6.5vw + .09rem),2.27rem)}}