:root{--ink:#272b29;--green:#174c40;--accent:#b66031;--line:#dedfd8;--paper:#fafaf7}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header{padding:24px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:white;gap:20px}.brand{font:32px Georgia,serif;text-decoration:none;color:var(--green)}.brand i{color:var(--accent)}.brand small{display:block;font:11px system-ui;letter-spacing:2px;margin-top:10px}#actions{display:flex;gap:12px}main{max-width:1500px;margin:auto;padding:36px 5%}button,.pdfopen{background:var(--green);color:white;border:1px solid transparent;border-radius:6px;padding:11px 19px;font:inherit;cursor:pointer}button:hover{filter:brightness(.9)}button:disabled{opacity:.5;cursor:wait}a{color:var(--green)}button.plain{background:transparent;color:var(--green)}button.secondary{background:white;border-color:var(--line);color:var(--green)}h1{font:clamp(32px,3.5vw,52px)/1.13 Georgia,serif;letter-spacing:-1px;margin:14px 0 24px}h2{font:27px/1.2 Georgia,serif;margin:10px 0 20px}h3{font-size:14px;margin:35px 10px 14px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:700;color:var(--accent)}.workspace{display:grid;grid-template-columns:215px 1fr;gap:45px}.workspace>section{min-width:0}aside{padding-top:10px}.nav{display:flex;justify-content:space-between;background:none;color:var(--ink);width:100%;text-align:left;margin:6px 0;padding:11px 12px;font-size:15px}.nav.active{background:#e5ece8;color:var(--green);font-weight:600}.nav span{opacity:.6}.aside-note{color:#6a706b;font-size:14px;border-top:1px solid var(--line);padding-top:20px;margin-top:32px}.collectiontop{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:25px}.collectiontop img{width:170px;height:125px;object-fit:cover;border-radius:65% 45% 50% 35%}.searchbox label{font-size:15px}input,textarea,select{font:inherit;width:100%;padding:11px 13px;border:1px solid #c9cec8;border-radius:5px;background:white;color:var(--ink);margin-top:5px}input:focus,textarea:focus,select:focus,button:focus-visible,a:focus-visible{outline:3px solid #c59b54;outline-offset:2px}label{display:block;font-weight:600;font-size:14px}label small{display:block;color:#656c66;font-weight:400}.filters{display:flex;gap:15px;align-items:end;margin-top:16px}.filters label{flex:1}#count{font-size:14px;color:#6b706b;margin:26px 0 16px}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.card{background:white;border:1px solid var(--line);border-top:4px solid var(--green);border-radius:5px;padding:22px;display:flex;flex-direction:column}.card:nth-child(2n){border-top-color:#b87840}.cardtop{display:flex;align-items:center;justify-content:space-between;gap:10px}.favorite{background:none;color:#6b706b;font-size:28px;padding:0 5px}.selected{color:#a66213!important}.card h2 a{text-decoration:none;color:var(--ink)}.card h2 a:hover{text-decoration:underline}.excerpt{font-size:15px;color:#656c66;line-height:1.65;margin:0 0 20px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.tags span{font-size:12px;padding:3px 9px;background:#eff2ed;border-radius:4px;color:var(--green)}.cardfooter{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:20px;padding-top:13px;font-size:13px;color:#646b64}.empty{padding:40px;border:1px dashed var(--line);grid-column:1/-1}.login{max-width:500px;margin:5vh auto}.login form{max-width:380px}.login label{margin-bottom:18px}.back{display:inline-block;margin-bottom:25px}.toolbar{display:flex;gap:12px;flex-wrap:wrap}.ratings{display:flex;gap:45px;margin:30px 0;border-block:1px solid var(--line);padding:20px 0}.ratings small{display:block;color:#646b64;font-size:13px}.stars{display:flex}.stars button{background:none;color:#777;padding:0 3px;font-size:28px}.recipegrid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.transcript section{margin-bottom:35px}.transcript li{padding-left:5px;margin-bottom:12px}.transcript ul{padding-left:22px}.transcript ol{padding-left:28px}.transcript ol li::marker{color:var(--accent);font-weight:700}.pdfpanel iframe{width:100%;height:760px;border:1px solid var(--line);margin-top:20px;border-radius:6px}.pdfopen{display:inline-block;font-size:14px;text-decoration:none;background:white;border-color:var(--line);color:var(--green)}.source{font-size:14px;color:#666}.danger{background:#922e27}.dangertext{color:#922e27!important}dialog{border:1px solid var(--line);border-radius:12px;padding:30px;width:min(800px,94vw);max-height:92vh;color:var(--ink)}dialog::backdrop{background:#14261cd0}dialog label{margin-bottom:18px}.dialogtop{display:flex;justify-content:space-between;align-items:center;gap:20px}.twocol{display:grid;grid-template-columns:1fr 1fr;gap:22px}#confirmDelete{max-width:480px}#message:not(:empty){position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--green);color:white;padding:14px 24px;border-radius:8px;box-shadow:0 5px 30px #0002;max-width:90vw;z-index:5}#formError,#loginError{color:#a22d23}textarea{resize:vertical}button,a,input,select,textarea{touch-action:manipulation}@media(max-width:850px){.workspace{grid-template-columns:1fr;gap:20px}aside{display:flex;flex-wrap:wrap;gap:8px}.nav{width:auto;margin:0;gap:12px}aside h3,aside .eyebrow,.aside-note{display:none}.recipegrid{grid-template-columns:1fr}.ratings{gap:20px;flex-wrap:wrap}.collectiontop img{width:110px;height:100px}}@media(max-width:520px){header{align-items:start}.brand{font-size:26px}.brand small{font-size:9px}#actions{flex-direction:column;gap:0}#actions button{font-size:14px;padding:8px 12px}main{padding:25px 5%}.cards{grid-template-columns:1fr}.collectiontop img{display:none}.filters{flex-wrap:wrap}.filters label{min-width:45%}.twocol{grid-template-columns:1fr;gap:0}dialog{padding:20px}.ratings{gap:16px}.stars button{font-size:25px}.collectiontop{gap:0}}@media print{@page{size:A4;margin:18mm}body{background:white;font-size:11pt;color:black}header,.noprint,.back,dialog,#message{display:none!important}main{padding:0;max-width:none}.recipegrid{display:block}h1{font-size:26pt}h2{font-size:18pt;break-after:avoid}.transcript li{break-inside:avoid}a{color:black;text-decoration:none}.source{font-size:9pt}}

.hero-scroll{height:180vh;margin:-36px calc(-5vw) 0;position:relative}.hero-sticky{position:sticky;top:0;height:100vh;overflow:hidden;background:#26332a}.hero-sticky video{width:100%;height:100%;object-fit:cover;object-position:60% center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#101b15bd,transparent 75%);pointer-events:none}.hero-copy{position:absolute;left:8%;top:25%;color:white}.hero-copy h1{font-size:clamp(48px,7vw,100px);margin:20px 0}.hero-copy .eyebrow{color:#f4d8a7}.hero-copy p{font-size:20px}.hero-link{display:inline-block;background:#fff;color:#174c40;padding:13px 20px;border-radius:6px;text-decoration:none;margin-top:16px}.scroll-hint{position:absolute;bottom:24px;left:8%;color:white;font-size:14px}.hero-fallback{background:url(basia-hero.png) 60% center/cover}.login{scroll-margin-top:30px;padding-bottom:50px}@media(min-width:1500px){.hero-scroll{margin-left:calc((1350px - 100vw)/2);margin-right:calc((1350px - 100vw)/2)}}@media(max-width:520px){.hero-scroll{margin-top:-25px}.hero-copy{left:6%;top:15%}.hero-copy h1{font-size:48px}.hero-sticky video{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#101b15c9,#101b1520)}.hero-copy p{font-size:17px}}@media(prefers-reduced-motion:reduce){.hero-scroll{height:85vh}.hero-sticky{position:relative;height:85vh}.hero-sticky video{visibility:hidden}.hero-sticky{background:url(basia-hero.png) 60% center/cover}.scroll-hint{display:none}}

#editor{width:min(1500px,96vw);height:94vh;max-height:94vh;padding:0;overflow:hidden}#editor .editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:100%;min-height:0}#editor .editor-reference{display:flex;flex-direction:column;min-height:0;padding:20px;background:#edf0ec;border-right:1px solid var(--line)}.reference-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;margin-bottom:12px}.reference-heading h2{margin:0;font-size:24px}.reference-heading a{font-size:14px}#editorPdf{width:100%;flex:1;min-height:0;border:1px solid var(--line);background:white}#editorPdf[hidden]{display:none}#recipeForm{overflow-y:auto;padding:0 25px 25px;min-height:0;overscroll-behavior:contain}#editor .dialogtop{position:sticky;top:0;z-index:1;background:white;padding:16px 0;margin-bottom:10px}#editor .dialogtop h2{margin:0}#editor .twocol{grid-template-columns:1fr;gap:0}#editor textarea{min-height:210px}@media(max-width:700px){#editor{height:96dvh;max-height:96dvh;width:98vw}#editor .editor-layout{grid-template-columns:1fr;grid-template-rows:38% minmax(0,1fr)}#editor .editor-reference{padding:10px;border-right:0;border-bottom:1px solid var(--line)}.reference-heading{margin-bottom:6px}.reference-heading h2{font-size:19px}#recipeForm{padding:0 16px 20px}#editor .dialogtop{padding:10px 0}#editor .dialogtop h2{font-size:23px}}

#publicHero .hero-scroll{margin:0}#wejscie{scroll-margin-top:25px}.headerlink{align-self:center;font-size:14px;text-decoration:none;padding:8px}#actions{flex-wrap:wrap}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
