#root{max-width:66em;margin:0 auto;padding:2rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:66em;margin:0 auto;padding:2rem;text-align:left}body{background-color:#eee}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;max-width:1200px;margin:0 auto;color:#234;text-align:center}.hero{padding:60px 20px;background-color:#f8f9fa;margin-bottom:40px}.hero-text,.hero-text p{text-align:center}.headline{font-size:48px;font-weight:700;margin-bottom:20px;color:#1a1a1a}.subheadline{font-size:24px;color:#4a4a4a;margin-bottom:30px}.proof-section{gap:30px;margin:40px 0;text-align:center;display:grid;grid-template-columns:repeat(auto-fit,minmax(15em,1fr));gap:1rem}.proof-item{padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.cta-button{display:inline-block;padding:15px 30px;background-color:#2b6cb0;color:#fff;text-decoration:none;border-radius:6px;font-weight:700;margin-top:20px}.pain-points,.testimonial{background:#f1f5f9;padding:40px;border-radius:8px;margin:40px 0}.testimonial-text{text-align:left;font-style:italic;border-left:4px solid #2b6cb0;margin:0 auto;padding:0 2em;max-height:fit-content}.testimonial-video{display:grid;grid-template-columns:repeat(auto-fit,minmax(20em,1fr));gap:1rem}.testimonial-video iframe{width:100%;aspect-ratio:16/9}img,h1,h2{max-width:80vw;margin:1em auto;text-align:center;display:block}p,ul,ol{max-width:66ch;width:fit-content;text-align:left;margin:0 auto;display:block}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--red-500: #ef4444;--green-500: #22c55e;--yellow-500: #eab308;--transition-normal: all .3s ease }.button{box-shadow:2px 2px 3px var(--gray-700)}.button[disabled]{filter:grayscale(90%);opacity:.3}.button-primary{background-color:var(--green-500);color:var(--gray-50)}.button-secondary{background-color:var(--red-500);color:var(--gray-50)}.scorecard-container{max-width:48rem;margin:0 auto;padding:2rem 1rem}.hero-section{text-align:center;margin-bottom:3rem}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--gray-900);line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.progress-container{height:.5rem;background-color:var(--gray-100);border-radius:9999px;overflow:hidden;margin-bottom:2rem}.progress-bar{height:100%;background-color:var(--primary);transition:width .3s ease-in-out}.question-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;transition:var(--transition-normal)}.question-card:hover{box-shadow:0 4px 6px #0000001a}.question-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.option-button{padding:.75rem;font-size:.875rem;border:1px solid var(--gray-400);border-radius:.375rem;transition:var(--transition-normal);cursor:pointer;text-align:center;background:none;width:100%}.option-button:hover:not(.selected){background-color:var(--gray-50)}.option-button.selected{background-color:var(--primary);color:#fff;border-color:var(--primary)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.modal-content{background-color:#fff;border-radius:.5rem;padding:2rem;max-width:28rem;width:calc(100% - 2rem);margin:0 1rem;position:relative;animation:modalFadeIn .3s ease-out}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.modal-description{color:var(--gray-600);margin-bottom:1.5rem}.modal-actions,.results-actions{gap:.5rem;display:flex}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:500;margin-bottom:.25rem;color:var(--gray-700)}.form-group input{width:100%;padding:.5rem;border:1px solid var(--gray-300);border-radius:.375rem;transition:var(--transition-normal)}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.input-error{border-color:var(--red-500)}.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.error-message{color:var(--red-500);font-size:.875rem;margin-top:.25rem}.results-container{background-color:var(--gray-50);padding:2rem;border-radius:.5rem;animation:fadeIn .3s ease-out}.score-display{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.score-meter{height:1rem;background-color:var(--gray-200);border-radius:9999px;margin-bottom:2rem;overflow:hidden}.score-fill{height:100%;background-color:var(--primary);border-radius:9999px;transition:width .5s ease}.primary-button{background-color:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;border:none;cursor:pointer;transition:var(--transition-normal)}.primary-button:hover{background-color:var(--primary-dark)}.secondary-button{background-color:#fff;border:1px solid var(--gray-300);padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;cursor:pointer;transition:var(--transition-normal)}.secondary-button:hover{background-color:var(--gray-50)}.score-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.score-badge-low{background-color:#ef44441a;color:var(--red-500)}.score-badge-medium{background-color:#eab3081a;color:var(--yellow-500)}.score-badge-high{background-color:#22c55e1a;color:var(--green-500)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.loading{opacity:.5;pointer-events:none}.spinner{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid var(--gray-300);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.modal-content{padding:1.5rem}.question-card{padding:1rem}.options-grid{grid-template-columns:1fr}}@media print{.scorecard-container{max-width:none;margin:0;padding:0}.primary-button,.secondary-button{display:none}.results-container{box-shadow:none;border:none;padding:0}}.focus-visible:focus{outline:none;box-shadow:0 0 0 3px #2563eb80}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--gray-400) var(--gray-200)}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--gray-200);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--gray-400);border-radius:3px}:root{--info-bg: #ebf5ff;--info-border: #b3d4ff;--info-text: #1e429f;--error-bg: #fef2f2;--error-border: #fecaca;--error-text: #991b1b;--success-bg: #f0fdf4;--success-border: #bbf7d0;--success-text: #166534;--warning-bg: #fffbeb;--warning-border: #fde68a;--warning-text: #92400e }:root{--info-bg: #ebf5ff;--info-border: #b3d4ff;--info-text: #1e429f;--error-bg: #fef2f2;--error-border: #fecaca;--error-text: #991b1b;--success-bg: #f0fdf4;--success-border: #bbf7d0;--success-text: #166534;--warning-bg: #fffbeb;--warning-border: #fde68a;--warning-text: #92400e}.alert{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:16px;border-radius:6px;font-family:system-ui,-apple-system,sans-serif;border:1px solid}.alert-info{background-color:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}.alert-error{background-color:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.alert-success{background-color:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}.alert-warning{background-color:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}.alert-icon-wrapper{flex-shrink:0}.alert-icon{width:20px;height:20px;stroke:currentColor}.alert-content{flex:1}.alert-title{margin:0 0 4px;font-size:16px;font-weight:600;line-height:1.4}.alert-message{font-size:14px;line-height:1.5}.alert-dismiss{flex-shrink:0;margin:-4px -4px 0 auto;padding:4px;border:none;background:none;color:inherit;opacity:.7;cursor:pointer;border-radius:50%;transition:opacity .2s ease}.alert-dismiss:hover{opacity:1}.alert-dismiss svg{width:16px;height:16px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert{animation:slideIn .2s ease-out}.alert-dismiss:focus{outline:none;box-shadow:0 0 0 2px var(--info-border)}@media (max-width: 640px){.alert{padding:12px}.alert-title{font-size:15px}.alert-message{font-size:13px}}@media print{.alert{border:1px solid #000;background:none!important;color:#000!important}.alert-dismiss{display:none}}.app{height:100vh;display:flex;flex-direction:column}.header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem;z-index:20;position:relative}.header-content{max-width:960px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header h1{margin:0;font-size:1.5rem;font-weight:700}.button-group{display:flex;gap:.5rem}.button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.button:disabled{opacity:.7;cursor:not-allowed}.button-primary{background-color:#3b82f6;color:#fff}.button-primary:hover:not(:disabled){background-color:#2563eb}.button-danger{background-color:#ef4444;color:#fff}.button-danger:hover{background-color:#dc2626}.button-success{background-color:#22c55e;color:#fff}.button-success:hover{background-color:#16a34a}.button-secondary{background-color:#8b5cf6;color:#fff}.button-secondary:hover{background-color:#7c3aed}.main-content{flex:1;overflow:auto;background-color:#f9fafb}.container{max-width:960px;margin:0 auto;padding:1rem}.error-message{padding:.5rem;background-color:#fee2e2;color:#dc2626;border-radius:4px;margin-bottom:1rem}.success-message{padding:.5rem;background-color:#dcfce7;color:#16a34a;border-radius:4px;margin-bottom:1rem}.camera-container{background-color:#000;border-radius:4px;overflow:hidden;margin-bottom:1rem;position:sticky;top:1rem;z-index:10}.camera-video{width:100%;display:block;max-height:70vh;object-fit:contain}.gallery{margin-top:1rem}.gallery h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.photo-item{position:relative;padding-top:56.25%;background-color:#f3f4f6;border-radius:4px;overflow:hidden}.photo-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width: 640px){.header-content{flex-direction:column;gap:1rem;align-items:stretch}.button-group{flex-wrap:wrap}.button{flex:1;text-align:center}.camera-container{margin:-1rem -1rem 1rem;border-radius:0}}.photo-info{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:4px 8px;font-size:12px;display:flex;justify-content:space-between;align-items:center}.photo-info span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px}.location-button{background:none;border:none;padding:2px;cursor:pointer;font-size:14px;flex-shrink:0;opacity:.8;transition:opacity .2s}.location-button:hover{opacity:1}.delete-button{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background-color:#000000b3;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:background-color .2s}.delete-button:hover{background-color:#dc2626cc}.header-title{display:flex;flex-direction:column;gap:.5rem}.location-toggle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;cursor:pointer}.location-toggle input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:20px;background-color:#e5e7eb;border-radius:20px;position:relative;cursor:pointer;transition:background-color .2s}.location-toggle input[type=checkbox]:checked{background-color:#22c55e}.location-toggle input[type=checkbox]:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background-color:#fff;top:2px;left:2px;transition:transform .2s}.location-toggle input[type=checkbox]:checked:before{transform:translate(20px)}.location-label{-webkit-user-select:none;user-select:none}@media (max-width: 640px){.header-content{padding:.5rem}.header-title{margin-bottom:1rem}.location-toggle{font-size:.8rem}}.header img{max-height:10em}.header .header-title{display:block}.explanation p{padding:1rem}
