body.simple-shell[data-page="scholarship"] .section-band {
  background: linear-gradient(135deg, rgba(240, 253, 244, 0.96), rgba(187, 247, 208, 0.70));
  border: 1px solid rgba(187, 247, 208, 0.5);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
body.simple-shell[data-page="scholarship"] .section-band::before {
  content: '';
  position: absolute;
  right: -10px;
  top: -10px;
  width: 160px;
  height: 160px;
  background: url('../../img/illust/scholarship.svg') no-repeat center/contain;
  opacity: 0.92;
  pointer-events: none;
  z-index: 1;
}
body.simple-shell[data-page="scholarship"] .band-inner {
  padding-right: 140px;
}
@media (max-width: 640px) {
  body.simple-shell[data-page="scholarship"] .band-inner { padding-right: 0; }
  body.simple-shell[data-page="scholarship"] .section-band::before { display: none; }
}

body.simple-shell[data-page="scholarship"] .sch-group { margin-top: 24px; }
body.simple-shell[data-page="scholarship"] .sch-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.5);
}
body.simple-shell[data-page="scholarship"] .sch-title {
  font-weight: 800;
  font-size: 18px;
  color: var(--color-text-main);
  display: flex;
  align-items: center;
  gap: 8px;
}
body.simple-shell[data-page="scholarship"] .sch-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: var(--color-action);
  border-radius: 2px;
}
body.simple-shell[data-page="scholarship"] .sch-count {
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 500;
  background: rgba(243, 244, 246, 0.8);
  padding: 2px 8px;
  border-radius: 12px;
}
body.simple-shell[data-page="scholarship"] .sch-group .pager { margin-top: 16px; }

body.simple-shell[data-page="scholarship"] .list {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.simple-shell[data-page="scholarship"] .list-row {
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.8);
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.2s ease;
  align-items: center;
}
body.simple-shell[data-page="scholarship"] .list-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(37, 99, 235, 0.3);
  z-index: 1;
}
body.simple-shell[data-page="scholarship"] .list-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 4px;
}
body.simple-shell[data-page="scholarship"] .list-sub {
  font-size: 13px;
  color: var(--color-text-muted);
}
body.simple-shell[data-page="scholarship"] .list-meta {
  gap: 12px;
}

body.simple-shell[data-page="scholarship"] .aside-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  padding: 16px;
}
body.simple-shell[data-page="scholarship"] .fav-clear {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  user-select: none;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  transition: all 0.2s;
}
body.simple-shell[data-page="scholarship"] .fav-clear:hover {
  color: #ef4444;
  background: rgba(254, 242, 242, 0.5);
}
body.simple-shell[data-page="scholarship"] .fav-clear.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
body.simple-shell[data-page="scholarship"] .aside-title {
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid rgba(229, 231, 235, 0.5);
  padding-bottom: 8px;
  margin-bottom: 12px;
}
body.simple-shell[data-page="scholarship"] .aside-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(243, 244, 246, 0.8);
}
body.simple-shell[data-page="scholarship"] .aside-list li:last-child { border-bottom: none; }
body.simple-shell[data-page="scholarship"] .aside-list a {
  font-weight: 600;
  color: var(--color-text-main);
  display: block;
  line-height: 1.4;
}
body.simple-shell[data-page="scholarship"] .aside-list a:hover { color: var(--color-action); }

body.simple-shell[data-page="scholarship"] button.tag {
  appearance: none;
  font: inherit;
  cursor: pointer;
}
body.simple-shell[data-page="scholarship"] .tag.is-placeholder {
  visibility: hidden;
  pointer-events: none;
}
body.simple-shell[data-page="scholarship"] .source-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
body.simple-shell[data-page="scholarship"] .source-actions .tag {
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px;
}

body.simple-shell[data-page="scholarship"].is-file-preview-open { overflow: hidden; }
body.simple-shell[data-page="scholarship"] .file-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}
body.simple-shell[data-page="scholarship"] .file-preview-modal.is-open { display: block; }
body.simple-shell[data-page="scholarship"] .file-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
}
body.simple-shell[data-page="scholarship"] .file-preview-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(980px, calc(100vw - 32px));
  height: min(88vh, 800px);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.simple-shell[data-page="scholarship"] .file-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
body.simple-shell[data-page="scholarship"] .file-preview-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-text-main);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.simple-shell[data-page="scholarship"] .file-preview-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
body.simple-shell[data-page="scholarship"] .file-preview-body {
  flex: 1;
  background: #f1f5f9;
  position: relative;
}
body.simple-shell[data-page="scholarship"] .file-preview-frame{
  width:100%;
  height:100%;
  border:0;
  display:block;
  background:#000;
}
body.simple-shell[data-page="scholarship"] .file-preview-media{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  box-sizing:border-box;
}
body.simple-shell[data-page="scholarship"] .file-preview-media img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:10px;
  background:#000;
}
body.simple-shell[data-page="scholarship"] .file-preview-text{
  margin:0;
  padding:12px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  overflow:auto;
  color:#e5e7eb;
  background:#0b1220;
  font-size:12px;
  line-height:1.5;
  white-space:pre-wrap;
  word-break:break-word;
}
body.simple-shell[data-page="scholarship"] .file-preview-fallback{
  padding:14px;
  color:#e5e7eb;
  font-size:13px;
}
