.scroll-indicator{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;opacity:0;transition:opacity .3s ease;z-index:1000;pointer-events:none}.scroll-indicator.visible{opacity:1}.scroll-text{color:#90cdf4;font-size:.9rem;margin-bottom:5px;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.scroll-arrow{color:#90cdf4;font-size:1.5rem;animation:bounce 1s infinite;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}#root{margin:0;padding:0;width:100%}*{margin:0;padding:0;box-sizing:border-box;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}body{margin:0;padding:0;min-width:100vw;min-height:100vh;display:flex;place-items:center;background:linear-gradient(135deg,#1a202c,#2d3748)}a{font-weight:500;color:#90cdf4;text-decoration:inherit;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}a:hover{color:#63b3ed}h1{font-size:3.2em;line-height:1.1;color:#e2e8f0;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}button{border-radius:8px;border:1px solid rgba(255,255,255,.1);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2d3748;color:#e2e8f0;cursor:pointer;transition:all .3s ease;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}button:hover{border-color:#90cdf4;background-color:#2d3748}button:focus,button:focus-visible{outline:2px solid #90cdf4;outline-offset:2px}.app{font-family:Poppins,sans-serif;line-height:1.6;color:#e2e8f0;background:linear-gradient(315deg,#0e65b1 15%,#003360 85%);min-height:100vh;width:100%}.header{background:#0e65b1f2;color:#fff;padding:1.5rem 2rem;text-align:center;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px #0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(144,205,244,.1);width:100%}.header h1{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;background:linear-gradient(to right,#90cdf4,#63b3ed);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}nav ul{list-style:none;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}nav a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.75rem 1.25rem;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}nav a:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:#90cdf4;transition:width .3s ease}nav a:hover:before{width:80%}nav a:hover{background-color:#90cdf426;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.active-link{background-color:#90cdf433;box-shadow:0 2px 8px #00000026}.page-transition-enter{opacity:0;transform:translateY(20px)}.page-transition-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.page-transition-exit{opacity:1}.page-transition-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s,transform .3s}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}main{width:100%;margin:0;padding:2rem;text-align:center}section,.card,.tip,.advice-card,.lifestyle-card,.prevention-card,.symptom-card,.symptoms-list,.key-points-container{animation:slideIn 1s ease-out forwards}section{margin-bottom:4rem}h2{color:#90cdf4;margin-bottom:1.5rem;font-size:2rem;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.type-cards,.prevention-tips,.lifestyle-advice{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin:3rem 0;padding:1rem}.info-box{position:relative;isolation:isolate}.info-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(144,205,244,.1) 0%,transparent 100%);border-radius:inherit;z-index:-1}.card,.tip,.advice-card,.lifestyle-card,.prevention-card,.symptom-card{background:linear-gradient(145deg,#0e65b1e6,#003360e6);padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(144,205,244,.1);margin:1.5rem 0;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.card:hover,.tip:hover,.advice-card:hover,.lifestyle-card:hover,.prevention-card:hover,.symptom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px #0000004d;border-color:#90cdf44d}.card h3,.tip h3,.advice-card h3,.lifestyle-card h3,.prevention-card h3,.symptom-card h3{color:#90cdf4;margin-bottom:1.25rem;font-weight:600;font-size:1.5rem;text-align:center;text-shadow:0 0 2px rgba(0,0,0,.8)}.symptoms-list{list-style:none;background-color:#2d3748;padding:2.5rem;border-radius:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;box-shadow:0 4px 6px #0003}.symptoms-list li{margin-bottom:1rem;padding:.75rem 1rem;background:linear-gradient(315deg,#0e65b1 15%,#003360 85%);border-radius:6px;transition:transform .2s ease;text-align:center;border:1px solid rgba(255,255,255,.1)}.symptoms-list li:hover{transform:translate(5px);background-color:#2d3748;border-color:#90cdf44d}footer{background:linear-gradient(315deg,#0e65b1 15%,#003360 85%);color:#fff;padding:1rem;text-align:center;box-shadow:0 2px 4px #0003;border-bottom:1px solid rgba(255,255,255,.1)}.medical-disclaimer-banner{background:linear-gradient(315deg,#0e65b1 15%,#003360 85%);padding:1rem;text-align:center;box-shadow:0 4px 6px #0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.medical-disclaimer-banner p{margin:0;font-size:.9rem;line-height:1.5;text-align:center}.medical-disclaimer-banner strong{color:#90cdf4}.key-points-container{display:flex;justify-content:center;align-items:center;margin:3rem auto;max-width:800px;padding:0 1rem}.key-points-box{width:100%;background:linear-gradient(145deg,#000,#003360);border-radius:16px;padding:2.5rem;box-shadow:0 8px 24px #0000004d;border:1px solid rgba(144,205,244,.2);transition:all .3s ease}.key-points-box:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0006;border-color:#90cdf466}.key-points-box h3{color:#90cdf4;font-size:1.8rem;margin-bottom:1.5rem;text-align:center;text-shadow:0 0 2px rgba(0,0,0,.8)}.key-points-box ul{list-style:none;padding:0}.key-features,.diet-tips,.exercise-tips,.weight-tips,.monitoring-tips,.medication-tips,.checkup-tips{list-style:none;counter-reset:item;padding:0;margin-top:1.5rem}.key-features li,.diet-tips li,.exercise-tips li,.weight-tips li,.monitoring-tips li,.medication-tips li,.checkup-tips li{counter-increment:item;display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:.5rem;background:#2d374899;border-radius:6px;transition:all .3s ease}.key-features li:before,.diet-tips li:before,.exercise-tips li:before,.weight-tips li:before,.monitoring-tips li:before,.medication-tips li:before,.checkup-tips li:before{content:counter(item);min-width:1.5rem;height:1.5rem;background:#90cdf4;color:#1a202c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;text-shadow:none;box-shadow:0 2px 4px #0003}.key-features li:hover,.diet-tips li:hover,.exercise-tips li:hover,.weight-tips li:hover,.monitoring-tips li:hover,.medication-tips li:hover,.checkup-tips li:hover{background:#2d3748cc;transform:translate(5px)}.key-points-box li{margin:1rem 0;padding:.75rem 1.5rem;background:#2d374899;border-radius:8px;transition:transform .2s ease;text-align:center}.key-points-box li:hover{transform:translate(10px);background:#2d3748cc}@media (max-width: 768px){nav ul{flex-direction:column;gap:1rem}.symptoms-list,.type-cards,.prevention-tips,.lifestyle-advice{grid-template-columns:1fr}.header h1{font-size:2rem}main{padding:1.5rem}.card,.tip,.advice-card,.lifestyle-card,.prevention-card,.symptom-card{padding:1.5rem}.key-points-container{margin:2rem auto}.key-points-box{padding:1.5rem}.key-points-box h3{font-size:1.5rem}}@media (prefers-color-scheme: dark){:root{color:#e2e8f0;background:linear-gradient(135deg,#1a202c,#2d3748)}a:hover{color:#63b3ed}button{background-color:#2d3748}}
