:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.app{min-height:100vh;padding:1.5rem;max-width:960px;margin:0 auto}.app-header{text-align:center;margin-bottom:1.5rem}.app-header h1{margin:0;font-size:2rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#f472b6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{margin:.25rem 0 0;color:#ffffff80;font-size:.9rem}.layout{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}@media(max-width:700px){.layout{grid-template-columns:1fr}}.panel{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.panel-header h2{margin:0;font-size:1.1rem;font-weight:600}.search-input{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.4rem;color:#fafafa;padding:.35rem .6rem;font-size:.85rem;width:140px;outline:none;transition:border-color .2s}.search-input:focus{border-color:#a78bfa80}.search-input::placeholder{color:#ffffff4d}.category-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.tab{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:#fff9;font-size:.75rem;padding:.25rem .65rem;cursor:pointer;transition:all .2s}.tab:hover{background:#ffffff1a;color:#fafafa}.tab.active{background:#a78bfa33;border-color:#a78bfa66;color:#a78bfa}.food-list{display:flex;flex-direction:column;gap:.3rem;max-height:420px;overflow-y:auto;padding-right:.25rem}.food-list::-webkit-scrollbar{width:4px}.food-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}.food-item{display:flex;align-items:center;gap:.6rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.5rem;padding:.55rem .75rem;cursor:pointer;color:#fafafa;font-size:.85rem;transition:all .15s;text-align:left}.food-item:hover{background:#ffffff12;border-color:#a78bfa4d}.food-item:active{transform:scale(.98)}.food-emoji{font-size:1.25rem;flex-shrink:0}.food-info{flex:1;min-width:0}.food-name{display:block;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.food-serving{display:block;font-size:.72rem;color:#ffffff59}.food-sugar{font-weight:600;color:#f472b6;flex-shrink:0;font-size:.85rem}.gauge-container{position:relative;width:180px;height:180px;margin:.5rem auto 1rem}.gauge{width:100%;height:100%}.gauge-fill{transition:stroke-dashoffset .5s ease,stroke .3s ease}.gauge-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.gauge-number{font-size:1.75rem;font-weight:700;letter-spacing:-.03em}.gauge-text{font-size:.8rem;color:#fff6}.gender-toggle{display:flex;gap:.4rem;margin-bottom:.75rem}.gender-btn{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.4rem;color:#ffffff80;font-size:.78rem;padding:.4rem;cursor:pointer;transition:all .2s}.gender-btn:hover{background:#ffffff14}.gender-btn.active{background:#a78bfa26;border-color:#a78bfa59;color:#a78bfa}.warning{background:#ef44441f;border:1px solid rgba(239,68,68,.3);border-radius:.4rem;color:#fca5a5;font-size:.82rem;font-weight:500;text-align:center;padding:.5rem;margin-bottom:.75rem}.log-section{margin-top:.5rem}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.log-header h3{margin:0;font-size:.95rem;font-weight:600}.clear-btn{background:none;border:none;color:#ffffff59;font-size:.75rem;cursor:pointer;padding:.2rem .4rem;border-radius:.25rem;transition:all .15s}.clear-btn:hover{color:#ef4444;background:#ef44441a}.empty-log{color:#ffffff40;font-size:.82rem;text-align:center;padding:1.5rem 0}.log-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;max-height:220px;overflow-y:auto}.log-list::-webkit-scrollbar{width:4px}.log-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}.log-item{display:flex;align-items:center;gap:.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:.4rem;padding:.45rem .6rem}.log-emoji{font-size:1.1rem;flex-shrink:0}.log-info{flex:1;min-width:0}.log-name{display:block;font-size:.82rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.log-detail{display:block;font-size:.7rem;color:#ffffff59}.remove-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.3rem;color:#fca5a5;font-size:1rem;width:24px;height:24px;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:all .15s;line-height:1}.remove-btn:hover{background:#ef444440;border-color:#ef444466}.source-note{margin-top:1rem;font-size:.7rem;color:#fff3;text-align:center;line-height:1.4}
