 #ws-thankyou {padding: var(--sectionPadding);padding-bottom: clamp(16.25rem, 17vw, 26rem);}#ws-thankyou .cs-container {width: 100%;max-width: 45rem;margin: 0 auto;}.ws-repo-card {background: #f9fafb;border: 1px solid #e5e7eb;border-radius: 0.75rem;padding: 2rem;margin-bottom: 2.5rem;text-align: center;}.ws-repo-header {display: inline-flex;align-items: center;gap: 0.625rem;font-family: 'Noto Sans Mono', monospace;font-weight: 700;font-size: 1rem;color: var(--primary);margin-bottom: 0.75rem;}.ws-repo-header svg {flex-shrink: 0;}.ws-repo-desc {font-size: 1rem;color: var(--bodyTextColor);margin: 0 0 1.5rem;}.ws-repo-actions {display: flex;justify-content: center;gap: 0.75rem;flex-wrap: wrap;}.ws-btn {display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;padding: 0.75rem 1.5rem;border-radius: 3.75rem;font-size: 1rem;font-weight: 700;border: none;cursor: pointer;transition: background-color 0.3s, color 0.3s;font-family: inherit;text-decoration: none;white-space: nowrap;}.ws-btn-primary {background: var(--primaryLight);color: #fff;}.ws-btn-primary:hover {background: var(--primary);}.ws-btn-secondary {background: transparent;color: var(--bodyTextColor);border: 1px solid #d1d5db;}.ws-btn-secondary:hover {background: #f3f4f6;}.ws-steps {margin-bottom: 3rem;}.ws-steps h2 {font-size: 1.5rem;color: var(--primary);margin-bottom: 1.5rem;}.ws-steps ol {list-style: none;padding: 0;counter-reset: ws-step;}.ws-steps ol li {counter-increment: ws-step;position: relative;padding-left: 3rem;margin-bottom: 1.5rem;}.ws-steps ol li::before {content: counter(ws-step);position: absolute;left: 0;top: 0;width: 2rem;height: 2rem;border-radius: 50%;background: var(--primaryLight);color: #fff;display: flex;align-items: center;justify-content: center;font-weight: 700;font-size: 0.875rem;}.ws-steps ol li strong {display: block;font-size: 1.0625rem;color: var(--primary);margin-bottom: 0.5rem;}.ws-steps ol li p {margin: 0.5rem 0 0;color: var(--bodyTextColor);}.ws-help {font-size: 0.875rem;color: #9ca3af;margin-top: 1.5rem;font-style: italic;}.ws-cta {background: var(--primary);color: #fff;border-radius: 0.75rem;padding: 2rem;text-align: center;}.ws-cta h3 {color: #fff;font-size: 1.375rem;margin: 0 0 0.5rem;}.ws-cta p {color: rgba(255, 255, 255, 0.85);margin: 0 0 1.5rem;}.ws-cta .ws-btn-primary {background: #fff;color: var(--primary);}.ws-cta .ws-btn-primary:hover {background: #f3f4f6;color: var(--primary);}body.dark-mode .ws-repo-card {background: rgba(255, 255, 255, 0.03);border-color: rgba(255, 255, 255, 0.1);}body.dark-mode .ws-btn-secondary {color: var(--bodyTextColorWhite);border-color: rgba(255, 255, 255, 0.15);}body.dark-mode .ws-btn-secondary:hover {background: rgba(255, 255, 255, 0.05);}