.layout-container:has(.hero-container){overflow-y:auto;background:linear-gradient(180deg,rgba(16,185,129,.03) 0%,transparent 50%)}.layout-container:has(.hero-container)>main{overflow:visible}@media(prefers-color-scheme:dark){.layout-container:has(.hero-container){background:linear-gradient(180deg,rgba(16,185,129,.05) 0%,transparent 50%)}}.hero-container{min-height:calc(100vh - 120px);padding:0rem 1rem 4rem}.hero{text-align:center;padding:0rem 1rem 2rem;display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto}.title{font-size:clamp(2.5rem,8vw,4rem);margin-bottom:1.5rem;margin-top:.25rem;color:var(--text-primary, #1a1a1a);letter-spacing:-.03em;line-height:1.1;font-weight:800;animation:fadeInUp .6s ease-out .1s both}.title-gradient{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(prefers-color-scheme:dark){.title{color:#f3f4f6}}.subtitle{font-size:1.25rem;color:var(--text-secondary, #6b7280);max-width:540px;margin:0 auto 2.5rem;line-height:1.7;animation:fadeInUp .6s ease-out .2s both}@media(prefers-color-scheme:dark){.subtitle{color:#9ca3af}}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;animation:fadeInUp .6s ease-out .3s both}.cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #10b98166}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180}.cta-primary:active{transform:translateY(0)}.cta-arrow{width:1.25rem;height:1.25rem;transition:transform .3s ease}.cta-primary:hover .cta-arrow{transform:translate(4px)}.cta-secondary{display:inline-flex;align-items:center;padding:1rem 2rem;background:transparent;color:var(--text-primary, #374151);font-size:1.1rem;font-weight:600;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:#00000005;border-color:#d1d5db}@media(prefers-color-scheme:dark){.cta-secondary{color:#f3f4f6;border-color:#374151}.cta-secondary:hover{background:#ffffff0d;border-color:#4b5563}}.demo-section{max-width:480px;margin:3rem auto 4rem;padding:0 1rem;animation:fadeInUp .8s ease-out .5s both}.demo-window{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d,0 10px 40px #0000001a;overflow:hidden;border:1px solid rgba(0,0,0,.06)}@media(prefers-color-scheme:dark){.demo-window{background:#111827;border-color:#ffffff1a;box-shadow:0 4px 6px #0003,0 10px 40px #0006}}.demo-header{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#f9fafb;border-bottom:1px solid rgba(0,0,0,.06)}@media(prefers-color-scheme:dark){.demo-header{background:#1f2937;border-bottom-color:#ffffff0f}}.demo-dots{display:flex;gap:6px}.demo-dots span{width:12px;height:12px;border-radius:50%;background:#e5e7eb}.demo-dots span:nth-child(1){background:#ef4444}.demo-dots span:nth-child(2){background:#f59e0b}.demo-dots span:nth-child(3){background:#22c55e}.demo-title{font-size:.875rem;font-weight:600;color:var(--text-secondary, #6b7280)}@media(prefers-color-scheme:dark){.demo-title{color:#9ca3af}}.demo-content{padding:1.5rem}.demo-calories-display{text-align:center;margin-bottom:1.5rem}.demo-calories-value{font-size:3rem;font-weight:800;letter-spacing:-.02em;transition:color .5s ease}.demo-calories-label{display:block;font-size:.875rem;color:var(--text-tertiary, #9ca3af);margin-top:.25rem}.demo-food-list{height:210px;margin-bottom:1rem;overflow:hidden}.demo-food-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;margin-bottom:.5rem;animation:slideIn .4s ease-out}@media(prefers-color-scheme:dark){.demo-food-item{background:#1f2937}}.demo-food-name{font-weight:500;color:var(--text-primary, #1a1a1a)}@media(prefers-color-scheme:dark){.demo-food-name{color:#f3f4f6}}.demo-food-calories{font-weight:600;color:#10b981}.demo-analyzing{background:linear-gradient(90deg,#f9fafb,#f3f4f6,#f9fafb);background-size:200% 100%;animation:shimmer 1.5s infinite}@media(prefers-color-scheme:dark){.demo-analyzing{background:linear-gradient(90deg,#1f2937,#374151,#1f2937);background-size:200% 100%}}.demo-analyzing-dots{display:flex;gap:2px;color:#9ca3af}.demo-analyzing-dots span{animation:bounce 1.4s infinite}.demo-analyzing-dots span:nth-child(2){animation-delay:.2s}.demo-analyzing-dots span:nth-child(3){animation-delay:.4s}.demo-input-area{border-top:1px solid rgba(0,0,0,.06);padding-top:1rem}@media(prefers-color-scheme:dark){.demo-input-area{border-top-color:#ffffff0f}}.demo-input{background:#f3f4f6;border-radius:8px;padding:.875rem 1rem;height:48px;position:relative;overflow:hidden}@media(prefers-color-scheme:dark){.demo-input{background:#1f2937}}.demo-input-text{color:var(--text-primary, #1a1a1a)}@media(prefers-color-scheme:dark){.demo-input-text{color:#f3f4f6}}.demo-cursor{animation:blink 1s step-end infinite;color:#10b981;font-weight:300}.demo-placeholder{color:#9ca3af;position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.features-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:800px;margin:0 auto;padding:0 1rem;animation:fadeInUp .8s ease-out .7s both}.feature{text-align:center;padding:1.5rem;background:#ffffff80;border:1px solid rgba(0,0,0,.04);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.feature:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}@media(prefers-color-scheme:dark){.feature{background:#1f293780;border-color:#ffffff0f}.feature:hover{box-shadow:0 8px 24px #0000004d}}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature h3{font-size:1.1rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin:0 0 .5rem}@media(prefers-color-scheme:dark){.feature h3{color:#f3f4f6}}.feature p{font-size:.9rem;color:var(--text-secondary, #6b7280);line-height:1.5;margin:0}@media(prefers-color-scheme:dark){.feature p{color:#9ca3af}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}}@media(max-width:640px){.hero{padding:2rem 1rem}.cta-buttons{flex-direction:column;width:100%;max-width:300px}.cta-primary,.cta-secondary{width:100%;justify-content:center}.demo-section{margin:2rem auto}.features-section{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.title,.subtitle,.cta-buttons,.demo-section,.features-section,.demo-food-item{animation:none}.cta-primary:hover,.feature:hover{transform:none}.demo-cursor,.demo-analyzing-dots span{animation:none}}.main-container{display:flex;flex-direction:column;height:100%;overflow:hidden;text-align:center}.stats-header{display:flex;align-items:flex-start;justify-content:center;gap:1.5rem;padding:0 1rem}.calories-display{display:flex;flex-direction:column;align-items:center;margin-left:35px;margin-bottom:2%}.nutrition-stats{display:flex;flex-direction:row;padding-top:.5rem}.nutrition-column{display:flex;flex-direction:column;gap:.25rem;min-width:55px}.nutrition-stat{display:flex;flex-direction:column;align-items:flex-start}.nutrition-value{font-size:.875rem;font-weight:600;color:#4a4a4a;line-height:1.2}.nutrition-label{font-size:.625rem;color:#595959;text-transform:uppercase;letter-spacing:.03em}@media(prefers-color-scheme:dark){.nutrition-value{color:#c7c7c7}.nutrition-label{color:#a3a3a3}}.food-list{overflow-y:auto;flex:1}.food-list::-webkit-scrollbar{display:none}.food-item-loading{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;max-width:500px;margin:0 auto;border-bottom:1px solid #eee;background:linear-gradient(90deg,#fff,#f5f5f5,#fff);background-size:200% 100%;animation:shimmer 1.5s infinite linear}.food-item-loading-name{flex:1;text-align:left;color:#595959}.food-item-loading-status{width:80px;text-align:right;font-size:.75rem;color:#595959;font-style:italic}@media(prefers-color-scheme:dark){.food-item-loading{border-bottom-color:#1f2937;background:linear-gradient(90deg,#030712,#111,#030712);background-size:200% 100%}.food-item-loading-name,.food-item-loading-status{color:#a3a3a3}}.remaining-calories{font-size:5rem;font-weight:700;--number-flow-mask-height: .01rem}.day-budget-container{display:flex;align-items:baseline}.day-budget-input{font-size:1rem;width:60px;border:none;text-align:right;color:#4a4a4a;background:transparent;font-family:inherit;-moz-appearance:textfield;appearance:textfield;background-image:linear-gradient(to right,transparent 0%,transparent calc(100% - 40px),#ccc calc(100% - 40px),#ccc 100%);background-size:100% 1px;background-repeat:no-repeat;background-position:bottom}.day-budget-input::-webkit-inner-spin-button,.day-budget-input::-webkit-outer-spin-button{-webkit-appearance:none;display:none}.day-budget-input:focus{outline:2px solid var(--focus-ring, #2563eb);outline-offset:2px;border-radius:2px;background-image:none}@media(prefers-color-scheme:dark){.day-budget-input{color:#c7c7c7;background-image:linear-gradient(to right,transparent 0%,transparent calc(100% - 40px),#404040 calc(100% - 40px),#404040 100%)}.day-budget-input:focus{outline-color:var(--focus-ring, #60a5fa);background-image:none}}.day-budget-button{font-size:1rem;min-width:60px;border:none;text-align:right;color:#4a4a4a;background:transparent;font-family:inherit;cursor:pointer;padding:0;margin:0}.day-budget-button:hover{text-decoration:underline}.day-budget-button:focus{outline:2px solid var(--focus-ring, #2563eb);outline-offset:2px;border-radius:2px}.day-budget-button:focus:not(:focus-visible){outline:none}.day-budget-button:focus-visible{outline:2px solid var(--focus-ring, #2563eb);outline-offset:2px;border-radius:2px}@media(prefers-color-scheme:dark){.day-budget-button{color:#c7c7c7}.day-budget-button:focus{outline-color:var(--focus-ring, #60a5fa)}.day-budget-button:focus-visible{outline-color:var(--focus-ring, #60a5fa)}}.day-budget-label{font-weight:300;font-size:.9rem;color:#595959;cursor:default}@media(prefers-color-scheme:dark){.day-budget-label{color:#b3b3b3}}.calories-input-form{margin:0 0 2rem;display:flex;justify-content:center}.calories-input-form textarea{font-size:1rem;padding:.75rem 0rem;border-radius:2rem;border:2px solid #ccc;width:325px;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;resize:none;overflow:hidden;field-sizing:content;font-family:inherit;background-color:#fff;color:#1a1a1a}.calories-input-form textarea::placeholder{color:#595959}.calories-input-form textarea:focus{border-color:#04b73c;outline:2px solid var(--focus-ring, #2563eb);outline-offset:2px}@media(prefers-color-scheme:dark){.calories-input-form textarea{background-color:#171717;border-color:#404040;color:#ededed;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.calories-input-form textarea::placeholder{color:#a3a3a3}.calories-input-form textarea:focus{border-color:#04b73c;outline-color:var(--focus-ring, #60a5fa)}}.food-item-container{position:relative;overflow:hidden;max-width:500px;margin:0 auto}.food-item-container:first-child .food-item,.food-item-loading:first-child{border-top:1px solid #eee}@media(prefers-color-scheme:dark){.food-item-container:first-child .food-item,.food-item-loading:first-child{border-top-color:#1f2937}}.food-item-delete-btn{position:absolute;right:0;top:0;bottom:0;width:80px;background-color:#e53935;color:#fff;border:none;font-weight:600;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease}.food-item-delete-btn:hover{background-color:#c62828}.food-item-delete-btn:active{background-color:#b71c1c}.food-item-container.expanded .food-item-delete-btn{display:none}.food-item{display:flex;justify-content:space-between;width:100%;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #eee;background-color:#fff;transition:transform .2s ease;cursor:grab;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.food-item:focus{outline:3px solid var(--focus-ring, #2563eb);outline-offset:-3px}.food-item:focus:not(:focus-visible){outline:none}.food-item:focus-visible{outline:3px solid var(--focus-ring, #2563eb);outline-offset:-3px}@media(prefers-color-scheme:dark){.food-item{background-color:#030712;border-bottom-color:#1f2937}.food-item:focus{outline-color:var(--focus-ring, #60a5fa)}.food-item:focus-visible{outline-color:var(--focus-ring, #60a5fa)}}.food-item.dragging{transition:none;cursor:grabbing}.food-item-name{flex:1;text-align:left}.food-item-calories{width:80px;text-align:right;font-weight:600}.food-item-unit{font-weight:300;font-size:.9rem}.nutrition-dropdown{padding:.5rem 1rem;background-color:#f8f9fa;border-bottom:1px solid #eee;display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;max-width:500px;margin:0 auto;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.nutrition-dropdown.closing{animation:slideUp .3s ease-out forwards}.nutrition-dropdown-row{display:flex;flex-direction:column;align-items:center;text-align:center}.nutrition-dropdown-label{font-size:.625rem;color:#595959;text-transform:uppercase;letter-spacing:.03em}.nutrition-dropdown-value{font-size:.875rem;font-weight:600;color:#1a1a1a}@media(prefers-color-scheme:dark){.nutrition-dropdown{background-color:#0a0a0a;border-bottom-color:#1f2937}.nutrition-dropdown-label{color:#a3a3a3}.nutrition-dropdown-value{color:#e5e5e5}}.food-item-delete-btn:focus{outline:3px solid white;outline-offset:-3px}.food-item-delete-btn:focus:not(:focus-visible){outline:none}.food-item-delete-btn:focus-visible{outline:3px solid white;outline-offset:-3px}.shimmer{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite linear}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.shimmer{animation:none;background:#e0e0e0}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skeleton-calories{width:180px;height:80px;border-radius:8px;margin-bottom:8px}.skeleton-budget{width:80px;height:20px;border-radius:4px}.skeleton-stat{width:50px;height:28px;border-radius:4px;margin-bottom:4px}.skeleton-food-item{max-width:500px;height:60px;margin:0 auto;border-radius:0;border-bottom:1px solid #eee}.skeleton-input{width:325px;height:44px;border-radius:2rem;margin:0 auto 2rem}@media(prefers-color-scheme:dark){.shimmer{background:linear-gradient(90deg,#1a1a1a,#2a2a2a,#1a1a1a);background-size:200% 100%}.skeleton-food-item{border-bottom-color:#333}}@media(prefers-reduced-motion:reduce)and (prefers-color-scheme:dark){.shimmer{animation:none;background:#2a2a2a}}
