:root{--background: 0 0% 100%;--foreground: 0 0% 98%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 0 0% 98%;--primary-foreground: 206 63% 17%;--secondary: 206 30% 25%;--secondary-foreground: 0 0% 98%;--muted: 206 20% 30%;--muted-foreground: 0 0% 75%;--accent: 206 30% 25%;--accent-foreground: 0 0% 98%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 0 0% 80%;--input: 0 0% 80%;--ring: 0 0% 98%;--radius: .5rem;--success: 142.1 76.2% 36.3%;--success-foreground: 355.7 100% 97.3%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#102e46;color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}h1{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:hsl(var(--foreground))}h2{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;line-height:1.3;letter-spacing:-.01em;color:hsl(var(--foreground))}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;line-height:1.4;color:hsl(var(--foreground))}.container{width:100%;max-width:42rem;margin:0 auto;padding:1.5rem;text-align:center}@media (min-width: 640px){.container{padding:2rem}}@media (min-width: 1024px){.container{padding:3rem 2rem}}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + .25rem);padding:1.5rem;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -2px #0003;transition:box-shadow .2s ease;text-align:center;color:hsl(var(--card-foreground))}.card h1,.card h2,.card h3{color:hsl(var(--card-foreground))}.card p{color:hsl(var(--card-foreground));opacity:1}.card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media (min-width: 640px){.card{padding:2rem}}.progress-container{margin:1.5rem 0}.progress-bar-wrapper{position:relative;height:.5rem;background:hsl(var(--muted));border-radius:9999px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,hsl(var(--primary)),#4088bf);border-radius:9999px;transition:width .3s cubic-bezier(.4,0,.2,1);position:relative}.progress-bar-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-text{margin-top:.5rem;font-size:.875rem;color:hsl(var(--card-foreground));opacity:1;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;text-align:center}.form-label{font-size:.875rem;font-weight:500;color:hsl(var(--card-foreground));display:flex;align-items:center;justify-content:center;gap:.25rem}.form-label .required{color:hsl(var(--destructive))}.form-helper{font-size:.75rem;color:hsl(var(--card-foreground));opacity:.85;margin-top:-.25rem}.form-input,.form-select{width:100%;padding:.625rem .875rem;font-size:.9375rem;line-height:1.5;color:hsl(var(--card-foreground));background:hsl(var(--background));border:1px solid hsl(var(--input));border-radius:var(--radius);transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.form-select:focus{outline:none;border-color:hsl(var(--card-foreground));box-shadow:0 0 0 3px hsl(var(--card-foreground) / .1)}.form-input::placeholder{color:hsl(var(--card-foreground));opacity:.6}.form-input:disabled,.form-select:disabled{opacity:.5;cursor:not-allowed}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.checkbox-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;justify-content:center}.checkbox-item{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border:1px solid hsl(var(--border));border-radius:9999px;background:hsl(var(--background));cursor:pointer;transition:all .2s ease;font-size:.875rem;color:hsl(var(--card-foreground))}.checkbox-item:hover{border-color:hsl(var(--card-foreground));background:hsl(var(--card-foreground) / .08);color:hsl(var(--card-foreground))}.checkbox-item input[type=checkbox]{width:1rem;height:1rem;min-width:1rem;min-height:1rem;margin:0;cursor:pointer;accent-color:hsl(var(--card-foreground));-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;flex-shrink:0}.checkbox-item input[type=checkbox]:checked{accent-color:hsl(var(--card-foreground));-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.checkbox-item input[type=checkbox]:checked+span{font-weight:500}.checkbox-item:has(input[type=checkbox]:checked){border-color:hsl(var(--card-foreground));background:hsl(var(--card-foreground) / .1);color:hsl(var(--card-foreground))}.checkbox-item input[type=checkbox]:checked~span{font-weight:500}.checkbox-item-checked{border-color:hsl(var(--card-foreground))!important;background:hsl(var(--card-foreground) / .1)!important;color:hsl(var(--card-foreground))!important}@supports (-webkit-appearance: none){.checkbox-item input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.checkbox-item input[type=checkbox]:checked{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}}.button-group{display:flex;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;line-height:1.5;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-height:2.5rem}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-primary:disabled{background:hsl(var(--primary));color:hsl(var(--primary-foreground));opacity:.7}.btn-secondary:disabled{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));opacity:.7}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 2px 4px #0003}.btn-primary:hover:not(:disabled){background:#e6e6e6;color:hsl(var(--primary-foreground));box-shadow:0 4px 8px -1px #0000004d,0 2px 4px -2px #0003;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-color:hsl(var(--border))}.btn-secondary:hover:not(:disabled){background:#365063;color:hsl(var(--secondary-foreground));border-color:hsl(var(--ring))}.result-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + .25rem);padding:2rem;margin-top:2rem;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -2px #0003;text-align:center;color:hsl(var(--card-foreground))}.result-card h3{margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:hsl(var(--card-foreground))}.result-card p{color:hsl(var(--card-foreground))}.result-card ul{text-align:left;display:inline-block}.result-card.success{border-color:hsl(var(--success));background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--success) / .05))}.result-score{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:hsl(var(--card-foreground) / .1);border-radius:var(--radius);font-weight:600;margin-top:.5rem;text-align:center;color:hsl(var(--card-foreground));border:1px solid hsl(var(--card-foreground) / .2)}.result-card.success .result-score{background:hsl(var(--success) / .15);color:#0f7033;border-color:hsl(var(--success) / .3);font-weight:600}.logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;padding-top:1rem}.logo{max-width:300px;width:100%;height:auto;display:block}@media (min-width: 640px){.logo{max-width:400px}}@media (min-width: 1024px){.logo{max-width:500px}}.header{margin-bottom:2rem;text-align:center}.header h1{margin-bottom:.5rem}.header p{font-size:1rem;color:hsl(var(--foreground));opacity:.95;line-height:1.6}@media (min-width: 640px){.header p{font-size:1.0625rem}}.footer{margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(var(--border));font-size:.8125rem;color:hsl(var(--foreground));opacity:.85;text-align:center}.section-title{margin-top:.5rem;margin-bottom:1.5rem;text-align:center;color:hsl(var(--card-foreground))}.btn-loading{position:relative;color:transparent}.btn-loading:after{content:"";position:absolute;width:1rem;height:1rem;top:50%;left:50%;margin-left:-.5rem;margin-top:-.5rem;border:2px solid hsl(var(--primary-foreground));border-radius:50%;border-top-color:transparent;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.button-group{flex-direction:column}.btn{width:100%}.checkbox-group{flex-direction:column}.checkbox-item{width:100%;justify-content:flex-start}}*{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
