:root{--brand: #1f5bff;--brand-2: #376dff;--ink: #071638;--muted: #6b7280;--line: #dbe4f3;--bg: #f7f9fd;--card: #ffffff;--danger: #d64545;--radius: 8px;--soft-blue: #eff5ff;--green: #12a862;--amber: #f59e0b}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Hiragino Kaku Gothic ProN,Noto Sans JP,Meiryo,sans-serif;color:var(--ink);background:var(--bg);line-height:1.7}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:1.6rem;margin:0 0 .5rem}h2{font-size:1.2rem;margin:1.2rem 0 .4rem}.muted{color:var(--muted)}.small{font-size:.85rem}.center{text-align:center}.req{color:var(--brand);font-size:.7rem;font-weight:700;margin-left:.3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid transparent;border-radius:999px;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;cursor:pointer;background:none;transition:opacity .15s}.btn:hover{text-decoration:none;opacity:.9}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff}.btn-ghost{border-color:var(--line);color:var(--ink);background:#fff}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-block{width:100%}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.2rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;gap:1.5rem;padding:.8rem 1.5rem;background:#fff;border-bottom:1px solid var(--line)}.admin-header{background:#1f2333}.admin-header .brand,.admin-header .app-nav a,.admin-header .user-email{color:#fff}.brand{font-weight:800;font-size:1.15rem;color:var(--brand)}.brand.center{display:block;text-align:center;margin-bottom:.5rem}.badge{font-size:.7rem;background:var(--brand);color:#fff;border-radius:6px;padding:.1rem .4rem;vertical-align:middle}.app-nav{display:flex;gap:1rem}.app-nav a{color:var(--ink);font-weight:500}.app-nav a.active{color:var(--brand);font-weight:700}.app-header-right{margin-left:auto;display:flex;align-items:center;gap:1rem}.user-email{font-size:.85rem;color:var(--muted)}.app-main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:1.5rem}.site-footer{border-top:1px solid var(--line);padding:1.5rem;text-align:center;color:var(--muted);font-size:.85rem;background:#fff}.footer-links{display:flex;gap:1.2rem;justify-content:center;margin-bottom:.5rem;flex-wrap:wrap}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1080px;margin:0 auto}.landing-header nav{display:flex;gap:.6rem}.hero{text-align:center;padding:3rem 1.5rem;max-width:760px;margin:0 auto}.hero h1{font-size:2.4rem;line-height:1.3}.pill{display:inline-block;background:#eef0ff;color:var(--brand);border-radius:999px;padding:.25rem .9rem;font-size:.8rem;font-weight:700;margin-bottom:1rem}.hero-lead{color:var(--muted);font-size:1.05rem}.hero-cta{display:flex;gap:.8rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;max-width:1080px;margin:0 auto;padding:1rem 1.5rem}.feature h3{margin-top:0;color:var(--brand)}.pricing{max-width:1080px;margin:1.5rem auto}.pricing-table,.data-table{width:100%;border-collapse:collapse}.pricing-table th,.pricing-table td{text-align:left;padding:.6rem .5rem;border-bottom:1px solid var(--line);vertical-align:top}.lp-page{--lp-blue: #003b8f;--lp-blue-dark: #06215a;--lp-blue-soft: #eef5ff;--lp-orange: #ff5a0a;--lp-orange-dark: #e44800;--lp-text: #071638;--lp-muted: #5f6b7d;--lp-line: #dbe5f2;--lp-shadow: 0 12px 34px rgba(7, 22, 56, .11);color:var(--lp-text);background:linear-gradient(180deg,#fff 0,#f8fbff 38%,#fff);overflow:hidden}.lp-page h1,.lp-page h2,.lp-page h3,.lp-page p{margin-top:0}.lp-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.4rem;max-width:1280px;margin:0 auto;padding:.85rem 1.6rem;background:#fffffff0;border-bottom:1px solid rgba(219,229,242,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.lp-brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--lp-blue);font-size:1.65rem;font-weight:850;line-height:1}.lp-brand-mark{width:34px;height:34px;border:4px solid var(--lp-blue);border-right-width:8px;border-radius:7px 3px;transform:skewY(-18deg) rotate(-6deg);box-shadow:inset 7px 0 #dbeaff}.lp-header p{margin:0;color:var(--lp-text);font-weight:700}.lp-header-actions{display:flex;align-items:center;gap:1rem}.lp-phone{display:grid;color:var(--lp-blue-dark);font-size:1.15rem;font-weight:850;line-height:1.15;text-align:right}.lp-phone small{color:var(--lp-muted);font-size:.72rem;font-weight:700}.lp-header-cta,.lp-submit{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:48px;border:0;border-radius:8px;padding:.8rem 1.3rem;color:#fff;background:linear-gradient(180deg,#ff711d,var(--lp-orange));box-shadow:0 10px 24px #ff5a0a47;font-weight:850;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.lp-header-cta:hover,.lp-submit:hover{color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 14px 28px #ff5a0a57}.lp-hero{position:relative;display:grid;grid-template-columns:minmax(420px,1.15fr) minmax(300px,.82fr) minmax(320px,.92fr);align-items:center;gap:1.1rem;max-width:1280px;min-height:520px;margin:0 auto;padding:1.5rem 1.6rem .9rem}.lp-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:radial-gradient(circle at 45% 20%,rgba(194,221,255,.55),transparent 31%),linear-gradient(90deg,#fff,#ffffffeb 32%,#eff7ff8f 60%,#fff);pointer-events:none}.lp-hero-copy,.lp-hero-media,.lp-form{position:relative;z-index:1}.lp-kicker{display:inline-block;margin-bottom:1.2rem;color:var(--lp-blue);font-size:1.15rem;font-weight:850}.lp-hero h1{margin-bottom:1.4rem;color:var(--lp-blue-dark);font-size:clamp(2.5rem,3.6vw,3.65rem);font-weight:900;line-height:1.22;white-space:nowrap}.lp-hero-copy p{max-width:36rem;color:#15213b;font-size:1.08rem;font-weight:650;line-height:2}.lp-hero-media{align-self:end;height:470px;overflow:hidden;border-radius:0 0 12px 12px}.lp-hero-media img{width:100%;height:100%;object-fit:cover;object-position:55% 50%;animation:lp-float 7s ease-in-out infinite}.lp-form{align-self:center;display:grid;gap:.72rem;padding:1.45rem;background:#fffffff5;border:1px solid var(--lp-line);border-radius:10px;box-shadow:var(--lp-shadow)}.lp-form-title{display:flex;align-items:baseline;gap:.65rem;color:var(--lp-blue)}.lp-form-title strong{font-size:1.35rem;font-weight:900}.lp-form-title span{color:#1b263d;font-size:.82rem;font-weight:800}.lp-form label{display:grid;gap:.22rem;color:#1f2937;font-size:.78rem;font-weight:800}.lp-form input,.lp-form select{width:100%;height:38px;border:1px solid #cfd9e8;border-radius:6px;padding:0 .7rem;color:var(--lp-text);background:#fff;font:inherit;font-size:.9rem}.lp-form input:focus,.lp-form select:focus{border-color:var(--lp-blue);outline:3px solid rgba(0,59,143,.12)}.lp-submit{width:100%;min-height:58px;margin-top:.2rem;font-size:1.05rem}.lp-submit span{font-size:1.8rem;line-height:0}.lp-privacy{margin:0;color:var(--lp-muted);font-size:.82rem;font-weight:800;text-align:center}.lp-trustbar{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);max-width:1220px;margin:-.2rem auto 1.4rem;padding:.85rem 1.2rem;background:#fff;border:1px solid var(--lp-line);border-radius:10px;box-shadow:0 8px 26px #0716381a}.lp-trustbar>div{display:grid;grid-template-columns:54px 1fr;gap:.1rem .75rem;align-items:center;min-height:70px;padding:0 1rem;border-right:1px solid var(--lp-line)}.lp-trustbar>div:last-child{border-right:0}.lp-trustbar .lp-icon{grid-row:span 2}.lp-trustbar strong{color:var(--lp-blue);font-size:1.08rem;line-height:1.2}.lp-trustbar span:not(.lp-icon){color:#1f2937;font-size:.9rem;font-weight:650}.lp-icon{position:relative;display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;color:var(--lp-blue)}.lp-icon:before,.lp-icon:after{position:absolute;content:""}.lp-icon-person:before{width:18px;height:18px;top:5px;border-radius:50%;background:currentColor}.lp-icon-person:after{width:36px;height:22px;bottom:3px;border-radius:20px 20px 8px 8px;background:currentColor}.lp-icon-pin:before{width:27px;height:27px;top:4px;border-radius:50% 50% 50% 8px;background:currentColor;transform:rotate(-45deg)}.lp-icon-pin:after{width:9px;height:9px;top:13px;border-radius:50%;background:#fff}.lp-icon-headset:before{width:34px;height:29px;border:5px solid currentColor;border-bottom:0;border-radius:22px 22px 0 0}.lp-icon-headset:after{width:35px;height:18px;bottom:7px;border-left:8px solid currentColor;border-right:8px solid currentColor;border-radius:6px}.lp-icon-screen:before{width:34px;height:25px;border:4px solid currentColor;border-radius:4px}.lp-icon-screen:after{width:26px;height:4px;bottom:4px;background:currentColor;box-shadow:0 -6px 0 -1px currentColor}.lp-icon-search:before{width:27px;height:27px;border:5px solid currentColor;border-radius:50%}.lp-icon-search:after{width:17px;height:5px;right:3px;bottom:7px;border-radius:5px;background:currentColor;transform:rotate(45deg)}.lp-icon-route:before{width:12px;height:12px;left:4px;border-radius:50%;background:currentColor;box-shadow:26px 23px 0 currentColor}.lp-icon-route:after{width:30px;height:22px;border:4px solid currentColor;border-left:0;border-bottom:0;border-radius:0 18px 0 0}.lp-icon-ai:before{width:34px;height:38px;border:4px solid currentColor;border-radius:18px 18px 12px 12px}.lp-icon-ai:after{content:"AI";color:currentColor;font-size:.8rem;font-weight:900}.lp-icon-report:before{width:30px;height:37px;border:4px solid currentColor;border-radius:4px}.lp-icon-report:after{width:18px;height:4px;background:currentColor;box-shadow:0 9px 0 currentColor,0 18px 0 currentColor}.lp-price-grid,.lp-section,.lp-design-section,.lp-growth-section,.lp-final-cta{max-width:1220px;margin:0 auto;padding:1.3rem 1.6rem}.lp-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.lp-price-grid article,.lp-step-card,.lp-sample-card,.lp-design-column article,.lp-page-preview,.lp-voice-card,.lp-improvement-grid article,.lp-flow-grid article,.lp-faq-grid details{background:#fff;border:1px solid var(--lp-line);border-radius:10px;box-shadow:0 6px 18px #0716380f}.lp-price-grid article{min-height:150px;padding:1.1rem;text-align:center}.lp-price-grid h2{margin-bottom:.35rem;color:var(--lp-blue);font-size:1.02rem}.lp-price-grid strong{display:block;min-height:3rem;color:var(--lp-blue);font-size:clamp(1.9rem,3vw,2.8rem);font-weight:950;line-height:1.1}.lp-price-grid p,.lp-step-card p,.lp-design-column p,.lp-voice-card p,.lp-improvement-grid p,.lp-flow-grid p,.lp-faq-grid p{margin-bottom:0;color:var(--lp-muted);font-size:.9rem;font-weight:600;line-height:1.75}.lp-section-title{margin:0 0 1rem;color:var(--lp-blue);font-size:clamp(1.45rem,2.8vw,2rem);font-weight:900;line-height:1.35;text-align:center}.lp-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.lp-step-card{position:relative;display:grid;grid-template-columns:110px 1fr;gap:1rem;align-items:center;min-height:140px;padding:1rem}.lp-step-card:not(:last-child):after{position:absolute;top:50%;right:-1.25rem;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:18px solid var(--lp-blue);content:"";transform:translateY(-50%)}.lp-step-card span,.lp-flow-grid span{position:absolute;top:.7rem;left:.8rem;padding:.1rem .55rem;color:#fff;background:var(--lp-blue);border-radius:4px;font-size:.78rem;font-weight:900}.lp-step-card img,.lp-flow-grid img{width:100%;height:88px;border-radius:7px;object-fit:cover}.lp-step-card h3,.lp-sample-card h3,.lp-design-column h3,.lp-voice-card h3,.lp-improvement-grid h3,.lp-flow-grid h3{margin:0 0 .35rem;color:var(--lp-blue);font-size:1.06rem;font-weight:900;line-height:1.35}.lp-sample-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.lp-sample-card{overflow:hidden;padding-bottom:.9rem;text-align:center;transition:transform .18s ease,box-shadow .18s ease}.lp-sample-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #0716381f}.lp-sample-card img{width:100%;height:250px;object-fit:contain;background:#f8fbff}.lp-sample-card h3{margin:.85rem 0 0;font-size:1.08rem}.lp-section-head{margin-bottom:1.4rem;text-align:center}.lp-section-head h2{margin-bottom:.4rem;color:var(--lp-blue);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:900;line-height:1.35}.lp-section-head p{margin-bottom:0;color:#1f2937;font-weight:700}.lp-design-layout{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(360px,1.7fr) minmax(180px,.75fr);gap:1.2rem;align-items:center}.lp-design-column{display:grid;gap:1.05rem}.lp-design-column article{position:relative;padding:1.1rem 1.1rem 1.1rem 4.4rem}.lp-design-column .lp-icon{position:absolute;top:1.05rem;left:1rem;width:34px;height:34px}.lp-design-column h3{font-size:.98rem}.lp-page-preview{overflow:hidden;padding:1rem}.lp-page-preview img{width:100%;height:330px;border:1px solid var(--lp-line);border-radius:8px;object-fit:contain;background:#f8fbff}.lp-preview-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:.7rem;margin-top:.9rem}.lp-preview-strip span{padding:.72rem .35rem;color:var(--lp-blue);background:#fff;border:1px solid var(--lp-line);border-radius:8px;font-size:.82rem;font-weight:850;text-align:center}.lp-voice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lp-voice-card{display:grid;grid-template-columns:116px 1fr;gap:1rem;padding:1rem}.lp-voice-card img{width:116px;height:144px;border-radius:8px;object-fit:cover}.lp-voice-card small{display:block;margin-top:.7rem;color:#334155;font-size:.78rem;font-weight:800}.lp-growth-section{padding-top:2rem}.lp-growth-hero{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(340px,1fr);gap:1.4rem;align-items:center;margin-bottom:1rem}.lp-growth-hero h2{color:var(--lp-blue-dark);font-size:clamp(2rem,4vw,3.4rem);font-weight:900;line-height:1.35}.lp-growth-hero p{color:#14213d;font-size:1rem;font-weight:650;line-height:2}.lp-cycle{position:relative;min-height:330px;padding:1.2rem;background:#fff;border:1px solid var(--lp-line);border-radius:10px;box-shadow:var(--lp-shadow)}.lp-cycle:before{position:absolute;top:56px;right:56px;bottom:56px;left:56px;border:5px solid var(--lp-blue);border-left-color:transparent;border-radius:50%;content:"";animation:lp-spin 18s linear infinite}.lp-cycle span{position:absolute;width:126px;padding:.55rem;color:var(--lp-blue);background:#f7fbff;border:1px solid #b8cce9;border-radius:7px;font-size:.82rem;font-weight:900;line-height:1.3;text-align:center;transform:translate(-50%,-50%)}.lp-cycle span:nth-child(1){top:13%;left:50%}.lp-cycle span:nth-child(2){top:38%;left:82%}.lp-cycle span:nth-child(3){top:76%;left:70%}.lp-cycle span:nth-child(4){top:76%;left:30%}.lp-cycle span:nth-child(5){top:38%;left:18%}.lp-cycle strong{position:absolute;top:50%;left:50%;max-width:210px;color:var(--lp-blue);font-size:1.2rem;font-weight:950;line-height:1.45;text-align:center;transform:translate(-50%,-50%)}.lp-improvement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.95rem}.lp-improvement-grid article{display:grid;grid-template-columns:56px 1fr;gap:.2rem .8rem;align-items:start;padding:1.1rem}.lp-improvement-grid .lp-icon{grid-row:span 2}.lp-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.lp-flow-grid article{position:relative;padding:1rem}.lp-flow-grid article:not(:last-child):after{position:absolute;top:50%;right:-1rem;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid var(--lp-blue);content:"";transform:translateY(-50%)}.lp-flow-grid img{height:86px;margin-bottom:.75rem}.lp-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.7rem}.lp-faq-grid details{padding:0;overflow:hidden}.lp-faq-grid summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:.72rem 1rem;color:var(--lp-blue-dark);cursor:pointer;font-weight:800;list-style:none}.lp-faq-grid summary::-webkit-details-marker{display:none}.lp-faq-grid summary:after{color:var(--lp-blue);content:"+";font-size:1.3rem;font-weight:700}.lp-faq-grid details[open] summary:after{content:"-"}.lp-faq-grid p{padding:0 1rem 1rem}.lp-final-cta{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(320px,1fr);gap:1.4rem;align-items:center;margin-top:1.6rem;margin-bottom:1.6rem;color:#fff;background:linear-gradient(135deg,#00479f,#002f7f);border-radius:12px;box-shadow:0 18px 38px #002f7f3d}.lp-final-cta h2{color:#fff;font-size:clamp(2rem,3.6vw,3.3rem);font-weight:900;line-height:1.35}.lp-final-cta ul{display:grid;gap:.4rem;margin:1rem 0 0;padding:0;list-style:none}.lp-final-cta li{position:relative;padding-left:1.4rem;font-weight:750}.lp-final-cta li:before{position:absolute;left:0;color:#9ee6a9;content:"✓";font-weight:900}.lp-final-cta .lp-form{box-shadow:none}.lp-form-compact{grid-template-columns:1fr 1fr}.lp-form-compact .lp-form-title,.lp-form-compact .lp-submit,.lp-form-compact .lp-privacy{grid-column:1 / -1}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes lp-spin{to{transform:rotate(360deg)}}@media(max-width:1040px){.lp-header{grid-template-columns:1fr auto}.lp-header p,.lp-phone{display:none}.lp-hero{grid-template-columns:1fr .9fr}.lp-form{grid-column:1 / -1;max-width:680px;margin:0 auto}.lp-hero-media{margin-left:-1rem}.lp-trustbar,.lp-price-grid,.lp-improvement-grid,.lp-flow-grid{grid-template-columns:repeat(2,1fr)}.lp-trustbar>div:nth-child(2){border-right:0}.lp-trustbar>div:nth-child(-n+2){border-bottom:1px solid var(--lp-line)}.lp-step-grid,.lp-sample-grid,.lp-voice-grid,.lp-design-layout,.lp-growth-hero{grid-template-columns:1fr}.lp-step-card:not(:last-child):after,.lp-flow-grid article:not(:last-child):after{display:none}.lp-design-column{grid-template-columns:repeat(2,1fr)}.lp-design-column:last-child{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.lp-header{position:static;padding:.8rem 1rem}.lp-brand{font-size:1.35rem}.lp-brand-mark{width:29px;height:29px}.lp-header-actions{gap:0}.lp-header-cta{min-height:42px;padding:.65rem .8rem;font-size:.86rem}.lp-hero{grid-template-columns:1fr;min-height:0;padding:1.5rem 1rem .8rem}.lp-kicker{font-size:.98rem}.lp-hero h1{font-size:2.35rem;white-space:normal}.lp-hero-media{height:300px;margin:-.8rem -1rem 0;order:2}.lp-form{order:3;width:100%;padding:1.1rem}.lp-trustbar,.lp-price-grid,.lp-step-grid,.lp-sample-grid,.lp-voice-grid,.lp-design-column,.lp-design-column:last-child,.lp-improvement-grid,.lp-flow-grid,.lp-faq-grid,.lp-final-cta,.lp-form-compact{grid-template-columns:1fr}.lp-trustbar{margin:0 1rem 1rem;padding:0}.lp-trustbar>div{border-right:0;border-bottom:1px solid var(--lp-line)}.lp-trustbar>div:last-child{border-bottom:0}.lp-price-grid,.lp-section,.lp-design-section,.lp-growth-section,.lp-final-cta{padding-right:1rem;padding-left:1rem}.lp-step-card{grid-template-columns:96px 1fr}.lp-sample-card img,.lp-page-preview img{height:230px}.lp-preview-strip{grid-template-columns:repeat(2,1fr)}.lp-voice-card{grid-template-columns:96px 1fr}.lp-voice-card img{width:96px;height:126px}.lp-growth-hero h2,.lp-final-cta h2{font-size:2rem}.lp-cycle{min-height:260px}.lp-cycle:before{top:48px;right:48px;bottom:48px;left:48px}.lp-cycle span{left:50%;width:112px;font-size:.72rem}.lp-cycle strong{max-width:160px;font-size:.95rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{width:100%;max-width:420px}.auth-card.wide{max-width:560px}.auth-alt{text-align:center;margin-top:1rem}.form{display:flex;flex-direction:column;gap:1rem}.form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600}.form input,.form select,.form textarea{padding:.6rem .7rem;border:1px solid var(--line);border-radius:8px;font-size:1rem;font-family:inherit;background:#fff}.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid var(--brand-2);border-color:var(--brand-2)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.checkbox{flex-direction:row!important;align-items:center;gap:.5rem;font-weight:500!important}.checkbox input{width:auto}.alert{border-radius:8px;padding:.7rem .9rem;margin-bottom:1rem;font-size:.9rem}.alert-error{background:#fdecec;color:var(--danger);border:1px solid #f5c2c2}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.2rem}.stat{text-align:center}.stat-label{color:var(--muted);font-size:.85rem}.stat-value{font-size:2rem;font-weight:800;color:var(--brand)}.stat-unit{font-size:.9rem;margin-left:.2rem}.data-table th,.data-table td{text-align:left;padding:.55rem .5rem;border-bottom:1px solid var(--line);font-size:.92rem}.data-table th{color:var(--muted);font-weight:600}.placeholder-no{display:inline-block;background:var(--brand);color:#fff;border-radius:6px;padding:.1rem .5rem;font-size:.75rem;font-weight:700;margin-bottom:.6rem}.placeholder-note{color:var(--muted);font-style:italic}.page-center{min-height:50vh;display:flex;align-items:center;justify-content:center;color:var(--muted)}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-content{max-width:760px;margin:1.5rem auto;width:100%}.legal-dl{display:grid;grid-template-columns:200px 1fr;gap:.5rem 1rem}.legal-dl dt{font-weight:700}.legal-dl dd{margin:0}.bank-box{margin-top:1rem;padding:1rem;background:var(--bg);border-radius:8px}.bank-box dl{display:grid;grid-template-columns:100px 1fr;gap:.3rem 1rem;margin:0}.bank-box dt{font-weight:700}.bank-box dd{margin:0}@media(max-width:640px){.legal-dl,.bank-box dl,.form-row{grid-template-columns:1fr}}.admin-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.2rem}.admin-page-head h1{margin:.1rem 0 .3rem}.admin-eyebrow{color:var(--brand);font-size:.8rem;font-weight:700}.head-actions{display:flex;align-items:flex-end;gap:.5rem;flex-wrap:wrap}.head-actions select{padding:.5rem .6rem;border:1px solid var(--line);border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff}.breadcrumb{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.breadcrumb span{margin:0 .3rem}.admin-toolbar{display:flex;align-items:flex-end;gap:.8rem;flex-wrap:wrap}.filter-field{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600}.filter-field.grow{flex:1;min-width:220px}.filter-field span{color:var(--muted)}.filter-field input,.filter-field select{padding:.5rem .6rem;border:1px solid var(--line);border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;font-weight:400}.filter-field input:focus,.filter-field select:focus{outline:2px solid var(--brand-2);border-color:var(--brand-2)}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.btn-row{display:flex;gap:.6rem}.cell-strong{font-weight:600}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.pos{color:#167c3d;font-weight:600}.neg{color:var(--danger);font-weight:600}.pill{display:inline-block;border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:700;white-space:nowrap}.pill-gray{background:#eef0f3;color:#4b5563}.pill-blue{background:#e6efff;color:#2563eb}.pill-green{background:#e6f6ec;color:#167c3d}.pill-amber{background:#fff4e0;color:#b45309}.pill-red{background:#fdecec;color:var(--danger)}.pill-purple{background:#efe9ff;color:#6d28d9}.alert-info{background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.card.alert-info{border-radius:var(--radius)}.temp-pass{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.05em}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.2rem}.detail-grid>.card{margin-bottom:0}.admin-detail .head-actions{align-items:center}.kv{display:grid;grid-template-columns:120px 1fr;gap:.45rem 1rem;margin:0}.kv dt{font-weight:700;color:var(--muted);font-size:.85rem}.kv dd{margin:0;font-size:.92rem;word-break:break-word}.steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.step{display:flex;align-items:center;gap:.7rem}.step-marker{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;background:#eef0f3;color:var(--muted);flex:none}.step-done .step-marker{background:#e6f6ec;color:#167c3d}.step-current .step-marker{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff}.step-label{font-size:.92rem}.step-current .step-label{font-weight:700;color:var(--brand)}.step-todo .step-label{color:var(--muted)}.material-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.material-list li{display:flex;align-items:center;gap:.6rem;font-size:.9rem}.thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem}.thumb{border:1px solid var(--line);border-radius:8px;overflow:hidden}.thumb-selected{border-color:var(--brand);box-shadow:0 0 0 2px #5b47e033}.thumb img{width:100%;height:100px;object-fit:cover;display:block}.thumb-empty{height:100px;display:flex;align-items:center;justify-content:center;color:var(--muted);background:var(--bg);font-size:.85rem}.thumb-caption{padding:.4rem .5rem;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:.3rem}.activity-list,.note-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.7rem}.activity-list li,.note-list li{border-left:2px solid var(--line);padding-left:.7rem}.activity-body{display:flex;flex-direction:column;font-size:.9rem}.activity-actor{font-weight:600}.note-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.8rem}.note-form textarea{border:1px solid var(--line);border-radius:8px;padding:.6rem .7rem;font-family:inherit;font-size:.92rem;resize:vertical}.note-form textarea:focus{outline:2px solid var(--brand-2);border-color:var(--brand-2)}.note-form .btn{align-self:flex-end}.note-body{font-size:.92rem;white-space:pre-wrap}.balance-card{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border:none}.balance-card .stat-label{color:#ffffffd9}.balance-value{font-size:2.6rem;font-weight:800;margin:.3rem 0}.balance-card .stat-unit{font-size:1rem;margin-left:.3rem}.balance-card .muted{color:#ffffffd9}.stat-value-sm{font-size:1.4rem}@media(max-width:720px){.detail-grid{grid-template-columns:1fr}.kv{grid-template-columns:100px 1fr}}.section{max-width:1080px;margin:2rem auto;padding:0 1.5rem}.section-title{text-align:center;font-size:1.5rem;margin-bottom:1.2rem}.right{align-self:flex-end}textarea{width:100%;box-sizing:border-box;padding:.6rem .7rem;border:1px solid var(--line);border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical}textarea:focus{outline:2px solid var(--brand-2);border-color:var(--brand-2)}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]){padding:.6rem .7rem;border:1px solid var(--line);border-radius:8px;font-size:1rem;font-family:inherit}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):focus{outline:2px solid var(--brand-2);border-color:var(--brand-2)}.hero-badges{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-top:1.2rem}.hero-badges span{background:#eef0ff;color:var(--brand);border-radius:8px;padding:.3rem .8rem;font-size:.85rem;font-weight:700}.flow-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.flow-no{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:.5rem}.flow-card h3{margin:.2rem 0;font-size:1.05rem}.faq-list{display:flex;flex-direction:column;gap:.6rem}.faq-item{margin:0;padding:1rem 1.2rem}.faq-item summary{cursor:pointer;font-weight:700}.faq-item p{margin:.6rem 0 0}.cta-band{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;text-align:center;padding:2.5rem 1.5rem;margin-top:2rem}.cta-band h2{color:#fff;margin-top:0}.cta-band-btn{background:#fff;color:var(--brand);margin-top:1rem;font-weight:700}.wizard{max-width:1040px;margin:0 auto}.wizard-head{margin-bottom:1rem}.step-tag{display:inline-block;background:#eef0ff;color:var(--brand);border-radius:8px;padding:.15rem .6rem;font-size:.8rem;font-weight:700;margin-bottom:.4rem}.wizard-steps{display:flex;list-style:none;padding:.8rem 1rem;margin:0 0 1.2rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);gap:.5rem;overflow-x:auto}.wizard-step{display:flex;align-items:center;gap:.4rem;flex:1;min-width:max-content;color:var(--muted);font-size:.85rem}.wizard-step:not(:last-child):after{content:"";flex:1;height:2px;background:var(--line);min-width:1.2rem}.wizard-step-num{width:1.6rem;height:1.6rem;border-radius:50%;border:2px solid var(--line);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.wizard-step.current{color:var(--brand);font-weight:700}.wizard-step.current .wizard-step-num{border-color:var(--brand);background:var(--brand);color:#fff}.wizard-step.done{color:var(--ink)}.wizard-step.done .wizard-step-num{border-color:var(--brand);color:var(--brand)}.wizard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.2rem;align-items:start}.wizard-aside{display:flex;flex-direction:column;gap:1.2rem}.wizard-actions{display:flex;justify-content:space-between;gap:1rem;margin:1rem 0;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:.4rem}.field-label{font-size:.9rem;font-weight:600}.chip-grid{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--line);border-radius:999px;padding:.35rem .8rem;font-size:.85rem;font-weight:500!important;cursor:pointer;flex-direction:row!important}.chip input{width:auto}.chip.on{border-color:var(--brand);background:#eef0ff;color:var(--brand);font-weight:700!important}.atmo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem}.atmo{display:flex!important;flex-direction:column;gap:.2rem;border:1px solid var(--line);border-radius:8px;padding:.7rem;cursor:pointer;font-weight:500!important}.atmo.on{border-color:var(--brand);background:#eef0ff}.atmo input{display:none}.tip-list,.step-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.tip-list li,.step-list li{display:flex;flex-direction:column;gap:.2rem}.step-list{counter-reset:step}.step-list li{padding-left:1.8rem;position:relative}.step-list li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:1.3rem;height:1.3rem;border-radius:50%;background:var(--brand);color:#fff;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:700}.tag{display:inline-block;font-size:.7rem;font-weight:700;border-radius:6px;padding:.1rem .4rem;vertical-align:middle;margin-left:.3rem}.tag-req{background:var(--brand);color:#fff}.tag-opt{background:#eef0ff;color:var(--brand)}.btn-sm{padding:.35rem .8rem;font-size:.82rem}.upload-section-head{display:flex;justify-content:space-between;align-items:baseline}.upload-section-head h2{margin:0}.upload-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem;margin-top:.8rem}.upload-drop{border:2px dashed var(--line);border-radius:10px;min-height:150px;display:flex;align-items:center;justify-content:center;text-align:center;padding:.8rem}.upload-drop-inner{display:flex;flex-direction:column;align-items:center;gap:.4rem}.upload-icon{font-size:1.4rem;color:var(--brand)}.upload-thumb{position:relative;border:1px solid var(--line);border-radius:10px;overflow:hidden;aspect-ratio:1;background:var(--bg)}.upload-thumb img{width:100%;height:100%;object-fit:cover}.thumb-del{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;line-height:1}.thumb-file{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.3rem;padding:.5rem;text-align:center}.thumb-ext{font-weight:800;text-transform:uppercase;color:var(--brand)}.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.option-card.on{border-color:var(--brand);box-shadow:0 0 0 2px #eef0ff inset}.option-card-head{display:flex;justify-content:space-between;align-items:center}.option-card-head h3{margin:0}.toggle{border:1px solid var(--line);border-radius:999px;padding:.3rem .9rem;font-weight:700;cursor:pointer;background:#fff;color:var(--muted)}.toggle.on{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border-color:transparent}.check-list{list-style:none;padding:0;margin:.6rem 0;display:flex;flex-direction:column;gap:.35rem}.check-list li:before{content:"✓ ";color:var(--brand);font-weight:800}.check-list.small li{font-size:.85rem}.option-rate{background:var(--bg);border-radius:8px;padding:.5rem .7rem;font-weight:700;color:var(--brand)}.credit-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.6rem;margin:.8rem 0}.credit-examples div{display:flex;flex-direction:column;gap:.2rem;background:var(--bg);border-radius:8px;padding:.6rem .7rem}.credit-examples strong{color:var(--brand);font-size:1.1rem}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cta-card h2{margin:0 0 .3rem}.progress-head{display:flex;align-items:center;gap:1rem;margin-bottom:.6rem}.progress-percent{font-size:2rem;font-weight:800;color:var(--brand)}.progress-bar{height:12px;border-radius:999px;background:var(--line);overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,var(--brand),var(--brand-2));border-radius:999px;transition:width .4s ease}.progress-fill.indeterminate{width:40%;animation:indet 1.4s infinite ease-in-out}@keyframes indet{0%{margin-left:-40%}to{margin-left:100%}}.stage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem;margin:1.2rem 0}.stage{border:1px solid var(--line);border-radius:10px;padding:.8rem;display:flex;flex-direction:column;gap:.3rem}.stage-icon{width:1.6rem;height:1.6rem;border-radius:50%;border:2px solid var(--line);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.stage.current{border-color:var(--brand);background:#eef0ff}.stage.current .stage-icon,.stage.done .stage-icon{border-color:var(--brand);background:var(--brand);color:#fff}.proposal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.8rem;margin-bottom:1.2rem}.proposal-card{position:relative;border:2px solid var(--line);border-radius:12px;background:#fff;padding:.5rem;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:.3rem}.proposal-card.on{border-color:var(--brand);box-shadow:0 4px 16px #5b47e02e}.proposal-card img{width:100%;border-radius:8px;aspect-ratio:1;object-fit:cover}.proposal-noimg{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--bg);border-radius:8px}.proposal-badge{position:absolute;top:10px;left:10px;background:#1f2333bf;color:#fff;border-radius:6px;padding:.1rem .4rem;font-size:.75rem;font-weight:700}.proposal-variant{font-weight:700;font-size:.9rem}.proposal-select-state{font-size:.82rem;color:var(--brand);font-weight:700}.preview-body{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem;align-items:start}.preview-img{width:100%;border-radius:10px;border:1px solid var(--line)}.preview-img.wide{margin:.6rem 0 1rem}.preview-meta h3{margin-top:0}.sitemap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem}.sitemap-page{border:1px solid var(--line);border-radius:10px;padding:.5rem;display:flex;flex-direction:column;gap:.4rem}.sitemap-page.off{opacity:.5}.sitemap-page-head{display:flex;justify-content:space-between;align-items:center}.sitemap-label{font-weight:700;font-size:.85rem}.sitemap-page img{width:100%;border-radius:6px;aspect-ratio:1;object-fit:cover}.include-toggle{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--muted)}.summary-dl{display:grid;grid-template-columns:1fr auto;gap:.4rem 1rem;margin:0 0 .8rem}.summary-dl dt{color:var(--muted)}.summary-dl dd{margin:0;font-weight:700;text-align:right}.pay-panel{max-width:560px}.pay-amount{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1rem}.pay-amount strong{font-size:2rem;color:var(--brand)}.pay-inline{margin-top:1rem;padding:1rem;background:#f4f2ff;border-radius:10px}.registrar-grid,.check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-top:.8rem}.registrar-card,.check-block{border:1px solid var(--line);border-radius:10px;padding:.9rem;display:flex;flex-direction:column;gap:.3rem}.guide-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.8rem;margin-top:.8rem}.guide-step{border:1px solid var(--line);border-radius:10px;padding:.9rem}.guide-step-no{width:1.8rem;height:1.8rem;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:.4rem}.contact-band{background:#f4f2ff}.dash-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-value.small{font-size:1.2rem;word-break:break-all}.dash-stats .stat{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start;text-align:left}.quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem}.quick-card{border:1px solid var(--line);border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.3rem;color:var(--ink)}.quick-card:hover{border-color:var(--brand);text-decoration:none}.quick-card.disabled{opacity:.7;cursor:default}.charge-options{display:flex;gap:.8rem;flex-wrap:wrap;margin:.8rem 0}.charge-btn{font-weight:700}.delta-pos{color:#2b8a3e;font-weight:700}.delta-neg{color:var(--danger);font-weight:700}@media(max-width:820px){.wizard-grid,.preview-body{grid-template-columns:1fr}}.analysis-card{border:1px solid var(--line);border-left:4px solid var(--brand);margin-bottom:1.2rem}.analysis-head{margin-bottom:.8rem}.analysis-head h2{margin:.3rem 0 .2rem}.analysis-badge{display:inline-block;background:var(--brand);color:#fff;font-size:.72rem;font-weight:700;padding:.15rem .6rem;border-radius:999px}.lp-shell{min-height:100vh;display:grid;grid-template-columns:270px 1fr;background:#f7f9fd}.lp-sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;overscroll-behavior:contain;border-right:1px solid var(--line);background:#fbfcff;padding:22px 18px;display:flex;flex-direction:column;gap:24px}.lp-brand{display:flex;align-items:center;gap:12px;color:#0b2a66;font-size:1.35rem;font-weight:850}.lp-brand:hover{text-decoration:none}.lp-brand-mark{width:34px;height:34px;border:3px solid var(--brand);border-radius:9px;display:grid;place-items:center;color:var(--brand);font-size:1rem}.lp-side-nav{display:flex;flex-direction:column;gap:6px}.lp-side-nav a{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 14px;border-radius:8px;color:#17264a;font-weight:700}.lp-side-nav a:hover,.lp-side-nav a.active{text-decoration:none;background:#edf3ff;color:var(--brand)}.lp-nav-icon{width:22px;color:#5d6b8c;text-align:center}.lp-support-card{margin-top:auto;flex:none;padding:18px;border-radius:8px;background:#eef4ff;color:#17264a;display:flex;flex-direction:column;gap:8px}.lp-start-card{border:0;text-align:left;cursor:pointer;font:inherit}.lp-start-card.active{outline:3px solid rgba(34,93,198,.18);border-color:var(--brand)}.lp-chat-box.tall{min-height:360px;max-height:52vh;overflow-y:auto}.lp-chat-input{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}.lp-chat-input input{min-height:48px;border:1px solid var(--line);border-radius:8px;padding:0 14px}.lp-upload-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lp-upload-choice{display:flex;flex-direction:column;gap:6px;min-height:110px;border:1px dashed #b9c7e5;border-radius:8px;background:#f8fbff;padding:16px;cursor:pointer}.lp-upload-choice input{display:none}.lp-upload-choice strong{color:#17264a}.lp-upload-choice span{color:var(--muted);font-size:.88rem}.lp-field-block{display:flex;flex-direction:column;gap:8px;margin-top:16px;font-weight:700}.lp-field-block textarea{resize:vertical}.lp-file-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.lp-file-list a{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:#17264a}.lp-kv-list{display:flex;flex-direction:column;gap:10px}.lp-kv-list label{display:flex;flex-direction:column;gap:6px;font-size:.86rem;font-weight:700}.chip-grid.compact{gap:8px}.chip-grid.compact .chip{min-height:36px;font-size:.84rem}.atmo-grid.compact{grid-template-columns:1fr;gap:8px;margin:12px 0}.lp-inline-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.lp-tree.selectable button{border:0;text-align:left;background:#fff;color:#17264a;border-radius:8px;padding:10px 12px;font:inherit;cursor:pointer;display:flex;flex-direction:column;gap:4px}.lp-tree.selectable button.active{background:#edf3ff;color:var(--brand);font-weight:800}.lp-plan-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 24px}.lp-plan-meta-grid>div{border:1px solid var(--line);border-radius:8px;background:#f8fbff;padding:14px}.lp-plan-meta-grid h3{font-size:.86rem;color:var(--muted);margin-bottom:6px}.lp-support-card span{font-size:.86rem}.lp-support-illust{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:var(--brand);background:#dfeaff}.lp-workspace{min-width:0}.lp-topbar{height:74px;border-bottom:1px solid var(--line);background:#ffffffdb;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.lp-office-switch,.lp-topbar-actions{display:flex;align-items:center;gap:12px}.lp-office-icon,.lp-round-icon,.lp-user-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#edf3ff;color:var(--brand);font-weight:800}.lp-user-meta{display:flex;flex-direction:column;line-height:1.25;color:#17264a}.lp-user-meta span{color:var(--muted);font-size:.78rem}.lp-main{width:100%;max-width:1380px;margin:0 auto;padding:28px}.lp-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.lp-page-head h1{font-size:1.75rem;margin:0 0 4px;letter-spacing:0}.lp-page-head p{margin:0;color:#33415f}.lp-date-chip{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 14px;color:#17264a;font-weight:700}.lp-card,.lp-action-banner,.lp-info-banner,.lp-warning-card,.lp-start-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 20px #0d1f4708}.lp-card{padding:24px}.lp-card h2,.lp-start-card h2{margin:0 0 10px;font-size:1.12rem}.lp-card p{margin-top:0}.lp-action-banner{padding:28px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#f3f7ff,#fff);margin-bottom:22px}.lp-action-banner h2{margin:6px 0 4px;font-size:1.45rem}.lp-action-banner p,.lp-info-banner p{margin:0;color:#33415f}.lp-section-kicker{color:var(--brand);font-weight:850;font-size:.9rem}.lp-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(320px,.9fr);gap:22px;margin-bottom:22px}.lp-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}.lp-metric{display:flex;flex-direction:column;gap:4px}.lp-metric span{color:#5d6b8c;font-weight:700}.lp-metric strong{color:#071638;font-size:2rem;line-height:1.1}.lp-metric small{color:#5d6b8c}.lp-progress-summary{display:flex;align-items:center;gap:28px}.lp-progress-summary.compact{gap:14px}.lp-ring{--p: 0deg;width:104px;height:104px;border-radius:50%;background:conic-gradient(var(--brand) var(--p),#e8edf6 0);display:grid;place-items:center;flex:0 0 auto}.lp-ring:before{content:"";width:78px;height:78px;border-radius:50%;background:#fff;position:absolute}.lp-ring span{position:relative;font-weight:850;font-size:1.3rem}.lp-stepper{margin-top:28px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.lp-stepper>div{display:flex;flex-direction:column;align-items:center;gap:7px;color:#7b86a0}.lp-stepper span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;font-weight:800}.lp-stepper .done span{background:var(--green);border-color:var(--green);color:#fff}.lp-stepper .current span{background:var(--brand);border-color:var(--brand);color:#fff}.lp-status-pill,.lp-priority{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 12px;font-size:.82rem;font-weight:850;background:#edf3ff;color:var(--brand);white-space:nowrap}.lp-status-pill.green,.lp-priority.top{background:#e8f8ef;color:var(--green)}.lp-status-pill.amber{background:#fff3df;color:#b76b00}.lp-activity-list,.lp-check-list,.lp-keyword-list,.lp-section-list,.lp-asset-list,.lp-improvement-list{display:flex;flex-direction:column;gap:12px}.lp-activity-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #eef2f8}.lp-activity-item small{display:block;color:var(--muted)}.lp-dot{width:32px;height:32px;border-radius:50%;background:#edf3ff;flex:0 0 auto}.lp-check-list>div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid #eef2f8;border-radius:8px}.lp-check-list.mini>div{grid-template-columns:28px 1fr;border:0;padding:6px 0}.lp-check{width:22px;height:22px;border:1px solid #cbd5e1;border-radius:50%;display:grid;place-items:center;font-size:.78rem;font-weight:850}.lp-check.done{background:var(--green);border-color:var(--green);color:#fff}.lp-check.warn{background:#fff3df;border-color:#ffd493;color:var(--amber)}.lp-advice-card,.lp-warning-card,.lp-info-banner{padding:20px 24px}.lp-warning-card{border-color:#ffd493;margin-bottom:22px}.lp-start-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:28px}.lp-start-card{padding:30px;text-align:center}.lp-start-card.recommended{border-color:#bfa7ff}.lp-start-card ul{list-style:none;padding:16px;margin:18px 0;text-align:left;background:#f7f9fd;border-radius:8px}.lp-start-card li{margin:8px 0}.lp-large-icon{width:76px;height:76px;margin:0 auto 16px;border-radius:18px;display:grid;place-items:center;font-size:2rem;font-weight:850}.lp-large-icon.purple{background:#f1e8ff;color:#7c3aed}.lp-large-icon.blue{background:#e7efff;color:var(--brand)}.lp-mini-pill{display:inline-block;border-radius:999px;padding:4px 10px;background:#f1e8ff;color:#7c3aed;font-weight:800;font-size:.78rem}.lp-time{color:#33415f;font-weight:800}.lp-content-grid,.lp-keyword-layout,.lp-assets-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.lp-assets-grid{grid-template-columns:1fr 1.15fr;margin-bottom:22px}.lp-side-panel{display:flex;flex-direction:column;gap:18px}.lp-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.lp-chat-box{padding:18px;border:1px solid #d5e2ff;background:#fbfdff;border-radius:8px;margin-bottom:20px}.lp-chat-row{display:flex;gap:12px;margin-bottom:14px}.lp-chat-row.user{justify-content:flex-end}.lp-chat-row.user>div{background:#e8f0ff;padding:12px 16px;border-radius:8px}.lp-bot-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#dce8ff;color:var(--brand);font-weight:850}.lp-form-section{border-top:1px solid #edf2f8;padding-top:20px;margin-top:20px}.lp-form-section h3{margin:0 0 12px}.lp-service-card{border:1px solid #edf2f8;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}.lp-summary-block{border:1px solid #edf2f8;border-radius:8px;padding:14px;margin-top:12px}.lp-summary-block.good{background:#f0fbf6;border-color:#bcebd3}.lp-summary-block.warn{background:#fff8ee;border-color:#ffd493}.lp-persona-mini{display:flex;align-items:center;gap:12px}.lp-avatar-illustration{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e7efff;color:var(--brand);font-weight:850}.lp-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);margin:-24px -24px 16px}.lp-tabs button{padding:18px 12px;border:0;border-right:1px solid var(--line);background:#fbfcff;color:#17264a;font-weight:850;cursor:pointer}.lp-tabs button.active{background:#fff;color:var(--brand);box-shadow:inset 0 -3px 0 var(--brand)}.lp-tabs span{display:inline-block;margin-left:6px;background:#edf3ff;border-radius:999px;padding:1px 8px}.lp-keyword-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto 230px 20px;gap:14px;align-items:center;padding:16px;border:1px solid #edf2f8;border-radius:8px}.lp-keyword-row h2,.lp-improvement-row h2{margin:0 0 4px;font-size:1rem}.lp-keyword-row p,.lp-improvement-row p{margin:0;color:#5d6b8c}.lp-number{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--brand);font-weight:850}.lp-row-page{display:flex;flex-direction:column}.lp-row-page small{color:#5d6b8c}.lp-chevron{color:#5d6b8c;font-size:1.6rem}.lp-actions-row{margin-top:22px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.lp-icon-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.lp-icon-list li{display:flex;gap:12px;align-items:center}.lp-icon-list span{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#edf3ff;color:var(--brand);font-weight:850}.lp-page-plan-grid{display:grid;grid-template-columns:380px 1fr;gap:24px}.lp-tree{display:flex;flex-direction:column;gap:10px}.lp-tree span,.lp-tree strong{padding:10px 12px;border-radius:8px}.lp-tree .active{background:#edf3ff;color:var(--brand)}.lp-tree small{margin-left:28px;color:#33415f}.lp-selected-page{display:grid;grid-template-columns:62px 1fr auto auto;gap:16px;align-items:center;padding-bottom:20px;border-bottom:1px solid #edf2f8;margin-bottom:20px}.lp-selected-page .lp-large-icon{width:54px;height:54px;margin:0;font-size:1.4rem}.lp-section-list>div,.lp-asset-list>div{display:grid;grid-template-columns:24px 44px 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid #edf2f8;border-radius:8px}.lp-asset-list>div{grid-template-columns:44px 1fr auto}.lp-drag{color:#9aa6bd}.lp-square-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#edf3ff;color:var(--brand);font-weight:850}.lp-section-list p,.lp-asset-list small{margin:0;color:#5d6b8c}.lp-improvement-row{display:grid;grid-template-columns:64px 1fr auto auto;gap:14px;align-items:center;padding:16px;border:1px solid #edf2f8;border-radius:8px}.lp-type{border-radius:999px;padding:6px 12px;font-weight:850;text-align:center}.lp-type.seo{background:#edf3ff;color:var(--brand)}.lp-type.cvr{background:#f0fbf6;color:var(--green)}.lp-report-card{max-width:900px}.lp-upload-zone{min-height:280px;border:2px dashed #8fb0ff;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#fbfdff;text-align:center}.lp-upload-zone span{color:var(--brand);font-size:3rem}.price-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px}@media(max-width:1100px){.lp-shell{grid-template-columns:1fr}.lp-sidebar{position:static;height:auto}.lp-side-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.lp-support-card{display:none}.lp-upload-choice-grid,.lp-plan-meta-grid,.lp-dashboard-grid,.lp-content-grid,.lp-keyword-layout,.lp-page-plan-grid,.lp-assets-grid{grid-template-columns:1fr}.lp-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.lp-main{padding:18px}.lp-topbar,.lp-page-head,.lp-action-banner{align-items:stretch;flex-direction:column}.lp-start-grid,.lp-metric-grid{grid-template-columns:1fr}.lp-keyword-row,.lp-improvement-row,.lp-selected-page,.lp-section-list>div{grid-template-columns:1fr}.lp-user-meta{display:none}.price-row{grid-template-columns:1fr}}.analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.analysis-item{border:1px solid var(--line);border-radius:10px;padding:.7rem .9rem;background:var(--card)}.analysis-item-wide{grid-column:1 / -1}.analysis-item p{margin:.3rem 0 0}.analysis-label{display:block;font-size:.78rem;font-weight:700;color:var(--muted)}.analysis-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.analysis-chip{border:1px solid var(--line);border-radius:999px;padding:.1rem .6rem;font-size:.8rem;color:var(--ink)}@media(max-width:820px){.analysis-grid{grid-template-columns:1fr}}.generating-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#111428b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.generating-overlay-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:#fff;max-width:420px}.generating-spinner{width:56px;height:56px;border-radius:50%;border:5px solid rgba(255,255,255,.25);border-top-color:#fff;animation:generating-spin .9s linear infinite}.generating-overlay-msg{font-size:1.05rem;font-weight:700;line-height:1.6;margin:0}.generating-overlay-percent{font-size:1.8rem;font-weight:800}@keyframes generating-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.generating-spinner{animation-duration:2.4s}}.tune-field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600}.tune-field .cta-hint{font-weight:400;line-height:1.5}.theme-suggest{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;margin-top:.2rem}.theme-chips{display:flex;flex-wrap:wrap;gap:.5rem}.theme-chip{background:none;cursor:pointer;text-align:left}.guest-page{max-width:1080px;margin:0 auto;padding:32px 20px 64px}.guest-hero{text-align:center;margin-bottom:28px}.guest-hero h1{margin:8px 0 12px}.guest-hero .muted{max-width:640px;margin:0 auto}.guest-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.04em;color:#6b46c1;background:#f3effe;border-radius:999px;padding:4px 12px;margin-top:4px}.guest-card{max-width:520px;margin:48px auto;padding:32px}.guest-generating{margin:0 auto 24px;max-width:640px}.guest-actions{display:flex;justify-content:center;margin-top:28px}.guest-footer{margin-top:48px;padding-top:20px;border-top:1px solid #eee}.guest-footer-sep{margin:0 8px;opacity:.5}.guest-admin{margin-top:24px}.guest-create-form{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.guest-create-form label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600}.guest-create-form input,.guest-create-form select,.guest-create-form textarea{font-weight:400}.guest-create-form .btn{align-self:flex-start}.profile-image-card{display:flex;flex-direction:column;gap:1rem;align-items:center}.profile-image-preview{width:260px;max-width:100%;aspect-ratio:1 / 1;border-radius:14px;overflow:hidden;background:#f2f4fa;border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.profile-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.profile-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.2rem;text-align:center}.profile-image-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.wizard-actions-end{justify-content:flex-end}.revision-form textarea{min-height:6rem}.revision-form .wizard-actions{justify-content:flex-end;margin-bottom:0}.lp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0f172a61;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lp-modal{position:relative;width:min(560px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 24px 70px #0f172a38;padding:28px}.lp-modal-wide{width:min(860px,100%)}.lp-workspace-backdrop{place-items:stretch center;overflow:hidden}.lp-modal-workspace{width:min(1180px,100%);max-height:calc(100vh - 48px);padding:26px}.lp-workspace-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-right:44px;margin-bottom:18px}.lp-workspace-head h2{margin:6px 0}.lp-workspace-head p{margin:0;color:var(--lp-muted)}.lp-modal h2{margin:8px 0 12px}.lp-modal-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--lp-border);border-radius:6px;background:#fff;color:var(--lp-ink);cursor:pointer}.lp-modal-body{color:var(--lp-muted)}.lp-modal-body ul{margin:14px 0 0;padding-left:1.2em}.lp-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.lp-chip-button{cursor:pointer;font:inherit}.lp-custom-area-add{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:12px}.lp-custom-area-add input{min-width:0;border:1px solid var(--lp-border);border-radius:8px;padding:10px 12px;font:inherit}.lp-custom-area-add small{grid-column:1 / -1;color:var(--lp-muted)}.lp-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lp-detail-grid>div{border:1px solid var(--lp-border);border-radius:8px;padding:16px;background:var(--lp-soft)}.lp-detail-grid h3{margin:0 0 8px;font-size:15px}.lp-detail-grid p,.lp-detail-grid ul{margin:6px 0;color:var(--lp-muted);font-size:14px}@media(max-width:760px){.lp-modal-backdrop{align-items:end;padding:12px}.lp-modal{width:100%;padding:22px}.lp-modal-workspace{max-height:calc(100vh - 24px);padding:18px}.lp-workspace-head{display:block;padding-right:38px}.lp-detail-grid,.lp-custom-area-add{grid-template-columns:1fr}}
