.CustomSelect-module-scss-module__FVjNnW__wrap{display:inline-block;position:relative}.CustomSelect-module-scss-module__FVjNnW__trigger{background:var(--input-bg,var(--surface-1,#fff));border:1px solid var(--hairline);border-radius:var(--radius,10px);width:100%;min-width:130px;min-height:44px;color:var(--input-text,var(--fg));cursor:pointer;text-align:left;justify-content:space-between;align-items:center;padding:11px 18px 11px 14px;font-family:Inter,system-ui,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.CustomSelect-module-scss-module__FVjNnW__trigger:hover{border-color:var(--primary,#e8651a);background:color-mix(in srgb, var(--primary,#e8651a) 4%, var(--input-bg,var(--surface-1,#fff)))}.CustomSelect-module-scss-module__FVjNnW__trigger:focus-visible{border-color:var(--primary,#e8651a);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary,#e8651a) 14%, transparent);outline:none}.CustomSelect-module-scss-module__FVjNnW__trigger[aria-expanded=true]{border-color:var(--primary,#e8651a);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary,#e8651a) 14%, transparent)}.CustomSelect-module-scss-module__FVjNnW__trigger[aria-expanded=true] .CustomSelect-module-scss-module__FVjNnW__arrow svg{transform:rotate(180deg)}.CustomSelect-module-scss-module__FVjNnW__value{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.CustomSelect-module-scss-module__FVjNnW__arrow{width:16px;height:16px;color:var(--muted,#6b7280);flex-shrink:0;margin-left:8px;transition:transform .2s}.CustomSelect-module-scss-module__FVjNnW__arrow svg{width:100%;height:100%;display:block}.CustomSelect-module-scss-module__FVjNnW__list{background:var(--surface-1,#fff);border:1px solid var(--hairline);border-radius:var(--radius,10px);z-index:100;max-height:280px;margin:0;padding:4px;list-style:none;animation:.16s cubic-bezier(.22,.82,.32,1) CustomSelect-module-scss-module__FVjNnW__slideDown;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.CustomSelect-module-scss-module__FVjNnW__list::-webkit-scrollbar{width:6px}.CustomSelect-module-scss-module__FVjNnW__list::-webkit-scrollbar-track{background:var(--surface-1)}.CustomSelect-module-scss-module__FVjNnW__list::-webkit-scrollbar-thumb{background:var(--hairline);border-radius:3px}.CustomSelect-module-scss-module__FVjNnW__list::-webkit-scrollbar-thumb:hover{background:var(--muted,#6b7280)}@keyframes CustomSelect-module-scss-module__FVjNnW__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.CustomSelect-module-scss-module__FVjNnW__option{color:var(--fg,#1a1a18);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:14px;transition:background .15s,color .15s;display:flex}.CustomSelect-module-scss-module__FVjNnW__option:hover{background:var(--hover-bg,color-mix(in srgb, var(--primary,#e8651a) 6%, transparent));color:var(--primary,#e8651a)}.CustomSelect-module-scss-module__FVjNnW__option.CustomSelect-module-scss-module__FVjNnW__selected{background:color-mix(in srgb, var(--primary,#e8651a) 9%, transparent);color:var(--primary,#e8651a);font-weight:600}.CustomSelect-module-scss-module__FVjNnW__option:focus-visible{outline:2px solid var(--primary,#e8651a);outline-offset:-2px}.CustomSelect-module-scss-module__FVjNnW__option.CustomSelect-module-scss-module__FVjNnW__selected:after{content:"";border:2px solid;border-width:0 2px 2px 0;flex:none;width:5px;height:9px;transform:rotate(45deg)}
.RecipeCard-module-scss-module__f_dDVW__card{border:1px solid var(--hairline);background:var(--surface-1,#fff);border-radius:18px;min-width:0;transition:border-color .16s,box-shadow .16s,transform .16s;position:relative;overflow:hidden;box-shadow:0 10px 28px #36231214}.RecipeCard-module-scss-module__f_dDVW__card:hover{border-color:color-mix(in srgb, var(--primary) 42%, var(--hairline));transform:translateY(-2px);box-shadow:0 14px 34px #36231221}.RecipeCard-module-scss-module__f_dDVW__card:focus-within{outline:3px solid color-mix(in srgb, var(--primary) 34%, transparent);outline-offset:3px}.RecipeCard-module-scss-module__f_dDVW__link{height:100%;color:inherit;text-decoration:none;display:block}.RecipeCard-module-scss-module__f_dDVW__link:focus-visible{outline:none}.RecipeCard-module-scss-module__f_dDVW__imageFrame{aspect-ratio:4/3;background:var(--surface-2,#f3f3f3);position:relative;overflow:hidden}.RecipeCard-module-scss-module__f_dDVW__imageFrame img{object-fit:cover;width:100%;height:100%;transition:transform .24s}.RecipeCard-module-scss-module__f_dDVW__card:hover .RecipeCard-module-scss-module__f_dDVW__imageFrame img{transform:scale(1.025)}.RecipeCard-module-scss-module__f_dDVW__body{gap:9px;padding:15px 64px 17px 16px;display:grid}.RecipeCard-module-scss-module__f_dDVW__eyebrow{width:fit-content;color:var(--primary);font-size:.72rem;font-weight:800}.RecipeCard-module-scss-module__f_dDVW__title{height:2.7em;color:var(--fg);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:750;line-height:1.35;display:-webkit-box;overflow:hidden}.RecipeCard-module-scss-module__f_dDVW__metadata{min-width:0;color:var(--muted);align-items:center;gap:14px;font-size:.8rem;display:flex}.RecipeCard-module-scss-module__f_dDVW__metadata span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;min-width:0;display:inline-flex;overflow:hidden}.RecipeCard-module-scss-module__f_dDVW__metadata span+span:before{content:"";opacity:.55;background:currentColor;border-radius:50%;width:3px;height:3px;margin-right:9px}.RecipeCard-module-scss-module__f_dDVW__metadata .RecipeCard-module-scss-module__f_dDVW__difficulty{font-weight:650;line-height:inherit;text-transform:capitalize;gap:6px;padding:0}.RecipeCard-module-scss-module__f_dDVW__metadata .RecipeCard-module-scss-module__f_dDVW__difficulty:before{content:"";opacity:.8;background:currentColor;border-radius:50%;width:6px;height:6px;margin:0;display:block}.RecipeCard-module-scss-module__f_dDVW__easy{color:#3f765d}.RecipeCard-module-scss-module__f_dDVW__medium{color:#9a640f}.RecipeCard-module-scss-module__f_dDVW__hard{color:#9a4a43}.RecipeCard-module-scss-module__f_dDVW__neutral{color:var(--muted)}[data-theme=dark] .RecipeCard-module-scss-module__f_dDVW__easy{color:#8bd3aa}[data-theme=dark] .RecipeCard-module-scss-module__f_dDVW__medium{color:#f0bd70}[data-theme=dark] .RecipeCard-module-scss-module__f_dDVW__hard{color:#ef9b94}.RecipeCard-module-scss-module__f_dDVW__summary{color:var(--muted);margin:2px 0 0;font-size:.9rem;line-height:1.55}.RecipeCard-module-scss-module__f_dDVW__highlights{flex-wrap:wrap;gap:7px;display:flex}.RecipeCard-module-scss-module__f_dDVW__highlights span{border:1px solid var(--hairline);border-radius:var(--radius-pill,999px);color:var(--muted);padding:5px 9px;font-size:.75rem}.RecipeCard-module-scss-module__f_dDVW__highlights strong{color:var(--fg)}.RecipeCard-module-scss-module__f_dDVW__reason{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8rem;line-height:1.4;overflow:hidden}.RecipeCard-module-scss-module__f_dDVW__hasActions .RecipeCard-module-scss-module__f_dDVW__body{padding-bottom:70px}.RecipeCard-module-scss-module__f_dDVW__actions{z-index:2;align-items:center;min-height:44px;display:flex;position:absolute;bottom:13px;left:16px}.RecipeCard-module-scss-module__f_dDVW__publisherBadge{z-index:1;border-radius:var(--radius-pill,999px);background:color-mix(in srgb, var(--brand-green,#3f765d) 90%, #fff);color:#fff;text-overflow:ellipsis;white-space:nowrap;width:max-content;max-width:calc(100% - 24px);padding:5px 10px;font-size:.72rem;font-weight:750;line-height:1;position:absolute;top:12px;left:12px;overflow:hidden;box-shadow:0 2px 8px #1430222e}.RecipeCard-module-scss-module__f_dDVW__save{z-index:2;border:1px solid var(--hairline);background:color-mix(in srgb, var(--surface-1,#fff) 94%, transparent);width:44px;height:44px;color:var(--muted);cursor:pointer;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;bottom:13px;right:12px}.RecipeCard-module-scss-module__f_dDVW__save:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.RecipeCard-module-scss-module__f_dDVW__save:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 36%, transparent);outline-offset:2px}.RecipeCard-module-scss-module__f_dDVW__save:disabled{cursor:wait;opacity:.72}.RecipeCard-module-scss-module__f_dDVW__saved{border-color:var(--primary);background:var(--primary);color:#fff}.RecipeCard-module-scss-module__f_dDVW__compact{grid-template-columns:112px 1fr;display:grid}.RecipeCard-module-scss-module__f_dDVW__compact .RecipeCard-module-scss-module__f_dDVW__link{display:contents}.RecipeCard-module-scss-module__f_dDVW__compact .RecipeCard-module-scss-module__f_dDVW__imageFrame{aspect-ratio:auto;min-height:112px}.RecipeCard-module-scss-module__f_dDVW__compact .RecipeCard-module-scss-module__f_dDVW__body{align-content:center;padding-block:12px}.RecipeCard-module-scss-module__f_dDVW__loading:hover{transform:none}.RecipeCard-module-scss-module__f_dDVW__skeleton,.RecipeCard-module-scss-module__f_dDVW__skeletonLine{background:linear-gradient(90deg,#8080801a 25%,#80808033 50%,#8080801a 75%) 0 0/200% 100%;animation:1.3s linear infinite RecipeCard-module-scss-module__f_dDVW__shimmer}.RecipeCard-module-scss-module__f_dDVW__skeletonLine{border-radius:999px;width:65%;height:12px;display:block}.RecipeCard-module-scss-module__f_dDVW__skeletonTitle{border-radius:8px;width:92%;height:34px}.RecipeCard-module-scss-module__f_dDVW__spinner{animation:.8s linear infinite RecipeCard-module-scss-module__f_dDVW__spin}.RecipeCard-module-scss-module__f_dDVW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes RecipeCard-module-scss-module__f_dDVW__shimmer{to{background-position:-200% 0}}@keyframes RecipeCard-module-scss-module__f_dDVW__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.RecipeCard-module-scss-module__f_dDVW__card,.RecipeCard-module-scss-module__f_dDVW__imageFrame img,.RecipeCard-module-scss-module__f_dDVW__skeleton,.RecipeCard-module-scss-module__f_dDVW__skeletonLine,.RecipeCard-module-scss-module__f_dDVW__spinner{transition:none;animation:none}}
.Overlay-module-scss-module__eNndlq__layer{z-index:1100;position:fixed;inset:0}.Overlay-module-scss-module__eNndlq__overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c0a088c;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.14s ease-out Overlay-module-scss-module__eNndlq__overlayIn;display:flex}.Overlay-module-scss-module__eNndlq__dialog,.Overlay-module-scss-module__eNndlq__drawer{background:var(--surface-1);color:var(--fg);border:1px solid var(--hairline);box-shadow:0 24px 60px var(--shadow);outline:none}.Overlay-module-scss-module__eNndlq__dialog{border-radius:16px;width:min(440px,100%);max-height:calc(100dvh - 40px);padding:24px;animation:.18s cubic-bezier(.2,.8,.3,1) Overlay-module-scss-module__eNndlq__dialogIn;overflow-y:auto}.Overlay-module-scss-module__eNndlq__title{margin:0 0 8px;font-size:1.15rem;font-weight:700;line-height:1.3}.Overlay-module-scss-module__eNndlq__description{color:var(--muted);line-height:1.55}.Overlay-module-scss-module__eNndlq__drawerOverlayRight{justify-content:flex-end;padding:0}.Overlay-module-scss-module__eNndlq__drawerOverlayBottom{align-items:flex-end;padding:0}.Overlay-module-scss-module__eNndlq__drawer{padding:24px;overflow-y:auto}.Overlay-module-scss-module__eNndlq__drawerRight{width:min(420px,100%);height:100%;animation:.2s ease-out Overlay-module-scss-module__eNndlq__drawerRightIn}.Overlay-module-scss-module__eNndlq__drawerBottom{width:100%;max-height:min(80dvh,720px);padding-bottom:calc(24px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;animation:.2s ease-out Overlay-module-scss-module__eNndlq__drawerBottomIn}@keyframes Overlay-module-scss-module__eNndlq__overlayIn{0%{opacity:0}}@keyframes Overlay-module-scss-module__eNndlq__dialogIn{0%{opacity:0;transform:scale(.96)}}@keyframes Overlay-module-scss-module__eNndlq__drawerRightIn{0%{transform:translate(100%)}}@keyframes Overlay-module-scss-module__eNndlq__drawerBottomIn{0%{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.Overlay-module-scss-module__eNndlq__overlay,.Overlay-module-scss-module__eNndlq__dialog,.Overlay-module-scss-module__eNndlq__drawer{animation:none}}
.Feedback-module-scss-module__gBbQTa__toast{pointer-events:auto;border:1px solid var(--hairline);background:var(--surface-1);color:var(--fg);box-shadow:0 10px 30px var(--shadow);border-radius:12px;align-items:flex-start;gap:12px;padding:14px 14px 14px 16px;font-size:.94rem;line-height:1.45;animation:.2s cubic-bezier(.2,.8,.3,1) Feedback-module-scss-module__gBbQTa__toastIn;display:flex}.Feedback-module-scss-module__gBbQTa__toastIcon{flex:none;margin-top:1px}.Feedback-module-scss-module__gBbQTa__toastBody{flex:auto;min-width:0}.Feedback-module-scss-module__gBbQTa__toastTitle{margin:0 0 2px;font-weight:600}.Feedback-module-scss-module__gBbQTa__toastMessage{overflow-wrap:anywhere;margin:0}.Feedback-module-scss-module__gBbQTa__toastClose{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;padding:2px;display:inline-flex}.Feedback-module-scss-module__gBbQTa__toastClose:hover{color:var(--fg)}.Feedback-module-scss-module__gBbQTa__toastClose:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Feedback-module-scss-module__gBbQTa__success .Feedback-module-scss-module__gBbQTa__toastIcon{color:var(--brand-green)}.Feedback-module-scss-module__gBbQTa__error .Feedback-module-scss-module__gBbQTa__toastIcon{color:var(--primary-dark)}.Feedback-module-scss-module__gBbQTa__info .Feedback-module-scss-module__gBbQTa__toastIcon{color:var(--muted)}.Feedback-module-scss-module__gBbQTa__error{border-color:color-mix(in srgb, var(--primary-dark) 40%, transparent)}.Feedback-module-scss-module__gBbQTa__emptyState{text-align:center;padding:40px 20px}.Feedback-module-scss-module__gBbQTa__emptyIcon{color:var(--muted);justify-content:center;margin-bottom:16px;display:flex}.Feedback-module-scss-module__gBbQTa__emptyHeading{color:var(--fg);margin:0;font-size:1.25rem}.Feedback-module-scss-module__gBbQTa__emptyExplanation{max-width:52ch;color:var(--muted);margin:8px auto 0;line-height:1.55}.Feedback-module-scss-module__gBbQTa__emptyActions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.Feedback-module-scss-module__gBbQTa__skeleton{background:linear-gradient(90deg, var(--surface-2) 25%, var(--hairline) 50%, var(--surface-2) 75%);background-size:200% 100%;max-width:100%;animation:1.5s linear infinite Feedback-module-scss-module__gBbQTa__skeletonShimmer}.Feedback-module-scss-module__gBbQTa__skeletonSquare{border-radius:0}.Feedback-module-scss-module__gBbQTa__skeletonRounded{border-radius:10px}.Feedback-module-scss-module__gBbQTa__skeletonCircle{border-radius:50%}@keyframes Feedback-module-scss-module__gBbQTa__toastIn{0%{opacity:0;transform:translateY(12px)}}@keyframes Feedback-module-scss-module__gBbQTa__skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.Feedback-module-scss-module__gBbQTa__toast,.Feedback-module-scss-module__gBbQTa__skeleton{animation:none}}
.Dialogs-module-scss-module__n0JrBa__toastRegion{z-index:1200;bottom:calc(24px + env(safe-area-inset-bottom));pointer-events:none;flex-direction:column;gap:10px;width:min(440px,100vw - 32px);display:flex;position:fixed;left:50%;transform:translate(-50%)}.Dialogs-module-scss-module__n0JrBa__confirmLayer{z-index:1300}.Dialogs-module-scss-module__n0JrBa__confirmDialog{width:min(440px,100%)}.Dialogs-module-scss-module__n0JrBa__actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.Dialogs-module-scss-module__n0JrBa__btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:9px;align-items:center;gap:8px;padding:10px 18px;font-size:.92rem;font-weight:600;display:inline-flex}.Dialogs-module-scss-module__n0JrBa__btn:disabled{opacity:.6;cursor:default}.Dialogs-module-scss-module__n0JrBa__btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Dialogs-module-scss-module__n0JrBa__cancel{border-color:var(--hairline);color:var(--fg);background:0 0}.Dialogs-module-scss-module__n0JrBa__cancel:hover:not(:disabled){background:var(--surface-2)}.Dialogs-module-scss-module__n0JrBa__go{background:var(--primary);color:#fff}.Dialogs-module-scss-module__n0JrBa__go:hover:not(:disabled){background:var(--primary-hover)}.Dialogs-module-scss-module__n0JrBa__danger{background:var(--primary-dark)}.Dialogs-module-scss-module__n0JrBa__danger:hover:not(:disabled){background:var(--primary-dark);filter:brightness(.9)}.Dialogs-module-scss-module__n0JrBa__spin{animation:.9s linear infinite Dialogs-module-scss-module__n0JrBa__spin}@keyframes Dialogs-module-scss-module__n0JrBa__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Dialogs-module-scss-module__n0JrBa__spin{animation-duration:2.4s}}
.Notes-module-scss-module__t3Ixqq__board,.Notes-module-scss-module__t3Ixqq__drawer{color:var(--fg);font-family:inherit}.Notes-module-scss-module__t3Ixqq__board button,.Notes-module-scss-module__t3Ixqq__board input,.Notes-module-scss-module__t3Ixqq__board select,.Notes-module-scss-module__t3Ixqq__board textarea,.Notes-module-scss-module__t3Ixqq__drawer button,.Notes-module-scss-module__t3Ixqq__drawer input,.Notes-module-scss-module__t3Ixqq__drawer select,.Notes-module-scss-module__t3Ixqq__drawer textarea{font:inherit}.Notes-module-scss-module__t3Ixqq__board button,.Notes-module-scss-module__t3Ixqq__drawer button{border:1px solid var(--hairline);background:var(--surface-1);min-height:44px;color:var(--fg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:9px 13px;display:inline-flex}.Notes-module-scss-module__t3Ixqq__board button:hover,.Notes-module-scss-module__t3Ixqq__drawer button:hover{border-color:var(--primary)}.Notes-module-scss-module__t3Ixqq__board button:disabled,.Notes-module-scss-module__t3Ixqq__drawer button:disabled{opacity:.55;cursor:wait}.Notes-module-scss-module__t3Ixqq__board :is(button,input,select,textarea):focus-visible,.Notes-module-scss-module__t3Ixqq__drawer :is(button,input,select,textarea):focus-visible{outline:2px solid var(--primary);outline-offset:3px}.Notes-module-scss-module__t3Ixqq__board label,.Notes-module-scss-module__t3Ixqq__drawer label{flex-direction:column;gap:7px;min-width:0;font-size:14px;font-weight:600;display:flex}.Notes-module-scss-module__t3Ixqq__board input,.Notes-module-scss-module__t3Ixqq__board select,.Notes-module-scss-module__t3Ixqq__board textarea,.Notes-module-scss-module__t3Ixqq__drawer input,.Notes-module-scss-module__t3Ixqq__drawer select,.Notes-module-scss-module__t3Ixqq__drawer textarea{border:1px solid var(--hairline);background:var(--surface-1);width:100%;min-height:44px;color:var(--fg);box-sizing:border-box;border-radius:8px;padding:10px 12px}.Notes-module-scss-module__t3Ixqq__board .Notes-module-scss-module__t3Ixqq__primary,.Notes-module-scss-module__t3Ixqq__drawer .Notes-module-scss-module__t3Ixqq__primary{background:var(--primary-dark);color:var(--text-on-brand,#fff);border-color:var(--primary-dark)}.Notes-module-scss-module__t3Ixqq__board .Notes-module-scss-module__t3Ixqq__danger,.Notes-module-scss-module__t3Ixqq__drawer .Notes-module-scss-module__t3Ixqq__danger{color:#c53030}.Notes-module-scss-module__t3Ixqq__board{padding:28px}.Notes-module-scss-module__t3Ixqq__heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.Notes-module-scss-module__t3Ixqq__heading h1{margin:0 0 6px;font-size:28px}.Notes-module-scss-module__t3Ixqq__heading p{color:var(--muted);margin:0;line-height:1.6}.Notes-module-scss-module__t3Ixqq__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.Notes-module-scss-module__t3Ixqq__filters{flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:20px;display:flex}.Notes-module-scss-module__t3Ixqq__filters label{flex:130px}.Notes-module-scss-module__t3Ixqq__filters .Notes-module-scss-module__t3Ixqq__search{flex:2 230px}.Notes-module-scss-module__t3Ixqq__count{color:var(--muted);margin:16px 0;font-size:13px}.Notes-module-scss-module__t3Ixqq__grid{grid-template-columns:repeat(auto-fill,minmax(min(270px,100%),1fr));gap:16px;display:grid}.Notes-module-scss-module__t3Ixqq__board .Notes-module-scss-module__t3Ixqq__card{text-align:left;border:1px solid var(--hairline);background:var(--surface-1);border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:235px;padding:0;display:flex;position:relative}.Notes-module-scss-module__t3Ixqq__board .Notes-module-scss-module__t3Ixqq__card h2{overflow-wrap:anywhere;margin:0;font-size:18px;line-height:1.35}.Notes-module-scss-module__t3Ixqq__board .Notes-module-scss-module__t3Ixqq__card time{color:var(--muted);margin-top:auto;padding-top:8px;font-size:12px}.Notes-module-scss-module__t3Ixqq__board .Notes-module-scss-module__t3Ixqq__cardOpen{text-align:left;cursor:pointer;background:var(--surface-1);border:0;border-radius:11px;flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;gap:12px;min-height:233px;padding:20px 58px 20px 20px;display:flex;overflow:hidden}.Notes-module-scss-module__t3Ixqq__board .Notes-module-scss-module__t3Ixqq__cardOpen:hover{background:color-mix(in srgb, var(--primary) 3%, var(--surface-1));border-color:#0000}.Notes-module-scss-module__t3Ixqq__board .Notes-module-scss-module__t3Ixqq__cardOpen:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.Notes-module-scss-module__t3Ixqq__cardActions{z-index:2;position:absolute;top:12px;right:12px}.Notes-module-scss-module__t3Ixqq__cardMarkdown{color:var(--muted);overflow-wrap:anywhere;max-height:72px;font-size:14px;line-height:1.55;overflow:hidden}.Notes-module-scss-module__t3Ixqq__cardMarkdown>:first-child{margin-top:0}.Notes-module-scss-module__t3Ixqq__cardMarkdown>:last-child{margin-bottom:0}.Notes-module-scss-module__t3Ixqq__cardMarkdown h1,.Notes-module-scss-module__t3Ixqq__cardMarkdown h2,.Notes-module-scss-module__t3Ixqq__cardMarkdown h3,.Notes-module-scss-module__t3Ixqq__cardMarkdown h4,.Notes-module-scss-module__t3Ixqq__cardMarkdown h5,.Notes-module-scss-module__t3Ixqq__cardMarkdown h6{color:inherit;font-size:inherit;font-weight:600;line-height:inherit;margin:0 0 3px}.Notes-module-scss-module__t3Ixqq__cardMarkdown p{margin:0 0 3px}.Notes-module-scss-module__t3Ixqq__cardMarkdown ul,.Notes-module-scss-module__t3Ixqq__cardMarkdown ol{margin:0 0 3px;padding-left:18px}.Notes-module-scss-module__t3Ixqq__cardMarkdown blockquote{border-left:2px solid var(--hairline);margin:0;padding-left:9px}.Notes-module-scss-module__t3Ixqq__cardMarkdown code{font-size:.92em}.Notes-module-scss-module__t3Ixqq__cardMarkdown table{border-collapse:collapse;display:block;overflow:hidden}.Notes-module-scss-module__t3Ixqq__cardMarkdown th,.Notes-module-scss-module__t3Ixqq__cardMarkdown td{text-align:left;padding-right:8px}.Notes-module-scss-module__t3Ixqq__cardLink{color:var(--primary);text-decoration:underline}.Notes-module-scss-module__t3Ixqq__cardCheckbox{width:18px;color:var(--primary);display:inline-block}.Notes-module-scss-module__t3Ixqq__badges{flex-wrap:wrap;gap:6px;display:flex}.Notes-module-scss-module__t3Ixqq__tag,.Notes-module-scss-module__t3Ixqq__urgency{background:var(--hairline);overflow-wrap:anywhere;border-radius:5px;padding:4px 8px;font-size:12px}.Notes-module-scss-module__t3Ixqq__urgency{text-transform:capitalize;font-weight:600}.Notes-module-scss-module__t3Ixqq__urgency[data-urgency=urgent]{color:#a5182a;background:#ffe3e8}.Notes-module-scss-module__t3Ixqq__urgency[data-urgency=high]{color:#864300;background:#ffebca}.Notes-module-scss-module__t3Ixqq__urgency[data-urgency=normal]{color:#2353a0;background:#e5eeff}.Notes-module-scss-module__t3Ixqq__urgency[data-urgency=low]{color:#345c44;background:#e1f2e7}.Notes-module-scss-module__t3Ixqq__empty{text-align:center;border:1px dashed var(--hairline);border-radius:12px;padding:60px 20px}.Notes-module-scss-module__t3Ixqq__empty h2{font-size:21px}.Notes-module-scss-module__t3Ixqq__empty p{color:var(--muted)}.Notes-module-scss-module__t3Ixqq__error{color:var(--fg);background:color-mix(in srgb, #c53030 12%, var(--surface-1));overflow-wrap:anywhere;border-left:3px solid #c53030;padding:12px;line-height:1.5}.Notes-module-scss-module__t3Ixqq__drawer{border:0;border-left:1px solid var(--hairline);background:var(--surface-1);box-sizing:border-box;width:min(660px,100%);max-width:100%;height:100dvh;max-height:100dvh;margin:0;padding:0;position:fixed;inset:0 0 0 auto}.Notes-module-scss-module__t3Ixqq__drawer::backdrop{background:#00000073}.Notes-module-scss-module__t3Ixqq__drawer form,.Notes-module-scss-module__t3Ixqq__drawer .Notes-module-scss-module__t3Ixqq__previewShell{flex-direction:column;min-height:100%;display:flex}.Notes-module-scss-module__t3Ixqq__editorHeader{border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:center;gap:12px;padding:22px 24px;display:flex}.Notes-module-scss-module__t3Ixqq__editorHeader h2{margin:0 0 5px;font-size:21px}.Notes-module-scss-module__t3Ixqq__editorHeader span{color:var(--muted);font-size:13px}.Notes-module-scss-module__t3Ixqq__headerActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.Notes-module-scss-module__t3Ixqq__previewHeading{flex-direction:column;align-items:flex-start;gap:8px;min-width:0;display:flex}.Notes-module-scss-module__t3Ixqq__previewHeading h2{overflow-wrap:anywhere}.Notes-module-scss-module__t3Ixqq__previewBody{flex:1;padding:24px;overflow-y:auto}.Notes-module-scss-module__t3Ixqq__previewBody .Notes-module-scss-module__t3Ixqq__markdown{border:0;padding:0}.Notes-module-scss-module__t3Ixqq__previewFooter{padding:16px 24px max(16px,env(safe-area-inset-bottom));border-top:1px solid var(--hairline);color:var(--muted);justify-content:space-between;gap:16px;font-size:13px;display:flex}.Notes-module-scss-module__t3Ixqq__noteActions{position:relative}.Notes-module-scss-module__t3Ixqq__noteActions>button{width:44px;padding:8px}.Notes-module-scss-module__t3Ixqq__actionList{z-index:30;border:1px solid var(--hairline);background:var(--surface-1);width:170px;box-shadow:0 14px 34px var(--shadow);border-radius:10px;padding:6px;position:absolute;top:calc(100% + 6px);right:0}.Notes-module-scss-module__t3Ixqq__actionList button{border:0;justify-content:flex-start;width:100%;min-height:40px}.Notes-module-scss-module__t3Ixqq__fields{border:0;flex-direction:column;flex:1;gap:16px;min-width:0;margin:0;padding:24px;display:flex}.Notes-module-scss-module__t3Ixqq__fields small{color:var(--muted);line-height:1.5}.Notes-module-scss-module__t3Ixqq__fields textarea{resize:vertical;min-height:280px;font-family:ui-monospace,monospace;font-size:14px;line-height:1.65}.Notes-module-scss-module__t3Ixqq__fieldRow{gap:16px;display:flex}.Notes-module-scss-module__t3Ixqq__fieldRow>label{flex:1}.Notes-module-scss-module__t3Ixqq__mode{justify-content:space-between;align-items:center;gap:12px;display:flex}.Notes-module-scss-module__t3Ixqq__mode>span{font-size:14px;font-weight:600}.Notes-module-scss-module__t3Ixqq__mode>div{gap:6px;display:flex}.Notes-module-scss-module__t3Ixqq__mode button[aria-pressed=true]{color:var(--primary);border-color:var(--primary)}.Notes-module-scss-module__t3Ixqq__markdown{overflow-wrap:anywhere;border:1px solid var(--hairline);border-radius:8px;min-height:280px;padding:16px;line-height:1.7;overflow-x:auto}.Notes-module-scss-module__t3Ixqq__markdown>:first-child{margin-top:0}.Notes-module-scss-module__t3Ixqq__markdown h1,.Notes-module-scss-module__t3Ixqq__markdown h2,.Notes-module-scss-module__t3Ixqq__markdown h3{margin:18px 0 10px;line-height:1.3}.Notes-module-scss-module__t3Ixqq__markdown h1{font-size:24px}.Notes-module-scss-module__t3Ixqq__markdown h2{font-size:21px}.Notes-module-scss-module__t3Ixqq__markdown h3{font-size:18px}.Notes-module-scss-module__t3Ixqq__markdown ul,.Notes-module-scss-module__t3Ixqq__markdown ol{padding-left:24px}.Notes-module-scss-module__t3Ixqq__markdown a{color:var(--primary);text-decoration:underline}.Notes-module-scss-module__t3Ixqq__markdown pre{background:var(--hairline);padding:12px;overflow-x:auto}.Notes-module-scss-module__t3Ixqq__markdown blockquote{border-left:3px solid var(--primary);margin-left:0;padding-left:16px}.Notes-module-scss-module__t3Ixqq__markdown table{border-collapse:collapse}.Notes-module-scss-module__t3Ixqq__markdown th,.Notes-module-scss-module__t3Ixqq__markdown td{border:1px solid var(--hairline);padding:8px}.Notes-module-scss-module__t3Ixqq__markdown img{max-width:100%;height:auto}.Notes-module-scss-module__t3Ixqq__markdown input[type=checkbox]{width:auto;min-height:auto;margin-right:8px}.Notes-module-scss-module__t3Ixqq__editorFooter{padding:16px 24px max(16px,env(safe-area-inset-bottom));border-top:1px solid var(--hairline);background:var(--surface-1);position:sticky;bottom:0}.Notes-module-scss-module__t3Ixqq__spacer{flex:1}.Notes-module-scss-module__t3Ixqq__confirm{padding-bottom:16px}.Notes-module-scss-module__t3Ixqq__confirm p{margin:0 0 12px;font-weight:600}@media (max-width:600px){.Notes-module-scss-module__t3Ixqq__board{padding:18px 14px}.Notes-module-scss-module__t3Ixqq__heading{flex-direction:column;align-items:flex-start;gap:14px}.Notes-module-scss-module__t3Ixqq__editorHeader,.Notes-module-scss-module__t3Ixqq__fields,.Notes-module-scss-module__t3Ixqq__editorFooter,.Notes-module-scss-module__t3Ixqq__previewBody,.Notes-module-scss-module__t3Ixqq__previewFooter{padding-left:16px;padding-right:16px}.Notes-module-scss-module__t3Ixqq__drawer :is(input,select,textarea){font-size:16px}}
.myKitchen-module-scss-module__5GD4Dq__page{width:min(1180px,100% - 32px);margin:0 auto;padding:clamp(28px,5vw,64px) 0 72px}.myKitchen-module-scss-module__5GD4Dq__header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px;display:flex}.myKitchen-module-scss-module__5GD4Dq__header h1{font-family:var(--font-display,var(--font-playfair), Georgia, serif);letter-spacing:-.045em;margin:0;font-size:clamp(2.15rem,6vw,4.4rem);font-weight:600;line-height:.96}.myKitchen-module-scss-module__5GD4Dq__header p{max-width:56ch;color:var(--muted);margin:14px 0 0;line-height:1.55}.myKitchen-module-scss-module__5GD4Dq__tabs{border:1px solid var(--hairline);background:var(--surface-2);border-radius:14px;gap:4px;margin-bottom:28px;padding:5px;display:flex;overflow-x:auto}.myKitchen-module-scss-module__5GD4Dq__tabs a,.myKitchen-module-scss-module__5GD4Dq__filters button{min-height:42px;color:var(--muted);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:10px;padding:8px 16px;font-weight:700;text-decoration:none}.myKitchen-module-scss-module__5GD4Dq__tabs a:hover,.myKitchen-module-scss-module__5GD4Dq__filters button:hover{color:var(--fg)}.myKitchen-module-scss-module__5GD4Dq__tabs a:focus-visible,.myKitchen-module-scss-module__5GD4Dq__filters button:focus-visible,.myKitchen-module-scss-module__5GD4Dq__textAction:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 38%, transparent);outline-offset:2px}.myKitchen-module-scss-module__5GD4Dq__tabs .myKitchen-module-scss-module__5GD4Dq__activeTab{background:var(--surface-1);color:var(--fg);box-shadow:0 1px 6px var(--shadow)}.myKitchen-module-scss-module__5GD4Dq__grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px;display:grid}.myKitchen-module-scss-module__5GD4Dq__cardActions{align-items:center;gap:10px;max-width:calc(100vw - 110px);display:flex}.myKitchen-module-scss-module__5GD4Dq__cardActions>:first-child{width:132px}.myKitchen-module-scss-module__5GD4Dq__noteIndicator,.myKitchen-module-scss-module__5GD4Dq__date{color:var(--muted);white-space:nowrap;align-items:center;gap:5px;font-size:.76rem;display:inline-flex}.myKitchen-module-scss-module__5GD4Dq__date{white-space:normal}.myKitchen-module-scss-module__5GD4Dq__textAction{background:color-mix(in srgb, var(--primary) 10%, transparent);min-height:36px;color:var(--primary);cursor:pointer;font:inherit;white-space:nowrap;border:0;border-radius:8px;align-items:center;margin-left:auto;padding:5px 9px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.myKitchen-module-scss-module__5GD4Dq__iconAction{border:1px solid var(--hairline);background:var(--surface-1);width:36px;height:36px;color:var(--muted);cursor:pointer;border-radius:9px;flex:none;place-items:center;padding:0;display:grid}.myKitchen-module-scss-module__5GD4Dq__iconAction:hover:not(:disabled){color:#b84236;border-color:#b84236}.myKitchen-module-scss-module__5GD4Dq__iconAction:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 38%, transparent);outline-offset:2px}.myKitchen-module-scss-module__5GD4Dq__iconAction:disabled{cursor:wait;opacity:.55}.myKitchen-module-scss-module__5GD4Dq__inlineError,.myKitchen-module-scss-module__5GD4Dq__warning{border-radius:9px;margin:0 0 18px;padding:11px 13px;font-size:.88rem}.myKitchen-module-scss-module__5GD4Dq__inlineError{border:1px solid color-mix(in srgb, #b84236 42%, var(--hairline));color:#9f332b}.myKitchen-module-scss-module__5GD4Dq__warning{border:1px solid var(--hairline);background:var(--surface-2);color:var(--muted)}.myKitchen-module-scss-module__5GD4Dq__filters{flex-wrap:wrap;gap:5px;margin-bottom:16px;display:flex}.myKitchen-module-scss-module__5GD4Dq__filters button{border:1px solid var(--hairline);min-height:38px;padding:6px 12px}.myKitchen-module-scss-module__5GD4Dq__filters .myKitchen-module-scss-module__5GD4Dq__activeFilter{border-color:color-mix(in srgb, var(--primary) 45%, var(--hairline));background:color-mix(in srgb, var(--primary) 9%, transparent);color:var(--fg)}.myKitchen-module-scss-module__5GD4Dq__activityList{border-top:1px solid var(--hairline);margin:0;padding:0;list-style:none}.myKitchen-module-scss-module__5GD4Dq__activityList li{border-bottom:1px solid var(--hairline);grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px 4px;display:grid}.myKitchen-module-scss-module__5GD4Dq__activityIcon{background:var(--surface-2);width:38px;height:38px;color:var(--primary);border-radius:50%;place-items:center;display:grid}.myKitchen-module-scss-module__5GD4Dq__activityList div{gap:3px;min-width:0;display:grid}.myKitchen-module-scss-module__5GD4Dq__activityList strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.myKitchen-module-scss-module__5GD4Dq__activityList div span{color:var(--muted);font-size:.82rem}.myKitchen-module-scss-module__5GD4Dq__activityList a{color:var(--primary);text-underline-offset:3px;font-weight:750}.myKitchen-module-scss-module__5GD4Dq__status,.myKitchen-module-scss-module__5GD4Dq__error{min-height:280px;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.myKitchen-module-scss-module__5GD4Dq__error{flex-direction:column;min-height:180px}.myKitchen-module-scss-module__5GD4Dq__spinner{animation:.8s linear infinite myKitchen-module-scss-module__5GD4Dq__spin}@keyframes myKitchen-module-scss-module__5GD4Dq__spin{to{transform:rotate(360deg)}}@media (max-width:700px){.myKitchen-module-scss-module__5GD4Dq__page{width:min(100% - 24px,1180px);padding-top:24px}.myKitchen-module-scss-module__5GD4Dq__header{flex-direction:column;align-items:flex-start}.myKitchen-module-scss-module__5GD4Dq__header h1{font-size:2.6rem}.myKitchen-module-scss-module__5GD4Dq__tabs{margin-inline:-4px}.myKitchen-module-scss-module__5GD4Dq__tabs a{flex:none}.myKitchen-module-scss-module__5GD4Dq__grid{grid-template-columns:1fr}.myKitchen-module-scss-module__5GD4Dq__cardActions{max-width:calc(100vw - 72px)}.myKitchen-module-scss-module__5GD4Dq__date{max-width:120px}}@media (prefers-reduced-motion:reduce){.myKitchen-module-scss-module__5GD4Dq__spinner{animation:none}}
