:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#f5f0ff 0%,#fff0f6 100%);justify-content:center;align-items:center;min-height:100vh;font-family:Apple SD Gothic Neo,Noto Sans KR,sans-serif;display:flex}.container{width:100%;max-width:480px;margin:0 auto;padding:40px 24px}.header{text-align:center;margin-bottom:28px}.header h1{color:#2d1b69;margin-bottom:6px;font-size:26px;font-weight:700}.header p{color:#999;font-size:14px}.form{background:#fff;border-radius:24px;flex-direction:column;gap:24px;padding:32px 28px;display:flex;box-shadow:0 8px 40px #643cb41a}.error-msg{color:#e53e3e;background:#fff0f0;border-radius:10px;padding:12px 16px;font-size:14px}.photo-section{flex-direction:column;align-items:center;gap:12px;display:flex}.photo-upload{cursor:pointer;background:#faf7ff;border:2px dashed #c4a8ff;border-radius:16px;width:180px;height:220px;transition:border-color .2s,background .2s;overflow:hidden}.photo-upload:hover{background:#f3eeff;border-color:#8b5cf6}.photo-placeholder{color:#9b7fd4;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.photo-icon{font-size:36px}.photo-placeholder span{font-size:13px;font-weight:500}.photo-sub{color:#bbb!important;font-size:11px!important}.photo-preview{object-fit:cover;width:100%;height:100%}.btn-reset-photo{color:#8b5cf6;cursor:pointer;background:0 0;border:none;font-size:13px;text-decoration:underline}.input-section{flex-direction:column;gap:16px;display:flex}.input-group{flex-direction:column;gap:6px;display:flex}.input-group label{color:#4a3b7c;font-size:14px;font-weight:600}.input-wrapper{background:#faf7ff;border:1.5px solid #e0d4ff;border-radius:12px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.input-wrapper:focus-within{border-color:#8b5cf6}.input-wrapper input{color:#2d1b69;background:0 0;border:none;outline:none;flex:1;padding:14px 16px;font-size:16px}.input-wrapper input::placeholder{color:#ccc}.unit{color:#9b7fd4;border-left:1px solid #e0d4ff;padding:0 16px;font-size:14px;font-weight:500}.btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:14px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:opacity .2s,transform .1s}.btn-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-submit:disabled{opacity:.4;cursor:not-allowed}.loading-box{justify-content:center;align-items:center;gap:20px;min-height:280px}.spinner{border:4px solid #e0d4ff;border-top-color:#8b5cf6;border-radius:50%;width:52px;height:52px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#4a3b7c;font-size:16px;font-weight:600}.loading-sub{color:#aaa;font-size:13px}.result-box{background:#fff;border-radius:24px;flex-direction:column;gap:20px;padding:28px;display:flex;box-shadow:0 8px 40px #643cb41a}.result-header{text-align:center}.result-badge{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:999px;padding:8px 20px;font-size:14px;font-weight:700;display:inline-block}.result-photo-wrap{background:#faf7ff;border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}.result-photo{object-fit:cover;border-radius:12px;flex-shrink:0;width:80px;height:100px}.result-info{flex-direction:column;gap:6px;display:flex}.result-info span{color:#4a3b7c;background:#fff;border-radius:999px;padding:4px 12px;font-size:14px;font-weight:600;display:inline-block}.sections{flex-direction:column;gap:12px;display:flex}.section-card{background:#faf7ff;border-left:3px solid #8b5cf6;border-radius:14px;padding:16px}.section-title{color:#6d28d9;margin-bottom:8px;font-size:14px;font-weight:700}.section-content{color:#444;white-space:pre-wrap;font-size:14px;line-height:1.7}.btn-reset{color:#8b5cf6;cursor:pointer;background:#f3eeff;border:none;border-radius:14px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:background .2s}.btn-reset:hover{background:#e9e0ff}
