:root{--bg:#f4f7fb;--card:#fff;--text:#172033;--muted:#64748b;--line:#e2e8f0;--primary:#0f766e;--primary2:#115e59}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,sans-serif}.chef-wrap{max-width:1200px;margin:auto;padding:26px}
.chef-hero{background:linear-gradient(135deg,#0f766e,#164e63);color:#fff;padding:34px;border-radius:24px;margin-bottom:22px}.chef-hero h1{font-size:42px;margin:12px 0}.chef-hero p{max-width:760px;line-height:1.6}
.chef-back{color:inherit;text-decoration:none;font-weight:700}.chef-search{display:grid;grid-template-columns:1.5fr 1fr auto;gap:10px;margin-top:22px}.chef-search input,.chef-search select{padding:13px;border:0;border-radius:10px}.chef-search button,.chef-button{background:#f59e0b;color:#172033;border:0;border-radius:10px;padding:12px 17px;font-weight:800;text-decoration:none;display:inline-block}
.chef-section,.chef-panel,.chef-profile{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:18px}.chef-section-head{display:flex;justify-content:space-between;align-items:center;gap:15px}.chef-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.chef-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.chef-avatar{height:190px;background:linear-gradient(135deg,#ccfbf1,#cffafe);display:grid;place-items:center}.chef-avatar img{width:100%;height:100%;object-fit:cover}.chef-avatar span,.chef-profile-image span{font-size:66px;font-weight:900;color:#0f766e}.chef-card-body{padding:18px}.chef-card-body p{color:var(--muted);line-height:1.55}.chef-title-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.chef-title-row h1,.chef-title-row h3{margin:0}.chef-badge{font-size:12px;background:#dcfce7;color:#166534;border-radius:999px;padding:6px 9px;font-weight:800}.chef-specialties{font-weight:700;color:#0f766e!important}.chef-meta{font-size:13px;color:var(--muted);margin:10px 0 14px}
.chef-profile{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center}.chef-profile-image{height:220px;border-radius:18px;background:linear-gradient(135deg,#ccfbf1,#cffafe);display:grid;place-items:center;overflow:hidden}.chef-profile-image img{width:100%;height:100%;object-fit:cover}.chef-lead{font-size:18px;color:var(--muted);line-height:1.65}.chef-tags,.chef-socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.chef-tags span,.chef-socials a{padding:7px 10px;border-radius:999px;background:#ecfeff;color:#155e75;text-decoration:none;font-size:13px;font-weight:700}
.chef-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.chef-list-item{padding:12px 0;border-bottom:1px solid var(--line)}.chef-list-item:last-child{border-bottom:0}.chef-list-item div,.chef-list-item small,.chef-muted{color:var(--muted);line-height:1.5}.chef-source{font-size:13px;color:var(--muted);padding:10px}.chef-empty{text-align:center;padding:35px;color:var(--muted)}
@media(max-width:900px){.chef-grid{grid-template-columns:1fr 1fr}.chef-profile{grid-template-columns:1fr}.chef-profile-image{max-width:260px}.chef-columns{grid-template-columns:1fr}}
@media(max-width:620px){.chef-wrap{padding:14px}.chef-hero{padding:24px}.chef-hero h1{font-size:32px}.chef-search{grid-template-columns:1fr}.chef-grid{grid-template-columns:1fr}}
