@layer payload-default{.icon--check{width:1.53846rem;height:1.53846rem}.icon--check .stroke{fill:none;stroke:currentColor;stroke-width:2px}}
.create-post{--post-edit-bg:var(--theme-bg,#f7f7f8);--post-edit-panel:var(--theme-elevation-50,#fff);--post-edit-border:var(--theme-border-color,#e7e4f5);--post-edit-text:var(--theme-text,#17181c);--post-edit-muted:var(--theme-elevation-550,#8a8f98);--post-edit-accent:#8840e5;--post-edit-accent-2:#7c3aed;--post-edit-accent-soft:#8840e524;--post-edit-ink:#fff;background:var(--post-edit-bg);min-height:100vh;color:var(--post-edit-text);flex-direction:column;font-family:DM Sans,Work Sans,system-ui,sans-serif;display:flex}.create-post__header{border-bottom:1px solid var(--post-edit-border);background:var(--post-edit-panel);align-items:center;gap:8px;width:100%;max-width:1200px;margin:0 auto;padding:14px 24px;display:flex}.create-post__back,.create-post__close{border:1px solid var(--post-edit-border);width:38px;height:38px;color:var(--post-edit-muted);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.create-post__back:hover,.create-post__close:hover{background:var(--post-edit-bg);color:var(--post-edit-accent);border-color:var(--post-edit-accent)}.create-post__back svg,.create-post__close svg{width:18px;height:18px}.create-post__actions{flex:1;justify-content:flex-end;gap:10px;display:flex}.create-post__btn-draft{border:1px solid var(--post-edit-accent);color:var(--post-edit-accent);cursor:pointer;background:0 0;border-radius:12px;align-items:center;gap:8px;padding:11px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,color .15s,opacity .15s;display:inline-flex}.create-post__btn-draft:hover{background:var(--post-edit-accent-soft)}.create-post__btn-draft:disabled{opacity:.55;cursor:not-allowed}.create-post__btn-draft svg{width:16px;height:16px}.create-post__btn-publish{background:var(--post-edit-accent);color:var(--post-edit-ink);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:11px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}.create-post__btn-publish:hover{opacity:.9}.create-post__btn-publish:active{transform:scale(.99)}.create-post__btn-publish:disabled{opacity:.55;cursor:not-allowed}.create-post__btn-publish svg{width:16px;height:16px}.create-post__content{flex:1;grid-template-columns:minmax(0,1fr) 340px;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:24px;display:grid}.create-post__editor{flex-direction:column;align-items:flex-start;display:flex}.create-post__topic-label{letter-spacing:.14em;color:var(--post-edit-accent);text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700}.create-post__title-input{width:100%;color:var(--post-edit-text);letter-spacing:-.03em;background:0 0;border:none;outline:none;margin-bottom:14px;font-size:42px;font-weight:800;line-height:1.15}.create-post__title-input::placeholder{color:var(--post-edit-muted)}.create-post__subtitle-row{align-items:center;gap:10px;width:100%;margin-bottom:18px;display:flex}.create-post__subtitle-icon{border:1px solid var(--post-edit-border);width:28px;height:28px;color:var(--post-edit-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.create-post__subtitle-icon svg{width:15px;height:15px}.create-post__subtitle-input{color:var(--post-edit-text);background:0 0;border:none;outline:none;flex:1;font-size:18px;font-weight:500}.create-post__subtitle-input::placeholder{color:var(--post-edit-muted)}.create-post__divider{background:var(--post-edit-border);width:100%;height:1px;margin-bottom:20px}.create-post__editor-area{width:100%;min-height:320px;color:var(--post-edit-text);border:1px solid var(--post-edit-border);background:var(--post-edit-panel);border-radius:12px;outline:none;padding:16px;font-size:16px;line-height:1.7}.create-post__editor-area:empty:before{content:attr(data-placeholder);color:var(--post-edit-muted);pointer-events:none}.create-post__editor-area p{margin:0 0 12px}.create-post__editor-area h1,.create-post__editor-area h2,.create-post__editor-area h3,.create-post__editor-area h4,.create-post__editor-area h5,.create-post__editor-area h6{margin:20px 0 10px;font-weight:700;line-height:1.3}.create-post__editor-area h1{font-size:28px}.create-post__editor-area h2{font-size:24px}.create-post__editor-area h3{font-size:20px}.create-post__editor-area blockquote{border-left:3px solid var(--post-edit-accent);background:var(--post-edit-panel);color:var(--post-edit-text);margin:16px 0;padding:12px 16px;font-style:italic}.create-post__editor-area pre{color:#f2f2f2;background:#17181c;border-radius:8px;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;overflow-x:auto}.create-post__editor-area ul,.create-post__editor-area ol{margin:0 0 12px;padding-left:24px}.create-post__editor-area a{color:var(--post-edit-accent);text-decoration:underline}.create-post__editor-area table{width:100%;margin:12px 0}.create-post__toolbar{border:1px solid var(--post-edit-border);background:var(--post-edit-panel);border-radius:12px;flex-direction:column;gap:8px;width:100%;margin-bottom:16px;padding:10px 12px;display:flex}.create-post__toolbar-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.create-post__toolbar-separator{background:var(--post-edit-border);width:1px;height:20px;margin:0 4px}.create-post__toolbar-btn{width:32px;height:32px;color:var(--post-edit-text);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.create-post__toolbar-btn:hover{background:var(--post-edit-bg);color:var(--post-edit-accent)}.create-post__toolbar-btn svg{width:17px;height:17px}.create-post__toolbar-math{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.create-post__toolbar-math:hover{background:var(--post-edit-bg)}.create-post__sidebar{flex-direction:column;gap:20px;display:flex}.create-post__more-btn{justify-content:flex-end;display:flex}.create-post__more-btn button{border:1px solid var(--post-edit-border);background:var(--post-edit-panel);width:34px;height:34px;color:var(--post-edit-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.create-post__more-btn button:hover{color:var(--post-edit-text)}.create-post__more-btn button svg{width:18px;height:18px}.create-post__metadata{border:1px solid var(--post-edit-border);background:var(--post-edit-panel);border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}.create-post__section-label{color:var(--post-edit-text);font-size:13px;font-weight:600;display:block}.create-post__image-section,.create-post__tags-section{border:1px solid var(--post-edit-border);background:var(--post-edit-panel);border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.create-post__media-list{flex-direction:column;gap:10px;display:flex}.create-post__media-list-item{border:1px solid var(--post-edit-border);background:var(--post-edit-bg);border-radius:12px;align-items:center;gap:10px;padding:8px;display:flex;position:relative}.create-post__media-list-item img{object-fit:cover;border-radius:6px;flex:none;width:64px;height:48px}.create-post__media-list-file{background:var(--post-edit-panel);width:64px;height:48px;color:var(--post-edit-muted);border-radius:6px;flex:none;justify-content:center;align-items:center;display:flex}.create-post__media-list-file svg{width:22px;height:22px}.create-post__media-list-name{min-width:0;color:var(--post-edit-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.create-post__media-list-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex;position:absolute;top:4px;right:4px}.create-post__media-list-remove:hover{background:var(--theme-error-500,#e03131)}.create-post__media-list-remove svg{width:12px;height:12px}.create-post__add-more{gap:8px;margin-top:10px;display:flex}.create-post__add-more button{border:1px solid var(--post-edit-border);background:var(--post-edit-panel);color:var(--post-edit-text);cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:12px;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.create-post__add-more button:hover{border-color:var(--post-edit-accent);color:var(--post-edit-accent)}.create-post__add-more button svg{width:14px;height:14px}.create-post__upload-options{flex-direction:column;gap:10px;display:flex}.create-post__upload-zone{border:2px dashed var(--post-edit-border);background:var(--post-edit-bg);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:110px;transition:border-color .15s;display:flex}.create-post__upload-zone:hover{border-color:var(--post-edit-accent)}.create-post__upload-content{flex-direction:column;align-items:center;gap:8px;padding:12px;display:flex}.create-post__upload-icon{background:var(--post-edit-panel);width:40px;height:40px;color:var(--post-edit-accent);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.create-post__upload-icon svg{width:20px;height:20px}.create-post__upload-browse{border:1px solid var(--post-edit-accent);background:var(--post-edit-accent);color:var(--post-edit-ink);cursor:pointer;border-radius:12px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .15s,transform .1s}.create-post__upload-browse:hover{opacity:.88}.create-post__upload-browse:active{transform:scale(.99)}.create-post__media-browse-btn{border:1px solid var(--post-edit-border);background:var(--post-edit-panel);color:var(--post-edit-text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.create-post__media-browse-btn:hover{border-color:var(--post-edit-accent);color:var(--post-edit-accent)}.create-post__media-browse-btn svg{width:16px;height:16px}.create-post__tags-list{flex-wrap:wrap;gap:8px;display:flex}.create-post__tag{background:var(--post-edit-bg);border:1px solid var(--post-edit-border);color:var(--post-edit-text);border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.create-post__tag-remove{color:var(--post-edit-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.create-post__tag-remove:hover{color:var(--theme-error-500,#e03131)}.create-post__tag-remove svg{width:13px;height:13px}.create-post__tag-input-row{gap:8px;display:flex}.create-post__tag-input{border:1px solid var(--post-edit-border);background:var(--post-edit-panel);height:42px;color:var(--post-edit-text);border-radius:12px;outline:none;flex:1;padding:0 14px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.create-post__tag-input::placeholder{color:var(--post-edit-muted)}.create-post__tag-input:focus{border-color:var(--post-edit-accent);box-shadow:0 0 0 3px var(--post-edit-accent-soft)}.create-post__tag-add{border:1px solid var(--post-edit-accent);background:var(--post-edit-accent);width:42px;height:42px;color:var(--post-edit-ink);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:opacity .15s,transform .1s;display:inline-flex}.create-post__tag-add:hover{opacity:.88}.create-post__tag-add:active{transform:scale(.98)}.create-post__tag-add svg{width:16px;height:16px}.create-post__media-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.create-post__media-modal{background:var(--post-edit-panel);border:1px solid var(--post-edit-border);border-radius:20px;flex-direction:column;width:100%;max-width:760px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #1f1b422e}.create-post__media-modal-header{border-bottom:1px solid var(--post-edit-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.create-post__media-modal-header h3{margin:0;font-size:16px;font-weight:700}.create-post__media-modal-header button{width:32px;height:32px;color:var(--post-edit-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.create-post__media-modal-header button:hover{background:var(--post-edit-bg);color:var(--post-edit-text)}.create-post__media-modal-header button svg{width:18px;height:18px}.create-post__media-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:20px;display:grid;overflow-y:auto}.create-post__media-loading,.create-post__media-empty{color:var(--post-edit-muted);flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:10px;padding:40px 0;display:flex}.create-post__media-item{border:1px solid var(--post-edit-border);background:var(--post-edit-bg);cursor:pointer;border-radius:12px;flex-direction:column;gap:6px;padding:8px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.create-post__media-item:hover{border-color:var(--post-edit-accent)}.create-post__media-item--selected{border-color:var(--post-edit-accent);box-shadow:0 0 0 2px var(--post-edit-accent)}.create-post__media-item img{object-fit:cover;border-radius:6px;width:100%;height:90px}.create-post__media-item-check{background:var(--post-edit-accent);width:22px;height:22px;color:var(--post-edit-ink);border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:12px;right:12px}.create-post__media-item-check svg{width:13px;height:13px}.create-post__media-file{background:var(--post-edit-panel);width:100%;height:90px;color:var(--post-edit-muted);border-radius:6px;justify-content:center;align-items:center;display:flex}.create-post__media-file svg{width:28px;height:28px}.create-post__media-item-name{color:var(--post-edit-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.create-post__media-modal-footer{border-top:1px solid var(--post-edit-border);justify-content:flex-end;padding:14px 20px;display:flex}.create-post__media-done{border:1px solid var(--post-edit-accent);background:var(--post-edit-accent);color:var(--post-edit-ink);cursor:pointer;border-radius:12px;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}.create-post__media-done:hover{opacity:.88}.create-post__media-done:active{transform:scale(.99)}.create-post__media-done:disabled{opacity:.5;cursor:not-allowed}.create-post__loading{color:var(--post-edit-muted);flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.create-post__loading-spinner{animation:.8s linear infinite post-edit-spin}@keyframes post-edit-spin{to{transform:rotate(360deg)}}
.posts-list{--posts-list-bg:var(--theme-bg,#f5f5f5);--posts-list-panel:var(--theme-elevation-50,#fff);--posts-list-border:var(--theme-border-color,#e7e4f5);--posts-list-text:var(--theme-text,#111);--posts-list-muted:var(--theme-elevation-550,#777);--posts-list-ink:var(--theme-elevation-1000,#fff);--posts-list-accent:#8840e5;--posts-list-accent-2:#7c3aed;--posts-list-accent-soft:#8840e524;width:100%;max-width:1200px;color:var(--posts-list-text);flex-direction:column;gap:20px;margin:0 auto;padding:24px 24px 48px;font-family:DM Sans,Work Sans,system-ui,sans-serif;display:flex}.posts-list__header{align-items:center;gap:12px;display:flex}.posts-list__back,.posts-list__close{border:1px solid var(--posts-list-border);width:36px;height:36px;color:var(--posts-list-muted);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.posts-list__back:hover,.posts-list__close:hover{background:var(--posts-list-panel);color:var(--posts-list-accent);border-color:var(--posts-list-accent)}.posts-list__back svg,.posts-list__close svg{width:18px;height:18px}.posts-list__heading{letter-spacing:-.01em;flex:1;font-size:22px;font-weight:700}.posts-list__btn-new{background:var(--posts-list-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;display:inline-flex}.posts-list__btn-new:hover{opacity:.9}.posts-list__btn-new:active{transform:scale(.99)}.posts-list__btn-new svg{width:16px;height:16px}.posts-list__search{border:1px solid var(--posts-list-border);background:var(--posts-list-panel);height:46px;color:var(--posts-list-muted);border-radius:12px;align-items:center;gap:10px;padding:0 14px;transition:border-color .15s,box-shadow .15s;display:flex}.posts-list__search:focus-within{border-color:var(--posts-list-accent);box-shadow:0 0 0 3px var(--posts-list-accent-soft)}.posts-list__search>svg{flex-shrink:0;width:18px;height:18px}.posts-list__search-input{color:var(--posts-list-text);background:0 0;border:none;outline:none;flex:1;font-size:15px}.posts-list__search-input::placeholder{color:var(--posts-list-muted)}.posts-list__search-clear{color:var(--posts-list-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.posts-list__search-clear:hover{color:var(--posts-list-text)}.posts-list__search-clear svg{width:16px;height:16px}.posts-list__tabs{border-bottom:1px solid var(--posts-list-border);gap:4px;display:flex}.posts-list__tab{color:var(--posts-list-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 14px;font-size:14px;font-weight:500;transition:color .15s,border-color .15s}.posts-list__tab:hover{color:var(--posts-list-text)}.posts-list__tab--active{color:var(--posts-list-accent);border-bottom-color:var(--posts-list-accent)}.posts-list__table-wrap{border:1px solid var(--posts-list-border);background:var(--posts-list-panel);border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #1f1b4214}.posts-list__table{border-collapse:collapse;width:100%}.posts-list__thead{background:var(--theme-elevation-100,#f0f0f0)}.posts-list__th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--posts-list-muted);white-space:nowrap;padding:12px 14px;font-size:11px;font-weight:600}.posts-list__th--checkbox{text-align:center;width:44px}.posts-list__th--site{width:160px}.posts-list__th--category{width:140px}.posts-list__th--date{width:170px}.posts-list__th--author{width:200px}.posts-list__th--status{width:120px}.posts-list__th--action{text-align:center;width:60px}.posts-list__tbody .posts-list__tr{border-top:1px solid var(--posts-list-border);cursor:pointer;transition:background .12s}.posts-list__tbody .posts-list__tr:hover{background:var(--theme-elevation-100,#f0f0f0)}.posts-list__td{vertical-align:middle;padding:14px}.posts-list__td--checkbox{text-align:center;width:44px}.posts-list__td--site{width:160px}.posts-list__td--category{width:140px}.posts-list__td--date{width:170px}.posts-list__td--author{width:200px}.posts-list__td--status{width:120px}.posts-list__td--action{text-align:center;width:60px}.posts-list__checkbox{color:var(--posts-list-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.posts-list__checkbox svg{width:20px;height:20px}.posts-list__checkbox--checked{color:var(--theme-success-500,#2f9e44)}.posts-list__site-chip{background:var(--theme-elevation-150,#e8e8e8);color:var(--posts-list-text);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;max-width:150px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block;overflow:hidden}.posts-list__category-chip{background:var(--theme-elevation-150,#e8e8e8);color:var(--posts-list-text);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;max-width:130px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block;overflow:hidden}.posts-list__title-cell{flex-direction:column;gap:4px;display:flex}.posts-list__title-text{font-size:15px;font-weight:600}.posts-list__excerpt-text{color:var(--posts-list-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:13px;display:-webkit-box;overflow:hidden}.posts-list__date-text{color:var(--posts-list-muted);white-space:nowrap;font-size:13px}.posts-list__author-chip{align-items:center;gap:8px;display:inline-flex}.posts-list__author-avatar{background:var(--theme-elevation-250,#dcdcdc);width:28px;height:28px;color:var(--posts-list-text);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.posts-list__author-name{font-size:13px}.posts-list__status-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.posts-list__status-badge--published{background:var(--theme-success-150,#d3f9d8);color:var(--theme-success-600,#2b8a3e)}.posts-list__status-badge--draft{background:var(--theme-elevation-150,#e8e8e8);color:var(--posts-list-muted)}.posts-list__status-icon{align-items:center;display:inline-flex}.posts-list__status-icon svg{width:14px;height:14px}.posts-list__action-btn{border:1px solid var(--posts-list-border);width:32px;height:32px;color:var(--posts-list-muted);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.posts-list__action-btn:hover{color:var(--theme-error-500,#e03131);border-color:var(--theme-error-500,#e03131)}.posts-list__action-btn svg{width:16px;height:16px}.posts-list__loading,.posts-list__empty{color:var(--posts-list-muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 0;display:flex}.posts-list__loading-spinner{animation:.8s linear infinite posts-list-spin}@keyframes posts-list-spin{to{transform:rotate(360deg)}}.posts-list__empty-action{border:1px solid var(--posts-list-accent);color:var(--posts-list-accent);background:0 0;border-radius:12px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.posts-list__empty-action:hover{background:var(--posts-list-accent-soft)}.posts-list__empty-action svg{width:16px;height:16px}.posts-list__footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.posts-list__footer-label{color:var(--posts-list-muted);align-items:center;gap:8px;font-size:13px;display:flex}.posts-list__per-page{align-items:center;display:inline-flex;position:relative}.posts-list__per-page select{appearance:none;border:1px solid var(--posts-list-border);background:var(--posts-list-panel);color:var(--posts-list-text);cursor:pointer;border-radius:10px;padding:7px 30px 7px 12px;font-family:inherit;font-size:13px}.posts-list__per-page svg{width:14px;height:14px;color:var(--posts-list-muted);pointer-events:none;position:absolute;right:8px}.posts-list__page-info{color:var(--posts-list-muted);font-size:13px}.posts-list__page-nav{gap:8px;display:flex}.posts-list__page-btn{border:1px solid var(--posts-list-border);background:var(--posts-list-panel);width:36px;height:36px;color:var(--posts-list-text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:border-color .15s,color .15s;display:inline-flex}.posts-list__page-btn:hover:not(:disabled){border-color:var(--posts-list-accent);color:var(--posts-list-accent)}.posts-list__page-btn:disabled{opacity:.4;cursor:not-allowed}.posts-list__page-btn svg{width:18px;height:18px}.posts-list__modal-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.posts-list__modal{background:var(--posts-list-bg);border:1px solid var(--posts-list-border);border-radius:20px;width:100%;max-width:420px;padding:28px;box-shadow:0 24px 60px #1f1b422e}.posts-list__modal-icon{background:var(--theme-error-150,#ffe3e3);width:48px;height:48px;color:var(--theme-error-500,#e03131);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.posts-list__modal-icon svg{width:24px;height:24px}.posts-list__modal-title{text-align:center;margin:0 0 10px;font-size:18px;font-weight:700}.posts-list__modal-text{text-align:center;color:var(--posts-list-muted);margin:0 0 22px;font-size:14px;line-height:1.5}.posts-list__modal-actions{gap:10px;display:flex}.posts-list__modal-cancel,.posts-list__modal-confirm{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s;display:inline-flex}.posts-list__modal-cancel:disabled,.posts-list__modal-confirm:disabled{opacity:.5;cursor:not-allowed}.posts-list__modal-cancel svg,.posts-list__modal-confirm svg{width:16px;height:16px}.posts-list__modal-cancel{border:1px solid var(--posts-list-border);color:var(--posts-list-text);background:0 0}.posts-list__modal-cancel:hover{border-color:var(--posts-list-accent);color:var(--posts-list-accent)}.posts-list__modal-confirm{border:1px solid var(--theme-error-500,#e03131);background:var(--theme-error-500,#e03131);color:#fff}
.newsletter-list{--newsletter-bg:var(--theme-bg,#f5f5f5);--newsletter-panel:var(--theme-elevation-50,#fff);--newsletter-border:var(--theme-border-color,#e7e4f5);--newsletter-text:var(--theme-text,#111);--newsletter-muted:var(--theme-elevation-550,#777);--newsletter-accent:#8840e5;--newsletter-accent-soft:#8840e524;width:100%;max-width:1200px;color:var(--newsletter-text);--collection-bg:var(--newsletter-bg);--collection-panel:var(--newsletter-panel);--collection-border:var(--newsletter-border);--collection-text:var(--newsletter-text);--collection-muted:var(--newsletter-muted);--collection-ink:var(--theme-elevation-1000,#fff);--collection-accent:var(--newsletter-accent);--collection-accent-2:#7c3aed;--collection-accent-soft:var(--newsletter-accent-soft);flex-direction:column;gap:20px;margin:0 auto;padding:24px 24px 48px;font-family:DM Sans,Work Sans,system-ui,sans-serif;display:flex}.newsletter-list__tabs{border-bottom:1px solid var(--newsletter-border);gap:4px;display:flex}.newsletter-list__tab{color:var(--newsletter-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:color .15s,border-color .15s}.newsletter-list__tab:hover{color:var(--newsletter-text)}.newsletter-list__tab--active{color:var(--newsletter-accent);border-bottom-color:var(--newsletter-accent)}
.app-header,.app-header--nav-open{display:none}[data-theme=dark] .custom-nav{--nav-custom-muted:#8a8f98;--nav-custom-shadow:4px 0 16px #00000073}[data-theme=dark] .custom-nav .custom-nav__brand-img{filter:brightness(1.5)}.custom-nav{--nav-custom-width:264px;--nav-custom-width-collapsed:92px;--nav-custom-accent:#8840e5;--nav-custom-green:#00ab5f;--nav-custom-bg:var(--theme-elevation-0,#fff);--nav-custom-text:var(--theme-text,#4c4c4c);--nav-custom-muted:#9b9b9b;--nav-custom-hover:var(--theme-elevation-100,#ededed);--nav-custom-border:var(--theme-elevation-100,#f0f0f0);--nav-custom-shadow:4px 0 12px #0000000f;z-index:var(--z-nav);background:var(--nav-custom-bg);box-shadow:var(--nav-custom-shadow);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;opacity:1!important;border-right:none!important}.custom-nav__scroll{scrollbar-width:none;flex-direction:column;height:100%;display:flex;overflow-y:auto}.custom-nav__scroll::-webkit-scrollbar{display:none}.custom-nav__header{justify-content:space-between;align-items:center;gap:12px;padding:20px 16px 12px 20px;display:flex}.custom-nav__brand{align-items:center;text-decoration:none;display:flex}.custom-nav__brand-img{object-fit:contain;width:auto;height:40px;display:block}.custom-nav__brand-img--collapsed{object-fit:contain;width:32px;height:32px;display:block}.custom-nav__toggle{width:34px;height:34px;color:var(--nav-custom-text);cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.custom-nav__toggle:hover{background:var(--nav-custom-hover)}.custom-nav__toggle:focus-visible{outline:2px solid var(--nav-custom-accent);outline-offset:1px}.custom-nav__theme-toggle{width:100%;color:var(--nav-custom-text);text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;border-radius:0 999px 999px 0;align-items:center;gap:12px;margin-bottom:6px;padding:10px 14px;font-family:inherit;font-size:15px;font-weight:500;transition:background .15s,color .15s;display:flex}.custom-nav__theme-toggle:hover{background:var(--nav-custom-hover)}.custom-nav__theme-toggle:focus-visible{outline:2px solid var(--nav-custom-accent);outline-offset:-1px}.custom-nav__body{flex:1;padding:8px 12px 24px}.custom-nav__group{margin-top:6px}.custom-nav__group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--nav-custom-muted);white-space:nowrap;text-overflow:ellipsis;margin:16px 12px 8px;font-size:11px;font-weight:700;overflow:hidden}.custom-nav__link{color:var(--nav-custom-text);border-left:3px solid #0000;border-radius:0 999px 999px 0;align-items:center;gap:12px;margin-bottom:6px;padding:10px 14px;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.custom-nav__link:hover{background:var(--nav-custom-hover);text-decoration:none}.custom-nav__link:focus-visible{outline:2px solid var(--nav-custom-accent);outline-offset:-1px}.custom-nav__link--active{background:var(--nav-custom-accent);border-left:3px solid var(--nav-custom-green);color:#fff;font-weight:700}.custom-nav__link--active:hover{background:var(--nav-custom-accent)}.custom-nav__link--active .custom-nav__link-icon{color:#fff}.custom-nav__link-icon{width:24px;height:24px;color:var(--nav-custom-text);flex-shrink:0;justify-content:center;align-items:center;display:flex}.custom-nav__link-icon svg{display:block}.custom-nav__link-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.custom-nav__footer{border-top:1px solid var(--nav-custom-border);flex-direction:column;gap:4px;margin-top:auto;padding:14px 12px 18px;display:flex}.custom-nav .nav__log-out{color:var(--nav-custom-text);border-left:3px solid #0000;border-radius:0 999px 999px 0;align-items:center;gap:12px;margin-bottom:6px;padding:10px 14px;font-family:inherit;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.custom-nav .nav__log-out svg{width:22px;height:22px;margin-inline-start:0}.custom-nav .nav__log-out:hover{background:var(--nav-custom-hover);text-decoration:none}.custom-nav .nav__log-out:focus-visible{outline:2px solid var(--nav-custom-accent);outline-offset:-1px}.custom-nav--nav-collapsed .custom-nav__header{flex-direction:column;justify-content:center;gap:10px;padding:18px 8px 12px}.custom-nav--nav-collapsed .custom-nav__toggle{order:-1}.custom-nav--nav-collapsed .custom-nav__body{padding:8px 12px 24px}.custom-nav--nav-collapsed .custom-nav__link{justify-content:center;margin-bottom:6px;padding:10px 0}.custom-nav--nav-collapsed .custom-nav__footer{align-items:center;padding:14px 8px 18px}.custom-nav--nav-collapsed .custom-nav__theme-toggle{justify-content:center;margin-bottom:6px;padding:10px 0}.custom-nav--nav-collapsed .nav__log-out{justify-content:center;padding:10px 0}@media (min-width:768px){.template-default__nav-toggler-wrapper{display:none}.template-default .nav{width:var(--nav-custom-width);display:block!important}.nav.nav--nav-collapsed{width:var(--nav-custom-width-collapsed)}}
.dashboard-view{--dash-accent:#8840e5;--dash-accent-2:#7c3aed;--dash-accent-soft:#8840e51f;--dash-bg:#f8f7fe;--dash-text:#1d1d1f;--dash-muted:#6b6b76;--dash-border:#e7e4f5;--dash-panel:#fff;width:100%;max-width:1200px;color:var(--dash-text);background:var(--dash-bg);border-radius:12px;flex-direction:column;gap:24px;margin:0 auto;padding:32px 24px 56px;font-family:DM Sans,Work Sans,system-ui,sans-serif;display:flex}.dashboard-view__header{justify-content:space-between;align-items:center;gap:20px;display:flex}.dashboard-view__title{color:var(--dash-text);margin:0;font-size:26px;font-weight:700;line-height:1.2}.dashboard-view__subtitle{color:var(--dash-muted);margin:6px 0 0;font-size:14px}.dashboard-view__cta{background:var(--dash-accent);color:#fff;white-space:nowrap;border-radius:14px;align-items:center;gap:8px;padding:11px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #8840e547}.dashboard-view__cta:hover{background:var(--dash-accent-2);color:#fff;text-decoration:none;box-shadow:0 6px 18px #8840e557}.dashboard-view__section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--dash-muted);margin-top:8px;font-size:12px;font-weight:700}.dashboard-view__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.dashboard-view__card{border:1px solid var(--dash-border);background:var(--dash-panel);border-radius:20px;flex-direction:column;gap:10px;padding:20px;transition:box-shadow .15s,transform .15s;display:flex;box-shadow:0 1px 2px #100c2d0a}.dashboard-view__card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #100c2d1a}.dashboard-view__card-icon{background:var(--dash-accent-soft);width:44px;height:44px;color:var(--dash-accent);border-radius:14px;justify-content:center;align-items:center;display:flex}.dashboard-view__card-count{color:var(--dash-text);font-size:28px;font-weight:700;line-height:1.1}.dashboard-view__card-label{color:var(--dash-text);font-size:15px;font-weight:600}.dashboard-view__card-actions{align-items:center;gap:8px;margin-top:4px;display:flex}.dashboard-view__card-link{border-radius:12px;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.dashboard-view__card-link--view{background:var(--dash-accent-soft);color:var(--dash-accent)}.dashboard-view__card-link--view:hover{background:var(--dash-accent);color:#fff;text-decoration:none}.dashboard-view__card-link--create{border:1px solid var(--dash-border);color:var(--dash-text)}.dashboard-view__card-link--create:hover{background:var(--dash-accent);border-color:var(--dash-accent);color:#fff;text-decoration:none}[data-theme=dark] .dashboard-view{--dash-accent-soft:#8840e542;--dash-bg:#16131f;--dash-text:#eae7f5;--dash-muted:#a29daf;--dash-border:#2d2940;--dash-panel:#1e1b2c}[data-theme=dark] .dashboard-view__cta,[data-theme=dark] .dashboard-view__card-link--view:hover,[data-theme=dark] .dashboard-view__card-link--create:hover{color:#fff}
.login-page{--login-accent:#8840e5;--login-accent-2:#7c3aed;--login-accent-soft:#8840e524;--login-bg:var(--theme-bg,#f8f7fe);--login-panel:var(--theme-elevation-0,#fff);--login-border:var(--theme-border-color,#e7e4f5);--login-text:var(--theme-text,#17181c);--login-muted:var(--theme-elevation-550,#8a8f98);--login-error:var(--theme-error-500,#e03131);z-index:10;background:var(--login-bg);justify-content:center;align-items:center;padding:24px;font-family:DM Sans,Work Sans,system-ui,sans-serif;display:flex;position:fixed;inset:0;overflow-y:auto}.login-page__glow{filter:blur(90px);pointer-events:none;border-radius:50%;position:absolute}.login-page__glow--one{background:#8840e529;width:460px;height:460px;top:-160px;right:-120px}.login-page__glow--two{background:#73a5ff33;width:420px;height:420px;bottom:-150px;left:-110px}.login-page__card{border:1px solid var(--login-border);background:var(--login-panel);border-radius:20px;width:100%;max-width:430px;padding:40px 36px 28px;position:relative;box-shadow:0 24px 60px #1f1b421f}.login-page__brand{justify-content:center;align-items:center;margin-bottom:28px;display:flex}.login-page__brand-img{object-fit:contain;max-width:220px;height:44px}.login-page__title{letter-spacing:-.02em;color:var(--login-text);margin:0;font-size:26px;font-weight:700}.login-page__subtitle{color:var(--login-muted);margin:8px 0 28px;font-size:14px;line-height:1.5}.login-page__form{flex-direction:column;gap:16px;display:flex}.login-page__field{flex-direction:column;gap:6px;display:flex}.login-page__label{letter-spacing:.04em;text-transform:uppercase;color:var(--login-muted);font-size:12px;font-weight:600}.login-page__input-wrap{align-items:center;display:flex;position:relative}.login-page__input-wrap input{border:1px solid var(--login-border);background:var(--theme-elevation-50,#fff);width:100%;height:46px;color:var(--login-text);border-radius:12px;outline:none;padding:0 42px 0 40px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.login-page__input-wrap input::placeholder{color:var(--login-muted);opacity:.7}.login-page__input-wrap input:focus{border-color:var(--login-accent);box-shadow:0 0 0 3px var(--login-accent-soft)}.login-page__input-icon{width:18px;height:18px;color:var(--login-muted);pointer-events:none;position:absolute;left:13px}.login-page__toggle{width:34px;height:34px;color:var(--login-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;right:6px}.login-page__toggle:hover{color:var(--login-text)}.login-page__toggle svg{width:18px;height:18px}.login-page__forgot{justify-content:flex-end;display:flex}.login-page__forgot a{color:var(--login-accent);font-size:13px;font-weight:500;text-decoration:none}.login-page__forgot a:hover{text-decoration:underline}.login-page__error{border:1px solid var(--login-error);background:var(--theme-error-100,#fff1f1);color:var(--login-error);border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.4}.login-page__success{border:1px solid var(--theme-success-500,#00ab5f);background:var(--theme-success-100,#e9fbf3);color:var(--theme-success-500,#00ab5f);border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.5}.login-page__back{color:var(--login-accent);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;margin-top:20px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}.login-page__back:hover{text-decoration:underline}.login-page__back svg{width:15px;height:15px}.login-page__submit{background:var(--login-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;padding:0 20px;font-family:inherit;font-size:15px;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}.login-page__submit:hover:not(:disabled){opacity:.9}.login-page__submit:active:not(:disabled){transform:scale(.99)}.login-page__submit:disabled{opacity:.6;cursor:not-allowed}.login-page__submit svg{width:18px;height:18px}.login-page__spinner{animation:.8s linear infinite login-spin}.login-page__footer{text-align:center;color:var(--login-muted);margin:24px 0 0;font-size:12px}@keyframes login-spin{to{transform:rotate(360deg)}}
@layer payload-default{.icon--chevron{height:var(--base);width:var(--base)}.icon--chevron .stroke{fill:none;stroke:currentColor;stroke-width:1px;vector-effect:non-scaling-stroke}.icon--chevron.icon--size-large{height:var(--base);width:var(--base)}.icon--chevron.icon--size-small{width:12px;height:12px}}
@layer payload-default{.icon--edit{shape-rendering:auto;width:1.53846rem;height:1.53846rem}.icon--edit .stroke{fill:none;stroke:currentColor}}
@layer payload-default{.icon--link{width:1.53846rem;height:1.53846rem}.icon--link .stroke{stroke:currentColor;stroke-width:1px}}
@layer payload-default{.icon--plus .stroke{stroke:currentColor;stroke-width:1px}}
@layer payload-default{.icon--swap{width:1.53846rem;height:1.53846rem}.icon--swap .stroke{fill:none;stroke:currentColor;stroke-width:1px}}
@layer payload-default{.icon--x .stroke{stroke:currentColor;stroke-width:1px}}
@layer payload-default{.popup{position:relative}.popup__trigger-wrap{cursor:pointer;align-items:stretch;height:100%;display:flex}.popup__on-hover-watch{display:contents}.popup__hidden-content{display:none}.popup__content{--popup-caret-size:8px;--popup-button-highlight:var(--theme-elevation-150);z-index:var(--z-popup);background:var(--theme-input-bg);color:var(--theme-text);padding:calc(var(--base)*.5);min-width:150px;max-width:calc(100vw - var(--base));border-radius:4px;position:absolute;box-shadow:0 -2px 16px -2px #0003}.popup__content.popup--size-xsmall{min-width:80px}.popup__content.popup--size-small{min-width:100px}.popup__content.popup--size-large{min-width:200px}.popup__content.popup--size-fit-content{min-width:fit-content}.popup__scroll-container{max-height:calc(var(--base)*10);overflow-y:auto}.popup__scroll-container:not(.popup__scroll-container--show-scrollbar){scrollbar-width:none;-ms-overflow-style:none}.popup__scroll-container:not(.popup__scroll-container--show-scrollbar)::-webkit-scrollbar{display:none}.popup__caret{border:var(--popup-caret-size) solid #0000;width:0;height:0;left:var(--caret-left,16px);position:absolute;transform:translate(-50%)}.popup--v-bottom .popup__caret{top:calc(var(--popup-caret-size)*-2);border-bottom-color:var(--theme-input-bg)}.popup--v-top .popup__caret{bottom:calc(var(--popup-caret-size)*-2);border-top-color:var(--theme-input-bg)}}
@layer payload-default{.popup-button{color:currentColor;height:100%;font-size:inherit;line-height:inherit;cursor:pointer;border:0;padding:0;font-family:inherit;display:inline-flex}.popup-button--background{background:0 0}.popup-button--size-xsmall{padding:2px}.popup-button--size-small{padding:4px}.popup-button--size-medium{padding:6px}.popup-button--size-large{padding:8px}.popup-button--disabled{cursor:not-allowed}}
@layer payload-default{a.btn{display:inline-block}.btn--withPopup{margin-block:4px}.btn--withPopup .btn{margin:0}.btn{--btn-font-weight:normal}.btn *{pointer-events:none}.btn--style-primary{--color:var(--theme-elevation-0);--bg-color:var(--theme-elevation-800);--hover-bg:var(--theme-elevation-600);--hover-color:var(--color)}.btn--style-primary.btn--disabled{--bg-color:var(--theme-elevation-200);--color:var(--theme-elevation-800);--hover-bg:var(--bg-color);--hover-color:var(--color)}.btn--style-secondary{--color:var(--theme-text);--bg-color:transparent;--btn-border:1px solid var(--theme-elevation-800);--hover-color:var(--theme-elevation-600);--hover-btn-border:1px solid var(--theme-elevation-400)}.btn--style-secondary.btn--disabled{--color:var(--theme-elevation-200);--btn-border:1px solid var(--theme-elevation-200);--hover-btn-border:1px solid var(--theme-elevation-200);--hover-color:var(--color)}.btn--style-dashed{--color:var(--theme-elevation-500);--bg-color:transparent;--hover-color:var(--theme-text);--btn-border:1px dashed var(--theme-elevation-200);--hover-btn-border:1px dashed var(--theme-elevation-400)}.btn--style-dashed.btn--disabled{--color:var(--theme-elevation-250);--hover-color:var(--color);--hover-bg:transparent;--btn-border:1px dashed var(--theme-elevation-200);--hover-btn-border:var(--btn-border)}.btn--style-pill{--bg-color:var(--theme-elevation-150);--color:var(--theme-elevation-800);--hover-color:var(--theme-elevation-800);--hover-bg:var(--theme-elevation-100)}.btn--style-pill.btn--disabled{--color:var(--theme-elevation-600);--hover-bg:var(--bg-color);--hover-color:var(--color)}.btn--style-icon-label,.btn--style-icon-label.btn--icon-position-left,.btn--style-icon-label.btn--icon-position-right{--color:var(--theme-text);--bg-color:transparent;--hover-color:var(--theme-elevation-600);padding:0;font-weight:600}.btn--style-icon-label.btn--disabled,.btn--style-icon-label.btn--icon-position-left.btn--disabled,.btn--style-icon-label.btn--icon-position-right.btn--disabled{--color:var(--theme-elevation-200);--hover-color:var(--color)}.btn--style-icon-label .btn__content,.btn--style-icon-label.btn--icon-position-left .btn__content,.btn--style-icon-label.btn--icon-position-right .btn__content{--btn-icon-content-gap:calc(var(--base) * .4)}.btn--style-subtle{--color:var(--theme-text);--bg-color:var(--theme-elevation-100);--hover-bg:var(--theme-elevation-150);--btn-border:1px solid var(--theme-elevation-200);--hover-btn-border:1px solid var(--theme-elevation-250)}.btn--style-subtle.btn--disabled{--color:var(--theme-elevation-450);--hover-btn-border:var(--btn-border);--hover-bg:var(--bg-color);--hover-color:var(--color)}.btn--style-tab{--bg-color:transparent;--hover-bg:var(--theme-elevation-50);--color:var(--theme-text);--btn-font-weight:500}.btn--style-tab.btn--disabled{--btn-font-weight:600;--bg-color:var(--theme-elevation-100);--hover-bg:var(--bg-color);--hover-color:var(--color)}.popup--active .btn{background-color:var(--hover-bg)}.btn--withPopup .popup-button{color:var(--color,inherit);background-color:var(--bg-color);border:var(--btn-border,1px solid transparent);border-radius:4px;align-items:center}html:not([dir=RTL]) .btn--withPopup .popup-button{border-left:1px solid var(--theme-bg);border-top-left-radius:0;border-bottom-left-radius:0}html[dir=RTL] .btn--withPopup .popup-button{border-right:1px solid var(--theme-bg);border-top-right-radius:0;border-bottom-right-radius:0}.btn--withPopup .popup-button:hover,.btn--withPopup .popup-button:focus-visible,.btn--withPopup .popup-button:focus,.btn--withPopup .popup-button:active{background-color:var(--hover-bg);color:var(--hover-color);border:var(--hover-btn-border,1px solid transparent)}.btn--withPopup .popup-button:hover .btn__icon .stroke,.btn--withPopup .popup-button:focus-visible .btn__icon .stroke,.btn--withPopup .popup-button:focus .btn__icon .stroke,.btn--withPopup .popup-button:active .btn__icon .stroke{stroke:var(--hover-color,currentColor)}.btn--withPopup .popup-button:hover .btn__icon .fill,.btn--withPopup .popup-button:focus-visible .btn__icon .fill,.btn--withPopup .popup-button:focus .btn__icon .fill,.btn--withPopup .popup-button:active .btn__icon .fill{fill:var(--hover-color,currentColor)}.btn:hover,.btn:focus-visible,.btn:focus,.btn:active,.btn--withPopup .btn:hover,.btn--withPopup .btn:focus-visible,.btn--withPopup .btn:focus,.btn--withPopup .btn:active{color:var(--hover-color);background-color:var(--hover-bg);border:var(--hover-btn-border,var(--btn-border,1px solid transparent))}.btn--disabled,.btn--disabled .btn{cursor:not-allowed}.btn{--btn-padding-block-start:0;--btn-padding-inline-end:0;--btn-padding-block-end:0;--btn-padding-inline-start:0;--btn-icon-size:calc(var(--base) * 1.2);--btn-icon-border-color:currentColor;--btn-icon-padding:0px;--btn-icon-content-gap:calc(var(--base) * .4);--margin-block:calc(var(--base) * 1.2);--btn-line-height:calc(var(--base) * 1.1);--btn-base-transition:.1s cubic-bezier(0, .2, .2, 1);border-radius:var(--style-radius-s);font-size:var(--base-body-size);font-family:var(--font-body);font-weight:var(--btn-font-weight,normal);margin-block:var(--margin-block);line-height:var(--btn-line-height);border:var(--btn-border,1px solid transparent);cursor:pointer;transition:border,color,background,var(--btn-base-transition);padding:var(--btn-padding-block-start) var(--btn-padding-inline-end) var(--btn-padding-block-end) var(--btn-padding-inline-start);color:var(--color,inherit);background-color:var(--bg-color,transparent);text-decoration:none}.btn__icon{width:100%;height:100%}.btn__icon .stroke{stroke:var(--color,currentColor);fill:none}.btn__icon .fill{fill:var(--color,currentColor)}.btn__content{justify-content:center;align-items:center;display:flex}.btn__icon{width:var(--btn-icon-size);height:var(--btn-icon-size);border:1px solid var(--btn-icon-border-color);padding:var(--btn-icon-padding);color:inherit;border-radius:100%;justify-content:center;align-items:center;display:flex}.btn__icon svg{width:100%;height:100%}.btn__icon.btn--size-small{padding:calc(var(--base)*.2)}.btn--withPopup{display:flex}.btn--has-tooltip{position:relative}.btn--icon .btn__content{gap:var(--btn-icon-content-gap)}.btn--icon-style-without-border,.btn--icon-style-none{--btn-icon-border-color:transparent}.btn--icon-position-left .btn__content{flex-direction:row-reverse}.btn--size-small{--btn-icon-size:calc(var(--base) * .9);--btn-icon-content-gap:calc(var(--base) * .2);--btn-padding-block-start:0;--btn-padding-inline-end:calc(var(--base) * .4);--btn-padding-inline-start:calc(var(--base) * .4);--btn-padding-block-end:0}.btn--size-small:not(.btn--icon-only).btn--icon-position-left{--btn-padding-inline-start:calc(var(--base) * .3)}.btn--size-small:not(.btn--icon-only).btn--icon-position-right{--btn-padding-inline-end:calc(var(--base) * .3)}.btn--size-xsmall{--btn-icon-size:calc(var(--base) * .8);--btn-icon-content-gap:calc(var(--base) * .2);--btn-padding-block-start:0;--btn-padding-inline-end:calc(var(--base) * .3);--btn-padding-inline-start:calc(var(--base) * .3);--btn-padding-block-end:0}.btn--size-xsmall:not(.btn--icon-only).btn--icon-position-left{--btn-padding-inline-start:calc(var(--base) * .2)}.btn--size-xsmall:not(.btn--icon-only).btn--icon-position-right{--btn-padding-inline-end:calc(var(--base) * .2)}.btn--size-medium{--btn-icon-size:calc(var(--base) * 1.1);--btn-icon-content-gap:calc(var(--base) * .2);--btn-padding-block-start:calc(var(--base) * .2);--btn-padding-inline-end:calc(var(--base) * .6);--btn-padding-block-end:calc(var(--base) * .2);--btn-padding-inline-start:calc(var(--base) * .6)}.btn--size-medium:not(.btn--icon-only).btn--icon-position-left{--btn-padding-inline-start:calc(var(--base) * .4)}.btn--size-medium:not(.btn--icon-only).btn--icon-position-right{--btn-padding-inline-end:calc(var(--base) * .4)}.btn--size-large{--btn-icon-size:calc(var(--base) * 1.2);--btn-icon-content-gap:calc(var(--base) * .4);--btn-padding-block-start:calc(var(--base) * .4);--btn-padding-inline-end:calc(var(--base) * .8);--btn-padding-inline-start:calc(var(--base) * .8);--btn-padding-block-end:calc(var(--base) * .4)}.btn--size-large:not(.btn--icon-only).btn--icon-position-left{--btn-padding-inline-start:calc(var(--base) * .6)}.btn--size-large:not(.btn--icon-only).btn--icon-position-right{--btn-padding-inline-end:calc(var(--base) * .6)}html:not([dir=RTL]) .btn--withPopup .btn{border-top-right-radius:0;border-bottom-right-radius:0}html[dir=RTL] .btn--withPopup .btn{border-top-left-radius:0;border-bottom-left-radius:0}.btn:focus-visible{outline:var(--accessibility-outline);outline-offset:var(--accessibility-outline-offset)}.btn.btn--disabled{cursor:not-allowed}.btn--style-none{padding:0}.btn--no-margin{--margin-block:0}}
@layer payload-default{.tooltip{--caret-size:6px;opacity:0;background-color:var(--theme-elevation-800);z-index:3;color:var(--theme-elevation-0);white-space:nowrap;visibility:hidden;border-radius:2px;padding:4px 8px;font-weight:400;line-height:15px;position:absolute;left:50%}.tooltip:after{content:" ";border-left:var(--caret-size) solid #0000;border-right:var(--caret-size) solid #0000;width:0;height:0;display:block;position:absolute;transform:translate(-50%,100%)}.tooltip--show{visibility:visible;opacity:1;cursor:default;transition:opacity .2s ease-in-out}.tooltip--caret-center:after{left:50%}.tooltip--caret-left:after{left:calc(var(--base)*.5)}.tooltip--caret-right:after{right:calc(var(--base)*.5)}.tooltip--position-top{top:calc(var(--base)*-1.25);transform:translate3d(-50%, calc(var(--caret-size) * -1), 0)}.tooltip--position-top:after{border-top:var(--caret-size) solid var(--theme-elevation-800);bottom:1px}.tooltip--position-bottom{bottom:calc(var(--base)*-1.25);transform:translate3d(-50%, var(--caret-size), 0)}.tooltip--position-bottom:after{bottom:calc(100% + var(--caret-size) - 1px);border-bottom:var(--caret-size) solid var(--theme-elevation-800)}.tooltip .tooltip-content{text-overflow:ellipsis;width:100%;overflow:hidden}@media (max-width:1024px){.tooltip{display:none}}html[data-theme=light] .tooltip:not(.field-error){background-color:var(--theme-elevation-100);color:var(--theme-elevation-1000)}html[data-theme=light] .tooltip--position-top:not(.field-error):after{border-top-color:var(--theme-elevation-100)}html[data-theme=light] .tooltip--position-bottom:not(.field-error):after{border-bottom-color:var(--theme-elevation-100)}}
@layer payload-default{.card__title{font-family:var(--font-body);margin:0;font-size:13px;font-weight:500;line-height:16px}.card{background:var(--theme-elevation-50);border-radius:var(--style-radius-m);border:1px solid var(--theme-border-color);justify-content:space-between;align-self:start;gap:16px;width:100%;min-height:80px;padding:16px;transition-property:border,box-shadow,background;transition-duration:.1s;transition-timing-function:cubic-bezier(0,.2,.2,1);display:flex;position:relative}.card__title{letter-spacing:0;width:100%;margin:2px 0;font-weight:600;line-height:16px}.card__actions{z-index:2;display:inline-flex;position:relative}.card__actions .btn{flex-shrink:0;margin:0}.card__actions .btn__icon{border:1px solid var(--theme-border-color);transition-property:border,box-shadow,color,background;transition-duration:.1s;transition-timing-function:cubic-bezier(0,.2,.2,1)}.card__actions .btn__icon:hover{border:1px solid var(--theme-elevation-500);background-color:var(--theme-elevation-0);color:currentColor;box-shadow:0 2px 2px -1px #0000001a}.card--has-onclick{cursor:pointer}.card--has-onclick:hover{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-250);box-shadow:0 4px 8px -2px #0000000d}.card__click{z-index:1;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}}
@layer payload-default{.icon--lock .stroke{stroke:currentColor;stroke-width:1px}}
@layer payload-default{.locked{pointer-events:all;justify-content:center;align-items:center;display:inline-flex;position:relative}.locked__tooltip{transform:translate3d(0%, calc(var(--caret-size) * -1), 0);left:0}}
@layer payload-default{.collections{--gap:var(--base);--cols:5;width:100%;display:flex}.collections__wrap{gap:var(--base);flex-direction:column;width:100%;display:flex}.collections__group{gap:var(--gap);flex-direction:column;display:flex}.collections__label{margin:0}.collections__card-list{grid-template-columns:repeat(var(--cols), 1fr);gap:12px;margin:0;padding:0;list-style:none;display:grid}.collections__card-list .card{height:100%}.collections__locked.locked{align-items:unset;justify-content:unset}@media (max-width:1440px){.collections{--cols:4}}@media (max-width:1024px){.collections{--gap:var(--base);--cols:2}}@media (max-width:768px){.collections{--cols:2}.collections__wrap{gap:var(--base)}.collections__card-list{gap:8px}}@media (max-width:400px){.collections{--cols:1}}}
