.host-badge-container{display:flex;align-items:center;justify-content:space-between;padding:4px 2px;margin-bottom:12px}.host-profile{display:flex;align-items:center;gap:8px;cursor:pointer;padding:2px 4px;border-radius:var(--cwc-radius-md);transition:opacity .2s ease,transform .25s cubic-bezier(.16,1,.3,1)}.host-profile:hover{transform:translateY(-1px)}.host-profile:active{transform:scale(.95)}.host-avatar-box{position:relative;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#bfdbfe,#ddd6fe 38%,#fbcfe8 70%,#fed7aa);color:#1e1b4b;display:flex;align-items:center;justify-content:center;box-shadow:var(--cwc-shadow-pill);transition:transform .2s ease}.host-avatar-box:hover{transform:scale(1.06)}[data-theme=dark] .host-avatar-box{background:linear-gradient(135deg,#93c5fd4d,#c4b5fd4d 38%,#fbcfe84d 70%,#fed7aa4d);color:#fff}.live-dot{position:absolute;bottom:-1px;right:-1px;width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55ecc}.host-info{display:flex;align-items:baseline;gap:6px}.host-name{font-size:.86rem;font-weight:800;color:var(--cwc-text-primary);line-height:1.2}.host-sparkle{color:#818cf8;font-size:.72rem}.host-status{font-size:.7rem;color:var(--cwc-text-secondary);font-weight:600}.host-actions-icons-group{display:flex;align-items:center;gap:6px}.header-icon-btn{position:relative;width:32px;height:32px;border-radius:50%;background:var(--cwc-surface);border:none;color:var(--cwc-text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--cwc-shadow-pill);transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .2s ease,color .2s ease,box-shadow .2s ease}.header-notif-dot{position:absolute;top:4px;right:4px;width:7px;height:7px;border-radius:50%;background:#ef4444;box-shadow:0 0 6px #ef4444d9;border:1.5px solid var(--cwc-surface)}.header-icon-btn:hover{transform:translateY(-2px) scale(1.08);color:var(--cwc-text-primary);background:var(--cwc-surface-subtle)}.header-icon-btn:active{transform:scale(.85)}.tap-spring-anim{animation:header-tap-spring .35s cubic-bezier(.16,1,.3,1)}@keyframes header-tap-spring{0%{transform:scale(.8)}50%{transform:scale(1.18)}to{transform:scale(1)}}.theme-rotate-anim{animation:theme-spin-360 .5s cubic-bezier(.16,1,.3,1)}@keyframes theme-spin-360{0%{transform:rotate(0) scale(.8)}60%{transform:rotate(190deg) scale(1.2)}to{transform:rotate(360deg) scale(1)}}.chef-profile-backdrop{position:fixed;inset:0;background:radial-gradient(circle at 25% 25%,rgba(191,219,254,.45) 0%,transparent 60%),radial-gradient(circle at 75% 75%,rgba(251,207,232,.45) 0%,transparent 60%),#00000059;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:150;opacity:0;pointer-events:none;transition:opacity .28s ease;display:flex;justify-content:center;align-items:flex-end}[data-theme=dark] .chef-profile-backdrop{background:radial-gradient(circle at 25% 25%,rgba(19,42,61,.65) 0%,transparent 60%),radial-gradient(circle at 75% 75%,rgba(54,27,45,.65) 0%,transparent 60%),#000000a6}.chef-profile-backdrop.active-open{opacity:1;pointer-events:auto}.chef-profile-sheet{width:100%;max-width:520px;max-height:88dvh;overflow-y:auto;background:var(--cwc-surface);border-top-left-radius:var(--cwc-radius-lg);border-top-right-radius:var(--cwc-radius-lg);box-shadow:0 -8px 32px #00000026;border:none;transform:translateY(105%);transition:transform .32s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;padding-bottom:24px}.chef-profile-sheet.active-open{transform:translateY(0)}[data-theme=dark] .chef-profile-sheet{background:#161922f5;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);box-shadow:0 -12px 36px #000000b3}.sheet-drag-handle{padding:12px;display:flex;justify-content:center;cursor:pointer}.drag-pill{width:38px;height:4px;border-radius:var(--cwc-radius-full);background:var(--cwc-border-hover);opacity:.8}.chef-profile-content{padding:4px 22px 10px;display:flex;flex-direction:column;gap:16px}.chef-header-row{display:flex;align-items:flex-start;gap:12px}.chef-avatar-large{position:relative;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#bfdbfe,#ddd6fe 38%,#fbcfe8 70%,#fed7aa);color:#1e1b4b;display:flex;align-items:center;justify-content:center;box-shadow:var(--cwc-shadow-pill)}.chef-live-indicator{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;background:#22c55e;border:2px solid var(--cwc-surface);box-shadow:0 0 8px #22c55ecc}.chef-title-group{flex:1;display:flex;flex-direction:column;gap:2px}.chef-name-line{display:flex;align-items:center;gap:6px}.chef-full-name{font-size:1.12rem;font-weight:800;color:var(--cwc-text-primary);margin:0;letter-spacing:-.01em}.verified-badge{font-size:.85rem;color:#818cf8;font-weight:800}.chef-creds-sub{font-size:.78rem;color:var(--cwc-text-secondary);line-height:1.35;margin:0}.chef-sheet-close-btn{background:var(--cwc-surface-subtle);border:none;width:30px;height:30px;border-radius:50%;color:var(--cwc-text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;transition:transform .2s ease}.chef-sheet-close-btn:hover{transform:scale(1.1);color:var(--cwc-text-primary)}.chef-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat-pill-item{background:var(--cwc-surface-subtle);padding:10px 8px;border-radius:var(--cwc-radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;box-shadow:var(--cwc-shadow-pill)}.stat-pill-num{font-size:.92rem;font-weight:800;color:var(--cwc-text-primary)}.stat-pill-label{font-size:.68rem;font-weight:700;color:var(--cwc-text-secondary)}.chef-tools-section{background:var(--cwc-surface-subtle);border-radius:var(--cwc-radius-md);padding:14px 12px;box-shadow:var(--cwc-shadow-pill);display:flex;flex-direction:column;gap:12px}.chef-tools-title{font-size:.72rem;font-weight:800;color:var(--cwc-text-secondary);letter-spacing:.05em;text-transform:uppercase}.chef-tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.chef-tool-btn{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;padding:4px 2px;border-radius:var(--cwc-radius-md);transition:transform .2s cubic-bezier(.16,1,.3,1);outline:none;text-decoration:none}.chef-tool-btn:hover{transform:translateY(-2px)}.chef-tool-btn:active{transform:scale(.94)}.chef-tool-circle{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--cwc-shadow-pill);border:1px solid var(--cwc-border);transition:all .22s cubic-bezier(.16,1,.3,1)}.chef-tool-circle.pastel-lavender{background:#ede9fe;color:#6d28d9;border-color:#ddd6fe}.chef-tool-circle.pastel-blue{background:#e0f2fe;color:#0284c7;border-color:#bae6fd}.chef-tool-circle.pastel-peach{background:#ffedd5;color:#c2410c;border-color:#fed7aa}.chef-tool-circle.pastel-sage{background:#dcfce7;color:#15803d;border-color:#bbf7d0}[data-theme=dark] .chef-tool-circle.pastel-lavender{background:#6d28d940;color:#c4b5fd;border-color:#a78bfa66;box-shadow:0 4px 14px #6d28d940}[data-theme=dark] .chef-tool-circle.pastel-blue{background:#0284c740;color:#7dd3fc;border-color:#38bdf866;box-shadow:0 4px 14px #0284c740}[data-theme=dark] .chef-tool-circle.pastel-peach{background:#c2410c40;color:#fdba74;border-color:#fb923c66;box-shadow:0 4px 14px #c2410c40}[data-theme=dark] .chef-tool-circle.pastel-sage{background:#15803d40;color:#86efac;border-color:#4ade8066;box-shadow:0 4px 14px #15803d40}.chef-tool-btn:hover .chef-tool-circle{transform:scale(1.08);box-shadow:var(--cwc-shadow-md)}.chef-tool-label{font-size:.68rem;font-weight:750;color:var(--cwc-text-primary);text-align:center;line-height:1.15;white-space:nowrap}.chef-activity-entry-btn{background:var(--cwc-surface);border:1px solid var(--cwc-border);border-radius:var(--cwc-radius-md);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;box-shadow:var(--cwc-shadow-pill);transition:all .22s cubic-bezier(.16,1,.3,1);text-align:left;width:100%;margin-top:4px}.chef-activity-entry-btn:hover{background:var(--cwc-surface-subtle);border-color:var(--cwc-border-hover);transform:translateY(-1.5px)}.chef-activity-left{display:flex;align-items:center;gap:10px}.chef-act-icon{font-size:1.15rem}.chef-act-text{display:flex;flex-direction:column;gap:1px}.chef-act-title{font-size:.8rem;font-weight:800;color:var(--cwc-text-primary)}.chef-act-sub{font-size:.68rem;color:var(--cwc-text-secondary);font-weight:600}.chef-act-arrow{color:var(--cwc-text-secondary);font-size:.9rem;font-weight:700;transition:transform .2s ease}.chef-activity-entry-btn:hover .chef-act-arrow{transform:translate(3px);color:#818cf8}.chef-settings-box{background:var(--cwc-surface-subtle);border-radius:var(--cwc-radius-md);padding:14px 16px;box-shadow:var(--cwc-shadow-pill);display:flex;flex-direction:column;gap:12px}.settings-box-title{font-size:.72rem;font-weight:800;color:var(--cwc-text-secondary);letter-spacing:.05em;text-transform:uppercase}.settings-list{display:flex;flex-direction:column;gap:12px}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.setting-info{display:flex;flex-direction:column;gap:2px}.setting-name{font-size:.84rem;font-weight:750;color:var(--cwc-text-primary)}.setting-desc{font-size:.72rem;color:var(--cwc-text-secondary);line-height:1.25}.toggle-switch-btn{width:44px;height:24px;border-radius:var(--cwc-radius-full);background:var(--cwc-border-hover);border:none;padding:2px;cursor:pointer;transition:background .25s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;flex-shrink:0}.toggle-switch-btn.is-active{background:var(--cwc-pastel-sage-text)}[data-theme=dark] .toggle-switch-btn.is-active{background:#22c55e}.toggle-knob{width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .25s cubic-bezier(.16,1,.3,1)}.toggle-switch-btn.is-active .toggle-knob{transform:translate(20px)}.unit-capsule-switch{display:flex;background:var(--cwc-surface);padding:2px;border-radius:var(--cwc-radius-full);box-shadow:var(--cwc-shadow-pill);gap:2px;flex-shrink:0}.unit-btn{padding:4px 8px;border-radius:var(--cwc-radius-full);border:none;background:transparent;font-size:.72rem;font-weight:750;color:var(--cwc-text-secondary);cursor:pointer;transition:all .2s ease}.unit-btn.active{background:var(--cwc-pastel-lavender);color:var(--cwc-pastel-lavender-text);box-shadow:var(--cwc-shadow-pill)}.chef-actions-group{display:flex;flex-direction:column;gap:8px;margin-top:2px}.chef-primary-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--cwc-text-primary);color:var(--cwc-surface);text-decoration:none;font-size:.88rem;font-weight:750;padding:12px;border-radius:var(--cwc-radius-full);box-shadow:var(--cwc-shadow-subtle);transition:transform .2s cubic-bezier(.16,1,.3,1)}.chef-primary-action-btn:hover{transform:scale(1.02)}.chef-primary-action-btn:active{transform:scale(.98)}.family-drawer-backdrop{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:var(--z-drawer);opacity:0;pointer-events:none;transition:opacity .28s ease;display:flex;justify-content:center;align-items:flex-end}.family-drawer-backdrop.active-open{opacity:1;pointer-events:auto}.family-drawer-card{width:100%;max-width:580px;max-height:86dvh;background:var(--cwc-surface);border-radius:28px 28px 0 0;box-shadow:0 -12px 40px #0000002e;display:flex;flex-direction:column;overflow:hidden;transform:translateY(100%);transition:transform .35s cubic-bezier(.16,1,.3,1)}.family-drawer-backdrop.active-open .family-drawer-card{transform:translateY(0)}.family-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--cwc-surface-card);border-bottom:1px solid var(--cwc-surface-subtle)}.family-drawer-close-btn{width:32px;height:32px;border-radius:50%;border:none;background:var(--cwc-surface-subtle);color:var(--cwc-text-primary);font-size:.9rem;cursor:pointer}.family-drawer-body{flex:1;padding:16px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.family-members-list{display:flex;flex-direction:column;gap:8px}.family-member-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:var(--cwc-radius-md);background:var(--cwc-surface-subtle);gap:10px;box-shadow:var(--cwc-shadow-pill);transition:all .2s ease}.family-member-row.is-not-dining{opacity:.55;filter:grayscale(.6)}.family-member-avatar{font-size:1.4rem;width:38px;height:38px;border-radius:50%;background:var(--cwc-surface);display:flex;align-items:center;justify-content:center;box-shadow:var(--cwc-shadow-pill)}.family-member-meta{flex:1;display:flex;flex-direction:column;gap:2px}.family-member-name{font-size:.84rem;font-weight:800;color:var(--cwc-text-primary)}.family-member-allergies{display:flex;flex-wrap:wrap;gap:4px}.family-allergy-tag{font-size:.66rem;font-weight:750;background:#ef444426;color:#b91c1c;padding:1px 6px;border-radius:var(--cwc-radius-full)}.guest-stay-badge{font-size:.65rem;font-weight:800;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#78350f;padding:1px 6px;border-radius:var(--cwc-radius-full);display:inline-flex;align-items:center;gap:3px}.guest-stay-badge.expired{background:var(--cwc-surface-subtle);color:var(--cwc-text-subtle)}[data-theme=dark] .guest-stay-badge{background:linear-gradient(135deg,#f59e0b4d,#d9770640);color:#fef08a}[data-theme=dark] .family-allergy-tag{background:#ef444440;color:#fca5a5}.family-add-form{background:var(--cwc-surface-subtle);border-radius:var(--cwc-radius-lg);padding:14px;display:flex;flex-direction:column;gap:10px}.family-input-field{height:38px;border-radius:var(--cwc-radius-full);border:none;padding:0 14px;font-size:.82rem;background:var(--cwc-surface);color:var(--cwc-text-primary);outline:none;box-shadow:var(--cwc-shadow-pill)}.family-submit-btn{height:38px;border-radius:var(--cwc-radius-full);border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.8rem;font-weight:800;cursor:pointer;box-shadow:0 4px 12px #2563eb4d}.menu-export-backdrop{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:220;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;pointer-events:none;transition:opacity .25s ease}.menu-export-backdrop.active-open{opacity:1;pointer-events:auto}.menu-export-card{background:var(--cwc-surface);color:var(--cwc-text-primary);width:100%;max-width:680px;max-height:90vh;border-radius:20px;box-shadow:0 20px 60px #0006;display:flex;flex-direction:column;overflow:hidden;animation:export-slide-up .28s cubic-bezier(.16,1,.3,1)}@keyframes export-slide-up{0%{transform:translateY(20px) scale(.97)}to{transform:translateY(0) scale(1)}}.export-header{padding:14px 18px;background:var(--cwc-surface-card);display:flex;justify-content:space-between;align-items:center;box-shadow:var(--cwc-shadow-subtle);flex-shrink:0}.export-body{padding:18px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.export-schedule-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:8px}@media(min-width:520px){.export-schedule-grid{grid-template-columns:repeat(2,1fr)}}.export-day-card{background:var(--cwc-surface-subtle);border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--cwc-shadow-pill)}.export-day-title{font-size:.78rem;font-weight:850;color:var(--cwc-text-primary);display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed var(--cwc-divider);padding-bottom:4px}.export-meal-row{display:flex;align-items:center;justify-content:space-between;font-size:.74rem;gap:6px}.export-meal-type{font-weight:750;color:var(--cwc-text-secondary);width:75px;flex-shrink:0}.export-meal-name{font-weight:700;color:var(--cwc-text-primary);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.export-grocery-section{background:var(--cwc-surface-subtle);border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.export-grocery-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.export-grocery-item{display:flex;align-items:center;gap:6px;font-size:.74rem;color:var(--cwc-text-primary)}.export-footer-actions{padding:12px 18px;background:var(--cwc-surface-card);display:flex;gap:8px;flex-wrap:wrap;box-shadow:var(--cwc-shadow-subtle);flex-shrink:0}.export-btn-primary{flex:1;min-width:140px;height:44px;border-radius:var(--cwc-radius-full);border:none;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:800;font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-shadow:0 4px 14px #10b98159;transition:transform .2s ease}.export-btn-primary:hover{transform:translateY(-1px)}.export-btn-secondary{height:44px;padding:0 16px;border-radius:var(--cwc-radius-full);border:none;background:var(--cwc-surface-subtle);color:var(--cwc-text-primary);font-weight:750;font-size:.78rem;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-shadow:var(--cwc-shadow-pill);transition:transform .2s ease}.export-btn-secondary:hover{transform:translateY(-1px)}@media print{body *{visibility:hidden}#menuExportModalBackdrop,#menuExportModalBackdrop *{visibility:visible}#menuExportModalBackdrop{position:absolute;inset:0;background:#fff!important;padding:0!important;backdrop-filter:none!important;z-index:var(--z-modal)!important;display:block!important;opacity:1!important}.menu-export-card{box-shadow:none!important;max-width:100%!important;max-height:none!important;background:#fff!important;color:#000!important;border:none!important;padding:0!important}.export-header,.export-footer-actions,.export-close-btn{display:none!important}.export-body{padding:0!important;gap:16px!important}.export-print-only-header{display:block!important;border-bottom:2px solid #000000;padding-bottom:8px;margin-bottom:12px}.export-day-card{border:1px solid #cccccc!important;background:#fafafa!important;color:#000!important;box-shadow:none!important;break-inside:avoid}.export-grocery-section{border:1px solid #cccccc!important;background:#fff!important;box-shadow:none!important;break-inside:avoid}.export-meal-type,.export-meal-name,.export-day-title,.export-grocery-item{color:#000!important}}.export-print-only-header{display:none}.recipe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;margin-top:14px;contain:layout style}@media(min-width:640px){.recipe-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}}@media(min-width:1024px){.recipe-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:20px}}.smart-filter-container{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.filter-type-pill-bar{display:flex;align-items:center;gap:6px;overflow-x:auto;padding-bottom:2px}.filter-type-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--cwc-radius-full);border:1px solid var(--cwc-border);background:var(--cwc-surface);color:var(--cwc-text-secondary);font-family:var(--cwc-font);font-size:.78rem;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap;flex-shrink:0}.filter-type-btn.active{background:var(--cwc-text-primary);color:var(--cwc-surface);border-color:var(--cwc-text-primary);box-shadow:var(--cwc-shadow-pill)}.type-counter{font-size:.68rem;font-weight:800;opacity:.8}.filter-category-slider{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:2px 0}.filter-cat-chip{padding:6px 12px;border-radius:var(--cwc-radius-sm);border:1px solid var(--cwc-border-subtle);background:var(--cwc-surface-subtle);color:var(--cwc-text-secondary);font-size:.73rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}.filter-cat-chip.active{background:#f59e0b;color:#000;border-color:#f59e0b;font-weight:800}.filter-volume-slider{display:flex;align-items:center;gap:5px;overflow-x:auto;padding:2px 0}.filter-vol-chip{padding:4px 10px;border-radius:var(--cwc-radius-xs);border:1px solid var(--cwc-border-subtle);background:var(--cwc-surface-card);color:var(--cwc-text-subtle);font-size:.68rem;font-family:monospace;font-weight:700;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}.filter-vol-chip.active{background:var(--cwc-text-primary);color:var(--cwc-surface);border-color:var(--cwc-text-primary)}.filter-status-bar{display:flex;align-items:center;justify-content:space-between;padding:4px 2px;font-size:.72rem;color:var(--cwc-text-subtle);font-family:monospace}.live-chef-note{color:#10b981;font-weight:700}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.grid-sentinel{width:100%;height:44px;display:flex;align-items:center;justify-content:center;margin-top:16px}.sentinel-loader{display:flex;align-items:center;gap:6px}.sentinel-dot{width:6px;height:6px;border-radius:50%;background:var(--cwc-text-subtle);animation:pulseDot 1.2s infinite ease-in-out}.sentinel-dot:nth-child(2){animation-delay:.2s}.sentinel-dot:nth-child(3){animation-delay:.4s}@keyframes pulseDot{0%,80%,to{transform:scale(.6);opacity:.3}40%{transform:scale(1.2);opacity:1}}.social-card{position:relative;border-radius:var(--cwc-radius-lg);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;aspect-ratio:1 / 1;border:1px solid var(--cwc-border);box-shadow:var(--cwc-shadow-clean);transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,border-color .25s ease;background:var(--cwc-surface-subtle);contain:content}.social-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:var(--cwc-shadow-floating);border-color:#ffffff1f}.social-card:active{transform:scale(.98)}.media-container{position:relative;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.ambient-mesh-box{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:none}.ambient-monogram{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:900;font-size:6.5rem;line-height:1;user-select:none;transition:transform .4s ease,opacity .3s ease}.social-card:hover .ambient-monogram{transform:scale(1.08) rotate(-4deg);opacity:.2!important}.ambient-glow-orb{position:absolute;top:-20px;right:-20px;width:100px;height:100px;border-radius:50%;filter:blur(32px);opacity:.3;transition:opacity .3s ease}.social-card:hover .ambient-glow-orb{opacity:.55}.recipe-real-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease,transform .45s cubic-bezier(.16,1,.3,1)}.recipe-real-image.is-loaded{opacity:1}.social-card:hover .recipe-real-image{transform:scale(1.04)}.gradient-overlay-center{position:relative;z-index:2;padding:20px 12px 12px;background:linear-gradient(to top,rgba(12,13,16,.92) 0%,rgba(12,13,16,.65) 50%,rgba(12,13,16,.12) 85%,transparent 100%);display:flex;flex-direction:column;gap:4px}.recipe-heading{font-size:.82rem;font-weight:800;color:#fff;line-height:1.25;letter-spacing:-.015em;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recipe-volume-label{font-size:.6rem;font-weight:600;font-family:JetBrains Mono,monospace;color:#ffffff73;letter-spacing:.04em;margin-top:1px;text-transform:uppercase}.collection-hub-container{display:flex;flex-direction:column;gap:16px}.library-segmented-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:4px;background:var(--cwc-surface);border:1px solid var(--cwc-border);border-radius:var(--cwc-radius-full);box-shadow:var(--cwc-shadow-xs);width:100%;box-sizing:border-box}.lib-segment-btn{display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 4px;border-radius:var(--cwc-radius-full);border:1px solid transparent;background:transparent;color:var(--cwc-text-secondary);font-family:var(--cwc-font);font-size:.74rem;font-weight:750;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap;width:100%;box-sizing:border-box}.lib-tab-icon{flex-shrink:0;opacity:.85}.lib-tab-label{letter-spacing:-.01em}.lib-badge-count{font-size:.62rem;font-family:monospace;font-weight:800;padding:1px 5px;border-radius:var(--cwc-radius-full);background:#ffffff1f;flex-shrink:0}.lib-segment-btn:hover{color:var(--cwc-text-primary);background:var(--cwc-surface-subtle)}.lib-segment-btn.active{background:var(--cwc-text-primary);color:var(--cwc-surface);box-shadow:var(--cwc-shadow-pill)}.lib-segment-btn.active .lib-badge-count{background:var(--cwc-surface);color:var(--cwc-text-primary)}.lib-segment-btn.active .lib-tab-icon{opacity:1}.lib-subview-panel{display:flex;flex-direction:column;gap:14px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.collection-cards-list{display:flex;flex-direction:column;gap:14px}.pjj-classes-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:640px){.pjj-classes-grid{grid-template-columns:repeat(2,1fr);gap:14px}}.pjj-class-card{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:var(--cwc-radius-lg);background:var(--cwc-surface);border:1px solid var(--cwc-border);text-decoration:none;color:inherit;box-shadow:var(--cwc-shadow-clean);transition:all .2s ease}.pjj-class-card:hover{transform:translateY(-2px);border-color:#f59e0b66;box-shadow:var(--cwc-shadow-floating)}.pjj-card-top{display:flex;align-items:center;justify-content:space-between}.pjj-badge{font-size:.62rem;font-weight:800;font-family:monospace;padding:2px 7px;border-radius:var(--cwc-radius-xs);background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.25)}.pjj-mod-count{font-size:.68rem;font-family:monospace;color:var(--cwc-text-subtle);font-weight:700}.pjj-title{font-size:.92rem;font-weight:800;color:var(--cwc-text-primary);line-height:1.25;margin:0}.pjj-desc{font-size:.74rem;color:var(--cwc-text-secondary);line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pjj-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:6px;border-top:1px solid var(--cwc-border-subtle);font-size:.72rem}.pjj-chef-by{color:var(--cwc-text-subtle);font-weight:600}.pjj-action-link{color:#f59e0b;font-weight:750}.live-schedule-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--cwc-radius-lg);background:#10b98114;border:1px solid rgba(16,185,129,.25)}.live-schedule-icon{font-size:1.4rem}.live-schedule-heading{font-size:.84rem;font-weight:800;color:#10b981}.live-schedule-sub{font-size:.72rem;color:var(--cwc-text-secondary)}.extra-classes-list{display:flex;flex-direction:column;gap:10px}.extra-class-row-card{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:var(--cwc-radius-lg);background:var(--cwc-surface);border:1px solid var(--cwc-border);text-decoration:none;color:inherit;transition:all .2s ease}.extra-class-row-card:hover{transform:translateY(-2px);border-color:#10b98166}.extra-card-meta{display:flex;align-items:center;justify-content:space-between}.extra-live-tag{font-size:.62rem;font-weight:800;font-family:monospace;padding:2px 7px;border-radius:var(--cwc-radius-xs);background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.25)}.extra-dish-count{font-size:.68rem;font-family:monospace;color:var(--cwc-text-subtle);font-weight:700}.extra-title{font-size:.88rem;font-weight:800;color:var(--cwc-text-primary);margin:0}.extra-desc{font-size:.73rem;color:var(--cwc-text-secondary);line-height:1.35;margin:0}.extra-footer-line{display:flex;align-items:center;justify-content:space-between;margin-top:4px;font-size:.72rem}.extra-status-text{color:var(--cwc-text-subtle)}.extra-action-btn{color:#10b981;font-weight:750}.volume-notice-box{padding:10px 12px;border-radius:var(--cwc-radius-md);background:var(--cwc-surface-subtle);border:1px solid var(--cwc-border-subtle);font-size:.74rem;color:var(--cwc-text-secondary)}.volumes-archive-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:640px){.volumes-archive-grid{grid-template-columns:repeat(2,1fr);gap:14px}}.volume-archive-card{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:var(--cwc-radius-lg);background:var(--cwc-surface);border:1px solid var(--cwc-border);box-shadow:var(--cwc-shadow-clean)}.vol-card-header{display:flex;align-items:center;justify-content:space-between}.vol-number-pill{font-size:.68rem;font-weight:800;font-family:monospace;padding:2px 8px;border-radius:var(--cwc-radius-xs);background:var(--cwc-text-primary);color:var(--cwc-surface)}.vol-recipes-count{font-size:.7rem;font-family:monospace;color:var(--cwc-text-subtle);font-weight:700}.vol-title{font-size:.92rem;font-weight:800;color:var(--cwc-text-primary);margin:0}.vol-desc{font-size:.73rem;color:var(--cwc-text-secondary);line-height:1.35;margin:0}.vol-samples-list{margin-top:4px;font-size:.7rem;color:var(--cwc-text-subtle)}.vol-sample-label{font-weight:700;color:var(--cwc-text-secondary);display:block;margin-bottom:2px}.vol-samples-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.vol-open-btn{display:block;margin-top:auto;padding:8px 12px;text-align:center;border-radius:var(--cwc-radius-md);background:var(--cwc-surface-subtle);color:var(--cwc-text-primary);font-size:.76rem;font-weight:750;text-decoration:none;border:1px solid var(--cwc-border);transition:all .15s ease}.vol-open-btn:hover{background:var(--cwc-text-primary);color:var(--cwc-surface)}.collection-card-serene{background:var(--cwc-surface);border-radius:var(--cwc-radius-lg);padding:20px 22px;box-shadow:var(--cwc-shadow-clean);color:inherit;text-decoration:none;display:flex;flex-direction:column;gap:8px;border:none;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease,background-color .2s ease;cursor:pointer}.collection-card-serene:hover{transform:translateY(-2px);box-shadow:0 14px 32px -4px #00000017}.collection-card-serene:active{transform:scale(.99)}[data-theme=dark] .collection-card-serene{background:#161921e6;box-shadow:0 10px 28px -4px #00000080}.card-meta-line{display:flex;justify-content:space-between;align-items:center}.card-tag-group{display:flex;align-items:center;gap:8px}.vol-tag-pill{font-size:.68rem;font-weight:800;background:var(--cwc-pastel-lavender);color:var(--cwc-pastel-lavender-text);padding:3px 8px;border-radius:var(--cwc-radius-full);box-shadow:var(--cwc-shadow-pill);letter-spacing:.05em;text-transform:uppercase}.vol-tag-pill.unlocked-pill{background:var(--cwc-pastel-sage);color:var(--cwc-pastel-sage-text)}.count-sub-label{font-size:.76rem;font-weight:650;color:var(--cwc-text-secondary)}.price-val{font-size:.95rem;font-weight:800;color:var(--cwc-text-primary);letter-spacing:-.01em}.unlocked-action-text{font-size:.82rem;font-weight:800;color:var(--cwc-pastel-sage-text);letter-spacing:-.01em}[data-theme=dark] .unlocked-action-text{color:#86efac}.card-heading{font-size:1.12rem;font-weight:800;color:var(--cwc-text-primary);line-height:1.3;margin:2px 0 0;letter-spacing:-.01em}.card-summary{font-size:.85rem;color:var(--cwc-text-secondary);line-height:1.45;margin:0}.reader-backdrop{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:220;opacity:0;pointer-events:none;transition:opacity .28s ease;display:flex;justify-content:center;align-items:flex-end}@media(min-width:640px){.reader-backdrop{align-items:center;padding:20px}}.reader-backdrop.active-open{opacity:1;pointer-events:auto}.reader-sheet{width:100%;max-width:580px;max-height:90dvh;background:var(--cwc-surface);border-top-left-radius:28px;border-top-right-radius:28px;box-shadow:0 -12px 48px #00000059;transform:translateY(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--cwc-border)}@media(min-width:640px){.reader-sheet{border-radius:28px;transform:translateY(20px) scale(.96);transition:transform .32s cubic-bezier(.16,1,.3,1)}}.reader-backdrop.active-open .reader-sheet{transform:translateY(0) scale(1)}[data-theme=dark] .reader-sheet{background:#14161f;border-color:#ffffff17;box-shadow:0 20px 60px #000000d9}.reader-drag-handle{padding:10px 0 4px;display:flex;justify-content:center;cursor:grab}.drag-pill{width:38px;height:4px;border-radius:var(--cwc-radius-full);background:var(--cwc-border-hover)}.reader-content{padding:8px 18px 20px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;flex:1}.reader-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.reader-title-box{display:flex;flex-direction:column;gap:4px}.reader-badge-row{display:flex;align-items:center;gap:8px}.reader-tag-pill{font-size:.66rem;font-weight:800;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:2px 8px;border-radius:var(--cwc-radius-full);letter-spacing:.05em}.reader-rating-text{font-size:.7rem;font-weight:750;color:var(--cwc-text-subtle)}.reader-title{font-size:1.15rem;font-weight:850;color:var(--cwc-text-primary);letter-spacing:-.02em;margin:0}.reader-desc{font-size:.8rem;color:var(--cwc-text-secondary);line-height:1.45;margin:0}.reader-close-btn{width:30px;height:30px;border-radius:50%;border:none;background:var(--cwc-surface-subtle);color:var(--cwc-text-secondary);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;cursor:pointer;box-shadow:var(--cwc-shadow-pill);transition:transform .2s ease;flex-shrink:0}.reader-close-btn:hover{transform:scale(1.08)}.reader-nav-tabs{display:flex;background:var(--cwc-surface-subtle);padding:4px;border-radius:14px;gap:4px;border:1px solid var(--cwc-border-subtle);margin-top:2px}.reader-tab-btn{flex:1;padding:8px 6px;border-radius:10px;border:none;background:transparent;color:var(--cwc-text-secondary);font-size:.74rem;font-weight:800;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-align:center}.reader-tab-btn.active{background:var(--cwc-surface);color:var(--cwc-text-primary);box-shadow:0 2px 8px #00000014}[data-theme=dark] .reader-tab-btn.active{background:#ffffff1a;color:#fff}.reader-tab-panel{display:none;flex-direction:column;gap:10px}.reader-tab-panel.active-panel{display:flex}.reader-recipes-list{display:flex;flex-direction:column;gap:10px}.reader-recipe-card{padding:12px 14px;border-radius:16px;background:var(--cwc-surface-subtle);border:1px solid var(--cwc-border-subtle);display:flex;flex-direction:column;gap:8px;transition:transform .2s ease,border-color .2s ease}.reader-recipe-card:hover{transform:translateY(-2px);border-color:#10b98166}.card-top-row{display:flex;align-items:center;justify-content:space-between}.card-number-badge{font-family:monospace;font-size:.72rem;font-weight:850;color:#10b981;background:#10b9811f;padding:2px 6px;border-radius:6px}.card-highlight-tag{font-size:.68rem;font-weight:800;color:#6366f1}.card-recipe-title{margin:0;font-size:.92rem;font-weight:850;color:var(--cwc-text-primary)}.card-formula-box{padding:6px 10px;border-radius:8px;background:var(--cwc-surface);font-size:.72rem;color:var(--cwc-text-secondary);border:1px dashed var(--cwc-border);line-height:1.35}.card-actions-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.card-meta-tags{font-size:.7rem;font-weight:700;color:var(--cwc-text-subtle)}.card-cook-btn{padding:5px 12px;border-radius:var(--cwc-radius-full);background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.72rem;font-weight:850;text-decoration:none;display:inline-flex;align-items:center;gap:4px;box-shadow:0 2px 8px #10b98159;transition:transform .15s ease}.card-cook-btn:hover{transform:scale(1.04)}.chef-secrets-container{display:flex;flex-direction:column;gap:8px}.secret-item-card{padding:12px 14px;border-radius:14px;background:linear-gradient(145deg,#fef3c766,#fef9c333);border:1px solid rgba(245,158,11,.3);display:flex;gap:10px;font-size:.8rem;color:var(--cwc-text-primary);line-height:1.45}[data-theme=dark] .secret-item-card{background:#f59e0b1a;border-color:#f59e0b40}.secret-icon{font-size:1.1rem;flex-shrink:0}.video-lessons-container{display:flex;flex-direction:column;gap:12px}.video-player-frame{width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background:#000;position:relative;box-shadow:0 4px 16px #0003}.video-player-frame video,.youtube-masterclass-iframe{width:100%;height:100%;object-fit:cover;border:none}.video-placeholder-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--cwc-text-subtle);font-size:.76rem;text-align:center;padding:12px}.video-lesson-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:var(--cwc-surface-subtle);border:1px solid var(--cwc-border-subtle);cursor:pointer;transition:all .2s ease}.video-lesson-row:hover,.video-lesson-row.is-active-lesson{background:var(--cwc-surface);border-color:#10b981}.lesson-thumb-box{width:72px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;position:relative}.lesson-thumb-box img{width:100%;height:100%;object-fit:cover}.lesson-play-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem}.lesson-info-box{display:flex;flex-direction:column;gap:2px;flex:1}.lesson-title-text{font-size:.78rem;font-weight:850;color:var(--cwc-text-primary);line-height:1.25}.lesson-duration-text{font-size:.68rem;font-weight:750;color:#10b981}.downloads-panel-box{display:flex;flex-direction:column;gap:12px}.download-pdf-card{padding:14px 16px;border-radius:16px;background:var(--cwc-surface-subtle);border:1px solid var(--cwc-border);display:flex;align-items:center;justify-content:space-between;gap:12px}.pdf-info-left{display:flex;align-items:center;gap:10px}.pdf-icon-badge{width:38px;height:38px;border-radius:10px;background:#fee2e2;color:#ef4444;display:flex;align-items:center;justify-content:center;font-weight:850;font-size:.76rem}[data-theme=dark] .pdf-icon-badge{background:#ef444426}.pdf-title-text{font-size:.82rem;font-weight:850;color:var(--cwc-text-primary)}.pdf-size-sub{font-size:.68rem;color:var(--cwc-text-subtle)}.download-pdf-btn{padding:8px 14px;border-radius:var(--cwc-radius-full);border:none;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.74rem;font-weight:850;cursor:pointer;box-shadow:0 4px 12px #10b98159;transition:transform .15s ease;white-space:nowrap}.download-pdf-btn:hover{transform:scale(1.05)}.vip-chef-ask-card{padding:14px 16px;border-radius:16px;background:linear-gradient(145deg,#ecfdf599,#f0fdfa66);border:1px solid rgba(16,185,129,.25);display:flex;flex-direction:column;gap:8px;text-align:left}[data-theme=dark] .vip-chef-ask-card{background:#10b98114}.vip-ask-title{font-size:.84rem;font-weight:850;color:#065f46;display:flex;align-items:center;gap:6px}[data-theme=dark] .vip-ask-title{color:#6ee7b7}.vip-ask-desc{font-size:.74rem;color:var(--cwc-text-secondary);line-height:1.4;margin:0}.vip-ask-btn{padding:10px;border-radius:var(--cwc-radius-full);border:1px solid rgba(16,185,129,.35);background:var(--cwc-surface);color:#10b981;font-size:.78rem;font-weight:850;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;transition:all .2s ease}.vip-ask-btn:hover{background:#10b981;color:#fff}.live-studio-hub{display:flex;flex-direction:column;gap:20px;contain:layout style}.live-classes-stream{display:flex;flex-direction:column;gap:14px}.media-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:0 2px}.media-heading-wrap{display:flex;flex-direction:column;gap:2px}.media-heading{font-size:1.08rem;font-weight:850;color:var(--cwc-text-primary);letter-spacing:-.015em;margin:0}.media-subheading{font-size:.74rem;font-weight:700;color:var(--cwc-text-secondary);transition:color .2s ease}.view-mode-selector{display:flex;background:var(--cwc-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:3px;border-radius:var(--cwc-radius-full);box-shadow:var(--cwc-shadow-pill);border:1px solid var(--cwc-border);gap:3px}.view-switch-btn{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:var(--cwc-text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .22s cubic-bezier(.16,1,.3,1)}.view-switch-btn:hover{color:var(--cwc-text-primary);transform:scale(1.06)}.view-switch-btn.active{background:var(--cwc-pastel-lavender);color:var(--cwc-pastel-lavender-text);box-shadow:var(--cwc-shadow-pill)}.video-filter-bar{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px 2px 8px;margin-bottom:12px}.video-filter-bar::-webkit-scrollbar{display:none}.video-filter-pill{padding:6px 14px;border-radius:var(--cwc-radius-full);border:1px solid var(--cwc-border);background:var(--cwc-surface);color:var(--cwc-text-secondary);font-size:.76rem;font-weight:800;cursor:pointer;white-space:nowrap;box-shadow:var(--cwc-shadow-pill);transition:all .22s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:4px}.video-filter-pill:hover{color:var(--cwc-text-primary);transform:translateY(-1.5px);border-color:var(--cwc-border-hover);box-shadow:0 4px 12px -2px #00000014}.video-filter-pill:active{transform:scale(.97)}.video-filter-pill.active{background:var(--cwc-text-primary);color:var(--cwc-surface);border-color:transparent;box-shadow:0 4px 14px #00000024}[data-theme=dark] .video-filter-pill.active{background:var(--cwc-surface-subtle);color:var(--cwc-text-primary);border-color:#ffffff26;box-shadow:0 4px 16px #0006}.media-view-panel{transition:opacity .2s cubic-bezier(.16,1,.3,1)}.hidden-panel{display:none!important}.live-subnav-capsule{display:flex;background:var(--cwc-surface);padding:3px;border-radius:var(--cwc-radius-full);box-shadow:var(--cwc-shadow-subtle);border:none;margin-bottom:14px;gap:2px}.live-subnav-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:6px 10px;border-radius:var(--cwc-radius-full);border:none;background:transparent;font-size:.76rem;font-weight:750;color:var(--cwc-text-secondary);cursor:pointer;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap}.live-subnav-btn:hover{color:var(--cwc-text-primary)}.live-subnav-btn.active{background:var(--cwc-surface-subtle);color:var(--cwc-text-primary);box-shadow:var(--cwc-shadow-pill)}.live-subnav-dot{width:6px;height:6px;border-radius:50%;background:#e11d48;box-shadow:0 0 6px #e11d48cc;animation:dot-pulse 1.8s ease-in-out infinite alternate}@keyframes dot-pulse{0%{transform:scale(.9);opacity:.7}to{transform:scale(1.3);opacity:1}}.live-media-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:640px){.live-media-grid{grid-template-columns:repeat(3,1fr);gap:16px}}.grid-media-tile{position:relative;aspect-ratio:4/5;border-radius:var(--cwc-radius-lg);overflow:hidden;border:none;background:var(--cwc-surface-subtle);padding:0;cursor:pointer;text-decoration:none;color:#fff;box-shadow:var(--cwc-shadow-clean);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease}.grid-media-tile:hover{transform:translateY(-3px) scale(1.015);box-shadow:0 16px 36px -6px #00000040}.grid-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;pointer-events:none}.grid-media-tile:hover .grid-img{transform:scale(1.05)}.grid-scrim{position:absolute;inset:0;background:linear-gradient(to top,#000000e0,#00000040,#0006);pointer-events:none}.grid-top-badges{position:absolute;top:10px;left:10px;right:10px;display:flex;justify-content:space-between;align-items:center;z-index:2;pointer-events:none}.grid-vol-tag{background:#00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3px 8px;border-radius:var(--cwc-radius-full);font-size:.65rem;font-weight:800;letter-spacing:.04em;color:#fff;border:1px solid rgba(255,255,255,.15)}.grid-video-indicator{width:26px;height:26px;border-radius:50%;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #0000004d;transition:transform .2s ease,background .2s ease}.grid-media-tile:hover .grid-video-indicator{transform:scale(1.12);background:#fff;color:#0f172a}.grid-tile-info{position:absolute;bottom:0;left:0;right:0;padding:14px 12px;z-index:2;display:flex;flex-direction:column;gap:4px;text-align:left;pointer-events:none}.grid-title{font-size:.88rem;font-weight:850;line-height:1.25;margin:0;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6)}.grid-meta-row{display:flex;align-items:center;justify-content:space-between;font-size:.7rem;color:#ffffffd9;font-weight:700}.live-recipe-list{display:flex;flex-direction:column;gap:6px;background:transparent;border:none}.list-track-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:var(--cwc-radius-md);background:var(--cwc-surface);border:none;cursor:pointer;text-decoration:none;color:inherit;width:100%;text-align:left;box-shadow:var(--cwc-shadow-pill);transition:all .2s ease;gap:12px}.list-track-row:hover{transform:translate(4px);background:var(--cwc-surface-subtle);box-shadow:var(--cwc-shadow-clean)}.list-left-col{display:flex;align-items:center;gap:12px;flex:1;min-width:0;pointer-events:none}.list-index-num{font-size:.76rem;font-weight:850;color:var(--cwc-text-subtle);width:22px;flex-shrink:0}.list-thumb-wrap{position:relative;width:52px;height:52px;border-radius:var(--cwc-radius-md);overflow:hidden;flex-shrink:0}.list-thumb{width:100%;height:100%;object-fit:cover}.list-play-overlay{position:absolute;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;opacity:.9;transition:transform .2s ease}.list-track-row:hover .list-play-overlay{transform:scale(1.15)}.list-text-info{display:flex;flex-direction:column;gap:2px;min-width:0}.list-recipe-title{font-size:.88rem;font-weight:850;color:var(--cwc-text-primary);line-height:1.25;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-meta-sub{font-size:.72rem;color:var(--cwc-text-secondary);display:flex;align-items:center;gap:6px}.list-right-col{display:flex;align-items:center;gap:8px;flex-shrink:0;pointer-events:none}.list-time-badge{font-size:.72rem;font-weight:750;color:var(--cwc-text-secondary)}.list-play-pill{padding:5px 12px;border-radius:var(--cwc-radius-full);background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;font-size:.72rem;font-weight:800;box-shadow:0 2px 8px #0003}[data-theme=dark] .list-play-pill{background:linear-gradient(135deg,#38bdf8,#0284c7);color:#fff}.fyp-inline-feed-gallery{display:flex;flex-direction:column;gap:22px;max-width:440px;margin:0 auto}.fyp-inline-card{background:var(--cwc-surface);border-radius:var(--cwc-radius-lg);overflow:hidden;border:none;box-shadow:var(--cwc-shadow-clean);display:flex;flex-direction:column}.fyp-ig-card-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px}.fyp-ig-author-group{display:flex;align-items:center;gap:8px}.fyp-ig-avatar{width:28px;height:28px;border-radius:9px;background:linear-gradient(135deg,#bfdbfe,#ddd6fe,#fbcfe8);color:#1e1b4b;display:flex;align-items:center;justify-content:center}.fyp-ig-author-name{font-size:.86rem;font-weight:800;color:var(--cwc-text-primary)}.fyp-ig-time-tag{font-size:.72rem;color:var(--cwc-text-secondary);font-weight:600}.fyp-inline-media-box{position:relative;width:100%;aspect-ratio:4/5;background:#09090b;overflow:hidden;cursor:pointer;border:none;padding:0;display:block}.fyp-inline-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.fyp-inline-media-box:hover .fyp-inline-img{transform:scale(1.02)}.fyp-inline-scrim{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 40%)}.fyp-expand-badge{position:absolute;top:12px;right:12px;background:#00000073;backdrop-filter:blur(8px);color:#fff;padding:3px 8px;border-radius:var(--cwc-radius-full);font-size:.68rem;font-weight:750;display:flex;align-items:center;gap:4px}.fyp-inline-play-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#ffffffe0;color:#18181b;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000004d}.fyp-ig-actions-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 4px}.ig-left-actions{display:flex;align-items:center;gap:14px}.ig-action-btn{background:transparent;border:none;padding:0;color:var(--cwc-text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),color .2s ease}.ig-action-btn:hover{transform:scale(1.15)}.ig-action-btn:active{transform:scale(.9)}.ig-action-btn.active-liked{color:#f43f5e}.ig-action-btn.active-saved{color:#a855f7}.fyp-ig-body{padding:2px 14px 14px;display:flex;flex-direction:column;gap:4px}.ig-likes-count{font-size:.82rem;font-weight:800;color:var(--cwc-text-primary)}.ig-caption-block{font-size:.82rem;line-height:1.4;color:var(--cwc-text-primary)}.ig-caption-author{font-weight:800;margin-right:6px}.ig-caption-text{color:var(--cwc-text-secondary)}.ig-view-comments-btn{background:transparent;border:none;padding:2px 0 0;text-align:left;font-size:.76rem;font-weight:600;color:var(--cwc-text-subtle);cursor:pointer}.ig-view-comments-btn:hover{color:var(--cwc-text-secondary)}.fyp-fullscreen-modal{position:fixed;inset:0;width:100%;height:100dvh;background:#000;z-index:var(--z-fullscreen);overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;transition:opacity .2s ease}.fyp-fullscreen-modal::-webkit-scrollbar{display:none}.fyp-fullscreen-modal.hidden-modal{display:none!important}.fyp-reels-card{position:relative;width:100%;height:100dvh;scroll-snap-align:start;scroll-snap-stop:always;background:#000;overflow:hidden;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center}.fyp-media-frame{position:relative;width:100%;max-width:480px;height:100%;display:flex;align-items:center;justify-content:center;background:#000;cursor:pointer;box-shadow:0 0 50px #000c}.fyp-html5-video{width:100%;height:100%;object-fit:cover}.fyp-cinematic-scrim{position:absolute;inset:0;background:linear-gradient(to top,#000000f2,#00000040,#00000026 80%,#0009);pointer-events:none}.fyp-top-floating-bar{position:absolute;top:14px;left:16px;right:16px;display:flex;justify-content:space-between;align-items:center;z-index:20}.fyp-floating-pill{display:flex;background:#00000073;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:4px 12px;border-radius:var(--cwc-radius-full);gap:8px}.fyp-exit-btn{background:#00000073;backdrop-filter:blur(12px);border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:transform .2s ease}.fyp-exit-btn:hover{transform:scale(1.1)}.fyp-playback-flash{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);width:72px;height:72px;border-radius:50%;background:#00000080;backdrop-filter:blur(16px);color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:15}.fyp-playback-flash.flash-active{opacity:1;transform:translate(-50%,-50%) scale(1)}.fyp-mute-toggle{background:transparent;border:none;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 8px rgba(0,0,0,.9));padding:4px}.heart-burst-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100px;height:100px;color:#f43f5e;pointer-events:none;z-index:18;filter:drop-shadow(0 6px 28px rgba(244,63,94,.8))}.heart-burst-overlay.animate-burst{animation:heart-burst-anim .65s cubic-bezier(.16,1,.3,1) forwards}@keyframes heart-burst-anim{0%{transform:translate(-50%,-50%) scale(.2) rotate(-15deg);opacity:0}45%{transform:translate(-50%,-50%) scale(1.35) rotate(0);opacity:1}75%{transform:translate(-50%,-50%) scale(1.2);opacity:1}to{transform:translate(-50%,-50%) scale(1.5) translateY(-30px);opacity:0}}.fyp-side-actions{position:absolute;right:16px;bottom:24px;display:flex;flex-direction:column;align-items:center;gap:16px;z-index:14}.fyp-action-bubble{background:transparent;border:none;padding:0;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;filter:drop-shadow(0 3px 10px rgba(0,0,0,.8));transition:transform .2s cubic-bezier(.16,1,.3,1),color .2s ease}.fyp-action-bubble span{font-size:.7rem;font-weight:800;color:#fff;margin-top:4px;text-shadow:0 1px 4px rgba(0,0,0,.9)}.fyp-action-bubble:hover{transform:scale(1.15)}.fyp-action-bubble.active-liked{color:#f43f5e}.fyp-action-bubble.active-saved{color:#c084fc}.fyp-bottom-details{position:absolute;left:18px;right:76px;bottom:22px;z-index:10;display:flex;flex-direction:column;gap:6px;color:#fff}.fyp-author-bar{display:flex;align-items:center;gap:8px}.fyp-avatar-token{width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,#bfdbfe,#ddd6fe,#fbcfe8);color:#1e1b4b;display:flex;align-items:center;justify-content:center}.fyp-author-name{font-size:.88rem;font-weight:800;text-shadow:0 1px 4px rgba(0,0,0,.8)}.fyp-tag-badge{background:#ffffff47;backdrop-filter:blur(6px);padding:2px 7px;border-radius:4px;font-size:.65rem;font-weight:800}.fyp-reels-title{font-size:1.15rem;font-weight:800;line-height:1.25;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9);margin:0}.fyp-reels-desc{font-size:.82rem;color:#ffffffe6;line-height:1.4;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.8)}.fyp-drawer-sheet{position:absolute;inset-x:0;bottom:0;max-height:80%;background:#0f1117f5;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);border-top-left-radius:var(--cwc-radius-lg);border-top-right-radius:var(--cwc-radius-lg);color:#fff;z-index:30;transform:translateY(105%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.fyp-drawer-sheet.sheet-open{transform:translateY(0)}.drawer-handle-bar{padding:10px;display:flex;justify-content:center;cursor:pointer}.drawer-pill-indicator{width:40px;height:4px;border-radius:var(--cwc-radius-full);background:#ffffff59}.drawer-inner-content{padding:0 20px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.drawer-header-row{display:flex;justify-content:space-between;align-items:center}.drawer-header-row h4{font-size:1rem;font-weight:800;margin:0}.drawer-close-btn{background:#ffffff1f;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer}.drawer-subhead{font-size:.76rem;font-weight:800;color:#fff9;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:6px}.drawer-chips-wrap{display:flex;flex-wrap:wrap;gap:6px}.drawer-ing-chip{font-size:.76rem;font-weight:600;background:#ffffff1a;padding:4px 9px;border-radius:6px}.drawer-steps-list{display:flex;flex-direction:column;gap:10px}.drawer-step-item{display:flex;gap:10px;font-size:.85rem;line-height:1.4}.drawer-step-badge{width:22px;height:22px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:800;flex-shrink:0}.drawer-primary-btn{display:block;text-align:center;background:#fff;color:#18181b;text-decoration:none;font-size:.85rem;font-weight:800;padding:10px;border-radius:var(--cwc-radius-full);margin-top:4px}.drawer-comment-input-box{display:flex;gap:8px;background:#ffffff1a;padding:6px 6px 6px 14px;border-radius:var(--cwc-radius-full);margin-bottom:8px}.drawer-comment-field{flex:1;border:none;background:transparent;color:#fff;font-size:.85rem;outline:none}.drawer-comment-field::placeholder{color:#fff6}.drawer-send-btn{width:30px;height:30px;border-radius:50%;border:none;background:#fff;color:#18181b;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .15s ease}.drawer-send-btn:hover{transform:scale(1.1)}.fyp-ask-chips-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.fyp-ask-chips-row::-webkit-scrollbar{display:none}.fyp-ask-chip{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.76rem;font-weight:750;padding:5px 11px;border-radius:var(--cwc-radius-full);cursor:pointer;white-space:nowrap;transition:all .2s ease}.fyp-ask-chip:hover{background:#ffffff38;transform:translateY(-1px)}.fyp-user-ask-bubble{font-size:.82rem;line-height:1.4;background:#f43f5e2e;border:1px solid rgba(244,63,94,.35);padding:10px 12px;border-radius:12px;align-self:flex-end;color:#fff}.fyp-ai-reply-bubble{font-size:.82rem;line-height:1.45;background:#ffffff14;border:1px solid rgba(255,255,255,.12);padding:12px 14px;border-radius:12px;color:#fff}.fyp-ai-chef-badge{font-weight:800;color:#a5b4fc;display:inline-block}.hidden-panel[data-astro-cid-j7pv25f6]{display:none!important}
