/* v0.19: starter sections, section manager, threaded comments */
.starter-section-picker{margin:22px 0;padding:18px;border:1px solid #dce7ea;border-radius:16px;background:#f8fbfc}.starter-template-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.starter-template-card{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:13px;border:1px solid #dce6ea;border-radius:12px;background:#fff;cursor:pointer;transition:.2s}.starter-template-card:hover{border-color:#0297a7;box-shadow:0 7px 22px rgba(2,151,167,.10)}.starter-template-card input{width:18px!important;height:18px!important;min-height:0!important}.starter-template-card span{display:grid}.starter-template-card small{color:#81909a;font-size:11px}.section-template-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.section-template-admin-card .panel-head>div{display:grid}.section-template-admin-card .panel-head small{color:#7e8d96}.admin-comments-tree{display:grid;gap:12px}.admin-comment-card{position:relative;margin-right:min(calc(var(--comment-depth)*28px),140px);padding:16px 18px;border:1px solid #dfe7eb;border-radius:15px;background:#fff;box-shadow:0 5px 18px rgba(20,45,61,.04)}.admin-comment-card.staff-reply{border-right:4px solid #0297a7;background:#f6fcfd}.admin-comment-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.admin-comment-head>div:first-child{display:grid;gap:3px}.admin-comment-head small,.admin-comment-post{font-size:12px;color:#81909a}.admin-comment-post{margin-top:8px}.comment-admin-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.comment-admin-actions form{margin:0}.comment-reply-form{margin-top:12px!important;padding:12px!important}.admin-comment-children{display:grid;gap:10px;margin-top:14px}.status-badge.rejected,.status-badge.spam{background:#fff0f0;color:#a32626}.status-badge.pending{background:#fff4df;color:#936117}.threaded-comment{margin-right:min(calc(var(--depth)*34px),170px);border-right:3px solid #dce9eb;background:#fff}.threaded-comment.staff-comment{border-right-color:#0297a7;background:#f4fbfc}.comment-author-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.comment-author-row small{margin-right:auto;color:#87959d}.staff-badge{display:inline-flex;padding:3px 8px;border-radius:999px;background:#0297a7;color:#fff;font-size:11px}.comment-children{display:grid;gap:10px;margin-top:12px}
@media(max-width:1000px){.starter-template-grid{grid-template-columns:repeat(2,1fr)}.section-template-admin-grid{grid-template-columns:1fr}}@media(max-width:600px){.starter-template-grid{grid-template-columns:1fr}.admin-comment-card,.threaded-comment{margin-right:min(calc(var(--comment-depth,0)*12px),36px)}.admin-comment-head{display:grid}.comment-author-row small{margin-right:0}}
