:root{--primary:#1D4ED8;--primary-light:#3B82F6;--primary-dark:#1E40AF;--primary-50:#EFF6FF;--primary-100:#DBEAFE;--primary-200:#BFDBFE;--white:#FFFFFF;--gray-50:#F8FAFC;--gray-100:#F1F5F9;--gray-200:#E2E8F0;--gray-300:#CBD5E1;--gray-400:#94A3B8;--gray-500:#64748B;--gray-600:#475569;--gray-700:#334155;--gray-800:#1E293B;--gray-900:#0F172A;--text-primary:#111827;--text-secondary:#374151;--text-muted:#6B7280;--success:#059669;--success-light:#D1FAE5;--warning:#D97706;--warning-light:#FEF3C7;--error:#DC2626;--error-light:#FEE2E2;--font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1);--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem}.tdeecal-page{font-family:var(--font-family);font-size:16px;line-height:1.7;color:var(--text-primary);background:var(--gray-50);-webkit-font-smoothing:antialiased}.tdeecal-page *,.tdeecal-page *::before,.tdeecal-page *::after{box-sizing:border-box}.page-container{width:100%;max-width:900px;margin:0 auto;padding:0 1.5rem}.page-header{background:var(--white);border-bottom:1px solid var(--gray-200);padding:3rem 1rem;text-align:center}.page-title{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.page-subtitle{font-size:1.1rem;color:var(--text-secondary);margin:0;max-width:600px;margin-left:auto;margin-right:auto}.page-content{padding:3rem 0}.content-wrapper{background:var(--white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:2.5rem;border:1px solid var(--gray-200)}@media (min-width:768px){.content-wrapper{padding:3.5rem}}.content-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-200)}.content-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.content-section h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.content-section h3{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.content-section p{margin:0 0 1rem;color:var(--text-secondary)}.content-section p:last-child{margin-bottom:0}.lead-text{font-size:1.1rem;line-height:1.8;color:var(--text-primary)}.section-intro{font-size:1.05rem;margin-bottom:1.5rem}.feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media (min-width:600px){.feature-grid{grid-template-columns:repeat(2,1fr)}}.feature-item{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--gray-200)}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature-item h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.feature-item p{font-size:.9rem;margin:0;color:var(--text-muted)}.limitations-section{background:var(--error-light);margin-left:-2.5rem;margin-right:-2.5rem;padding:2.5rem!important;border-radius:0;border-bottom:none!important}@media (min-width:768px){.limitations-section{margin-left:-3.5rem;margin-right:-3.5rem;padding:3rem 3.5rem!important}}.limitations-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media (min-width:600px){.limitations-grid{grid-template-columns:repeat(2,1fr)}}.limitation-item{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;border-left:4px solid var(--error)}.limitation-icon{font-size:1.5rem;margin-bottom:.5rem}.limitation-item h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.limitation-item p{font-size:.9rem;color:var(--text-secondary);margin:0}.science-cards{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.science-card{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--gray-200)}.science-card h3{color:var(--primary);margin-bottom:.75rem}.science-card p{font-size:.95rem}.formula-box{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);padding:1rem;font-family:'Courier New',monospace;font-size:.85rem;color:var(--primary-dark);margin:1rem 0;overflow-x:auto}.source-link{display:inline-flex;align-items:center;font-size:.9rem;font-weight:600;color:var(--primary);text-decoration:none;margin-top:.5rem}.source-link:hover{text-decoration:underline}.usage-steps{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.usage-step{display:flex;gap:1.25rem;align-items:flex-start}.step-number{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:var(--white);font-weight:700;font-size:1.1rem;border-radius:50%}.step-content h3{margin-bottom:.5rem}.step-content p{margin:0;font-size:.95rem}.privacy-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}@media (min-width:600px){.privacy-grid{grid-template-columns:repeat(2,1fr)}}.privacy-item{border-radius:var(--radius-lg);padding:1.5rem}.privacy-item h3{margin-bottom:1rem;font-size:1rem}.privacy-item ul{margin:0;padding-left:1.25rem}.privacy-item li{font-size:.9rem;margin-bottom:.5rem;color:var(--text-secondary)}.privacy-good{background:var(--success-light);border:1px solid var(--success)}.privacy-good h3{color:var(--success)}.privacy-bad{background:var(--error-light);border:1px solid var(--error)}.privacy-bad h3{color:var(--error)}.privacy-link{margin-top:1rem}.privacy-link a{color:var(--primary);font-weight:600}.commitment-list{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media (min-width:600px){.commitment-list{grid-template-columns:repeat(2,1fr)}}.commitment-item{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--gray-200)}.commitment-item h3{font-size:1rem;margin-bottom:.5rem}.commitment-item p{font-size:.9rem;margin:0;color:var(--text-muted)}.contact-options{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}@media (min-width:500px){.contact-options{flex-direction:row}}.contact-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:var(--radius-lg);text-decoration:none;transition:all 0.2s ease;flex:1}.contact-btn.primary{background:var(--primary);color:var(--white)}.contact-btn.primary:hover{background:var(--primary-dark)}.contact-btn.secondary{background:var(--gray-100);color:var(--text-primary);border:1px solid var(--gray-300)}.contact-btn.secondary:hover{background:var(--gray-200)}.btn-icon{font-size:1.5rem}.btn-text{display:flex;flex-direction:column}.btn-text strong{font-size:1rem}.btn-text small{font-size:.8rem;opacity:.8}.cta-section{border-bottom:none!important;padding-bottom:0!important}.cta-box{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);border-radius:var(--radius-xl);padding:2.5rem;text-align:center}.cta-box h2{color:var(--white);margin-bottom:.75rem}.cta-box p{color:rgb(255 255 255 / .9);margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:var(--white);color:var(--primary);padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:700;font-size:1rem;text-decoration:none;transition:all 0.2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.disclaimer-section{margin-top:2rem}.disclaimer-box{background:var(--warning-light);border:1px solid var(--warning);border-left:4px solid var(--warning);border-radius:var(--radius-lg);padding:1.5rem}.disclaimer-box p{font-size:.9rem;color:var(--text-secondary)}.disclaimer-date{margin-top:1rem!important;color:var(--text-muted)!important}.page-navigation{background:var(--white);border-top:1px solid var(--gray-200);padding:1.5rem 0}.page-navigation .page-container{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width:600px){.page-navigation .page-container{flex-direction:row;justify-content:space-between}}.back-link{display:inline-flex;align-items:center;color:var(--primary);font-weight:600;text-decoration:none}.back-link:hover{text-decoration:underline}.related-links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem}.related-links span{color:var(--text-muted)}.related-links a{color:var(--text-secondary);text-decoration:none;padding:.25rem .5rem;border-radius:var(--radius-md)}.related-links a:hover{background:var(--gray-100);color:var(--primary)}@media (max-width:480px){.page-header{padding:2rem 1rem}.page-title{font-size:1.75rem}.page-subtitle{font-size:1rem}.content-wrapper{padding:1.5rem;border-radius:var(--radius-xl)}.content-section h2{font-size:1.25rem}.limitations-section{margin-left:-1.5rem;margin-right:-1.5rem;padding:1.5rem!important}.cta-box{padding:1.5rem}}@media print{.page-navigation,.cta-section{display:none!important}.content-wrapper{box-shadow:none;border:none}.page-header{background:none;border:none}}.contact-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:900px){.contact-layout{grid-template-columns:1.5fr 1fr;gap:2.5rem}}.contact-form-section .content-wrapper{padding:2rem}@media (min-width:768px){.contact-form-section .content-wrapper{padding:2.5rem}}.form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.form-header h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.form-header p{color:var(--text-muted);margin:0;font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.form-row{display:flex;flex-direction:column;gap:.5rem}.form-row label{font-size:.9rem;font-weight:600;color:var(--text-primary)}.form-row .required{color:var(--error)}.form-row input[type="text"],.form-row input[type="email"],.form-row select,.form-row textarea{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:inherit;color:var(--text-primary);background:var(--white);border:2px solid var(--gray-300);border-radius:var(--radius-lg);transition:all 0.2s ease}.form-row input:hover,.form-row select:hover,.form-row textarea:hover{border-color:var(--gray-400)}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgb(29 78 216 / .1)}.form-row input::placeholder,.form-row textarea::placeholder{color:var(--text-light)}.form-row textarea{resize:vertical;min-height:140px}.form-row select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.field-hint{font-size:.8rem;color:var(--text-muted)}.checkbox-row{margin-top:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-weight:400!important}.checkbox-label input[type="checkbox"]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:var(--primary)}.checkbox-text{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.submit-row{margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.contact-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;color:var(--white);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all 0.2s ease;box-shadow:0 4px 14px rgb(29 78 216 / .3)}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(29 78 216 / .4)}.contact-submit-btn:active{transform:translateY(0)}.btn-icon{font-size:1.1rem;transition:transform 0.2s ease}.contact-submit-btn:hover .btn-icon{transform:translateX(3px)}.submit-note{font-size:.8rem;color:var(--text-muted);margin:1rem 0 0}.submit-note a{color:var(--primary)}.contact-message{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:var(--radius-lg);margin-bottom:1.5rem}.contact-message.success{background:var(--success-light);border:1px solid var(--success)}.contact-message.error{background:var(--error-light);border:1px solid var(--error)}.message-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.9rem;font-weight:700}.contact-message.success .message-icon{background:var(--success);color:var(--white)}.contact-message.error .message-icon{background:var(--error);color:var(--white)}.message-content strong{display:block;margin-bottom:.25rem;font-size:1rem}.message-content p{margin:0;font-size:.9rem;opacity:.9}.contact-message.success .message-content{color:#065f46}.contact-message.error .message-content{color:#991b1b}.contact-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.sidebar-card h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}.sidebar-card>p{font-size:.9rem;color:var(--text-secondary);margin:0 0 1rem}.email-link{display:block;font-size:1.1rem;font-weight:600;color:var(--primary);text-decoration:none;margin-bottom:.75rem}.email-link:hover{text-decoration:underline}.response-time{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);margin:0}.time-icon{font-size:1rem}.help-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.help-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--text-secondary)}.help-icon{flex-shrink:0;font-size:1rem}.warning-card{background:var(--warning-light);border-color:var(--warning)}.warning-card h3{color:var(--warning-dark)}.cannot-help-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.75rem}.cannot-help-list li{font-size:.85rem;color:var(--text-secondary);padding-left:1.25rem;position:relative}.cannot-help-list li::before{content:"•";position:absolute;left:0;color:var(--warning-dark);font-weight:700}.disclaimer-note{font-size:.8rem;color:var(--text-muted);font-style:italic;margin:0}.quick-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.quick-links li a{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-md);transition:all 0.2s ease}.quick-links li a:hover{background:var(--gray-100);color:var(--primary)}.quick-links li a span{color:var(--primary)}.common-questions-section{background:var(--white);padding:4rem 0;border-top:1px solid var(--gray-200)}.common-questions-section .section-title{text-align:center;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.common-questions-section .section-subtitle{text-align:center;color:var(--text-muted);margin:0 0 2.5rem}.questions-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.questions-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.questions-grid{grid-template-columns:repeat(3,1fr)}}.question-card{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--gray-200)}.question-card h3{font-size:.95rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem;line-height:1.4}.question-card p{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.6}.question-card a{color:var(--primary)}.still-need-help{text-align:center;margin-top:2.5rem;padding:1.5rem;background:var(--primary-50);border-radius:var(--radius-lg)}.still-need-help p{margin:0;font-size:1rem;color:var(--text-secondary)}.still-need-help a{color:var(--primary);font-weight:600}.contact-trust-section{background:var(--gray-50);padding:3rem 0;border-top:1px solid var(--gray-200)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{text-align:center;padding:1rem}.trust-icon{font-size:2rem;margin-bottom:.75rem}.trust-item h4{font-size:.95rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.trust-item p{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.5}@media (max-width:480px){.contact-form-section .content-wrapper{padding:1.5rem}.form-header h2{font-size:1.25rem}.contact-submit-btn{width:100%}.sidebar-card{padding:1.25rem}.trust-grid{grid-template-columns:1fr;gap:1rem}.questions-grid{gap:1rem}.question-card{padding:1.25rem}}.page-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.5rem}.meta-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.meta-icon{font-size:1rem}.toc-section{background:var(--white);border-bottom:1px solid var(--gray-200);padding:1.5rem 0}.toc-wrapper{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--gray-200)}.toc-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.toc-list{margin:0;padding-left:1.5rem;display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width:600px){.toc-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.toc-list{grid-template-columns:repeat(3,1fr)}}.toc-list li{font-size:.9rem}.toc-list a{color:var(--primary);text-decoration:none}.toc-list a:hover{text-decoration:underline}.methodology-content{max-width:100%}.methodology-content h2{font-size:1.5rem;margin-top:0;padding-top:1rem}.methodology-content h3{font-size:1.15rem;margin-top:1.5rem;color:var(--text-primary)}.methodology-content h4{font-size:1rem;margin-top:1.25rem;color:var(--text-primary)}.key-points-box{background:var(--primary-50);border:1px solid var(--primary-200);border-left:4px solid var(--primary);border-radius:var(--radius-lg);padding:1.5rem;margin:1.5rem 0}.key-points-box h3{font-size:1rem;color:var(--primary-dark);margin:0 0 1rem}.key-points-box ul{margin:0;padding-left:1.25rem}.key-points-box li{margin-bottom:.5rem;color:var(--text-secondary)}.methodology-highlight{display:flex;gap:1rem;background:var(--gray-50);border-radius:var(--radius-lg);padding:1.25rem;margin:1.5rem 0;border:1px solid var(--gray-200)}.methodology-highlight.warning{background:var(--warning-light);border-color:var(--warning)}.highlight-icon{font-size:1.5rem;flex-shrink:0}.highlight-content{font-size:.95rem;color:var(--text-secondary)}.highlight-content strong{color:var(--text-primary)}.tdee-components{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media (min-width:600px){.tdee-components{grid-template-columns:repeat(3,1fr)}}.component-card{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;border:1px solid var(--gray-200)}.component-percent{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:.5rem}.component-card h4{font-size:1rem;margin:0 0 .5rem;color:var(--text-primary)}.component-card p{font-size:.85rem;color:var(--text-muted);margin:0}.formula-explanation{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;margin:1.5rem 0;border:1px solid var(--gray-200)}.formula-explanation h4{margin:0 0 1rem;font-size:1rem}.formula-display{font-family:'Courier New',monospace;font-size:1.1rem;font-weight:700;color:var(--primary-dark);text-align:center;padding:1rem;background:var(--white);border-radius:var(--radius-md);border:2px solid var(--primary-200)}.formula-note{font-size:.85rem;color:var(--text-muted);margin:1rem 0 0;text-align:center}.formula-card{background:var(--white);border-radius:var(--radius-xl);padding:2rem;margin:2rem 0;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:relative}.formula-card.recommended{border-color:var(--primary);border-width:2px}.formula-badge{position:absolute;top:-12px;left:1.5rem;background:var(--primary);color:var(--white);font-size:.8rem;font-weight:700;padding:.25rem .75rem;border-radius:var(--radius-full)}.formula-card h3{font-size:1.25rem;margin:0 0 1rem;color:var(--text-primary)}.formula-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.meta-tag{font-size:.75rem;font-weight:600;color:var(--primary);background:var(--primary-50);padding:.25rem .75rem;border-radius:var(--radius-full)}.formula-box{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;margin:1rem 0;border:1px solid var(--gray-200)}.formula-gender{margin-bottom:1rem}.formula-gender:last-child{margin-bottom:0}.formula-gender strong{display:block;font-size:.9rem;color:var(--text-primary);margin-bottom:.5rem}.formula-gender code{display:block;font-family:'Courier New',monospace;font-size:.9rem;color:var(--primary-dark);background:var(--white);padding:.75rem;border-radius:var(--radius-md);border:1px solid var(--gray-300);overflow-x:auto}.formula-note-box{background:var(--white);border-radius:var(--radius-md);padding:.75rem;margin-top:1rem;font-size:.9rem;color:var(--text-secondary);border:1px dashed var(--gray-300)}.example-box{background:var(--success-light);border-radius:var(--radius-lg);padding:1.25rem;margin:1rem 0;border-left:4px solid var(--success)}.example-box p{margin:0 0 .5rem;font-size:.95rem;color:var(--text-secondary)}.example-box p:last-child{margin-bottom:0}.example-box ul{margin:.5rem 0 0;padding-left:1.25rem}.example-box li{font-size:.9rem;margin-bottom:.25rem}.accuracy-warning{background:var(--warning-light);border-radius:var(--radius-lg);padding:1rem;margin:1rem 0;font-size:.9rem;color:var(--text-secondary);border-left:4px solid var(--warning)}.source-citation{background:var(--gray-50);border-radius:var(--radius-md);padding:1rem;margin-top:1.5rem;font-size:.85rem;color:var(--text-muted);border:1px solid var(--gray-200)}.source-citation strong{color:var(--text-secondary)}.pubmed-link{display:inline-flex;align-items:center;color:var(--primary);font-weight:600;text-decoration:none;margin-left:.5rem}.pubmed-link:hover{text-decoration:underline}.formula-comparison{margin:2rem 0}.formula-comparison h3{margin-bottom:1rem}.comparison-table-wrapper{overflow-x:auto;margin:1rem 0}.comparison-table{width:100%;border-collapse:collapse;font-size:.9rem}.comparison-table th,.comparison-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.comparison-table th{background:var(--gray-100);font-weight:700;color:var(--text-primary)}.comparison-table td{color:var(--text-secondary)}.table-note{font-size:.8rem;color:var(--text-muted);font-style:italic;margin-top:.5rem}.activity-table-wrapper{overflow-x:auto;margin:1.5rem 0}.activity-table{width:100%;border-collapse:collapse;font-size:.9rem}.activity-table th,.activity-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.activity-table th{background:var(--gray-100);font-weight:700;color:var(--text-primary)}.activity-table td{color:var(--text-secondary)}.activity-table .multiplier{font-weight:700;color:var(--primary);text-align:center}.activity-tips{background:var(--primary-50);border-radius:var(--radius-lg);padding:1.5rem;margin:1.5rem 0;border:1px solid var(--primary-200)}.activity-tips h4{font-size:1rem;color:var(--primary-dark);margin:0 0 1rem}.activity-tips ul{margin:0;padding-left:1.25rem}.activity-tips li{font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem}.activity-tips li:last-child{margin-bottom:0}.macro-values{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.macro-value-item{display:flex;align-items:center;gap:.5rem;background:var(--gray-50);padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--gray-200)}.macro-name{font-weight:600;color:var(--text-primary)}.macro-cal{font-size:.85rem;color:var(--text-muted)}.macro-presets{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media (min-width:600px){.macro-presets{grid-template-columns:repeat(3,1fr)}}.macro-preset{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--gray-200);text-align:center}.macro-preset h4{font-size:1rem;color:var(--text-primary);margin:0 0 .75rem}.preset-values{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.preset-values span{font-size:.85rem;color:var(--text-secondary)}.macro-preset>p{font-size:.8rem;color:var(--text-muted);margin:0}.study-card{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;margin:1.5rem 0;border:1px solid var(--gray-200)}.study-card h4{font-size:1.05rem;color:var(--primary);margin:0 0 .75rem}.study-findings{background:var(--white);border-radius:var(--radius-md);padding:1rem;margin:1rem 0;border:1px solid var(--gray-200)}.study-findings h5{font-size:.9rem;color:var(--text-primary);margin:0 0 .75rem}.study-findings ul{margin:0;padding-left:1.25rem}.study-findings li{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem}.study-conclusion{font-size:.95rem;color:var(--text-primary);margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--gray-200)}.accuracy-explanation{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;margin:1.5rem 0;border:1px solid var(--gray-200)}.accuracy-explanation ul{margin:1rem 0;padding-left:1.25rem}.accuracy-explanation li{margin-bottom:.5rem}.limitations-section{background:var(--error-light);margin-left:-2.5rem;margin-right:-2.5rem;padding:2.5rem!important;border-radius:0;border:none!important}@media (min-width:768px){.limitations-section{margin-left:-3.5rem;margin-right:-3.5rem;padding:3rem 3.5rem!important}}.limitations-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media (min-width:600px){.limitations-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.limitations-grid{grid-template-columns:repeat(4,1fr)}}.limitation-card{background:var(--white);border-radius:var(--radius-lg);padding:1.25rem;border-left:4px solid var(--error)}.limitation-icon{font-size:1.5rem;margin-bottom:.5rem}.limitation-card h3{font-size:.95rem;color:var(--text-primary);margin:0 0 .5rem}.limitation-card p{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.5}.steps-list{margin:2rem 0}.step-item{display:flex;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.step-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.step-number{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:var(--white);font-weight:700;font-size:1.1rem;border-radius:50%}.step-content h3{font-size:1.05rem;margin:0 0 .5rem;color:var(--text-primary)}.step-content p{font-size:.95rem;color:var(--text-secondary);margin:0}.step-content ul{margin:.75rem 0 0;padding-left:1.25rem}.step-content li{font-size:.9rem;color:var(--text-secondary);margin-bottom:.25rem}.references-section{background:var(--gray-50);margin-left:-2.5rem;margin-right:-2.5rem;padding:2.5rem!important}@media (min-width:768px){.references-section{margin-left:-3.5rem;margin-right:-3.5rem;padding:3rem 3.5rem!important}}.references-list{list-style:none;padding:0;margin:1.5rem 0 0;counter-reset:none}.references-list li{display:flex;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--gray-200)}.references-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.ref-number{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:var(--white);font-size:.8rem;font-weight:700;border-radius:50%}.ref-content{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.ref-content em{color:var(--text-primary)}.ref-content a{display:inline-block;color:var(--primary);font-weight:600;text-decoration:none;margin-top:.25rem}.ref-content a:hover{text-decoration:underline}@media (max-width:480px){.formula-card{padding:1.5rem}.formula-badge{position:static;display:inline-block;margin-bottom:1rem}.tdee-components{gap:.75rem}.component-card{padding:1rem}.component-percent{font-size:1.5rem}.step-item{flex-direction:column;gap:.75rem}.limitations-section,.references-section{margin-left:-1.5rem;margin-right:-1.5rem;padding:1.5rem!important}}.privacy-summary-section{background:var(--white);padding:2rem 0;border-bottom:1px solid var(--gray-200)}.privacy-summary{background:linear-gradient(135deg,var(--success-light) 0%,#d1fae5 100%);border:2px solid var(--success);border-radius:var(--radius-xl);padding:2rem}.privacy-summary h2{font-size:1.25rem;color:var(--success-dark);margin:0 0 .5rem}.summary-intro{color:var(--text-secondary);margin:0 0 1.5rem;font-size:.95rem}.summary-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:600px){.summary-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.summary-grid{grid-template-columns:repeat(3,1fr)}}.summary-item{display:flex;align-items:flex-start;gap:.75rem;background:var(--white);padding:.875rem;border-radius:var(--radius-md)}.summary-item.good{border-left:3px solid var(--success)}.summary-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--success);color:var(--white);border-radius:50%;font-size:.75rem;font-weight:700}.summary-text{font-size:.9rem;color:var(--text-secondary);line-height:1.4}.privacy-content h2{font-size:1.35rem;padding-top:.5rem}.privacy-content h3{font-size:1.1rem;margin-top:1.5rem}.privacy-content h4{font-size:1rem;margin-top:1.25rem}.info-box{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--gray-200);margin:1rem 0}.info-box p{margin:.25rem 0}.info-box p:first-child{margin-top:0}.info-box p:last-child{margin-bottom:0}.policy-highlight{display:flex;gap:1rem;background:var(--primary-50);border-radius:var(--radius-lg);padding:1.25rem;margin:1.5rem 0;border:1px solid var(--primary-200)}.policy-highlight.good{background:var(--success-light);border-color:var(--success)}.policy-highlight .highlight-icon{font-size:1.5rem;flex-shrink:0}.policy-highlight .highlight-content{font-size:.95rem;color:var(--text-secondary)}.policy-highlight .highlight-content strong{color:var(--text-primary)}.policy-warning{background:var(--warning-light);border-left:4px solid var(--warning);border-radius:var(--radius-md);padding:1rem;margin:1.5rem 0;font-size:.9rem;color:var(--text-secondary)}.data-table-wrapper,.cookie-table-wrapper{overflow-x:auto;margin:1.5rem 0}.data-table,.cookie-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td,.cookie-table th,.cookie-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.data-table th,.cookie-table th{background:var(--gray-100);font-weight:700;color:var(--text-primary);white-space:nowrap}.data-table td,.cookie-table td{color:var(--text-secondary)}.cookie-table code{background:var(--gray-100);padding:.125rem .375rem;border-radius:var(--radius-sm);font-size:.85rem}.privacy-guarantee{background:var(--gray-50);border-radius:var(--radius-xl);padding:1.5rem;margin:1.5rem 0;border:2px solid var(--success)}.privacy-guarantee h3{font-size:1.1rem;color:var(--success-dark);margin:0 0 1.25rem}.guarantee-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:600px){.guarantee-grid{grid-template-columns:repeat(2,1fr)}}.guarantee-item{display:flex;gap:1rem;background:var(--white);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--gray-200)}.guarantee-icon{font-size:1.5rem;flex-shrink:0}.guarantee-item strong{display:block;font-size:.95rem;color:var(--text-primary);margin-bottom:.25rem}.guarantee-item p{font-size:.85rem;color:var(--text-muted);margin:0}.technical-note{font-size:.85rem;color:var(--text-muted);background:var(--gray-50);padding:1rem;border-radius:var(--radius-md);margin-top:1rem}.data-categories{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media (min-width:600px){.data-categories{grid-template-columns:repeat(2,1fr)}}.data-category{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--gray-200)}.data-category h4{font-size:1rem;color:var(--text-primary);margin:0 0 .75rem}.data-category ul{margin:0;padding-left:1.25rem}.data-category li{font-size:.9rem;color:var(--text-secondary);margin-bottom:.375rem}.cookie-categories{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media (min-width:600px){.cookie-categories{grid-template-columns:repeat(2,1fr)}}.cookie-category{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--gray-200)}.cookie-category h4{font-size:1rem;color:var(--text-primary);margin:0 0 .5rem}.cookie-category>p{font-size:.9rem;color:var(--text-secondary);margin:0 0 .5rem}.cookie-category>p:last-child{margin-bottom:0;font-size:.85rem;color:var(--text-muted)}.control-options{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media (min-width:768px){.control-options{grid-template-columns:repeat(3,1fr)}}.control-option{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--gray-200)}.control-option h4{font-size:1rem;color:var(--text-primary);margin:0 0 .5rem}.control-option p{font-size:.9rem;color:var(--text-secondary);margin:0 0 .75rem}.control-option ul{margin:0;padding-left:1.25rem}.control-option li{font-size:.85rem;margin-bottom:.25rem}.control-option a{color:var(--primary)}.third-party-list{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem 0}.third-party-item{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--gray-200)}.tp-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.tp-header h3{font-size:1.1rem;color:var(--text-primary);margin:0}.tp-category{font-size:.75rem;font-weight:600;color:var(--primary);background:var(--primary-50);padding:.25rem .75rem;border-radius:var(--radius-full)}.third-party-item>p{font-size:.9rem;color:var(--text-secondary);margin:0 0 .5rem}.third-party-item ul{margin:.75rem 0;padding-left:1.25rem}.third-party-item li{font-size:.85rem;color:var(--text-secondary);margin-bottom:.25rem}.third-party-item a{color:var(--primary)}.use-cases{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.use-case{display:flex;gap:1rem;background:var(--gray-50);padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.use-icon{font-size:1.5rem;flex-shrink:0}.use-content h4{font-size:1rem;color:var(--text-primary);margin:0 0 .25rem}.use-content p{font-size:.9rem;color:var(--text-secondary);margin:0}.use-content .legal-basis{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.not-list{list-style:none;padding:0;margin:1.5rem 0;background:var(--error-light);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--error)}.not-list li{font-size:.95rem;color:var(--text-secondary);margin-bottom:.5rem;padding-left:.5rem}.not-list li:last-child{margin-bottom:0}.rights-section{background:var(--primary-50);margin-left:-2.5rem;margin-right:-2.5rem;padding:2.5rem!important;border:none!important}@media (min-width:768px){.rights-section{margin-left:-3.5rem;margin-right:-3.5rem;padding:3rem 3.5rem!important}}.rights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}@media (min-width:768px){.rights-grid{grid-template-columns:repeat(4,1fr)}}.right-item{background:var(--white);padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);text-align:center}.right-item h4{font-size:.95rem;color:var(--text-primary);margin:0 0 .5rem}.right-item p{font-size:.8rem;color:var(--text-muted);margin:0}.ccpa-notice{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;margin:1.5rem 0;border:1px solid var(--gray-200)}.ccpa-notice h4{font-size:1rem;color:var(--text-primary);margin:0 0 1rem}.ccpa-notice p{font-size:.9rem;color:var(--text-secondary);margin:0 0 .5rem}.security-measures{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media (min-width:600px){.security-measures{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.security-measures{grid-template-columns:repeat(3,1fr)}}.security-item{display:flex;gap:1rem;background:var(--gray-50);padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.security-icon{font-size:1.5rem;flex-shrink:0}.security-item h4{font-size:.95rem;color:var(--text-primary);margin:0 0 .25rem}.security-item p{font-size:.85rem;color:var(--text-muted);margin:0}.version-history{background:var(--gray-50);border-radius:var(--radius-md);padding:1rem;margin-top:1.5rem}.version-history h4{font-size:.95rem;color:var(--text-primary);margin:0 0 .75rem}.version-history ul{margin:0;padding-left:1.25rem}.version-history li{font-size:.9rem;color:var(--text-secondary)}.contact-box{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}@media (min-width:500px){.contact-box{grid-template-columns:repeat(2,1fr)}}.contact-box .contact-method{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--gray-200);text-align:center}.contact-box .contact-method h4{font-size:1rem;color:var(--text-primary);margin:0 0 .5rem}.contact-box .contact-method p{margin:0}.contact-box .contact-method a{font-size:1.1rem;font-weight:600;color:var(--primary)}.contact-box .response-time{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.cta-button.secondary{background:#fff0;color:var(--white);border:2px solid var(--white)}.cta-button.secondary:hover{background:rgb(255 255 255 / .1)}@media (max-width:480px){.privacy-summary{padding:1.5rem}.rights-section{margin-left:-1.5rem;margin-right:-1.5rem;padding:1.5rem!important}.rights-grid{grid-template-columns:1fr}.guarantee-grid,.data-categories,.cookie-categories,.security-measures{grid-template-columns:1fr}}.sources-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem;font-family:'Inter',-apple-system,sans-serif;line-height:1.8;color:#1f2937}.sources-hero{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:3px solid #e5e7eb}.sources-hero h1{font-size:2.5rem;font-weight:800;color:#111827;margin:0 0 1rem 0;letter-spacing:-.025em}.sources-hero .subtitle{font-size:1.125rem;color:#6b7280;margin:0}.last-updated{background:#f3f4f6;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;font-size:.9375rem;color:#4b5563;text-align:center}.last-updated strong{color:#1f2937}.reference-section{margin-bottom:3rem}.reference-section h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 1.5rem 0;padding-bottom:.75rem;border-bottom:2px solid #2563eb}.reference-item{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #2563eb;padding:1.5rem;margin-bottom:1.5rem;border-radius:8px;box-shadow:0 1px 3px rgb(0 0 0 / .05)}.reference-item h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1rem 0}.citation{font-size:.9375rem;color:#374151;margin:0 0 1rem 0;font-style:italic;line-height:1.7}.reference-details{background:#f9fafb;padding:1rem;border-radius:6px;margin-top:1rem}.reference-details p{margin:0 0 .75rem 0;font-size:.9375rem}.reference-details p:last-child{margin-bottom:0}.reference-details strong{color:#1f2937;font-weight:600}.reference-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.reference-links a{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:600;transition:background 0.2s}.reference-links a:hover{background:#1d4ed8}.external-resources{background:#eff6ff;border:2px solid #2563eb;padding:1.5rem;border-radius:8px;margin-top:2rem}.external-resources h3{font-size:1.25rem;font-weight:700;color:#1e40af;margin:0 0 1rem 0}.external-resources ul{margin:0;padding-left:1.5rem}.external-resources li{margin-bottom:.5rem}.external-resources a{color:#2563eb;text-decoration:none;font-weight:500}.external-resources a:hover{text-decoration:underline}.disclaimer-box{background:#fef3c7;border-left:4px solid #f59e0b;padding:1.25rem;border-radius:8px;margin-top:3rem;font-size:.9375rem;color:#92400e}.disclaimer-box strong{color:#78350f}.cta-section{text-align:center;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:12px;color:#fff}.cta-section h3{font-size:1.5rem;margin:0 0 1rem 0;font-weight:700}.cta-section p{margin:0 0 1.5rem 0;opacity:.95}.cta-btn{display:inline-block;padding:.875rem 2rem;background:#fff;color:#2563eb;text-decoration:none;border-radius:8px;font-weight:700;font-size:1rem;transition:transform 0.2s,box-shadow 0.2s}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 0 0 / .2)}@media (max-width:768px){.sources-page{padding:2rem 1rem}.sources-hero h1{font-size:2rem}.reference-section h2{font-size:1.5rem}.reference-links{flex-direction:column}.reference-links a{width:100%;justify-content:center}}.limitations-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem;font-family:'Inter',-apple-system,sans-serif;line-height:1.8;color:#1f2937}.limitations-hero{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:3px solid #e5e7eb}.limitations-hero h1{font-size:2.5rem;font-weight:800;color:#111827;margin:0 0 1rem 0;letter-spacing:-.025em}.limitations-hero .subtitle{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.intro-callout{background:#eff6ff;border-left:4px solid #2563eb;padding:1.5rem;border-radius:8px;margin-bottom:3rem}.intro-callout p{margin:0;color:#1e40af;font-size:1.0625rem;line-height:1.7}.intro-callout strong{color:#1e3a8a}.section-block{margin-bottom:3rem}.section-block h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 1.5rem 0;padding-bottom:.75rem;border-bottom:2px solid #10b981}.checkmark-list{list-style:none;padding:0;margin:1rem 0}.checkmark-list li{padding-left:2rem;position:relative;margin-bottom:.75rem;color:#374151}.checkmark-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.25rem}.limitation-item{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #f59e0b;padding:1.5rem;margin-bottom:1.5rem;border-radius:8px;box-shadow:0 1px 3px rgb(0 0 0 / .05)}.limitation-item h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1rem 0;display:flex;align-items:center;gap:.5rem}.limitation-item h3:before{content:"⚠️";font-size:1.125rem}.limitation-item h4{font-size:1rem;font-weight:600;color:#1f2937;margin:1rem 0 .5rem 0}.limitation-item p{margin:0 0 .75rem 0;color:#4b5563}.limitation-item p:last-child{margin-bottom:0}.limitation-item ul{margin:.5rem 0;padding-left:1.5rem}.limitation-item li{margin-bottom:.375rem;color:#4b5563}.limitation-item strong{color:#1f2937}.warning-box{background:#fef2f2;border:2px solid #ef4444;padding:1.5rem;border-radius:8px;margin:2rem 0}.warning-box p{margin:0 0 1rem 0;color:#991b1b;font-weight:600}.warning-box ul{margin:0;padding-left:1.5rem}.warning-box li{color:#7f1d1d;margin-bottom:.5rem}.numbered-steps{counter-reset:step-counter;list-style:none;padding:0;margin:1.5rem 0}.numbered-steps li{counter-increment:step-counter;position:relative;padding-left:3rem;margin-bottom:1.5rem}.numbered-steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;background:#2563eb;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.numbered-steps li strong{color:#1f2937}.bottom-line{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:2rem;border-radius:12px;margin:3rem 0}.bottom-line h3{font-size:1.5rem;margin:0 0 1rem 0}.bottom-line p{margin:0;font-size:1.0625rem;line-height:1.7;opacity:.95}.cta-section{text-align:center;margin-top:3rem;padding:2rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px}.cta-section h3{font-size:1.5rem;margin:0 0 1rem 0;color:#111827}.cta-btn{display:inline-block;padding:.875rem 2rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;font-size:1rem;transition:all 0.2s}.cta-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px rgb(37 99 235 / .3)}@media (max-width:768px){.limitations-page{padding:2rem 1rem}.limitations-hero h1{font-size:2rem}.section-block h2{font-size:1.5rem}.numbered-steps li{padding-left:2.5rem}.numbered-steps li:before{width:1.75rem;height:1.75rem;font-size:.75rem}}.faq-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem;font-family:'Inter',-apple-system,sans-serif;line-height:1.8;color:#1f2937}.faq-hero{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:3px solid #e5e7eb}.faq-hero h1{font-size:2.5rem;font-weight:800;color:#111827;margin:0 0 1rem 0;letter-spacing:-.025em}.faq-hero .subtitle{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto}.faq-search{max-width:600px;margin:0 auto 3rem auto}.faq-search input{width:100%;padding:1rem 1.25rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:10px;transition:border-color 0.2s}.faq-search input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .1)}.faq-category{margin-bottom:3rem}.faq-category h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 1.5rem 0;padding-bottom:.75rem;border-bottom:2px solid #2563eb;display:flex;align-items:center;gap:.75rem}.faq-category h2:before{content:"";width:4px;height:2rem;background:#2563eb;border-radius:2px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:1rem;overflow:hidden;transition:all 0.2s}.faq-item:hover{box-shadow:0 4px 12px rgb(0 0 0 / .08)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border:none;text-align:left;font-size:1.0625rem;font-weight:600;color:#111827;cursor:pointer;transition:background 0.2s;font-family:inherit}.faq-question:hover{background:#043c75}.faq-question svg{flex-shrink:0;transition:transform 0.3s cubic-bezier(.4,0,.2,1);color:#2563eb}.faq-item.active .faq-question{background:#eff6ff;color:#1e40af}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1)}.faq-item.active .faq-answer{max-height:1000px}.faq-answer-content{padding:0 1.5rem 1.5rem 1.5rem}.faq-answer-content p{margin:0 0 1rem 0;color:#4b5563;line-height:1.7}.faq-answer-content p:last-child{margin-bottom:0}.faq-answer-content ul,.faq-answer-content ol{margin:1rem 0;padding-left:1.5rem}.faq-answer-content li{margin-bottom:.5rem;color:#4b5563}.faq-answer-content strong{color:#1f2937;font-weight:600}.faq-answer-content a{color:#2563eb;text-decoration:none;font-weight:500;border-bottom:1px solid #fff0;transition:border-color 0.2s}.faq-answer-content a:hover{border-bottom-color:#2563eb}.faq-answer-content .highlight-box{background:#f0fdf4;border-left:3px solid #10b981;padding:1rem;margin:1rem 0;border-radius:6px}.faq-answer-content .warning-box{background:#fef2f2;border-left:3px solid #ef4444;padding:1rem;margin:1rem 0;border-radius:6px}.faq-answer-content .info-box{background:#eff6ff;border-left:3px solid #2563eb;padding:1rem;margin:1rem 0;border-radius:6px}.still-questions{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;margin-top:3rem}.still-questions h3{font-size:1.75rem;margin:0 0 1rem 0;font-weight:700}.still-questions p{margin:0 0 1.5rem 0;font-size:1.0625rem;opacity:.95}.cta-btn{display:inline-block;padding:.875rem 2rem;background:#fff;color:#2563eb;text-decoration:none;border-radius:8px;font-weight:700;font-size:1rem;transition:all 0.2s;margin:0 .5rem}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 0 0 / .2);background:#cbe1f7}.cta-btn.secondary{background:#fff0;color:#fff;border:2px solid #fff}.cta-btn.secondary:hover{background:rgb(255 255 255 / .1)}@media (max-width:768px){.faq-page{padding:2rem 1rem}.faq-hero h1{font-size:2rem}.faq-category h2{font-size:1.5rem}.faq-question{font-size:1rem;padding:1rem 1.25rem}.faq-answer-content{padding:0 1.25rem 1.25rem 1.25rem}.still-questions{padding:2rem 1.5rem}.cta-btn{display:block;margin:.5rem 0;width:100%}}.terms-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem;font-family:'Inter',-apple-system,sans-serif;line-height:1.8;color:#1f2937}.terms-hero{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:3px solid #e5e7eb}.terms-hero h1{font-size:2.5rem;font-weight:800;color:#111827;margin:0 0 1rem 0;letter-spacing:-.025em}.terms-hero .subtitle{font-size:1.0625rem;color:#6b7280;max-width:700px;margin:0 auto}.last-updated{background:#f3f4f6;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;font-size:.9375rem;color:#4b5563;text-align:center}.last-updated strong{color:#1f2937}.terms-section{margin-bottom:3rem}.terms-section h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 1.5rem 0;padding-bottom:.75rem;border-bottom:2px solid #2563eb}.terms-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:2rem 0 1rem 0}.terms-section p{margin:0 0 1rem 0;color:#374151}.terms-section ul,.terms-section ol{margin:1rem 0;padding-left:2rem}.terms-section li{margin-bottom:.75rem;color:#374151}.terms-section strong{color:#111827;font-weight:600}.terms-section a{color:#2563eb;text-decoration:none;border-bottom:1px solid #fff0;transition:border-color 0.2s}.terms-section a:hover{border-bottom-color:#2563eb}.disclaimer-box{background:#fef3c7;border-left:4px solid #f59e0b;padding:1.5rem;border-radius:8px;margin:2rem 0}.disclaimer-box h3{color:#92400e;margin:0 0 1rem 0;font-size:1.25rem}.disclaimer-box p{color:#78350f;margin:0 0 .75rem 0}.disclaimer-box p:last-child{margin-bottom:0}.disclaimer-box strong{color:#78350f}.warning-box{background:#fef2f2;border-left:4px solid #ef4444;padding:1.5rem;border-radius:8px;margin:2rem 0}.warning-box h3{color:#991b1b;margin:0 0 1rem 0;font-size:1.25rem}.warning-box p{color:#7f1d1d;margin:0 0 .75rem 0}.warning-box p:last-child{margin-bottom:0}.info-box{background:#eff6ff;border-left:4px solid #2563eb;padding:1.5rem;border-radius:8px;margin:2rem 0}.info-box p{color:#1e40af;margin:0}.numbered-list{counter-reset:section-counter;list-style:none;padding:0}.numbered-list>li{counter-increment:section-counter;position:relative;padding-left:3rem;margin-bottom:2rem}.numbered-list>li:before{content:counter(section-counter) ".";position:absolute;left:0;top:0;font-weight:700;font-size:1.25rem;color:#2563eb}.contact-cta{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:2rem;border-radius:12px;text-align:center;margin-top:3rem}.contact-cta h3{font-size:1.5rem;margin:0 0 1rem 0}.contact-cta p{margin:0 0 1.5rem 0;opacity:.95}.cta-btn{display:inline-block;padding:.875rem 2rem;background:#fff;color:#10b981;text-decoration:none;border-radius:8px;font-weight:700;font-size:1rem;transition:all 0.2s}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 0 0 / .2)}@media (max-width:768px){.terms-page{padding:2rem 1rem}.terms-hero h1{font-size:2rem}.terms-section h2{font-size:1.5rem}.numbered-list>li{padding-left:2rem}}.howto-page{max-width:1000px;margin:0 auto;padding:3rem 1.5rem;font-family:'Inter',-apple-system,sans-serif;line-height:1.8;color:#1f2937}.howto-hero{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:3px solid #e5e7eb}.howto-hero h1{font-size:2.75rem;font-weight:800;color:#111827;margin:0 0 1rem 0;letter-spacing:-.025em}.howto-hero .subtitle{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto 1.5rem auto}.howto-hero .reading-time{display:inline-flex;align-items:center;gap:.5rem;background:#eff6ff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;color:#1e40af;font-weight:600}.quick-nav{background:#f9fafb;border:2px solid #e5e7eb;padding:2rem;border-radius:12px;margin-bottom:3rem}.quick-nav h2{font-size:1.25rem;margin:0 0 1rem 0;color:#111827}.quick-nav ol{margin:0;padding-left:1.5rem}.quick-nav li{margin-bottom:.5rem}.quick-nav a{color:#2563eb;text-decoration:none;font-weight:500}.quick-nav a:hover{text-decoration:underline}.step-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 1px 3px rgb(0 0 0 / .05);scroll-margin-top:2rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;font-size:1.5rem;font-weight:800;border-radius:50%;margin-bottom:1rem}.step-section h2{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 1.5rem 0}.step-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:2rem 0 1rem 0}.step-section h4{font-size:1.0625rem;font-weight:600;color:#374151;margin:1.5rem 0 .75rem 0}.step-section p{margin:0 0 1rem 0;color:#4b5563}.step-section ul,.step-section ol{margin:1rem 0;padding-left:1.5rem}.step-section li{margin-bottom:.75rem;color:#4b5563}.step-section strong{color:#1f2937;font-weight:600}.step-section a{color:#2563eb;text-decoration:none;border-bottom:1px solid #fff0;transition:border-color 0.2s}.step-section a:hover{border-bottom-color:#2563eb}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.info-item{background:#f9fafb;padding:1.5rem;border-radius:8px;border-left:4px solid #2563eb}.info-item h4{color:#1f2937;margin:0 0 .5rem 0;font-size:1.0625rem}.info-item p{margin:0;font-size:.9375rem;color:#6b7280}.activity-guide{margin:1.5rem 0}.activity-option{background:#fff;border:2px solid #e5e7eb;padding:1.25rem;border-radius:8px;margin-bottom:1rem;transition:all 0.2s}.activity-option:hover{border-color:#2563eb;box-shadow:0 4px 12px rgb(37 99 235 / .1)}.activity-option h4{color:#1f2937;margin:0 0 .75rem 0;font-size:1.0625rem;font-weight:600}.activity-option ul{margin:0;padding-left:1.5rem}.activity-option li{font-size:.9375rem;margin-bottom:.375rem}.pro-tip{background:#f0fdf4;border-left:4px solid #10b981;padding:1.25rem;border-radius:8px;margin:1.5rem 0}.pro-tip strong{color:#065f46}.pro-tip p{margin:0;color:#047857}.warning-text{background:#fef2f2;border-left:4px solid #ef4444;padding:1rem;border-radius:6px;margin:1rem 0}.warning-text strong{color:#991b1b}.emphasis{font-size:1.0625rem;color:#1f2937;font-weight:500;margin:1.5rem 0 1rem 0}.results-explanation{display:grid;gap:1.25rem;margin:1.5rem 0}.result-box{background:#f9fafb;border:2px solid #e5e7eb;padding:1.5rem;border-radius:8px}.result-box.highlight{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-color:#2563eb}.result-box h4{color:#1f2937;margin:0 0 .75rem 0;font-size:1.125rem}.result-box p{margin:0 0 .5rem 0;font-size:.9375rem}.result-box p:last-child{margin-bottom:0}.goal-instructions{display:grid;gap:1.5rem;margin:1.5rem 0}.goal-card{background:#fff;border:2px solid #e5e7eb;padding:1.75rem;border-radius:10px;box-shadow:0 2px 8px rgb(0 0 0 / .04)}.goal-card h4{color:#1f2937;margin:0 0 1rem 0;font-size:1.125rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.goal-card ol{margin:0;padding-left:1.25rem}.goal-card li{margin-bottom:.75rem;line-height:1.6}.adjustment-table{overflow-x:auto;margin:1.5rem 0}.adjustment-table table{width:100%;border-collapse:collapse;font-size:.9375rem}.adjustment-table th,.adjustment-table td{padding:1rem;text-align:left;border:1px solid #e5e7eb}.adjustment-table th{background:#f9fafb;color:#1f2937;font-weight:600}.adjustment-table td{color:#4b5563}.mistakes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin:1.5rem 0}.mistake-item{background:#fef2f2;border:2px solid #fecaca;padding:1.25rem;border-radius:8px}.mistake-item h4{color:#991b1b;margin:0 0 .5rem 0;font-size:1rem}.mistake-item p{margin:0;color:#7f1d1d;font-size:.9375rem}.tools-list{margin:1rem 0;padding-left:1.5rem}.tools-list li{margin-bottom:.75rem}.tools-list strong{color:#1f2937}.cta-box{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;margin:3rem 0}.cta-box h3{font-size:1.75rem;margin:0 0 1.5rem 0;font-weight:700}.cta-btn{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#2563eb;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.0625rem;transition:all 0.2s}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 0 0 / .2)}.next-steps{background:#f9fafb;padding:2rem;border-radius:10px;margin-top:3rem}.next-steps h3{font-size:1.25rem;margin:0 0 1rem 0;color:#111827}.next-steps ul{margin:0;padding-left:1.5rem}.next-steps li{margin-bottom:.5rem}.next-steps a{color:#2563eb;text-decoration:none;font-weight:500}.next-steps a:hover{text-decoration:underline}@media (max-width:768px){.howto-page{padding:2rem 1rem}.howto-hero h1{font-size:2rem}.step-section{padding:1.5rem}.info-grid,.goal-instructions,.mistakes-grid{grid-template-columns:1fr}.adjustment-table{font-size:.875rem}.adjustment-table th,.adjustment-table td{padding:.75rem}}