.hm-profile-complete{background:var(--hm-bg-elevated,#fff);border:1px solid var(--hm-border,#e7e5e4);border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(28,25,23,.04)}.hm-profile-complete__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.hm-profile-complete__header svg{width:20px;height:20px;color:var(--hm-primary,#b45309);flex-shrink:0}.hm-profile-complete__title{font-family:var(--font-display,'DM Serif Display',Georgia,serif);font-size:var(--text-lg,1.125rem);font-weight:400;color:var(--hm-text,#1c1917);margin:0;line-height:var(--leading-tight,1.25)}.hm-profile-complete__progress{margin-bottom:20px}.hm-profile-complete__bar-wrap{display:flex;align-items:center;gap:12px}.hm-profile-complete__bar{flex:1;height:8px;background:var(--hm-neutral-100,#f5f5f4);border-radius:999px;overflow:hidden}.hm-profile-complete__bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--hm-primary,#b45309),var(--hm-primary-400,#fbbf24));transition:width .6s cubic-bezier(.34,1.56,.64,1);min-width:0}.hm-profile-complete__bar-label{font-family:var(--font-body);font-size:var(--text-sm,.875rem);font-weight:600;color:var(--hm-text-secondary,#57534e);white-space:nowrap}.hm-profile-complete__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.hm-profile-complete__step{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;transition:background .15s ease}.hm-profile-complete__step--done{background:var(--hm-success-light,#dcfce7)}.hm-profile-complete__step--done .hm-profile-complete__step-icon{color:var(--hm-success,#15803d)}.hm-profile-complete__step--todo{background:var(--hm-neutral-50,#fafaf9);border:1px dashed var(--hm-neutral-200,#e7e5e4)}.hm-profile-complete__step--todo .hm-profile-complete__step-icon{color:var(--hm-neutral-400,#a8a29e)}.hm-profile-complete__step-icon{flex-shrink:0;width:20px;height:20px}.hm-profile-complete__step-icon svg{width:20px;height:20px}.hm-profile-complete__step-text{flex:1;font-family:var(--font-body);font-size:var(--text-sm,.875rem);font-weight:500;color:var(--hm-text,#1c1917);line-height:var(--leading-normal,1.5)}.hm-profile-complete__step--done .hm-profile-complete__step-text{color:var(--hm-success-dark,#166534)}.hm-profile-complete__earned{font-family:var(--font-body);font-size:var(--text-xs,.75rem);font-weight:600;color:var(--hm-success,#15803d);white-space:nowrap}.hm-profile-complete__action{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-body);font-size:var(--text-sm,.875rem);font-weight:600;color:var(--hm-primary,#b45309);text-decoration:none;white-space:nowrap;transition:color .15s ease}.hm-profile-complete__action:hover{color:var(--hm-primary-hover,#92400e)}.hm-profile-complete__action svg{width:14px;height:14px}.hm-profile-complete__bio-form{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:6px}.hm-profile-complete__bio-textarea{width:100%;min-height:60px;max-height:120px;padding:8px 12px;font-family:var(--font-body);font-size:var(--text-sm,.875rem);color:var(--hm-text,#1c1917);background:var(--hm-bg-elevated,#fff);border:1px solid var(--hm-neutral-300,#d6d3d1);border-radius:8px;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;line-height:var(--leading-normal,1.5)}.hm-profile-complete__bio-textarea:focus{outline:none;border-color:var(--hm-primary,#b45309);box-shadow:0 0 0 3px var(--hm-primary-muted,rgba(180,83,9,.15))}.hm-profile-complete__bio-textarea::placeholder{color:var(--hm-text-muted,#78716c)}.hm-profile-complete__bio-actions{display:flex;justify-content:flex-end;gap:8px}.hm-profile-complete__bio-save{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-family:var(--font-body);font-size:var(--text-sm,.875rem);font-weight:600;color:var(--hm-text-inverse,#fdfcfa);background:var(--hm-primary,#b45309);border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,transform .1s ease}.hm-profile-complete__bio-save:hover{background:var(--hm-primary-hover,#92400e)}.hm-profile-complete__bio-save:active{transform:scale(.97)}.hm-profile-complete__bio-save:disabled{opacity:.6;cursor:not-allowed}.hm-profile-complete__footer{margin-top:16px;padding-top:12px;border-top:1px solid var(--hm-neutral-100,#f5f5f4);font-family:var(--font-body);font-size:var(--text-xs,.75rem);color:var(--hm-text-muted,#78716c);text-align:center}@media (max-width:479px){.hm-profile-complete{padding:16px;border-radius:12px;margin-bottom:16px}.hm-profile-complete__step{padding:8px 10px;gap:8px}.hm-profile-complete__bar-wrap{gap:8px}.hm-profile-complete__earned{display:none}}@media (prefers-reduced-motion:reduce){.hm-profile-complete__bar-fill{transition:none}}@media (forced-colors:active){.hm-profile-complete{border:2px solid CanvasText}.hm-profile-complete__step--done{background:Canvas;border:1px solid CanvasText}.hm-profile-complete__bar-fill{background:Highlight}}@media print{.hm-profile-complete{display:none}}