.lp-root{font-family:var(--font-sans,"Noto Sans JP",sans-serif);color:#4a4a4a;background:#fff;line-height:1.8;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased}.lp-root *,.lp-root *:before,.lp-root *:after{margin:0;padding:0;box-sizing:border-box}.lp-root{--accent:#1a6847;--accent-light:#e8f3ed;--accent-hover:#145436;--text:#1a1a1a;--text-body:#4a4a4a;--text-muted:#6b6b6b;--bg:#ffffff;--bg-subtle:#f8f9fa;--border:#e5e5e5;--radius:3px;--font-serif:"Noto Serif JP",serif;--font-sans:"Noto Sans JP",sans-serif;--section-gap:120px;--content-width:1080px}.lp-root .section-label{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.lp-root .sticky-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff7;border-bottom:1px solid var(--border);transform:translateY(-100%);transition:transform .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.lp-root .sticky-header.visible{transform:translateY(0)}.lp-root .sticky-header-inner{max-width:var(--content-width);margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.lp-root .sticky-logo{font-family:var(--font-serif);font-size:16px;font-weight:700;color:var(--text);text-decoration:none;cursor:pointer;border:none;background:none}.lp-root .sticky-cta{display:inline-block;padding:8px 24px;background:var(--accent);color:#fff;font-size:14px;font-weight:500;text-decoration:none;border-radius:var(--radius);transition:background .2s ease-out;cursor:pointer;border:none}.lp-root .sticky-cta:hover{background:var(--accent-hover)}.lp-root .hero{padding:160px 24px 120px;text-align:left}.lp-root .hero-inner{max-width:var(--content-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.lp-root .hero-mockup{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.lp-root .hero-mockup img{width:100%;height:auto;display:block}.lp-root .hero-eyebrow{font-size:13px;font-weight:500;color:var(--accent);letter-spacing:.05em;margin-bottom:24px}.lp-root .hero h1{font-family:var(--font-serif);font-size:clamp(32px,5vw,56px);font-weight:700;color:var(--text);line-height:1.3;max-width:720px;margin-bottom:24px}.lp-root .hero-sub{font-size:18px;color:var(--text-body);max-width:560px;line-height:1.9;margin-bottom:48px}.lp-root .hero-cta{display:inline-block;padding:16px 40px;background:var(--accent);color:#fff;font-size:16px;font-weight:500;text-decoration:none;border-radius:var(--radius);transition:background .2s ease-out,transform .15s ease-out;cursor:pointer;border:none}.lp-root .hero-cta:hover{background:var(--accent-hover)}.lp-root .hero-cta:active{transform:scale(.97)}.lp-root .hero-cta-secondary{display:inline-block;padding:16px 40px;background:transparent;color:var(--accent);font-size:16px;font-weight:500;text-decoration:none;border:1px solid var(--accent);border-radius:var(--radius);margin-left:16px;transition:background .2s ease-out;cursor:pointer}.lp-root .hero-cta-secondary:hover{background:var(--accent-light)}.lp-root .hero-note{margin-top:16px;font-size:13px;color:var(--text-muted)}.lp-root .trust-bar{padding:64px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.lp-root .trust-bar-inner{max-width:var(--content-width);margin:0 auto;display:flex;flex-wrap:wrap;gap:48px;align-items:center;justify-content:center}.lp-root .trust-item{text-align:center}.lp-root .trust-number{font-size:40px;font-weight:300;color:var(--text);line-height:1.1}.lp-root .trust-label{font-size:13px;color:var(--text-muted);margin-top:4px}.lp-root .features{padding:var(--section-gap) 24px}.lp-root .features-header{max-width:var(--content-width);margin:0 auto 80px}.lp-root .features-header h2{font-family:var(--font-serif);font-size:clamp(24px,3.5vw,36px);font-weight:700;color:var(--text);line-height:1.4;max-width:560px}.lp-root .feature-block{max-width:var(--content-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:64px 0;border-top:1px solid var(--border)}.lp-root .feature-block:last-child{border-bottom:1px solid var(--border)}.lp-root .feature-block:nth-child(odd) .feature-visual{order:2}.lp-root .feature-block:nth-child(odd) .feature-content{order:1}.lp-root .feature-block:nth-child(2n) .feature-visual{order:1}.lp-root .feature-block:nth-child(2n) .feature-content{order:2}.lp-root .feature-step{font-size:12px;font-weight:500;letter-spacing:.08em;color:var(--accent);margin-bottom:12px}.lp-root .feature-content h3{font-family:var(--font-serif);font-size:24px;font-weight:700;color:var(--text);line-height:1.4;margin-bottom:16px}.lp-root .feature-content p{font-size:15px;color:var(--text-body);line-height:1.9;margin-bottom:20px}.lp-root .feature-detail-list{list-style:none;padding:0}.lp-root .feature-detail-list li{font-size:14px;color:var(--text-body);padding:6px 0 6px 16px;position:relative}.lp-root .feature-detail-list li:before{content:"";position:absolute;left:0;top:14px;width:4px;height:4px;background:var(--accent);border-radius:50%}.lp-root .feature-visual{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:relative}.lp-root .feature-visual img{width:100%;height:auto;display:block}.lp-root .diff{padding:var(--section-gap) 24px;background:var(--bg-subtle)}.lp-root .diff-inner{max-width:var(--content-width);margin:0 auto}.lp-root .diff h2{font-family:var(--font-serif);font-size:clamp(24px,3.5vw,36px);font-weight:700;color:var(--text);line-height:1.4;margin-bottom:16px}.lp-root .diff-lead{font-size:16px;color:var(--text-body);max-width:640px;margin-bottom:64px;line-height:1.9}.lp-root .diff-points{display:grid;grid-template-columns:1fr 1fr;gap:0}.lp-root .diff-point{padding:40px 32px;border-top:2px solid var(--accent)}.lp-root .diff-point:nth-child(odd){border-right:1px solid var(--border)}.lp-root .diff-point:nth-child(2n){padding-left:48px}.lp-root .diff-point h3{font-size:17px;font-weight:700;color:var(--text);margin-bottom:12px}.lp-root .diff-point p{font-size:14px;color:var(--text-body);line-height:1.8}.lp-root .comparison{margin-top:80px}.lp-root .comparison h3{font-family:var(--font-serif);font-size:20px;font-weight:700;color:var(--text);margin-bottom:32px}.lp-root .comparison-table{width:100%;border-collapse:collapse;font-size:14px}.lp-root .comparison-table thead th{text-align:left;padding:12px 16px;font-weight:500;color:var(--text-muted);border-bottom:2px solid var(--text);font-size:12px;letter-spacing:.05em}.lp-root .comparison-table thead th:first-child{width:30%}.lp-root .comparison-table tbody td{padding:16px;border-bottom:1px solid var(--border);vertical-align:top}.lp-root .comparison-table tbody td:first-child{font-weight:500;color:var(--text)}.lp-root .comparison-table .highlight-col{background:var(--accent-light)}.lp-root .comparison-table thead .highlight-col{color:var(--accent);font-weight:700;border-bottom-color:var(--accent)}.lp-root .persona-section{padding:var(--section-gap) 24px;background:var(--bg-subtle)}.lp-root .persona-inner{max-width:var(--content-width);margin:0 auto}.lp-root .persona-section h2{font-family:var(--font-serif);font-size:28px;font-weight:700;color:var(--text);line-height:1.4;margin-bottom:12px}.lp-root .persona-section .persona-lead{font-size:15px;color:var(--text-body);margin-bottom:48px;max-width:640px}.lp-root .persona-cards{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:56px}.lp-root .persona-card{display:flex;gap:20px;align-items:flex-start}.lp-root .persona-photo{position:relative;flex-shrink:0}.lp-root .persona-photo img.photo{width:88px;height:88px;border-radius:50%;object-fit:cover}.lp-root .persona-photo img.avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;position:absolute;bottom:-2px;right:-2px;border:2px solid var(--bg-subtle)}.lp-root .persona-info h3{font-size:18px;font-weight:700;color:var(--text);margin-bottom:2px}.lp-root .persona-info .persona-role{font-size:12px;font-weight:500;color:var(--accent);margin-bottom:8px}.lp-root .persona-info p{font-size:14px;color:var(--text-body);line-height:1.7}.lp-root .chat-demo{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.lp-root .chat-msg{display:flex;gap:8px;max-width:85%}.lp-root .chat-msg--right{flex-direction:row-reverse;align-self:flex-end}.lp-root .chat-msg--left{align-self:flex-start}.lp-root .chat-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.lp-root .chat-body{display:flex;flex-direction:column}.lp-root .chat-name{font-size:11px;color:var(--text-muted);margin-bottom:2px}.lp-root .chat-msg--right .chat-name{text-align:right}.lp-root .chat-bubble{padding:10px 14px;font-size:14px;line-height:1.6}.lp-root .chat-bubble--left{background:#f0f0f0;color:var(--text);border-radius:2px 12px 12px}.lp-root .chat-bubble--right{background:var(--accent);color:#fff;border-radius:12px 2px 12px 12px}.lp-root .before-after{padding:var(--section-gap) 24px}.lp-root .before-after-inner{max-width:var(--content-width);margin:0 auto}.lp-root .before-after h2{font-family:var(--font-serif);font-size:clamp(24px,3.5vw,36px);font-weight:700;color:var(--text);line-height:1.4;margin-bottom:64px}.lp-root .ba-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:stretch}.lp-root .ba-column{padding:40px 32px}.lp-root .ba-before{background:var(--bg-subtle);border-radius:var(--radius)}.lp-root .ba-arrow{display:flex;align-items:center;justify-content:center;padding:0 32px;font-size:24px;color:var(--text-muted)}.lp-root .ba-after{border-top:2px solid var(--accent);border-radius:var(--radius)}.lp-root .ba-column-label{font-size:12px;font-weight:500;letter-spacing:.08em;color:var(--text-muted);margin-bottom:24px}.lp-root .ba-after .ba-column-label{color:var(--accent)}.lp-root .ba-row{display:flex;justify-content:space-between;align-items:baseline;padding:16px 0;border-bottom:1px solid var(--border)}.lp-root .ba-row:last-child{border-bottom:none}.lp-root .ba-task{font-size:14px;color:var(--text-body)}.lp-root .ba-time{font-weight:300;font-size:28px;color:var(--text);white-space:nowrap;margin-left:16px}.lp-root .ba-after .ba-time{color:var(--accent)}.lp-root .pricing{padding:var(--section-gap) 24px;background:var(--bg-subtle)}.lp-root .pricing-inner{max-width:var(--content-width);margin:0 auto}.lp-root .pricing h2{font-family:var(--font-serif);font-size:clamp(24px,3.5vw,36px);font-weight:700;color:var(--text);line-height:1.4;margin-bottom:16px}.lp-root .pricing-lead{font-size:16px;color:var(--text-body);margin-bottom:64px;line-height:1.9}.lp-root .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--radius);overflow:hidden}.lp-root .pricing-plan{background:var(--bg);padding:48px 32px}.lp-root .pricing-plan.featured{border-top:2px solid var(--accent);padding-top:46px}.lp-root .pricing-plan-name{font-size:13px;font-weight:500;letter-spacing:.08em;color:var(--text-muted);margin-bottom:16px}.lp-root .pricing-plan.featured .pricing-plan-name{color:var(--accent)}.lp-root .pricing-price{font-weight:300;font-size:40px;color:var(--text);line-height:1.1;margin-bottom:4px}.lp-root .pricing-price span{font-size:16px;font-weight:400;color:var(--text-muted)}.lp-root .pricing-unit{font-size:13px;color:var(--text-muted);margin-bottom:32px}.lp-root .pricing-features{list-style:none;padding:0;margin-bottom:32px}.lp-root .pricing-features li{font-size:14px;color:var(--text-body);padding:8px 0;border-bottom:1px solid var(--border)}.lp-root .pricing-features li:last-child{border-bottom:none}.lp-root .pricing-cta{display:block;text-align:center;padding:12px 24px;border:1px solid var(--accent);color:var(--accent);font-size:14px;font-weight:500;text-decoration:none;border-radius:var(--radius);transition:background .2s ease-out,color .2s ease-out;cursor:pointer;background:transparent}.lp-root .pricing-cta:hover,.lp-root .pricing-plan.featured .pricing-cta{background:var(--accent);color:#fff}.lp-root .pricing-plan.featured .pricing-cta:hover{background:var(--accent-hover)}.lp-root .pricing-note{margin-top:32px;font-size:13px;color:var(--text-muted);text-align:center}.lp-root .faq{padding:var(--section-gap) 24px}.lp-root .faq-inner{max-width:720px;margin:0 auto}.lp-root .faq h2{font-family:var(--font-serif);font-size:clamp(24px,3.5vw,36px);font-weight:700;color:var(--text);line-height:1.4;margin-bottom:64px}.lp-root .faq-item{border-bottom:1px solid var(--border)}.lp-root .faq-question{width:100%;background:none;border:none;text-align:left;padding:24px 0;font-family:var(--font-sans);font-size:16px;font-weight:500;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;line-height:1.6}.lp-root .faq-question:hover{color:var(--accent)}.lp-root .faq-icon{flex-shrink:0;width:20px;height:20px;position:relative;transition:transform .2s ease-out}.lp-root .faq-icon:before,.lp-root .faq-icon:after{content:"";position:absolute;background:var(--text-muted);border-radius:1px}.lp-root .faq-icon:before{top:50%;left:4px;right:4px;height:1.5px;transform:translateY(-50%)}.lp-root .faq-icon:after{left:50%;top:4px;bottom:4px;width:1.5px;transform:translate(-50%);transition:transform .2s ease-out}.lp-root .faq-item.open .faq-icon:after{transform:translate(-50%) scaleY(0)}.lp-root .faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.lp-root .faq-answer-inner{padding:0 0 24px;font-size:15px;color:var(--text-body);line-height:1.9}.lp-root .final-cta{padding:var(--section-gap) 24px;background:var(--text);color:#fff;text-align:center}.lp-root .final-cta-inner{max-width:640px;margin:0 auto}.lp-root .final-cta h2{font-family:var(--font-serif);font-size:clamp(24px,3.5vw,36px);font-weight:700;color:#fff;line-height:1.4;margin-bottom:16px}.lp-root .final-cta p{font-size:16px;color:#ffffffb3;margin-bottom:48px;line-height:1.9}.lp-root .final-cta-btn{display:inline-block;padding:16px 48px;background:#fff;color:var(--text);font-size:16px;font-weight:500;text-decoration:none;border-radius:var(--radius);transition:opacity .2s ease-out,transform .15s ease-out;cursor:pointer;border:none}.lp-root .final-cta-btn:hover{opacity:.9}.lp-root .final-cta-btn:active{transform:scale(.97)}.lp-root .final-cta-note{margin-top:16px;font-size:13px;color:#ffffff80}.lp-root .waitlist{padding:var(--section-gap) 24px;background:var(--bg-subtle)}.lp-root .waitlist-inner{max-width:640px;margin:0 auto}.lp-root .waitlist h2{font-family:var(--font-serif);font-size:clamp(24px,3.5vw,32px);font-weight:700;color:var(--text);line-height:1.4;margin-bottom:16px}.lp-root .waitlist-lead{font-size:16px;color:var(--text-body);line-height:1.9;margin-bottom:48px}.lp-root .waitlist-fields{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.lp-root .waitlist-field label{display:block;font-size:14px;font-weight:500;color:var(--text);margin-bottom:6px}.lp-root .waitlist-field .required{color:var(--accent)}.lp-root .waitlist-field input{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius);font-size:16px;font-family:var(--font-sans);color:var(--text);background:var(--bg);transition:border-color .2s ease-out}.lp-root .waitlist-field input:focus{outline:none;border-color:var(--accent)}.lp-root .waitlist-field input::placeholder{color:#b0b0b0}.lp-root .waitlist-submit{display:block;width:100%;padding:16px;background:var(--accent);color:#fff;font-size:16px;font-weight:500;font-family:var(--font-sans);border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s ease-out}.lp-root .waitlist-submit:hover{background:var(--accent-hover)}.lp-root .waitlist-submit:disabled{opacity:.6;cursor:not-allowed}.lp-root .waitlist-note{margin-top:12px;font-size:13px;color:var(--text-muted);text-align:center}.lp-root .waitlist-success{text-align:center;padding:48px 24px}.lp-root .waitlist-success h3{font-family:var(--font-serif);font-size:24px;font-weight:700;color:var(--text);margin-bottom:12px}.lp-root .waitlist-success p{font-size:16px;color:var(--text-body);line-height:1.9}.lp-root .lp-footer{padding:48px 24px;border-top:1px solid var(--border)}.lp-root .footer-inner{max-width:var(--content-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.lp-root .footer-brand{font-family:var(--font-serif);font-size:14px;font-weight:700;color:var(--text)}.lp-root .footer-links{display:flex;gap:24px}.lp-root .footer-links button{font-size:13px;color:var(--text-muted);text-decoration:none;background:none;border:none;cursor:pointer;transition:color .2s ease-out}.lp-root .footer-links button:hover{color:var(--text)}.lp-root .footer-copy{width:100%;font-size:12px;color:var(--text-muted);margin-top:16px}@media(max-width:767px){.lp-root{--section-gap:80px}.lp-root .hero{padding:120px 24px 80px}.lp-root .hero-inner{grid-template-columns:1fr;gap:32px}.lp-root .hero-mockup{order:2}.lp-root .hero h1{font-size:28px}.lp-root .hero-sub{font-size:16px}.lp-root .hero-cta,.lp-root .hero-cta-secondary{display:block;text-align:center;margin-left:0;margin-bottom:12px}.lp-root .trust-bar-inner{gap:32px;justify-content:space-around}.lp-root .trust-number{font-size:32px}.lp-root .feature-block{grid-template-columns:1fr;gap:32px;padding:48px 0}.lp-root .feature-block:nth-child(odd) .feature-visual,.lp-root .feature-block:nth-child(2n) .feature-visual{order:1}.lp-root .feature-block:nth-child(odd) .feature-content,.lp-root .feature-block:nth-child(2n) .feature-content{order:2}.lp-root .feature-visual{aspect-ratio:16/9}.lp-root .diff-points{grid-template-columns:1fr}.lp-root .diff-point:nth-child(odd){border-right:none}.lp-root .diff-point:nth-child(2n){padding-left:32px}.lp-root .comparison-table{font-size:13px}.lp-root .comparison-table thead th,.lp-root .comparison-table tbody td{padding:12px 8px}.lp-root .persona-cards{grid-template-columns:1fr;gap:24px}.lp-root .persona-photo img.photo{width:72px;height:72px}.lp-root .persona-section h2{font-size:22px}.lp-root .ba-grid{grid-template-columns:1fr;gap:24px}.lp-root .ba-arrow{padding:8px 0;transform:rotate(90deg)}.lp-root .ba-time{font-size:24px}.lp-root .pricing-grid{grid-template-columns:1fr}.lp-root .footer-inner{flex-direction:column;text-align:center}.lp-root .footer-links{justify-content:center}}@media(min-width:768px)and (max-width:1023px){.lp-root .feature-block{gap:48px}.lp-root .ba-arrow{padding:0 16px}}:root{--green: #1a6847;--green-light: #e6f2ed;--green-deep: #0f4a32;--white: #ffffff;--text: #1a1a1a;--text-sub: #4a4a4a;--text-muted: #6b6b6b;--bg: #f5f5f0;--border: #d4d4d4;--danger: #b91c1c;--caution: #92400e;--success: #166534;--font: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;--ease: cubic-bezier(.4, 0, .2, 1);--sidebar-w: 220px;--sidebar-r-w: 260px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:15px;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.8;min-height:100dvh;-webkit-font-smoothing:antialiased}input,select,textarea,button{font:inherit;color:inherit}a{color:var(--green);text-decoration:none}a:focus-visible{outline:2px solid var(--green);outline-offset:2px}.app-shell{max-width:1100px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;background:var(--white)}.app-header{display:flex;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--white);align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.app-header__logo{font-size:15px;font-weight:700;color:var(--green-deep);letter-spacing:-.02em}.app-header__user{font-size:13px;color:var(--text-muted)}.user-menu{position:absolute;top:100%;right:0;margin-top:4px;background:var(--white);border:1px solid var(--border);border-radius:3px;min-width:180px;z-index:200}.user-menu__email{padding:10px 14px;font-size:12px;color:var(--text-muted);border-bottom:1px solid var(--border)}.user-menu__item{display:block;width:100%;padding:10px 14px;font-size:13px;color:var(--text);background:none;border:none;text-align:left;cursor:pointer;font-family:var(--font)}.user-menu__item:hover{background:var(--bg)}.user-menu__item--danger{color:var(--danger)}.app-layout{display:flex;flex:1}.sidebar-left{display:none;width:var(--sidebar-w);flex-shrink:0;background:var(--white);border-right:1px solid var(--border);padding:20px 0;position:sticky;top:49px;height:calc(100dvh - 49px);overflow-y:auto}.sidebar-section-label{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);padding:0 20px;margin-bottom:8px}.sidebar-nav-item{display:flex;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;color:var(--text-sub);cursor:pointer;transition:background .12s,color .12s;border-left:3px solid transparent;border:none;background:none;width:100%;text-align:left}.sidebar-nav-item:hover{background:var(--green-light);color:var(--green)}.sidebar-nav-item--active{background:var(--green-light);color:var(--green);border-left:3px solid var(--green);font-weight:600}.sidebar-nav-item svg{width:18px;height:18px;flex-shrink:0}.sidebar-right{display:none;width:var(--sidebar-r-w);flex-shrink:0;background:var(--white);border-left:1px solid var(--border);padding:20px 16px;position:sticky;top:49px;height:calc(100dvh - 49px);overflow-y:auto}.sidebar-right__title{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.sidebar-right__item{padding:10px 0;border-bottom:1px solid var(--border);cursor:pointer}.sidebar-right__item:last-child{border-bottom:none}.sidebar-right__item-title{font-size:13px;font-weight:500;color:var(--text)}.sidebar-right__item-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.app-main{flex:1;min-width:0;padding:20px 16px;padding-bottom:calc(96px + env(safe-area-inset-bottom));overflow-y:auto}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;height:calc(56px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--white);border-top:1px solid var(--border);z-index:100}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 12px;border:none;background:none;color:var(--text-muted);font-size:10px;font-weight:500;cursor:pointer;transition:color .15s var(--ease)}.bottom-nav__item:focus-visible{outline:2px solid var(--green);outline-offset:-2px}.bottom-nav__item--active{color:var(--green);font-weight:700}.bottom-nav__item svg{width:22px;height:22px}.card{background:var(--white);border:1px solid var(--border);border-radius:3px;padding:16px}.card+.card{margin-top:12px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:13px;font-weight:600;color:var(--text-sub);margin-bottom:6px}.form-label--required:after{content:" *";color:var(--danger)}.form-input,.form-select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:3px;font-size:15px;background:var(--white);transition:border-color .15s var(--ease)}.form-input:focus,.form-select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 2px var(--green-light)}.form-input::placeholder{color:#b0b0b0}.form-input-group{display:flex;align-items:center;gap:8px}.form-input-group .form-input{flex:1}.form-input-suffix{font-size:14px;color:var(--text-muted);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:none;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s var(--ease),opacity .15s var(--ease);white-space:nowrap}.btn:focus-visible{outline:2px solid var(--green);outline-offset:2px}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--green-deep)}.btn-primary:active:not(:disabled){background:var(--green-deep);opacity:.9}.btn-secondary{background:var(--white);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--text-muted);background:var(--bg)}.btn-block{width:100%}.btn-lg{padding:14px 24px;font-size:15px}.progress-bar{display:flex;gap:8px;margin-bottom:24px}.progress-step{flex:1;text-align:center}.progress-step__number{font-size:11px;font-weight:700;color:var(--text-muted);margin-bottom:2px}.progress-step__label{font-size:11px;color:var(--text-muted);margin-bottom:6px}.progress-step__bar{height:3px;background:var(--border);border-radius:2px;transition:background .3s var(--ease)}.progress-step--active .progress-step__number,.progress-step--active .progress-step__label{color:var(--green)}.progress-step--active .progress-step__bar,.progress-step--done .progress-step__bar{background:var(--green)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.section-title{font-size:16px;font-weight:700;color:var(--text)}.section-subtitle{font-size:12px;color:var(--text-muted)}.meeting-item{padding:12px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s var(--ease)}.meeting-item:last-child{border-bottom:none}.meeting-item:active{background:var(--bg)}.meeting-item__time{font-size:12px;font-weight:600;color:var(--green);font-variant-numeric:tabular-nums}.meeting-item__name{font-size:15px;font-weight:500;margin-top:2px;color:var(--text)}.meeting-item__status{font-size:12px;color:var(--text-muted);margin-top:2px}.meeting-item__action{font-size:13px;color:var(--green);font-weight:600;margin-top:6px}.result-section{margin-top:24px}.result-section__title{font-size:12px;font-weight:700;color:var(--green);letter-spacing:.06em;text-transform:uppercase;padding-bottom:6px;border-bottom:2px solid var(--green);margin-bottom:12px}.check-point{padding:12px 0;font-size:14px;line-height:1.7}.check-point+.check-point{border-top:1px solid var(--border)}.check-point__label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.check-point__label--info{color:var(--green)}.check-point__label--caution{color:var(--caution)}.talk-item{padding:12px 0;font-size:14px;line-height:1.8}.talk-item+.talk-item{border-top:1px solid var(--border)}.talk-item__q{font-weight:600;color:var(--text);margin-bottom:4px}.talk-item__context{color:var(--text-muted);font-size:13px}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:40px}.loading-spinner:after{content:"";width:28px;height:28px;border:2px solid var(--border);border-top-color:var(--green);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:32px 20px;max-width:400px;margin:0 auto}.auth-container h1{font-size:20px;font-weight:700;color:var(--green-deep);margin-bottom:4px}.auth-container p{font-size:14px;color:var(--text-muted);margin-bottom:32px;text-align:center}.auth-form{width:100%}.auth-error{font-size:13px;color:var(--danger);margin-top:8px}.auth-switch{text-align:center;margin-top:24px;font-size:13px;color:var(--text-muted)}.auth-switch button{border:none;background:none;color:var(--green);font-weight:600;cursor:pointer}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-sm{font-size:13px}.mt-4{margin-top:8px}.mt-8{margin-top:16px}.mt-12{margin-top:24px}.mb-8{margin-bottom:16px}.gap-8{gap:8px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.tag{display:inline-block;padding:2px 8px;font-size:11px;font-weight:600;border-radius:3px;background:var(--green-light);color:var(--green);border:1px solid var(--green-light)}.tag--caution{background:#fef3c7;color:var(--caution);border-color:#fef3c7}.tag--success{background:#dcfce7;color:var(--success);border-color:#dcfce7}.feedback-widget{margin-top:24px;padding:16px;border:1px solid var(--border);border-radius:3px;background:var(--white)}.feedback-widget__title{font-size:13px;font-weight:600;color:var(--text-sub);margin-bottom:10px}.feedback-widget__buttons{display:flex;gap:8px}.feedback-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:3px;background:var(--white);color:var(--text-muted);cursor:pointer;transition:all .15s var(--ease)}.feedback-btn:hover{border-color:var(--text-sub);color:var(--text)}.feedback-btn--active-up{border-color:var(--green);color:var(--green);background:var(--green-light)}.feedback-btn--active-down{border-color:var(--danger);color:var(--danger);background:#fef2f2}.feedback-widget__form{margin-top:10px}.feedback-widget__thanks{margin-top:10px;font-size:13px;color:var(--text-muted)}.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.admin-stat{padding:16px;border:1px solid var(--border);border-radius:3px;background:var(--white)}.admin-stat__label{font-size:12px;color:var(--text-muted);margin-bottom:4px}.admin-stat__value{font-size:24px;font-weight:700;color:var(--text)}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:8px 12px;text-align:left;border-bottom:1px solid var(--border)}.admin-table th{font-weight:600;color:var(--text-sub);font-size:12px}@media(max-width:600px){.admin-grid{grid-template-columns:1fr}}@media(min-width:960px){.app-shell{flex-direction:column}.app-layout{flex-direction:row}.sidebar-left,.sidebar-right{display:block}.app-main{padding:24px 28px 40px}.bottom-nav{display:none}.auth-container{max-width:360px}}@media(min-width:600px)and (max-width:959px){.app-main{padding:24px;max-width:600px;margin:0 auto}}.sns-neta{background:var(--green-light);border-color:var(--green-light)}.sns-neta__subtitle{font-size:13px;font-weight:600;color:var(--green-deep);margin-bottom:8px}.sns-neta__points{list-style:none;counter-reset:sns-point;margin-bottom:16px}.sns-neta__points li{counter-increment:sns-point;font-size:14px;line-height:1.8;padding:2px 0}.sns-neta__points li:before{content:counter(sns-point) ". ";font-weight:600;color:var(--green)}.sns-neta__actions{display:flex;gap:8px;margin-bottom:12px}.btn-sm{padding:6px 12px;font-size:12px}.sns-neta__copied{color:var(--green);border-color:var(--green)}.sns-neta__hashtags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;cursor:pointer}.sns-neta__tag{font-size:12px;color:var(--green);font-weight:500}.sns-neta__disclaimer{font-size:11px;color:var(--text-muted);line-height:1.6}@media print{.app-header,.sidebar-left,.sidebar-right,.bottom-nav,.btn,.feedback-widget,.no-print{display:none!important}body{background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.app-shell{max-width:none}.app-layout{display:block}.app-main{padding:0;overflow:visible}.result-section__title{border-bottom-width:1px}.card{border:1px solid #ccc;break-inside:avoid}.check-point{break-inside:avoid}.lips-j-section{break-inside:avoid;page-break-inside:avoid}a[href^=http]:after{content:" (" attr(href) ")";font-size:11px;color:#666}}.products-search{margin-bottom:12px}.products-chips{display:flex;gap:6px;overflow-x:auto;padding-bottom:8px;margin-bottom:12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-chips::-webkit-scrollbar{display:none}.products-chip{flex-shrink:0;padding:4px 12px;border:1px solid var(--border);border-radius:3px;background:var(--white);font-size:12px;color:var(--text-sub);cursor:pointer;transition:all .15s}.products-chip:hover{border-color:var(--green);color:var(--green)}.products-chip--active{background:var(--green);color:var(--white);border-color:var(--green)}.products-list{display:flex;flex-direction:column}.products-list-item{display:block;width:100%;padding:12px 0;border:none;border-bottom:1px solid var(--border);background:none;text-align:left;cursor:pointer;transition:background .1s}.products-list-item:hover{background:var(--green-light)}.products-list-item__name{font-size:14px;font-weight:500;color:var(--text);line-height:1.4}.products-list-item__meta{font-size:12px;color:var(--text-muted);margin-top:2px}.products-list-item__dot{margin:0 2px}.products-list-item__tags{display:flex;gap:4px;margin-top:4px;flex-wrap:wrap}.products-pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 0}
