*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;background-color:#1a2a2d}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit}.app-container{background-image:url(/assets/background-B5yu6kw_.webp);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:70px}.section-container{max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:480px){.section-container{padding:0 16px}}.page-overlay{background:#1a2a2dd9;min-height:calc(100vh - 70px);padding:64px 32px}@media(max-width:480px){.page-overlay{padding:32px 16px}}.main-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:70px;background:#1a2a2deb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,204,51,.2)}.main-nav .nav-container{max-width:1200px;margin:0 auto;padding:0 32px;height:100%;display:flex;align-items:center;justify-content:space-between}@media(max-width:480px){.main-nav .nav-container{padding:0 16px}}.main-nav .nav-logo{color:#fc3;font-size:1.2rem;font-weight:700;text-decoration:none;letter-spacing:.3px}.main-nav .nav-logo:hover{opacity:.85}.main-nav .nav-links{display:flex;gap:16px;align-items:center}.main-nav .nav-links a{color:#ffffffa6;text-decoration:none;font-size:.9rem;font-weight:500;padding-bottom:3px;border-bottom:2px solid transparent;transition:all .2s ease}.main-nav .nav-links a:hover{color:#fff}.main-nav .nav-links a.active{color:#fff;border-bottom-color:#fc3}@media(max-width:768px){.main-nav .nav-links{gap:8px}.main-nav .nav-links a{font-size:.82rem}}.footer-bar{background:#1a2a2df5;border-top:1px solid rgba(255,204,51,.2);padding:48px 32px}.footer-bar .footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:32px;align-items:start}@media(max-width:768px){.footer-bar .footer-container{grid-template-columns:1fr 1fr}}@media(max-width:480px){.footer-bar .footer-container{grid-template-columns:1fr;text-align:center}}.footer-bar .footer-logo{color:#fc3;font-size:1.1rem;font-weight:700;display:block;margin-bottom:8px}.footer-bar .footer-tagline{color:#ffffffa6;font-size:.82rem;line-height:1.5}.footer-bar .footer-links{display:flex;flex-direction:column;gap:8px}.footer-bar .footer-links a{color:#ffffffa6;text-decoration:none;font-size:.88rem;transition:all .2s ease}.footer-bar .footer-links a:hover{color:#fc3}.footer-bar .footer-legal{text-align:right}.footer-bar .footer-legal p{color:#ffffffa6;font-size:.78rem;line-height:1.6}@media(max-width:480px){.footer-bar .footer-legal{text-align:center}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:8px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;border:2px solid transparent;text-decoration:none;line-height:1}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.btn-sm{padding:8px 18px;font-size:.82rem}.btn.btn-primary{background:#fc3;color:#1a2a2d;border-color:#fc3}.btn.btn-primary:hover:not(:disabled){background:#ffd452;box-shadow:0 0 24px #fc36}.btn.btn-outline{background:transparent;color:#fff;border-color:#ffffff73}.btn.btn-outline:hover:not(:disabled){border-color:#fff;background:#ffffff12}.form-group{margin-bottom:16px}.form-group label{display:block;color:#ffffffa6;font-size:.82rem;font-weight:500;margin-bottom:6px}.form-group input,.form-group textarea,.form-group select{width:100%;background:#1a2a2dcc;border:1px solid rgba(255,255,255,.08);border-radius:4px;color:#fff;padding:10px 14px;font-size:.93rem;font-family:inherit;transition:all .2s ease}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#ffffff47}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#ffcc3380;box-shadow:0 0 0 3px #ffcc3314}.form-group select{cursor:pointer}.form-group select option{background:#1a2a2d}.form-group textarea{resize:vertical}.severity-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.78rem;font-weight:600;white-space:nowrap}.severity-badge.sev-1{background:#4caf5026;color:#81c784;border:1px solid rgba(76,175,80,.35)}.severity-badge.sev-2{background:#8bc34a26;color:#aed581;border:1px solid rgba(139,195,74,.35)}.severity-badge.sev-3{background:#ffcc3326;color:#fc3;border:1px solid rgba(255,204,51,.35)}.severity-badge.sev-4{background:#ff980026;color:#ffb74d;border:1px solid rgba(255,152,0,.35)}.severity-badge.sev-5{background:#f4433626;color:#e57373;border:1px solid rgba(244,67,54,.35)}.stat-cards{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.stat-card{background:#2c4a4fd9;border:1px solid rgba(255,204,51,.2);border-radius:8px;padding:16px 32px;min-width:120px;text-align:center}.stat-card .stat-value{font-size:2rem;font-weight:700;color:#fc3;line-height:1}.stat-card .stat-label{font-size:.78rem;color:#ffffffa6;margin-top:5px;text-transform:uppercase;letter-spacing:.5px}.data-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.data-header h2{color:#fff;font-size:1.4rem;font-weight:600}.data-description{color:#ffffffa6;font-size:.88rem;margin-bottom:32px;line-height:1.5}.data-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid rgba(255,204,51,.2)}.data-table{width:100%;border-collapse:collapse;font-size:.88rem}.data-table th{background:#1a2a2df2;color:#ffffffa6;font-weight:600;text-align:left;padding:11px 16px;font-size:.75rem;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid rgba(255,204,51,.2);white-space:nowrap}.data-table td{padding:12px 16px;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}.data-table tbody tr{background:#2c4a4f59;transition:background all .2s ease}.data-table tbody tr:hover{background:#2c4a4fa6}.data-table tbody tr:last-child td{border-bottom:none}.data-table .notes-cell{color:#ffffffa6;font-size:.83rem;max-width:280px;line-height:1.5}.page-hero{text-align:center;margin-bottom:64px;padding-bottom:64px;border-bottom:1px solid rgba(255,204,51,.2)}.page-hero h1{color:#fc3;font-size:3rem;font-weight:800;margin-bottom:16px}.lead-text{font-size:1.1rem;color:#ffffffa6;line-height:1.7;max-width:680px;margin:0 auto}.home-page .hero{min-height:calc(100vh - 70px);display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:64px 32px}.home-page .hero-inner{max-width:720px}.home-page .hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;color:#fc3;margin-bottom:16px;text-shadow:0 0 20px rgba(255,204,51,.5),0 0 60px rgba(255,204,51,.25)}.home-page .hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe0;line-height:1.65;margin-bottom:64px;max-width:580px;margin-left:auto;margin-right:auto}.home-page .hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.home-page .features-preview{background:#1a2a2db8;padding:64px 32px;text-align:center}.home-page .features-preview .section-title{color:#fff;font-size:1.9rem;font-weight:700;margin-bottom:64px}.home-page .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:0 auto}@media(max-width:768px){.home-page .features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.home-page .features-grid{grid-template-columns:1fr}}.home-page .feature-card{background:#2c4a4fd9;border:1px solid rgba(255,204,51,.2);border-radius:16px;padding:32px 16px;transition:all .2s ease;text-align:center}.home-page .feature-card:hover{border-color:#ffcc3380;transform:translateY(-4px);box-shadow:0 10px 28px #0000004d}.home-page .feature-card .feature-icon-wrap{width:52px;height:52px;border-radius:50%;background:#ffcc331f;border:2px solid rgba(255,204,51,.35);display:flex;justify-content:center;align-items:center;margin:0 auto 16px;color:#fc3;font-size:.7rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.home-page .feature-card h3{color:#fc3;font-size:1rem;margin-bottom:8px}.home-page .feature-card p{color:#ffffffa6;font-size:.87rem;line-height:1.6}.home-page .cta-band{background:#2c4a4fbf;padding:64px 32px;text-align:center}.home-page .cta-band h2{color:#fc3;font-size:2rem;margin-bottom:8px}.home-page .cta-band p{color:#ffffffa6;font-size:.95rem;max-width:520px;margin:0 auto 32px;line-height:1.6}.about-page .about-section{margin-bottom:64px;padding-bottom:64px;border-bottom:1px solid rgba(255,204,51,.2)}.about-page .about-section:last-child{border-bottom:none;margin-bottom:0}.about-page .about-section h2{color:#fc3;font-size:1.7rem;margin-bottom:16px}.about-page .about-section p{color:#ffffffa6;line-height:1.75;font-size:.95rem;margin-bottom:16px}.about-page .info-list{color:#ffffffa6;padding-left:32px;margin:16px 0;line-height:2;font-size:.93rem}.about-page .features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:480px){.about-page .features-list{grid-template-columns:1fr}}.about-page .feature-item{background:#2c4a4fd9;border:1px solid rgba(255,204,51,.2);border-radius:8px;padding:32px}.about-page .feature-item h3{color:#fc3;font-size:1rem;margin-bottom:8px}.about-page .feature-item p{color:#ffffffa6;font-size:.88rem;line-height:1.65;margin-bottom:0}.about-page .contact-form{max-width:520px}.get-started-page section{margin-bottom:64px;padding-bottom:64px;border-bottom:1px solid rgba(255,204,51,.2)}.get-started-page section:last-child{border-bottom:none;margin-bottom:0}.get-started-page section h2{color:#fc3;font-size:1.7rem;margin-bottom:16px}.get-started-page .download-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media(max-width:480px){.get-started-page .download-cards{grid-template-columns:1fr}}.get-started-page .download-card{background:#2c4a4fd9;border:1px solid rgba(255,204,51,.2);border-radius:16px;padding:48px;text-align:center}.get-started-page .download-card h3{color:#fff;font-size:1.1rem;margin:16px 0 8px}.get-started-page .download-card p{color:#ffffffa6;font-size:.83rem;margin-bottom:32px}.get-started-page .platform-icon{width:64px;height:64px;border-radius:8px;display:flex;justify-content:center;align-items:center;margin:0 auto;font-size:.7rem;font-weight:800;letter-spacing:1px}.get-started-page .platform-icon.platform-ios{background:#007aff26;border:2px solid rgba(0,122,255,.4);color:#64b5f6}.get-started-page .platform-icon.platform-android{background:#4caf5026;border:2px solid rgba(76,175,80,.4);color:#81c784}.get-started-page .steps{display:flex;flex-direction:column;gap:32px}.get-started-page .step{display:flex;gap:32px;align-items:flex-start}.get-started-page .step .step-number{width:44px;height:44px;border-radius:50%;background:#ffcc331f;border:2px solid #ffcc33;color:#fc3;font-weight:700;font-size:1rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.get-started-page .step .step-content h3{color:#fff;font-size:1rem;margin-bottom:8px}.get-started-page .step .step-content p{color:#ffffffa6;line-height:1.65;font-size:.92rem}.community-page section{margin-bottom:64px;padding-bottom:64px;border-bottom:1px solid rgba(255,204,51,.2)}.community-page section:last-child{border-bottom:none;margin-bottom:0}.community-page section h2{color:#fc3;font-size:1.7rem;margin-bottom:8px}.community-page section .section-subtitle{color:#ffffffa6;font-size:.9rem;margin-bottom:32px}.community-page .newsletter-card{background:#2c4a4f8c;border:1px solid rgba(255,204,51,.2);border-radius:16px;padding:48px;max-width:540px}.community-page .newsletter-card p{color:#ffffffa6;line-height:1.65;font-size:.92rem;margin-bottom:32px}.community-page .newsletter-form{display:flex;gap:8px}.community-page .newsletter-form input{flex:1;background:#1a2a2dcc;border:1px solid rgba(255,255,255,.08);border-radius:4px;color:#fff;padding:10px 14px;font-size:.92rem;font-family:inherit;transition:all .2s ease}.community-page .newsletter-form input::placeholder{color:#ffffff47}.community-page .newsletter-form input:focus{outline:none;border-color:#ffcc3380}.community-page .success-message{background:#4caf5026;border:1px solid rgba(76,175,80,.35);border-radius:4px;padding:16px}.community-page .success-message p{color:#81c784;margin-bottom:0}.community-page .tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.community-page .tips-grid{grid-template-columns:1fr}}.community-page .tip-card{background:#2c4a4fd9;border:1px solid rgba(255,204,51,.2);border-radius:8px;padding:32px}.community-page .tip-card .tip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.community-page .tip-card .tip-author{color:#ffffffa6;font-size:.78rem}.community-page .tip-card .tip-tag{background:#ffcc331f;color:#fc3;font-size:.72rem;padding:2px 8px;border-radius:20px;border:1px solid rgba(255,204,51,.3)}.community-page .tip-card p{color:#fffc;font-size:.88rem;line-height:1.65;font-style:italic}.community-page .coming-soon-card{background:#2c4a4fd9;border:1px solid rgba(255,204,51,.2);border-radius:8px;padding:32px;max-width:540px}.community-page .coming-soon-card p{color:#ffffffa6;line-height:1.65;font-size:.92rem;margin-bottom:16px}.community-page .external-links{display:flex;gap:16px}.community-page .external-links .link-placeholder{color:#ffcc338c;font-size:.88rem;text-decoration:underline;cursor:not-allowed}.lanterns-layout .lanterns-header{margin-bottom:32px}.lanterns-layout .lanterns-header h1{color:#fc3;font-size:2.2rem;font-weight:800;margin-bottom:8px}.lanterns-subnav{display:flex;gap:0;border-bottom:1px solid rgba(255,204,51,.2);margin-bottom:48px}.lanterns-subnav a{padding:10px 32px;color:#ffffffa6;text-decoration:none;font-size:.92rem;font-weight:500;border-bottom:3px solid transparent;margin-bottom:-1px;transition:all .2s ease;white-space:nowrap}.lanterns-subnav a:hover{color:#fff}.lanterns-subnav a.active{color:#fc3;border-bottom-color:#fc3}.notes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:480px){.notes-grid{grid-template-columns:1fr}}.note-card{background:#2c4a4fd9;border:1px solid rgba(255,204,51,.2);border-radius:8px;padding:32px}.note-card .note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.note-card .note-author{color:#fc3;font-weight:600;font-size:.88rem}.note-card .note-date{color:#ffffffa6;font-size:.78rem}.note-card .note-content{color:#ffffffe0;font-size:.88rem;line-height:1.65;margin-bottom:8px}.note-card .note-tags{display:flex;flex-wrap:wrap;gap:6px}.note-card .note-tag{background:#4a5d6173;color:#ffffffa6;font-size:.72rem;padding:2px 8px;border-radius:20px;border:1px solid rgba(255,255,255,.08)}.btn-google-signin{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff;padding:7px 14px;font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.btn-google-signin:hover{border-color:#ffffff80;background:#ffffff0f}.auth-loading{width:28px;height:28px;border-radius:50%;background:#ffffff14;flex-shrink:0}.auth-user{display:flex;align-items:center;gap:8px;flex-shrink:0}.auth-avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,204,51,.4);flex-shrink:0}.auth-name{color:#fff;font-size:.85rem}.auth-signout{background:transparent;border:none;color:#ffffffa6;font-size:.78rem;cursor:pointer;padding:0;font-family:inherit;transition:all .2s ease}.auth-signout:hover{color:#fff}.lanterns-signin-gate{text-align:center;padding:128px 32px}.lanterns-signin-gate h2{color:#fc3;font-size:2rem;margin-bottom:16px}.lanterns-signin-gate p{color:#ffffffa6;margin-bottom:32px;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.65;font-size:.95rem}.lanterns-child-name{color:#ffffffa6;font-size:.88rem;margin-top:8px}.child-selector-bar{display:flex;align-items:center;gap:8px;margin-top:8px}.child-selector-bar label{color:#ffffffa6;font-size:.85rem}.child-selector-bar select{background:#1a2a2dcc;border:1px solid rgba(255,204,51,.2);border-radius:4px;color:#fff;padding:5px 10px;font-size:.88rem;font-family:inherit;cursor:pointer}.child-selector-bar select:focus{outline:none;border-color:#ffcc3380}.child-selector-bar select option{background:#1a2a2d}.data-loading{display:flex;align-items:center;justify-content:center;padding:64px;color:#ffffffa6;font-size:.9rem;gap:8px}.spinner{width:18px;height:18px;border:2px solid rgba(255,204,51,.2);border-top-color:#fc3;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.chart-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){.chart-grid{grid-template-columns:1fr}}.chart-card{background:#2c4a4f80;border:1px solid rgba(255,204,51,.2);border-radius:16px;padding:32px}.chart-card-header{margin-bottom:16px}.chart-card-header h3{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:2px}.chart-card-header .chart-subtitle{color:#ffffffa6;font-size:.73rem}.chart-empty{height:180px;display:flex;align-items:center;justify-content:center;color:#ffffffa6;font-size:.85rem}.range-selector{display:flex;gap:4px}.range-btn{background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:4px;color:#ffffffa6;padding:5px 14px;font-size:.8rem;font-family:inherit;cursor:pointer;transition:all .2s ease}.range-btn:hover{color:#fff;border-color:#ffffff4d}.range-btn.active{background:#fc3;border-color:#fc3;color:#1a2a2d;font-weight:700}.heatmap-wrapper{font-size:.7rem}.heatmap-col-labels{display:grid;grid-template-columns:36px repeat(24,1fr);margin-bottom:3px}.heatmap-col-labels .hm-col-label{text-align:center;color:#ffffffa6;font-size:.62rem;line-height:1}.heatmap-row{display:grid;grid-template-columns:36px 1fr;align-items:center;margin-bottom:3px}.heatmap-row .hm-row-label{color:#ffffffa6;font-size:.7rem;text-align:right;padding-right:7px}.heatmap-row .hm-cells{display:grid;grid-template-columns:repeat(24,1fr);gap:2px}.heatmap-row .hm-cell{height:16px;border-radius:2px;cursor:default;transition:transform .15s}.heatmap-row .hm-cell:hover{transform:scale(1.3);z-index:1;position:relative}.heatmap-legend{display:flex;align-items:center;gap:8px;margin-top:8px;padding-left:36px}.heatmap-legend span{color:#ffffffa6;font-size:.65rem}.heatmap-legend .legend-gradient{width:72px;height:8px;border-radius:4px;background:linear-gradient(to right,#2c4a4f59,#fc3)}.calmed-by-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.78rem;font-weight:600;border:1px solid}.gi-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.78rem;font-weight:600}.gi-badge.gi-constipated{background:#f4433626;color:#e57373;border:1px solid rgba(244,67,54,.35)}.gi-badge.gi-normal{background:#4caf5026;color:#81c784;border:1px solid rgba(76,175,80,.35)}.gi-badge.gi-loose{background:#ffcc3326;color:#fc3;border:1px solid rgba(255,204,51,.35)}
