:root{--background:#ffffff;--foreground:#171717;--primary:#ff8c00}html[data-theme=light]{--background:#ffffff;--foreground:#171717}html[data-theme=dark]{--background:#0a0a0a;--foreground:#ededed}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}html:not([data-theme]){color-scheme:dark}}body,html{max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html:not([data-theme]) .page,html[data-theme=dark] .page{--gray-rgb:255,255,255;--gray-alpha-200:rgba(var(--gray-rgb),0.145);--gray-alpha-100:rgba(var(--gray-rgb),0.06);--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a}}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}h1{font-size:1.5rem;margin-bottom:.75rem;margin-top:15px;text-align:center}h2{font-size:1.25rem;margin-bottom:1rem;line-height:1.3;word-break:break-word}h3{font-size:1rem;margin-bottom:.75rem}li,p{font-size:.875rem;line-height:1.5}.resultView h1{margin-top:1rem}.main{display:flex;flex-direction:column;width:100%;align-items:center}.main h1{font-size:1.5rem;margin-bottom:.75rem;margin-top:15px;text-align:center}.main ol{font-family:var(--font-geist-mono);padding-left:0;margin:0;font-size:14px;line-height:24px;letter-spacing:-.01em;list-style-position:inside}.main li:not(:last-of-type){margin-bottom:8px}.main code{font-family:inherit;background:var(--gray-alpha-100);padding:2px 4px;border-radius:4px;font-weight:600}.pageContainer{display:flex;justify-content:center;padding-top:20px}.pageContainer .page{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;display:flex;flex-direction:column;align-items:center;min-height:100svh;font-family:var(--font-geist-sans);width:500px;transition:width .3s ease;padding:0 10px 20px}.pageContainer.resultView .page{width:800px}.ctas{display:flex;gap:16px}.ctas a{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:128px;height:48px;padding:0 20px;border:none;border:1px solid rgba(0,0,0,0);transition:background .2s,color .2s,border-color .2s;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:20px;font-weight:500}a.primary{background:var(--foreground);color:var(--background);gap:8px}a.secondary{border-color:var(--gray-alpha-200);min-width:158px}.footer{grid-row-start:3;display:flex;gap:24px}.footer a{display:flex;align-items:center;gap:8px}.footer img{flex-shrink:0}.questionCard{background:var(--gray-alpha-100);padding:1.5rem;margin-top:1.5rem!important;border-radius:12px;width:100%;max-width:500px;margin:0 auto;min-height:220px;display:flex;flex-direction:column}.questionNumber{font-size:.8rem;color:#666;margin-bottom:.75rem}.answerButtons{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:1rem;width:100%}.answerButton{padding:10px 12px;border:1px solid var(--gray-alpha-200);background:var(--background);border-radius:8px;cursor:pointer;transition:all .2s;font-family:var(--font-geist-sans);font-size:.875rem;width:100%;text-align:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:inherit}.answerButton:focus{outline:none}.answerButton:hover{background:var(--gray-alpha-100)}.navigationButtons{display:flex;justify-content:flex-start;margin-top:1.5rem}.prevButton{border:.8px solid rgba(90,142,69,.8);padding:.6rem 1rem .6rem .8rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;background-color:#fff;transition:all .2s ease;color:#5a8e45;display:flex;align-items:center;position:relative;overflow:hidden}.prevButton:before{content:"";display:inline-block;width:.6rem;height:.6rem;border-left:2px solid;border-bottom:2px solid;transform:rotate(45deg);margin-right:.6rem;position:relative;z-index:1;transition:transform .3s ease,margin-left .3s ease}.prevButton:after{content:"";position:absolute;left:-20px;top:0;height:100%;width:0;background:rgba(90,142,69,.1);transition:width .3s ease,left .3s ease;z-index:0}.prevButton:hover{background-color:#f5f9f3}.prevButton:hover:before{transform:rotate(45deg) scale(1.2)}.prevButton:hover:after{width:150%;left:-5px}.progress{width:100%;max-width:500px;height:8px;background:var(--gray-alpha-100);border-radius:4px;overflow:hidden;margin:1rem auto 0}.progressBar{height:100%;background:#ff8c00;transition:width .3s ease}.resultCard{background:var(--gray-alpha-100);padding:1.5rem;border-radius:12px;width:100%;max-width:750px;margin:.5rem auto 1.5rem}.resultCard h2{margin-bottom:.75rem;color:#ff8c00}.resultCard h3{margin:1rem 0 .5rem}.resultCard ul{list-style-position:inside;margin-left:.75rem}.resultCard li{margin-bottom:.5rem}.resultCard .resultDescription,.resultCard .resultTitle{white-space:pre-line;word-wrap:break-word;word-break:break-all}.buttonContainer{display:flex;justify-content:center;margin-top:2rem;height:55px}.buttonContainer button{min-width:300px;font-size:1.025rem}@media(max-width:600px){.buttonContainer{margin-bottom:3.5rem}.buttonContainer button{font-size:.925rem}}.primary{background:var(--foreground);color:var(--background);border:none;padding:12px 24px;border-radius:128px;cursor:pointer;font-weight:500;transition:background .2s}.primary:hover{background:var(--button-primary-hover)}.companyFit{margin-top:1.5rem;padding:1rem;background:rgba(255,140,0,.1);border-radius:8px}.companyFit h3{margin:.5rem 0!important}.companyInfo{margin-top:1.5rem;padding:1.25rem;background:var(--gray-alpha-200);border-radius:8px;width:100%}.companyInfo h3{color:var(--primary);margin:.5rem 0!important}.companyInfo p{margin-bottom:1rem}.companyInfo .companyDescription{white-space:pre-line;word-wrap:break-word;word-break:break-all}.companyLinks{display:flex;flex-wrap:wrap;gap:8px;margin-top:.75rem}.companyLink{display:inline-flex;align-items:center;padding:6px 12px;background:var(--primary);color:#fff;border-radius:3px;text-decoration:none;font-weight:550;transition:background .2s;height:37px;font-size:.875rem}.companyLink:hover{background:#e67e00}.companyLink.lineLink{background:none;padding:0}.companyLink.lineLink:hover{opacity:.8}.header{width:100%;display:flex;justify-content:center;padding-top:20px;padding-bottom:15px;margin-bottom:0}.logo{max-width:120px}.logo img{object-fit:contain;max-width:100%;height:auto;display:block}@media(hover:hover)and (pointer:fine){a.primary:hover{background:var(--button-primary-hover);border-color:rgba(0,0,0,0)}a.secondary:hover{background:var(--button-secondary-hover);border-color:rgba(0,0,0,0)}.footer a:hover{text-decoration:underline;text-underline-offset:4px}}@media(max-width:600px){.pageContainer{padding-top:10px}.pageContainer .page{padding:0 8px 20px;width:95%!important;max-width:100%}.header{padding-top:10px;padding-bottom:10px}.main{margin-top:.5rem}.main ol{text-align:center}.ctas{flex-direction:column}.ctas a{font-size:.875rem;height:36px;padding:0 12px}a.secondary{min-width:auto}.footer{flex-wrap:wrap;align-items:center;justify-content:center}.questionCard{padding:1rem .75rem;min-height:200px;width:100%;max-width:100%;margin-top:1rem!important}.answerButtons{padding-top:.75rem;gap:16px}.answerButton{padding:8px 10px;font-size:.925rem;height:48px}.navigationButtons{margin-top:1.25rem}.prevButton{padding:.5rem .75rem;font-size:.825rem;min-height:40px}.resultCard{margin:.5rem auto 1rem}.companyInfo,.resultCard{padding:1rem .75rem;width:100%;max-width:100%}.companyLink{padding:4px 10px;height:37px;display:flex;align-items:center;font-size:.9rem}h1{font-size:1.25rem;margin-bottom:1rem;margin-top:10px}h2{font-size:1.1rem;margin-bottom:.75rem}.progress{width:95%}.logo{max-width:100px;margin-top:.5rem}}@media(max-width:375px){.pageContainer{padding-top:5px}.pageContainer .page{padding:0 5px 15px;width:100%!important}.header{padding-top:5px;padding-bottom:5px}.questionCard{padding:.75rem .5rem;margin-top:.5rem!important;min-height:180px}.answerButtons{padding-top:.5rem;gap:4px}.answerButton{padding:6px;font-size:.8rem}.answerButton:active{background-color:initial;color:initial}.navigationButtons{margin-top:1rem}.prevButton{padding:.4rem .6rem;font-size:.75rem;min-height:36px}h1{font-size:1.1rem;margin-bottom:.75rem;margin-top:5px}h2{font-size:1rem;margin-bottom:.5rem;line-height:1.2}.logo{max-width:90px}.logo,.main{margin-top:.25rem}}