@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Pretendard:wght@400;500;600;700&display=swap";:root{font-family:Pretendard,Space Grotesk,Noto Sans KR,sans-serif;color:#10121a;background:#f6f8f6;line-height:1.6;font-weight:400}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f6f8f6}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}img{max-width:100%;display:block}:root{--bg: #f8f8f6;--surface: #ffffff;--surface-muted: #f1f3f0;--accent: #1f4b3a;--accent-soft: rgba(31, 75, 58, .08);--text: #10121a;--muted: #667065;--border: rgba(16, 18, 26, .1);--shadow: 0 16px 40px rgba(20, 30, 20, .08)}#root{min-height:100vh;background:var(--bg);color:var(--text)}.layout{min-height:100vh}.page{max-width:1120px;margin:0 auto;padding:28px 20px 80px}.topbar{position:sticky;top:0;z-index:30;background:#f8f8f6eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:16px 20px}.brand{display:flex;align-items:center;gap:12px}.brand-badge{width:40px;height:40px;border-radius:8px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700}.brand-title{margin:0;font-weight:700}.brand-sub{margin:0;font-size:.8rem;color:var(--muted)}.btn{border-radius:8px;border:1px solid transparent;padding:12px 18px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn.primary{background:var(--accent);color:#fff}.btn.ghost{background:transparent;border-color:var(--border);color:var(--accent)}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;align-items:center}.hero-copy h1{font-size:clamp(2.2rem,4vw,3.2rem);margin:12px 0 16px;letter-spacing:-.02em}.hero-sub{color:var(--muted);margin-bottom:20px}.eyebrow{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0}.hero-cta{display:grid;gap:10px}.hero-note{font-size:.9rem;color:var(--muted);margin:0}.hero-visual{position:relative;border-radius:16px;overflow:hidden;min-height:320px;background:var(--surface-muted);box-shadow:var(--shadow)}.hero-before,.hero-after{position:absolute;inset:0;background-size:cover;background-position:center}.hero-before{width:50%;background-image:url(https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=1200&q=80);border-right:2px solid rgba(31,75,58,.5)}.hero-after{background-image:url(https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80);filter:saturate(1.05)}.hero-label{position:absolute;bottom:16px;right:16px;background:#0000008c;color:#fff;padding:6px 10px;border-radius:6px;font-size:.75rem}.section{margin-top:56px}.section.soft{background:var(--surface-muted);padding:32px;border-radius:12px}.section-header{display:grid;gap:6px;margin-bottom:24px}.section-header p{color:var(--muted);margin:0}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-card{background:var(--surface);border-radius:8px;padding:18px;border:1px solid var(--border);box-shadow:var(--shadow)}.workflow-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.workflow-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px;box-shadow:var(--shadow)}.workflow-card span{color:var(--accent);font-weight:700}.case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.case-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px;box-shadow:var(--shadow)}.case-images{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}.case-before,.case-after{height:120px;border-radius:6px;background-size:cover;background-position:center}.case-before{background-image:url(https://images.unsplash.com/photo-1481277542470-605612bd2d61?auto=format&fit=crop&w=900&q=80)}.case-after{background-image:url(https://images.unsplash.com/photo-1519710164239-da123dc03ef4?auto=format&fit=crop&w=900&q=80)}.case-meta{color:var(--accent);font-weight:600;margin:6px 0}.case-desc{color:var(--muted);margin:0}.upload{border:1px solid var(--border);border-radius:12px;padding:28px;background:var(--surface);box-shadow:var(--shadow)}.upload-form{display:grid;gap:18px}.dropzone{border:1px dashed rgba(31,75,58,.3);border-radius:8px;padding:24px;background:var(--surface-muted);display:flex;justify-content:space-between;align-items:center;gap:16px}.dropzone.active{border-color:var(--accent);background:#1f4b3a0f}.drop-title{margin:0 0 6px;font-weight:600}.drop-sub{margin:0;color:var(--muted)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}label{display:grid;gap:8px;color:var(--muted);font-size:.9rem}input,select{border-radius:8px;border:1px solid var(--border);padding:10px 12px;background:#fff}.preview{border:1px solid var(--border);border-radius:8px;overflow:hidden}.progress{display:flex;align-items:center;gap:12px}.progress-track{flex:1;height:8px;background:#e6ece6;border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:var(--accent);border-radius:999px}.progress-text{font-size:.85rem;color:var(--muted)}.cta{margin-top:56px;padding:28px;border-radius:12px;background:var(--accent);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:16px}.cta p{margin:6px 0 0;color:#fffc}.result-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.result-meta{text-align:right;color:var(--muted)}.dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:18px;box-shadow:var(--shadow);display:grid;gap:12px}.panel-title{margin:0;font-weight:600;color:var(--muted)}.score-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:center}.gauge{width:140px;height:140px;border-radius:50%;display:grid;place-items:center;justify-self:center}.gauge-inner{width:100px;height:100px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;font-weight:600}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{background:var(--accent-soft);color:var(--accent);padding:6px 10px;border-radius:999px;font-size:.85rem}.mission-list{margin:0;padding-left:20px;color:var(--text)}.image-panel img{width:100%;border-radius:8px;height:180px;object-fit:cover}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.image-placeholder{border:1px dashed var(--border);border-radius:8px;height:180px;display:grid;place-items:center;color:var(--muted);gap:8px}.label{margin:0 0 6px;color:var(--muted);font-size:.85rem}.product-grid{display:grid;gap:12px}.product-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border-radius:8px;background:var(--surface-muted)}.product-name{margin:0;font-weight:600}.cta-panel{background:var(--accent);color:#fff}.cta-panel .note{color:#ffffffb3}.error{color:#b42318;font-weight:600}.step,.note{color:var(--muted);margin:0}@media(max-width:720px){.topbar{padding:12px 16px}.cta{flex-direction:column;align-items:flex-start}}
