.cv-checklist-wrapper *{box-sizing:border-box}.cv-checklist-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:32px auto;max-width:700px;padding:24px}.cv-checklist-header{margin-bottom:24px;text-align:center}.cv-checklist-header h2{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:8px}.cv-checklist-header p{color:#666;font-size:14px}.cv-progress-bar-container{background:#e8e8e8;border-radius:4px;height:8px;margin-bottom:24px;overflow:hidden;width:100%}.cv-progress-bar{background:linear-gradient(90deg,#4caf50,#45a049);height:100%;transition:width .3s ease;width:0}.cv-progress-text{color:#666;font-size:14px;font-weight:600;margin-bottom:20px;text-align:center}.cv-checklist-section{margin-bottom:24px}.cv-section-header{align-items:center;background:#f5f5f5;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:12px;padding:12px 16px;transition:background .2s ease}.cv-section-header:hover{background:#ebebeb}.cv-section-title{align-items:center;color:#1a1a1a;display:flex;font-size:18px;font-weight:600;gap:8px}.cv-section-badge{background:#e3f2fd;border-radius:12px;color:#1976d2;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.cv-section-toggle{color:#666;font-size:20px;transition:transform .3s ease}.cv-section-toggle.open{transform:rotate(180deg)}.cv-section-items{display:none;padding-left:8px}.cv-section-items.open{display:block}.cv-checklist-item{align-items:flex-start;border-radius:8px;cursor:pointer;display:flex;margin-bottom:8px;min-height:48px;padding:14px 12px;transition:background .2s ease}.cv-checklist-item:hover{background:#f9f9f9}.cv-checklist-item.checked{background:#f1f8f4}.cv-checkbox-wrapper{margin-right:14px;margin-top:2px;position:relative}.cv-checkbox-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #d0d0d0;border-radius:4px!important;cursor:pointer;display:inline-block;flex-shrink:0;height:22px;position:relative;transition:all .2s ease;vertical-align:middle;width:22px}.cv-checkbox-input:checked{background:#4caf50!important;border-color:#4caf50!important}.cv-checkbox-input:checked:after{color:#fff;content:"✓";display:block;font-size:15px;font-weight:700;left:50%;line-height:1;margin-top:-1px;position:absolute;top:50%;transform:translate(-50%,-50%)}.cv-item-text{color:#333;flex:1;font-size:15px;line-height:1.5}.cv-checklist-item.checked .cv-item-text{color:#4caf50}.cv-reset-button{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;display:block;font-size:14px;font-weight:600;margin-top:20px;padding:12px;transition:all .2s ease;width:100%}.cv-reset-button:hover{background:#f5f5f5;border-color:#d0d0d0}.cv-completion-message{animation:cvSlideDown .3s ease;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:8px;color:#fff;display:none;margin-bottom:20px;padding:16px;text-align:center}.cv-completion-message.show{display:block}.cv-completion-message h3{font-size:18px;margin-bottom:4px}.cv-completion-message p{font-size:14px;opacity:.95}@keyframes cvSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.cv-checklist-wrapper{border-radius:8px;margin:16px auto;padding:16px}.cv-checklist-header h2{font-size:20px}.cv-checklist-header p{font-size:13px}.cv-section-header{padding:14px 12px}.cv-section-title{font-size:16px;gap:6px}.cv-section-badge{font-size:11px;padding:3px 8px}.cv-checklist-item{margin-bottom:6px;padding:16px 12px}.cv-checkbox-wrapper{margin-right:14px}.cv-checkbox-input{height:24px;width:24px}.cv-item-text{font-size:14px;line-height:1.6}.cv-progress-text{font-size:13px}.cv-reset-button{font-size:15px;margin-top:16px;padding:14px}.cv-completion-message h3{font-size:16px}.cv-completion-message p{font-size:13px}}@media (max-width:400px){.cv-section-title{font-size:15px}.cv-section-badge{font-size:10px;padding:2px 6px}.cv-item-text{font-size:13px}}