.server-admin-link { height:34px; display:flex; align-items:center; gap:6px; padding:0 11px; border:1px solid rgba(255,255,255,.21); border-radius:9px; color:#fff; background:rgba(255,255,255,.08); font-size:11px; font-weight:800; text-decoration:none; }
.server-admin-link:hover { background:rgba(255,255,255,.17); }
.server-admin-link.admin-online::before { content:""; width:7px; height:7px; border-radius:50%; background:#6ee7b7; box-shadow:0 0 0 3px rgba(110,231,183,.15); }
.overlay-control-row { display:grid; grid-template-columns:minmax(0,1fr) 30px; gap:6px; align-items:center; border-bottom:1px solid #edf1f1; }
.overlay-control-row:last-child { border-bottom:0; }
.overlay-control-row .overlay-option { min-width:0; border-bottom:0; }
.overlay-control-row .overlay-option.featured-layer { margin:0; padding-right:1px; padding-left:1px; }
.overlay-control-row.featured-layer-row { margin:0 -9px; padding:0 9px; background:#f3f9fc; }
.layer-note-button { min-width:27px; height:27px; display:grid; place-items:center; padding:0 7px; border:1px solid #d5e1df; border-radius:7px; color:#315b59; background:#f7fbfa; cursor:pointer; font-size:13px; font-weight:900; }
.layer-note-button:hover { color:#fff; border-color:#0f766e; background:#0f766e; }
.persistent-layers { margin-top:15px; padding:14px; border:1px solid #bcdcd5; border-radius:13px; background:linear-gradient(145deg,#f7fcfb,#e9f6f3); }
.persistent-heading { display:flex; justify-content:space-between; gap:12px; margin-bottom:10px; }
.persistent-heading h3 { margin:0; color:#163f3d; font-size:12px; }
.persistent-heading p { margin:4px 0 0; color:#63777b; font-size:9px; line-height:1.45; }
.persistent-badge { align-self:start; padding:5px 7px; border-radius:999px; color:#0f625a; background:#d9efea; font-size:8px; font-weight:900; white-space:nowrap; }
.persistent-status { margin:0 0 9px; color:#5e7276; font-size:9px; line-height:1.4; }
.persistent-status.error { color:#983c25; }
.persistent-list { display:grid; gap:7px; }
.persistent-layer { border:1px solid #d5e4e1; border-radius:10px; background:rgba(255,255,255,.9); overflow:hidden; }
.persistent-layer-main { display:grid; grid-template-columns:28px minmax(0,1fr) auto; gap:9px; align-items:center; padding:10px; cursor:pointer; }
.persistent-layer-main input { position:absolute; opacity:0; pointer-events:none; }
.persistent-swatch { width:24px; height:18px; border:2px solid #0f766e; border-radius:5px; background:repeating-linear-gradient(135deg,rgba(15,118,110,.12) 0 4px,rgba(232,79,47,.22) 4px 8px); }
.persistent-copy { min-width:0; display:grid; gap:2px; }
.persistent-copy strong { overflow:hidden; color:#263f43; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.persistent-copy small { color:#728488; font-size:8px; line-height:1.35; }
.persistent-actions { display:flex; gap:5px; padding:0 10px 9px 47px; }
.persistent-actions button,.persistent-actions a { min-height:27px; display:inline-flex; align-items:center; justify-content:center; padding:0 8px; border:1px solid #d4e0de; border-radius:7px; color:#315b59; background:#f8fbfa; cursor:pointer; font-size:8px; font-weight:850; text-decoration:none; }
.persistent-actions button:hover,.persistent-actions a:hover { color:#fff; border-color:#0f766e; background:#0f766e; }
.persistent-layer.loading { opacity:.66; }
.persistent-layer.error { border-color:#edb9ad; background:#fff7f4; }
.server-install-note { padding:10px; border:1px solid #f0c8a7; border-radius:9px; color:#7f4b22; background:#fff8ef; font-size:9px; line-height:1.45; }
.server-install-note a { color:#a74722; font-weight:900; }
.comment-dialog { width:min(520px,calc(100vw - 28px)); max-height:min(700px,calc(100vh - 28px)); padding:0; border:0; border-radius:19px; color:#17343a; background:#fff; box-shadow:0 28px 90px rgba(7,33,37,.3); }
.comment-dialog::backdrop { background:rgba(6,25,29,.54); backdrop-filter:blur(2px); }
.comment-shell { display:grid; max-height:inherit; }
.comment-heading { position:sticky; top:0; z-index:2; display:flex; align-items:flex-start; justify-content:space-between; gap:14px; padding:19px 20px 15px; border-bottom:1px solid #dfe8e6; background:#fff; }
.comment-heading small { display:block; margin-bottom:3px; color:#e84f2f; font-size:9px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.comment-heading h2 { margin:0; font-size:18px; line-height:1.2; }
.comment-close { width:32px; height:32px; flex:0 0 32px; border:0; border-radius:50%; color:#50676b; background:#edf3f2; cursor:pointer; font-size:20px; }
.comment-body { overflow:auto; padding:18px 20px 22px; }
.comment-list { display:grid; gap:9px; }
.comment-card { padding:11px 12px; border:1px solid #dbe6e4; border-radius:10px; background:#f8fbfa; }
.comment-card p { margin:0 0 7px; color:#2c464b; font-size:12px; line-height:1.5; white-space:pre-wrap; }
.comment-card small { color:#78898c; font-size:8px; }
.comment-empty { color:#6a7c80; font-size:11px; }
.comment-form { display:grid; gap:9px; margin-top:16px; padding-top:15px; border-top:1px solid #e2eae8; }
.comment-form label { color:#36545a; font-size:10px; font-weight:850; }
.comment-form textarea { width:100%; min-height:90px; margin-top:6px; padding:10px; border:1px solid #cbdad7; border-radius:9px; resize:vertical; font:inherit; }
.comment-form button { min-height:38px; border:0; border-radius:9px; color:#fff; background:#0f766e; cursor:pointer; font-size:11px; font-weight:900; }
.comment-form-status { min-height:15px; color:#60767a; font-size:9px; }
.comment-readonly { margin-top:14px; padding:9px 10px; border-radius:8px; color:#5e7276; background:#eef4f3; font-size:9px; line-height:1.45; }
@media (max-width:700px) { .server-admin-link { width:31px; justify-content:center; padding:0; font-size:0; } .server-admin-link::after { content:"A"; font-size:11px; } .overlay-control-row { grid-template-columns:minmax(0,1fr) 29px; gap:4px; } .persistent-actions { padding-left:43px; flex-wrap:wrap; } }
