html,body{margin:0;padding:0;font-family:Nunito,sans-serif}#root{max-width:none;margin:0;padding:0}.toast{color:#5c3d1e;opacity:0;pointer-events:none;z-index:1000;background:#fffdf7;border:1px solid #ede7e3;border-radius:24px;align-items:center;gap:8px;padding:10px 18px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);box-shadow:0 8px 24px #5c3d1e1f}.toast--visible{opacity:1;transform:translate(-50%)}.home-page{background:#fdf6ec;min-height:100vh}.home-page__inner{max-width:1200px;margin:0 auto;padding:16px}@media (width>=700px){.home-page__inner{padding:32px 40px}}.home-page__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.home-page__actions{align-items:center;gap:8px;display:flex}.home-page__icon-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;transition:background .15s;display:flex}.home-page__icon-btn:hover{background:#8c6a4a14}.home-page__icon-btn:disabled{opacity:.5;cursor:default}.home-page__icon-spin{animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-page__subtitle{color:#8c6a4a;margin:0;font-size:14px;font-weight:600}.home-page__title{color:#5c3d1e;margin:0;font-size:32px;font-weight:700}@media (width>=900px){.home-page__title{font-size:40px}}.home-page__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.home-page__empty-image{opacity:.6;width:80px;height:80px;margin-bottom:20px}.home-page__empty-title{color:#5c3d1e;margin:0 0 6px;font-size:18px;font-weight:600}.home-page__empty-subtitle{color:#8c6a4a;margin:0 0 20px;font-size:13px}.home-page__empty-btn{color:#fff;cursor:pointer;background:#e76f51;border:none;border-radius:20px;padding:10px 18px;font-weight:600}.home-page__spinner{border:3px solid #e76f5140;border-top-color:#e76f51;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.home-page__recipes--card{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:start;gap:20px;display:grid}.home-page__recipes--list{flex-direction:column;gap:12px;max-width:700px;margin:0 auto;display:flex}.home-page__recipes--grid{column-count:2;column-gap:12px}@media (width>=700px){.home-page__recipes--grid{column-count:3}}@media (width>=1100px){.home-page__recipes--grid{column-count:4}}.home-page__recipes--grid>*{break-inside:avoid;margin-bottom:12px}.recipe-card{cursor:pointer;background:#fffdf7;border-radius:18px;transition:transform .15s,box-shadow .15s;overflow:hidden}.recipe-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #5c3d1e1a}.recipe-card--grid{border-radius:16px}.recipe-card__image-wrap{position:relative;overflow:hidden}.recipe-card__image{object-fit:cover;width:100%;height:180px;display:block}.recipe-card__image--grid{height:130px}.recipe-card__placeholder{background:#fffdf7;justify-content:center;align-items:center;width:100%;height:120px;display:flex}.recipe-card__placeholder-logo{opacity:.5;width:60px;height:60px}.recipe-card__pills{flex-wrap:wrap;gap:6px;display:flex;position:absolute;top:8px;left:8px}.recipe-card__pill{border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.recipe-card__content{padding:10px;position:relative}.recipe-card__title{color:#5c3d1e;margin:0;font-size:16px;font-weight:600}.recipe-card__subtitle{color:#8c6a4a;margin:4px 0;font-size:12px}.recipe-card__meta-row{justify-content:space-between;margin-top:5px;display:flex}.recipe-card__meta{color:#8c6a4a;align-items:center;gap:3px;font-size:12px;display:inline-flex}.recipe-card__bookmark{cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;bottom:8px;right:8px}.recipe-list-item{cursor:pointer;background:#fffdf7;border-radius:14px;align-items:center;padding:10px;transition:box-shadow .15s;display:flex}.recipe-list-item:hover{box-shadow:0 6px 16px #5c3d1e14}.recipe-list-item__image-wrap{border-radius:10px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.recipe-card__image--list{object-fit:cover;width:100%;height:100%}.recipe-card__placeholder--list{width:100%;height:100%}.recipe-list-item__content{flex:1;margin-left:12px}.recipe-list-item__title{color:#5c3d1e;margin:0;font-size:14px;font-weight:600}.recipe-list-item__meta{color:#8c6a4a;margin:2px 0 0;font-size:12px}.recipe-list-item__bookmark{cursor:pointer;background:0 0;border:none;padding:4px 12px}.author-tag{align-items:center;gap:5px;margin-top:10px;display:flex}.author-tag__avatar{object-fit:cover;border-radius:50%;width:16px;height:16px}.author-tag__avatar--placeholder{background:#ede7e3;justify-content:center;align-items:center;display:flex}.author-tag__name{opacity:.5;color:#8c6a4a;font-size:10px}.home-page__footer-text{text-align:center;color:gray;font-size:small}.app-footer__store-btn{color:#d9603f}.app-footer__store-btn:after{color:#a0472f}.home-page__fab{color:#fff;cursor:pointer;z-index:50;background:#e76f51;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:30px;line-height:1;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 20px #e76f5159}.home-page__fab:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 10px 26px #e76f5173}.app-modal-overlay{z-index:100;background:#5c3d1e59;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.app-modal{text-align:center;background:#fffdf7;border-radius:24px;width:100%;max-width:360px;padding:32px 28px;box-shadow:0 20px 50px #5c3d1e40}.app-modal__logo{width:56px;height:56px;margin-bottom:12px}.app-modal__title{color:#5c3d1e;margin:0 0 10px;font-size:20px;font-weight:700}.app-modal__text{color:#8c6a4a;margin:0 0 22px;font-size:14px;line-height:1.5}.app-modal__store-btn{color:#fff;background:#e76f51;border-radius:14px;margin-bottom:10px;padding:12px 18px;font-weight:600;text-decoration:none;transition:background .15s;display:block}.app-modal__store-btn:hover{background:#d9603f}.app-modal__dismiss{color:#8c6a4a;cursor:pointer;background:0 0;border:none;padding:6px;font-size:13px}.loaderContainer{justify-content:center;align-items:center;height:calc(100vh - 100px);display:flex}.pan-loader{width:220px;height:150px;position:relative}.egg-wrap{width:58px;animation:2s ease-in-out infinite eggFlip;position:absolute;bottom:48px;left:50%;transform:translate(-50%)}.pan-wrap{transform-origin:88% 55%;width:156px;animation:2s ease-in-out infinite panFlip;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes panFlip{0%,to{transform:translate(-50%)rotate(0)}20%{transform:translate(-50%)rotate(-6deg)}35%{transform:translate(-50%)rotate(16deg)}50%{transform:translate(-50%)rotate(-3deg)}}@keyframes eggFlip{0%,to{transform:translate(-100%)translateY(43px)rotate(0)}20%{transform:translate(-100%)translateY(50px)rotate(0)}42%{transform:translate(-100%)translateY(-100px)rotate(90deg)}60%{transform:translate(-100%)translateY(43px)rotate(180deg)}60.01%{transform:translate(-100%)translateY(43px)rotate(0)}80%{transform:translate(-100%)translateY(43px)rotate(0)}}.recipe-details__center{justify-content:center;align-items:center;min-height:60vh;display:flex}.recipe-details{background:#fdf6ec;min-height:100vh}.recipe-details__media{width:100%;position:relative}.recipe-details__image,.recipe-details__placeholder{object-fit:cover;width:100%;height:260px;display:block}.recipe-details__placeholder{background:linear-gradient(135deg,#f3ede9,#e7dfd8);flex-direction:column;justify-content:center;align-items:center;display:flex}.recipe-details__placeholder-logo{width:60px;height:60px}.recipe-details__placeholder-text{color:#a8a29e;margin-top:8px;font-size:13px}.recipe-details__back-btn,.recipe-details__menu-btn{cursor:pointer;color:#5c3d1e;background:#fffdf7;border:none;border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:20px;box-shadow:0 4px 12px #5c3d1e1f}.recipe-details__back-btn{left:20px}.recipe-details__menu-btn{right:20px}.recipe-details__menu{z-index:100;background:#fffdf7;border-radius:12px;flex-direction:column;min-width:100px;padding:6px;display:flex;position:absolute;top:70px;right:20px;box-shadow:0 8px 24px #5c3d1e26}.recipe-details__menu-item{text-align:left;cursor:pointer;color:#5c3d1e;background:0 0;border:none;border-radius:8px;padding:10px 14px;font-size:14px}.recipe-details__menu-item:hover{background:#8c6a4a14}.recipe-details__menu-item--danger{color:#e23744}.recipe-details__content{background:#fffdf7;border-top-left-radius:24px;border-top-right-radius:24px;margin-top:-24px;padding:24px 20px 40px;position:relative}.recipe-details__category{color:#e07a5f;margin-bottom:6px;margin-right:8px;font-size:13px;font-weight:600;display:inline-block}.recipe-details__title{color:#5c3d1e;margin:0;font-size:24px;font-weight:700}.recipe-details__description{color:#8c6a4a;margin:6px 0 20px}.recipe-details__stats-row{flex-wrap:wrap;gap:20px;margin-bottom:20px;display:flex}.recipe-details__stat{background:#f2f2f2;border-radius:12px;flex-direction:column;padding:12px 16px;display:flex}.recipe-details__stat-value{color:#5c3d1e;font-weight:700}.recipe-details__stat-label{color:#8c6a4a;font-size:12px}.recipe-details__section-title{color:#5c3d1e;margin:20px 0 10px;font-size:18px;font-weight:700}.recipe-details__section-title--flush{margin-top:0;margin-bottom:0}.recipe-details__section-header-row{justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:10px;display:flex}.recipe-details__clear-btn{color:#e07a5f;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.recipe-details__ingredient-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:100%;margin-bottom:6px;padding:4px 0;display:flex}.recipe-details__ingredient-icon{flex-shrink:0;margin-right:10px}.recipe-details__ingredient-text{color:#5c3d1e;flex:1}.recipe-details__ingredient-text--checked{color:#b0a99f;text-decoration:line-through}.recipe-details__instructions-header{justify-content:space-between;align-items:flex-end;margin-top:34px;margin-bottom:12px;display:flex}.recipe-details__instructions-progress{color:#8c6a4a;margin-top:4px;font-size:14px}.recipe-details__progress-track{background:#eee8e3;border-radius:2px;width:100%;height:4px;margin-bottom:20px;overflow:hidden}.recipe-details__progress-fill{background:#e76f51;border-radius:2px;height:100%;transition:width .2s}.recipe-details__step{border-bottom:1px solid #e8e1dc;align-items:flex-start;gap:14px;padding:20px 0;display:flex}.recipe-details__step--completed{opacity:.62}.recipe-details__step-number{color:#e76f51;letter-spacing:1px;cursor:pointer;background:#f6eee8;border:none;border-radius:17px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:flex}.recipe-details__step-number--completed{background:#8fb28a}.recipe-details__step-body{flex:1}.recipe-details__step-text{color:#5c3d1e;cursor:pointer;margin:0 0 4px;font-size:18px;line-height:1.6}.recipe-details__step-text--done{color:#8f8882}.recipe-details__tip{border-left:2px solid #e76f51;margin-top:14px;padding-left:14px}.recipe-details__tip-label{letter-spacing:1.4px;color:#e76f51;margin:0 0 4px;font-size:10px;font-weight:800}.recipe-details__tip-text{color:#756d68;margin:0;font-size:13px;line-height:1.5}.recipe-details__timer-chip{background:#f4ece6;border-radius:27px;justify-content:space-between;align-items:center;min-height:54px;margin-top:16px;padding:8px 8px 8px 18px;display:flex}.recipe-details__timer-info{align-items:center;gap:8px;display:flex}.recipe-details__timer-text{color:#5c3d1e;font-size:15px;font-weight:700}.recipe-details__timer-controls{align-items:center;gap:6px;display:flex}.recipe-details__timer-play-btn{cursor:pointer;background:#e76f51;border:none;border-radius:19px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.recipe-details__timer-secondary-btn{cursor:pointer;background:#eae0d9;border:none;border-radius:19px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.recipe-details__start-btn{color:#fff;cursor:pointer;background:#e76f51;border:none;border-radius:16px;width:100%;margin-top:30px;padding:16px;font-size:16px;font-weight:700}.recipe-details__start-btn:hover{background:#d9603f}@media (width>=900px){.recipe-details{align-items:flex-start;display:flex}.recipe-details__media{box-sizing:border-box;background:#fdf6ec;flex:0 auto;justify-content:center;align-items:center;min-width:0;height:100vh;padding:48px;display:flex;position:sticky;top:0;overflow:hidden}.recipe-details__image,.recipe-details__placeholder{object-fit:contain;border-radius:16px;width:auto;max-width:100%;height:auto;max-height:100%}.recipe-details__placeholder{flex-shrink:0;width:400px}.recipe-details__content{border-top-left-radius:0;border-bottom-left-radius:24px;flex-grow:1;flex-shrink:0;min-width:420px;margin-top:0;padding:48px 56px 60px}.recipe-details__content-inner{max-width:640px;margin:0 auto}.recipe-details__title{font-size:32px}}.search-page{background:#fdf6ec;min-height:100vh}.search-page__inner{max-width:800px;margin:0 auto;padding:16px}@media (width>=700px){.search-page__inner{padding:32px 40px}}.search-page__header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.search-page__back{cursor:pointer;background:#fffdf7;border:none;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 12px #5c3d1e14}.search-page__bar{background:#fffdf7;border-radius:14px;flex:1;align-items:center;gap:8px;padding:10px 14px;display:flex}.search-page__input{color:#5c3d1e;background:0 0;border:none;outline:none;flex:1;font-size:15px}.search-page__input::placeholder{color:#c4a882}.search-page__clear{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.search-page__categories{scrollbar-width:none;gap:8px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.search-page__categories::-webkit-scrollbar{display:none}.search-page__pill{color:#8c6a4a;cursor:pointer;background:#fffdf7;border:none;border-radius:20px;flex-shrink:0;padding:9px 16px;font-size:13px;transition:background .15s,color .15s}.search-page__pill--active{color:#fff;background:#e76f51;font-weight:600}.search-page__results{flex-direction:column;gap:10px;display:flex}.search-page__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 24px;display:flex}.search-page__empty-title{color:#5c3d1e;margin:12px 0 4px;font-size:17px;font-weight:600}.search-page__empty-subtitle{color:#8c6a4a;margin:0;font-size:13px}.search-page__spinner{border:3px solid #e76f5140;border-top-color:#e76f51;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}
