*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Arial,Helvetica,sans-serif;background-color:#fafaf8}header{display:flex;justify-content:center;align-items:center;gap:11px;height:108px;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}header>img{width:43px;height:52px}header>h1{font-weight:400;line-height:60px;letter-spacing:-5%}main{padding:30px 30px 10px}.add-form{display:flex;justify-content:center;align-items:center;gap:12px;height:38px}.add-form>input{border-radius:6px;border:1px solid #D1D5DB;padding:9px 13px;box-shadow:0 1px 2px #0000000d;flex-grow:1;min-width:150px;max-width:400px}.add-form>button{font-family:Inter,Arial,Helvetica,sans-serif;font-weight:500;font-size:.875rem;border-radius:6px;border:none;color:#fafaf8;background-color:#141413;box-shadow:0 1px 2px #0000000d;width:183px;padding:9px 17px}.add-form>button:hover{opacity:.9}.section-1{margin:10px 60px}.section-h2{font-weight:600;font-size:30px;line-height:38px}.ingredients-list{margin-bottom:48px;margin-left:16px}.ingredients-list>li{line-height:28px}.x-btn{font-family:Inter,Arial,Helvetica,sans-serif;background:transparent;margin-left:8px;border:none;cursor:pointer;font-size:1.3rem}.x-btn:hover{color:#8b0000;transform:scale(1.1)}.warning-text{color:#d17557;font-size:.875rem;margin-top:10px}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;border-radius:10px;background:#f0efeb;padding:35px;gap:10px}.get-recipe-subcontainer-1>h3{font-size:1.125rem;font-weight:500;line-height:24px}.get-recipe-subcontainer-1>p,.get-recipe-subcontainer-2-1>label{color:#6b7280;font-size:.875rem;line-height:20px}.get-recipe-subcontainer-2{display:flex;flex-direction:row;gap:20px;align-items:center}.get-recipe-subcontainer-2-1{display:flex;flex-direction:column;align-items:center}.get-recipe-subcontainer-2-1>select{padding:4px 10px;border-radius:6px;margin-top:2px;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-weight:300;border:1px solid #D1D5DB;outline:none}.get-btn{border:1px solid #F0EFEB;border-radius:6px;background:#d17557;box-shadow:0 1px 2px #0000000d;color:#fafaf8;padding:15px 17px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:.875rem;cursor:pointer}.get-btn:hover{opacity:.9}.clear-btn{background-color:#f3f4f6;color:#111827;border:1px solid #d1d5db;border-radius:6px;padding:15px 13.6px;font-family:Inter,Arial,sans-serif;font-size:.875rem;cursor:pointer;box-shadow:none}.clear-btn:hover{background-color:#e5e7eb}.recipe-div{margin:10px 60px;line-height:28px}.markdown ul li,.markdown ol li{margin-bottom:8px;margin-left:25px}.markdown h1{font-size:1.5rem;font-weight:400}.markdown h2{font-size:1.1rem}.fade-in{animation:fadeIn .3s ease-in forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.get-recipe-container{flex-direction:column;align-items:flex-start;gap:20px}.get-recipe-subcontainer-2{flex-direction:column;align-items:stretch;width:100%}.get-recipe-subcontainer-2-1{width:100%}.get-recipe-subcontainer-2-1>select{width:100%}.get-recipe-subcontainer-2>button{width:100%}}.loading-animation{display:flex;gap:4px;font-size:1.3rem;height:40px}.loading-animation span{animation:jump 1s infinite ease-in-out;display:inline-block}.loading-animation span:nth-child(1){animation-delay:0s}.loading-animation span:nth-child(2){animation-delay:.2s}.loading-animation span:nth-child(3){animation-delay:.4s}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}button:disabled{background-color:#d1d5db;color:#6b7280;cursor:not-allowed;opacity:.6}.wake-up-msg{text-align:center;font-size:1rem;padding:1rem;color:#888;opacity:0;animation:fadeIn 1s ease-in forwards;animation-delay:1s}
