:root{--primary-orange:#f97316;--primary-orange-hover:#ea580c;--primary-light:#fff7ed;--secondary-mint:#10b981;--secondary-dark:#059669;--text-slate-900:#0f172a;--text-slate-700:#334155;--text-slate-500:#64748b;--bg-cream:#fcfbf9;--bg-warm:#fef7ee;--card-white:#ffffff;--border-color:#f1f5f9;--shadow-soft:0 4px 20px -2px rgba(15, 23, 42, 0.06);--shadow-hover:0 12px 30px -4px rgba(249, 115, 22, 0.15);--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--font-main:'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;--font-serif:'Playfair Display', Georgia, serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);color:var(--text-slate-900);background-color:var(--bg-cream);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:all 0.2s ease}img{max-width:100%;height:auto;display:block}.feedy-container{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}.feedy-topbar{background-color:#1e293b;color:#e2e8f0;font-size:.85rem;padding:8px 0}.topbar-flex{display:flex;justify-content:space-between;align-items:center}.topbar-tag{display:flex;align-items:center;gap:8px}.pulse-dot{width:8px;height:8px;background-color:var(--primary-orange);border-radius:50%;box-shadow:0 0 0 0 rgb(249 115 22 / .7);animation:pulse 1.8s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgb(249 115 22 / .7)}70%{transform:scale(1);box-shadow:0 0 0 6px #fff0}100%{transform:scale(.95);box-shadow:0 0 0 0 #fff0}}.topbar-links a{color:#cbd5e1;font-weight:500}.topbar-links a:hover{color:var(--primary-orange)}.topbar-links .sep{margin:0 8px;color:#475569}@media (max-width:768px){.feedy-topbar{padding:5px 0;font-size:.78rem}.topbar-flex{flex-direction:column;gap:3px;text-align:center}.topbar-links{display:none}.topbar-tag{justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}.feedy-navbar{background-color:#fff;box-shadow:0 2px 10px rgb(0 0 0 / .03);position:sticky;top:0;z-index:1000}.navbar-inner{display:flex;justify-content:space-between;align-items:center;height:76px}.feedy-logo{display:flex;align-items:center;text-decoration:none}.feedy-logo-img{height:54px;width:auto;max-width:175px;object-fit:contain;display:block;transition:transform 0.2s ease}.feedy-logo:hover .feedy-logo-img{transform:scale(1.03)}.footer-logo{display:inline-block;text-decoration:none;margin-bottom:14px}.footer-logo-img{height:56px;width:auto;max-width:180px;object-fit:contain;display:block;transition:transform 0.2s ease}.footer-logo:hover .footer-logo-img{transform:scale(1.03)}.feedy-nav-menu .nav-list{display:flex;align-items:center;list-style:none;gap:22px}.nav-item{position:relative;flex-shrink:0}.nav-link{font-weight:600;font-size:.92rem;color:var(--text-slate-700);display:inline-flex;align-items:center;gap:4px;padding:10px 2px;white-space:nowrap;line-height:1.2}.nav-link:hover{color:var(--primary-orange)}.badge-hot{background-color:#fee2e2;color:#dc2626;font-size:.7rem;padding:2px 6px;border-radius:var(--radius-full);font-weight:700;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 10px 25px rgb(0 0 0 / .08);border-radius:var(--radius-md);padding:10px 0;min-width:240px;list-style:none;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.2s ease}.nav-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li a{display:block;padding:8px 18px;font-size:.9rem;color:var(--text-slate-700);font-weight:500}.dropdown-menu li a:hover{background-color:var(--primary-light);color:var(--primary-orange)}.feedy-header-actions{display:flex;align-items:center;gap:14px}.btn-search-toggle{background:none;border:none;cursor:pointer;color:var(--text-slate-700);display:flex;align-items:center;padding:8px;border-radius:50%}.btn-search-toggle:hover{background:var(--primary-light);color:var(--primary-orange)}.btn-dinner-spin{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:9px 16px;border-radius:var(--radius-full);font-weight:700;font-size:.88rem;cursor:pointer;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px rgb(249 115 22 / .3);transition:transform 0.2s,box-shadow 0.2s;white-space:nowrap;flex-shrink:0}.btn-dinner-spin:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgb(249 115 22 / .4)}.btn-mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px}.btn-mobile-toggle span{width:24px;height:2px;background:var(--text-slate-900)}.hero-section{padding:50px 0 60px;background:linear-gradient(180deg,#ffffff 0%,var(--bg-cream) 100%)}.hero-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:40px;align-items:center}.hero-pill{display:inline-flex;align-items:center;gap:6px;background:var(--primary-light);color:var(--primary-orange);padding:6px 14px;border-radius:var(--radius-full);font-weight:700;font-size:.85rem;margin-bottom:18px}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;letter-spacing:-1px;margin-bottom:16px}.text-gradient{background:linear-gradient(135deg,#f97316 0%,#dc2626 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.hero-subtitle{font-size:1.1rem;color:var(--text-slate-700);margin-bottom:28px;max-width:540px}.hero-filter-card{background:#fff;border-radius:var(--radius-lg);padding:20px 24px;box-shadow:var(--shadow-soft);border:1px solid var(--border-color)}.filter-header{display:flex;align-items:center;gap:6px;font-size:.95rem;color:var(--text-slate-900);margin-bottom:14px}.filter-controls{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:flex-end}.control-group label{display:block;font-size:.78rem;font-weight:700;color:var(--text-slate-500);text-transform:uppercase;margin-bottom:4px}.control-group select{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:var(--radius-md);background:#f8fafc;font-family:inherit;font-size:.88rem;font-weight:600;color:var(--text-slate-700);cursor:pointer}.btn-filter-submit{background:var(--text-slate-900);color:#fff;border:none;padding:11px 20px;border-radius:var(--radius-md);font-weight:700;font-size:.9rem;cursor:pointer;transition:background 0.2s}.btn-filter-submit:hover{background:var(--primary-orange)}.spotlight-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .06);border:1px solid var(--border-color);position:relative;transition:transform 0.3s}.spotlight-card:hover{transform:translateY(-4px)}.card-badge{position:absolute;top:14px;left:14px;background:rgb(15 23 42 / .85);color:#fff;backdrop-filter:blur(4px);font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:var(--radius-full);z-index:2}.spotlight-img-wrap{position:relative;height:280px;overflow:hidden}.spotlight-img{width:100%;height:100%;object-fit:cover}.budget-tag{position:absolute;bottom:12px;right:12px;background:var(--primary-orange);color:#fff;font-weight:800;font-size:.85rem;padding:5px 12px;border-radius:var(--radius-full);box-shadow:0 4px 10px rgb(0 0 0 / .2)}.spotlight-body{padding:24px}.recipe-meta-row{display:flex;gap:14px;font-size:.85rem;color:var(--text-slate-500);font-weight:600;margin-bottom:10px}.spotlight-title{font-size:1.3rem;font-weight:800;line-height:1.35;margin-bottom:10px}.spotlight-desc{font-size:.95rem;color:var(--text-slate-700);margin-bottom:20px}.spotlight-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-color);padding-top:16px}.chef-signature{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700}.btn-read-recipe{background:var(--primary-light);color:var(--primary-orange);font-weight:700;padding:8px 16px;border-radius:var(--radius-full);font-size:.85rem}.btn-read-recipe:hover{background:var(--primary-orange);color:#fff}.section-pillar{padding:70px 0}.bg-warm{background-color:var(--bg-warm)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:35px}.section-tag{display:inline-block;font-size:.8rem;font-weight:800;text-transform:uppercase;color:var(--primary-orange);margin-bottom:6px;letter-spacing:.5px}.section-tag.affiliate-tag{color:#dc2626}.section-tag.tool-tag{color:#2563eb}.section-title{font-size:2rem;font-weight:800;letter-spacing:-.5px}.view-all-link{font-weight:700;font-size:.95rem;color:var(--primary-orange)}.header-desc{font-size:1rem;color:var(--text-slate-500);margin-top:6px}.text-center{text-align:center}.text-center .header-desc{max-width:600px;margin:6px auto 0}.recipe-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.recipe-card{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--border-color);transition:transform 0.25s,box-shadow 0.25s;display:flex;flex-direction:column}.recipe-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.card-thumb-wrap{position:relative;height:180px;overflow:hidden}.card-thumb{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.recipe-card:hover .card-thumb{transform:scale(1.05)}.cost-badge{position:absolute;bottom:10px;left:10px;background:rgb(15 23 42 / .85);color:#fff;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-full)}.citable-badge{position:absolute;top:10px;right:10px;background:#7b1fa2;color:#fff;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-full)}.card-content{padding:16px 18px;flex:1;display:flex;flex-direction:column}.card-meta{display:flex;gap:10px;font-size:.8rem;color:var(--text-slate-500);font-weight:600;margin-bottom:8px}.card-title{font-size:1.05rem;font-weight:700;line-height:1.4;margin-bottom:8px}.card-title a:hover{color:var(--primary-orange)}.card-excerpt{font-size:.85rem;color:var(--text-slate-500);line-height:1.5;margin-top:auto}.ingredient-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.pill-btn{background:#fff;border:1px solid #cbd5e1;padding:8px 18px;border-radius:var(--radius-full);font-weight:700;font-size:.9rem;color:var(--text-slate-700);cursor:pointer;transition:all 0.2s ease}.pill-btn:hover,.pill-btn.active{background:var(--primary-orange);color:#fff;border-color:var(--primary-orange);box-shadow:0 4px 12px rgb(249 115 22 / .25)}.affiliate-products-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}.affiliate-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--border-color);padding:24px;position:relative;display:flex;flex-direction:column}.affiliate-card.featured{border:2px solid var(--primary-orange)}.badge-ribbon{position:absolute;top:14px;right:14px;background:#fee2e2;color:#dc2626;font-weight:800;font-size:.75rem;padding:4px 10px;border-radius:var(--radius-full)}.product-thumb{height:180px;border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px}.prod-img{width:100%;height:100%;object-fit:cover}.rating-stars{color:#f59e0b;font-size:.85rem;font-weight:700;margin-bottom:6px}.rating-stars span{color:var(--text-slate-500);font-weight:500}.prod-title{font-size:1.2rem;font-weight:800;margin-bottom:10px}.prod-desc{font-size:.9rem;color:var(--text-slate-700);margin-bottom:16px}.prod-points{list-style:none;font-size:.85rem;color:var(--text-slate-700);margin-bottom:20px}.prod-points li{margin-bottom:4px}.product-cta-group{margin-top:auto;display:flex;flex-direction:column;gap:8px}.btn-cta-shopee{background:#ee4d2d;color:#fff;text-align:center;font-weight:700;font-size:.9rem;padding:11px 0;border-radius:var(--radius-md);box-shadow:0 4px 12px rgb(238 77 45 / .25)}.btn-cta-shopee:hover{background:#d73211}.btn-view-review{text-align:center;font-weight:600;font-size:.85rem;color:var(--text-slate-500)}.btn-view-review:hover{color:var(--primary-orange)}.calculator-box{background:#fff;border-radius:var(--radius-lg);box-shadow:0 10px 30px rgb(0 0 0 / .06);border:1px solid var(--border-color);padding:36px;max-width:960px;margin:0 auto}.calculator-inputs{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:28px;border-bottom:1px solid var(--border-color)}.preset-buttons{display:flex;gap:8px;margin-top:6px}.calc-btn-preset{background:#f1f5f9;border:1px solid #cbd5e1;padding:7px 14px;border-radius:var(--radius-full);font-weight:700;font-size:.85rem;color:var(--text-slate-700);cursor:pointer}.calc-btn-preset.active,.calc-btn-preset:hover{background:var(--text-slate-900);color:#fff;border-color:var(--text-slate-900)}.custom-input-group input{width:90px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:var(--radius-md);font-size:1rem;font-weight:700;text-align:center;margin-top:6px}.calculator-results{padding-top:24px}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.result-header h4{font-size:1.15rem;font-weight:800}.disclaimer-badge{background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:var(--radius-full)}.result-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.res-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:16px;display:flex;align-items:center;gap:12px}.res-icon{font-size:1.8rem}.res-label{display:block;font-size:.78rem;font-weight:600;color:var(--text-slate-500)}.res-value{display:block;font-size:1.1rem;font-weight:800}.text-orange{color:var(--primary-orange)}.fnb-banner-card{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#fff;border-radius:var(--radius-lg);padding:48px;display:grid;grid-template-columns:1.2fr 0.8fr;gap:40px;align-items:center}.fnb-badge{background:rgb(249 115 22 / .2);color:var(--primary-orange);border:1px solid rgb(249 115 22 / .4);font-size:.8rem;font-weight:700;padding:5px 12px;border-radius:var(--radius-full);display:inline-block;margin-bottom:14px}.fnb-title{font-size:1.9rem;font-weight:800;line-height:1.3;margin-bottom:14px}.fnb-desc{color:#94a3b8;font-size:.95rem;margin-bottom:22px}.fnb-features{display:flex;flex-direction:column;gap:8px;font-size:.9rem;color:#cbd5e1;margin-bottom:28px}.fnb-actions{display:flex;align-items:center;gap:16px}.btn-fnb-download{background:var(--primary-orange);color:#fff;border:none;padding:12px 24px;border-radius:var(--radius-md);font-weight:800;font-size:.95rem;cursor:pointer;box-shadow:0 4px 15px rgb(249 115 22 / .4)}.btn-fnb-download:hover{background:var(--primary-orange-hover)}.fnb-more-link{color:#94a3b8;font-weight:600;font-size:.9rem}.fnb-more-link:hover{color:#fff}.excel-mockup-card{background:#fff;color:var(--text-slate-900);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 15px 35px rgb(0 0 0 / .3)}.mockup-header{background:#f1f5f9;padding:10px 14px;display:flex;align-items:center;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.mockup-title{margin-left:10px;font-size:.8rem;font-weight:600;color:var(--text-slate-500)}.mockup-table{padding:14px;font-size:.85rem}.mock-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:8px 10px;border-bottom:1px solid #f1f5f9}.mock-row.head{font-weight:700;color:var(--text-slate-500);border-bottom:2px solid #e2e8f0}.mock-row .profit{color:#16a34a;font-weight:700}.section-author{padding:40px 0 80px}.author-spotlight-box{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--border-color);padding:40px;display:grid;grid-template-columns:200px 1fr;gap:36px;align-items:center}.author-avatar-col{text-align:center}.author-portrait{width:130px;height:130px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;margin:0 auto 12px;border:3px solid var(--primary-orange)}.author-verified{font-size:.75rem;font-weight:700;color:#15803d;background:#dcfce7;padding:4px 10px;border-radius:var(--radius-full);display:inline-block}.bio-tag{font-size:.8rem;font-weight:700;color:var(--primary-orange);text-transform:uppercase;margin-bottom:4px;display:block}.bio-title{font-size:1.5rem;font-weight:800;margin-bottom:12px}.bio-text{font-size:.95rem;color:var(--text-slate-700);line-height:1.6;margin-bottom:18px}.bio-credentials{display:flex;flex-wrap:wrap;gap:16px;font-size:.85rem;font-weight:700;color:var(--text-slate-700)}.feedy-footer{background:#0f172a;color:#cbd5e1;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:50px;border-bottom:1px solid #1e293b}.footer-logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:1.5rem;color:#fff;margin-bottom:16px}.brand-desc{font-size:.9rem;color:#94a3b8;line-height:1.6;margin-bottom:20px}.chef-badge-card{display:flex;align-items:center;gap:12px;background:#1e293b;padding:10px 14px;border-radius:var(--radius-md);margin-bottom:20px}.chef-badge-card .chef-avatar{font-size:1.8rem}.chef-badge-card .chef-name{font-weight:700;color:#fff;font-size:.9rem}.chef-badge-card .chef-role{font-size:.75rem;color:#94a3b8}.social-icons{display:flex;gap:14px;font-size:.85rem;font-weight:600}.social-icons a:hover{color:var(--primary-orange)}.col-title{color:#fff;font-size:1.05rem;font-weight:700;margin-bottom:20px}.footer-links{list-style:none;font-size:.9rem}.footer-links li{margin-bottom:10px}.footer-links a:hover{color:var(--primary-orange);padding-left:4px}.newsletter-desc{font-size:.85rem;color:#94a3b8;margin-bottom:12px}.footer-newsletter-form{display:flex;gap:8px;margin-bottom:20px}.footer-newsletter-form input{flex:1;padding:10px 14px;border-radius:var(--radius-md);border:1px solid #334155;background:#1e293b;color:#fff;font-family:inherit;font-size:.85rem}.footer-newsletter-form button{background:var(--primary-orange);color:#fff;border:none;padding:10px 18px;border-radius:var(--radius-md);font-weight:700;cursor:pointer}.contact-meta{font-size:.8rem;color:#94a3b8;line-height:1.6}.footer-bottom{padding:24px 0;font-size:.85rem;color:#64748b}.bottom-inner{display:flex;justify-content:space-between;align-items:center}.bottom-links{display:flex;gap:20px}.bottom-links a:hover{color:#fff}.single-main{padding:36px 0 80px}.feedy-container.single-layout{max-width:1400px}.single-layout{display:grid;grid-template-columns:260px minmax(0,1fr) 320px;gap:32px;align-items:stretch}.single-layout.layout-two-column{grid-template-columns:minmax(0,1fr) 340px}.single-sidebar-left,.single-article,.single-sidebar,.main-col-recipe,.sidebar-col-recipe{min-width:0}.single-sidebar-left{height:auto}.single-sidebar{height:auto}.recipe-two-column-layout{display:grid;grid-template-columns:1fr 340px;gap:40px}@media (max-width:992px){.recipe-two-column-layout{grid-template-columns:1fr!important}}.feedy-sticky-toc{position:sticky;top:90px;max-height:calc(100vh - 110px);overflow-y:auto;scrollbar-width:thin}.feedy-sticky-sidebar{position:sticky;top:90px;max-height:calc(100vh - 110px);overflow-y:auto;scrollbar-width:thin}.feedy-toc-widget{background:#fff;border-radius:var(--radius-lg);padding:20px 22px;border:1px solid var(--border-color);box-shadow:var(--shadow-soft);margin-bottom:24px}.feedy-toc-widget .widget-title{font-size:1rem;font-weight:800;color:var(--text-slate-800);margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--primary-orange);display:flex;align-items:center;gap:8px}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:24px 0;border-radius:var(--radius-md);box-shadow:var(--shadow-soft);border:1px solid var(--border-color)}.feedy-table,.culinary-styled-table,table.table{width:100%;border-collapse:collapse;background:#fff;font-size:.95rem;line-height:1.5}.feedy-table th,.culinary-styled-table th,table.table th{background:#fff7ed;color:#9a3412;font-weight:700;padding:12px 16px;border:1px solid #fed7aa;text-align:left}.feedy-table td,.culinary-styled-table td,table.table td{padding:12px 16px;border:1px solid #f1f5f9;color:#334155}.feedy-table tr:nth-child(even),.culinary-styled-table tr:nth-child(even),table.table tr:nth-child(even){background:#f8fafc}.feedy-breadcrumbs,.recipe-breadcrumbs,.breadcrumb-nav,nav[aria-label="Breadcrumb"],nav[aria-label="Breadcrumbs"]{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;font-size:0.88rem!important;color:var(--text-slate-500,#64748b)!important;margin-top:0!important;margin-bottom:20px!important;padding:0!important;line-height:1.5!important}.feedy-breadcrumbs a,.recipe-breadcrumbs a,.breadcrumb-nav a,nav[aria-label="Breadcrumb"] a,nav[aria-label="Breadcrumbs"] a{color:var(--text-slate-600,#475569)!important;text-decoration:none!important;font-weight:500!important;transition:color 0.2s ease!important}.feedy-breadcrumbs a:hover,.recipe-breadcrumbs a:hover,.breadcrumb-nav a:hover,nav[aria-label="Breadcrumb"] a:hover,nav[aria-label="Breadcrumbs"] a:hover{color:var(--primary-orange,#ea580c)!important}.feedy-breadcrumbs span,.recipe-breadcrumbs span,.breadcrumb-nav span,nav[aria-label="Breadcrumb"] span,nav[aria-label="Breadcrumbs"] span,.recipe-breadcrumbs .sep,.feedy-breadcrumbs .sep{color:var(--text-slate-400,#94a3b8)!important;margin:0 3px!important}.single-article .feedy-breadcrumbs ol,.single-article .recipe-breadcrumbs ol,.single-article .breadcrumb-nav ol,.feedy-breadcrumbs ol,.recipe-breadcrumbs ol,.breadcrumb-nav ol,nav[aria-label="Breadcrumb"] ol,nav[aria-label="Breadcrumbs"] ol{display:flex!important;flex-wrap:wrap!important;align-items:center!important;list-style:none!important;list-style-type:none!important;margin:0!important;padding:0!important;padding-left:0!important;gap:6px!important}.single-article .feedy-breadcrumbs li,.single-article .recipe-breadcrumbs li,.single-article .breadcrumb-nav li,.feedy-breadcrumbs li,.recipe-breadcrumbs li,.breadcrumb-nav li,nav[aria-label="Breadcrumb"] li,nav[aria-label="Breadcrumbs"] li{display:inline-flex!important;align-items:center!important;list-style:none!important;list-style-type:none!important;margin:0!important;margin-bottom:0!important;padding:0!important;color:var(--text-slate-600,#475569)!important;font-size:0.88rem!important}.feedy-breadcrumbs .current,.recipe-breadcrumbs .current,.breadcrumb-nav .current,nav[aria-label="Breadcrumb"] .current,nav[aria-label="Breadcrumbs"] .current{color:var(--text-slate-800,#1e293b)!important;font-weight:600!important}.category-pill{display:inline-block;background:var(--primary-light);color:var(--primary-orange);font-weight:700;font-size:.8rem;padding:4px 12px;border-radius:var(--radius-full);margin-bottom:12px}.single-title{font-size:2.2rem;font-weight:800;line-height:1.3;margin-bottom:20px}.single-meta-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 20px;border-radius:var(--radius-md);border:1px solid var(--border-color);margin-bottom:24px}.author-meta{display:flex;align-items:center;gap:10px}.chef-icon{font-size:2rem}.post-date{display:block;font-size:.75rem;color:var(--text-slate-500)}.recipe-quick-specs{display:flex;gap:16px;font-size:.85rem}.single-featured-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:30px}.recipe-entry-title{font-size:2.2rem;font-weight:800;line-height:1.3;color:var(--text-slate-900);margin:16px 0 20px}.recipe-meta-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px;align-items:center}.meta-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;font-size:.85rem;color:#475569}.meta-badge.author-badge{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.meta-badge.verified-badge{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.spec-item{display:flex;flex-direction:column}.spec-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:700}.spec-val{font-size:1rem;font-weight:800;color:var(--text-slate-900)}.spec-val.highlight-price{color:var(--primary-orange)}.recipe-hero-container{margin-bottom:30px}.recipe-hero-img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);object-fit:cover}.img-caption{font-size:.85rem;color:#64748b;text-align:center;font-style:italic;margin-top:8px}.recipe-article-body h2{font-size:1.5rem;font-weight:800;color:var(--text-slate-900);margin:36px 0 16px;padding-bottom:8px;border-bottom:2px solid #fed7aa}.recipe-article-body h3{font-size:1.2rem;font-weight:700;color:var(--text-slate-800);margin:24px 0 12px}.recipe-step-item{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:20px;margin-bottom:20px;box-shadow:var(--shadow-soft)}.step-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.step-number-badge{width:34px;height:34px;border-radius:50%;background:var(--primary-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.recipe-step-img{width:100%;max-width:600px;height:auto;border-radius:var(--radius-md);margin:14px 0}.faq-accordion .faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:16px 20px;margin-bottom:14px}.faq-question{font-size:1.05rem;font-weight:700;color:#9a3412;margin:0 0 8px}.faq-answer p{margin:0;color:#475569}.silo-reverse-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:var(--radius-md);padding:20px;margin-top:36px}.silo-reverse-box h3{margin-top:0;color:#9a3412}.silo-links-list{list-style:none;padding:0;margin:12px 0 0}.silo-links-list li{padding:6px 0}.silo-links-list a{color:var(--primary-orange);font-weight:600}.recipe-ai-summary{background:#eff6ff;border-left:4px solid #3b82f6;padding:18px 24px;border-radius:0 var(--radius-md) var(--radius-md) 0;margin-bottom:30px;font-size:.95rem}.summary-header .badge{color:#1d4ed8;font-weight:800;font-size:.8rem;text-transform:uppercase;display:block;margin-bottom:6px}.ingredients-box{background:#fff;border-radius:var(--radius-lg);padding:30px;box-shadow:var(--shadow-soft);border:1px solid var(--border-color);margin-bottom:35px}.box-title,.steps-title{font-size:1.3rem;font-weight:800;margin-bottom:20px}.ingredients-list{list-style:none}.ingredients-list li{padding:10px 0;border-bottom:1px dashed #e2e8f0;font-size:.95rem}.ingredients-list label{cursor:pointer;display:flex;align-items:center;gap:10px}.recipe-steps{margin-bottom:40px}.step-card{display:flex;flex-direction:column;gap:14px;background:#fff;padding:24px;border-radius:var(--radius-md);border:1px solid var(--border-color);margin-bottom:20px;box-shadow:var(--shadow-soft)}.step-card.step-card-horizontal{flex-direction:row;gap:20px}.feedy-toc-widget a:hover{color:var(--primary-orange)!important;font-weight:700!important;padding-left:4px}.feedy-toc-widget li{transition:all 0.2s ease}.in-article-toc{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:16px 20px;margin:24px 0 30px;box-shadow:0 2px 8px rgb(234 88 12 / .06)}.step-num{width:38px;height:38px;background:var(--primary-orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.step-content h4{font-size:1.1rem;font-weight:700;margin-bottom:6px}.recipe-affiliate-box{background:#fff1f2;border:1px solid #fecdd3;border-radius:var(--radius-lg);padding:24px;margin-bottom:35px}.aff-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.aff-header .icon{font-size:2rem}.aff-header h4{font-size:1.1rem;font-weight:800;color:#9f1239}.aff-header p{font-size:.85rem;color:#881337}.aff-card-mini{background:#fff;border-radius:var(--radius-md);padding:14px 18px;display:flex;align-items:center;gap:16px}.mini-thumb{width:60px;height:60px;border-radius:var(--radius-md);object-fit:cover}.mini-info h5{font-size:.95rem;font-weight:700}.mini-price{font-size:.8rem;color:#e11d48;font-weight:600}.btn-buy-mini{margin-left:auto;background:#ee4d2d;color:#fff;font-weight:700;font-size:.85rem;padding:8px 16px;border-radius:var(--radius-full)}.silo-links-box{background:#f8fafc;border-radius:var(--radius-md);padding:24px;border:1px solid #e2e8f0}.silo-links-box h4{font-size:1.05rem;font-weight:800;margin-bottom:12px}.silo-links-box ul{list-style:none}.silo-links-box li{margin-bottom:8px;font-size:.9rem;font-weight:600}.silo-links-box a:hover{color:var(--primary-orange)}.sidebar-widget{background:#fff;border-radius:var(--radius-lg);padding:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-soft);margin-bottom:24px}.author-card-widget{text-align:center}.widget-avatar{font-size:3.5rem;margin-bottom:10px}.author-card-widget h4{font-size:1.2rem;font-weight:800;margin-bottom:6px}.author-card-widget p{font-size:.85rem;color:var(--text-slate-500)}.widget-title{font-size:1.05rem;font-weight:800;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border-color)}.widget-list{list-style:none;font-size:.9rem}.widget-list li{padding:8px 0;border-bottom:1px dashed #f1f5f9}.widget-list a:hover{color:var(--primary-orange)}.feedy-widget{background:#fff;border-radius:var(--radius-lg);padding:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-soft);margin-bottom:24px}.category-silo-list,.recipe-toc-nav ul{list-style:none;font-size:.9rem;padding:0;margin:0}.category-silo-list li,.recipe-toc-nav li{padding:8px 0;border-bottom:1px dashed #f1f5f9}.category-silo-list a:hover,.recipe-toc-nav a:hover{color:var(--primary-orange)}.author-card-content{display:flex;gap:16px;align-items:center;text-align:left}.author-avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(15 23 42 / .75);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:2000}.modal-overlay.active{display:flex}.modal-card{background:#fff;border-radius:var(--radius-lg);width:90%;max-width:500px;padding:32px;position:relative;box-shadow:0 20px 40px rgb(0 0 0 / .25);animation:modalPop 0.3s cubic-bezier(.16,1,.3,1)}@keyframes modalPop{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:16px;right:18px;background:none;border:none;font-size:1.8rem;cursor:pointer;color:#64748b}.modal-badge{background:var(--primary-light);color:var(--primary-orange);font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:var(--radius-full)}.modal-title{font-size:1.4rem;font-weight:800;margin-top:8px}.modal-body{margin:24px 0;min-height:120px}.meal-result-card{background:#fff7ed;border:1px solid #fed7aa;border-radius:var(--radius-md);padding:16px}.meal-result-title{font-size:1.15rem;font-weight:800;color:#9a3412;margin-bottom:6px}.meal-result-meta{font-size:.85rem;color:#c2410c;margin-bottom:8px}.modal-footer{display:flex;justify-content:space-between;gap:12px}.btn-spin-again{background:#f1f5f9;border:1px solid #cbd5e1;padding:10px 16px;border-radius:var(--radius-md);font-weight:700;cursor:pointer}.btn-view-selected-recipe{background:var(--primary-orange);color:#fff;padding:10px 20px;border-radius:var(--radius-md);font-weight:700}@media (min-width:1101px) and (max-width:1280px){.single-layout{grid-template-columns:230px minmax(0,1fr) 290px;gap:24px}}@media (min-width:993px) and (max-width:1100px){.single-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px}.single-sidebar-left{display:none!important}}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr}.hero-spotlight{max-width:600px;margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr}.single-layout{grid-template-columns:1fr!important;gap:24px}.single-sidebar-left{display:none!important}.affiliate-products-grid{grid-template-columns:1fr}.fnb-banner-card{grid-template-columns:1fr}}@media (max-width:768px){.feedy-logo-img{height:44px;max-width:140px}.feedy-nav-menu{display:none}.btn-mobile-toggle{display:flex}.hero-title{font-size:2.1rem}.filter-controls{grid-template-columns:1fr}.calculator-inputs{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.author-spotlight-box{grid-template-columns:1fr;text-align:center}.bottom-inner{flex-direction:column;gap:12px;text-align:center}}.single-recipe-wrap{max-width:900px;margin:0 auto;padding:40px 20px}.single-article{flex:1;min-width:0}.entry-title{font-family:var(--font-serif);font-size:2.3rem;line-height:1.3;color:var(--text-slate-900);margin-bottom:24px}.section-title{font-size:1.5rem;color:var(--text-slate-900);margin:36px 0 16px;border-left:4px solid var(--primary-orange);padding-left:12px}.subsection-title{font-size:1.2rem;color:#1e293b;margin:24px 0 12px}.author-badge-top{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #fed7aa;padding:12px 18px;border-radius:var(--radius-md);margin-bottom:28px;box-shadow:0 4px 12px rgb(249 115 22 / .06)}.author-badge-icon{font-size:2.2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.author-badge-icon img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-orange);display:block}.widget-avatar img{width:88px;height:88px;border-radius:50%;object-fit:cover;margin:0 auto;border:3px solid var(--primary-orange);display:block;box-shadow:0 4px 14px rgb(234 88 12 / .18)}.chef-badge-card .chef-avatar img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-orange);display:block}.author-avatar-col .author-portrait{overflow:hidden;border:3px solid var(--primary-orange)}.author-avatar-col .author-portrait img{width:100%;height:100%;object-fit:cover;display:block}.chef-avatar-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.author-badge-name{font-weight:700;color:#0f172a;font-size:1.05rem}.author-badge-meta{font-size:.85rem;color:#64748b}.feedy-table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .04)}.feedy-table th{background:#fff7ed;color:#9a3412;font-weight:700;padding:12px 16px;text-align:left;border-bottom:2px solid #fed7aa}.feedy-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;color:#334155}.alert{padding:16px 20px;border-radius:10px;margin:20px 0}.alert-tip{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.alert-note{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.alert-important{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.article-hero-picture img,.article-body-picture img{width:100%;height:auto;border-radius:14px;box-shadow:0 8px 24px rgb(0 0 0 / .08);margin:20px 0}.feedy-hr{border:0;height:1px;background:#e2e8f0;margin:32px 0}.single-article p{line-height:1.8;color:#334155;margin-bottom:18px;font-size:1.05rem}.single-article ul,.single-article ol{margin-bottom:20px;padding-left:24px;color:#334155;line-height:1.8}.single-article li{margin-bottom:8px}.search-modal-card{max-width:620px;width:92%}.quick-tag-btn{transition:all 0.2s ease}.quick-tag-btn:hover{background:#ea580c!important;color:#ffffff!important;border-color:#ea580c!important}.search-results-list a:hover{background:#fff7ed!important;border-color:#fdba74!important;transform:translateX(3px)}.search-results-list a:hover h4{color:#ea580c!important}@media (min-width:993px) and (max-width:1240px){.feedy-nav-menu .nav-list{gap:14px}.nav-link{font-size:.86rem;gap:3px}.btn-dinner-spin{padding:8px 12px;font-size:.82rem}.feedy-logo-img{height:48px;max-width:155px}}@media (max-width:992px){.btn-mobile-toggle{display:flex!important}.feedy-nav-menu{display:none}.feedy-nav-menu.mobile-active{display:block!important}.feedy-nav-menu .nav-list{flex-direction:column;gap:8px}.feedy-nav-menu .nav-item{width:100%}.feedy-nav-menu .nav-link{display:flex;justify-content:space-between;width:100%;padding:10px 0;border-bottom:1px solid #f1f5f9;white-space:normal}.feedy-nav-menu .dropdown-menu{display:none;position:static;box-shadow:none;border-radius:0;padding:4px 0 8px 16px;background:#fff0}.feedy-nav-menu .dropdown-menu li a{padding:6px 0;font-size:.95rem;color:#475569}}.author-meta-img{width:24px;height:24px;border-radius:50%;object-fit:cover;vertical-align:middle;margin-right:6px;display:inline-block;border:1.5px solid var(--primary-orange)}.chef-icon img{width:28px;height:28px;border-radius:50%;object-fit:cover;vertical-align:middle;border:1.5px solid var(--primary-orange)}.author-bio-box{display:flex;gap:20px;align-items:center;background:#fff7ed;border:1px solid #fed7aa;padding:20px;border-radius:12px;margin:35px 0;box-shadow:0 4px 12px rgb(249 115 22 / .05)}.author-bio-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--primary-orange);flex-shrink:0;box-shadow:0 4px 10px rgb(234 88 12 / .2)}.feedy-infogain-box .infogain-title{font-size:1.25rem;font-weight:700;margin:8px 0 12px;color:#0f172a}.feedy-table caption{font-size:.95rem;font-weight:700;color:#9a3412;background:#fff7ed;padding:10px 16px;text-align:left;border-bottom:2px solid #fed7aa;caption-side:top;border-top-left-radius:10px;border-top-right-radius:10px}.single-article figure,.recipe-featured-figure,.recipe-step-figure,.recipe-process-image,.recipe-hero-image,.single-featured-image,.wp-block-image{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;margin:32px auto!important;background:transparent!important;border:none!important;box-shadow:none!important;overflow:visible!important;width:100%!important;max-width:100%!important}.single-article figure picture,.recipe-step-figure picture,.recipe-featured-figure picture,.recipe-process-image picture,.recipe-hero-image picture{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important}.single-article figure img,.recipe-step-figure img,.recipe-process-image img,.wp-block-image img{display:block!important;margin:0 auto!important;max-width:100%!important;height:auto!important;border-radius:14px!important;box-shadow:0 4px 20px -2px rgb(15 23 42 / .08)!important}.recipe-featured-figure img,.recipe-featured-img,.recipe-hero-image img,.single-featured-image img{display:block!important;margin:0 auto!important;width:100%!important;max-width:100%!important;height:auto!important;border-radius:16px!important;box-shadow:0 6px 24px -4px rgb(15 23 42 / .1)!important}.single-article figure figcaption,.recipe-featured-figure figcaption,.recipe-step-figure figcaption,.recipe-process-image figcaption,.recipe-hero-image figcaption,.single-featured-image figcaption,.image-caption,.img-caption,.wp-caption-text{display:block!important;width:100%!important;max-width:720px!important;margin:10px auto 0!important;padding:0 12px!important;background:transparent!important;border:none!important;text-align:center!important;font-style:italic!important;font-size:0.88rem!important;line-height:1.55!important;color:#64748b!important}.recipe-specs-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md,12px);padding:16px 20px;margin-bottom:24px}.recipe-specs-card .spec-col{display:flex;flex-direction:column;gap:4px}.recipe-specs-card .spec-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:700}.recipe-specs-card .spec-val{font-size:1rem;font-weight:800;color:var(--text-slate-900,#0f172a)}.recipe-direct-answer{background:#eff6ff;border-left:4px solid #3b82f6;padding:18px 24px;border-radius:0 var(--radius-md,12px) var(--radius-md,12px) 0;margin-bottom:30px;font-size:1rem;line-height:1.7;color:#1e3a8a}.recipe-direct-answer p{margin:0}.recipe-direct-answer strong{color:#1e40af}.recipe-content-section{margin-bottom:36px}.recipe-content-section .section-title{font-size:1.45rem;font-weight:800;color:var(--text-slate-900,#0f172a);margin:30px 0 16px;padding-bottom:10px;border-bottom:2px solid #fed7aa}.recipe-content-section p{line-height:1.75;color:#334155;margin-bottom:16px}.recipe-content-section ul,.recipe-content-section ol{padding-left:24px;margin-bottom:20px;line-height:1.75;color:#334155}.recipe-content-section li{margin-bottom:10px}.in-content-toc{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:20px 24px;margin:16px 0 28px;box-shadow:0 2px 8px rgb(234 88 12 / .05)}.in-content-toc ul{list-style:none;padding:0;margin:0}.in-content-toc li{padding:6px 0;border-bottom:1px dashed #fed7aa;margin:0}.in-content-toc li:last-child{border-bottom:none}.in-content-toc a{color:#9a3412;text-decoration:none;font-weight:600;font-size:.95rem;transition:color 0.2s ease,padding-left 0.2s ease}.in-content-toc a:hover{color:var(--primary-orange,#ea580c);padding-left:6px}.silo-bottom-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:var(--radius-md,12px);padding:24px;margin-top:36px}.silo-bottom-box h4{margin:0 0 16px;color:#9a3412;font-size:1.15rem;font-weight:700}.silo-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.silo-link-item{display:flex;align-items:center;padding:12px 16px;background:#fff;border:1px solid #fed7aa;border-radius:8px;color:#9a3412;text-decoration:none;font-weight:600;font-size:.92rem;transition:all 0.2s ease}.silo-link-item:hover{background:#ffedd5;border-color:#ea580c;color:#ea580c;transform:translateY(-1px)}.popular-posts-list{list-style:none;padding:0;margin:0}.popular-posts-list li{padding:10px 0;border-bottom:1px dashed #f1f5f9}.popular-posts-list li:last-child{border-bottom:none}.popular-posts-list a{text-decoration:none;display:flex;flex-direction:column;gap:4px}.popular-posts-list strong{font-size:.92rem;color:var(--text-slate-800,#1e293b);transition:color 0.2s ease}.popular-posts-list a:hover strong{color:var(--primary-orange,#ea580c)}.popular-posts-list span{font-size:.78rem;color:#64748b}.feedy-toc-widget .toc-list{list-style:none;padding:0;margin:0}.feedy-toc-widget .toc-list li{padding:8px 0;border-bottom:1px dashed #f1f5f9}.feedy-toc-widget .toc-list li:last-child{border-bottom:none}.feedy-toc-widget .toc-list a{color:#475569;text-decoration:none;font-size:.88rem;transition:all 0.2s ease;display:block}.feedy-toc-widget .toc-list a:hover,.feedy-toc-widget .toc-list a.active{color:var(--primary-orange,#ea580c)!important;font-weight:700;padding-left:6px;border-left:2px solid var(--primary-orange)}.feedy-recipe-rating-widget{background:#fffbf5;border:1.5px solid #fed7aa;border-radius:14px;padding:24px 28px;margin:35px 0 25px;box-shadow:0 4px 15px rgb(234 88 12 / .05)}.rating-widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.rating-title-group{display:flex;align-items:flex-start;gap:14px}.rating-badge-icon{font-size:1.8rem;line-height:1}.rating-widget-title{margin:0 0 4px 0;font-size:1.25rem;font-weight:700;color:#9a3412}.rating-widget-subtitle{margin:0;font-size:.92rem;color:#7c2d12;line-height:1.5}.rating-interaction-area{display:flex;align-items:center;gap:20px;flex-wrap:wrap;background:#fff;padding:14px 20px;border-radius:10px;border:1px solid #ffedd5}.rating-stars-picker{display:flex;gap:6px}.rating-stars-picker .star-btn{background:none;border:none;padding:2px;cursor:pointer;line-height:1;border-radius:4px;transition:transform 0.15s ease}.rating-stars-picker .star-btn:hover{transform:scale(1.2)}.rating-stars-picker .star-btn .star-icon{fill:#cbd5e1;transition:fill 0.2s ease}.rating-stars-picker .star-btn.active .star-icon{fill:#f59e0b}.rating-summary-text{font-size:.95rem;color:#475569;font-weight:600}.rating-summary-text .score-highlight{font-size:1.25rem;font-weight:800;color:#b45309}.rating-summary-text .count-badge{color:#64748b;font-weight:500;font-size:.88rem}.rating-summary-text .first-vote-prompt{color:#9a3412;font-style:italic;font-weight:500}.rating-feedback-msg{margin-top:12px;padding:10px 16px;border-radius:8px;font-size:.9rem;line-height:1.4}.rating-feedback-msg.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.rating-feedback-msg.already-voted{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.rating-feedback-msg.sending{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.rating-feedback-msg.error{background:#fef2f2;border:1px solid #fecdd3;color:#9f1239}