@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap";:root{font-family:Manrope,Pretendard Variable,Noto Sans KR,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px}html{scrollbar-gutter:stable}:root{--bg: #f5f8ff;--surface: #ffffff;--line: #dce4f4;--line-strong: #c2d0ea;--text: #0f172a;--muted: #56637d;--primary: #1b5cff;--primary-dark: #184fd8;--danger: #b93f54}body{background:var(--bg);color:var(--text);background-image:radial-gradient(circle at 2% 0%,#fff,#f5f8ff 48%,#edf2ff)}.app-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto}.app-topbar{height:66px;border-bottom:1px solid var(--line);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:10px}.app-brand{font-weight:800;font-size:18px;text-decoration:none;color:#1a2c52}.app-nav{display:none;align-items:center;gap:12px}.app-nav a{color:#69758f;text-decoration:none;font-weight:700;font-size:14px;padding:8px 10px;border-radius:9px;transition:background-color .2s ease}.app-nav a:hover{background:#edf3ff}.app-nav a.active{color:var(--primary)}.app-actions{display:inline-flex;align-items:center;gap:10px}.app-user{font-size:12px;color:#5c6780}.app-main{width:min(1200px,100%);margin:0 auto;padding:20px 16px 26px}.app-footer{border-top:1px solid var(--line);background:#fff;padding:12px 16px 16px;display:flex;justify-content:center;gap:14px;font-size:13px;color:#69758f}a{color:inherit}.btn-solid,.btn-outline,.btn-link,.btn-cta-white,.btn-cta-outline{border-radius:10px;font-weight:700;text-decoration:none;border:1px solid transparent;height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center}.btn-solid{background:var(--primary);color:#fff;box-shadow:0 8px 18px #1b5cff3d}.btn-solid:hover{background:var(--primary-dark)}.btn-outline{border-color:var(--line-strong);background:#fff;color:#2e3f63}.btn-link{border:0;background:transparent;color:#3f4f70;padding:0;height:auto}.btn-cta-white{background:#fff;color:var(--primary)}.btn-cta-outline{border-color:#ffffff80;color:#fff}.lang-inline{display:inline-flex;align-items:center;gap:6px}.lang-inline span{font-size:12px;color:#69758f;font-weight:700}.lang-inline select{height:30px;border:1px solid var(--line-strong);border-radius:999px;padding:0 8px;background:#fff}.lp-shell{min-height:100dvh}.lp-nav{max-width:1200px;margin:0 auto;height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 20px}.lp-brand{font-weight:800;font-size:20px}.lp-nav nav{display:none;gap:24px;color:#69758f;font-weight:600}.lp-actions{display:inline-flex;align-items:center;gap:12px}.lp-hero{max-width:1200px;margin:0 auto;padding:38px 20px 56px;display:grid;gap:30px;grid-template-columns:1fr}.lp-tag{margin:0;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.12em}.lp-hero h1{margin:10px 0 0;font-size:clamp(2rem,8vw,4rem);line-height:1.06;letter-spacing:-.03em;color:#10203f}.lp-hero p{margin:12px 0 0;color:var(--muted);line-height:1.55;max-width:560px}.lp-hero-cta{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.lp-photo-card{min-height:420px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(145deg,#ecf2ff,#dbe7ff);box-shadow:0 20px 36px #16327024;overflow:hidden}.lp-photo-card img{width:100%;height:100%;object-fit:cover;display:block}.lp-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.lp-stats article{background:#f8f9fc;padding:16px;font-size:13px;font-weight:700;color:#455574;text-align:center}.lp-process,.lp-testimonials{max-width:1200px;margin:0 auto;padding:48px 20px}.lp-process h2,.lp-testimonials h2{margin:6px 0 0;font-size:clamp(1.8rem,4vw,3rem);line-height:1.15}.lp-process>p,.lp-testimonials>p{color:var(--muted);margin:12px 0 0}.lp-steps,.lp-quotes{margin-top:18px;display:grid;grid-template-columns:1fr;gap:14px}.lp-steps article,.lp-quotes article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px;box-shadow:0 10px 24px #132d620f}.lp-steps h3{margin:0;font-size:18px}.lp-steps p{margin:8px 0 0;color:var(--muted)}.lp-cta{margin-top:8px;background:var(--primary);color:#fff;padding:56px 20px;text-align:center}.lp-cta h2{margin:0;font-size:clamp(1.9rem,5vw,3.4rem);line-height:1.1}.lp-cta p{margin:12px auto 0;max-width:620px;color:#ffffffd9}.lp-cta div{margin-top:20px;display:inline-flex;gap:10px;flex-wrap:wrap}.lp-footer{max-width:1200px;margin:0 auto;padding:16px 20px 26px;display:flex;justify-content:space-between;align-items:center;gap:12px;color:#69758f;font-size:13px}.lp-footer div{display:inline-flex;gap:12px}.auth-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr}.auth-simple{min-height:calc(100dvh - 120px);display:grid;place-items:center;padding:26px 0}.auth-card-simple{width:min(470px,100%);border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px;display:grid;gap:12px;box-shadow:0 20px 32px #10234e14}.auth-card-simple h1{margin:0}.auth-card-simple p{margin:0;color:var(--muted)}.auth-topbar{padding:14px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.auth-logo{font-weight:800}.auth-topbar-actions{display:inline-flex;align-items:center;gap:12px}.auth-grid{max-width:1080px;width:100%;margin:0 auto;padding:24px 20px;display:grid;gap:18px;grid-template-columns:1fr}.auth-left,.auth-right{border:1px solid var(--line);border-radius:14px;background:#fff}.auth-left{padding:26px;background:linear-gradient(145deg,#135bec,#296cf3);color:#fff}.auth-left h1{margin:0;font-size:36px}.auth-left p{margin-top:10px;color:#ffffffd9;max-width:340px}.auth-right{padding:24px}.auth-right h2{margin:0}.auth-tab-row{margin-top:14px;background:#f3f6fb;border-radius:10px;padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.auth-tab-row button{border:0;background:transparent;border-radius:8px;height:34px;font-weight:700;color:#6a7893}.auth-tab-row button.on{background:#fff;color:#18253e;box-shadow:0 3px 8px #135bec2e}.auth-form{margin-top:14px;display:grid;gap:12px}.auth-form label{display:grid;gap:4px}.auth-form span{font-size:13px;color:#445371;font-weight:700}.auth-form input{height:44px;border-radius:12px;border:1px solid var(--line-strong);padding:0 13px;outline:none}.auth-form input:focus{border-color:#7da6ff;box-shadow:0 0 0 4px #1b5cff1f}.auth-link-row{margin:-2px 0 0;text-align:right;font-size:13px}.auth-link-row a{color:#2458d8;text-decoration:none;font-weight:700}.auth-link-row a:hover{text-decoration:underline}.remember-line{display:flex;align-items:center;gap:8px}.remember-line span{font-size:13px;color:#66758f;font-weight:500}.auth-submit{width:100%}.social-btn{gap:10px}.social-btn svg{width:18px;height:18px;flex:none}.auth-divider{margin-top:12px;height:1px;background:var(--line)}.auth-google{margin-top:12px}.auth-status{margin:0;border:1px solid #d2ead1;border-radius:10px;background:#f3fcf2;color:#2f6b2b;padding:10px 12px;font-size:13px}.auth-policy{margin:12px 0 0;font-size:12px;color:#6a7893}.auth-policy a{color:var(--primary)}.card-basic{border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px}.card-basic h1,.card-basic h2{margin:0}.card-basic p{margin:8px 0 0;color:var(--muted)}.my-page{display:grid;gap:10px}.inline-form{margin-top:10px;display:grid;grid-template-columns:1fr;gap:8px}.inline-form input{height:40px;border:1px solid var(--line-strong);border-radius:10px;padding:0 12px}.card-basic.danger{border-color:#f0c3cb;background:#fff8f9}.btn-danger{border:1px solid #cc4a61;background:#cc4a61;color:#fff;border-radius:10px;height:40px;padding:0 14px;font-weight:700}.input-shell{min-height:100dvh}.input-topbar{max-width:920px;margin:0 auto;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;gap:10px}.input-brand{font-weight:800}.input-progress{display:inline-flex;align-items:center;gap:10px;color:#6a7893;font-size:13px}.input-progress div{width:96px;height:8px;background:#dde3ef;border-radius:999px;overflow:hidden}.input-progress span{display:block}.input-progress div span{width:66%;height:100%;background:var(--primary)}.input-main{max-width:920px;margin:0 auto;padding:8px 20px 28px}.input-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;display:grid;gap:14px;box-shadow:0 16px 30px #10265414}.input-card h1{margin:0;font-size:clamp(1.8rem,4vw,2.5rem)}.input-card p{margin:0;color:var(--muted)}.upload-zone{display:grid;gap:8px}.upload-zone>span{font-weight:700;color:#445371}.upload-zone input[type=file]{border:1px dashed var(--line-strong);border-radius:14px;min-height:240px;background:#f4f8ff;padding:10px}.upload-zone button{width:fit-content;border:1px solid var(--line);border-radius:8px;background:#fff;height:38px;padding:0 12px;font-weight:700}.upload-zone img{width:100%;border-radius:12px;border:1px solid var(--line);object-fit:contain;max-height:540px;background:#f8faff}.metric-grid{display:grid;grid-template-columns:1fr;gap:10px}.metric-grid label{display:grid;gap:4px}.metric-grid span{font-size:12px;color:#6b7488;font-weight:700;text-transform:uppercase}.metric-grid input,.result-card input{height:42px;border:1px solid var(--line-strong);border-radius:10px;padding:0 12px}.consent-rows{display:grid;gap:8px}.consent-rows label{display:flex;align-items:flex-start;gap:8px;color:#53617d;font-size:14px}.input-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.input-actions.stacked{display:grid}.checkout-box{border:1px solid #c8d8ff;background:#f5f8ff;border-radius:10px;padding:12px}.checkout-box p{margin:0;color:#3f5a91}.checkout-box strong{display:block;margin-top:4px;font-size:24px;color:#1c3f83}.paying-card{place-items:center;text-align:center;padding:40px 20px}.spinner{width:52px;height:52px;border-radius:999px;border:4px solid #d4def3;border-top-color:var(--primary);animation:spin 1s linear infinite}.result-card img{width:100%;border-radius:12px;border:1px solid var(--line);max-height:860px;object-fit:contain;background:#f8faff}.report-box{margin:0;border:1px solid var(--line);border-radius:10px;background:#f8faff;padding:12px;white-space:pre-wrap;line-height:1.5;color:#32415f;max-height:none;overflow:visible}.dash-shell{min-height:100dvh;display:grid;grid-template-columns:1fr}.dash-sidebar{background:#fff;border-right:1px solid var(--line);padding:18px;display:grid;gap:16px}.dash-sidebar h1{margin:0}.dash-sidebar nav{display:grid;gap:8px}.dash-sidebar nav a{padding:10px;border-radius:10px;color:#5f6f8f}.dash-sidebar nav a.on{background:#eaf0ff;color:var(--primary);font-weight:700}.dash-main{min-width:0}.dash-top{background:#fff;border-bottom:1px solid var(--line);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:10px}.dash-top input{width:100%;max-width:420px;height:40px;border:1px solid var(--line-strong);border-radius:10px;padding:0 12px}.dash-top-actions{display:inline-flex;gap:10px;align-items:center}.dash-content{padding:18px}.dash-content h2{margin:0;font-size:36px}.dash-content>p{margin:6px 0 0;color:var(--muted)}.dash-filters{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}.dash-filters button{height:34px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:#fff}.dash-grid{margin-top:16px;display:grid;grid-template-columns:1fr;gap:12px}.dash-grid article{border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px}.thumb{height:120px;border-radius:10px;background:linear-gradient(145deg,#dce5f9,#c7d7fb)}.dash-grid h3{margin:10px 0 0}.dash-grid p{margin:6px 0 0;color:var(--muted);font-size:13px}.dash-recent{margin-top:22px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px}.dash-recent>div:first-child{display:flex;justify-content:space-between;align-items:center}.dash-colors{margin-top:12px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.dash-colors span{height:80px;border-radius:8px;border:1px solid var(--line)}.dash-colors span:nth-child(1){background:#5e95ff}.dash-colors span:nth-child(2){background:coral}.dash-colors span:nth-child(3){background:#e8ecf3}.dash-colors span:nth-child(4){background:#1f2758}.report-shell{min-height:100dvh}.report-top{height:64px;background:#fff;border-bottom:1px solid var(--line);padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.report-brand{font-weight:800}.report-top nav{display:none;gap:14px}.report-top nav a{color:#6d7892;font-weight:700}.report-top nav a.on{color:var(--primary)}.report-actions{display:inline-flex;align-items:center;gap:8px}.report-main{max-width:1200px;margin:0 auto;padding:18px 16px 32px;display:grid;gap:16px}.report-hero{border:1px solid var(--line);border-radius:14px;background:#fff;padding:16px;display:grid;gap:16px;grid-template-columns:1fr}.report-hero h1{margin:8px 0 0}.report-hero p{margin:8px 0 0;color:var(--muted);line-height:1.5}.report-photo{border-radius:12px;border:1px solid var(--line);min-height:280px;background:linear-gradient(145deg,#d8ddd7,#c4cbc5 65%,#b2b9b3)}.report-metrics{display:grid;gap:10px;grid-template-columns:1fr}.report-metrics article{border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px}.report-metrics h3{margin:0}.report-metrics p{margin:6px 0 0;color:var(--muted)}.report-recs,.report-actions-box{border:1px solid var(--line);border-radius:14px;background:#fff;padding:16px}.report-recs h2,.report-actions-box h2{margin:0}.report-recs .cards,.report-actions-box .actions{margin-top:12px;display:grid;grid-template-columns:1fr;gap:10px}.report-recs article,.report-actions-box article{border:1px solid var(--line);border-radius:10px;padding:10px}.report-recs h3{margin:8px 0 0}.legal-shell{min-height:100dvh}.legal-topbar{height:60px;border-bottom:1px solid var(--line);background:#fff;max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:800}.legal-topbar nav{display:inline-flex;gap:10px}.legal-topbar nav a{font-size:13px;font-weight:700;color:#6c7790;text-decoration:none}.legal-topbar nav a.on{color:var(--primary)}.legal-layout{max-width:1200px;margin:0 auto;padding:16px;display:grid;gap:14px;grid-template-columns:1fr}.legal-layout aside{border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px}.legal-layout aside h3{margin:0;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#67738d}.legal-layout aside ul{margin:10px 0 0;padding-left:16px;color:#586581;line-height:1.45}.legal-content{border:1px solid var(--line);border-radius:12px;background:#fff;padding:16px}.legal-content h1{margin:0;font-size:clamp(1.8rem,4vw,2.8rem)}.legal-updated{margin-top:6px;color:#67738d;font-size:13px}.legal-content>p{color:var(--muted);line-height:1.6}.legal-section{margin-top:18px;border-top:1px solid var(--line);padding-top:14px}.legal-section h2{margin:0;font-size:20px}.legal-section ul{margin:8px 0 0;padding-left:18px;color:#5c6882;line-height:1.5}.policy-note{margin:10px 0 0;color:#6e7a95;font-size:13px}.error-box{margin:0;border:1px solid #efc5cc;border-radius:10px;background:#fff2f4;color:var(--danger);padding:10px 12px}@media(min-width:760px){.app-nav{display:inline-flex}.lp-nav nav{display:inline-flex}.lp-hero{grid-template-columns:1fr .86fr;align-items:center}.lp-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.lp-steps,.lp-quotes{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-grid{grid-template-columns:.95fr 1.05fr;align-items:stretch}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-shell{grid-template-columns:240px 1fr}.dash-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-top nav{display:inline-flex}.report-hero{grid-template-columns:1fr 320px;align-items:start}.report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-form{grid-template-columns:1fr auto}.report-recs .cards,.report-actions-box .actions{grid-template-columns:repeat(3,minmax(0,1fr))}.legal-layout{grid-template-columns:280px 1fr;align-items:start}.legal-layout aside{position:sticky;top:74px}}@media(min-width:1080px){.dash-grid,.report-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes spin{to{transform:rotate(360deg)}}
