:root{font-family:Pretendard,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#f5f3f0}#root{min-height:100vh}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.page{min-height:100vh;background:#f5f3f0;display:flex;flex-direction:column;align-items:center;padding:48px 16px 80px}.header{text-align:center;margin-bottom:36px}.header-icon{display:block;font-size:24px;color:#b89b72;margin-bottom:10px}.header-title{font-size:28px;font-weight:700;letter-spacing:-.5px;color:#1a1a1a}.header-sub{margin-top:6px;font-size:14px;color:#888;letter-spacing:.2px}.card{width:100%;max-width:420px;background:#fff;border-radius:20px;padding:32px 28px;box-shadow:0 4px 24px #00000012;display:flex;flex-direction:column;gap:32px}.section{display:flex;flex-direction:column;gap:8px}.section-label{font-size:15px;font-weight:600;color:#1a1a1a}.section-desc{font-size:13px;color:#999;margin-bottom:4px}.photo-area{width:100%;height:220px;border-radius:14px;border:2px dashed #ddd;background:#fafafa;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s}.photo-area:hover{border-color:#b89b72}.photo-area--filled{border-style:solid;border-color:#b89b72;background:#fff}.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px}.photo-icon{font-size:32px;color:#ccc;line-height:1}.photo-text{font-size:14px;color:#aaa}.photo-preview{width:100%;height:100%;object-fit:cover}.file-input{display:none}.btn-reselect{align-self:flex-start;font-size:13px;color:#b89b72;background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.btn-reselect:hover{color:#8a7050}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.input-group{display:flex;flex-direction:column;gap:6px}.input-label{font-size:13px;font-weight:500;color:#555}.input-wrapper{position:relative;display:flex;align-items:center}.input{width:100%;height:48px;padding:0 44px 0 14px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:16px;font-family:inherit;color:#1a1a1a;background:#fafafa;outline:none;transition:border-color .2s;-moz-appearance:textfield}.input::-webkit-outer-spin-button,.input::-webkit-inner-spin-button{-webkit-appearance:none}.input:focus{border-color:#b89b72;background:#fff}.input-unit{position:absolute;right:12px;font-size:13px;color:#aaa;pointer-events:none}.btn-submit{width:100%;height:52px;border-radius:12px;border:none;font-size:15px;font-weight:600;font-family:inherit;cursor:not-allowed;background:#e5e5e5;color:#aaa;transition:background .25s,color .25s,transform .1s;letter-spacing:.2px}.btn-submit--active{background:#1a1a1a;color:#fff;cursor:pointer}.btn-submit--active:hover{background:#333}.btn-submit--active:active{transform:scale(.98)}.error-msg{font-size:13px;color:#e05c5c;background:#fff5f5;border-radius:8px;padding:10px 14px;text-align:center}.loading-overlay{position:fixed;inset:0;background:#f5f3f0d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center}.loading-box{display:flex;flex-direction:column;align-items:center;gap:16px}.spinner{width:36px;height:36px;border:3px solid #e0dbd4;border-top-color:#b89b72;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:14px;color:#888;letter-spacing:.2px}.report-profile{display:flex;align-items:center;gap:16px}.report-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid #e8e2da;flex-shrink:0}.report-body-type{display:flex;flex-direction:column;gap:4px}.report-body-label{font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:.8px}.report-body-value{font-size:18px;font-weight:700;color:#1a1a1a}.divider{border:none;border-top:1px solid #f0ece6}.report-section{display:flex;flex-direction:column;gap:10px}.report-section-title{font-size:13px;font-weight:600;color:#b89b72;text-transform:uppercase;letter-spacing:.8px}.color-list{display:flex;flex-wrap:wrap;gap:8px}.color-chip{font-size:13px;color:#444;background:#f5f1eb;border:1px solid #e8e2da;border-radius:20px;padding:4px 12px}.check-list{list-style:none;display:flex;flex-direction:column;gap:8px}.check-item{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#333;line-height:1.4}.check-icon{font-size:13px;font-weight:700;flex-shrink:0;margin-top:1px}.check-item--good .check-icon{color:#5aaa7a}.check-item--bad .check-icon{color:#e05c5c}.report-summary{font-size:14px;color:#555;line-height:1.75;background:#faf8f5;border-left:3px solid #b89b72;border-radius:0 8px 8px 0;padding:12px 16px}
