*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,Helvetica,sans-serif;
  background:
    radial-gradient(circle at 18% 16%, rgba(244,244,255,.16), transparent 10%),
    radial-gradient(circle at 72% 14%, rgba(163,191,255,.12), transparent 18%),
    radial-gradient(circle at 84% 28%, rgba(196,181,253,.10), transparent 14%),
    radial-gradient(circle at top, rgba(139,92,246,.10), transparent 30%),
    linear-gradient(180deg,#090c17 0%,#111827 42%,#1b2235 100%);
  color:#e8ebff;
  min-height:100vh;
}
.site-wrapper{max-width:1180px;margin:0 auto;padding:34px 20px 56px}
.site-header{text-align:center;margin-bottom:28px}
.site-header h1{margin:0 0 8px;font-size:2.55rem;color:#f8f7ff;letter-spacing:.01em}
.tagline{margin:0;color:#b8bfd9}
.hero-chip{
  display:inline-block;
  margin-bottom:14px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(200,210,255,.18);
  background:rgba(10,14,26,.62);
  color:#d8dcf9;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.header-links-bar{
  margin:0 0 18px;
  padding:12px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(15,21,35,.82),rgba(18,24,39,.92));
  border:1px solid rgba(196,181,253,.16);
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}
.header-links-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(196,181,253,.14);
}
.header-link-cell{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 16px;
  text-align:center;
  text-decoration:none;
  color:#eef2ff;
  background:rgba(18,24,39,.76);
  border-right:1px solid rgba(196,181,253,.12);
  border-bottom:1px solid rgba(196,181,253,.12);
  font-weight:700;
  transition:background .15s ease, color .15s ease, transform .15s ease;
}
.header-link-cell:hover{
  background:rgba(36,46,72,.94);
  color:#ffffff;
}
.top-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}
.top-nav a,
.top-nav .nav-status{
  color:#eef2ff;
  text-decoration:none;
  background:rgba(18,24,39,.78);
  border:1px solid rgba(196,181,253,.22);
  border-radius:999px;
  padding:11px 16px;
  box-shadow:0 10px 28px rgba(0,0,0,.20);
}
.top-nav a:hover{background:rgba(28,36,57,.90);color:#ffffff}
.content{display:grid;gap:24px}
.card{
  background:linear-gradient(180deg,rgba(15,21,35,.86),rgba(18,24,39,.92));
  border:1px solid rgba(196,181,253,.14);
  border-radius:28px;
  padding:26px;
  box-shadow:0 22px 44px rgba(0,0,0,.24);
  backdrop-filter:blur(10px);
}
.card h1,.card h2{margin-top:0;color:#f6f4ff}
.form-group{margin-bottom:18px}
label{display:block;margin-bottom:8px;font-weight:700;color:#e8dcff}
input[type=text],input[type=password],input[type=email],select,textarea{
  width:100%;
  padding:13px 15px;
  border-radius:16px;
  border:1px solid rgba(167,139,250,.22);
  background:rgba(10,14,26,.86);
  color:#f5f7ff;
  font-size:1rem;
}
input:focus,select:focus,textarea:focus{
  outline:none;
  border-color:#c4b5fd;
  box-shadow:0 0 0 4px rgba(167,139,250,.16);
}
textarea{min-height:140px;resize:vertical}
.btn{
  display:inline-block;
  border:none;
  border-radius:999px;
  padding:12px 20px;
  background:linear-gradient(135deg,#818cf8,#c4b5fd);
  color:#0f172a;
  font-weight:800;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(129,140,248,.28);
}
.btn:hover{transform:translateY(-1px);opacity:.97}
.alert{border-radius:18px;padding:13px 15px;margin-bottom:16px;font-weight:700}
.alert-error{background:rgba(127,29,29,.22);border:1px solid rgba(248,113,113,.32);color:#fecaca}
.alert-success{background:rgba(20,83,45,.26);border:1px solid rgba(74,222,128,.26);color:#bbf7d0}
.entries-list{display:grid;gap:18px}
.entry{
  background:linear-gradient(180deg,rgba(19,26,43,.92),rgba(14,20,34,.94));
  border:1px solid rgba(148,163,184,.18);
  border-radius:24px;
  padding:18px;
  box-shadow:0 12px 28px rgba(0,0,0,.20);
}
.entry-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}
.entry-name{font-weight:800;color:#f5f3ff}
.entry-date{color:#b8bfd9;font-size:.95rem}
.entry-message{color:#dde4ff;line-height:1.65}
.empty-state{color:#b8bfd9}
.site-footer{text-align:center;margin-top:28px;color:#b8bfd9}
.pagination{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px}
.page-indicator{color:#b8bfd9}
.hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

.hidden{display:none}
.admin-entry.is-editing .entry-view{display:none}
.admin-entry.is-editing .admin-edit-form{display:block}
.admin-edit-form{margin-top:14px;padding-top:14px;border-top:1px solid rgba(148,163,184,.18)}

.narrow-card{max-width:860px;margin:0 auto;width:100%}
.narrow-edit-card{max-width:980px;margin:0 auto;width:100%}
.section-title{margin:10px 0 0}
.settings-subtitle{margin-top:28px}
.top-nav a[aria-current="page"]{outline:2px solid rgba(196,181,253,.72);outline-offset:2px}

.member-badge{
  display:inline-block;
  margin-left:8px;
  padding:4px 9px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:800;
  vertical-align:middle;
  background:rgba(196,181,253,.16);
  color:#ddd6fe;
}
.field-help,.help-text,.entry-updated{display:block;margin-top:8px;opacity:.82}
.entry-updated{font-size:.9rem}
.top-nav .nav-user{font-weight:800}

.avatar{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;flex-shrink:0;font-weight:800}
.avatar img{display:block;width:100%;height:100%;object-fit:cover}
.avatar-large{width:88px;height:88px;font-size:1.75rem}
.entry-avatar{width:52px;height:52px;font-size:1rem}
.avatar-fallback{background:rgba(196,181,253,.16);border:1px solid rgba(196,181,253,.26);color:#ede9fe}
.entry-header{display:flex;gap:14px;align-items:flex-start}
.entry-body{flex:1;min-width:0}
.profile-summary{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.top-nav .nav-status{min-height:44px;font-weight:800}
.top-nav .nav-disabled{opacity:.92}
.theme-banner-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:18px}
.theme-banner{width:min(100%,1180px);height:auto;display:block;border-radius:28px;box-shadow:0 24px 50px rgba(0,0,0,.30)}


.admin-grid{display:grid;grid-template-columns:280px 1fr;gap:24px}
.admin-sidebar .entry{position:sticky;top:20px}
.admin-links{display:grid;gap:10px}
.admin-links a{
  display:block;
  padding:12px 14px;
  border-radius:16px;
  color:#eef2ff;
  text-decoration:none;
  background:rgba(18,24,39,.78);
  border:1px solid rgba(196,181,253,.16);
}
.admin-links a:hover,.admin-links a.active{
  background:rgba(32,40,61,.94);
  outline:2px solid rgba(196,181,253,.35);
  outline-offset:1px;
}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
.stat-card{padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(19,26,43,.92),rgba(14,20,34,.94));border:1px solid rgba(148,163,184,.18)}
.stat-card strong{display:block;font-size:2rem;margin-top:10px}
.table-wrap{overflow-x:auto}
.admin-table{width:100%;border-collapse:collapse}
.admin-table th,.admin-table td{padding:14px 12px;text-align:left;border-bottom:1px solid rgba(148,163,184,.16);vertical-align:top}
.admin-table th{color:#ddd6fe}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.inline-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn-secondary{
  background:rgba(30,41,59,.85);
  color:#eef2ff;
  box-shadow:none;
  border:1px solid rgba(196,181,253,.16);
}
.btn-danger{
  background:linear-gradient(135deg,#ef4444,#fb7185);
  color:#fff;
}
.small-text{font-size:.92rem;color:#b8bfd9}
.steps{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:0 0 24px}
.step{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(196,181,253,.22);
  background:rgba(10,14,26,.62);
  color:#d8dcf9;
}
.step.active{background:linear-gradient(135deg,#818cf8,#c4b5fd);color:#0f172a;font-weight:800}
.code-block{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(10,14,26,.86);
  border:1px solid rgba(167,139,250,.22);
  white-space:pre-wrap;
  overflow:auto;
}
@media (max-width: 860px){
  .admin-grid,.form-row{grid-template-columns:1fr}
}

.feature-list{margin:16px 0 0;padding-left:1.35rem;display:grid;gap:12px}
.feature-item{color:#dde4ff;line-height:1.65;padding-left:4px}
.feature-item::marker{color:#c4b5fd}

@media (max-width: 680px){
  .header-links-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 480px){
  .header-links-grid{grid-template-columns:1fr}
  .header-link-cell{min-height:52px}
}


.home-layout{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);
  gap:24px;
  align-items:start;
}
.home-news-card{min-width:0}
.home-news-list .entry{padding:20px 20px 18px}
.home-sidebar{
  display:grid;
  gap:18px;
  align-content:start;
}
.home-side-card{padding:22px}
.home-side-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.home-side-header h2{margin:0;font-size:1.25rem}
.home-side-link{
  color:#ddd6fe;
  text-decoration:none;
  font-weight:700;
  white-space:nowrap;
}
.home-side-link:hover{color:#ffffff}
.home-compact-list{gap:14px}
.home-compact-entry{padding:15px 16px;border-radius:20px}
.home-compact-meta{margin-bottom:8px}
.home-compact-message{
  font-size:.96rem;
  line-height:1.55;
}
.home-compact-message p{margin:0 0 10px}
.home-compact-message p:last-child{margin-bottom:0}
.btn-small{padding:10px 15px;font-size:.92rem}

@media (max-width: 900px){
  .home-layout{grid-template-columns:1fr}
}


.header-search{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:16px}
.header-search input[type=text]{max-width:420px}
.search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.status-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.85rem;font-weight:800}
.status-published{background:rgba(34,197,94,.16);color:#bbf7d0;border:1px solid rgba(34,197,94,.24)}
.status-draft{background:rgba(251,191,36,.16);color:#fde68a;border:1px solid rgba(251,191,36,.24)}
.meta-stack{display:grid;gap:6px;margin:10px 0 12px;color:#cbd5e1;font-size:.92rem;word-break:break-word}
.compact-meta-stack{font-size:.88rem;margin-top:8px}
.release-list{display:grid;gap:16px}
.release-card{padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(19,26,43,.92),rgba(14,20,34,.94));border:1px solid rgba(148,163,184,.18)}
.release-header{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:10px}
.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.screenshot-card{margin:0;padding:14px;border-radius:22px;background:linear-gradient(180deg,rgba(19,26,43,.92),rgba(14,20,34,.94));border:1px solid rgba(148,163,184,.18)}
.screenshot-card img{display:block;width:100%;height:180px;object-fit:cover;border-radius:16px;margin-bottom:10px}
.screenshot-card figcaption{color:#cbd5e1;font-size:.92rem}
.admin-shot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.admin-shot-card{display:grid;gap:10px;padding:12px;border-radius:20px;background:rgba(10,14,26,.52);border:1px solid rgba(148,163,184,.18)}
.admin-shot-card img{width:100%;height:120px;object-fit:cover;border-radius:12px}
@media (max-width: 640px){.search-row{grid-template-columns:1fr}.header-search input[type=text]{max-width:none}}

.term-badges{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 0}
.term-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;text-decoration:none;font-size:.82rem;font-weight:700;background:rgba(196,181,253,.14);border:1px solid rgba(196,181,253,.2);color:#ede9fe}
.term-badge:hover{background:rgba(196,181,253,.22)}
.term-tag{background:rgba(125,211,252,.12);border-color:rgba(125,211,252,.25);color:#d9f7ff}
.release-card.current-release{outline:2px solid rgba(196,181,253,.38);outline-offset:2px}
.status-pill.status-stable{background:rgba(34,197,94,.18);color:#bbf7d0}
.status-pill.status-beta{background:rgba(250,204,21,.18);color:#fde68a}
.status-pill.status-legacy{background:rgba(148,163,184,.22);color:#cbd5e1}
.admin-shot-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}
.screenshot-select-card{cursor:pointer}
.screenshot-select-card span{display:block;margin:10px 0 8px}
.search-page-form{margin-top:16px}
.compact-card .term-badges{margin-top:8px}


.media-thumb{
  width:90px;
  height:70px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(196,181,253,.18);
  display:block;
}
.notice.error{
  border-radius:18px;
  padding:13px 15px;
  margin-bottom:16px;
  font-weight:700;
  background:rgba(127,29,29,.22);
  border:1px solid rgba(248,113,113,.32);
  color:#fecaca;
}
code{
  display:inline-block;
  padding:5px 8px;
  border-radius:10px;
  background:rgba(10,14,26,.75);
  border:1px solid rgba(167,139,250,.16);
  color:#e9ddff;
  word-break:break-all;
}

.widget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.mini-list{display:grid;gap:12px}
.mini-item{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:12px 14px;border-radius:18px;background:rgba(18,24,39,.68);border:1px solid rgba(196,181,253,.12)}
.mini-item strong{display:block;color:#f5f3ff}
.mini-item span{color:#b8bfd9;font-size:.92rem;text-align:right}
.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}
.media-card{padding:14px;border-radius:22px;background:rgba(18,24,39,.72);border:1px solid rgba(196,181,253,.14)}
.media-card img{display:block;width:100%;height:150px;object-fit:cover;border-radius:16px;margin-bottom:10px}
@media (max-width: 860px){.widget-grid{grid-template-columns:1fr}.mini-item{flex-direction:column}.admin-grid{grid-template-columns:1fr}.admin-sidebar .entry{position:static}}


.search-filter-form .form-row{margin-bottom:0}
.theme-preset-aurora body{}
body.theme-preset-aurora{
  background:
    radial-gradient(circle at 15% 18%, rgba(34,211,238,.14), transparent 12%),
    radial-gradient(circle at 85% 18%, rgba(110,231,183,.12), transparent 18%),
    radial-gradient(circle at 60% 0%, rgba(59,130,246,.10), transparent 30%),
    linear-gradient(180deg,#071421 0%,#0b1d2f 45%,#10283a 100%);
}
body.theme-preset-aurora .btn{background:linear-gradient(135deg,#22d3ee,#86efac);color:#082032}
body.theme-preset-aurora .hero-chip{border-color:rgba(134,239,172,.24)}
body.theme-preset-silver{
  background:
    radial-gradient(circle at 20% 16%, rgba(255,255,255,.16), transparent 12%),
    radial-gradient(circle at 80% 12%, rgba(148,163,184,.18), transparent 18%),
    linear-gradient(180deg,#141821 0%,#1f2937 42%,#334155 100%);
}
body.theme-preset-silver .btn{background:linear-gradient(135deg,#cbd5e1,#f8fafc);color:#0f172a}
body.theme-preset-silver .header-links-bar,
body.theme-preset-silver .card{border-color:rgba(226,232,240,.18)}


.notification-popup{position:sticky;top:12px;z-index:40;display:flex;justify-content:center;margin:14px auto 0;max-width:1200px}
.notification-popup-card{background:rgba(17,24,39,.96);border:1px solid rgba(148,163,184,.3);border-radius:16px;padding:14px 16px;box-shadow:0 12px 30px rgba(0,0,0,.24);backdrop-filter:blur(10px)}
.entry-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.rating-stars{font-weight:700;letter-spacing:1px}
.review-card{border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:14px;background:rgba(255,255,255,.03)}
.review-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.docs-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:20px}
.docs-sidebar{display:grid;gap:12px}
.docs-group{background:rgba(255,255,255,.03);border:1px solid rgba(148,163,184,.15);border-radius:14px;padding:12px}
.docs-group ul{margin:10px 0 0 18px}
.docs-version-badge{display:inline-block;padding:4px 8px;border-radius:999px;background:rgba(124,58,237,.18);margin-left:8px;font-size:.82rem}
.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.analytics-card{border:1px solid rgba(148,163,184,.16);border-radius:14px;padding:14px;background:rgba(255,255,255,.03)}


.announcement-stack{max-width:1200px;margin:18px auto 0;display:grid;gap:10px}
.announcement-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:18px;background:rgba(124,58,237,.16);border:1px solid rgba(167,139,250,.28);box-shadow:0 8px 24px rgba(0,0,0,.18)}
.announcement-bar strong{color:#fff}
.announcement-bar span{flex:1 1 360px;color:#e9ddff}
.footer-pages{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:10px}
.footer-pages a{color:#ddd6fe;text-decoration:none;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(196,181,253,.15)}
.release-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:14px}
.release-detail-card{border:1px solid rgba(196,181,253,.14);border-radius:16px;padding:12px;background:rgba(255,255,255,.03)}
.release-detail-card h3{margin:0 0 8px;font-size:1rem}

.section-heading-row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.rss-link{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:rgba(249,115,22,.18);border:1px solid rgba(249,115,22,.35);color:#ffedd5;text-decoration:none;font-weight:600}
.share-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.share-chip{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(196,181,253,.16);color:#f5f3ff;text-decoration:none;font-size:.92rem}
.share-chip:hover,.rss-link:hover{transform:translateY(-1px)}
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end;margin:0 0 18px}
.filter-bar input,.filter-bar select{min-width:160px}
.avatar{display:block;border-radius:999px;object-fit:cover}
.avatar-large{width:72px;height:72px}
.bullet-list{margin:8px 0 0 18px}
.bullet-list li{margin:0 0 8px}
@media (max-width: 860px){.docs-layout{grid-template-columns:1fr}.section-heading-row{align-items:flex-start}}

.admin-link-group{padding:12px;border-radius:18px;background:rgba(8,12,22,.42);border:1px solid rgba(148,163,184,.12)}
.admin-link-group[open]{box-shadow:0 10px 24px rgba(15,23,42,.18)}
.admin-link-group summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between}
.admin-link-group summary::-webkit-details-marker{display:none}
.admin-group-title{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#c4b5fd;font-weight:800;padding:2px 4px}
.admin-group-title::after{content:"+";font-size:1rem;line-height:1;color:#e9d5ff;transition:transform .18s ease}
.admin-link-group[open] .admin-group-title::after{content:"−"}
.admin-group-links{display:grid;gap:10px;margin-top:10px}
.admin-link-group a{margin-top:0}
.bookmark-chip,.share-chip-button{border:0;cursor:pointer;font:inherit}
.is-hidden{display:none!important}
.profile-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:14px 0}
.profile-detail-card{padding:14px;border-radius:16px;background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.16)}
.notification-popup-card .inline-actions form{display:inline}
.widget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.mini-list{display:grid;gap:10px}
.mini-item{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:rgba(15,23,42,.52);border:1px solid rgba(148,163,184,.14)}
.roadmap-entry .meta-stack{margin:.5rem 0}
.status-planned{background:rgba(96,165,250,.18);color:#bfdbfe}
.status-in_progress{background:rgba(250,204,21,.18);color:#fde68a}
.status-testing{background:rgba(232,121,249,.18);color:#f5d0fe}
.status-released{background:rgba(74,222,128,.18);color:#bbf7d0}
@media (max-width: 980px){.widget-grid{grid-template-columns:1fr}}


.profile-card-wrap{max-width:980px;margin:0 auto;padding:28px}

.profile-page-shell{display:grid;gap:20px;max-width:980px;margin:0 auto}
.profile-overview-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:18px;align-items:start}
.profile-panel{padding:18px 20px;border-radius:20px;background:rgba(10,14,26,.52);border:1px solid rgba(148,163,184,.15)}
.profile-panel h2{margin:0 0 12px}
.profile-detail-list{display:grid;gap:12px}
.profile-detail-row{display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px;align-items:start;padding:10px 0;border-top:1px solid rgba(148,163,184,.12)}
.profile-detail-row:first-child{border-top:0;padding-top:0}
.profile-detail-row strong{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#c4b5fd}
.profile-stack{display:grid;gap:18px}
.profile-social-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.profile-social-item{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(148,163,184,.14)}
.profile-section-grid-clean{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
@media (max-width: 860px){.profile-overview-grid,.profile-section-grid-clean{grid-template-columns:1fr}.profile-detail-row{grid-template-columns:1fr;gap:6px}}
.profile-hero{display:grid;gap:22px}
.profile-hero-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:start}
.avatar-profile-hero{width:112px;height:112px;font-size:2.2rem;border:1px solid rgba(196,181,253,.22);box-shadow:0 12px 28px rgba(0,0,0,.22)}
.profile-hero-copy{min-width:0;display:grid;gap:10px}
.profile-hero-headline{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.profile-hero-headline h1{margin:0;font-size:2rem;line-height:1.1}
.profile-handle{margin:0;color:#cbd5e1;font-weight:700}
.profile-bio{color:#dde4ff;line-height:1.7;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(148,163,184,.14)}
.profile-empty-copy{margin:0}
.profile-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.profile-summary-card,.profile-social-card,.profile-section-block{padding:16px 18px;border-radius:20px;background:rgba(10,14,26,.52);border:1px solid rgba(148,163,184,.15)}
.profile-summary-label{display:block;margin-bottom:8px;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#c4b5fd;font-weight:800}
.profile-summary-value,.profile-social-card a,.profile-social-card span{display:block;color:#eef2ff;word-break:break-word}
.profile-social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.profile-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.profile-section-block h2{margin:0 0 12px}
.profile-list-tight{margin-top:0}
.profile-list-tight li{margin-bottom:10px}
@media (max-width: 760px){.profile-card-wrap{padding:22px}.profile-hero-main{grid-template-columns:1fr;justify-items:start}.profile-section-grid{grid-template-columns:1fr}.avatar-profile-hero{width:92px;height:92px}.profile-hero-headline h1{font-size:1.7rem}}


.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.01em;background:rgba(148,163,184,.18);color:#e5e7eb;border:1px solid rgba(148,163,184,.28)}
.status-published,.status-stable,.status-open,.status-admin{background:rgba(34,197,94,.16);border-color:rgba(34,197,94,.30);color:#bbf7d0}
.status-draft,.status-beta,.status-member,.status-editor{background:rgba(96,165,250,.16);border-color:rgba(96,165,250,.30);color:#bfdbfe}
.status-scheduled,.status-moderator,.status-warning{background:rgba(250,204,21,.16);border-color:rgba(250,204,21,.30);color:#fef08a}
.status-legacy,.status-closed,.status-danger,.status-unread{background:rgba(244,63,94,.15);border-color:rgba(244,63,94,.28);color:#fecdd3}
.status-neutral{background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.28);color:#e5e7eb}
.empty-state-card{padding:18px 20px;border-radius:20px;border:1px dashed rgba(196,181,253,.22);background:rgba(10,14,26,.42)}
.empty-state{font-weight:700;color:#dbe3ff;margin:0 0 6px}
.counter-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:18px}
.counter-chip{padding:14px 16px;border-radius:18px;background:rgba(10,14,26,.56);border:1px solid rgba(196,181,253,.16)}
.counter-chip span{display:block;color:#b8bfd9;font-size:.9rem}.counter-chip strong{display:block;margin-top:6px;font-size:1.1rem}
.sortable-th{cursor:pointer;position:relative;padding-right:28px!important}
.sortable-th::after{content:'↕';position:absolute;right:10px;opacity:.45}
.sortable-th[data-sort-dir="asc"]::after{content:'↑';opacity:.9}
.sortable-th[data-sort-dir="desc"]::after{content:'↓';opacity:.9}
.sticky-save-bar{position:fixed;left:0;right:0;bottom:16px;display:flex;justify-content:center;pointer-events:none;z-index:90}
.sticky-save-bar-inner{pointer-events:auto;display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 16px;border-radius:18px;background:rgba(15,21,35,.94);border:1px solid rgba(196,181,253,.2);box-shadow:0 22px 40px rgba(0,0,0,.28)}
.copy-btn{white-space:nowrap}
.inline-copy-btn{padding:4px 9px;margin-left:8px;vertical-align:middle}
.seo-counter{display:block;margin-top:8px;font-size:.82rem;color:#b8bfd9}
.share-chip-button{border:none;cursor:pointer}
.docs-sidebar ul li{margin-bottom:8px}
.entry-unread{outline:2px solid rgba(250,204,21,.28);outline-offset:1px}
.status-indicator-dot{display:inline-block;width:9px;height:9px;border-radius:999px;background:currentColor;opacity:.9}
.profile-summary-card,.profile-social-card{min-height:100px}

.code-editor-textarea{width:100%;min-height:68vh;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px;line-height:1.55;white-space:pre;tab-size:4}
.form-group-end{display:flex;align-items:flex-end}
.theme-file-grid{display:grid;grid-template-columns:minmax(220px,280px) 1fr;gap:18px}
@media (max-width: 920px){.theme-file-grid{grid-template-columns:1fr}}


.content > .card,.content > .entry,.content > .profile-card-wrap,.content > .profile-settings-card{width:100%;max-width:100%}
.page-shell-wide,.profile-settings-shell{max-width:1180px;margin:0 auto}
.profile-settings-card{padding:30px}
.profile-settings-header{display:grid;gap:18px;margin-bottom:22px}
.profile-settings-identity{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:center}
.avatar-settings-hero{width:108px;height:108px;font-size:2.2rem;border:1px solid rgba(196,181,253,.22);box-shadow:0 14px 32px rgba(0,0,0,.2)}
.profile-settings-copy{min-width:0;display:grid;gap:10px}
.profile-settings-copy h1{margin:0}
.profile-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px}
.profile-settings-section{padding:20px;border-radius:22px;background:rgba(255,255,255,.03);border:1px solid rgba(148,163,184,.14)}
.profile-settings-section h2{margin:0 0 14px}
.profile-avatar-manager{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start}
.avatar-settings-preview{width:120px;height:120px;font-size:2.5rem;border:1px solid rgba(196,181,253,.22);box-shadow:0 10px 26px rgba(0,0,0,.18)}
.profile-avatar-fields{display:grid;gap:6px}
.profile-settings-actions{padding-top:4px}
.hero-section,.software-shell,.news-shell,.downloads-shell,.docs-shell,.search-shell,.roadmap-shell,.page-shell,.bookmarks-shell,.notifications-shell,.account-shell{max-width:1180px;margin:0 auto}
@media (max-width: 900px){.profile-settings-grid{grid-template-columns:1fr}.profile-avatar-manager,.profile-settings-identity{grid-template-columns:1fr}.avatar-settings-hero,.avatar-settings-preview{width:92px;height:92px}}


.license-activation-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.license-activation-card{min-width:0}
.license-activation-value{display:block;overflow-wrap:anywhere;word-break:break-word;line-height:1.25}
.license-activation-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1.55rem}
.license-activation-actions{flex-wrap:wrap;gap:10px}
.license-activation-help{margin-top:14px}
.notice strong{display:block;margin-bottom:6px}

.notification-popup-card strong{display:block;margin-bottom:4px}
.top-nav .status-pill{vertical-align:middle}
