body.phone-shell .drawer-pane{position:fixed!important;left:8px!important;right:8px!important;top:calc(66px + env(safe-area-inset-top))!important;bottom:calc(10px + var(--browser-bottom))!important;max-height:none!important;height:auto!important;border-radius:24px!important;padding:14px 14px calc(18px + env(safe-area-inset-bottom))!important;overflow:auto!important;box-shadow:0 24px 60px rgba(0,0,0,.24)}
body.phone-shell .drawer-scrim{backdrop-filter:blur(2px)}
body.phone-shell .drawer-pane .page-toolbar{position:sticky;top:-14px;background:var(--background);padding:0 0 10px;z-index:2}
body.phone-shell .drawer-pane .composer-head{flex-direction:column;align-items:stretch!important}
body.phone-shell .drawer-pane .type-switch{align-self:flex-start}
body.phone-shell .drawer-pane .composer-toolbar{margin-left:0!important;flex-wrap:wrap}
body.phone-shell .drawer-pane .editor-footer{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
body.phone-shell .drawer-pane .input-tagbox{min-width:0!important}
body.phone-shell .drawer-pane .editor-input,body.phone-shell .drawer-pane .rich-editor{min-height:280px!important;max-height:none!important;background:var(--secondbackground);border:1px solid var(--border);border-radius:16px;padding:14px}
body.phone-shell .drawer-pane .editor-shell{display:grid;gap:10px}
body.phone-shell .drawer-pane .attachment-strip.compact{grid-template-columns:1fr!important}
body.phone-shell .drawer-pane .attachment-card.media-image img,body.phone-shell .drawer-pane .attachment-card.media-video video{height:164px!important}
body.phone-shell .note-card{scroll-margin-top:74px}


/* V11.9 editor focus fixes: tablet keyboard + resources width hardening */
.content-wrap.resources-layout{width:100%;max-width:none}
.resources-layout{width:100%;max-width:none;grid-template-columns:minmax(232px,280px) minmax(0,1fr)}
.resources-main,.resources-main .panel,.resources-main-grid,.resources-list-panel{min-width:0;width:100%}
.resources-list-panel .row{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;column-gap:12px}
.resources-list-panel .row-main{min-width:0;width:100%}
.resource-row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:center}
body.tablet-shell .resources-layout{width:100%;max-width:none!important;grid-template-columns:minmax(220px,250px) minmax(0,1fr)!important}
body.tablet-shell .resources-main-grid{grid-template-columns:minmax(0,1fr)!important}
body.tablet-shell.keyboard-open .main{height:var(--doc-height)!important}
body.tablet-shell.keyboard-open .content-shell{padding-bottom:calc(20px + var(--browser-bottom) + env(safe-area-inset-bottom))!important}
