/* Approved Studio notes layout, scoped to the public journal. */
.psb-studio-notes{--notes-link:#0878cf;--notes-shadow:0 8px 28px #203b510d}
[data-ps-theme=dark] .psb-studio-notes{--notes-link:#8ac7f9;--notes-shadow:0 8px 30px #0002}
.psb-notes-wrap{max-width:1320px;margin-inline:auto;padding-inline:40px}
.psb-notes-heading{padding:62px 0 42px;display:flex;justify-content:space-between;align-items:flex-end;gap:35px}
.psb-notes-eyebrow{font:10px/1.5 var(--mono);letter-spacing:1.2px;display:flex;gap:15px;align-items:center;color:var(--muted)}
.psb-notes-eyebrow>span{color:var(--notes-link);font-size:12px;letter-spacing:0}
.psb-notes-eyebrow i{width:34px;height:1px;background:var(--line)}
.psb-notes-heading h1{font-size:clamp(48px,6vw,78px);letter-spacing:-3px;margin:19px 0 20px;font-weight:600}
.psb-notes-heading h1>span{color:var(--blue)}
.psb-notes-intro{font-size:20px;line-height:1.5;color:var(--muted)}
.psb-notes-margin{display:flex;align-items:flex-start;gap:25px;font-size:16px;color:var(--muted);padding-bottom:5px}
.psb-notes-margin>span{font:20px/1.6 var(--mono);color:var(--blue)}
.psb-notes-browse{display:flex;gap:24px;align-items:center;justify-content:space-between;border-block:1px solid var(--line);padding:18px 0;margin-bottom:38px}
.psb-notes-filters{display:flex;gap:7px;flex-wrap:wrap}
.psb-notes-filters button{border:1px solid transparent;color:var(--muted);border-radius:5px;padding:8px 12px;font-size:14px;background:none;line-height:1.4}
.psb-notes-filters button:hover{border-color:var(--line);background:var(--surface)}
.psb-notes-filters button[aria-pressed=true]{background:var(--surface);border-color:var(--line);color:var(--ink);box-shadow:0 2px 4px #18304808}
.psb-notes-search{display:flex;gap:10px;align-items:center;border:1px solid var(--line);background:var(--surface);padding:10px 12px;border-radius:5px;min-width:265px;max-width:340px;flex:1}
.psb-notes-search svg{width:17px;height:17px;stroke:var(--muted);stroke-width:1.5;fill:none;flex-shrink:0}
.psb-notes-search input{min-width:0;width:100%;border:0;background:none;color:var(--ink);font:14px/1.5 var(--font);outline-offset:6px}
.psb-notes-search input:focus-visible{outline:2px solid var(--blue)}
.psb-notes-search input::placeholder{color:var(--muted)}
.psb-notes-status{font-size:14px;margin:-14px 0 25px;color:var(--muted)}
.psb-notes-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:55px;align-items:start}
.psb-notes-section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}
.psb-notes-section-heading h2{font-size:22px;letter-spacing:-.5px;font-weight:600}
.psb-studio-notes .xml-tag{font-size:11px;color:var(--notes-link)}
.psb-note-link{color:var(--notes-link);padding:0;background:none;font-size:14px;font-weight:500;display:inline-flex;gap:12px;align-items:center;line-height:1.5}
.psb-note-link:hover{text-decoration:underline;text-underline-offset:4px}
.psb-studio-notes .psb-note{padding:0;border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden;box-shadow:var(--notes-shadow);margin-bottom:24px;scroll-margin-top:110px}
.psb-note-image{display:block;width:100%;position:relative;overflow:hidden;background:var(--soft);border-bottom:1px solid var(--line);cursor:zoom-in}
.psb-note-image:focus-visible{outline-offset:-4px}
.psb-note-image img{display:block;width:100%;height:auto;aspect-ratio:1.96;object-fit:cover;object-position:50% 20%;transition:transform .3s}
.psb-note-image:hover img{transform:scale(1.015)}
.psb-image-hint{position:absolute;bottom:13px;right:14px;border:1px solid var(--line);border-radius:4px;background:var(--surface);font-size:12px;padding:5px 9px}
.psb-note-content{padding:27px 30px 28px;overflow-wrap:anywhere}
.psb-note-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;color:var(--muted);font:10px/1.6 var(--mono);margin-bottom:18px}
.psb-note-meta>span:first-child{color:var(--notes-link)}
.psb-note-meta i{width:15px;height:1px;background:var(--line)}
.psb-note-content>h3{font-size:30px;letter-spacing:-.8px;max-width:620px;margin-bottom:15px;line-height:1.15;font-weight:600}
.psb-studio-notes .psb-note-summary>p{font-size:17px;color:var(--muted);line-height:1.6}
.psb-note-details>summary{margin:23px 0 0;min-height:24px}
.psb-note-details[open]>summary{margin:0 0 20px}
.psb-note-version{font:10px/1.6 var(--mono);color:var(--muted);margin-top:16px;text-align:right}
.psb-studio-notes .article-body{font-size:17px;line-height:1.7;color:var(--muted);padding:0;overflow:auto}
.psb-studio-notes .article-body p{margin-bottom:15px}
.psb-studio-notes .article-body p:last-child{margin-bottom:0}
.psb-studio-notes .article-body h2,.psb-studio-notes .article-body h3,.psb-studio-notes .article-body h4{font-size:22px;line-height:1.2;color:var(--ink);margin:26px 0 12px;font-weight:500;letter-spacing:-.3px}
.psb-studio-notes .article-body :is(h2,h3,h4):first-child{margin-top:8px}
.psb-studio-notes .article-body ul{padding-left:22px;margin:18px 0}
.psb-studio-notes .article-body li{margin-bottom:6px;padding:0}
.psb-note:not(.has-image) .psb-note-content{padding-block:31px}
.psb-note:not(.has-image) .psb-note-content>h3{font-size:28px}
.psb-fresh-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--blue);margin-left:10px;vertical-align:middle}
.psb-fresh-intro{color:var(--muted);font-size:16px;margin:-9px 0 24px;max-width:280px}
.psb-fresh-card{background:var(--surface);border:1px solid var(--line);border-radius:7px;overflow:hidden;margin-bottom:20px;box-shadow:var(--notes-shadow);scroll-margin-top:110px}
.psb-note-image--fresh img{aspect-ratio:16/9;object-position:center}
.psb-note-image--fresh .psb-image-hint{font-size:10px;bottom:8px;right:8px;padding:3px 6px}
.psb-fresh-content{padding:21px 22px;overflow-wrap:anywhere}
.psb-fresh-meta{display:flex;justify-content:space-between;gap:9px;align-items:center;margin-bottom:16px;font:10px/1.5 var(--mono);color:var(--muted)}
.psb-fresh-meta>span:first-child{color:var(--notes-link)}
.psb-fresh-title{display:flex;gap:13px;align-items:center;margin-bottom:11px}
.psb-fresh-title h3{font-size:23px;line-height:1.2;letter-spacing:-.5px;font-weight:600}
.psb-fresh-content>p{color:var(--muted);font-size:15px;line-height:1.6;margin-bottom:18px}
.psb-fresh-actions{border-top:1px solid var(--line);padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.psb-fresh-actions time{font:9px/1.5 var(--mono);color:var(--muted)}
.psb-fresh-unavailable{font-size:13px;color:var(--muted)}
.psb-fresh-foot{border-block:1px solid var(--line);padding:25px 0 24px;margin-top:30px;display:grid;grid-template-columns:30px 1fr;gap:12px}
.psb-fresh-foot p{font-size:14px}
.psb-fresh-foot p>span{color:var(--muted)}
.psb-fresh-foot>a{grid-column:2;font-size:13px;margin-top:5px;justify-self:start}
.psb-archive-shortcut{display:block;font-size:13px;color:var(--muted);margin-top:23px;line-height:1.9}
.psb-archive-shortcut span{display:block;color:var(--notes-link)}
.psb-notes-archive{margin-top:50px;border-top:1px solid var(--line);padding-top:30px;scroll-margin-top:110px}
.psb-archive-intro{margin:-8px 0 24px;color:var(--muted);font-size:15px}
.psb-notes-archive .psb-note{box-shadow:none;background:color-mix(in srgb,var(--surface) 55%,transparent)}
.psb-notes-archive .psb-note-content>h3{font-size:24px}
.psb-notes-empty{border:1px dashed var(--line);border-radius:8px;padding:35px 25px;background:var(--surface);color:var(--muted);font-size:16px}
.psb-notes-empty strong{display:block;color:var(--ink);font-size:20px;font-weight:500;margin-bottom:8px}
.psb-notes-closing{margin-top:70px;padding:62px 0 70px;border-top:1px solid var(--line);text-align:center}
.psb-notes-closing h2{font-size:40px;letter-spacing:-1.4px;margin:22px 0 28px;line-height:1.2}
.psb-notes-closing h2 span{color:var(--muted)}
.psb-notes-image-dialog{padding:32px;max-width:1250px;width:calc(100% - 36px);max-height:calc(100dvh - 40px);border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);overflow:auto;box-shadow:0 30px 110px #0004}
.psb-notes-image-dialog::backdrop{background:#071421bb;backdrop-filter:blur(7px)}
.psb-image-close{position:sticky;top:0;display:block;margin:-12px -12px 8px auto;background:var(--surface);border:1px solid var(--line);border-radius:5px;width:40px;height:40px;font-size:25px;z-index:1}
.psb-notes-image-dialog>img{display:block;width:100%;max-height:65vh;height:auto;object-fit:contain;border-radius:5px;margin-bottom:24px}
.psb-notes-image-dialog h2{font-size:28px;letter-spacing:-.8px;margin:12px 0 12px}
.psb-notes-image-dialog p{color:var(--muted);font-size:16px;line-height:1.65}
html.psb-notes-image-open{overflow:hidden}
@media(min-width:1500px){.psb-notes-wrap{max-width:1400px}.psb-notes-layout{grid-template-columns:minmax(0,1fr) 380px;gap:60px}.psb-note-image--article img{aspect-ratio:2.1}}
@media(max-width:1100px){.psb-notes-layout{grid-template-columns:minmax(0,1fr) 300px;gap:30px}.psb-notes-wrap{padding-inline:30px}.psb-notes-margin{display:none}.psb-notes-search{max-width:290px;min-width:220px}.psb-notes-filters button{padding-inline:9px;font-size:13px}.psb-note-content{padding-inline:24px}.psb-note-content>h3{font-size:28px}.psb-notes-intro{font-size:19px}.psb-fresh-content{padding:20px}}
@media(max-width:800px){.psb-notes-layout{grid-template-columns:1fr}.psb-fresh-section{order:-1}.psb-fresh-section .psb-notes-section-heading{margin-bottom:16px}.psb-fresh-intro{font-size:15px;margin-bottom:18px;max-width:none}.psb-fresh-feed{display:grid;grid-template-columns:1fr 1fr;gap:16px}.psb-fresh-card{margin:0}.psb-fresh-foot,.psb-archive-shortcut{display:none}.psb-notes-browse{flex-wrap:wrap;gap:15px}.psb-notes-search{max-width:none;flex-basis:100%;min-width:0}.psb-notes-heading{padding-top:40px}.psb-note-image--article img{aspect-ratio:1.85}.psb-notes-closing{margin-top:45px;padding-block:44px}}
@media(max-width:480px){.psb-notes-wrap{padding-inline:20px}.psb-notes-heading{padding:32px 0 29px}.psb-notes-heading h1{font-size:49px;letter-spacing:-2px;margin:18px 0}.psb-notes-eyebrow{font-size:8px;gap:9px;letter-spacing:.8px}.psb-notes-eyebrow>span{font-size:10px}.psb-notes-eyebrow i{width:20px}.psb-notes-intro{font-size:17px}.psb-notes-browse{padding-block:13px;margin-bottom:27px}.psb-notes-filters{gap:3px}.psb-notes-filters button{font-size:12px;padding:7px 8px}.psb-fresh-feed{grid-template-columns:1fr}.psb-fresh-card.has-image{display:grid;grid-template-columns:104px minmax(0,1fr)}.psb-note-image--fresh{height:88px;width:88px;margin:14px 0 14px 14px;border:0;border-radius:4px}.psb-note-image--fresh img{height:100%;aspect-ratio:1;object-fit:contain;object-position:center}.psb-note-image--fresh .psb-image-hint{display:none}.psb-fresh-content{padding:17px}.psb-fresh-title h3{font-size:20px}.psb-fresh-content>p{font-size:14px;margin-bottom:13px}.psb-fresh-meta{font-size:9px;gap:7px;flex-wrap:wrap;margin-bottom:10px}.psb-fresh-actions{display:block;padding-top:11px}.psb-fresh-actions time{display:block;margin-top:8px}.psb-fresh-actions .psb-note-link{font-size:13px}.psb-notes-section-heading h2{font-size:21px}.psb-note-content>h3,.psb-note:not(.has-image) .psb-note-content>h3{font-size:26px}.psb-note-content,.psb-note:not(.has-image) .psb-note-content{padding:22px}.psb-studio-notes .psb-note-summary>p,.psb-studio-notes .article-body{font-size:16px}.psb-note-meta{font-size:9px;gap:9px}.psb-notes-closing h2{font-size:32px}.psb-notes-image-dialog{padding:25px 22px}.psb-notes-image-dialog h2{font-size:24px}.psb-image-close{margin-right:-8px}.psb-note-image--article img{aspect-ratio:1.65}}
@media(prefers-reduced-motion:reduce){.psb-studio-notes *{scroll-behavior:auto!important;transition:none!important}}
