body{margin:0;font-family:VT323,monospace;font-size:20px;letter-spacing:.5px;background:white}.layout{height:100vh;overflow:hidden}.sidebar{width:240px;background:#f3f3f3;border-right:1px solid #ddd;padding:1rem;overflow-y:auto}.chat-history{margin-top:1rem}.chat-item{padding:.5rem;margin-bottom:.5rem;background:#ddd;border-radius:5px;cursor:pointer}.chat-item.active{background:#bbb}.new-chat-btn{padding:.5rem 1rem;font-size:1rem;background:black;color:white;border:none;border-radius:5px;cursor:pointer}.chat-wrapper{overflow:hidden}.title{font-size:2rem;margin-top:1rem}.title,.welcome{text-align:center}.welcome{color:#555;margin-bottom:1rem}.messages{overflow-y:auto}.message{display:flex}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.bubble{background:#f0f0f0;padding:.75rem 1rem;border-radius:20px;max-width:80%}.message.user .bubble{background-color:#c4f4d2}.message.assistant .bubble{background-color:#dde0ff}.bubble.loading{font-style:italic;color:#888}.input-bar{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #eee;background:white}.input-bar input{flex:1;padding:.75rem;font-size:1rem;font-family:inherit;border:1px solid #ccc;border-radius:10px}.input-bar button{padding:.75rem 1.25rem;font-size:1rem;font-family:inherit;background-color:#000;color:#fff;border:none;border-radius:10px;cursor:pointer}@media (max-width:600px){.layout{flex-direction:column;height:auto}.sidebar{width:100%;border-right:none;border-bottom:1px solid #ddd;padding:.5rem;min-height:unset}.chat-wrapper{padding:.5rem .25rem;min-height:60vh}.messages{gap:.5rem;padding-right:0}.input-bar{flex-direction:column;gap:.5rem;padding:.5rem 0}.input-bar button,.input-bar input{font-size:1rem;width:100%;box-sizing:border-box}.chef-logo{max-width:120px;margin-bottom:.5rem}.title{font-size:1.3rem;margin-top:.5rem}}.chef-logo{display:block;margin:0 auto 1rem;max-width:180px;height:auto}.recipe-paragraph{margin-bottom:1em}.delete-btn{background:none;border:none;color:#c00;margin-left:.5em;cursor:pointer;font-size:1.1em}.layout{display:flex;height:auto}.chat-wrapper{flex:1;padding:1rem;min-height:80vh}.chat-wrapper,.messages{display:flex;flex-direction:column}.messages{flex-grow:1;gap:1rem;padding-right:1rem;min-height:40vh}.sidebar-toggle{display:none;position:absolute;top:1rem;left:1rem;z-index:1001;background:#fff;border:1px solid #ccc;border-radius:5px;font-size:2rem;padding:.2em .5em;cursor:pointer}@media (max-width:600px){.sidebar{position:fixed;top:0;left:-260px;width:240px;height:100vh;background:#f3f3f3;z-index:1000;transition:left .3s;box-shadow:2px 0 8px rgba(0,0,0,.1);border-right:1px solid #ddd;padding:1rem .5rem 1rem 1rem}.sidebar.open{left:0}.sidebar-close{display:block;background:none;border:none;font-size:2rem;color:#333;position:absolute;top:.5rem;right:.5rem;cursor:pointer;z-index:1002}.sidebar-toggle{display:block}.layout{flex-direction:column;height:auto;position:relative}.chat-wrapper{padding-left:0}}