    .intel-meta {
      color: #5f7b9b;
      font-size: 0.8rem;
      line-height: 1.6;
      margin-bottom: 0.62rem;
    }

    .intel-control-card {
      margin-bottom: 0.68rem;
    }

    .intel-toolbar {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 0.7rem;
      flex-wrap: wrap;
    }

    .intel-form {
      flex: 1;
      min-width: min(560px, 100%);
      display: grid;
      gap: 0.34rem;
    }

    .intel-form label {
      color: #355475;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.03em;
    }

    .intel-input-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 0.42rem;
    }

    .intel-input-row input {
      width: 100%;
      border: 1px solid rgba(212, 227, 245, 0.96);
      background: rgba(255, 255, 255, 0.92);
      border-radius: 11px;
      padding: 0.62rem 0.7rem;
      color: #244666;
      font-size: 0.88rem;
      font-family: var(--body-font);
    }

    .intel-input-row input:focus {
      outline: 2px solid rgba(71, 145, 241, 0.25);
      outline-offset: 1px;
    }

    .intel-input-row button,
    .intel-sync-btn {
      border: 1px solid rgba(182, 213, 247, 0.95);
      background: linear-gradient(136deg, rgba(101, 162, 239, 0.22), rgba(43, 201, 172, 0.2));
      color: #1d4367;
      border-radius: 11px;
      padding: 0.58rem 0.72rem;
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: 0.03em;
      cursor: pointer;
      white-space: nowrap;
    }

    .intel-input-row button:hover,
    .intel-sync-btn:hover {
      border-color: rgba(82, 152, 230, 0.7);
      background: linear-gradient(136deg, rgba(88, 154, 239, 0.3), rgba(38, 194, 165, 0.28));
    }

    .intel-input-row button:disabled,
    .intel-sync-btn:disabled {
      cursor: not-allowed;
      opacity: 0.5;
      filter: saturate(0.6);
    }

    .intel-auth-bar {
      margin-top: 0.5rem;
      border: 1px solid rgba(187, 217, 246, 0.85);
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(248, 252, 255, 0.95), rgba(234, 245, 255, 0.9));
      padding: 0.5rem 0.58rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0.46rem;
    }

    .intel-auth-status {
      color: #325a84;
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1.45;
    }

    .intel-auth-status.is-error {
      color: #b34332;
    }

    .intel-auth-actions {
      display: inline-flex;
      align-items: center;
      gap: 0.42rem;
      flex-wrap: wrap;
    }

    .intel-auth-btn {
      border: 1px solid rgba(178, 210, 242, 0.95);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.94);
      color: #214d79;
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.02em;
      padding: 0.34rem 0.64rem;
      cursor: pointer;
    }

    .intel-auth-btn:hover {
      border-color: rgba(102, 166, 231, 0.9);
    }

    .intel-auth-btn.is-logout {
      border-color: rgba(234, 198, 198, 0.9);
      color: #9d3b3b;
      background: rgba(255, 244, 244, 0.94);
    }

    .intel-action-msg {
      margin-top: 0.5rem;
      color: #5f7b9b;
      font-size: 0.76rem;
      line-height: 1.55;
    }

    .intel-action-msg.is-error {
      color: #b34332;
    }

    .intel-action-msg.is-ok {
      color: #167e5b;
    }

    .intel-digest-wrap {
      margin-top: 0.68rem;
    }

    .intel-conclusion {
      margin-top: 0.44rem;
      color: #4f6785;
      line-height: 1.68;
      font-size: 0.9rem;
    }

    .intel-note {
      margin-top: 0.52rem;
      color: #5f7b9b;
      font-size: 0.79rem;
      line-height: 1.56;
    }

    .intel-masterline-card {
      margin-top: 0.72rem;
    }

    .intel-masterline-head {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 0.6rem;
      flex-wrap: wrap;
    }

    .intel-masterline-hint {
      color: #6b86a6;
      font-size: 0.74rem;
      font-weight: 700;
      line-height: 1.4;
    }

    #intel-master-today-date {
      margin-left: 0.36rem;
      color: #2f6ba1;
      font-weight: 900;
    }

    .intel-masterline-rail {
      margin-top: 0.56rem;
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(132px, 156px);
      gap: 0.5rem;
      overflow-x: auto;
      padding: 0.18rem 0.12rem 0.18rem 0.12rem;
      scrollbar-width: thin;
      position: relative;
    }

    .intel-masterline-rail::before {
      content: "";
      position: absolute;
      left: 0.12rem;
      right: 0.12rem;
      top: 1.74rem;
      height: 2px;
      background: linear-gradient(90deg, rgba(126, 170, 224, 0.35), rgba(54, 152, 219, 0.72), rgba(57, 197, 169, 0.66));
      border-radius: 999px;
      pointer-events: none;
    }

    .intel-masterline-chip {
      border: 1px solid rgba(198, 220, 247, 0.95);
      border-radius: 12px;
      background: linear-gradient(156deg, rgba(255, 255, 255, 0.94), rgba(244, 252, 255, 0.86));
      padding: 0.36rem 0.46rem 0.38rem;
      color: #1f456b;
      font-size: 0.66rem;
      font-weight: 700;
      line-height: 1.35;
      min-height: 58px;
      text-align: left;
      cursor: pointer;
      position: relative;
      z-index: 1;
      transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
    }

    .intel-masterline-chip:hover {
      transform: translateY(-2px);
      border-color: rgba(95, 157, 229, 0.7);
      box-shadow: 0 8px 16px rgba(74, 123, 173, 0.17);
    }

    .intel-masterline-chip::before {
      content: "";
      position: absolute;
      left: 10px;
      top: 1.44rem;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #6b99c8;
      box-shadow: 0 0 0 3px rgba(107, 153, 200, 0.2);
    }

    .intel-masterline-date {
      display: block;
      color: #1e4f7c;
      font-weight: 900;
      font-size: 0.72rem;
      letter-spacing: 0.01em;
      margin-left: 15px;
    }

    .intel-masterline-date-row {
      display: inline-flex;
      align-items: center;
      gap: 0.24rem;
    }

    .intel-masterline-today {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 1px solid rgba(54, 152, 219, 0.45);
      background: rgba(56, 157, 224, 0.16);
      color: #1f6ea8;
      font-size: 0.55rem;
      font-weight: 900;
      line-height: 1;
      padding: 0.12rem 0.28rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }

    .intel-masterline-topic {
      display: block;
      margin-top: 0.14rem;
      margin-left: 15px;
      color: #2f5d89;
      font-size: 0.64rem;
      font-weight: 800;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }

    .intel-masterline-chip.is-active {
      border-color: rgba(93, 155, 230, 0.72);
      color: #245784;
      background: linear-gradient(130deg, rgba(224, 240, 255, 0.97), rgba(228, 255, 246, 0.94));
      box-shadow: 0 11px 20px rgba(73, 116, 162, 0.22);
      transform: translateY(-2px);
    }

    .intel-masterline-chip.is-active .intel-masterline-date,
    .intel-masterline-chip.is-active .intel-masterline-topic {
      color: #163f67;
    }

    .intel-masterline-chip.is-active::before {
      background: #2f7df7;
      box-shadow: 0 0 0 4px rgba(47, 125, 247, 0.2);
    }

    .intel-masterline-stage {
      margin-top: 0.56rem;
      border: 1px solid rgba(184, 214, 245, 0.94);
      border-radius: 16px;
      background: linear-gradient(155deg, rgba(255, 255, 255, 0.9), rgba(244, 252, 255, 0.78));
      box-shadow: 0 16px 28px rgba(52, 88, 130, 0.17);
      padding: 0;
      user-select: none;
      overflow: hidden;
      position: relative;
      touch-action: pan-y;
      --intel-master-drag: 0px;
      min-height: 520px;
      cursor: grab;
    }

    .intel-masterline-stage.is-dragging {
      cursor: grabbing;
    }

    .intel-masterline-stage.is-dragging .intel-master-track:not(.is-single) {
      transition: none;
      transform: translate3d(calc(-33.333% + var(--intel-master-drag)), 0, 0);
    }

    .intel-master-track {
      width: 300%;
      display: flex;
      transform: translate3d(-33.333%, 0, 0);
      transition: transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1);
      will-change: transform;
    }

    .intel-master-track.is-single {
      width: 100%;
      transform: translate3d(0, 0, 0);
      transition: none;
    }

    .intel-masterline-stage.is-animating.dir-next .intel-master-track:not(.is-single) {
      transform: translate3d(-66.666%, 0, 0);
    }

    .intel-masterline-stage.is-animating.dir-prev .intel-master-track:not(.is-single) {
      transform: translate3d(0, 0, 0);
    }

    .intel-master-slide {
      flex: 0 0 33.333%;
      padding: 0;
      opacity: 1;
      transform: scale(0.94);
      filter: none;
      transition: transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1);
      pointer-events: none;
    }

    .intel-master-slide.is-active {
      opacity: 1;
      transform: scale(1);
      filter: none;
      pointer-events: auto;
    }

    .intel-master-track.is-single .intel-master-slide {
      flex: 1 1 auto;
      opacity: 1;
      transform: none;
      filter: none;
      pointer-events: auto;
      padding: 0;
    }

    .intel-master-slide.is-preview {
      cursor: pointer;
      opacity: 1;
    }

    .intel-master-slide.is-preview .intel-master-card::before {
      opacity: 0.9;
    }

    .intel-master-slide.is-preview .intel-master-card {
      min-height: 520px;
    }

    .intel-master-slide.is-preview .intel-actions,
    .intel-master-slide.is-preview .intel-source-link {
      visibility: hidden;
      pointer-events: none;
    }

    .intel-masterline-empty {
      color: #6784a6;
      font-size: 0.84rem;
      line-height: 1.6;
      padding: 1rem 0.8rem;
    }

    .intel-master-card {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 520px;
      padding: 1.1rem 1rem;
      position: relative;
      overflow: hidden;
      isolation: isolate;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    .intel-master-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(9, 18, 31, 0.02) 0%, rgba(6, 17, 30, 0.12) 48%, rgba(6, 15, 27, 0.42) 100%),
        radial-gradient(90% 65% at 100% 0%, rgba(58, 152, 239, 0.16), rgba(58, 152, 239, 0) 70%);
      z-index: -1;
    }

    .intel-master-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.4rem;
      border: 1px solid rgba(179, 205, 235, 0.22);
      border-radius: 12px;
      padding: 0.34rem 0.48rem;
      background: rgba(10, 26, 45, 0.34);
      flex-wrap: wrap;
      backdrop-filter: blur(2px);
    }

    .intel-master-kicker {
      color: #e1efff;
      font-size: 0.77rem;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .intel-master-when {
      color: #bdd8f7;
      font-size: 0.74rem;
      font-weight: 800;
    }

    .intel-master-media {
      display: none;
    }

    .intel-master-title {
      margin-top: 0.7rem;
      color: #f7fbff;
      font-size: clamp(1.18rem, 2.2vw, 1.7rem);
      font-weight: 900;
      line-height: 1.28;
      letter-spacing: -0.01em;
      text-shadow: 0 2px 12px rgba(3, 11, 22, 0.6);
    }

    .intel-master-title-row {
      margin-top: 0.64rem;
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 0.56rem;
    }

    .intel-master-toggle {
      border: 1px solid rgba(185, 210, 238, 0.36);
      border-radius: 999px;
      background: rgba(9, 21, 38, 0.5);
      color: #dcedff;
      font-size: 0.68rem;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
      padding: 0.26rem 0.5rem;
      cursor: pointer;
      margin-top: 0.12rem;
      flex-shrink: 0;
    }

    .intel-master-toggle:hover {
      border-color: rgba(127, 173, 224, 0.66);
      color: #ffffff;
    }

    .intel-master-summary {
      margin-top: 0.35rem;
      color: #ffffff !important;
      font-weight: 800;
      font-size: 0.93rem;
      line-height: 1.63;
      text-shadow: 0 2px 14px rgba(3, 10, 20, 0.86);
      background: rgba(6, 18, 32, 0.44);
      border: 1px solid rgba(160, 198, 235, 0.38);
      border-radius: 10px;
      padding: 0.26rem 0.46rem;
      width: fit-content;
      max-width: 100%;
    }

    .intel-event-facts {
      display: grid;
      gap: 0.24rem;
      margin-top: 0.34rem;
    }

    .intel-event-fact {
      display: flex;
      align-items: baseline;
      gap: 0.34rem;
      line-height: 1.5;
      font-size: 0.84rem;
    }

    .intel-event-fact-label {
      flex: 0 0 auto;
      font-weight: 900;
      letter-spacing: 0.01em;
    }

    .intel-event-fact-value {
      min-width: 0;
      font-weight: 700;
      word-break: break-word;
    }

    .intel-master-card .intel-event-fact-label {
      color: #9dd8ff;
      text-shadow: 0 1px 8px rgba(4, 13, 24, 0.58);
    }

    .intel-master-card .intel-event-fact-value {
      color: #ffffff;
      text-shadow: 0 1px 8px rgba(4, 13, 24, 0.58);
    }

    .intel-master-footer {
      margin-top: 0.36rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
      flex-wrap: wrap;
      border-top: 1px solid rgba(176, 205, 236, 0.18);
      padding-top: 0.34rem;
    }

    .intel-master-slide.is-preview .intel-master-toggle {
      display: none;
    }

    .intel-master-index {
      color: #d5e9ff;
      font-size: 0.74rem;
      font-weight: 800;
    }

    .intel-section-item {
      display: inline;
    }

    .intel-section-item a {
      color: #2d5f93;
      font-weight: 700;
      text-decoration: none;
    }

    .intel-section-item a:hover {
      text-decoration: underline;
    }

    .intel-agenda-grid {
      margin-top: 0.68rem;
    }

    .intel-agenda-list {
      list-style: none;
      margin-top: 0.48rem;
      display: grid;
      gap: 0.42rem;
    }

    .intel-agenda-item {
      border: 1px solid rgba(214, 231, 248, 0.95);
      border-radius: 11px;
      background: rgba(255, 255, 255, 0.84);
      padding: 0.42rem 0.5rem;
      display: grid;
      gap: 0.16rem;
    }

    .intel-agenda-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.4rem;
    }

    .intel-agenda-label {
      color: #2c5b89;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.03em;
    }

    .intel-agenda-label.is-high {
      color: #9d3124;
    }

    .intel-agenda-label.is-medium {
      color: #9a6a11;
    }

    .intel-agenda-headline {
      color: #234a71;
      font-size: 0.83rem;
      font-weight: 800;
      line-height: 1.45;
      text-decoration: none;
    }

    .intel-agenda-headline:hover {
      text-decoration: underline;
    }

    .intel-agenda-point {
      color: #557594;
      font-size: 0.77rem;
      line-height: 1.5;
    }

    .intel-agenda-meta {
      color: #6986a6;
      font-size: 0.7rem;
      font-weight: 700;
    }

    .intel-template-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.44rem;
    }

    .intel-template-item {
      border: 1px solid rgba(212, 229, 248, 0.94);
      border-radius: 11px;
      background: rgba(255, 255, 255, 0.84);
      padding: 0.48rem 0.56rem;
      display: grid;
      gap: 0.2rem;
    }

    .intel-template-name {
      color: #2a547f;
      font-size: 0.76rem;
      font-weight: 800;
    }

    .intel-template-for {
      color: #557694;
      font-size: 0.72rem;
      line-height: 1.45;
    }

    .pokemon-news-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.52rem;
      flex-wrap: wrap;
    }

    .pokemon-news-grid {
      margin-top: 0.52rem;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.56rem;
    }

    .pokemon-news-card {
      border: 1px solid rgba(207, 226, 246, 0.92);
      border-radius: 14px;
      background: linear-gradient(152deg, rgba(255, 255, 255, 0.9), rgba(244, 251, 255, 0.78));
      box-shadow: 0 10px 22px rgba(62, 93, 130, 0.11);
      padding: 0.62rem 0.68rem;
      display: grid;
      gap: 0.36rem;
      min-height: 190px;
    }

    .pokemon-news-card[data-pokemon-news-index] {
      cursor: pointer;
      transition: transform 180ms cubic-bezier(0.2, 0.75, 0.24, 1), box-shadow 180ms ease, border-color 180ms ease;
    }

    .pokemon-news-card[data-pokemon-news-index]:hover {
      transform: translateY(-2px);
      border-color: rgba(90, 150, 223, 0.72);
      box-shadow: 0 14px 24px rgba(58, 92, 129, 0.16);
    }

    .pokemon-news-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0.28rem;
    }

    .pokemon-news-source {
      color: #2f5f8f;
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .pokemon-news-date {
      color: #6485a8;
      font-size: 0.7rem;
      font-weight: 700;
    }

    .pokemon-news-title {
      color: #224665;
      font-size: 0.93rem;
      line-height: 1.45;
      font-weight: 900;
      text-decoration: none;
    }

    .pokemon-news-title:hover {
      text-decoration: underline;
      color: #184f84;
    }

    .pokemon-news-summary {
      color: #2e577d;
      font-size: 0.82rem;
      line-height: 1.6;
    }

    .pokemon-news-points {
      list-style: none;
      display: grid;
      gap: 0.24rem;
      margin-top: 0.06rem;
    }

    .pokemon-news-points li {
      color: #4b6a89;
      font-size: 0.77rem;
      line-height: 1.5;
      padding-left: 0.8rem;
      position: relative;
    }

    .pokemon-news-points li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.54em;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: linear-gradient(140deg, #2f79f6, #2ec9ab);
      box-shadow: 0 0 8px rgba(45, 143, 255, 0.35);
    }

    .pokemon-news-link {
      margin-top: auto;
      color: #2a5a91;
      font-size: 0.75rem;
      font-weight: 800;
      text-decoration: none;
      width: fit-content;
    }

    .pokemon-news-link:hover {
      color: #17497d;
      text-decoration: underline;
    }

    .intel-grid {
      margin-top: 0.72rem;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.66rem;
    }

    .intel-card {
      border: 1px solid rgba(223, 237, 252, 0.95);
      border-radius: 16px;
      background: linear-gradient(150deg, rgba(255, 255, 255, 0.85), rgba(245, 252, 255, 0.68));
      box-shadow: 0 11px 24px rgba(64, 96, 136, 0.11);
      padding: 0.82rem;
      display: flex;
      flex-direction: column;
      align-content: flex-start;
      gap: 0.44rem;
      min-height: 0;
      cursor: pointer;
    }

    .intel-card.layout-poster {
      min-height: 0;
      background:
        radial-gradient(80% 58% at 100% 0%, rgba(105, 157, 245, 0.22), rgba(105, 157, 245, 0) 75%),
        radial-gradient(60% 60% at -10% 100%, rgba(42, 201, 170, 0.2), rgba(42, 201, 170, 0) 76%),
        linear-gradient(153deg, rgba(255, 255, 255, 0.88), rgba(243, 251, 255, 0.78));
      border-color: rgba(170, 216, 252, 0.95);
      overflow: hidden;
    }

    .intel-card.layout-data {
      border-color: rgba(186, 222, 230, 0.95);
      background: linear-gradient(156deg, rgba(248, 255, 252, 0.88), rgba(240, 253, 250, 0.74));
    }

    .intel-card.layout-timeline {
      border-color: rgba(226, 228, 250, 0.95);
      background: linear-gradient(156deg, rgba(251, 252, 255, 0.88), rgba(243, 246, 255, 0.74));
    }

    .intel-kicker {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 0.3rem;
      padding: 0.2rem 0.44rem;
      border-radius: 999px;
      border: 1px solid rgba(203, 228, 250, 0.94);
      color: #396082;
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.82);
    }

    .intel-title {
      color: #234565;
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.42;
      letter-spacing: -0.01em;
    }

    .intel-card.layout-poster .intel-title {
      font-size: clamp(1.08rem, 2vw, 1.34rem);
      line-height: 1.34;
      max-width: 90ch;
    }

    .intel-keyline {
      margin-top: 0.06rem;
      padding: 0.3rem 0.42rem;
      border-radius: 10px;
      border: 1px solid rgba(177, 212, 245, 0.9);
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(238, 248, 255, 0.86));
      color: #234d79;
      font-size: 0.79rem;
      font-weight: 800;
      line-height: 1.52;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
    }

    .intel-cover {
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(193, 220, 244, 0.92);
      background: rgba(245, 252, 255, 0.82);
      line-height: 0;
      flex: none;
    }

    .intel-cover img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: cover;
      display: block;
    }

    .intel-card.layout-poster .intel-cover {
      aspect-ratio: 16 / 9;
    }

    .intel-card.layout-poster .intel-cover img {
      width: 100%;
      height: 100%;
      max-height: none;
      object-fit: cover;
    }

    .intel-poster-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.6rem;
      flex-wrap: wrap;
      padding: 0.46rem 0.56rem;
      border: 1px solid rgba(190, 224, 249, 0.95);
      border-radius: 12px;
      background: linear-gradient(118deg, rgba(255, 255, 255, 0.85), rgba(243, 251, 255, 0.9));
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    }

    .intel-poster-date {
      color: #2d5f8d;
      font-size: 0.76rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-weight: 800;
    }

    .intel-poster-glow {
      margin-top: 0.18rem;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(95deg, rgba(67, 154, 240, 0.8), rgba(37, 201, 170, 0.7), rgba(120, 145, 255, 0.65));
      box-shadow: 0 0 18px rgba(83, 172, 245, 0.33);
    }

    .intel-summary {
      color: #345677;
      font-size: 0.87rem;
      line-height: 1.62;
      text-shadow: none;
    }

    .intel-bullets {
      list-style: none;
      display: grid;
      gap: 0.28rem;
      margin-top: 0.08rem;
    }

    .intel-card .intel-event-fact-label {
      color: #1f4f7c;
    }

    .intel-card .intel-event-fact-value {
      color: #294d70;
    }

    .intel-bullets li {
      color: #4e6683;
      font-size: 0.82rem;
      line-height: 1.55;
      padding-left: 0.84rem;
      position: relative;
    }

    .intel-bullets li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.58em;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: linear-gradient(140deg, #2f79f6, #2ec9ab);
      box-shadow: 0 0 8px rgba(45, 143, 255, 0.35);
    }

    .intel-footer {
      margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.4rem;
      flex-wrap: wrap;
    }

    .intel-tags {
      display: flex;
      gap: 0.28rem;
      flex-wrap: wrap;
    }

    .intel-tag {
      padding: 0.16rem 0.38rem;
      border-radius: 999px;
      border: 1px solid rgba(213, 227, 244, 0.95);
      color: #4b6789;
      font-size: 0.66rem;
      font-weight: 700;
      background: rgba(255, 255, 255, 0.9);
    }

    .intel-time {
      color: #6682a2;
      font-size: 0.74rem;
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    .intel-actions {
      display: inline-flex;
      align-items: center;
      gap: 0.32rem;
      flex-wrap: wrap;
    }

    .intel-pick-btn {
      border: 1px solid rgba(196, 220, 246, 0.95);
      background: rgba(255, 255, 255, 0.9);
      color: #335a83;
      border-radius: 8px;
      padding: 0.2rem 0.42rem;
      font-size: 0.7rem;
      font-weight: 800;
      cursor: pointer;
    }

    .intel-pick-btn:hover {
      border-color: rgba(86, 146, 221, 0.68);
    }

    .intel-pick-btn.is-picked {
      border-color: rgba(42, 170, 126, 0.65);
      color: #1a7d59;
      background: rgba(235, 255, 245, 0.9);
    }

    .intel-source-link {
      text-decoration: none;
      color: #2a5a91;
      font-size: 0.76rem;
      font-weight: 800;
    }

    .intel-source-link:hover {
      color: #17497d;
      text-decoration: underline;
    }

    .intel-source-raw {
      display: block;
      width: 100%;
      margin-top: 0.28rem;
      padding-top: 0.26rem;
      border-top: 1px dashed rgba(176, 205, 236, 0.34);
      font-size: 0.72rem;
      font-weight: 700;
      line-height: 1.48;
      word-break: break-all;
      text-decoration: none;
    }

    .intel-master-card .intel-source-raw {
      color: #dcedff;
      text-shadow: 0 1px 8px rgba(4, 13, 24, 0.6);
    }

    .intel-master-card .intel-source-raw:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .intel-card .intel-source-raw {
      color: #2d5f93;
    }

    .intel-card .intel-source-raw:hover {
      color: #17497d;
      text-decoration: underline;
    }

    .intel-detail-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      display: none;
      align-items: center;
      justify-content: center;
      padding: clamp(0.75rem, 2vw, 1.2rem);
      background: rgba(17, 33, 53, 0.32);
      backdrop-filter: blur(6px);
    }

    .intel-detail-modal.is-open {
      display: flex;
    }

    .intel-auth-modal {
      position: fixed;
      inset: 0;
      z-index: 125;
      display: none;
      align-items: center;
      justify-content: center;
      padding: clamp(0.75rem, 2vw, 1.2rem);
      background: rgba(16, 31, 50, 0.35);
      backdrop-filter: blur(6px);
    }

    .intel-auth-modal.is-open {
      display: flex;
    }

    .intel-auth-dialog {
      width: min(520px, 100%);
      border: 1px solid rgba(181, 212, 243, 0.9);
      border-radius: 16px;
      background: linear-gradient(160deg, rgba(255, 255, 255, 0.99), rgba(241, 249, 255, 0.97));
      box-shadow: 0 26px 48px rgba(16, 37, 60, 0.22);
      padding: 1rem 0.96rem 0.92rem;
      position: relative;
      color: #1f4060;
    }

    .intel-auth-title {
      font-size: 1rem;
      font-weight: 900;
      letter-spacing: 0.02em;
      color: #214d77;
    }

    .intel-auth-sub {
      margin-top: 0.28rem;
      color: #5d7fa2;
      font-size: 0.76rem;
      line-height: 1.5;
    }

    .intel-auth-form {
      margin-top: 0.62rem;
      display: grid;
      gap: 0.52rem;
    }

    .intel-auth-field {
      display: grid;
      gap: 0.26rem;
    }

    .intel-auth-field label {
      color: #335d86;
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .intel-auth-field input,
    .intel-auth-field select,
    .intel-auth-field textarea {
      border: 1px solid rgba(186, 217, 247, 0.95);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.95);
      color: #22496d;
      font-size: 0.86rem;
      padding: 0.56rem 0.62rem;
      font-family: var(--body-font);
    }

    .intel-auth-field textarea {
      min-height: 112px;
      resize: vertical;
      line-height: 1.55;
    }

    .intel-auth-field input:focus,
    .intel-auth-field select:focus,
    .intel-auth-field textarea:focus {
      outline: 2px solid rgba(71, 145, 241, 0.26);
      outline-offset: 1px;
    }

    .intel-auth-form-actions {
      margin-top: 0.2rem;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0.42rem;
    }

    .intel-admin-monitor {
      margin-top: 0.72rem;
      padding-top: 0.72rem;
      border-top: 1px solid rgba(190, 219, 247, 0.82);
      display: grid;
      gap: 0.56rem;
    }

    .intel-admin-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.42rem;
      flex-wrap: wrap;
    }

    .intel-admin-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.48rem;
    }

    #intel-admin-modal .intel-auth-dialog {
      width: min(900px, 100%);
      max-height: min(86vh, 900px);
      overflow: auto;
    }

    .intel-admin-card {
      border: 1px solid rgba(183, 214, 242, 0.84);
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(237, 247, 255, 0.92));
      padding: 0.52rem 0.58rem;
      display: grid;
      gap: 0.22rem;
    }

    .intel-admin-label {
      font-size: 0.72rem;
      font-weight: 800;
      color: #3d6187;
      letter-spacing: 0.02em;
    }

    .intel-admin-value {
      font-size: 0.88rem;
      font-weight: 900;
      color: #1f4873;
      line-height: 1.2;
    }

    .intel-admin-meta {
      font-size: 0.72rem;
      color: #5e7ea2;
      line-height: 1.35;
      word-break: break-word;
    }

    .intel-admin-list-wrap {
      display: grid;
      gap: 0.3rem;
    }

    .intel-admin-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.28rem;
    }

    .intel-admin-list li {
      border: 1px solid rgba(190, 219, 247, 0.72);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.9);
      padding: 0.42rem 0.5rem;
      font-size: 0.73rem;
      color: #335a82;
      line-height: 1.4;
    }

    .intel-admin-actions-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.42rem;
      border: 1px solid rgba(190, 219, 247, 0.72);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.82);
      padding: 0.5rem;
    }

    .intel-admin-actions-copy {
      color: #4c7199;
      font-size: 0.73rem;
      line-height: 1.45;
    }

    @media (max-width: 820px) {
      .intel-admin-grid {
        grid-template-columns: 1fr;
      }
    }

    .intel-detail-dialog {
      width: min(1080px, 100%);
      max-height: min(92vh, 960px);
      overflow: auto;
      border: 1px solid rgba(178, 209, 239, 0.92);
      border-radius: 16px;
      background: linear-gradient(156deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.98));
      box-shadow:
        0 32px 56px rgba(14, 34, 56, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.6) inset;
      color: #1f3e5c;
      position: relative;
    }

    .intel-detail-content {
      display: grid;
      align-content: start;
      grid-auto-rows: max-content;
      gap: 0.68rem;
      padding: 2.1rem 1rem 1rem;
    }

    .intel-detail-grid {
      display: grid;
      gap: 0.62rem;
    }

    @media (min-width: 980px) {
      .intel-detail-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        align-items: start;
      }
    }

    .intel-detail-section {
      border: 1px solid rgba(180, 212, 241, 0.8);
      border-radius: 12px;
      background: linear-gradient(130deg, rgba(255, 255, 255, 0.96), rgba(236, 246, 255, 0.9));
      padding: 0.62rem 0.68rem;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
      display: grid;
      gap: 0.34rem;
    }

    .intel-detail-close {
      position: absolute;
      top: 0.66rem;
      right: 0.66rem;
      border: 1px solid rgba(180, 211, 241, 0.92);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.95);
      color: #2a5a88;
      font-size: 0.75rem;
      font-weight: 900;
      letter-spacing: 0.02em;
      padding: 0.3rem 0.6rem;
      cursor: pointer;
      z-index: 2;
    }

    .intel-detail-close:hover {
      color: #113f70;
      border-color: rgba(117, 181, 242, 0.95);
    }

    .intel-detail-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0.4rem;
      border: 1px solid rgba(183, 216, 245, 0.7);
      border-radius: 12px;
      padding: 0.5rem 0.58rem;
      background: linear-gradient(120deg, rgba(236, 246, 255, 0.95), rgba(224, 240, 252, 0.9));
    }

    .intel-detail-kicker {
      color: #2b5f90;
      font-size: 0.75rem;
      font-weight: 900;
      letter-spacing: 0.03em;
    }

    .intel-detail-time {
      color: #5f82a4;
      font-size: 0.72rem;
      font-weight: 800;
    }

    .intel-detail-cover {
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(179, 211, 240, 0.8);
      background: linear-gradient(145deg, rgba(238, 247, 255, 0.92), rgba(225, 240, 251, 0.92));
      min-height: 0;
      display: grid;
      place-items: center;
    }

    .intel-detail-cover img {
      width: 100%;
      height: auto;
      display: block;
      max-height: min(64vh, 620px);
      object-fit: contain;
      background: rgba(235, 245, 255, 0.55);
    }

    .intel-detail-cover-empty {
      color: #5b7fa1;
      font-size: 0.84rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      padding: 1rem;
    }

    .intel-detail-title {
      color: #133f69;
      font-size: clamp(1.14rem, 2.3vw, 1.52rem);
      line-height: 1.38;
      font-weight: 900;
      margin-top: 0.08rem;
    }

    .intel-detail-glance {
      color: #2d557b;
      font-size: 0.93rem;
      line-height: 1.62;
      border-left: 3px solid rgba(87, 167, 241, 0.85);
      padding-left: 0.58rem;
      margin-top: 0.04rem;
    }

    .intel-detail-block-title {
      color: #3f6b92;
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.05em;
      margin-top: 0.24rem;
    }

    .intel-detail-section .intel-detail-block-title {
      margin-top: 0;
    }

    .intel-detail-list {
      list-style: none;
      display: grid;
      gap: 0.36rem;
      margin-top: 0.34rem;
    }

    .intel-detail-list li {
      color: #244b71;
      font-size: 0.88rem;
      line-height: 1.58;
      padding-left: 0.9rem;
      position: relative;
    }

    .intel-detail-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.56em;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: linear-gradient(140deg, #53a5ff, #2ec9ab);
      box-shadow: 0 0 7px rgba(79, 162, 245, 0.32);
    }

    .intel-detail-dialog .intel-summary {
      color: #355d84;
      text-shadow: none;
      margin-top: 0.1rem;
    }

    .intel-detail-facts .intel-event-fact-label {
      color: #2e6ba1;
      text-shadow: none;
    }

    .intel-detail-facts .intel-event-fact-value {
      color: #1f4f78;
      text-shadow: none;
    }

    .intel-detail-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.34rem;
      margin-top: 0.36rem;
    }

    .intel-detail-tag {
      border: 1px solid rgba(173, 205, 234, 0.8);
      border-radius: 999px;
      background: rgba(236, 246, 255, 0.96);
      color: #3b678f;
      font-size: 0.68rem;
      font-weight: 800;
      padding: 0.18rem 0.44rem;
    }

    .intel-alpha-slots {
      margin-top: 0.34rem;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.42rem;
    }

    .intel-alpha-slot {
      border: 1px solid rgba(172, 205, 234, 0.82);
      border-radius: 10px;
      background: linear-gradient(140deg, rgba(250, 254, 255, 0.96), rgba(233, 244, 255, 0.9));
      padding: 0.4rem 0.46rem;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
      display: grid;
      gap: 0.2rem;
    }

    .intel-alpha-slot-label {
      color: #3f6d95;
      font-size: 0.64rem;
      font-weight: 900;
      letter-spacing: 0.04em;
    }

    .intel-alpha-slot-value {
      color: #194a74;
      font-size: 0.81rem;
      font-weight: 800;
      line-height: 1.48;
    }

    .intel-detail-source {
      margin-top: 0.46rem;
      padding-top: 0.48rem;
      border-top: 1px solid rgba(176, 207, 235, 0.68);
      display: grid;
      gap: 0.16rem;
    }

    .intel-detail-source .intel-detail-block-title {
      margin-top: 0;
    }

    .intel-detail-source a {
      color: #21639b;
      font-size: 0.86rem;
      font-weight: 800;
      word-break: break-all;
      text-decoration: none;
    }

    .intel-detail-source a:hover {
      color: #124c7d;
      text-decoration: underline;
    }

    body.intel-modal-open {
      overflow: hidden;
    }

    .official-links {
      margin-top: 0.36rem;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.46rem;
    }

    .official-link {
      display: grid;
      place-items: center;
      gap: 0.28rem;
      text-decoration: none;
      border: 1px solid rgba(226, 238, 252, 0.96);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.9);
      min-height: 76px;
      color: #2a4768;
      transition: transform 180ms cubic-bezier(0.2, 0.75, 0.24, 1), box-shadow 180ms ease, border-color 180ms ease;
    }

    .official-link iconify-icon {
      font-size: 1.28rem;
      color: #2f7ddd;
    }

    .official-link .label {
      font-size: 0.76rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .official-link:hover,
    .official-link:focus-visible {
      transform: translateY(-2px);
      border-color: rgba(89, 151, 226, 0.52);
      box-shadow: 0 10px 20px rgba(62, 95, 136, 0.16);
      outline: none;
    }

    .roadmap {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.64rem;
    }

    .road-item {
      border: 1px solid rgba(255, 255, 255, 0.88);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.7);
      padding: 0.7rem;
      box-shadow: 0 10px 24px rgba(72, 101, 139, 0.08);
    }

    .road-item time {
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #6582a3;
      font-weight: 700;
    }

    .road-item h4 {
      margin-top: 0.28rem;
      color: #284566;
      font-size: 0.93rem;
      font-weight: 800;
      line-height: 1.4;
    }

    .road-item p {
      margin-top: 0.25rem;
      color: #557191;
      font-size: 0.83rem;
      line-height: 1.6;
    }

    :is(.card, .step, .tool, .road-item, .limited-stage, .sbt-group, .sbt-item) {
      transition:
        transform 220ms cubic-bezier(0.2, 0.75, 0.24, 1),
        box-shadow 220ms ease,
        border-color 220ms ease,
        background 220ms ease;
      will-change: transform, box-shadow;
    }

    @media (hover: hover) {
