body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Futura Bold,Futura,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Noto Sans,Noto Sans Display,Open Sans,Source Sans Pro,sans-serif;font-weight:500;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.App{background:linear-gradient(135deg,#d8e2dc,#e8e8e4);background-attachment:fixed;font-family:Futura Bold,Futura,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Noto Sans,Noto Sans Display,Open Sans,Source Sans Pro,sans-serif;font-weight:500;min-height:100vh}.App-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;color:#fff;padding:30px 20px;text-align:center}.App-header h1{font-size:2.8rem;font-weight:700;margin:0 0 10px;text-shadow:0 2px 4px #0000004d}.App-header p{font-size:1.3rem;font-weight:300;margin:0;opacity:.9}.App-main{min-height:calc(100vh - 120px);padding:20px 0}.home-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Futura Bold,Futura,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;min-height:100vh}.safety-exit{top:30px}.hero-content{align-items:center;display:flex;flex-direction:column;gap:24px;max-width:1200px;text-align:center}.hero-logo{border-radius:16px;box-shadow:0 8px 30px #00000040;display:block;height:auto;margin:0;width:420px}.hero-visual{align-items:flex-start;display:flex;justify-content:center;width:100%}.hero-text{align-items:center;display:flex;flex-direction:column;gap:12px}.hero-title{margin:0 0 20px}.hero-actions{display:flex;flex-wrap:nowrap;gap:20px;justify-content:center;margin-top:24px}.cta-button{border-radius:12px;display:inline-block;font-size:1.1rem;font-weight:400;min-width:200px;padding:16px 32px;text-align:center;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#fff;box-shadow:0 4px 15px #0003;color:#023e8a}.cta-button.primary:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-3px)}.cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background:#fff;color:#023e8a;transform:translateY(-3px)}@media (min-width:768px){.hero-content{flex-direction:row;text-align:left}.hero-content,.hero-text{align-items:flex-start}.hero-subtitle,.hero-title{text-align:left}.hero-actions{justify-content:flex-start}}.container{padding:0 20px}.about-section,.help-section,.support-section{padding:80px 0}.global-warning{background:#dc26261a;border-radius:12px;color:#c53030;font-size:.95rem;font-weight:600;line-height:1.6;margin:40px auto 60px;max-width:800px;padding:20px 24px;text-align:center}.section-title{font-weight:700;margin-bottom:40px}.about-description{color:#4a5568;font-size:1.2rem;line-height:1.7;margin:0 auto 60px;max-width:800px;text-align:center}.about-us-section{background:#fff;padding:60px 0}.about-us-text{color:#4a5568;font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:900px;text-align:center}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:60px}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:40px 30px;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:20px}.feature-card h3{color:#2d3748;font-size:1.4rem;font-weight:600;margin-bottom:15px}.feature-card p{color:#4a5568;line-height:1.6}.help-section{background:#fff}.help-content{grid-gap:60px;align-items:flex-start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.help-description{color:#4a5568;font-size:1.1rem;line-height:1.7;margin-bottom:30px}.help-list{list-style:none;padding:0}.help-list li{border-bottom:1px solid #e2e8f0;color:#4a5568;padding:12px 0 12px 30px;position:relative}.help-list li:last-child{border-bottom:none}.help-list li:before{color:#023e8a;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.help-card{background:linear-gradient(135deg,#023e8a,#45b7d1);border-radius:16px;box-shadow:0 8px 30px #023e8a4d;color:#fff;padding:40px;text-align:center}.help-card h3{font-size:1.5rem;margin-bottom:20px}.help-card p{line-height:1.6;margin-bottom:30px;opacity:.9}.help-button{background:#fff;border-radius:8px;color:#023e8a;display:inline-block;font-weight:600;padding:14px 28px;text-decoration:none;transition:all .3s ease}.help-button:hover{box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.support-section{background:#f8fafc}.support-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.support-item{background:#fff;border-left:4px solid #023e8a;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:30px;text-align:center}.support-item h3{color:#2d3748;font-size:1.3rem;margin-bottom:15px}.support-item p{color:#4a5568;line-height:1.6;margin-bottom:20px}.support-link{background:#023e8a;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.support-link:hover{background:#1e40af;transform:translateY(-2px)}.support-link.emergency{background:#dc2626}.support-link.emergency:hover{background:#b91c1c}.footer{padding:60px 0 20px}.footer-content{margin-bottom:40px}.footer-section h4{color:#fff;margin-bottom:20px}.footer-section ul li{margin-bottom:10px}.footer-section ul li a:hover{color:#fff}@media (max-width:768px){.hero-title{font-size:1.9rem}.hero-actions{flex-direction:row;flex-wrap:wrap;justify-content:center}.cta-button{flex:1 1;max-width:250px;min-width:180px}.help-content{gap:40px}.features-grid,.footer-content,.help-content,.support-grid{grid-template-columns:1fr}.footer-content{text-align:center}.safety-exit{right:15px;top:15px}.home-language-switcher{left:15px;top:15px}}@media (max-width:480px){.hero-section{padding:80px 15px 60px}.hero-title{font-size:1.5rem}.section-title{font-size:2rem}.feature-card,.support-item{padding:20px}.safety-exit{right:10px;top:10px}.home-language-switcher{left:10px;top:10px}.safety-exit-link{font-size:.8rem;padding:10px 16px}}.njadvri-form{color:#2d3748;font-family:Futura Bold,Futura,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Noto Sans,Noto Sans Display,Open Sans,Source Sans Pro,sans-serif;font-weight:500;line-height:1.6;margin:0 auto;max-width:1200px;padding:20px}.form-header-fixed{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #0000001a;box-shadow:0 2px 20px #0000001a;left:0;padding:15px 20px;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.header-left{flex:1 1;min-width:0}.header-title{color:#023e8a;font-size:1.5rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-right{flex-shrink:0;gap:20px}.header-actions,.header-right{align-items:center;display:flex}.header-actions{gap:12px}.header-exit-button{background:#dc2626;border:none;border-radius:6px;box-shadow:0 2px 8px #dc262633;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:15px 16px;transition:all .2s ease}.header-exit-button:hover{background:#b91c1c;box-shadow:0 4px 12px #dc26264d;transform:translateY(-1px)}.language-switcher{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:8px 12px}.language-label{display:none}.language-select{background:#0000;border:none;border-radius:4px;color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:500;padding:4px 8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.language-select:focus{outline:none}.language-select:focus,.language-select:hover{background:#4ecdc41a;color:#2d3748}.header-progress{align-items:center;display:flex;flex:1 1;gap:15px;max-width:400px;min-width:0}.header-progress-bar{background:#e2e8f0;border-radius:6px;flex:1 1;height:6px;overflow:hidden;position:relative}.header-progress-fill{background:#023e8a;border-radius:6px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.header-progress-text{color:#718096;flex-shrink:0;font-size:.8rem;font-weight:500;white-space:nowrap}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.modal-container{animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 25px 50px #00000040;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:30px 30px 20px}.modal-title{color:#023e8a;font-size:1.8rem;font-weight:700;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#a0aec0;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px}.modal-close:hover{background:#f7fafc;color:#4a5568}.modal-body{padding:30px}.modal-message{color:#4a5568;font-size:1.1rem;line-height:1.7;margin:0;text-align:justify}.modal-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 30px 30px}.modal-language-switcher{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:6px 10px}.modal-language-switcher .language-label{display:none}.modal-language-switcher .language-select{background:#0000;border:none;border-radius:4px;color:#4a5568;cursor:pointer;font-size:.85rem;font-weight:500;padding:2px 6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-language-switcher .language-select:focus{background:#4ecdc41a;color:#2d3748;outline:none}.modal-language-switcher .language-select:hover{background:#4ecdc41a;color:#2d3748}.modal-buttons{display:flex;gap:15px}.modal-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;min-width:120px;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-button.secondary{background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568}.modal-button.secondary:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px)}.modal-button.primary{background:#023e8a;box-shadow:0 4px 15px #023e8a4d;color:#fff}.modal-button.primary:hover{box-shadow:0 8px 25px #023e8a66;transform:translateY(-2px)}@media (max-width:768px){.modal-container{margin:10px;max-height:95vh}.modal-header{padding:20px 20px 15px}.modal-title{font-size:1.5rem}.modal-body{padding:20px}.modal-message{font-size:1rem}.modal-footer{align-items:stretch;flex-direction:column;gap:15px;padding:15px 20px 20px}.modal-language-switcher{align-self:center;order:1}.modal-buttons{flex-direction:column;gap:10px;order:2}.modal-button{width:100%}}.njadvri-form{padding-top:80px}@media (max-width:768px){.form-header-fixed{padding:12px 15px}.header-content{align-items:stretch;flex-direction:column;gap:12px}.header-left{order:1}.header-right{justify-content:space-between;order:2}.header-title{font-size:1.3rem;text-align:center}.header-progress{max-width:none;order:3}.header-progress-text{font-size:.75rem}}@media (max-width:480px){.header-title{font-size:1.1rem}.language-select{font-size:.8rem;padding:3px 6px}.header-progress-text{font-size:.7rem}}.form-container{background:linear-gradient(135deg,#d8e2dc,#e8e8e4);border-radius:16px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:0;position:relative}.form-container:before{background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);content:"";height:4px;left:0;position:absolute;right:0;top:0}.form-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:0;margin:0;padding:40px}.form-section h2{border-bottom:3px solid #4ecdc4;color:#2d3748;font-size:1.8rem;font-weight:600;margin-bottom:20px;padding-bottom:15px;position:relative}.form-section h2:after{background:linear-gradient(90deg,#ff6b6b,#4ecdc4);bottom:-3px;content:"";height:3px;left:0;position:absolute;width:50px}.form-section p{color:#718096;font-size:1rem;line-height:1.7}.form-field,.form-section p{margin-bottom:30px}.form-field legend{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:15px;padding:0}.form-field label{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:12px;overflow:hidden;padding:16px 20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-field label:before{background:linear-gradient(90deg,#0000,#4ecdc41a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.form-field label:hover{border-color:#4ecdc4;box-shadow:0 8px 25px #4ecdc426;transform:translateY(-2px)}.form-field label:hover:before{left:100%}.form-field input[type=radio]{accent-color:#4ecdc4;cursor:pointer;height:20px;position:relative;width:20px}.form-field input[type=radio]:checked+span{color:#2d3748;font-weight:600}.form-field label:has(input:checked){background:linear-gradient(135deg,#4ecdc41a,#45b7d11a);border-color:#4ecdc4;box-shadow:0 4px 15px #4ecdc433}.options-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:15px}.yesno-container{display:flex;gap:20px;margin-top:15px}.yesno-container label{flex:1 1;font-weight:600;justify-content:center;min-height:60px;text-align:center}.yesno-container label:has(input[value=true]:checked){background:linear-gradient(135deg,#22c55e1a,#10b9811a);border-color:#22c55e;color:#15803d}.yesno-container label:has(input[value=false]:checked){background:linear-gradient(135deg,#22c55e1a,#10b9811a);border-color:#22c55e;color:#15803d}.text-input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.text-input:focus{border-color:#4ecdc4;box-shadow:0 0 0 3px #4ecdc41a;outline:none;transform:translateY(-1px)}.text-input::placeholder{color:#a0aec0}.navigation-container{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:40px;padding-top:30px}.navigation-container.top-navigation{border-top:none;margin-bottom:20px;margin-top:0;padding-top:0}.nav-button{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:14px 28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.nav-button:hover:before{left:100%}.nav-button.back{background:#f7fafc;border:2px solid #e2e8f0;color:#4a5568}.nav-button.back:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0;box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.nav-button.next{background:#023e8a;box-shadow:0 4px 15px #023e8a4d;color:#fff}.nav-button.next:hover{box-shadow:0 8px 25px #023e8a66;transform:translateY(-2px)}.nav-button.finish{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 15px #22c55e4d;color:#fff}.nav-button.finish:hover{box-shadow:0 8px 25px #22c55e66;transform:translateY(-2px)}.nav-button:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.completion-view{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:0;margin:0;padding:40px}.completion-header{border-bottom:2px solid #4ecdc4;margin-bottom:40px;padding-bottom:30px;text-align:center}.completion-header h2{color:#023e8a;font-size:2.2rem;font-weight:600;margin-bottom:15px}.completion-header p{color:#718096;font-size:1.1rem;line-height:1.6;margin:0}.completion-actions{border-top:1px solid #e2e8f0;margin-top:40px;padding-top:30px;text-align:center}.nav-button.start-over{background:#023e8a;box-shadow:0 4px 15px #023e8a4d;color:#fff;font-size:1.1rem;font-weight:600;padding:16px 32px}.nav-button.start-over:hover{box-shadow:0 8px 25px #023e8a66;transform:translateY(-2px)}.scoring-summary{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #0000000d;margin-top:30px;padding:30px}.scoring-summary h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:20px;text-align:center}.scoring-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:25px}.scoring-section h4{color:#4a5568;font-size:1.1rem;font-weight:600;margin-bottom:15px}.scoring-list{list-style:none;margin:0;padding:0}.scoring-list li{border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:4px;padding:10px 0}.scoring-list li:last-child{border-bottom:none}.scoring-list .bucket-name{color:#718096;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem}.scoring-list .bucket-value{color:#2d3748;font-weight:600}.score-line{align-items:center;display:flex;gap:6px}.score-max{color:#718096;font-size:.85rem;font-weight:600}.score-bar{background:#edf2f7;border-radius:999px;height:6px;margin-top:4px;overflow:hidden;width:100%}.score-bar-fill{background:linear-gradient(90deg,#ff6b6b,#ff8e53);border-radius:999px;height:100%;transition:width .3s ease}.safety-plan-summary{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 6px 24px #023e8a14;margin-top:40px;padding:30px}.safety-plan-summary h3{color:#023e8a;font-size:1.6rem;font-weight:700;margin-bottom:12px;text-align:center}.safety-plan-description{color:#4a5568;line-height:1.6;margin:0 auto 25px;max-width:680px;text-align:center}.safety-plan-urgent{background:#dc262614;border-left:4px solid #dc2626;border-radius:12px;margin-bottom:24px;padding:20px 24px}.safety-plan-urgent h4{color:#dc2626;font-size:1.2rem;font-weight:700;margin-bottom:12px}.safety-plan-urgent-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.safety-plan-urgent-actions span{background:#dc2626;border-radius:999px;box-shadow:0 4px 12px #dc262640;color:#fff;font-size:.95rem;font-weight:600;padding:10px 16px}.safety-plan-item{background:linear-gradient(135deg,#f8fafce6,#e2e8f0b3);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;padding:20px 24px}.safety-plan-item-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.safety-plan-item-header h4{color:#1f2937;font-size:1.2rem;font-weight:700;margin:0}.risk-pill{font-feature-settings:"liga" 1,"kern" 1;border-radius:999px;font-family:Roboto,Noto Sans,Noto Sans Display,Open Sans,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.04em;padding:6px 14px;text-rendering:optimizeLegibility;text-transform:uppercase}.risk-low{background:#16a34a26;color:#166534}.risk-moderate{background:#ea580c26;color:#9a3412}.risk-high{background:#dc262626;color:#991b1b}.safety-plan-list{color:#4a5568;line-height:1.65;margin:0;padding-left:20px}.safety-plan-list li{margin-bottom:8px}.safety-plan-list li:last-child{margin-bottom:0}.safety-plan-general{background:#023e8a0d;border-radius:12px;margin-top:24px;padding:20px 24px}.safety-plan-general h4{color:#023e8a;font-size:1.1rem;font-weight:600;margin-bottom:12px;margin-top:0}.safety-plan-note{background:#16a34a1a;border:1px solid #16a34a33;border-radius:10px;color:#166534;font-weight:600;margin-bottom:20px;padding:16px 18px;text-align:center}.bucket-display{display:flex;flex-direction:column;width:100%}.bucket-name{color:#718096;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;gap:8px}.bucket-info-icon,.bucket-name{align-items:center;display:flex;position:relative}.bucket-info-icon{background:#023e8a1a;border-radius:50%;color:#023e8a;cursor:pointer;flex-shrink:0;font-size:.8rem;font-weight:700;height:18px;justify-content:center;transition:all .2s ease;width:18px}.bucket-info-icon:hover{background:#023e8a33;transform:scale(1.1)}.bucket-tooltip{background:#2d3748;border-radius:8px;bottom:calc(100% + 10px);box-shadow:0 6px 20px #0000004d;color:#fff;font-size:.8rem;font-weight:400;line-height:1.4;max-width:320px;padding:10px 14px;pointer-events:none;text-align:left;white-space:normal;z-index:1000}.bucket-tooltip,.bucket-tooltip:after{left:50%;position:absolute;transform:translateX(-50%)}.bucket-tooltip:after{border:6px solid #0000;border-top-color:#2d3748;content:"";top:100%}.risk-level-low{color:#16a34a!important;font-weight:600}.risk-level-moderate{color:#ea580c!important;font-weight:600}.risk-level-high{color:#dc2626!important;font-weight:600}.risk-level-label{font-weight:500;margin-right:8px}.risk-level-text{font-feature-settings:"liga" 1,"kern" 1;font-family:Roboto,Noto Sans,Noto Sans Display,Open Sans,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility}.guidance-section{background:#fff;border-left:4px solid #4ecdc4;border-radius:12px;margin-top:20px;padding:25px}.guidance-section h4{color:#2d3748;font-weight:600;margin-bottom:15px}.guidance-list{list-style:none;margin:0;padding:0}.guidance-list li{border-bottom:1px solid #f1f5f9;color:#4a5568;padding:10px 0}.guidance-list li:last-child{border-bottom:none}.guidance-list strong{color:#2d3748;font-weight:600}.waiver-recommendations{background:linear-gradient(135deg,#4ecdc41a,#45b7d11a);border:1px solid #4ecdc433;border-radius:12px;margin-top:20px;padding:25px}.waiver-recommendations h4{color:#2d3748;font-weight:600;margin-bottom:15px}.waiver-list{list-style:none;margin:0;padding:0}.waiver-list li{border-bottom:1px solid #4ecdc433;color:#4a5568;padding:12px 0 12px 20px;position:relative}.waiver-list li:last-child{border-bottom:none}.waiver-list li:before{color:#4ecdc4;content:"✓";font-weight:700;left:0;position:absolute}.waiver-note{color:#718096;font-size:.85rem;font-style:italic;margin-top:15px}.safety-section{background:linear-gradient(135deg,#ff6b6b1a,#ef44441a);border:1px solid #ff6b6b33;border-radius:16px;margin-top:30px;padding:30px;text-align:center}.safety-section h3{color:#dc2626;font-size:1.5rem;font-weight:600;margin-bottom:15px}.safety-section p{color:#4a5568;line-height:1.7;margin:0}.safety-section a{border-bottom:1px solid #0000;color:#dc2626;font-weight:600;text-decoration:none;transition:border-color .3s}.safety-section a:hover{border-bottom-color:#dc2626}@media (max-width:768px){.njadvri-form{padding:140px 10px 10px}.form-section{padding:30px 20px}.options-grid{grid-template-columns:1fr}.yesno-container{flex-direction:column;gap:15px}.scoring-grid{grid-template-columns:1fr}.navigation-container{flex-direction:column;gap:15px}.nav-button{width:100%}}@media (max-width:480px){.form-header h1{font-size:1.8rem}.form-section h2{font-size:1.5rem}.form-field label,.text-input{padding:12px 16px}}.resources-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Futura Bold,Futura,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;min-height:100vh}.safety-exit{align-items:center;display:flex;position:fixed;right:20px;top:20px;z-index:1000}.safety-exit-link{background:#dc2626;border:none;border-radius:8px;box-shadow:0 4px 12px #dc26264d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:12px 20px;text-decoration:none;transition:all .3s ease}.safety-exit-link:hover{background:#b91c1c;box-shadow:0 6px 20px #dc262666;transform:translateY(-2px)}.home-language-switcher{align-items:center;display:flex;gap:12px;left:20px;position:fixed;top:20px;z-index:1000}.header-home-button{align-items:center;background:#4ecdc4;border-radius:6px;box-shadow:0 2px 8px #4ecdc433;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.header-home-button:hover{background:#45b7d1;box-shadow:0 4px 12px #4ecdc44d;color:#fff;text-decoration:none;transform:translateY(-1px)}.hero-section{background:linear-gradient(135deg,#023e8a,#45b7d1);color:#fff;overflow:hidden;padding:100px 20px 80px;position:relative;text-align:center}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.hero-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 4px #0000004d}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:40px;opacity:.9}.resources-section{background:#fff;padding:80px 20px}.container{margin:0 auto;max-width:1200px}.section-title{border-bottom:3px solid #4ecdc4;color:#2d3748;font-size:2.5rem;font-weight:600;margin-bottom:20px;padding-bottom:15px;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#ff6b6b,#4ecdc4);bottom:-3px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.section-description{color:#718096;font-size:1.1rem;line-height:1.7;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.resources-warning{color:#c53030;font-size:.95rem;font-weight:600;margin-top:30px;text-align:center}.resources-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.resources-table{border-collapse:collapse;font-size:1rem;width:100%}.resources-table thead{background:linear-gradient(135deg,#4ecdc4,#45b7d1);color:#fff}.resources-table th{border:none;font-size:1.1rem;font-weight:600;padding:20px;text-align:left}.resources-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.resources-table tbody tr:hover{background-color:#f8fafc}.resources-table tbody tr:last-child{border-bottom:none}.resources-table td{padding:20px;vertical-align:middle}.resource-title{color:#2d3748;font-size:1rem;font-weight:600}.resource-link{text-align:right}.resource-link-button{background:linear-gradient(135deg,#023e8a,#45b7d1);border-radius:8px;box-shadow:0 4px 12px #023e8a4d;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .3s ease}.resource-link-button:hover{background:linear-gradient(135deg,#034a9e,#3a9bc1);box-shadow:0 6px 20px #023e8a66;transform:translateY(-2px)}.footer{background:#2d3748;color:#fff;margin-top:60px;padding:60px 20px 30px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 40px;max-width:1200px}.footer-section h4{color:#4ecdc4;font-size:1.2rem;font-weight:600;margin-bottom:15px}.footer-section p{color:#a0aec0;line-height:1.6;margin:0}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#4ecdc4}.footer-bottom{border-top:1px solid #4a5568;color:#a0aec0;padding-top:20px;text-align:center}@media (max-width:768px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.resources-table td,.resources-table th{padding:15px 10px}.resource-title{font-size:.9rem}.resource-link-button{font-size:.8rem;padding:8px 16px}.footer-content{gap:30px;grid-template-columns:1fr}}.gdpr-banner{background:#2d3748;border-top:3px solid #4ecdc4;bottom:0;box-shadow:0 -4px 12px #00000026;color:#fff;left:0;padding:12px 20px;position:fixed;right:0;z-index:10000}.gdpr-banner-content{align-items:flex-start;display:flex;gap:20px;margin:0 auto;max-width:1200px;position:relative}.gdpr-banner-text{flex:1 1;font-size:.85rem;line-height:1.5}.gdpr-banner-text p{color:#e2e8f0;margin:0}.gdpr-banner-close{align-items:center;background:#0000;border:2px solid #4ecdc4;border-radius:50%;color:#4ecdc4;cursor:pointer;display:flex;flex-shrink:0;font-size:1.3rem;height:28px;justify-content:center;line-height:1;padding:0;transition:all .3s ease;width:28px}.gdpr-banner-close:hover{background:#4ecdc4;color:#2d3748;transform:scale(1.1)}@media (max-width:768px){.gdpr-banner{padding:10px 15px}.gdpr-banner-content{flex-direction:column;gap:10px}.gdpr-banner-text{font-size:.8rem}.gdpr-banner-close{align-self:flex-end;font-size:1.1rem;height:24px;width:24px}}
/*# sourceMappingURL=main.83e59f81.css.map*/