.start-link-form[hidden],.start-link-progress[hidden],.start-link-result[hidden]{display:none!important}.start-link-hero{padding-top:72px}.start-outcomes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:30px 0 20px}.start-outcome{display:flex;align-items:flex-start;gap:12px;min-height:116px;padding:18px;text-align:left;color:var(--landing-text);background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:16px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.start-outcome:hover{transform:translateY(-1px);border-color:#9ca3af}.start-outcome:focus-visible{outline:3px solid rgba(17,24,39,.16);outline-offset:2px}.start-outcome.is-selected{border-color:var(--landing-accent);box-shadow:0 0 0 2px var(--landing-accent)}.start-outcome-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;font-size:14px;font-weight:800;background:var(--landing-surface-2)}.start-outcome-copy{display:grid;gap:5px}.start-outcome-copy strong{font-size:16px;line-height:1.25}.start-outcome-copy small{font-size:13px;line-height:1.4;color:var(--landing-muted)}.start-link-form{margin:22px 0 12px;padding:22px;border:1px solid var(--landing-border);border-radius:16px;background:var(--landing-surface)}.start-link-form .start-label:not(:first-of-type){margin-top:18px}.start-link-form .start-label span{font-weight:400}.start-link-input,.start-link-textarea{display:block;width:100%;box-sizing:border-box}.start-link-textarea{min-height:112px;resize:vertical;line-height:1.5}.start-link-example{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:8px 0 18px;font-size:13px;line-height:1.45;color:var(--landing-muted)}.start-use-example{flex:0 0 auto;padding:0;border:0;border-bottom:1px solid currentcolor;background:0 0;color:var(--landing-text);font:inherit;font-weight:650;cursor:pointer}.start-link-submit{width:100%;padding:14px 24px;border-radius:12px;font-size:16px;cursor:pointer}.start-link-submit[disabled]{opacity:.62;cursor:wait}.start-import{margin:18px 0 0;font-size:14px;color:var(--landing-muted)}.start-import a{color:var(--landing-text);font-weight:650}.start-progress-title{margin:0 0 14px;font-weight:700;color:var(--landing-text)}.start-link-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-size:14px;font-weight:800;color:#fff;background:var(--landing-accent)}.start-link-result-actions{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:12px;margin:24px 0 8px}.start-link-result-actions a{display:inline-flex;align-items:center;justify-content:center;text-align:center}@media(max-width:680px){.start-link-hero{padding-top:48px}.start-outcomes{grid-template-columns:1fr}.start-outcome{min-height:0;padding:15px}.start-link-form{padding:18px}.start-link-example{align-items:flex-start;flex-direction:column;gap:5px}.start-link-result-actions{grid-template-columns:1fr}}