:root{--paper:#f8f7f2;--ink:#263a36;--muted:#66706a;--line:#dcded4;--green:#35594b;--soft:#e9ede3;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button,input,select{-webkit-tap-highlight-color:transparent}button,a,input,select{outline-offset:5px}:focus-visible{outline:2px solid #466a4d}button{cursor:pointer}button:hover,a:hover{color:#47745e}button{color:var(--ink)}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:absolute;left:20px;top:-100px;background:var(--ink);color:white;padding:10px 20px;z-index:20}.skip:focus{top:8px}.site-header{max-width:1320px;margin:auto;padding:26px 52px;display:flex;align-items:center;gap:40px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;line-height:1;font-size:23px;font-weight:600;letter-spacing:-.8px;margin-right:auto}.brand svg{width:39px;height:39px}.brand-alt{font-weight:400}.brand small{display:block;font-size:8px;letter-spacing:2.15px;line-height:1;margin-top:9px;font-weight:400}.site-header nav{display:flex;gap:30px}.site-header nav a{font-size:13px;padding:11px 0;position:relative}.site-header nav a:after{content:'';position:absolute;left:0;right:0;height:1px;bottom:5px;background:var(--green);transform:scaleX(0);transition:transform .2s}.site-header nav a:hover:after,.site-header nav a[aria-current]:after{transform:scaleX(1)}.language-switch{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:1px;border-left:1px solid var(--line);padding-left:25px;color:#7d867f}.language-switch a{padding:12px 4px}.language-switch a[aria-current]{color:var(--ink);font-weight:700}.language-switch span{opacity:.5}main{max-width:1320px;padding:0 52px;margin:auto}.hero{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;padding:60px 0 63px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:500;margin:0 0 25px;color:var(--green);display:flex;gap:12px;align-items:center}.hero .eyebrow>span{width:22px;height:1px;background:var(--green)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h1{font-size:clamp(38px,4.5vw,66px);line-height:1.1;letter-spacing:-2.2px;margin-bottom:24px}.hero-intro{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:28px}.primary{display:inline-flex;align-items:center;gap:33px;padding:13px 20px;background:var(--green);color:#fff;border-radius:3px;font-size:12px;letter-spacing:.2px;min-height:46px;transition:background .2s}.primary:hover{color:white;background:#274735}.primary span{font-size:19px}.hero-foot{font-size:8px;letter-spacing:1.9px;margin:42px 0 0;color:var(--muted)}.hero-foot span{margin-right:20px;color:var(--ink)}.hero-art{margin:0;position:relative;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.hero-art>svg{width:100%;height:auto;display:block;max-height:452px}.hero-art figcaption{display:flex;justify-content:space-between;font-size:7px;letter-spacing:1.6px;margin-top:12px;color:var(--muted);gap:10px}.notebook{border-top:1px solid var(--line);padding:45px 0 58px}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:26px}.section-heading .eyebrow{margin-bottom:11px}.section-heading h2,.about h2{font-size:36px;letter-spacing:-.8px;line-height:1.2;margin:0}.section-heading>p{max-width:290px;color:var(--muted);font-size:12px;margin:0 0 2px;line-height:1.8}.filters{display:flex;gap:14px;align-items:stretch}.search{display:flex;align-items:center;gap:11px;border:1px solid var(--line);padding:0 16px;background:#fcfcf8;flex:1;border-radius:3px;min-width:0}.search svg{width:19px;height:19px;stroke:#758077;fill:none;stroke-width:1.5;flex-shrink:0}.search input{height:51px;min-width:0;width:100%;border:0;background:transparent;outline-offset:0;padding:5px 2px;font-size:13px;color:var(--ink)}.search input::placeholder{color:#788279}.language-filter{display:flex;align-items:center;gap:16px;padding:0 13px 0 17px;border:1px solid var(--line);border-radius:3px;background:#fcfcf8}.language-filter>span{font-size:10px;color:var(--muted)}select{border:0;background:transparent;padding:10px 23px 10px 0;color:var(--ink);max-width:220px;font-size:12px;cursor:pointer;min-height:44px}.topics-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 0 23px}.topic-filters{display:flex;gap:6px;flex-wrap:wrap}.topic-filters button{background:none;border:1px solid transparent;border-radius:3px;padding:8px 14px;font-size:11px;min-height:38px}.topic-filters button[aria-pressed=true]{background:var(--soft);border-color:#d7dfce;color:#34513f}.topic-filters button:hover{background:#eeefe8}#result-count{font-size:10px;color:var(--muted);white-space:nowrap}.note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.note-card{border:1px solid var(--line);border-radius:4px;background:#fcfcf7;transition:transform .2s,border-color .2s;min-width:0}.note-card:hover{transform:translateY(-3px);border-color:#93a291}.card-link{display:flex;flex-direction:column;height:100%;padding:24px 23px 17px}.card-link:hover{color:var(--ink)}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.category-label{display:flex;gap:7px;align-items:center;font-size:10px;letter-spacing:.3px;color:var(--green)}.category-label svg{width:20px;height:20px}.note-card[data-category=kalbos] .category-label{color:#6b643a}.note-card[data-category=protas] .category-label{color:#7c5847}.lang-label{font-size:8px;letter-spacing:1px;color:var(--muted);border:1px solid #e2e3d9;padding:1px 5px;border-radius:2px}.note-card h3{font-size:25px;line-height:1.23;letter-spacing:-.4px;margin:0 0 15px}.note-card p{font-size:12px;line-height:1.75;color:var(--muted);margin-bottom:24px}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;border-top:1px solid #e8e9df;padding-top:13px;font-size:8px;color:var(--muted)}.dot{padding:0 4px}.card-arrow{font-size:20px;color:var(--green)}.draft-note{font-size:10px;color:var(--muted);margin:19px 0 0}#empty-state{text-align:center;padding:54px 20px;border:1px dashed var(--line);border-radius:4px}#empty-state>span{font-size:35px}#empty-state h3{font-size:28px;margin:8px 0}#empty-state p{color:var(--muted)}#empty-state button{background:var(--green);color:white;border:0;padding:12px 18px;border-radius:3px}.about{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--line);padding:48px 0 56px}.about .eyebrow{margin-bottom:17px}.about-copy>p{font-size:13px;color:var(--muted);line-height:1.8;margin:0 0 17px}.about-copy .about-names{font-size:11px}.category-key{display:flex;flex-direction:column;margin-top:22px;border-top:1px solid var(--line)}.category-key>a{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding:11px 0;font-size:11px}.category-key svg{width:22px;height:22px}.category-key small{display:inline-block;color:var(--muted);font-size:10px;margin-left:16px}.category-key>a>span:last-child{margin-left:auto;font-size:18px}footer{max-width:1320px;margin:auto;padding:25px 52px 35px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted);font-size:9px}.footer-brand{font-size:16px;letter-spacing:-.5px;color:var(--ink)}.footer-brand>span{font-size:20px;margin-left:7px}.privacy{display:flex;align-items:center;gap:6px;white-space:nowrap}.privacy i{display:inline-block;width:5px;height:5px;background:#74836b;border-radius:50%}.article{max-width:780px;margin:50px auto 60px}.back-link{display:inline-block;font-size:12px;color:var(--muted);padding:10px 0}.article-header{margin:44px 0 0;padding:0 0 30px;border-bottom:1px solid var(--line)}.article-header .eyebrow{margin-bottom:22px}.article h1{font-size:52px}.article-description{font-size:18px;color:var(--muted);line-height:1.7}.article-meta{display:flex;align-items:center;gap:20px;font-size:10px;flex-wrap:wrap}.draft-badge{border:1px solid var(--line);border-radius:3px;padding:4px 8px}.article-body{max-width:650px;margin:36px auto 0;font-size:17px;line-height:1.85}.article-body h2{font-size:29px;line-height:1.3;margin:36px 0 15px}.article-body>p{color:#4c5952;margin-bottom:26px}.takeaway{background:var(--soft);border-left:2px solid #6f876c;padding:25px 28px;margin:35px 0}.takeaway .eyebrow{margin-bottom:12px}.takeaway>p:last-child{font-family:var(--serif);font-size:24px;line-height:1.4;margin:0}.article-body .translation-note{font-size:11px;line-height:1.75;color:var(--muted);margin:25px 0 8px}.source-link{font-size:11px;text-decoration:underline;text-underline-offset:4px}.bottom-back{margin-top:35px}.original{max-width:800px;padding:40px 24px}.original h1{font-size:38px;margin-top:35px}.original pre{white-space:pre-wrap;overflow-wrap:anywhere;font:16px/1.8 Georgia,serif;color:#47594f}.not-found{max-width:700px;padding:85px 0}.not-found h1{font-size:48px}.not-found .back-link{display:block;margin-top:22px}@media(min-width:1450px){.hero{padding-top:75px;padding-bottom:78px}.hero-art>svg{max-height:490px}.hero-foot{margin-top:50px}}@media(max-width:1050px){.site-header,main,footer{padding-left:32px;padding-right:32px}.site-header{gap:24px}.site-header nav{gap:22px}.hero{gap:32px}h1{font-size:48px}.hero .eyebrow{font-size:8px;letter-spacing:1.3px}.hero-intro{font-size:14px}.hero-foot{font-size:7px;letter-spacing:1px}.hero-foot span{margin-right:10px}.note-card h3{font-size:23px}.card-link{padding:21px 18px 15px}.about{gap:40px}.card-bottom{font-size:7px}.category-key small{margin-left:10px}}@media(max-width:760px){.site-header{padding:21px 22px 0;gap:14px;flex-wrap:wrap}.brand{font-size:22px}.brand svg{width:34px;height:34px}.brand small{font-size:7px}.language-switch{padding-left:10px;border:0}.site-header nav{order:3;flex-basis:100%;justify-content:space-between;gap:12px;margin-top:9px}.site-header nav a{font-size:12px;padding:12px 4px}.site-header nav a:after{bottom:0}main{padding:0 22px}.hero{grid-template-columns:1fr;gap:30px;padding:36px 0}.hero h1{font-size:51px;letter-spacing:-1.9px;margin-bottom:21px}.hero .eyebrow{font-size:8px;letter-spacing:1.3px;margin-bottom:22px}.hero-intro{font-size:15px;margin-bottom:23px}.hero-foot{margin-top:27px;font-size:7px;letter-spacing:1.4px}.hero-art{max-width:none}.hero-art>svg{height:260px;object-fit:cover;width:100%}.hero-art figcaption{font-size:6px;letter-spacing:1.1px;margin-top:8px}.section-heading{display:block;margin-bottom:21px}.section-heading>p{max-width:330px;margin-top:15px;font-size:12px}.notebook{padding:33px 0 37px}.section-heading h2,.about h2{font-size:32px}.filters{flex-wrap:wrap;gap:9px}.search{flex-basis:100%}.language-filter{width:100%;justify-content:space-between}.language-filter>span{font-size:11px}select{font-size:13px;text-align:right}.topics-row{align-items:flex-start;padding:16px 0 18px;flex-wrap:wrap;gap:10px}.topic-filters{gap:3px;flex:1 0 100%}.topic-filters button{font-size:10px;padding:8px 10px;min-height:40px}#result-count{padding-left:1px}.note-grid{grid-template-columns:repeat(2,1fr);gap:12px}.note-card h3{font-size:23px}.card-link{padding:20px 17px 15px}.card-top{margin-bottom:22px}.note-card p{font-size:12px}.card-bottom{font-size:8px;align-items:flex-end}.card-bottom>span:first-child{max-width:140px}.draft-note{font-size:9px}.about{grid-template-columns:1fr;gap:24px;padding:34px 0 38px}.about-copy>p{font-size:14px}.category-key small{font-size:11px;margin-left:12px}footer{padding:22px;flex-wrap:wrap;gap:12px;justify-content:space-between}footer>span:nth-child(2){order:3;width:100%;font-size:9px}.article{margin:25px auto 35px}.article-header{margin-top:25px}.article h1{font-size:39px;letter-spacing:-1.3px}.article-description{font-size:16px}.article-body{font-size:16px}.article-body h2{font-size:27px}.takeaway{padding:22px}.not-found{padding:55px 0}.not-found h1{font-size:36px}}@media(max-width:460px){.note-grid{grid-template-columns:1fr}.note-card h3{font-size:26px}.card-link{padding:22px 21px 16px}.card-top{margin-bottom:21px}.note-card p{margin-bottom:23px}.card-bottom>span:first-child{max-width:none}.card-bottom{font-size:9px}.hero-art>svg{height:auto;max-height:none}.hero h1{font-size:clamp(38px,11.7vw,51px)}.category-key small{display:block;margin:2px 0 0}.brand{font-size:21px}.brand small{letter-spacing:1.75px}.language-switch{gap:5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
