body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-green:#4caf50;--dark-green:#2e7d32;--light-green:#e8f5e8;--hover-green:#c8e6c9;--info-panel-bg:beige;--text-primary:#333;--text-secondary:#666;--border-color:#e0e0e0;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;--font-size-small:14px;--font-size-base:16px;--font-size-large:18px;--font-size-xl:20px;--font-size-2xl:24px;--spacing-xs:8px;--spacing-sm:12px;--spacing-md:16px;--spacing-lg:20px;--spacing-xl:24px;--spacing-2xl:30px;--spacing-3xl:40px;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--transition-fast:0.2s ease;--transition-normal:0.3s ease}*{box-sizing:border-box}body{color:#333;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family);line-height:1.6;margin:0;padding:0}.container{margin:0 auto;max-width:1200px;padding:0 24px;padding:0 var(--spacing-xl)}.btn{border:none;border-radius:12px;border-radius:var(--border-radius-md);cursor:pointer;font-size:16px;font-size:var(--font-size-base);font-weight:500;padding:16px 24px;padding:var(--spacing-md) var(--spacing-xl);transition:all .2s ease;transition:all var(--transition-fast)}.btn-primary{background-color:#4caf50;background-color:var(--primary-green);color:#fff}.btn-primary:hover{background-color:#2e7d32;background-color:var(--dark-green)}@media (max-width:768px){.container{padding:0 20px;padding:0 var(--spacing-lg)}}@media (max-width:480px){.container{padding:0 16px;padding:0 var(--spacing-md)}}.App{text-align:center}.home-page{min-height:100vh;position:relative}.survey-launcher{bottom:30px;position:fixed;right:30px;z-index:1000}.start-survey-button{align-items:center;background:linear-gradient(135deg,#4caf50,#2f4c21);border:none;border-radius:50px;box-shadow:0 4px 15px #4caf504d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;padding:15px 30px;transition:all .3s ease}.start-survey-button:hover{background:linear-gradient(135deg,#45a049,#1e3a1a);box-shadow:0 6px 20px #4caf5066;transform:translateY(-2px)}.start-survey-button:active{transform:translateY(0)}@media (max-width:768px){.survey-launcher{bottom:20px;right:20px}.start-survey-button{font-size:14px;padding:12px 24px}}@media (max-width:480px){.survey-launcher{bottom:15px;right:15px}.start-survey-button{font-size:13px;padding:10px 20px}}.survey-container{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.survey-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;height:136px;justify-content:space-between;padding:20px 30px;position:relative}.survey-header .header-actions{align-items:center;display:flex;gap:15px}.survey-header .back-button{background-color:initial!important;border-radius:50%;cursor:pointer;padding:8px;transition:background-color .2s}.survey-header .back-button:hover{background-color:#f5f5f5}.back-icon{pointer-events:none}.doctor-divider{top:120px;z-index:1}.doctor-avatar{height:100px;width:100px;z-index:1}.survey-content{display:flex;flex-direction:column;gap:60px;margin:90px auto 0;position:relative;z-index:10}.progress-container-wrapper{justify-content:center;margin:20px 0}.navigation-buttons-wrapper{display:flex;justify-content:center;margin:-50px 0 0}.survey-main{align-self:center;flex:1 1;max-width:600px}.survey-question-container{align-items:flex-start;display:flex;gap:40px;justify-content:center;margin:0 auto;max-width:1200px;position:relative;z-index:10}.survey-question{flex:1 1;max-width:600px}.doctor-intro,.survey-question{position:relative;text-align:center;z-index:10}.intro-header{align-items:center;display:flex;flex-direction:column;gap:12px}.intro-text-container{align-items:flex-start;display:flex;flex-shrink:0;height:30px;justify-content:center;max-width:1029px;position:relative;z-index:10}.coffee-icon{flex-shrink:0;margin-top:2px}.intro-text{color:#0009;font-size:16px;margin:0;text-align:center}.question-text{color:#2f4c21;flex-shrink:0;font-size:32px;height:auto;line-height:1.3;margin-bottom:1px;min-height:120px;text-shadow:0 2px 4px #0000001a}.options-container{gap:1px;margin-left:auto;margin-right:auto;margin-top:10px;max-width:400px}.option-button{box-shadow:0 2px 8px #0000001a}.option-button,.option-dropdown{border:2px solid #e0e0e0;border-radius:12px;color:#2f4c21;font-size:18px;font-weight:600;height:56px;max-width:400px;width:100%}.option-dropdown{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#edf3ec;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 20px center;background-repeat:no-repeat;background-size:20px;cursor:pointer;flex-shrink:0;font-family:Akatab;margin:0;padding:0 20px;text-align:center;transition:all .2s ease}.option-dropdown:hover{background-color:#c8e6c9}.option-dropdown::-webkit-scrollbar{width:8px}.option-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.option-dropdown::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4caf50,#45a049);border:2px solid #f1f1f1;border-radius:10px}.option-dropdown::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#45a049,#3d8b40)}.info-panel{background:#e5ce8133;border-radius:20px;flex-shrink:0;height:405px;padding:30px;width:423px}.info-section{margin-bottom:30px}.info-section:last-child{margin-bottom:0}.info-header{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:12px}.star-icon{color:gold;font-size:16px}.info-header h3{color:#2f4c21;font-size:24px;line-height:normal}.info-header h3,.info-text{font-family:Akatab;font-style:normal;font-weight:400;margin:0;text-align:center}.info-text{color:#000;font-size:20px;line-height:1.6;white-space:pre-line}.mobile-info-panel{display:none}@media (min-width:769px){.survey-content{gap:40px}.intro-text{font-size:14px}.question-text{font-size:28px;min-height:100px}.option-dropdown{font-size:16px;height:48px;max-width:350px}.info-panel{height:auto;min-height:300px;padding:24px;width:350px}.info-header h3{font-size:20px}.info-text{font-size:16px;line-height:1.5}}@media (max-width:768px){.survey-header{padding:15px 20px}.survey-content{flex-direction:column;gap:30px;padding:20px}.intro-text{font-size:18px}.question-text{font-size:28px;font-weight:400;line-height:1.4}.info-panel{background-color:#f5f5dc80;border-radius:10px;margin-bottom:-20px;margin-top:20px;max-width:400px;order:1;padding:10px;width:100%}.doctor-avatar{height:60px;top:-45px;width:60px}}@media (max-width:480px){.survey-content{margin-top:80px;padding:25px 15px}.question-text{font-size:18px}.doctor-avatar{height:40px;top:-40px;width:40px}}@media (max-width:414px){.survey-header{height:auto;min-height:80px;padding:15px 20px}.logo-text{font-size:20px}.logo-icon{height:28px;width:28px}.survey-content{gap:30px;margin-top:70px;padding:20px 15px}.intro-text{font-size:12px}.question-text{font-size:28px;font-weight:600;height:auto;line-height:1.3;margin-bottom:30px;min-height:80px;width:100%}.survey-question-container{align-items:center;flex-direction:column;gap:20px}.options-container{gap:1px;margin-bottom:-100px;margin-top:10px}.option-button,.option-dropdown,.option-input{font-size:16px;max-width:350px;min-height:44px;width:100%}.info-panel{display:none}.doctor-intro{order:0}.survey-question-container{order:2}.mobile-info-panel{background-color:#f5f5dc4d;border-radius:6px;display:block;margin-top:15px;max-width:280px;order:1;padding:10px;width:100%}.info-header h3{font-size:14px}.info-text{font-size:12px}}.language-switcher{align-items:center;display:flex;gap:4px}.lang-button{background:#0000;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;font-size:12px;font-weight:500;min-width:32px;padding:4px 8px;text-align:center;transition:all .2s ease}.lang-button:hover{background-color:#f5f5f5;border-color:#ccc}.lang-button.active{background-color:#2f4c21;border-color:#2f4c21;color:#fff}.lang-button.active:hover{background-color:#1e3a15;border-color:#1e3a15}@media (max-width:768px){.language-switcher{gap:2px}.lang-button{font-size:11px;min-width:28px;padding:3px 6px}}.multi-page-survey{background-color:#fff;min-height:100vh}.progress-container{align-items:center;display:flex;flex-direction:column;gap:15px;margin:10px auto;max-width:800px;padding:0 20px;position:relative;z-index:10}@media (min-width:769px){.progress-container{align-items:center;flex-direction:column;gap:30px;margin:0;max-width:100px;padding:20px;position:fixed;right:30px;top:50%;transform:translateY(-50%);z-index:100}}.section-progress{margin-bottom:10px;width:100%}@media (min-width:769px){.section-progress{margin-bottom:0;width:auto}}.section-indicators{align-items:center;display:flex;gap:10px;justify-content:space-between}@media (min-width:769px){.section-indicators{flex-direction:column;gap:20px}}.section-indicator{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:5px;opacity:.4;transition:all .3s ease}@media (min-width:769px){.section-indicator{flex:none}}.section-indicator.active{opacity:1}.section-number{align-items:center;background-color:#e0e0e0;border-radius:50%;color:#666;display:flex;font-size:14px;font-weight:600;height:30px;justify-content:center;transition:all .3s ease;width:30px}@media (min-width:769px){.section-number{font-size:16px;height:40px;width:40px}}.section-indicator.active .section-number{background-color:#4caf50;color:#fff}.section-label{color:#666;font-size:12px;font-weight:500;text-align:center;transition:all .3s ease}@media (min-width:769px){.section-label{font-size:11px;line-height:1.2;max-width:80px}}.section-indicator.active .section-label{color:#2f4c21;font-weight:600}.question-progress{align-items:center;display:flex;flex-direction:column;gap:10px;width:100%}@media (min-width:769px){.question-progress{flex-direction:column;gap:10px;width:auto}}.progress-bar{background-color:#e0e0e0;border-radius:4px;height:8px;overflow:hidden;width:100%}@media (min-width:769px){.progress-bar{border-radius:4px;height:150px;width:8px}}.progress-fill{background:linear-gradient(90deg,#4caf50,#2f4c21);border-radius:4px;height:100%;transition:width .3s ease}@media (min-width:769px){.progress-fill{background:linear-gradient(180deg,#4caf50,#2f4c21);height:0;transition:height .3s ease;width:100%}}.progress-text{color:#666;font-size:14px;font-weight:500}@media (min-width:769px){.progress-text{font-size:12px;transform:rotate(180deg);writing-mode:vertical-rl}.navigation-buttons{align-items:center;background:#0000;bottom:24px;display:flex;flex-direction:row;gap:20px;justify-content:center;margin:20px auto 0;padding:10px 0;position:-webkit-sticky;position:sticky;z-index:50}.navigation-buttons .nav-button{flex:0 0 auto;max-width:none;width:auto}}.navigation-buttons .nav-button.back-button,.navigation-buttons .nav-button.next-button{align-items:center!important;border:2px solid #0000!important;border-radius:25px!important;box-shadow:0 2px 4px #0000001a!important;box-sizing:border-box!important;cursor:pointer!important;display:flex!important;font-size:16px!important;font-weight:500!important;height:48px!important;justify-content:center!important;max-width:none!important;min-width:100px!important;padding:12px 24px!important;transition:all .2s ease!important;width:auto!important}.navigation-buttons .nav-button.back-button{background-color:initial!important;border:2px solid #e9ecef!important;border-radius:25px!important;color:#666!important;padding:12px 24px!important}.navigation-buttons .nav-button.next-button{background-color:#2f4c21!important;border-color:#2f4c21!important;color:#fff!important}.navigation-buttons .nav-button.back-button:hover:not(:disabled){background-color:#f5f5f5!important;border-color:#2f4c21!important;box-shadow:none!important;color:#666!important;transform:none!important}.navigation-buttons .nav-button.next-button:hover:not(:disabled){background-color:#1e3a1a!important;border-color:#1e3a1a!important;box-shadow:0 4px 8px #2f4c214d!important;transform:translateY(-1px)!important}.navigation-buttons .nav-button:disabled{box-shadow:none!important;cursor:not-allowed!important;opacity:.5!important;transform:none!important}.complete-button{background:linear-gradient(135deg,#4caf50,#2f4c21)}.complete-button:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#1e3a1a);box-shadow:0 4px 12px #4caf504d;transform:translateY(-1px)}.custom-input-container{justify-content:center;margin:30px 0}.integrated-input-wrapper{align-items:center;background-color:#edf3ec;border:2px solid #e0e0e0;border-radius:12px;display:flex;height:48px;max-width:800px;overflow:hidden;position:relative;transition:all .2s ease;width:100%}.integrated-input-wrapper:hover{background-color:#c8e6c9}.integrated-input-wrapper:focus-within{background-color:#f0f8f0;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.integrated-input{background:#0000;border:none;color:#555;flex:1 1;font-family:Akatab;font-size:18px;font-weight:600;height:100%;outline:none;padding:0 20px;text-align:left}.integrated-input::placeholder{color:#999;font-style:italic}.integrated-unit-buttons{border-left:1px solid #e0e0e0;display:flex;height:100%}.integrated-unit-button{align-items:center;background-color:initial;border:none;color:#666;cursor:pointer;display:flex;font-size:12px;font-weight:600;height:100%;justify-content:center;min-width:40px;padding:0 12px;transition:all .2s ease}.integrated-unit-button:hover{background-color:#e8f5e8;color:#2f4c21}.integrated-unit-button.active{background-color:#4caf50;color:#fff}.integrated-unit-button.active:hover{background-color:#45a049}.custom-input-container{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.format-label{color:#0009;font-family:Akatab;font-size:16px;font-style:normal;font-weight:400;line-height:1.4;margin-top:12px;max-width:800px;text-align:center;width:100%}.age-input,.measurement-input{background-color:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;font-size:18px;height:48px;padding:0 20px;text-align:center;transition:all .2s ease;width:200px}.age-input:focus,.measurement-input:focus{background-color:#fff;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a;outline:none}.measurement-input-wrapper{align-items:center;display:flex;position:relative}.unit-label{background-color:initial;color:#666;font-size:14px;font-weight:500;pointer-events:none;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:1}.custom-input-wrapper{align-items:center;display:flex;position:relative;width:100%}.option-input{background-color:#edf3ec;border:2px solid #e0e0e0;border-radius:12px;color:#555;font-size:18px;height:48px;padding:0 60px 0 20px;position:relative;text-align:center;transition:all .2s ease;width:506px}@media (min-width:769px){.option-input{font-size:16px;height:44px;width:400px}}.option-input:focus{background-color:#f0f8f0;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a;outline:none}.option-input::placeholder{color:#999;font-style:italic}.option-input.error,.option-input.error:focus{background-color:#ffebee;border-color:#f44336}.option-input.error:focus{box-shadow:0 0 0 3px #f443361a}.error-message{color:#f44336;font-size:14px;font-weight:500;margin-top:8px;text-align:center}.custom-input-wrapper .unit-label{color:#666;font-size:14px;font-weight:500;pointer-events:none;position:absolute;right:10%;top:50%;transform:translateY(-50%);z-index:1}.cancer-selection-container,.disease-selection-container{margin:30px auto;max-width:800px;padding:0 20px}.cancer-selection-wrapper,.disease-selection-wrapper{display:flex;flex-direction:column;gap:15px;width:100%}.cancer-options-grid,.disease-options-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:20px}.cancer-option-button,.disease-option-button{align-items:center;background-color:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;color:#333;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:space-between;padding:15px 20px;text-align:left;transition:all .2s ease}.cancer-option-button:hover,.disease-option-button:hover{background-color:#f0f8f0;border-color:#4caf50}.cancer-option-button.selected,.disease-option-button.selected{background-color:#e8f5e8;border-color:#4caf50;color:#2f4c21}.checkmark{color:#4caf50;font-size:18px;font-weight:700}.selection-summary{margin-top:20px;text-align:center}.selected-count{color:#4caf50;font-size:16px;font-weight:500}.no-selection{color:#666;font-size:14px;font-style:italic}.email-input-container{align-items:center;display:flex;flex-direction:column;gap:8px;margin:20px 0;max-width:800px;width:100%}.email-input{background-color:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;box-sizing:border-box;color:#555;font-size:18px;height:56px;max-width:800px!important;padding:0 24px;text-align:center;transition:all .2s ease;width:100%!important}.email-input:focus{background-color:#fff;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a;outline:none}.email-input::placeholder{color:#999;font-style:italic}.email-input.error,.email-input.error:focus{background-color:#ffebee;border-color:#f44336}.email-input.error:focus{box-shadow:0 0 0 3px #f443361a}.email-error-message{color:#f44336;font-size:14px;font-weight:500;text-align:center}.error-message-container{background-color:#ffebee;border:2px solid #f44336;border-radius:12px;margin:20px auto;max-width:600px;padding:20px;text-align:center}.error-text{color:#d32f2f;font-size:16px;font-weight:500;margin:0}.completion-message{background-color:#f0f8f0;border:2px solid #4caf50;border-radius:12px;margin:20px auto;max-width:600px;padding:20px;text-align:center}.completion-message p{color:#2f4c21;font-size:18px;font-weight:500;margin:0}.submitting-message{background-color:#e3f2fd;border:2px solid #2196f3;border-radius:12px;margin:20px auto;max-width:600px;padding:20px;text-align:center}.submitting-message p{color:#1565c0;font-size:16px;font-weight:500;margin:0}.survey-page-1,.survey-page-2,.survey-page-3,.survey-page-4,.survey-page-5{display:flex;flex-direction:column;min-height:100vh}@media (max-width:414px){.progress-container{margin:5px auto;padding:0 15px}.section-indicators{flex-wrap:wrap;gap:8px}.section-indicator{flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;margin-bottom:10px}.section-number{font-size:12px;height:25px;width:25px}.section-label{font-size:10px;line-height:1.2}.navigation-buttons{flex-direction:row;gap:12px;justify-content:space-between;margin:15px auto;padding:0 15px}.nav-button{flex:1 1;max-width:150px}.nav-button,.option-input{font-size:16px;min-height:44px}.option-input{max-width:350px;width:100%}.integrated-input-wrapper{height:44px;max-width:600px}.integrated-input{font-size:16px;padding:0 15px}.integrated-unit-button{font-size:11px;min-width:35px;padding:0 10px}.custom-input-wrapper .unit-label{font-size:12px;right:15px}.cancer-options-grid,.disease-options-grid{gap:8px;grid-template-columns:1fr}.cancer-option-button,.disease-option-button{font-size:14px;min-height:44px;padding:12px 15px}}@media (max-width:768px){.navigation-buttons{flex-direction:column;gap:15px}.nav-button{max-width:300px;width:100%}.cancer-options-grid,.disease-options-grid{gap:10px;grid-template-columns:1fr}.age-input,.measurement-input{max-width:250px;width:100%}.progress-container{margin:10px auto}.completion-message{margin:15px auto;padding:15px}.section-indicators{gap:5px}.section-label{font-size:10px}.section-number{font-size:12px;height:25px;width:25px}.option-input{max-width:400px;width:100%}}@media (max-width:480px){.cancer-option-button,.disease-option-button{font-size:14px;min-height:48px;padding:12px 15px}.progress-text{font-size:12px}.completion-message p{font-size:16px}.section-indicators{gap:3px}.section-label{font-size:9px}.section-number{font-size:10px;height:20px;width:20px}.option-input{font-size:16px;max-width:300px;width:100%}}.result-page-container{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.result-page-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;height:136px;justify-content:space-between;padding:20px 30px;position:relative}.result-page-header .header-actions{align-items:center;display:flex;gap:15px}.result-page-header .back-button{background-color:initial!important;border-radius:50%;cursor:pointer;padding:8px;transition:background-color .2s}.result-page-header .back-button:hover{background-color:#f5f5f5}.result-content{display:flex;gap:60px;margin:75.5px auto 0;max-width:1400px;padding:40px 30px}.results-screening-section{flex:1 1}.intro-text{color:#000;font-family:Akatab;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:40px;text-align:left}.screening-cards{display:flex;flex-direction:column;gap:24px}.screening-card{background:#f8f9fa;border-radius:10px;flex-shrink:0;height:280px;padding:24px;width:808px}.screening-card.moderate-risk{box-shadow:0 4px 4px 0 #ffc008}.screening-card.low-risk{box-shadow:0 4px 4px 0 #28a745}.screening-card.high-risk{box-shadow:0 4px 4px 0 #dc3545}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.card-title{align-items:center;display:flex;gap:12px}.stethoscope-icon{color:#2f4c21;height:24px;width:24px}.card-title h2{-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#2f4c21;color:#2f4c21;font-family:Akatab;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin:0;text-align:center}.risk-level{border-radius:20px;color:#333;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 16px;text-transform:uppercase}.card-description{color:#6d6d6d;font-family:Akatab;font-size:16px;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:20px}.risk-factors{margin-bottom:20px;text-align:left}.risk-factors h3{color:#6d6d6d;font-family:Akatab;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px}.risk-factors ul{list-style:none;margin:0;padding:0;text-align:left}.risk-factors li{color:#6d6d6d;font-family:Akatab;font-size:18px;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:6px;padding-left:16px;position:relative;text-align:left}.risk-factors li:before{color:#2f4c21;content:"•";font-weight:700;left:0;position:absolute}.card-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.action-button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.action-button.primary{background-color:#90ee90;color:#333}.action-button.primary:hover{background-color:#7dd87d}.action-button.secondary{background-color:#666;color:#fff}.action-button.secondary:hover{background-color:#555}.health-manual{background:#edf3ec;border-radius:20px;display:flex;flex-direction:column;flex-shrink:0;height:-webkit-fit-content;height:fit-content;margin-right:42px;overflow:visible;padding:30px;width:358px}.manual-title{color:#2f4c21;font-family:Akatab;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin:0 0 30px;text-align:center}.manual-sections{display:flex;flex-direction:column;gap:20px;overflow:visible}.manual-section{margin-bottom:20px;overflow:visible}.section-header{margin-bottom:12px}.section-title{background:#fff;border-radius:20px;color:#2f4c21;display:inline-block;font-size:14px;font-weight:600;padding:8px 16px}.section-items{list-style:none;margin:0;overflow:visible;padding:0}.section-items li{color:#2f4c21;font-family:Akatab;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:8px;padding-left:16px;position:relative;text-align:center}.section-items li:before{color:#2f4c21;content:"•";left:0;position:absolute}.view-manual-button{background-color:#2f4c21;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:auto;padding:12px 24px;transition:background-color .2s ease}.view-manual-button:hover{background-color:#1e3a1a}@media (max-width:1200px){.result-content{flex-direction:column;gap:40px}.health-manual{align-self:center;margin-right:0;max-width:600px;width:100%}}@media (max-width:768px){.result-content{padding:20px}.result-header{padding:15px 20px}.doctor-avatar{height:60px;top:-30px;width:60px}.intro-text{font-size:20px}.card-actions{flex-direction:column}.action-button{width:100%}.back-to-home-container{left:15px;top:15px}.back-to-home-button{font-size:14px;padding:10px 20px}}@media (max-width:480px){.result-content{padding:15px}.intro-text{font-size:18px}.doctor-avatar{height:50px;top:-25px;width:50px}.back-to-home-container{left:10px;top:10px}.back-to-home-button{font-size:13px;padding:8px 16px}}.component-template{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-md);padding:var(--spacing-lg)}.component-title{color:var(--dark-green);font-size:var(--font-size-xl);margin-bottom:var(--spacing-md)}.component-content{color:var(--text-primary)}.after-result-bot-container{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.after-result-bot-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;height:136px;justify-content:space-between;padding:20px 30px;position:relative}.after-result-bot-header .header-actions{align-items:center;display:flex;gap:15px}.back-button{background-color:initial!important}.back-button:hover{background-color:#f5f5f5}.back-icon{color:#666;height:24px;width:24px}.doctor-divider{align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:136px;width:100%;z-index:10}.doctor-avatar{aspect-ratio:1/1;flex-shrink:0;height:151px;position:absolute;top:-75.5px;width:151px;z-index:10}.after-result-bot-content{display:flex;flex-direction:column;gap:60px;margin:75.5px auto 0;padding:0 30px}.question-section{align-self:center;flex:1 1;max-width:600px;text-align:center}.question-text{align-items:center;color:#234528;display:flex;font-family:Akatab;font-size:30px;font-style:normal;font-weight:400;justify-content:center;line-height:normal;margin:0 auto 30px;max-width:772px;min-height:100px;text-align:center;width:100%}.options-container{align-items:center;display:flex;flex-direction:column;gap:15px;margin-top:36px}.option-button{background:#edf3ec;border:none;border-radius:30px;color:#555;cursor:pointer;flex-shrink:0;font-size:25px;font-weight:500;height:48px;margin:0;padding:0;text-align:center;transition:all .2s ease;width:506px}.option-button:hover{background-color:#c8e6c9;border-color:#c8e6c9}.option-button.selected{background-color:#2f4c21;border-color:#4caf50;color:#fff}.option-button span{align-items:center;display:flex;flex-shrink:0;height:48px;justify-content:center;width:100%}@media (max-width:768px){.after-result-bot-content{flex-direction:column;gap:30px;padding:20px}.question-text{font-size:20px;height:auto;width:100%}.after-result-bot-header{padding:15px 20px}.doctor-avatar{height:60px;top:-30px;width:60px}}@media (max-width:480px){.after-result-bot-content{padding:15px}.question-text{font-size:18px}.doctor-avatar{height:50px;top:-25px;width:50px}}.after-result-bot2-content{align-items:center;display:flex;flex-direction:column;gap:18px;margin:120px auto 0;max-width:800px;text-align:center}.congrats-text{color:#234528;font-family:Akatab;font-size:30px;font-style:normal;font-weight:400;line-height:normal;margin:0 0 18px;text-align:center}.info-row{align-items:flex-start;color:#234528;display:flex;font-size:1.25rem;gap:18px;margin-bottom:8px;text-align:left}.info-icon{flex-shrink:0;height:32px;margin-top:4px;width:32px}.info-link{color:#234528;font-weight:600;text-decoration:underline}.after-result-bot2-buttons{display:flex;gap:32px;justify-content:center;margin:48px auto 0;max-width:900px;width:100%}.care-button,.chatmore-button{align-items:center;border:none;border-radius:22px;box-shadow:0 4px 14px #2c4c211a;cursor:pointer;display:flex;flex:1 1;font-size:1.3rem;font-weight:700;height:160px;justify-content:center;max-width:420px;min-width:180px;padding:0 24px;transition:background .2s,box-shadow .2s,transform .15s}.care-button{background:#c8e6c9;color:#234528}.care-button:hover{background:#a5d6a7}.chatmore-button{background:#fff3cd;color:#234528}.chatmore-button:hover{background:#ffe082}.link-button{background:none;border:none;cursor:pointer;font:inherit;margin:0;padding:0}@media (max-width:700px){.after-result-bot2-buttons{flex-direction:column;gap:16px;max-width:95vw}.care-button,.chatmore-button{font-size:1.1rem;height:120px;max-width:100%;min-width:0;width:100%}}.after-result-bot3-content{align-items:center;display:flex;flex-direction:column;gap:14px;margin:120px auto 0;max-width:1100px;text-align:center}.after-result-bot3-buttons{display:flex;gap:24px;justify-content:center;margin-top:24px;max-width:1100px;width:100%}.answer-block{align-items:center;border:none;border-radius:22px;box-shadow:0 4px 14px #2c4c211a;cursor:pointer;display:flex;flex:1 1;justify-content:center;max-width:520px;min-height:160px;min-width:260px;padding:28px 32px;text-align:center;transition:background-color .2s ease,box-shadow .2s ease,transform .15s ease}.answer-title{color:#234528;font-family:Akatab;font-size:25px;font-style:normal;font-weight:500;line-height:normal;margin:0;text-align:center}.answer-desc{color:#234528;font-size:1rem}.answer-free{background:#e8f5e9}.answer-consult{background:#fff8e1}.answer-free:hover{background:#c8e6c9}.answer-consult:hover,.answer-free:hover{box-shadow:0 8px 18px #2c4c211f;transform:translateY(-2px)}.answer-consult:hover{background:#ffe082}.answer-block:active{box-shadow:0 4px 10px #2c4c211a;transform:translateY(0)}.answer-block:focus-visible{outline:3px solid #23452840;outline-offset:2px}@media (max-width:700px){.after-result-bot3-buttons{flex-direction:column;max-width:95vw}.answer-block{border-radius:18px;max-width:100%;min-height:120px;min-width:0;padding:22px 24px}.answer-title{font-size:20px}}.after-result-bot4-content{align-items:center;display:flex;flex-direction:column;gap:14px;margin:120px auto 0;max-width:1100px;text-align:center}.after-result-bot4-buttons{flex-wrap:nowrap;justify-content:center;margin-left:auto;margin-right:auto;margin-top:32px;max-width:864px}.after-result-bot4-buttons .answer-block{flex:0 0 420px;max-width:420px}@media (max-width:900px){.after-result-bot4-buttons{max-width:calc(100vw - 40px)}}@media (max-width:700px){.after-result-bot4-buttons{flex-direction:column;max-width:95vw}.after-result-bot4-buttons .answer-block{flex:1 1 auto;max-width:100%}}.comparison-content{max-width:1100px;padding-bottom:72px}.comparison-table-wrapper{margin-top:28px;overflow-x:auto;width:100%}.comparison-table{background:#fff;border:1px solid #cfd9cc;border-collapse:initial;border-radius:16px;border-spacing:0;box-shadow:0 10px 28px #2c4c211f;overflow:hidden;width:100%}.comparison-table thead th{background:#1f4b3b;color:#fff;font-family:Akatab;font-size:22px;font-weight:700;padding:18px 14px;text-align:center}.comparison-table tbody td{border-top:1px solid #d9e4d6;color:#234528;font-family:Akatab;font-size:18px;line-height:1.6;padding:22px 18px;vertical-align:top}.service-cell{font-weight:700;white-space:nowrap}.best-for-section{background:#f6faf4;border:1px solid #d7e4d2;border-radius:12px;box-shadow:0 6px 14px #2c4c2114;margin-bottom:58px;margin-top:22px;padding:16px 18px}.best-for-list{color:#234528;font-family:Akatab;font-size:25px;line-height:1.6;margin:0;padding-left:18px}.best-for-label,.best-for-list{font-weight:400}@media (max-width:800px){.comparison-table thead th{font-size:18px;padding:14px 10px}.comparison-table tbody td{font-size:16px;padding:16px 12px}.best-for-list{font-size:20px}}.thankyou-card-content{align-items:center;display:flex;flex-direction:column;margin:120px auto 0;padding:0 30px;text-align:center}.thankyou-card{background:#f9fbf8;border-radius:24px;box-shadow:0 8px 24px #2c4c211a;max-width:720px;padding:32px 28px;width:100%}.icon-row{display:flex;gap:16px;justify-content:center;margin-bottom:12px}.cute-icon{height:36px;width:36px}.thankyou-message{color:#234528;font-family:Akatab;font-size:26px;font-style:normal;font-weight:500;line-height:1.3;margin:0 0 16px;text-align:center}.action-buttons{justify-content:center;margin-top:12px}.openai-bot-content{align-items:center;display:flex;flex-direction:column;gap:16px;margin:120px auto 0;max-width:900px;padding:0 30px}.chat-window{background:#f9fbf8;border:1px solid #d7e4d2;border-radius:16px;box-shadow:0 6px 16px #2c4c2114;max-height:50vh;max-width:900px;min-height:320px;overflow-y:auto;padding:16px;width:100%}.chat-bubble{display:flex;margin:8px 0}.chat-bubble .bubble-text{border-radius:14px;color:#234528;font-family:Akatab;max-width:85%;padding:12px 14px}.chat-bubble.user{justify-content:flex-end}.chat-bubble.user .bubble-text{background:#e8f5e9}.chat-bubble.assistant .bubble-text{background:#fff3cd}.chat-input-bar{display:flex;gap:12px;width:100%}.chat-input-bar textarea{border:1px solid #cfd9cc;border-radius:12px;color:#234528;flex:1 1;font-family:Akatab;padding:12px 14px;resize:none}.send-button{background:#2f4c21;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:0 18px}.send-button:disabled{cursor:not-allowed;opacity:.6}.api-hint{color:#6b7a6e;font-size:12px}.us-programs-content{align-items:center;display:flex;flex-direction:column;gap:24px;margin:120px auto 0;max-width:1200px;padding:0 30px;text-align:center}.programs-subtitle{color:#234528;font-family:Akatab;font-size:28px;font-weight:600;margin:0;text-align:center}.programs-description{color:#666;font-family:Akatab;font-size:18px;line-height:1.5;margin:0;max-width:800px}.screening-grid{display:flex;flex-direction:column;gap:16px;margin-top:16px;max-width:800px;width:100%}.screening-section{background:#fff;border:1px solid #d7e4d2;border-radius:16px;box-shadow:0 4px 12px #2c4c2114;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:100%}.screening-section:hover{box-shadow:0 8px 20px #2c4c211f;transform:translateY(-2px)}.screening-content{padding:24px;text-align:left}.screening-title{color:#234528;font-family:Akatab;font-size:22px;font-weight:700;line-height:1.3;margin:0 0 12px}.screening-description{color:#666;font-family:Akatab;font-size:16px;line-height:1.5;margin:0 0 8px}.screening-buttons{display:flex;flex-direction:column;gap:12px;margin-top:20px}.book-test-btn,.learn-more-btn{align-items:center;background:#234528;border:none;border-radius:22px;box-shadow:0 4px 12px #2c4c2126;color:#fff;cursor:pointer;display:flex;font-family:Akatab;font-size:18px;font-weight:500;justify-content:center;min-height:60px;padding:16px 24px;text-align:center;transition:all .2s ease}.book-test-btn:hover,.learn-more-btn:hover{background:#1f4b3b;box-shadow:0 6px 16px #2c4c2133;transform:translateY(-1px)}.book-test-btn:active,.learn-more-btn:active{box-shadow:0 4px 10px #2c4c2126;transform:translateY(0)}.learn-more-btn{background:#666}.learn-more-btn:hover{background:#555}@media (max-width:768px){.us-programs-content{margin-top:100px;padding:0 20px}.programs-subtitle{font-size:24px}.programs-description{font-size:16px}.screening-grid{gap:12px}.screening-content{padding:20px}.screening-title{font-size:20px}.screening-description{font-size:15px}}.landing-page{background-color:#fff;font-family:var(--font-family);min-height:100vh}@media (min-width:769px){.landing-page{display:flex;flex-direction:column;min-height:100vh}}.landing-content{grid-gap:var(--spacing-3xl);align-items:start;display:grid;gap:var(--spacing-3xl);grid-template-columns:1fr 1fr;margin:40px auto 0;max-width:1200px;padding:var(--spacing-3xl) var(--spacing-2xl) 100px var(--spacing-2xl)}@media (min-width:769px){.landing-content{align-items:center;flex:1 1;margin-top:0;padding:20px var(--spacing-2xl)}}.left-section{display:flex;flex-direction:column;margin-bottom:60px;position:relative}@media (min-width:769px){.left-section{height:100%;justify-content:center;margin-bottom:0}}.primary-action-container{display:none}.primary-button{font-size:18px!important;font-weight:700!important}.main-headline{color:#000;display:flex;flex-direction:column;flex-shrink:0;font-family:Akatab;font-size:40px;font-style:normal;font-weight:400;height:194px;justify-content:center;line-height:normal;margin-top:-20px;position:relative;text-align:center;width:508px;z-index:3}@media (min-width:769px){.main-headline{font-size:32px;height:auto;margin:-10px auto 0;max-width:450px;width:100%}}.illustration{left:50%;position:absolute;top:108px;transform:translateX(-50%);z-index:1}@media (min-width:769px){.illustration{display:flex;justify-content:center;left:auto;margin:0 auto;position:relative;top:auto;transform:none}}.illustration-image{aspect-ratio:386/421;flex-shrink:0;height:421px;object-fit:contain;width:386px}@media (min-width:769px){.illustration-image{height:306px;width:280px}}.action-buttons{align-items:center;display:flex;flex-direction:column;gap:16px;left:50%;position:absolute;top:550px;transform:translateX(-50%);z-index:2}@media (min-width:769px){.action-buttons{gap:12px;left:auto;margin:20px auto 0;position:relative;top:auto;transform:none}}.lets-chat-button{align-items:center;background-color:#2f4c21;border:none;border-radius:var(--border-radius-md);color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Akatab;font-size:25px;font-style:normal;font-weight:400;height:69px;justify-content:center;line-height:normal;text-align:center;transition:all var(--transition-fast);width:332px}@media (min-width:769px){.lets-chat-button{font-size:20px;height:56px;width:280px}}.health-tips-button{align-items:center;background-color:#edf3ec;border:none;border-radius:var(--border-radius-md);color:#000;cursor:pointer;display:flex;flex-shrink:0;font-family:Akatab;font-size:25px;font-style:normal;font-weight:400;height:69px;justify-content:center;line-height:normal;text-align:center;transition:all var(--transition-fast);width:332px}@media (min-width:769px){.health-tips-button{font-size:20px;height:56px;width:280px}}.lets-chat-button:hover{background-color:#1e3a1a;box-shadow:0 4px 12px #2f4c214d;transform:translateY(-2px)}.lets-chat-button:active{transform:translateY(0)}.health-tips-button:hover{background-color:var(--hover-green);box-shadow:0 4px 12px #4caf504d;transform:translateY(-2px)}.health-tips-button:active{transform:translateY(0)}.right-section{display:flex;flex-direction:column;gap:35px;margin-bottom:60px}@media (min-width:769px){.right-section{gap:20px;height:100%;justify-content:center;margin-bottom:0}}.mobile-steps-section{display:none}.step-card{align-items:flex-start;background:#edf3ec;border-radius:20px;box-shadow:0 4px 4px 0 #00000040;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:150px;justify-content:center;padding:20px;position:relative;width:577px}@media (min-width:769px){.step-card{height:120px;max-width:500px;padding:16px;width:100%}}.step-number{align-items:center;background-color:var(--primary-green);border-radius:50%;color:#fff;display:flex;font-size:var(--font-size-base);font-weight:600;height:30px;justify-content:center;left:var(--spacing-lg);position:absolute;top:-15px;width:30px}.step-card-1 .step-number,.step-card-2 .step-number,.step-card-3 .step-number{display:none}.step-card-1{margin-left:80px}@media (min-width:769px){.step-card-1{margin-left:40px}}.step-card-3{margin-left:80px}@media (min-width:769px){.step-card-3{margin-left:40px}}.step-header{align-items:center;display:flex;gap:12px;justify-content:flex-start;margin-bottom:8px;width:100%}.step-number-svg{flex-shrink:0;height:48px;width:48px}@media (min-width:769px){.step-number-svg{height:38px;width:38px}}.step-coffee-svg{aspect-ratio:1/1;flex-shrink:0;height:45px;width:45px}@media (min-width:769px){.step-coffee-svg{height:36px;width:36px}}.step-star-svg{aspect-ratio:1/1;flex-shrink:0;height:45px;width:45px}@media (min-width:769px){.step-star-svg{height:36px;width:36px}}.step-strong-svg{aspect-ratio:1/1;flex-shrink:0;height:45px;width:45px}@media (min-width:769px){.step-strong-svg{height:36px;width:36px}}.step-icon{margin-bottom:8px;margin-top:0}.step-icon-img{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);height:32px;width:32px}.step-title{color:#2f4c21;font-family:Akatab;font-size:25px;font-style:normal;font-weight:400;line-height:normal;margin:0;text-align:left}@media (min-width:769px){.step-title{font-size:20px}}.step-description{color:#000;font-family:Akatab;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin:0;text-align:center}@media (min-width:769px){.step-description{font-size:16px}}.mobile-steps-title{color:#2f4c21;font-family:Akatab;font-size:24px;font-weight:600;margin:20px 0 15px;text-align:center}.mobile-step-card{background:#edf3ec;border-radius:12px;box-shadow:0 2px 4px 0 #0000001a;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:0 auto 12px;max-width:320px;min-height:80px;padding:12px 16px;width:100%}.mobile-step-header{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-bottom:4px}.mobile-step-number-svg{flex-shrink:0;height:24px;width:24px}.mobile-step-icon-svg{flex-shrink:0;height:20px;width:20px}.mobile-step-title{color:#2f4c21;font-family:Akatab;font-size:16px;font-weight:600;line-height:1.2;margin:0}.mobile-step-description{color:#666;font-family:Akatab;font-size:12px;font-weight:400;line-height:1.3;margin:0}@media (max-width:1024px){.landing-content{grid-template-columns:1fr}.main-headline{font-size:32px;height:auto;max-width:508px;min-height:194px;text-align:center;width:100%}.illustration{left:0;margin:var(--spacing-lg) 0;position:relative;top:0}.lets-chat-button{margin-top:0}.right-section{order:-1}}@media (max-width:768px){.landing-header{padding:var(--spacing-lg)}.landing-content{padding:var(--spacing-xl) var(--spacing-lg)}.main-headline{font-size:28px;height:auto;max-width:508px;min-height:194px;width:100%}.illustration{left:0;margin:var(--spacing-lg) 0;position:relative;text-align:center;top:0}.illustration-image{height:220px;width:200px}.primary-action-container{display:block;margin-bottom:15px}.primary-button{font-size:16px!important}.action-buttons{display:none}.lets-chat-button{margin-top:0}.step-card{padding:var(--spacing-lg)}.lets-chat-button{font-size:var(--font-size-base);padding:var(--spacing-md) var(--spacing-xl)}.right-section{display:none}.mobile-steps-section{display:block}}@media (max-width:480px){.landing-header{padding:var(--spacing-md)}.landing-content{padding:var(--spacing-lg) var(--spacing-md)}.main-headline{font-size:24px;height:auto;max-width:508px;min-height:194px;width:100%}.illustration{left:0;margin:var(--spacing-lg) 0;position:relative;text-align:center;top:0}.illustration-image{height:200px;width:180px}.primary-action-container{display:block;margin-bottom:12px}.primary-button{font-size:15px!important}.action-buttons{display:none}.lets-chat-button{margin-top:0}.step-card{padding:var(--spacing-md)}.step-title{font-size:var(--font-size-large)}.step-description{font-size:var(--font-size-small)}.right-section{display:none}.mobile-steps-section{display:block}}.health-tips-page{background:linear-gradient(135deg,#f0f8f0,#e8f5e8);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.health-tips-header{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a;justify-content:space-between;padding:20px 30px}.health-tips-header,.logo{align-items:center;display:flex}.logo{gap:12px}.logo-icon{filter:brightness(0) saturate(100%) invert(18%) sepia(23%) saturate(1234%) hue-rotate(86deg) brightness(95%) contrast(95%);height:32px;width:32px}.logo-text{color:#2f4c21f5;font-size:24px;font-weight:600}.health-tips-header .header-actions{align-items:center;display:flex;gap:15px}.back-button{background:#0000!important;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:8px;transition:background-color .2s}.back-button:hover{background-color:#f5f5f5!important;box-shadow:none;transform:none}.health-tips-content{margin:0 auto;max-width:1200px;padding:40px 20px}.health-tips-header-section{margin-bottom:50px;text-align:center}.main-title{color:#2f4c21;font-size:48px;font-weight:700;margin:0 0 16px;text-shadow:0 2px 4px #0000001a}.subtitle{color:#666;font-size:20px;font-weight:400;margin:0}.timeline-container{display:flex;flex-direction:column;gap:40px}.timeline-section{align-items:flex-start;display:flex;gap:40px}.timeline-time{flex:0 0 200px;position:-webkit-sticky;position:sticky;top:100px}.time-title{background:#fff;border-left:4px solid #4caf50;border-radius:16px;box-shadow:0 4px 12px #0000001a;color:#2f4c21;font-size:24px;font-weight:600;margin:0;padding:20px;text-align:center}.timeline-tips{display:flex;flex:1 1;flex-direction:column;gap:20px}.tip-card{background:#fff;border-left:4px solid #4caf50;border-radius:16px;box-shadow:0 2px 8px #0000001a;display:flex;gap:20px;padding:24px;transition:all .2s ease}.tip-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.tip-icon{align-items:center;background:#f0f8f0;border-radius:50%;display:flex;flex-shrink:0;font-size:32px;height:60px;justify-content:center;width:60px}.tip-content{flex:1 1}.tip-title{color:#2f4c21;font-size:18px;font-weight:600;line-height:1.4;margin:0 0 8px}.tip-description{color:#666;font-size:16px;line-height:1.5;margin:0 0 12px}.tip-sources{color:#888;font-size:14px}.sources-label{font-weight:500}.source{font-style:italic}@media (max-width:768px){.health-tips-header{flex-direction:column;gap:20px;padding:20px}.main-title{font-size:36px}.subtitle{font-size:18px}.timeline-section{flex-direction:column;gap:20px}.timeline-time{flex:none;position:static}.time-title{font-size:20px;padding:16px}.tip-card{flex-direction:column;gap:16px;padding:20px}.tip-icon{align-self:center;font-size:24px;height:50px;width:50px}.tip-title{font-size:16px}.tip-description,.tip-sources,.tip-title{text-align:center}}@media (max-width:480px){.health-tips-content{padding:20px 15px}.main-title{font-size:28px}.subtitle{font-size:16px}.timeline-container{gap:30px}.tip-card{padding:16px}.tip-title{font-size:15px}.tip-description{font-size:14px}}
/*# sourceMappingURL=main.7c68d5ce.css.map*/