.lang-select-overlay{-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);background:#0f172a66;padding:1rem}.lang-select-modal{border:.0625rem solid var(--cp-surface-border,#f1f5f9);background:var(--cp-surface-bg,#fff);border-radius:1rem;flex-direction:column;width:45rem;max-width:100%;max-height:calc(100vh - 1.5rem);animation:.35s cubic-bezier(.22,1.2,.36,1) lang-select-pop;display:flex;overflow:hidden;box-shadow:0 1.5625rem 3.125rem -.75rem #0f172a40,inset 0 0 .0625rem .0625rem #fffc}@keyframes lang-select-pop{0%{opacity:0;transform:translateY(.875rem)scale(.97)}to{opacity:1;transform:none}}.lang-select-head{background:var(--cp-surface-bg,#fff);border-bottom:.0625rem solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem .625rem;display:flex}.lang-select-head-copy{min-width:0}.lang-select-title-row{align-items:center;gap:.625rem;display:flex}.lang-select-title-bar{background:#2563eb;border-radius:624.938rem;flex:none;width:.375rem;height:1rem;display:inline-block}.lang-select-title{letter-spacing:-.02em;color:var(--cp-text-primary,#0f172a);font-size:1.0625rem;font-weight:700}.lang-select-hint{color:var(--cp-text-muted,#94a3b8);padding-top:.125rem;padding-left:1rem;font-size:.75rem;line-height:1.4}.lang-select-close{color:#8a92a6;background:#f2f4f9;border:none;border-radius:50%;flex:none;width:1.875rem;height:1.875rem;transition:all .2s}.lang-select-close:hover{color:#e5484d;background:#ffecec;transform:rotate(90deg)}.lang-select-grid{flex:auto;grid-template-columns:1fr 1fr;gap:.5rem;min-height:0;padding:.75rem 1.25rem .5rem;display:grid;overflow-y:auto}.lang-select-grid.custom-scrollbar::-webkit-scrollbar{width:.375rem}.lang-select-grid.custom-scrollbar::-webkit-scrollbar-track{background:#f8fafc;border-radius:624.938rem}.lang-select-grid.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:624.938rem}.lang-select-item{text-align:left;-webkit-user-select:none;user-select:none;background:linear-gradient(to bottom right,#fff,#fff,#f8fafc80);border:.0625rem solid #e2e8f0;border-radius:.625rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex;box-shadow:0 .0625rem .125rem #0f172a0a}.lang-select-item:hover{border-color:#60a5fa;transform:translateY(-.0625rem);box-shadow:0 .625rem 1.5625rem -.3125rem #2563eb14,0 .25rem .375rem -.125rem #0000000a}.lang-select-item.is-active{background:#eff6ffcc;border:.125rem solid #2563eb;box-shadow:0 .0625rem .125rem #0f172a0d}.lang-select-item.is-active:hover{border-color:#2563eb;transform:none;box-shadow:0 .0625rem .125rem #0f172a0d}.lang-select-item-main{align-items:center;gap:.625rem;min-width:0;display:flex}.lang-select-code{letter-spacing:.02em;color:#334155;background:#f1f5f9e6;border:.0625rem solid #e2e8f099;border-radius:.5rem;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.6875rem;font-weight:600;transition:all .2s;display:flex}.lang-select-item:hover .lang-select-code{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.lang-select-item.is-active .lang-select-code{color:#fff;background:#2563eb;border-color:#0000;box-shadow:0 .0625rem .125rem #2563eb40}.lang-select-item-title{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.lang-select-native{color:var(--cp-text-primary,#0f172a);font-size:.875rem;font-weight:600;line-height:1.25}.lang-select-item:hover .lang-select-native{color:#2563eb}.lang-select-item.is-active .lang-select-native{color:#1e3a8a}.lang-select-current{color:#1d4ed8;background:#dbeafe;border-radius:624.938rem;padding:.125rem .5rem;font-size:.625rem;font-weight:500}.lang-select-item-sub{color:var(--cp-text-secondary,#64748b);padding-top:.0625rem;font-size:.6875rem;font-weight:400;display:block}.lang-select-item.is-active .lang-select-item-sub{color:#1d4ed8cc}.lang-select-check{color:#fff;background:#2563eb;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;display:flex;box-shadow:0 .0625rem .125rem #2563eb40}.lang-select-check svg{width:.6875rem;height:.6875rem}.lang-select-foot{background:#f8fafccc;border-top:.0625rem solid #f1f5f9;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem 1.25rem;display:flex}.lang-select-foot-note{min-width:0;color:var(--cp-text-muted,#94a3b8);align-items:center;gap:.375rem;font-size:.75rem;display:flex}.lang-select-foot-note svg{flex:none;width:1rem;height:1rem}.lang-select-foot-actions{flex:none;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.lang-select-cancel{color:#334155;background:0 0;border:.0625rem solid #cbd5e1;border-radius:.625rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s;box-shadow:0 .0625rem .125rem #0f172a0a}.lang-select-cancel:hover{background:#fff;border-color:#94a3b8}.lang-select-confirm{color:#fff;background:#2563eb;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 1.125rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex;box-shadow:0 .25rem .375rem -.0625rem #2563eb40}.lang-select-confirm svg{width:1rem;height:1rem}.lang-select-confirm:hover{background:#1d4ed8}.lang-select-confirm:active{background:#1e40af}@media (hover:none){.lang-select-item:hover{border-color:#e2e8f0;transform:none;box-shadow:0 .0625rem .125rem #0f172a0a}.lang-select-item.is-active:hover{background:#eff6ffcc;border-color:#2563eb}.lang-select-item:hover .lang-select-code{color:#334155;background:#f1f5f9e6;border-color:#e2e8f099}.lang-select-item.is-active:hover .lang-select-code{color:#fff;background:#2563eb;border-color:#0000}.lang-select-item:hover .lang-select-native{color:var(--cp-text-primary,#0f172a)}.lang-select-item.is-active:hover .lang-select-native{color:#1e3a8a}.lang-select-confirm:hover{background:#2563eb}.lang-select-cancel:hover{background:0 0;border-color:#cbd5e1}.lang-select-close:hover{color:#8a92a6;background:#f2f4f9;transform:none}}@media (max-width:640px){.lang-select-overlay{align-items:flex-end;padding:0}.lang-select-modal{border-radius:1.25rem 1.25rem 0 0;width:100%;max-height:min(92vh,47.5rem);animation:.32s cubic-bezier(.22,1.2,.36,1) lang-select-sheet}@keyframes lang-select-sheet{0%{opacity:0;transform:translateY(1.125rem)}to{opacity:1;transform:none}}.lang-select-head{padding:.875rem 1rem .625rem}.lang-select-grid{grid-template-columns:1fr;gap:.5rem;padding:.75rem 1rem .5rem}.lang-select-item{min-height:3.25rem;padding:.625rem .75rem}.lang-select-foot{padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom));flex-direction:column;align-items:stretch;gap:.75rem}.lang-select-foot-actions{width:100%}.lang-select-cancel,.lang-select-confirm{flex:1;min-height:2.75rem}}
.pc-richtext.quick-publish-editor{z-index:2;background:0 0;border:0;border-radius:0;flex-direction:column;display:flex;position:relative}.pc-richtext.quick-publish-editor:focus-within{box-shadow:none;border-color:#0000}.quick-publish-editor .pc-richtext-toolbar{z-index:1;padding-top:.5rem;padding-bottom:.5rem;background:0 0;border-bottom:0;border-radius:0;order:2;align-items:center;gap:.875rem;min-height:0;padding-inline:0 3.5rem;position:relative}.quick-publish-editor .pc-richtext-tool{width:auto;min-width:1.25rem;height:1.25rem;color:var(--cp-text-muted,#6b7280);vertical-align:middle;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:.25rem;padding:0 .125rem;line-height:1;display:inline-flex}.quick-publish-editor .pc-richtext-tool:hover:not(:disabled){color:var(--cp-text-secondary,#4b5563);background:0 0;border-color:#0000;transform:none}.quick-publish-editor .pc-richtext-tool.is-active{color:var(--cp-text-secondary,#4b5563);background:0 0;border-color:#0000}.quick-publish-editor .pc-richtext-tool-icon{width:1.25rem;height:1.25rem}.quick-publish-editor .pc-richtext-tool-text{white-space:nowrap;font-size:.8125rem;font-weight:400;line-height:1}.quick-publish-editor .pc-richtext-editor{order:1;min-height:8.75rem;padding:.5rem 0 0}.quick-publish-editor .pc-richtext-editor .tiptap{min-height:7.375rem;color:var(--cp-text-secondary,#4b5563);font-size:1rem;line-height:1.45}.quick-publish-editor .pc-richtext-editor .tiptap p.is-editor-empty:first-child:before{color:var(--cp-text-muted,#6b7280);font-size:1rem}.quick-publish-editor .pc-richtext-footer{display:none}.quick-publish-editor .pc-richtext-emoji-panel{top:auto;bottom:calc(100% + .5rem)}.quick-publish-editor .pc-richtext-emoji-panel--portal{bottom:auto}.quick-publish-compose{position:relative}.quick-publish-action-row{inset-inline-end:0;z-index:3;pointer-events:none;justify-content:flex-end;align-items:center;min-height:0;padding-top:.5rem;padding-bottom:.5rem;display:flex;position:absolute;bottom:0}html[dir=rtl] .quick-publish-action-row{justify-content:flex-start}.quick-publish-action-row>button{pointer-events:auto}
