:root{--bg:#fff;--surface:#fff;--surface-2:#f8fafc;--ink:#0f172a;--muted:#475569;--line:#e2e8f0;--primary:#8f9a20;--primary-strong:#7a8419;--accent:#e7b31d;--blue:#8f9a20;--green:#7a8419;--red:#bd3f32;--shadow:0 18px 44px #0f172a14;--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif:Georgia, Cambria, "Times New Roman", Times, serif;--text-xs:.75rem;--text-sm:.8125rem;--text-md:.875rem;--text-lg:1rem;--text-xl:1.125rem;--text-page-title:2rem;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;color:var(--ink);font-family:var(--font-sans);font-size:var(--text-md);font-weight:var(--weight-regular);margin:0;line-height:1.5}button,input,textarea{font:inherit}button{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--ink);cursor:pointer;font-size:var(--text-md);font-weight:var(--weight-semibold);border-radius:8px;justify-content:center;align-items:center;gap:8px;display:inline-flex}button:disabled{cursor:not-allowed;opacity:.55}.auth-page{background:#fff;align-items:center;gap:64px;min-height:100dvh;padding:52px min(8vw,96px);display:grid}.auth-page--login{grid-template-columns:minmax(280px,1fr) minmax(420px,520px)}.auth-page--register{align-content:start;justify-items:center;gap:36px;padding-top:28px}.auth-brand{color:var(--ink);font-size:var(--text-lg);font-weight:var(--weight-bold);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;flex:none;width:38px;height:38px;display:block}.auth-copy{gap:160px;max-width:680px;display:grid}.auth-copy h1,.auth-intro h1,.auth-form h2{font-family:var(--font-serif);color:#202330;letter-spacing:0}.auth-copy h1{font-size:clamp(2rem,3.4vw,2.8rem);font-weight:var(--weight-bold);margin-bottom:24px}.auth-copy p:not(.eyebrow),.auth-intro p{color:#535766;max-width:720px;font-size:var(--text-lg);font-weight:var(--weight-regular);margin:0;line-height:1.6}.auth-intro{text-align:center;justify-items:center;gap:18px;width:min(820px,100%);display:grid}.auth-intro h1{font-size:clamp(2rem,3.4vw,2.8rem);font-weight:var(--weight-bold)}.auth-card{background:var(--surface);border-top:7px solid var(--primary);width:min(100%,520px);box-shadow:0 28px 80px #0f172a1f}.auth-card--register{width:min(760px,100%)}.auth-form{gap:22px;padding:40px 46px 54px;display:grid}.auth-form--register{padding-inline:min(10vw,120px)}.auth-form h2{text-align:center;font-size:var(--text-page-title);font-weight:var(--weight-bold);margin-bottom:14px}.auth-form label{color:#5b5f69;font-size:var(--text-md);font-weight:var(--weight-semibold);gap:10px;margin:0}.auth-label-text{align-items:baseline;gap:8px;display:inline-flex}.auth-label-text em{color:#9ca3af;font-style:normal}.auth-form input{border-color:#d9dee6;border-radius:0;height:48px}.auth-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8f9a2021}.check-label{color:#8a8d95;align-items:center;gap:14px;font-weight:520;display:flex}.check-label input{width:22px;height:22px;accent-color:var(--primary)}.auth-submit{color:#fff;background:var(--primary);border-color:var(--primary);width:min(320px,100%);min-height:56px;font-size:var(--text-md);font-weight:var(--weight-semibold);border-radius:4px;justify-self:center;margin-top:2px}.auth-submit:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.text-button{color:#8a8d95;background:0 0;border:0;justify-self:center;width:max-content;min-height:34px;padding:0;font-weight:520}.auth-card__footer{color:#fff;min-height:72px;font-size:var(--text-md);background:#0b331b;justify-content:center;align-items:center;gap:20px;padding:16px 22px;display:flex}.auth-card__footer button{min-height:0;color:var(--accent);font-size:var(--text-md);font-weight:var(--weight-semibold);background:0 0;border:0;border-radius:0;padding:0}.eyebrow{color:var(--green);font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:0;text-transform:uppercase;margin:0 0 4px}h1,h2{letter-spacing:0;margin:0;line-height:1.05}h1{font-size:var(--text-page-title)}h2{font-size:1.25rem}.dashboard-shell{background:#fff;grid-template-columns:280px minmax(0,1fr);min-height:100dvh;display:grid}.dashboard-sidebar{background:#f7f8fa;border-right:1px solid #e5e7eb;flex-direction:column;gap:20px;height:100dvh;padding:28px 20px 24px;display:flex;position:sticky;top:0;overflow:visible}.sidebar-brand{color:#1f2328;font-size:var(--text-lg);font-weight:var(--weight-bold);align-items:center;gap:13px;display:flex}.sidebar-search{color:#8a95a5;background:#fff;border:1px solid #e2e6ea;border-radius:7px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;margin:6px 0 2px;padding:0 13px;display:grid;box-shadow:0 2px 6px #0f172a0a}.sidebar-search input{color:#1f2937;height:auto;font-size:var(--text-md);font-weight:var(--weight-regular);background:0 0;border:0;padding:0}.sidebar-search input:focus{box-shadow:none}.sidebar-search kbd{color:#9aa3af;font-family:inherit;font-size:.75rem;font-weight:var(--weight-medium)}.sidebar-nav,.sidebar-footer{gap:4px;display:grid}.sidebar-nav{min-height:0;padding-right:2px;overflow-y:auto}.sidebar-footer{margin-top:auto;position:relative}.sidebar-gap{height:26px}.nav-row{align-items:center;gap:4px;display:flex}.nav-link,.nav-sub,.nav-plus,.profile-trigger,.profile-menu button{box-shadow:none;background:0 0;border:0;text-decoration:none}.nav-link,a.nav-link{color:#2f343b;width:100%;min-height:42px;font-size:var(--text-md);font-weight:var(--weight-semibold);border-radius:7px;justify-content:flex-start;align-items:center;gap:12px;padding:0 14px;transition:background .22s cubic-bezier(.22,.61,.36,1),transform .22s cubic-bezier(.22,.61,.36,1);display:flex}.nav-link:hover,.nav-sub:hover,.nav-plus:hover,.profile-trigger:hover,.profile-menu button:hover{background:#ebedf0;transform:translateY(-1px)}.nav-link.is-active,.nav-sub.is-active{background:#eceef1}.nav-link--grow{flex:1}.nav-plus{color:#7f8896;border-radius:7px;flex:none;width:40px;min-height:40px}.nav-sub{color:#2f343b;width:100%;min-height:38px;font-size:var(--text-md);font-weight:var(--weight-medium);text-align:left;border-radius:7px;justify-content:space-between;padding:0 16px 0 52px;transition:background .22s cubic-bezier(.22,.61,.36,1),transform .22s cubic-bezier(.22,.61,.36,1)}.nav-sub span,.nav-count{color:#8a95a5;font-weight:var(--weight-medium);margin-left:auto}.profile-dock{margin-top:12px;position:relative}.profile-trigger{color:#1f2328;text-align:left;background:#eceef1;border-radius:8px;justify-content:flex-start;gap:10px;width:100%;min-height:64px;padding:9px 12px}.profile-trigger img,.profile-menu__identity img{object-fit:cover;border-radius:999px;flex:none;width:42px;height:42px}.profile-trigger span{gap:2px;min-width:0;display:grid}.profile-trigger strong,.profile-menu__identity strong{color:#15191f;font-size:var(--text-md);line-height:1.1;font-weight:var(--weight-bold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-trigger small,.profile-menu__identity span{color:#7f8b9b;font-size:var(--text-sm);font-weight:var(--weight-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-trigger__chevrons{color:#8893a3;margin-left:auto}.profile-menu{z-index:5;background:#fff;border:1px solid #e0e4e8;border-radius:12px;position:absolute;bottom:76px;left:0;right:0;overflow:hidden;box-shadow:0 22px 50px #0f172a29}.profile-menu__identity{border-bottom:1px solid #edf0f3;align-items:center;gap:12px;padding:18px 18px 16px;display:flex}.profile-menu__identity div{gap:4px;min-width:0;display:grid}.profile-menu button{color:#171b21;width:100%;min-height:58px;font-size:var(--text-lg);font-weight:var(--weight-medium);border-radius:0;justify-content:flex-start;gap:14px;padding:0 22px}.dashboard-main{min-width:0;padding:32px min(4vw,48px) 56px}.dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px;display:grid}.dashboard-stats div{color:#728095;min-height:86px;font-size:var(--text-md);font-weight:var(--weight-semibold);background:#fff;border:1px solid #e3e7ec;border-radius:14px;align-content:center;gap:6px;padding:16px 18px;display:grid}.dashboard-stats span{color:#15191f;font-size:1.5rem;font-weight:var(--weight-bold);line-height:1}.dashboard-page{gap:22px;display:grid}.dashboard-title-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.dashboard-title-row>div{min-width:0}.dashboard-title-row>button{flex:none}.dashboard-title-row h1{color:#15191f;font-size:var(--text-page-title);font-weight:var(--weight-bold);line-height:1.15}.dashboard-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.primary-button,.secondary-button{min-height:42px;font-size:var(--text-md);font-weight:var(--weight-semibold);border-radius:8px;padding:0 16px;transition:background .22s cubic-bezier(.22,.61,.36,1),border-color .22s cubic-bezier(.22,.61,.36,1),transform .22s cubic-bezier(.22,.61,.36,1)}.primary-button{border-color:var(--primary);background:var(--primary);color:#fff}.primary-button:hover{border-color:var(--primary-strong);background:var(--primary-strong);transform:translateY(-1px)}.secondary-button{color:#343a43;background:#fff;border-color:#e1e5ea}.secondary-button:hover{background:#f3f5f7;transform:translateY(-1px)}.post-list-card,.panel,.utility-card,.profile-editor{background:#fff;border:1px solid #e3e7ec;border-radius:14px;min-width:0;box-shadow:0 18px 44px #0f172a0d}.post-list-card{overflow:hidden}.post-list-card__header{color:#8a96a7;min-height:54px;font-size:var(--text-md);font-weight:var(--weight-semibold);border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:16px;padding:0 28px;display:flex}.post-row{border-bottom:1px solid #edf0f3;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:20px;padding:16px 28px;display:grid}.post-row:last-child{border-bottom:0}.post-row img,.post-row__placeholder{border-radius:5px;width:120px;height:76px}.post-row img{object-fit:cover}.post-row__placeholder{color:#9aa4b2;background:#eef1f4;place-items:center;display:grid}.post-row__content{gap:4px;min-width:0;display:grid}.post-row__content h2{color:#1f2328;font-size:var(--text-lg);font-weight:var(--weight-bold);overflow-wrap:anywhere;line-height:1.25}.post-row__content p{color:#8a96a7;font-size:var(--text-md);font-weight:var(--weight-regular);margin:0;line-height:1.3}.post-row__content span{color:#8a96a7;font-size:var(--text-md);font-weight:var(--weight-semibold)}.post-row__edit{color:#4b515b;min-width:138px;font-size:var(--text-md);font-weight:var(--weight-semibold);background:0 0;border:0;justify-content:flex-start;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.post-row__actions{justify-content:flex-end;align-items:center;gap:14px;display:inline-flex}.post-row__delete{color:#a34f48;min-width:94px;font-size:var(--text-md);font-weight:var(--weight-semibold);background:0 0;border:0;justify-content:flex-start;align-items:center;gap:9px;display:inline-flex}.post-row__edit:hover{color:var(--primary-strong);background:0 0}.post-row__delete:hover{color:#7f342f;background:0 0}.notice{color:#0d5e4a;font-size:var(--text-md);font-weight:var(--weight-semibold);background:#e9f4f0;border:1px solid #9fcabf;border-radius:8px;margin-bottom:18px;padding:12px 14px}.notice--error{color:#8e2d24;background:#f9e9e7;border-color:#dfaaa3}.notice-action{color:inherit;margin-left:12px;text-decoration:underline;display:inline-flex}.admin-shell{background:#fff;grid-template-columns:284px minmax(0,1fr);min-height:100dvh;display:grid}.admin-sidebar{background:#f8fafc;border-right:1px solid #e3e7ec;grid-template-rows:auto 1fr;gap:28px;min-height:100dvh;padding:28px 18px;display:grid;position:sticky;top:0}.admin-sidebar a.nav-link{text-decoration:none}.admin-main{min-width:0;padding:32px min(4vw,48px) 56px}.admin-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.admin-header h1{color:#15191f;font-size:var(--text-page-title);font-weight:var(--weight-bold);line-height:1.15}.admin-stats{margin-bottom:24px}.admin-workspace{grid-template-columns:minmax(360px,.95fr) minmax(0,1.55fr);align-items:start;gap:22px;display:grid}.admin-list-card,.admin-detail-card{background:#fff;border:1px solid #e3e7ec;border-radius:14px;min-width:0;overflow:hidden;box-shadow:0 18px 44px #0f172a0d}.admin-list-card header{color:#8a96a7;min-height:54px;font-size:var(--text-md);font-weight:var(--weight-semibold);border-bottom:1px solid #edf0f3;align-items:center;padding:0 20px;display:flex}.admin-submission-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f3;border-radius:0;grid-template-columns:82px minmax(0,1fr) auto;justify-content:stretch;gap:14px;width:100%;min-height:92px;padding:14px 16px;display:grid}.admin-submission-row:last-child{border-bottom:0}.admin-submission-row:hover,.admin-submission-row.is-active{background:#f6f7f9}.admin-submission-row img,.admin-submission-row .post-row__placeholder{border-radius:5px;width:82px;height:58px}.admin-submission-row img{object-fit:cover}.admin-submission-row>span{gap:5px;min-width:0;display:grid}.admin-submission-row strong{color:#1f2328;font-size:var(--text-md);font-weight:var(--weight-bold);line-height:1.25}.admin-submission-row small{color:#8a96a7;font-size:var(--text-sm);font-weight:var(--weight-regular)}.admin-submission-row em{color:#5f6b7a;font-size:var(--text-xs);font-style:normal;font-weight:var(--weight-semibold);text-transform:capitalize;background:#f0f2f5;border-radius:999px;align-self:start;padding:4px 8px}.admin-detail-card{gap:20px;padding:24px;display:grid}.admin-detail-card>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-detail-card h2{color:#15191f;font-size:1.45rem;font-weight:var(--weight-bold);margin:2px 0 8px;line-height:1.18}.admin-detail-card header p:not(.eyebrow){color:#728095;max-width:620px;font-size:var(--text-md);margin:0}.admin-author-card{background:#fafbfc;border:1px solid #edf0f3;border-radius:12px;grid-template-columns:72px minmax(0,1fr);gap:16px;padding:18px;display:grid}.admin-author-card img,.admin-author-card__empty{border-radius:999px;width:72px;height:72px}.admin-author-card img{object-fit:cover}.admin-author-card__empty{color:#8a96a7;background:#eef1f4;place-items:center;display:grid}.admin-author-card h3{color:#15191f;font-size:var(--text-lg);font-weight:var(--weight-bold);margin:0}.admin-author-card span,.admin-author-card p:not(.eyebrow){color:#728095;font-size:var(--text-md)}.admin-author-card p:not(.eyebrow){margin:10px 0 0;line-height:1.5}.admin-author-card__links{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.admin-author-card__links a{color:var(--primary-strong);font-size:var(--text-sm);font-weight:var(--weight-semibold);text-decoration:none}.admin-detail-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.admin-detail-meta span{color:#728095;min-width:0;font-size:var(--text-sm);overflow-wrap:anywhere;background:#f8fafc;border-radius:10px;padding:12px}.admin-detail-meta strong{color:#29313d;font-weight:var(--weight-semibold)}.admin-detail-image{object-fit:cover;border-radius:10px;width:100%;max-height:260px}.admin-content-preview{background:#fff;border:1px solid #edf0f3;border-radius:12px;padding:18px}.admin-content-preview h3{color:#15191f;font-size:var(--text-lg);font-weight:var(--weight-bold);margin:0 0 12px}.admin-content-preview div{color:#303846;font-size:var(--text-md);line-height:1.65}.admin-content-preview :where(h2,h3){color:#15191f;font-weight:var(--weight-bold)}.admin-content-preview img{border-radius:8px;max-width:100%}.admin-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.panel{padding:20px}.field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.panel .field-row{grid-template-columns:1fr}label{color:var(--muted);font-size:var(--text-md);font-weight:var(--weight-semibold);gap:7px;margin-bottom:14px;display:grid}input,textarea{border:1px solid var(--line);width:100%;color:var(--ink);font-size:var(--text-md);font-weight:var(--weight-regular);background:#fff;border-radius:8px;outline:none}input{height:42px;padding:0 12px}textarea{resize:vertical;padding:12px;line-height:1.5}input:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8f9a2021}.short-textarea{min-height:92px}.tag-selector{gap:12px;margin-bottom:14px;display:grid}.tag-selector__header{color:var(--muted);font-size:var(--text-md);font-weight:var(--weight-semibold);justify-content:space-between;align-items:center;gap:12px;display:flex}.tag-selector__header .text-button{color:var(--primary-strong);font-size:var(--text-sm)}.tag-chip-grid{flex-wrap:wrap;gap:8px;display:flex}.tag-chip{color:#475569;min-height:34px;font-size:var(--text-sm);font-weight:var(--weight-medium);background:#fff;border-color:#d8dee7;border-radius:999px;padding:0 12px}.tag-chip.is-selected{border-color:var(--primary);color:var(--primary-strong);background:#8f9a201f}.tag-empty{font-size:var(--text-md);font-weight:var(--weight-medium);color:#728095;margin:0;line-height:1.45}.tags-board{background:#fff;border:1px solid #e3e7ec;border-radius:14px;min-width:0;overflow:hidden;box-shadow:0 18px 44px #0f172a0d}.tags-board header{border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;display:flex}.tags-board header strong{color:#15191f;font-size:var(--text-lg);font-weight:var(--weight-bold)}.tags-page-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;padding:22px;display:grid}.tag-admin-card{background:#fafbfc;border:1px solid #edf0f3;border-radius:12px;min-width:0;padding:16px}.tag-admin-card h2{color:#15191f;font-size:var(--text-lg);font-weight:var(--weight-bold);line-height:1.25}.tag-admin-card p{color:#728095;min-height:42px;font-size:var(--text-md);font-weight:var(--weight-regular);margin:8px 0 12px;line-height:1.45}.tag-admin-card span{color:var(--primary-strong);font-size:var(--text-sm);font-weight:var(--weight-semibold)}.actions{justify-content:flex-end;gap:10px;display:flex}.empty-state{color:var(--muted);font-size:var(--text-md);font-weight:var(--weight-semibold);padding:34px 28px}.profile-editor{grid-template-columns:280px minmax(0,1fr);gap:28px;padding:24px;display:grid}.avatar-uploader{color:#4b5563;text-align:center;cursor:pointer;background:#fafbfc;border:1px dashed #cfd6df;border-radius:12px;align-content:center;justify-items:center;gap:18px;min-height:320px;margin:0;padding:24px;display:grid}.avatar-uploader img{object-fit:cover;border-radius:999px;width:132px;height:132px;box-shadow:0 12px 28px #0f172a1f}.avatar-uploader input{display:none}.avatar-uploader span{color:var(--primary-strong);font-size:var(--text-md);font-weight:var(--weight-semibold);align-items:center;gap:8px;display:inline-flex}.profile-fields{gap:2px;display:grid}.comments-page{gap:26px}.comments-page__summary{color:#8a96a7;font-size:var(--text-md);font-weight:var(--weight-medium);margin:6px 0 0}.comments-empty-state{color:#7b8796;font-size:var(--text-md);font-weight:var(--weight-medium);border-top:1px solid #edf0f3;padding:34px 0}.comments-article-list{display:grid}.comments-article{border-top:1px solid #edf0f3;padding:24px 0 28px}.comments-article__header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.comments-article__header img{object-fit:cover;border-radius:5px;width:74px;height:48px}.comments-article__header h2{color:#1f2328;font-size:var(--text-lg);font-weight:var(--weight-bold);margin:0;line-height:1.25}.comments-article__header p{color:#8a96a7;font-size:var(--text-md);font-weight:var(--weight-medium);margin:5px 0 0}.comments-article__header a{color:var(--primary-strong);font-size:var(--text-md);font-weight:var(--weight-semibold);text-decoration:none}.comments-article__header a:hover{color:var(--accent)}.comments-thread{margin-top:18px}.comments-empty-inline{color:#8a96a7;font-size:var(--text-md);font-weight:var(--weight-medium);margin:18px 0 0}.comment-row{border-top:1px solid #f0f2f5;grid-template-columns:36px minmax(0,1fr);gap:12px;padding:16px 0;display:grid}.comment-row:first-child{border-top:0}.comment-row--reply{padding-top:12px;padding-bottom:12px}.comment-row__avatar{object-fit:cover;border-radius:999px;width:36px;height:36px}.comment-row__avatar--empty{color:#8a96a7;background:#eef1f4;place-items:center;display:grid}.comment-row__body{min-width:0}.comment-row__body header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.comment-row__body strong{color:#1f2328;font-size:var(--text-md);font-weight:var(--weight-semibold)}.comment-row__body span,.comment-row__body em{color:#8a96a7;font-size:var(--text-sm);font-style:normal;font-weight:var(--weight-medium)}.comment-row__content{color:#3f4651;font-size:var(--text-md);font-weight:var(--weight-regular);line-height:1.55}.comment-row__content p,.comment-row__removed{margin:0}.comment-row__content p+p{margin-top:10px}.comment-row__removed{color:#8a96a7;font-size:var(--text-md);font-weight:var(--weight-medium)}.comment-row__replies{margin-top:12px}.utility-card{max-width:680px;padding:28px}.utility-card h2{color:#15191f;font-size:1.25rem;font-weight:var(--weight-bold)}.utility-card p{max-width:560px;color:var(--muted);font-size:var(--text-md);font-weight:var(--weight-regular);margin:12px 0 0;line-height:1.55}.ghost-editor-shell{color:#15191f;background:#fff;grid-template-columns:minmax(0,1fr);min-height:100dvh;display:grid}.ghost-editor-shell.has-settings{grid-template-columns:minmax(0,1fr) 390px}.ghost-editor-topbar{z-index:20;background:#fffffff5;justify-content:space-between;align-items:center;gap:24px;min-height:64px;padding:0 38px;display:flex;position:fixed;top:0;left:0;right:0}.ghost-editor-shell.has-settings .ghost-editor-topbar{right:390px}.editor-topbar-left,.editor-topbar-actions{align-items:center;gap:22px;min-width:0;display:flex}.editor-topbar-left span{color:#9aa4b2;font-size:var(--text-md);font-weight:var(--weight-medium)}.editor-back-button,.ghost-text-action,.ghost-submit-action,.ghost-settings-button{box-shadow:none;background:0 0;border:0}.editor-back-button,.ghost-text-action,.ghost-settings-button{color:#3f4651;font-weight:var(--weight-semibold)}.editor-back-button{gap:8px;padding:0}.ghost-submit-action{color:#4caf50;font-weight:var(--weight-semibold);padding:0}.ghost-submit-action:disabled{opacity:.35}.ghost-settings-button{color:#1f2328;width:42px}.ghost-writing-surface{min-height:100dvh;padding:132px min(10vw,320px) 104px}.ghost-editor-shell.has-settings .ghost-writing-surface{padding-left:min(8vw,220px);padding-right:min(8vw,180px)}.ghost-writing-inner{width:min(760px,100%);margin:0 auto}.editor-feature-image-button{color:#a3adba;min-height:38px;font-size:var(--text-md);font-weight:var(--weight-medium);background:0 0;border:0;margin-bottom:32px;padding:0}.editor-feature-image-button:disabled,.editor-feature-image-preview:disabled,.settings-feature-uploader:disabled{cursor:wait;opacity:.65}.editor-feature-image-input{display:none}.editor-feature-image-preview{background:0 0;border:0;border-radius:8px;width:100%;margin:0 0 30px;padding:0;position:relative;overflow:hidden}.editor-feature-image-preview:after{content:"";opacity:0;background:linear-gradient(#0000 45%,#0f172a8c);transition:opacity .18s;position:absolute;inset:0}.editor-feature-image-preview img{object-fit:cover;width:100%;max-height:340px;display:block}.editor-feature-image-preview span{z-index:1;color:#29313d;font-size:var(--text-sm);font-weight:var(--weight-semibold);opacity:0;background:#fffffff0;border-radius:999px;padding:8px 11px;transition:opacity .18s;position:absolute;bottom:14px;right:14px}.editor-feature-image-preview:hover:after,.editor-feature-image-preview:hover span,.editor-feature-image-preview:focus-visible:after,.editor-feature-image-preview:focus-visible span{opacity:1}.ghost-title-input{resize:none;color:#111827;min-height:84px;box-shadow:none;font-size:clamp(2.45rem,3.4vw,3.15rem);font-weight:var(--weight-bold);background:0 0;border:0;border-radius:0;padding:14px 0 6px;line-height:1.08;overflow:hidden}.ghost-title-input:focus{box-shadow:none;border-color:#0000}.ghost-title-input::placeholder{color:#c7ced7}.ghost-body-row{margin-top:4px;display:block;position:relative}.insert-menu-wrap{position:absolute;top:4px;left:-64px}.editor-insert-button{color:#9aa4b2;width:44px;min-height:44px;font-weight:var(--weight-semibold);background:#fff;border-color:#b8c0cb;border-radius:999px;padding:0}.insert-menu{z-index:25;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:230px;position:absolute;top:52px;left:0;overflow:hidden;box-shadow:0 18px 42px #0f172a24}.insert-menu button{color:#29313d;width:100%;min-height:42px;font-size:var(--text-md);font-weight:var(--weight-medium);background:#fff;border:0;border-radius:0;justify-content:flex-start;padding:0 14px}.insert-menu button:hover{background:#f3f5f7}.ghost-editor-content{width:100%;min-width:0}.ghost-editor-body{color:#3f4651;min-height:420px;font-family:var(--font-serif);font-size:1.25rem;line-height:1.58;font-weight:var(--weight-regular);white-space:pre-wrap;outline:none}.ghost-editor-body p{margin:0 0 1.1em}.ghost-editor-body h2,.ghost-editor-body h3{color:#15191f;font-family:var(--font-sans);line-height:1.16}.ghost-editor-body h2{font-size:1.6rem;font-weight:var(--weight-bold);margin:1.2em 0 .5em}.ghost-editor-body h3{font-size:1.2rem;font-weight:var(--weight-bold);margin:1.1em 0 .45em}.ghost-editor-body blockquote{color:#5a6472;border-left:4px solid #d6dbe2;margin:1.2em 0;padding-left:22px}.ghost-editor-body ul,.ghost-editor-body ol{padding-left:1.4em}.ghost-editor-body a{color:var(--primary-strong)}.ghost-editor-body img{border-radius:8px;max-width:100%}.ghost-editor-body .is-editor-empty:first-child:before{float:left;color:#b6bfca;content:attr(data-placeholder);pointer-events:none;height:0}.floating-format-menu{background:#fff;border:1px solid #e5e7eb;border-radius:9px;display:flex;overflow:hidden;box-shadow:0 18px 44px #0f172a33}.floating-format-menu button{color:#15191f;background:#fff;border:0;border-radius:0;min-width:44px;min-height:44px;padding:0}.floating-format-menu button:hover,.floating-format-menu button.is-active{color:var(--primary-strong);background:#f1f3f5}.ghost-editor-footer{z-index:20;color:#a0a9b6;font-size:var(--text-sm);font-weight:var(--weight-medium);align-items:center;gap:14px;display:flex;position:fixed;bottom:24px;right:38px}.editor-help-dot{border:1px solid #c6ced8;border-radius:999px;place-items:center;width:22px;height:22px;display:grid}.post-settings-panel{z-index:30;background:#fff;border-left:1px solid #e5e7eb;width:390px;position:fixed;top:0;bottom:0;right:0;overflow:auto}.post-settings-panel header{justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding:0 28px;display:flex}.post-settings-panel header h2{color:#15191f;font-size:1.375rem;font-weight:var(--weight-bold)}.post-settings-panel header button{background:0 0;border:0;width:42px;padding:0}.settings-stack{gap:22px;padding:0 28px 28px;display:grid}.settings-stack label,.settings-field{color:#2f343b;font-size:var(--text-md);font-weight:var(--weight-semibold);gap:8px;margin:0;display:grid;position:relative}.settings-stack input,.settings-stack textarea,.settings-select,.settings-input-with-icon{color:#29313d;background:#f1f3f5;border:0;border-radius:8px;min-height:48px}.settings-stack input,.settings-stack textarea{padding:0 14px}.settings-stack input:focus,.settings-stack textarea:focus{box-shadow:0 0 0 3px #8f9a201f}.settings-stack small{color:#9aa4b2;font-size:var(--text-sm);font-weight:var(--weight-regular)}.settings-input-with-icon{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:0 12px;display:grid}.settings-input-with-icon input{height:auto;box-shadow:none;background:0 0;border:0;padding:0}.date-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.date-input{background:#f1f3f5;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:48px;margin:0;padding-right:12px;display:grid}.date-input input{background:0 0;border:0;height:auto;padding-right:4px}.settings-select{width:100%;font-size:var(--text-md);font-weight:var(--weight-medium);border:0;justify-content:space-between;padding:0 14px}.settings-select:disabled{cursor:default;opacity:1}.settings-excerpt{resize:vertical;min-height:128px;padding:12px 14px}.settings-feature-preview{background:#f3f5f7;border:0;border-radius:8px;width:100%;padding:0;overflow:hidden}.settings-feature-preview img{object-fit:cover;width:100%;max-height:180px;display:block}.settings-feature-uploader{color:#29313d;width:100%;min-height:42px;font-size:var(--text-md);font-weight:var(--weight-semibold);background:#fff;border:1px solid #d7dde5;justify-content:center;gap:8px}.settings-tag-menu{z-index:35;background:#fff;border:1px solid #e5e7eb;border-radius:10px;position:absolute;top:74px;left:0;right:0;overflow:hidden;box-shadow:0 14px 32px #0f172a26}.settings-tag-menu button{color:#29313d;width:100%;min-height:42px;font-size:var(--text-md);font-weight:var(--weight-medium);background:#fff;border:0;border-radius:0;justify-content:space-between;padding:0 14px}.settings-tag-menu button:hover{background:#f3f5f7}.settings-tag-menu p{color:#728095;margin:0;padding:14px}.authors-select{min-height:60px}.author-chip{color:#ff5f98;background:#ffe1ec;border-radius:5px;align-items:center;gap:6px;padding:6px 10px;display:inline-flex}.settings-guest-rows{border-top:1px solid #e5e7eb}.settings-guest-rows button{color:#1f2328;width:100%;min-height:64px;font-size:var(--text-md);font-weight:var(--weight-semibold);background:#fff;border:0;border-bottom:1px solid #e5e7eb;border-radius:0;justify-content:flex-start;padding:0 28px}.settings-guest-rows button svg:last-child{color:#9aa4b2;margin-left:auto}.preview-overlay{z-index:50;background:#0f172a47;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.preview-dialog{background:#fff;border-radius:16px;width:min(860px,100%);max-height:92dvh;padding:28px;overflow:auto;box-shadow:0 24px 80px #0f172a38}.preview-dialog header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.preview-dialog header button{background:#f3f5f7;border:0;border-radius:999px;flex:none;width:42px;min-height:42px;padding:0}.preview-dialog h2{color:#15191f;font-size:clamp(2rem,4vw,2.75rem);font-weight:var(--weight-bold);line-height:1.08}.preview-image{object-fit:cover;border-radius:12px;width:100%;max-height:320px;margin:24px 0}.preview-excerpt{color:#64748b;font-size:var(--text-lg);font-weight:var(--weight-regular);margin:12px 0 22px;line-height:1.55}.preview-content{color:#303846;font-family:var(--font-serif);font-size:1rem;font-weight:var(--weight-regular);line-height:1.7}.preview-content img{border-radius:10px;max-width:100%}@media (width<=1120px){.dashboard-shell,.admin-shell{grid-template-columns:252px minmax(0,1fr)}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-workspace{grid-template-columns:1fr}.ghost-writing-surface,.ghost-editor-shell.has-settings .ghost-writing-surface{padding-left:48px;padding-right:48px}}@media (width<=900px){.auth-page,.auth-page--login{grid-template-columns:minmax(0,1fr);gap:34px;padding:28px min(5vw,32px)}.auth-copy{gap:54px;max-width:none}.auth-copy h1,.auth-copy p{max-width:640px}.dashboard-shell,.admin-shell{grid-template-columns:1fr}.dashboard-sidebar{height:auto;padding:20px;position:relative}.admin-sidebar{min-height:auto;padding:20px;position:relative}.sidebar-nav{overflow:visible}.profile-menu{top:auto;bottom:76px}.dashboard-main,.admin-main{padding:24px 20px 44px}.profile-editor,.ghost-editor-shell,.ghost-editor-shell.has-settings{grid-template-columns:1fr}.ghost-editor-topbar,.ghost-editor-shell.has-settings .ghost-editor-topbar{right:0}.ghost-writing-surface,.ghost-editor-shell.has-settings .ghost-writing-surface{padding:102px 22px 96px}.ghost-body-row{grid-template-columns:1fr;display:grid}.insert-menu-wrap{justify-self:start;margin-bottom:10px;position:relative;top:auto;left:auto}.post-settings-panel{width:min(390px,100vw)}}@media (width<=640px){.auth-page{padding:20px 14px 28px}.auth-copy{gap:36px}.auth-copy h1,.auth-intro h1{font-size:1.75rem}.auth-copy p:not(.eyebrow),.auth-intro p{font-size:var(--text-md)}.auth-form,.auth-form--register{padding:30px 22px 38px}.auth-card__footer{text-align:center;flex-direction:column;gap:8px}.dashboard-title-row,.admin-header,.admin-detail-card>header{flex-direction:column;align-items:stretch}.dashboard-actions{justify-content:stretch}.dashboard-actions button,.dashboard-title-row>button{width:100%}.comments-article__header{grid-template-columns:56px minmax(0,1fr)}.comments-article__header img{width:56px;height:42px}.comments-article__header a{grid-column:2;justify-self:start}.comment-row--reply{margin-left:18px!important}.dashboard-stats,.field-row,.admin-detail-meta{grid-template-columns:1fr}.admin-submission-row{grid-template-columns:72px minmax(0,1fr)}.admin-submission-row em{grid-column:2;justify-self:start}.admin-author-card{grid-template-columns:1fr}.admin-actions{justify-content:stretch}.admin-actions button{width:100%}.post-list-card__header{flex-direction:column;justify-content:center;align-items:flex-start;padding:14px 18px}.post-row{grid-template-columns:82px minmax(0,1fr);gap:14px;padding:16px 18px}.post-row img,.post-row__placeholder{width:82px;height:62px}.post-row__content h2{white-space:normal}.post-row__actions,.post-row__edit,.post-row__delete{grid-column:2;min-width:0;min-height:34px;padding:0}.post-row__actions{justify-content:flex-start}.ghost-editor-topbar{flex-direction:column;align-items:flex-start;gap:4px;min-height:76px;padding:10px 16px}.editor-topbar-left,.editor-topbar-actions{justify-content:space-between;gap:10px;width:100%}.editor-back-button,.ghost-text-action,.ghost-submit-action,.ghost-settings-button{min-height:32px;font-size:var(--text-sm)}.ghost-writing-surface,.ghost-editor-shell.has-settings .ghost-writing-surface{padding:118px 16px 90px}.ghost-title-input{min-height:66px;font-size:1.85rem}.ghost-editor-body{min-height:380px;font-size:1.05rem;line-height:1.55}.ghost-editor-body h2{font-size:1.32rem}.ghost-editor-body h3{font-size:1.12rem}.ghost-editor-footer{bottom:16px;right:16px}.post-settings-panel header,.settings-stack{padding-left:18px;padding-right:18px}.date-grid{grid-template-columns:1fr}.preview-overlay{padding:14px}.preview-dialog{border-radius:12px;padding:20px}}
