:root{--primary: #e6b319;--primary-light: rgba(230, 179, 25, .1);--primary-mid: rgba(230, 179, 25, .2);--bg: #f8f7f6;--bg-dark: #211d11;--text: #181611;--text-muted: #887f63;--border: #e5e3dc;--white: #ffffff;font-family:Plus Jakarta Sans,Noto Sans KR,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh}a{color:var(--primary);text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}input{font-family:inherit}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.text-primary{color:var(--primary)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:var(--text);font-weight:700;border-radius:.75rem;transition:filter .2s,transform .2s}.btn-primary:hover:not(:disabled){filter:brightness(1.05)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:var(--text);font-weight:700;border:2px solid var(--border);border-radius:.75rem;transition:background .2s}.btn-outline:hover{background:var(--bg)}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem;border-radius:.5rem}.btn-lg{padding:.875rem 2rem;font-size:1.05rem;width:100%}.btn-xl{padding:1.1rem 2.5rem;font-size:1.05rem;border-radius:1rem;box-shadow:0 8px 32px #e6b31940}.btn-xl:hover{transform:scale(1.03)}.btn-block{width:100%;padding:1rem;font-size:1.05rem}.event-banner{display:flex;align-items:center;justify-content:center;gap:.4rem;background:var(--primary);color:var(--text);font-size:.75rem;font-weight:700;padding:.5rem 1rem;text-align:center}.nav{position:sticky;top:0;z-index:50;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(230,179,25,.1)}.nav-inner{max-width:640px;margin:0 auto;padding:0 1.25rem;height:56px;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.4rem}.nav-logo{color:var(--primary);font-size:1.5rem}.nav-name{font-size:1.1rem;font-weight:800;letter-spacing:-.02em}.nav-login{background:var(--primary);color:var(--text);padding:.4rem 1rem;border-radius:.5rem;font-weight:700;font-size:.8rem}.hero{background:var(--white);padding:2.5rem 0 0}.hero-inner{max-width:640px;margin:0 auto;padding:0 1.25rem;text-align:center}.hero-title{font-size:2rem;font-weight:900;line-height:1.2;letter-spacing:-.03em;margin-bottom:1rem}.hero-desc{font-size:.9rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;flex-direction:column;gap:.75rem;max-width:320px;margin:0 auto 2rem}.hero-image-wrap{position:relative;max-width:280px;margin:0 auto;padding-bottom:1.5rem}.hero-image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:1rem;border:3px solid var(--white);box-shadow:0 8px 30px #0000001a}.hero-float-card{position:absolute;bottom:0;left:-.5rem;background:var(--white);padding:.6rem .85rem;border-radius:.75rem;box-shadow:0 4px 20px #0000001a;display:flex;align-items:center;gap:.6rem}.hero-float-icon{width:2.25rem;height:2.25rem;background:var(--primary);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--white)}.hero-float-icon .material-symbols-outlined{font-size:1.1rem}.hero-float-sub{font-size:.65rem;color:var(--text-muted)}.hero-float-main{font-size:.8rem;font-weight:800}.section{padding:3rem 0}.section-gray{background:var(--bg)}.section-white{background:var(--white)}.section-inner{max-width:640px;margin:0 auto;padding:0 1.25rem}.section-eyebrow{color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;text-align:center;margin-bottom:.5rem}.section-title{font-size:1.5rem;font-weight:800;text-align:center;letter-spacing:-.02em;margin-bottom:2rem}.steps-list{display:flex;flex-direction:column;gap:1.25rem}.step-item{background:var(--white);padding:1.5rem;border-radius:1rem;border:1px solid rgba(230,179,25,.05);text-align:center}.step-item-icon{width:3.5rem;height:3.5rem;margin:0 auto .75rem;background:var(--primary-light);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--primary)}.step-item-icon .material-symbols-outlined{font-size:1.5rem}.step-item-title{font-size:1rem;font-weight:700;margin-bottom:.35rem}.step-item-desc{color:var(--text-muted);font-size:.85rem;line-height:1.55}.why-title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.why-desc{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.why-image-wrap{margin-bottom:1.5rem}.why-image{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:.75rem}.features-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 0;border-bottom:1px solid var(--border)}.feature-item:last-child{border-bottom:none}.feature-icon{width:2.5rem;height:2.5rem;flex-shrink:0;background:var(--primary-light);border-radius:.6rem;display:flex;align-items:center;justify-content:center;color:var(--primary)}.feature-icon .material-symbols-outlined{font-size:1.2rem}.feature-title{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.feature-desc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.cta-box{position:relative;background:var(--bg-dark);border-radius:1.25rem;padding:3rem 1.5rem;text-align:center;overflow:hidden}.cta-glow-1{position:absolute;top:-3rem;right:-3rem;width:16rem;height:16rem;background:#e6b31933;border-radius:50%;filter:blur(100px)}.cta-glow-2{position:absolute;bottom:-3rem;left:-3rem;width:12rem;height:12rem;background:#e6b3191a;border-radius:50%;filter:blur(80px)}.cta-content{position:relative;z-index:1}.cta-title{color:#fff;font-size:1.4rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem;line-height:1.35}.cta-desc{color:#ffffff80;font-size:.85rem;margin-bottom:1.5rem;line-height:1.5}.footer{background:var(--white);border-top:1px solid var(--border);padding:2rem 0 1.5rem}.footer-inner{max-width:640px;margin:0 auto;padding:0 1.25rem}.footer-top{margin-bottom:1.5rem}.footer-brand-col{margin-bottom:1.25rem}.footer-brand-desc{color:var(--text-muted);font-size:.8rem;margin-top:.5rem;line-height:1.5}.footer-links{display:flex;gap:3rem}.footer-col-title{font-size:.85rem;font-weight:700;margin-bottom:.6rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.4rem}.footer-col a{color:var(--text-muted);font-size:.8rem}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);padding-top:1rem;margin-top:.5rem}.footer-bottom-links{display:flex;gap:1.5rem;margin-bottom:.75rem}.footer-bottom-links a{color:var(--text-muted);font-size:.8rem}.footer-bottom-links a:hover{color:var(--primary)}.footer-copy{color:var(--text-muted);font-size:.75rem}.footer-disclaimer{color:var(--text-muted);font-size:.7rem;margin-top:.5rem;line-height:1.4}.page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.page-header{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:56px}.page-header-title{font-size:1.05rem;font-weight:700}.back-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;color:var(--text);border-radius:50%}.back-btn:hover{background:var(--primary-light)}.page-body{flex:1;max-width:640px;width:100%;margin:0 auto;padding:1.5rem 1.25rem 6rem}.step-indicator{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.step-label{font-size:.8rem;font-weight:800;color:var(--primary);letter-spacing:.05em}.step-label-right{font-size:.85rem;color:var(--text-muted)}.progress-bar{height:4px;background:var(--border);border-radius:2px;margin-bottom:2rem;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:2px;transition:width .3s}.form-heading{font-size:1.6rem;font-weight:800;line-height:1.35;letter-spacing:-.02em;margin-bottom:.5rem}.form-sub{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.upload-label{font-size:.95rem;font-weight:700;margin-bottom:.75rem}.upload-area{border:2px dashed var(--border);border-radius:1rem;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.upload-area:hover,.upload-area.upload-dragging{border-color:var(--primary);background:var(--primary-light)}.upload-area.has-photo{padding:.75rem;border-style:solid;border-color:var(--primary)}.upload-icon-wrap{width:4rem;height:4rem;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center}.upload-icon{font-size:1.75rem;color:var(--primary)}.upload-title{font-weight:700;font-size:1.05rem}.upload-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.upload-preview{width:100%;max-height:360px;object-fit:contain;border-radius:.5rem}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.input-field{display:flex;flex-direction:column;gap:.4rem}.input-field label{font-size:.9rem;font-weight:700}.input-field input{padding:.85rem 1rem;border-radius:.65rem;border:1px solid var(--border);background:var(--white);color:var(--text);font-size:1rem;outline:none;transition:border-color .2s}.input-field input:focus{border-color:var(--primary)}.input-field input::placeholder{color:#bbb}.tip-box{display:flex;align-items:flex-start;gap:.6rem;background:var(--primary-light);border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.tip-icon{color:var(--primary);font-size:1.25rem;flex-shrink:0;margin-top:1px}.tip-text{color:var(--primary);font-size:.85rem;line-height:1.5}.error-text{color:#e53e3e;font-size:.9rem;text-align:center;margin-bottom:1rem}.btn-sticky{position:fixed;bottom:0;left:0;right:0;max-width:640px;margin:0 auto;border-radius:.75rem;margin-bottom:1rem;width:calc(100% - 2.5rem)}.loading-content{display:inline-flex;align-items:center;gap:.5rem}.spinner{display:inline-block;width:18px;height:18px;border:2.5px solid rgba(24,22,17,.2);border-top-color:var(--text);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report-card{background:var(--white);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;line-height:1.75;font-size:.95rem;text-align:left}.report-card h1,.report-card h2,.report-card h3{color:var(--primary);margin-top:1.5rem;margin-bottom:.5rem}.report-card h1{font-size:1.35rem}.report-card h2{font-size:1.15rem}.report-card h3{font-size:1.05rem}.report-card h1:first-child,.report-card h2:first-child,.report-card h3:first-child{margin-top:0}.report-card ul{padding-left:1.2rem;margin:.5rem 0}.report-card li{margin-bottom:.3rem}.report-card strong{color:#9e7b00}.report-card p{margin:.5rem 0}.header-actions{display:flex;gap:.25rem}.icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;color:var(--text);border-radius:50%;transition:background .2s}.icon-btn:hover{background:var(--primary-light)}.icon-btn .material-symbols-outlined{font-size:1.25rem}.report-capture{padding:.5rem 0}.report-capture-header{display:flex;align-items:center;gap:.4rem;justify-content:center;margin-bottom:1rem}.report-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.25rem;margin-bottom:1.5rem}.btn-action{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem;border-radius:.75rem;background:var(--white);border:1px solid var(--border);color:var(--text);font-size:.9rem;font-weight:600;transition:border-color .2s,background .2s}.btn-action:hover{border-color:var(--primary);background:var(--primary-light)}.btn-action .material-symbols-outlined{font-size:1.15rem;color:var(--primary)}.disclaimer{margin-top:1.5rem;padding:1rem;background:var(--bg);border-radius:.75rem;color:var(--text-muted);font-size:.75rem;line-height:1.5;text-align:center}.style-image-section{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.style-image-title{font-size:1.15rem;font-weight:700;color:var(--primary)}.style-image{width:100%;border-radius:1rem;border:1px solid var(--border)}
