.back-button{display:inline-block;color:#1b2c84;border:2px solid #1b2c84;border-radius:50px;padding:8px 24px;font-weight:700;margin-bottom:20px;font-size:15px;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer;text-transform:uppercase}.back-button:before{content:"◀";margin-right:8px}.back-button:hover{background-color:#1b2c84;color:#fff;transition:all .3s ease}.recipe-detail-page .content-layout{display:flex;gap:40px;align-items:flex-start;margin-bottom:32px}.recipe-detail-page .content-column{flex:1}.recipe-detail-page .recipe-detail-title{font-size:50px;color:#1b2c84;text-transform:uppercase;font-weight:700;margin-bottom:24px;line-height:1.2;text-align:left}.recipe-detail-page .recipe-detail-description{font-size:20px;color:#1b2c84;line-height:1.5}.recipe-detail-page .recipe-image{width:595px;height:348px;background-size:cover;background-position:50%;border-radius:20px;background-color:#f0f0f0}.recipe-detail-page .separator{height:2px;background-color:#dd6145;width:100%;margin-bottom:32px}.recipe-detail-page .recipe-sections{display:flex;gap:40px;align-items:flex-start}.recipe-detail-page .ingredients-section{width:455px;background-color:#f7e8df;border:1px solid #f7e8df;border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:flex-start}.recipe-detail-page .ingredients-section .ingredients-list{padding-left:20px;margin:20px 0 0}.recipe-detail-page .ingredients-section .ingredients-list li{margin-bottom:8px;color:#1b2c84;font-size:20px;line-height:1.4;font-weight:900}.recipe-detail-page .ingredients-section .ingredients-list li::marker{content:"• ";color:#1b2c84;font-weight:700}.recipe-detail-page .preparation-section{flex:1;display:flex;flex-direction:column;align-items:flex-start}.recipe-detail-page .preparation-section .section-title{margin-top:20px}.recipe-detail-page .preparation-section .preparation-list{list-style:none;padding:0;margin-top:20px;counter-reset:step-counter}.recipe-detail-page .preparation-section .preparation-list li{color:#1b2c84;font-size:20px;margin-bottom:20px;position:relative;padding-left:50px;counter-increment:step-counter;line-height:1.4}.recipe-detail-page .preparation-section .preparation-list li:before{content:counter(step-counter) ".";position:absolute;left:0;top:50%;transform:translateY(-50%);width:33px;height:33px;background-color:rgba(0,0,0,0);border:3px solid #1b2c84;color:#1b2c84;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px}.recipe-detail-page .section-title{font-size:20px;border:1px solid #1b2c84;border-radius:20px;padding:5px 15px;text-align:left;margin-bottom:20px;font-weight:700;color:#1b2c84;text-transform:none}.receptek-page{background-image:url(/img/bgr/bgr_receptek.jpg)}.receptek-page .page-header .page-title{display:inline-block;color:#1b2c84;border:2px solid #1b2c84;border-radius:50px;padding:8px 24px;font-weight:700;margin-bottom:20px;font-size:15px;background:rgba(0,0,0,0)}.receptek-page .page-header .page-description{font-size:16px;color:#1b2c84;margin:0 auto 30px}.receptek-page .meals-container .recipe-grid-2x2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:34px;margin-bottom:40px}.receptek-page .meals-container .section-divider{border:none;border-top:2px solid #d12801;margin:75px 0;opacity:.3}.receptek-page .recipe-item{display:flex;flex-direction:column;height:100%}.receptek-page .recipe-item .meal-type-container{margin-bottom:12px;text-align:left}.receptek-page .recipe-item .meal-type-container .meal-type-button{font-family:inherit}.receptek-page .recipe-card-horizontal{border-radius:30px;box-shadow:0 0 20px rgba(0,0,0,.3);overflow:hidden;height:340px;flex:1}.receptek-page .recipe-card-horizontal .card-content-wrapper{display:flex;height:100%}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content{flex:1;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .recipe-title{color:#1b2c84;font-weight:600;margin-bottom:8px;line-height:1.3;font-size:28.56px}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .recipe-description{color:#313030;line-height:1.4;margin-bottom:12px;font-size:15.01px;flex-grow:1}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .tags{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:12px}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .tags .recipe-tag{background-color:#fa9f01;color:#1b2c84;font-size:11.83px;font-weight:600;text-transform:uppercase;height:20px}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .tags .recipe-tag:hover{background-color:#e88f01}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .cook-button{color:#fff;border-radius:22px;font-size:12px;padding:12px 22px;text-transform:none;align-self:flex-start}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .cook-button:hover{transform:scale(1.05);transition:all .3s ease}.receptek-page .recipe-card-horizontal .card-content-wrapper .image-content{width:240px;position:relative}.receptek-page .recipe-card-horizontal .card-content-wrapper .image-content .recipe-image{width:100%;height:100%;background-size:cover;background-position:50%;background-color:#f0f0f0;position:relative}.receptek-page .recipe-card-horizontal .card-content-wrapper .image-content .recipe-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.6}.receptek-page .recipe-card-horizontal .card-content-wrapper .image-content .recipe-image:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:29px;height:58px;background:#fff;border-radius:0 29px 29px 0;z-index:2}@media(max-width:1200px){.receptek-page .recipe-card-horizontal .card-content-wrapper .image-content{width:220px}}@media(max-width:992px){.receptek-page .recipe-card-horizontal .card-content-wrapper .image-content{width:180px}}@media(max-width:768px){.receptek-page .meals-container .recipe-grid-2x2{grid-template-columns:1fr;gap:16px}.receptek-page .recipe-card-horizontal{height:auto}.receptek-page .recipe-card-horizontal .card-content-wrapper{flex-direction:column}.receptek-page .recipe-card-horizontal .card-content-wrapper .image-content{width:100%;height:150px}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .meal-type-container{display:flex;margin-bottom:8px}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .meal-type-container .meal-type-button{font-family:inherit;align-self:flex-start}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .recipe-title{font-size:1rem}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .recipe-description{font-size:.85rem}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .tags .recipe-tag{font-size:9px;height:18px}.receptek-page .recipe-card-horizontal .card-content-wrapper .text-content .cook-button{font-size:11px;padding:5px 14px}}.recipe-detail-page .ingredient-category{color:#1b2c84;font-weight:600;font-size:18px;margin:20px 0 10px}.recipe-detail-page .tips-section{background-color:#f0f7ff;border-left:4px solid #1bd464;padding:20px;border-radius:8px;margin-top:30px}.recipe-detail-page .tips-section .tips-title{color:#1b2c84;font-weight:700;font-size:18px;margin-bottom:15px}.recipe-detail-page .tips-section .tips-list{list-style:none;padding:0;margin:0}.recipe-detail-page .tips-section .tips-list li{color:#1b2c84;margin-bottom:10px;padding-left:20px;position:relative}.recipe-detail-page .tips-section .tips-list li:before{content:"💡";position:absolute;left:0;top:0}.tudastar-page{background:#fff;background-image:url(/img/bgr/bgr_tudastar.jpg);min-height:100vh}.tudastar-page .page-header{background:#fff;text-align:left}.tudastar-page .page-header .page-title{display:inline-block;color:#1b2c84;border:2px solid #1b2c84;border-radius:50px;padding:8px 24px;font-weight:700;margin-bottom:20px;font-size:15px;background:rgba(0,0,0,0)}.tudastar-page .page-header .page-subtitle{font-size:16px;color:#1b2c84;margin:0 0 30px;max-width:600px}.tudastar-page .knowledge-card{border-radius:12px;overflow:hidden;box-shadow:0 0 16px rgba(0,0,0,.3)}.tudastar-page .knowledge-card .card-image{position:relative;background-color:#0aab4d;margin:15px;border-radius:12px}.tudastar-page .knowledge-card .card-image:before{display:none}.tudastar-page .knowledge-card .card-title{color:#2d5016;font-weight:600;margin-bottom:8px;line-height:1.3}.tudastar-page .knowledge-card .card-description{color:#666;line-height:1.5;margin-bottom:20px}.tudastar-page .knowledge-card .read-button{display:inline-block;background-color:#c5015d;color:#fff;padding:3px 24px;border-radius:25px;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;transition:background-color .3s ease;margin-bottom:15px}.tudastar-page .knowledge-card .read-button:hover{background-color:#9e0148;color:#fff;text-decoration:none}@media(max-width:768px){.tudastar-page .category-filter .category-buttons{justify-content:center}.tudastar-page .category-filter .category-buttons .category-btn{font-size:12px;padding:6px 16px}}.tudastar-detail-page{background:#fff;min-height:100vh;margin-top:32px}.tudastar-detail-page .hero-image{width:100%;height:415px;border-radius:20px;object-fit:cover;margin-bottom:40px;background-color:#1b2c84}.tudastar-detail-page .content-layout{display:flex;gap:40px;align-items:flex-start;margin-bottom:40px}.tudastar-detail-page .content-section{flex:1}.tudastar-detail-page .content-section .article-title{font-size:20px;color:#1b2c84;font-weight:700;margin-bottom:20px;text-transform:uppercase;text-align:left}.tudastar-detail-page .content-section .article-content p{font-size:16px;line-height:1.6;color:#1b2c84;margin-bottom:20px;font-weight:400}.tudastar-detail-page .content-section .article-content h2{font-size:18px;color:#1b2c84;font-weight:600;margin-top:25px;margin-bottom:15px;text-transform:uppercase}.tudastar-detail-page .content-section .article-content h3{font-size:16px;color:#1b2c84;font-weight:600;margin-top:20px;margin-bottom:12px;text-transform:uppercase}.tudastar-detail-page .content-section .article-content ul{margin:0 0 20px;padding-left:20px}.tudastar-detail-page .content-section .article-content ul li{font-size:16px;line-height:1.6;color:#1b2c84;margin-bottom:8px}.tudastar-detail-page .content-section .article-content ul li strong{color:#1b2c84;font-weight:600}.tudastar-detail-page .image-section{width:588px;height:411px;flex-shrink:0}.tudastar-detail-page .image-section .article-image{width:100%;height:100%;border-radius:20px;object-fit:cover;background-color:#1b2c84}.tudastar-detail-page .divider{width:100%;height:1px;background-color:#d44588;margin-top:40px}.tudastar-detail-page .latest-section .latest-title{display:inline-block;color:#1b2c84;border:2px solid #1b2c84;border-radius:50px;padding:8px 24px;font-weight:700;font-size:15px;background:rgba(0,0,0,0)}.tudastar-detail-page .knowledge-card{border-radius:12px;overflow:hidden;box-shadow:0 0 16px rgba(0,0,0,.3)}.tudastar-detail-page .knowledge-card .card-image{position:relative;background-color:#0aab4d;margin:15px;border-radius:12px}.tudastar-detail-page .knowledge-card .card-image:before{display:none}.tudastar-detail-page .knowledge-card .card-title{color:#2d5016;font-weight:600;margin-bottom:8px;line-height:1.3}.tudastar-detail-page .knowledge-card .card-description{color:#666;line-height:1.5;margin-bottom:20px}.tudastar-detail-page .knowledge-card .read-button{display:inline-block;background-color:#c5015d;color:#fff;padding:3px 24px;border-radius:25px;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;transition:background-color .3s ease;margin-bottom:15px}.tudastar-detail-page .knowledge-card .read-button:hover{background-color:#9e0148;color:#fff;text-decoration:none}@media(max-width:768px){.tudastar-detail-page .hero-image{height:250px}.tudastar-detail-page .content-layout{flex-direction:column;gap:30px}.tudastar-detail-page .content-section .article-title{font-size:18px}.tudastar-detail-page .image-section{width:100%;height:auto;aspect-ratio:588/411}}