:root{font-family:Pretendard Variable,Pretendard,Noto Sans KR,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#241d16;background:radial-gradient(circle at top left,rgba(204,188,160,.55),transparent 24%),linear-gradient(180deg,#f5efe6,#efe4d2);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-width:320px;min-height:100vh}body,input,button{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}#root{width:100%;padding:24px}@media(max-width:640px){#root{padding:16px}}.page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:start}.hero,.form-panel{position:relative;overflow:hidden;border-radius:32px;padding:40px;box-shadow:0 24px 80px #1c21181f}.hero{color:#f9f4ec;background:radial-gradient(circle at top left,rgba(255,255,255,.24),transparent 30%),linear-gradient(145deg,#6d7f55,#394535 55%,#1f261d)}.hero:after{content:"";position:absolute;inset:auto -80px -120px auto;width:280px;height:280px;border-radius:50%;background:#f4e2c824;filter:blur(4px)}.eyebrow,.panel-kicker,.report-label{margin:0 0 16px;font-size:.78rem;letter-spacing:.24em;text-transform:uppercase}.hero h1,.panel-header h2,.report-header h3,.report-empty h3{margin:0}.hero h1{max-width:11ch;font-size:clamp(2.8rem,4vw,4.7rem);line-height:.95;letter-spacing:-.05em}.hero-copy{max-width:34rem;margin:24px 0 0;color:#f9f4ecd1;font-size:1.02rem}.hero-points{margin:40px 0 0;padding:0;list-style:none;display:grid;gap:14px}.hero-points li{width:fit-content;max-width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-panel{display:grid;gap:28px;background:linear-gradient(180deg,#fffaf2eb,#fff7ebf5),#fffaf3}.panel-header{margin-bottom:4px}.panel-kicker,.report-label{color:#7f6e58}.panel-header h2,.report-header h3,.report-empty h3{font-size:clamp(2rem,2vw,2.6rem);color:#241d16;letter-spacing:-.04em}.profile-form{display:grid;gap:24px}.field-label{display:inline-block;margin-bottom:12px;color:#43372a;font-size:.95rem;font-weight:700}.photo-field{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.photo-dropzone{min-height:320px;display:grid;place-items:center;border:1.5px dashed rgba(95,78,55,.28);border-radius:28px;background:radial-gradient(circle at top,rgba(196,167,120,.2),transparent 34%),#f2e9db;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.photo-field:hover .photo-dropzone{transform:translateY(-2px);border-color:#5f4e3780;box-shadow:0 18px 40px #5f4e371f}.photo-placeholder{padding:32px;text-align:center;color:#5d4b39}.photo-badge{display:inline-block;margin-bottom:18px;padding:8px 12px;border-radius:999px;background:#ffffffb8;font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.photo-placeholder strong{display:block;font-size:1.4rem}.photo-placeholder p,.report-empty p,.report-block p,.idea-card p{margin:10px 0 0;color:#5d4b39d1}.photo-preview{width:100%;height:320px;object-fit:cover;border-radius:28px}.input-grid,.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.input-field{display:block}.input-wrap{display:flex;align-items:center;gap:12px;padding:0 18px;border-radius:18px;border:1px solid rgba(95,78,55,.14);background:#ffffffc7}.input-wrap:focus-within{border-color:#6a7d53;box-shadow:0 0 0 4px #6a7d5324}.input-wrap input{flex:1;border:0;background:transparent;padding:18px 0;color:#241d16;font-size:1rem;outline:none}.input-wrap span{color:#7d6953;font-weight:700}.primary-button{border:0;border-radius:999px;padding:18px 24px;background:linear-gradient(135deg,#2e3729,#70845a);color:#fff6ea;font-size:1rem;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.primary-button:hover:enabled{transform:translateY(-1px);box-shadow:0 18px 30px #2e372938}.primary-button:disabled{opacity:.45;cursor:wait}.status-message{margin:0;padding:14px 16px;border-radius:18px;font-size:.95rem}.error-message{background:#81382d1a;color:#81382d}.report-panel{display:grid;gap:20px;padding:28px;border:1px solid rgba(95,78,55,.14);border-radius:28px;background:#ffffffad}.report-empty{min-height:220px;align-content:center}.report-block{display:grid;gap:10px}.report-block h4{margin:0;color:#32281f;font-size:1rem}.pill-list,.plain-list{margin:0;padding:0;list-style:none}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill-list li{padding:10px 14px;border-radius:999px;background:#edf1e7;color:#37412f}.pill-list.warm li{background:#f5ead8;color:#6f5536}.plain-list{display:grid;gap:10px}.plain-list li{padding:14px 16px;border-radius:18px;background:#f4ede3c2;color:#44372a}.muted-list li{background:#5f4e3714}.idea-list{display:grid;gap:12px}.idea-card{padding:18px;border-radius:22px;background:linear-gradient(180deg,#ffffffe6,#f7f0e7db);border:1px solid rgba(95,78,55,.12)}.idea-card strong{color:#2f251c;font-size:1rem}@media(max-width:960px){.page{grid-template-columns:1fr}.hero h1{max-width:100%}}@media(max-width:640px){.hero,.form-panel{padding:24px;border-radius:24px}.input-grid,.report-grid{grid-template-columns:1fr}.photo-dropzone,.photo-preview{min-height:260px;height:260px}.report-panel{padding:22px;border-radius:24px}}
