@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&family=Dela+Gothic+One&family=Poppins:wght@600&display=swap";:root{--cream: #FFF0D8;--navy: #000857;--orange: #F3A528;--teal: #27B0C1;--white: #FFFFFF;--light-teal: #F1FDFF;--gray: #949494;--dark-gray: #525252;--light-gray: #EFF3FF;--shadow-orange: rgba(255, 211, 141, .67);--font-heading: "Dela Gothic One", cursive;--font-body: "DM Sans", sans-serif;--font-logo: "Poppins", sans-serif;--radius-lg: 33px;--radius-pill: 50px;--radius-md: 28px;--transition: all .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--cream);color:var(--navy);overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1300px;margin:0 auto;padding:0 24px}.section-label{font-family:var(--font-body);font-weight:600;font-size:20px;color:var(--gray);margin-bottom:4px}.section-title{font-family:var(--font-heading);font-size:48px;line-height:1.15;letter-spacing:-.02em;color:var(--navy)}.section-title span{color:var(--orange)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;font-weight:700;font-size:18px;letter-spacing:-.02em;border-radius:var(--radius-pill);transition:var(--transition)}.btn-orange{background:var(--orange);color:var(--white)}.btn-orange:hover{background:#e09520;transform:translateY(-2px);box-shadow:0 8px 24px #f3a52866}.btn-teal{background:var(--teal);color:var(--white)}.btn-teal:hover{background:#1f9aa9;transform:translateY(-2px);box-shadow:0 8px 24px #27b0c166}.btn-outline{background:transparent;border:2px solid var(--navy);color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-white-outline{background:transparent;border:2px solid var(--white);color:var(--white)}.btn-white-outline:hover{background:var(--white);color:var(--navy)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;background:#fff0d8d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:var(--transition)}.navbar.scrolled{box-shadow:0 4px 30px #00085714}.layout-root main{padding-top:80px}.navbar .container{display:flex;align-items:center;justify-content:space-between}.navbar .logo{display:flex;align-items:center;gap:10px}.navbar .logo-text{transform:translateY(5px)}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:48px;height:48px;color:var(--navy)}.logo-text{font-family:var(--font-logo);font-weight:600;font-size:26px;color:var(--orange);letter-spacing:-.05em}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a{font-size:17px;font-weight:400;color:var(--navy);position:relative;transition:var(--transition)}.nav-links a.active{font-weight:700}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--orange);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-right{display:flex;align-items:center;gap:20px}.nav-login{font-size:17px;color:var(--navy);display:flex;align-items:center;gap:6px}.nav-login svg{width:12px;transition:var(--transition)}.nav-login:hover svg{transform:rotate(180deg)}.nav-cta{font-size:16px;padding:12px 28px}.mobile-toggle{display:none;background:none;flex-direction:column;gap:5px}.mobile-toggle span{display:block;width:24px;height:2px;background:var(--navy);transition:var(--transition)}.hero{padding:100px 0 60px;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}.hero .container{display:flex;align-items:center;gap:40px;position:relative;z-index:2}.hero-image{flex:0 0 420px;animation:slideInLeft 1s ease-out;margin-left:-110px}.hero-image img{width:420px;height:auto;border-radius:20px;filter:drop-shadow(0 20px 40px rgba(0,8,87,.15))}.hero-content{flex:1;animation:slideInRight 1s ease-out;transform:translateY(-60px)}.hero-content h1{font-family:var(--font-heading);font-size:80px;line-height:1.05;letter-spacing:-.02em;color:var(--navy);margin-bottom:20px}.hero-content p{font-size:18px;font-weight:500;line-height:1.55;color:var(--dark-gray);max-width:500px;margin-bottom:32px}.hero-cta{display:flex;gap:16px;flex-wrap:wrap}.hero-food{position:absolute;right:60px;bottom:40px;width:380px;z-index:1;animation:float 4s ease-in-out infinite}.hero-food img{border-radius:20px}.hero-bg-shape{position:absolute;top:100px;right:0;width:320px;height:320px;background:var(--white);opacity:.5;transform:rotate(-18deg);border-radius:40px;z-index:0}.hero-orange-bar{position:absolute;bottom:-40px;left:0;right:0;height:180px;background:var(--orange);z-index:0;border-radius:0}.upload-section{padding:60px 0;position:relative;z-index:5;margin-top:-60px}.upload-card{background:var(--teal);border-radius:var(--radius-lg);padding:44px;display:flex;gap:40px;align-items:stretch;box-shadow:0 20px 60px #27b0c140;animation:fadeInUp .8s ease-out}.upload-dropzone{flex:0 0 320px;background:var(--light-teal);border:2px dashed var(--teal);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;gap:16px;transition:var(--transition)}.upload-dropzone:hover{border-color:var(--orange);background:#e8fbfd}.upload-dropzone svg{width:48px;color:var(--gray)}.upload-dropzone p{font-size:14px;font-weight:500;text-align:center}.upload-dropzone span{font-size:12px;color:#555}.upload-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.upload-info .upload-label{font-size:14px;font-weight:800;font-style:italic;color:var(--light-gray);text-decoration:underline;margin-bottom:8px}.upload-info h3{font-size:38px;font-weight:900;letter-spacing:-.06em;color:var(--light-gray);line-height:1.15;margin-bottom:12px}.upload-info p{font-size:15px;font-weight:600;color:var(--light-gray);line-height:1.6}.upload-actions{display:flex;gap:12px;align-items:center;margin-top:20px;flex-wrap:wrap}.action-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.action-circle.primary{background:var(--orange);color:var(--white)}.action-circle.secondary{background:var(--light-teal);color:var(--navy)}.action-circle:hover{transform:scale(1.1)}.action-circle svg{width:22px;height:22px}.upload-right{display:flex;flex-direction:column;gap:16px}.concern-link{font-size:14px;font-weight:700;color:var(--light-gray);text-decoration:underline}.tag-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.tag{padding:8px 24px;border-radius:40px;font-size:14px;font-weight:700;letter-spacing:-.02em;transition:var(--transition)}.tag-filled{background:var(--white);color:var(--teal)}.tag-outline{border:2px solid var(--white);color:var(--white);background:transparent}.tag:hover{transform:translateY(-2px)}.btn-analyze{padding:16px 40px;background:var(--orange);color:var(--white);border-radius:var(--radius-pill);font-size:26px;font-weight:700;letter-spacing:-.02em;transition:var(--transition);margin-top:auto}.btn-analyze:hover{background:#e09520;transform:translateY(-2px);box-shadow:0 8px 30px #f3a52880}.analysis-section{padding:80px 0}.analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:40px}.analysis-left{display:flex;flex-direction:column;gap:24px}.analysis-bubble{background:#fff8eb;border-radius:20px;padding:20px 24px;font-size:15px;line-height:1.55;color:var(--dark-gray);border-left:4px solid var(--orange);transition:var(--transition);animation:fadeInUp .6s ease-out backwards}.analysis-bubble:nth-child(2){animation-delay:.15s}.analysis-bubble:nth-child(3){animation-delay:.3s}.analysis-bubble:hover{transform:translate(8px);box-shadow:0 8px 24px #f3a52826}.suggestion-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:16px}.suggestion-card{background:var(--white);border:1px solid var(--orange);box-shadow:0 0 60px var(--shadow-orange);border-radius:var(--radius-lg);padding:28px;text-align:center;transition:var(--transition)}.suggestion-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px var(--shadow-orange)}.suggestion-icon{width:48px;height:48px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:20px}.suggestion-card h4{font-size:22px;font-weight:700;color:var(--navy);margin-bottom:8px}.suggestion-card p{font-size:13px;color:var(--dark-gray);line-height:1.5}.analysis-right{display:flex;flex-direction:column;gap:24px}.fridge-card{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:0 8px 30px #0008570f}.fridge-card .fridge-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.fridge-badge{width:48px;height:48px;border-radius:50%;background:var(--orange);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:20px}.fridge-card h3{font-size:28px;font-weight:700;color:var(--navy)}.fridge-tip{padding:16px;background:#fffbf2;border-radius:16px;margin-bottom:12px;font-size:14px;color:var(--dark-gray);line-height:1.55;border-left:3px solid var(--orange);transition:var(--transition)}.fridge-tip:hover{background:#fff5e0}.report-section{padding:80px 0}.report-card{background:var(--white);border-radius:var(--radius-lg);padding:48px;box-shadow:0 8px 40px #0008570f;margin-top:32px}.report-header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:32px;flex-wrap:wrap}.report-header h3{font-size:32px;font-weight:900;color:var(--navy);letter-spacing:-.02em}.report-rating{display:flex;align-items:center;gap:8px;margin:8px 0}.star{color:var(--orange);font-size:18px}.report-rating span{font-size:14px;color:var(--gray)}.report-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.report-badge{padding:4px 14px;border-radius:20px;font-size:12px;font-weight:600}.badge-green{background:#e8f5e9;color:#2e7d32}.badge-yellow{background:#fff8e1;color:#f57f17}.badge-red{background:#ffebee;color:#c62828}.report-description{margin-bottom:32px}.report-description h4{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--navy)}.report-description p{font-size:14px;color:var(--dark-gray);line-height:1.6}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.report-col h5{font-size:14px;font-weight:700;color:var(--teal);padding-bottom:8px;border-bottom:2px solid var(--teal);margin-bottom:12px}.report-col li{font-size:13px;color:var(--dark-gray);padding:4px 0}.nutrition-detail{margin-top:32px;padding-top:32px;border-top:1px solid #eee}.nutrition-detail h4{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:16px}.nutrition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.nutrition-item h5{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:6px}.nutrition-item p{font-size:13px;color:var(--dark-gray);line-height:1.5}.quickbuy-section{padding:80px 0}.quickbuy-header{margin-bottom:32px}.quickbuy-header .section-label{color:var(--teal)}.quickbuy-header .section-title span{color:var(--orange);text-decoration:underline}.filter-tabs{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.filter-tab{padding:10px 24px;border-radius:40px;font-size:14px;font-weight:600;border:2px solid #ddd;background:var(--white);color:var(--dark-gray);transition:var(--transition)}.filter-tab.active,.filter-tab:hover{background:var(--teal);color:var(--white);border-color:var(--teal)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:var(--white);border-radius:20px;padding:20px;text-align:center;box-shadow:0 4px 20px #0008570f;transition:var(--transition)}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0008571a}.product-card img{width:100%;height:180px;object-fit:contain;border-radius:12px;margin-bottom:12px}.product-card h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.product-card .price{font-size:16px;font-weight:800;color:var(--orange);margin-bottom:8px}.product-card .product-meta{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;color:var(--gray)}.product-card .product-actions{display:flex;gap:8px;justify-content:center;margin-top:10px}.product-card .product-actions button{padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;transition:var(--transition)}.about-section{padding:80px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:32px}.about-content h2{font-family:var(--font-heading);font-size:56px;color:var(--navy);line-height:1.1;margin-bottom:20px}.about-content h2 span{display:block;color:var(--orange)}.about-content p{font-size:15px;color:var(--dark-gray);line-height:1.7;margin-bottom:28px}.about-actions{display:flex;gap:16px}.about-image{position:relative}.about-image img{border-radius:24px;width:100%;box-shadow:0 20px 50px #0008571a}.footer{background:var(--navy);color:var(--white);padding:60px 0 24px;margin-top:0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand .logo-text{color:var(--orange);margin-bottom:12px}.footer-brand p{font-size:13px;color:#fff9;line-height:1.6}.footer-col h4{font-size:16px;font-weight:700;margin-bottom:16px}.footer-col a{display:block;font-size:13px;color:#fff9;padding:4px 0;transition:var(--transition)}.footer-col a:hover{color:var(--orange)}.social-links{display:flex;gap:12px;margin-top:12px}.social-link{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:var(--white);font-size:16px}.social-link:hover{background:var(--orange);transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;text-align:center;font-size:13px;color:#fff6}.features-section{padding:80px 0;background:#fff0d8;margin-top:-60px;position:relative;z-index:5}.features-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-card-new{background:var(--orange);color:var(--white);border-radius:30px;padding:40px;box-shadow:0 15px 40px #0000000a;transition:transform .3s}.feature-card-new:hover{transform:translateY(-5px)}.feature-icon-new{background:var(--white);width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#000}.feature-icon-new svg{width:30px;height:30px}.feature-card-new h3{font-size:24px;font-weight:800;color:var(--white);margin-bottom:12px}.feature-card-new p{font-size:16px;color:var(--white);line-height:1.6}.analysis-grid-new{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;margin-top:40px}.smart-card-main{background:#e89e28;border-radius:30px;padding:40px;position:relative;overflow:hidden;color:#fff;display:flex;align-items:center;min-height:300px}.smart-card-main-content{position:relative;z-index:2;max-width:60%;font-size:16px;line-height:1.6;font-weight:500}.smart-doctor{position:absolute;right:0;bottom:0;height:70%;object-fit:contain;z-index:1}.smart-card-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.smart-card-small{background:var(--white);border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000000d}.smart-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.smart-icon.blue{background:#27b0c1}.smart-icon.orange{background:#f3a528}.smart-card-small h4{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:12px}.smart-card-small p{font-size:14px;color:#666;line-height:1.6}.fridge-card-new{background:var(--white);border-radius:30px;padding:40px;box-shadow:0 10px 30px #0000000d;height:100%;border:1px solid #eee}.fridge-icon{width:50px;height:50px;border-radius:50%;background:#ff5d5d;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.fridge-card-new h3{font-size:32px;font-weight:800;color:var(--navy);margin-bottom:30px;line-height:1.2}.fridge-items{display:flex;flex-direction:column;gap:24px}.fridge-item{font-size:15px;color:#555;line-height:1.6;padding-bottom:24px;border-bottom:1px solid #eee}.fridge-item:last-child{border-bottom:none;padding-bottom:0}.about-section-new{padding:100px 0 0;background:var(--cream)}.about-grid-new{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:flex-end}.about-left-new{position:relative}.about-heading-stack h2{font-family:var(--font-heading);font-size:80px;line-height:.9;text-transform:uppercase}.about-left-new img{width:80%;margin-top:-20px;margin-left:20%;border-radius:20px}.about-right-new{padding-bottom:60px}.about-right-new p{font-size:16px;color:var(--dark-gray);line-height:1.8;margin-bottom:24px;font-weight:500}.about-btn-new{padding:14px 40px;font-size:18px}@media(max-width:1024px){.features-grid-new,.analysis-grid-new,.about-grid-new{grid-template-columns:1fr}.about-left-new img{margin-left:0;width:100%;margin-top:20px}}.dashboard-wrapper{background:#eaf7f8;border-radius:20px;padding:24px;box-shadow:0 10px 40px #0000000d;font-family:DM Sans,sans-serif;color:#111}.dashboard-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #D0EBEA;padding-bottom:16px;margin-bottom:24px;flex-wrap:wrap;gap:20px}.dash-header-left{display:flex;align-items:center;gap:12px;border-right:2px solid #D0EBEA;padding-right:24px}.dash-logo{height:44px}.dash-logo-text h2{font-size:24px;font-weight:800;color:#27b0c1;line-height:1;margin:0}.dash-logo-text p{font-size:11px;font-weight:600;color:#555;line-height:1.2;margin:2px 0 0}.dash-header-center{flex:1;text-align:center}.dash-header-center h3{font-size:22px;font-weight:800;margin:0 0 4px;color:#111}.dash-header-center h4{font-size:16px;font-weight:600;margin:0;color:#333}.dash-header-right{font-size:13px;line-height:1.5;background:#fff9;padding:12px 16px;border-radius:12px}.dash-header-right p{margin:0}.dashboard-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:20px}.dash-box{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 12px #00000005;display:flex;flex-direction:column}.box-header{font-size:18px;font-weight:800;color:#111;margin-bottom:16px}.box-1 .dash-subtitle{text-align:center;font-weight:700;font-size:14px;margin-bottom:20px}.score-display{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.score-circle{width:140px;height:140px;border-radius:50%;border:4px solid #F3A528;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:16px}.score-val{font-size:36px;font-weight:900;line-height:1}.score-max{font-size:16px;font-weight:600;color:#666}.status-pill{background:#ffe0b2;color:#e65100;font-weight:800;font-size:13px;padding:6px 16px;border-radius:20px}.risk-text{display:flex;gap:16px;align-items:flex-start;background:#f8fafc;padding:16px;border-radius:12px;font-size:13px;line-height:1.5}.risk-text img{width:50px;border-radius:50%}.box-2{grid-column:2;grid-row:1 / span 2}.dash-table{width:100%;border-collapse:collapse;font-size:12px}.dash-table th{background:#d0ebea;text-align:left;padding:10px;font-weight:700;color:#111;vertical-align:bottom}.dash-table td{padding:10px;border-bottom:1px solid #eee;vertical-align:middle}.dash-table .alt-row td{background:#f8fafc}.dash-table .critical-row td{background:#ffecc9}.dash-table td strong{color:#111}.dash-table .critical-row td strong{color:#e65100}.table-footnote{font-size:11px;text-align:right;margin-top:12px;color:#666}.box-3{grid-column:1}.tcm-content{display:flex;gap:24px;align-items:center}.tcm-bars{flex:1}.progress-wrap{display:flex;flex-direction:column;gap:6px}.progress-labels{display:flex;justify-content:space-between;font-size:12px;color:#555}.progress-track{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px}.tcm-text{flex:1;font-size:13px;line-height:1.5;background:#f8fafc;padding:16px;border-radius:12px}.tcm-text p{margin:0}.tcm-text p:first-child{margin-bottom:8px;font-size:14px}.box-4{grid-column:1 / span 2}.solution-content{display:grid;grid-template-columns:1fr 1.1fr;gap:24px}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:12px}.solution-col{background:#f8fafc;padding:20px;border-radius:12px}.solution-title{font-weight:800;font-size:14px;margin-bottom:12px;color:#111}.solution-desc{font-size:13px;margin-bottom:8px;color:#555;font-weight:600}.num-list{list-style:none;padding:0;margin:0;font-size:13px;line-height:1.6}.num-list li{margin-bottom:6px;padding-left:12px;position:relative}.num-list li:before{content:"•";position:absolute;left:0;color:#f3a528;font-weight:700}.solution-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn-sm{padding:10px 20px;font-size:14px;line-height:1.3;text-align:center}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.box-2{grid-column:1;grid-row:auto}.box-4{grid-column:1}.solution-content{grid-template-columns:1fr}.dash-header-center{order:-1;width:100%;margin-bottom:12px}}.footer-brand .logo{display:flex;align-items:center;gap:10px}.footer-brand .logo-text{transform:translateY(8px)}@media(max-width:1024px){.hero-content h1{font-size:56px}.hero-image{flex:0 0 320px}.hero-image img{width:320px}.upload-card{flex-direction:column}.upload-dropzone{flex:auto}.analysis-grid{grid-template-columns:1fr}.report-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr 1fr}.about-grid{grid-template-columns:1fr}.section-title{font-size:38px}}@media(max-width:768px){.nav-links{display:none}.nav-links.active{display:flex;flex-direction:column;position:fixed;top:80px;left:0;right:0;background:#fff0d8;padding:40px;gap:30px;box-shadow:0 10px 30px #0000001a;z-index:999;text-align:center}.mobile-toggle{display:flex}.mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{display:flex!important;align-items:center!important;padding-top:180px!important;padding-bottom:240px!important;min-height:auto!important}.hero .container{flex:1;display:flex!important;flex-direction:column;justify-content:center!important;text-align:center}.hero-content h1{font-size:42px}.hero-content p{margin:0 auto 28px}.hero-content{animation:none!important;transform:none!important;margin-bottom:0!important}.hero-cta{justify-content:center}.hero-image,.hero-food{display:none}.footer{padding:40px 0 20px}.product-grid{grid-template-columns:repeat(2,1fr)}.report-grid,.nutrition-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:16px;grid-template-areas:"brand brand" "col1 col3" "col2 col4"}.footer-brand{grid-area:brand;margin-bottom:8px}.footer-col{margin-bottom:0}.suggestion-cards{grid-template-columns:1fr}.section-title{font-size:32px}.about-left-new img{display:none}.features-section,.analysis-section,.report-section,.about-section-new{padding:40px 0!important}.about-heading-stack h2{font-size:50px!important}.smart-doctor{display:none!important}.smart-card-main{justify-content:center;text-align:center;padding:30px 20px}.smart-card-main-content{max-width:100%!important}.dashboard-wrapper{overflow-x:hidden;padding:16px}.dashboard-grid{width:100%;overflow-x:hidden}.dash-box{max-width:100%;overflow:hidden}.solution-content{grid-template-columns:1fr}}.auth-page{min-height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:40px 20px;font-family:DM Sans,sans-serif}.auth-container{width:100%;max-width:440px;text-align:center}.auth-logo-section{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:40px}.logo-box-auth{display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none}.auth-logo-img{height:48px;width:auto}.auth-logo-text{font-family:Dela Gothic One,cursive;font-size:28px;color:#000857;letter-spacing:1px}.auth-header h1{font-size:36px;font-weight:800;color:#000;margin-bottom:8px;letter-spacing:-.5px}.auth-header p{font-size:16px;color:#64748b;margin-bottom:40px;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.form-group{text-align:left}.form-group label{display:block;font-size:11px;font-weight:800;color:#94a3b8;margin-bottom:8px;letter-spacing:.5px}.form-group input{width:100%;padding:18px 24px;background-color:#f8fafc;border:1px solid transparent;border-radius:16px;font-size:16px;font-weight:600;color:#1e293b;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#e2e8f0;background-color:#fff;box-shadow:0 4px 12px #00000008}.forgot-pass-link{position:absolute;right:0;top:0;font-size:11px;font-weight:800;color:#94a3b8;text-decoration:none}.forgot-pass-link:hover{color:#64748b}.btn-auth-primary{background-color:#000;color:#fff;padding:18px;border:none;border-radius:50px;font-size:16px;font-weight:800;cursor:pointer;margin-top:10px;transition:transform .2s ease,opacity .2s ease}.btn-auth-primary:hover{opacity:.9;transform:translateY(-1px)}.auth-footer{margin-bottom:32px}.auth-footer p{font-size:14px;color:#475569;font-weight:700}.auth-link{color:#000;text-decoration:underline;font-weight:800}.auth-divider{position:relative;margin-bottom:32px;display:flex;align-items:center;justify-content:center}.auth-divider:before{content:"";position:absolute;width:100%;height:1px;background-color:#f1f5f9;z-index:0}.auth-divider span{position:relative;background-color:#fff;padding:0 16px;font-size:12px;font-weight:800;color:#cbd5e1;z-index:1}.btn-auth-secondary{width:100%;background-color:#fff;color:#000;padding:18px;border:1.5px solid #E2E8F0;border-radius:50px;font-size:16px;font-weight:800;cursor:pointer;margin-bottom:12px;transition:all .2s ease}.btn-auth-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1}.btn-auth-google{width:100%;background-color:#fff;color:#000;padding:18px;border:1.5px solid #E2E8F0;border-radius:50px;font-size:16px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-auth-google:hover{background-color:#f8fafc;box-shadow:0 4px 12px #0000000d}.auth-note{font-size:12px;color:#94a3b8;font-weight:700;margin-bottom:60px}.auth-legal{font-size:13px;color:#64748b;font-weight:700}.auth-legal a{color:#64748b;text-decoration:underline}@media(max-width:480px){.auth-page{padding:20px}.auth-header h1{font-size:32px}}.btn-disabled-google{filter:grayscale(1)!important;opacity:.6!important;cursor:not-allowed!important;pointer-events:auto!important}
