/*
 * 问卜宽屏工作台。
 * 只重排 1180px 以上、具备精确指针的桌面页面；移动端继续使用原有布局。
 */

.oracle-desktop-ritual-copy,
.dream-desktop-intro,
.oracle-cast-desktop-guide {
  display: none;
}

@media (min-width: 1180px) {
  :root {
    --oracle-pc-width: min(calc(100% - 72px), 1380px);
    --oracle-pc-ink: #26231f;
    --oracle-pc-muted: #756d62;
    --oracle-pc-paper: rgba(255, 253, 248, 0.88);
    --oracle-pc-paper-solid: #fffdf8;
    --oracle-pc-paper-deep: #f4ede2;
    --oracle-pc-line: rgba(105, 81, 50, 0.2);
    --oracle-pc-line-soft: rgba(105, 81, 50, 0.12);
    --oracle-pc-red: #a93b31;
    --oracle-pc-red-dark: #8f2f28;
    --oracle-pc-green: #3d735a;
    --oracle-pc-green-dark: #315f4b;
    --oracle-pc-gold: #9b7640;
    --oracle-pc-shadow: 0 22px 58px rgba(77, 57, 34, 0.08);
    --oracle-pc-shadow-soft: 0 12px 30px rgba(77, 57, 34, 0.05);
  }

  .workspace:not(.is-auth-route) > .oracle-screen {
    width: var(--oracle-pc-width);
    max-width: 1380px;
    min-height: calc(100dvh - 82px);
    margin: 0 auto;
    padding: 34px 0 70px;
    color: var(--oracle-pc-ink);
    background: transparent;
  }

  .workspace:not(.is-auth-route) > .oracle-screen::before,
  .workspace:not(.is-auth-route) > .oracle-screen::after {
    pointer-events: none;
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 76px;
    margin: 0;
    padding: 0 2px 20px;
    border-bottom: 1px solid var(--oracle-pc-line-soft);
    text-align: left;
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .fortune-title {
    position: static !important;
    display: grid;
    justify-items: start !important;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
    transform: none !important;
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .fortune-title h1 {
    margin: 0;
    color: var(--oracle-pc-ink);
    font-size: 36px;
    font-weight: 820;
    letter-spacing: 0.12em;
    line-height: 1.08;
    text-wrap: balance;
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .fortune-title .sub {
    display: block;
    margin: 7px 0 0;
    color: var(--oracle-pc-muted);
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.45;
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .icon-button {
    position: static !important;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.76);
    color: var(--oracle-pc-ink);
    box-shadow: 0 8px 18px rgba(77, 57, 34, 0.05);
    transition: color 200ms ease, border-color 200ms ease, background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .icon-button:hover {
    border-color: rgba(169, 59, 49, 0.32);
    background: rgba(255, 251, 245, 0.98);
    color: var(--oracle-pc-red);
    box-shadow: 0 12px 24px rgba(77, 57, 34, 0.08);
    transform: translateY(-2px);
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .icon-button:active {
    transform: translateY(0) scale(0.98);
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .icon-button:focus-visible,
  .workspace:not(.is-auth-route) > .oracle-screen button:focus-visible,
  .workspace:not(.is-auth-route) > .oracle-screen input:focus-visible,
  .workspace:not(.is-auth-route) > .oracle-screen textarea:focus-visible,
  .workspace:not(.is-auth-route) > .oracle-screen select:focus-visible {
    outline: 2px solid rgba(61, 115, 90, 0.72);
    outline-offset: 3px;
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .icon-button:last-child {
    justify-self: end;
  }

  .workspace:not(.is-auth-route) > .oracle-screen .fortune-top .icon-button:last-child::after {
    display: none;
  }

  /* 问卜首页 */
  .workspace:not(.is-auth-route) > .oracle-screen[data-screen="oracle"] {
    width: var(--oracle-pc-width);
    max-width: 1380px;
    padding-top: 38px;
  }

  .oracle-screen[data-screen="oracle"].is-active {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 22px;
    align-content: start;
    isolation: isolate;
  }

  .oracle-screen[data-screen="oracle"]::before {
    inset: 0 -6% auto !important;
    width: auto !important;
    height: 640px !important;
    opacity: 0.42 !important;
    background:
      radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.9), transparent 46%),
      url("/prototype/assets/oracle-ink/hub/oracle-hub-top-wash-v2.webp") center top / 100% auto no-repeat !important;
    -webkit-mask-image: linear-gradient(180deg, #000 0 70%, transparent 100%) !important;
    mask-image: linear-gradient(180deg, #000 0 70%, transparent 100%) !important;
  }

  .oracle-screen[data-screen="oracle"]::after {
    right: -9%;
    bottom: 8%;
    width: 42%;
    height: 44%;
    opacity: 0.22;
    background: url("/prototype/assets/oracle-ink/oracle-cast-landscape-v3.webp") right bottom / contain no-repeat;
    content: "";
  }

  .oracle-screen[data-screen="oracle"] > .fortune-top {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 86px;
  }

  .oracle-screen[data-screen="oracle"] > .fortune-top .fortune-title h1 {
    font-size: 46px;
  }

  .oracle-screen[data-screen="oracle"] > .fortune-top .oracle-history-button {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    width: auto;
    min-width: 124px;
    padding: 0 16px;
    border-radius: 12px;
  }

  .oracle-screen[data-screen="oracle"] > .fortune-top .oracle-history-button::after {
    display: inline !important;
    margin: 0;
    color: var(--oracle-pc-muted);
    content: "问卜记录";
    font-family: var(--serif);
    font-size: 14px;
    white-space: nowrap;
  }

  .oracle-screen[data-screen="oracle"] .oracle-hub-hero {
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .oracle-screen[data-screen="oracle"] .oracle-hub-hero > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 48px;
  }

  .oracle-screen[data-screen="oracle"] .oracle-hub-hero strong {
    color: var(--oracle-pc-ink);
    font-size: 20px;
    font-weight: 720;
    letter-spacing: 0.12em;
  }

  .oracle-screen[data-screen="oracle"] .oracle-hub-hero span {
    color: var(--oracle-pc-muted);
    font-size: 13px;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
    gap: 24px;
    margin: 0;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card {
    position: relative;
    display: grid;
    align-items: stretch;
    min-height: 390px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 18px;
    background: var(--oracle-pc-paper);
    box-shadow: var(--oracle-pc-shadow);
    text-align: left;
    transform: none;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card:hover {
    border-color: rgba(169, 59, 49, 0.34);
    box-shadow: 0 28px 70px rgba(77, 57, 34, 0.12);
    transform: translateY(-5px);
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-dream:hover {
    border-color: rgba(61, 115, 90, 0.34);
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0 34%, rgba(255, 253, 248, 0.6) 55%, transparent 78%);
    content: "";
    pointer-events: none;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-dream::after {
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0 40%, rgba(255, 253, 248, 0.56) 62%, transparent 86%);
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.96;
    transition: transform 700ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 260ms ease;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card:hover .oracle-entry-card-bg {
    filter: saturate(1.03) contrast(1.02);
    transform: scale(1.025);
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-copy {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    justify-items: start;
    align-content: start;
    width: min(52%, 410px);
    height: 100%;
    padding: 48px 0 38px 48px;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-dream .oracle-entry-card-copy {
    width: min(66%, 330px);
    padding-left: 40px;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-copy small {
    color: var(--oracle-pc-red);
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 820;
    letter-spacing: 0.16em;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-dream .oracle-entry-card-copy small {
    color: var(--oracle-pc-green);
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-copy strong {
    margin-top: 16px;
    color: var(--oracle-pc-ink);
    font-size: clamp(38px, 3vw, 50px);
    line-height: 1.05;
    letter-spacing: 0.08em;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-copy em {
    margin-top: 15px;
    color: var(--oracle-pc-muted);
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.08em;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-arrow {
    align-self: end;
    display: inline-flex;
    gap: 14px;
    align-items: center;
    width: auto;
    min-width: 152px;
    min-height: 48px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid rgba(169, 59, 49, 0.38);
    border-radius: 9px;
    background: rgba(255, 253, 248, 0.72);
    color: var(--oracle-pc-red);
    box-shadow: none;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-arrow::before {
    color: inherit;
    content: "开始问事";
    font-family: var(--serif);
    font-size: 15px;
    font-weight: 760;
    letter-spacing: 0.08em;
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-dream .oracle-entry-arrow {
    border-color: rgba(61, 115, 90, 0.38);
    background: rgba(255, 253, 248, 0.72);
    color: var(--oracle-pc-green);
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-dream .oracle-entry-arrow::before {
    content: "记下梦境";
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-arrow svg {
    width: 15px;
    height: 15px;
  }

  .oracle-screen[data-screen="oracle"] .oracle-recent-panel {
    width: 100%;
    margin: 0;
    padding: 20px 24px 14px;
    border: 1px solid var(--oracle-pc-line-soft);
    border-radius: 14px;
    background: rgba(255, 253, 248, 0.7);
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .oracle-screen[data-screen="oracle"] .oracle-recent-head {
    margin-bottom: 10px;
  }

  .oracle-screen[data-screen="oracle"] .oracle-recent-head strong {
    font-size: 18px;
  }

  .oracle-screen[data-screen="oracle"] .oracle-recent-head button {
    color: var(--oracle-pc-green);
    transition: color 180ms ease, transform 180ms ease;
  }

  .oracle-screen[data-screen="oracle"] .oracle-recent-head button:hover {
    color: var(--oracle-pc-green-dark);
    transform: translateX(2px);
  }

  .oracle-screen[data-screen="oracle"] .oracle-recent-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    border-top: 1px solid var(--oracle-pc-line-soft);
  }

  .oracle-screen[data-screen="oracle"] .oracle-recent-list button {
    min-height: 72px;
    padding: 12px 4px;
    border-bottom: 0;
    transition: background 180ms ease, transform 180ms ease;
  }

  .oracle-screen[data-screen="oracle"] .oracle-recent-list button:hover {
    background: rgba(244, 237, 226, 0.48);
    transform: translateX(3px);
  }

  /* 六爻问事 */
  .workspace:not(.is-auth-route) > .oracle-screen[data-screen="oracle-question"] {
    width: var(--oracle-pc-width);
    max-width: 1380px;
  }

  .oracle-screen[data-screen="oracle-question"].is-active {
    display: grid;
    grid-template-columns: minmax(0, 1.13fr) minmax(380px, 0.87fr);
    grid-template-rows: auto minmax(590px, auto);
    gap: 26px;
    align-content: start;
  }

  .oracle-screen[data-screen="oracle-question"]::before {
    inset: auto -10% -14% !important;
    opacity: 0.26 !important;
    background: url("/prototype/assets/oracle-ink/oracle-cast-landscape-v3.webp") center bottom / 88% auto no-repeat !important;
  }

  .oracle-screen[data-screen="oracle-question"] > .fortune-top {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .oracle-screen[data-screen="oracle-question"] > .oracle-query {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 590px;
    margin: 0;
    padding: 38px 42px 34px;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(250, 246, 238, 0.9)),
      var(--oracle-pc-paper-solid);
    box-shadow: var(--oracle-pc-shadow);
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-question {
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-question-head strong {
    color: var(--oracle-pc-ink);
    font-size: 24px;
    letter-spacing: 0.08em;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-question > small {
    margin-top: 10px;
    color: var(--oracle-pc-muted);
    font-size: 13px;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-question-hint {
    margin-top: 18px;
    color: var(--oracle-pc-gold);
    font-size: 14px;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-input-shell {
    min-height: 252px;
    margin-top: 16px;
    border: 1px solid rgba(105, 81, 50, 0.25);
    border-radius: 12px;
    background: rgba(255, 255, 252, 0.74);
    box-shadow: inset 0 1px 6px rgba(77, 57, 34, 0.03);
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-question-input {
    height: 252px;
    min-height: 252px;
    padding: 22px 24px;
    color: var(--oracle-pc-ink);
    font-size: 17px;
    line-height: 1.8;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-voice-button {
    min-height: 36px;
    padding-inline: 12px;
    border-color: rgba(61, 115, 90, 0.24);
    background: rgba(255, 253, 248, 0.82);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-voice-button:hover {
    border-color: rgba(61, 115, 90, 0.42);
    background: rgba(241, 247, 241, 0.94);
    transform: translateY(-1px);
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-button.ritual {
    width: 100%;
    min-height: 64px;
    margin: 24px 0 0;
    border: 1px solid rgba(143, 47, 40, 0.78);
    border-radius: 10px;
    background: linear-gradient(135deg, var(--oracle-pc-red-dark), #ba4438 62%, #963229);
    box-shadow: 0 14px 28px rgba(143, 47, 40, 0.17);
    transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-button.ritual:hover {
    filter: saturate(1.05) brightness(1.03);
    box-shadow: 0 18px 34px rgba(143, 47, 40, 0.23);
    transform: translateY(-2px);
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-button.ritual:active {
    transform: translateY(0) scale(0.99);
  }

  .oracle-screen[data-screen="oracle-question"] .ritual-button-kicker,
  .oracle-screen[data-screen="oracle-question"] .ritual-button-seal {
    display: none;
  }

  .oracle-screen[data-screen="oracle-question"] .ritual-button-main {
    font-size: 20px;
    letter-spacing: 0.18em;
  }

  .oracle-screen[data-screen="oracle-question"] > .oracle-hero {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    display: grid;
    grid-template-rows: auto 1fr;
    width: 100%;
    min-height: 590px;
    margin: 0;
    padding: 42px 38px 0;
    overflow: hidden;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background:
      radial-gradient(circle at 50% 76%, rgba(255, 255, 255, 0.86), transparent 34%),
      linear-gradient(160deg, rgba(245, 237, 223, 0.82), rgba(255, 253, 248, 0.78));
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .oracle-screen[data-screen="oracle-question"] > .oracle-hero::after {
    position: absolute;
    inset: auto -14% -12%;
    height: 66%;
    opacity: 0.58;
    background: url("/prototype/assets/oracle-ink/oracle-cast-landscape-v3.webp") center bottom / contain no-repeat;
    content: "";
    pointer-events: none;
  }

  .oracle-desktop-ritual-copy {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: start;
  }

  .oracle-desktop-ritual-copy > small {
    color: var(--oracle-pc-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
  }

  .oracle-desktop-ritual-copy > strong {
    margin-top: 12px;
    color: var(--oracle-pc-ink);
    font-family: var(--serif);
    font-size: 29px;
    letter-spacing: 0.12em;
  }

  .oracle-desktop-ritual-copy > p {
    max-width: 34em;
    margin: 13px 0 0;
    color: var(--oracle-pc-muted);
    font-size: 14px;
    line-height: 1.75;
  }

  .oracle-desktop-ritual-copy ul {
    display: grid;
    gap: 0;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }

  .oracle-desktop-ritual-copy li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-height: 46px;
    border-top: 1px solid var(--oracle-pc-line-soft);
    color: #5f584f;
    font-size: 13px;
  }

  .oracle-desktop-ritual-copy li b {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(169, 59, 49, 0.22);
    border-radius: 50%;
    color: var(--oracle-pc-red);
    font-family: var(--serif);
    font-size: 13px;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-entry-visual {
    position: absolute;
    top: auto;
    right: 50%;
    bottom: -18px;
    left: auto;
    z-index: 1;
    width: 430px;
    height: 225px;
    transform: translateX(50%);
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-entry-focus {
    top: 8px;
    width: 420px;
  }

  .oracle-screen[data-screen="oracle-question"] .oracle-entry-coins {
    top: 68px;
    transform: translateX(-50%) scale(0.94);
  }

  /* 解梦输入 */
  .workspace:not(.is-auth-route) > .dream-screen[data-screen="dream"] {
    width: var(--oracle-pc-width);
    max-width: 1380px;
    overflow: visible;
    background: transparent;
  }

  .dream-screen[data-screen="dream"].is-active {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
    grid-template-rows: auto auto;
    gap: 26px;
    align-content: start;
  }

  .dream-screen[data-screen="dream"]::before {
    inset: auto -6% -8% !important;
    width: auto !important;
    height: 70% !important;
    opacity: 0.18 !important;
    background: url("/prototype/assets/oracle-ink/dream/dream-entry-mist-v1.webp") center bottom / 100% auto no-repeat !important;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 34%, transparent 100%) !important;
    mask-image: linear-gradient(180deg, transparent, #000 34%, transparent 100%) !important;
  }

  .dream-screen[data-screen="dream"] > .fortune-top {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .dream-screen[data-screen="dream"] > .dream-form {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    margin: 0;
    padding: 34px 38px 36px;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background: var(--oracle-pc-paper);
    box-shadow: var(--oracle-pc-shadow);
  }

  .dream-screen[data-screen="dream"] .dream-main-field,
  .dream-screen[data-screen="dream"] .dream-helper,
  .dream-screen[data-screen="dream"] .dream-emotion-group,
  .dream-screen[data-screen="dream"] .dream-other-emotion-field,
  .dream-screen[data-screen="dream"] .dream-voice-panel,
  .dream-screen[data-screen="dream"] .dream-submit {
    grid-column: 1 / -1;
  }

  .dream-screen[data-screen="dream"] .dream-field > span,
  .dream-screen[data-screen="dream"] .dream-emotion-group strong {
    color: var(--oracle-pc-ink);
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .dream-screen[data-screen="dream"] .dream-field textarea,
  .dream-screen[data-screen="dream"] .dream-field input {
    border-color: rgba(105, 81, 50, 0.22);
    background: rgba(255, 255, 252, 0.76);
  }

  .dream-screen[data-screen="dream"] .dream-field textarea {
    min-height: 220px;
    padding: 20px 22px 60px;
    font-size: 16px;
    line-height: 1.8;
  }

  .dream-screen[data-screen="dream"] .dream-field input {
    min-height: 50px;
  }

  .dream-screen[data-screen="dream"] .dream-helper {
    margin: -7px 2px 0;
  }

  .dream-screen[data-screen="dream"] .dream-emotion-group {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
  }

  .dream-screen[data-screen="dream"] .dream-emotion-group button {
    min-height: 42px;
    border-radius: 9px;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
  }

  .dream-screen[data-screen="dream"] .dream-emotion-group button:hover {
    border-color: rgba(61, 115, 90, 0.28);
    background: rgba(241, 247, 241, 0.78);
    color: var(--oracle-pc-green);
    transform: translateY(-1px);
  }

  .dream-screen[data-screen="dream"] .dream-emotion-group button.is-active {
    border-color: rgba(61, 115, 90, 0.38);
    background: rgba(230, 240, 232, 0.76);
    color: var(--oracle-pc-green-dark);
    box-shadow: inset 0 0 0 1px rgba(61, 115, 90, 0.05);
  }

  .dream-screen[data-screen="dream"] .dream-submit {
    min-height: 62px;
    margin-top: 4px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--oracle-pc-green-dark), #467b60 62%, #315f4b);
    font-size: 19px;
    box-shadow: 0 14px 28px rgba(49, 95, 75, 0.16);
    transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .dream-screen[data-screen="dream"] .dream-submit:hover {
    filter: saturate(1.04) brightness(1.03);
    box-shadow: 0 18px 34px rgba(49, 95, 75, 0.22);
    transform: translateY(-2px);
  }

  .dream-screen[data-screen="dream"] > .dream-entry-hero {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    min-height: 690px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.5), rgba(245, 238, 226, 0.82)),
      url("/prototype/assets/oracle-ink/dream/dream-entry-mist-v1.webp") center bottom / cover no-repeat;
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .dream-screen[data-screen="dream"] > .dream-entry-hero::before {
    position: absolute;
    right: -4%;
    bottom: 34px;
    width: 80%;
    height: 52%;
    opacity: 0.76;
    background: url("/prototype/assets/oracle-ink/hub/oracle-entry-dream-bg-v2.webp") center / contain no-repeat;
    content: "";
    mix-blend-mode: multiply;
  }

  .dream-screen[data-screen="dream"] > .dream-entry-hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.16), transparent 54%, rgba(255, 253, 248, 0.34));
    content: "";
  }

  .dream-desktop-intro {
    position: relative;
    z-index: 2;
    display: grid;
    padding: 44px 42px;
  }

  .dream-desktop-intro small {
    color: var(--oracle-pc-green);
    font-size: 12px;
    font-weight: 820;
    letter-spacing: 0.18em;
  }

  .dream-desktop-intro strong {
    max-width: 10em;
    margin-top: 14px;
    color: var(--oracle-pc-ink);
    font-family: var(--serif);
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }

  .dream-desktop-intro p {
    max-width: 29em;
    margin: 18px 0 0;
    color: var(--oracle-pc-muted);
    font-size: 14px;
    line-height: 1.85;
  }

  .dream-desktop-intro span {
    width: fit-content;
    margin-top: 24px;
    padding: 8px 12px;
    border: 1px solid rgba(61, 115, 90, 0.2);
    border-radius: 6px;
    background: rgba(255, 253, 248, 0.62);
    color: var(--oracle-pc-green-dark);
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  /* 起卦 */
  .workspace:not(.is-auth-route) > .oracle-screen[data-screen="oracle-cast"] {
    width: var(--oracle-pc-width);
    max-width: 1380px;
  }

  .oracle-screen[data-screen="oracle-cast"].is-active {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
    grid-template-rows: auto auto minmax(540px, auto);
    gap: 18px 24px;
    align-content: start;
  }

  .oracle-screen[data-screen="oracle-cast"] > .fortune-top,
  .oracle-screen[data-screen="oracle-cast"] > .oracle-copy,
  .oracle-screen[data-screen="oracle-cast"] > .oracle-cast-method {
    grid-column: 1 / -1;
  }

  .oracle-screen[data-screen="oracle-cast"] > .oracle-copy {
    width: 100%;
    margin: 0;
    color: var(--oracle-pc-muted);
    font-size: 14px;
    text-align: left;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-stage {
    position: relative;
    grid-column: 1;
    grid-row: 3;
    display: grid;
    grid-template-columns: minmax(270px, 0.9fr) minmax(320px, 1.1fr);
    grid-template-rows: 1fr auto;
    min-height: 540px;
    padding: 44px 46px 38px;
    overflow: hidden;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background:
      radial-gradient(circle at 24% 42%, rgba(224, 205, 171, 0.25), transparent 28%),
      linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(249, 244, 235, 0.88));
    box-shadow: var(--oracle-pc-shadow);
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-mountain-art {
    right: -8%;
    bottom: -10%;
    width: 74%;
    opacity: 0.25;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-coin-button {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    width: 270px;
    min-height: 270px;
    border: 0;
    background: transparent;
    transform: none;
    transition: transform 220ms ease;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-coin-button:hover {
    transform: translateY(-3px) scale(1.015);
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-coin-button > span:last-child {
    position: absolute;
    bottom: -16px;
    width: 100%;
    color: var(--oracle-pc-muted);
    font-size: 14px;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-coin-tray {
    transform: scale(1.06);
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-hex-lines {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: min(100%, 340px);
    margin: 0 auto;
    transform: none;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-number {
    position: absolute;
    top: 50%;
    left: calc(50% + 94px);
    z-index: 3;
    margin: 0;
    transform: translateY(74px);
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-steps {
    position: relative;
    inset: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: end;
    width: 100%;
    margin: 26px 0 0;
  }

  .oracle-screen[data-screen="oracle-cast"] [data-cast-idle-coins] {
    display: none !important;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-note {
    position: absolute;
    right: 42px;
    bottom: 26px;
    left: 42px;
    margin: 0;
    color: var(--oracle-pc-muted);
    font-size: 13px;
    text-align: center;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-actions {
    grid-column: 2;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 540px;
    margin: 0;
    padding: 32px;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background: var(--oracle-pc-paper);
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .oracle-cast-desktop-guide {
    display: grid;
  }

  .oracle-cast-desktop-guide > small {
    color: var(--oracle-pc-red);
    font-size: 12px;
    font-weight: 820;
    letter-spacing: 0.16em;
  }

  .oracle-cast-desktop-guide > strong {
    margin-top: 10px;
    color: var(--oracle-pc-ink);
    font-family: var(--serif);
    font-size: 30px;
    letter-spacing: 0.12em;
  }

  .oracle-cast-desktop-guide ol {
    display: grid;
    gap: 0;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }

  .oracle-cast-desktop-guide li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
    border-top: 1px solid var(--oracle-pc-line-soft);
  }

  .oracle-cast-desktop-guide li b {
    color: var(--oracle-pc-gold);
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
  }

  .oracle-cast-desktop-guide li span {
    color: var(--oracle-pc-muted);
    font-size: 13px;
    line-height: 1.65;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-status-panel {
    min-height: 62px;
    margin: auto 0 12px;
    border: 1px solid var(--oracle-pc-line-soft);
    border-radius: 10px;
    background: rgba(244, 237, 226, 0.52);
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-status-panel[hidden] {
    display: none;
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-actions .oracle-button {
    min-height: 64px;
    margin-top: auto;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--oracle-pc-red-dark), #ba4438 62%, #963229);
    font-size: 18px;
    letter-spacing: 0.08em;
    box-shadow: 0 14px 28px rgba(143, 47, 40, 0.16);
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-actions .oracle-button:not(:disabled):hover {
    filter: brightness(1.04);
    transform: translateY(-2px);
  }

  .oracle-screen[data-screen="oracle-cast"] .oracle-cast-actions .oracle-button:disabled {
    filter: saturate(0.45);
    opacity: 0.58;
    box-shadow: none;
  }

  /* 解卦结果 */
  .workspace:not(.is-auth-route) > .oracle-screen[data-screen="oracle-result"] {
    width: var(--oracle-pc-width);
    max-width: 1380px;
  }

  .oracle-screen[data-screen="oracle-result"].is-active {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(360px, 0.62fr);
    grid-template-rows: auto auto auto auto;
    gap: 22px 24px;
    align-content: start;
  }

  .oracle-screen[data-screen="oracle-result"] > .fortune-top {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .oracle-screen[data-screen="oracle-result"] > .fortune-top .icon-button:first-child {
    display: inline-grid;
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-result-visual {
    position: relative;
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: start;
    width: 100%;
    height: 330px;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background: rgba(255, 253, 248, 0.8);
    box-shadow: var(--oracle-pc-shadow);
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-result-bg {
    opacity: 0.42;
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-result-hexes {
    width: min(100%, 720px);
    margin: 0 auto;
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-result-copy {
    grid-column: 1;
    grid-row: 3;
    display: grid;
    align-content: start;
    min-height: 0;
    margin: 0;
    padding: 34px 32px;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background:
      linear-gradient(150deg, rgba(255, 253, 248, 0.96), rgba(245, 237, 224, 0.82));
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-result-copy::before {
    margin-bottom: 16px;
    color: var(--oracle-pc-green);
    content: "总断";
    font-size: 12px;
    font-weight: 820;
    letter-spacing: 0.18em;
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-result-copy h2 {
    color: var(--oracle-pc-ink);
    font-size: clamp(28px, 2.2vw, 38px);
    line-height: 1.35;
    text-wrap: balance;
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-result-copy p {
    margin-top: 18px;
    color: #5f584f;
    font-size: 15px;
    line-height: 1.9;
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-report-longform {
    grid-column: 1 / -1;
    grid-row: 4;
    margin: 0;
    padding: 34px 38px;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background: var(--oracle-pc-paper);
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-report-longform p,
  .oracle-screen[data-screen="oracle-result"] .oracle-report-longform li {
    max-width: 68em;
    font-size: 15px;
    line-height: 1.9;
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-answer-grid {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 10px 28px;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background: var(--oracle-pc-paper);
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-answer-grid > div {
    min-height: 92px;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid var(--oracle-pc-line-soft);
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    line-height: 1.7;
  }

  .oracle-screen[data-screen="oracle-result"] .oracle-answer-grid > div:last-child {
    border-bottom: 0;
  }

  /* 梦象报告 */
  .workspace:not(.is-auth-route) > .dream-screen[data-screen="dream-result"] {
    width: var(--oracle-pc-width);
    max-width: 1380px;
    overflow: visible;
  }

  .dream-screen[data-screen="dream-result"].is-active {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: start;
  }

  .dream-screen[data-screen="dream-result"] > .fortune-top {
    grid-row: 1;
  }

  .dream-screen[data-screen="dream-result"] > .dream-report {
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    grid-template-rows: auto auto auto 1fr;
    gap: 18px 24px;
    margin: 0;
    padding: 0;
  }

  .dream-screen[data-screen="dream-result"] .dream-report-wash {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
    min-height: 250px;
    margin: 0;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background: rgba(255, 253, 248, 0.72);
    object-fit: cover;
    opacity: 0.68;
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .dream-screen[data-screen="dream-result"] .dream-report-source {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
    display: grid;
    place-items: center;
    min-height: 42px;
    border-radius: 9px;
    background: rgba(236, 244, 237, 0.72);
  }

  .dream-screen[data-screen="dream-result"] .dream-report-body {
    grid-column: 1;
    grid-row: 1 / span 4;
    display: grid;
    gap: 0;
    min-width: 0;
    padding: 12px 38px 30px;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 16px;
    background: var(--oracle-pc-paper);
    box-shadow: var(--oracle-pc-shadow);
  }

  .dream-screen[data-screen="dream-result"] .dream-report-body section {
    padding: 28px 0;
    border-bottom: 1px solid var(--oracle-pc-line-soft);
  }

  .dream-screen[data-screen="dream-result"] .dream-report-body section:last-of-type {
    border-bottom: 0;
  }

  .dream-screen[data-screen="dream-result"] .dream-report-body h2 {
    color: var(--oracle-pc-ink);
    font-size: 25px;
    letter-spacing: 0.08em;
  }

  .dream-screen[data-screen="dream-result"] .dream-report-body p,
  .dream-screen[data-screen="dream-result"] .dream-report-body li {
    max-width: 68em;
    color: #5f584f;
    font-size: 15px;
    line-height: 1.95;
  }

  .dream-screen[data-screen="dream-result"] .dream-symbol-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .dream-screen[data-screen="dream-result"] .dream-report-actions {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    display: grid;
    gap: 10px;
    margin: 0;
  }

  .dream-screen[data-screen="dream-result"] .dream-report-actions button {
    min-height: 54px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--oracle-pc-green-dark), #467b60 62%, #315f4b);
    color: #fffdf7;
    box-shadow: 0 12px 24px rgba(49, 95, 75, 0.15);
  }

  .dream-screen[data-screen="dream-result"] .dream-report-disclaimer {
    grid-column: 2;
    grid-row: 4;
    align-self: start;
    margin: 0;
    padding: 18px 20px;
    border: 1px solid var(--oracle-pc-line-soft);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.66);
    color: var(--oracle-pc-muted);
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
  }

  /* 问卜记录 */
  .workspace:not(.is-auth-route) > .oracle-screen[data-screen="oracle-history"] {
    width: var(--oracle-pc-width);
    max-width: 1380px;
  }

  .oracle-screen[data-screen="oracle-history"].is-active {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 24px 30px;
    align-content: start;
  }

  .oracle-screen[data-screen="oracle-history"] > .fortune-top {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-tools {
    position: sticky;
    top: 106px;
    grid-column: 1;
    grid-row: 2;
    display: grid;
    gap: 18px;
    align-self: start;
    margin: 0;
    padding: 24px;
    border: 1px solid var(--oracle-pc-line);
    border-radius: 14px;
    background: var(--oracle-pc-paper);
    box-shadow: var(--oracle-pc-shadow-soft);
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-search,
  .oracle-screen[data-screen="oracle-history"] .oracle-history-selectors label {
    display: grid;
    gap: 8px;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-search > span,
  .oracle-screen[data-screen="oracle-history"] .oracle-history-selectors label > span {
    color: var(--oracle-pc-muted);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.08em;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-search input,
  .oracle-screen[data-screen="oracle-history"] .oracle-history-selectors select,
  .oracle-screen[data-screen="oracle-history"] .oracle-history-selectors input {
    min-height: 44px;
    border-color: var(--oracle-pc-line);
    border-radius: 9px;
    background: rgba(255, 255, 252, 0.76);
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-filters {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-filters button {
    min-height: 42px;
    border-radius: 9px;
    text-align: left;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-filters button:hover {
    border-color: rgba(169, 59, 49, 0.22);
    background: rgba(247, 239, 231, 0.66);
    transform: translateX(2px);
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-filters button.is-active {
    border-color: rgba(169, 59, 49, 0.28);
    background: rgba(249, 235, 230, 0.76);
    color: var(--oracle-pc-red-dark);
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-selectors {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-list,
  .oracle-screen[data-screen="oracle-history"] > .oracle-history-empty {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    margin: 0;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-list {
    display: grid;
    gap: 12px;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-row {
    position: relative;
    border: 1px solid var(--oracle-pc-line-soft);
    border-radius: 14px;
    background: rgba(255, 253, 248, 0.66);
    box-shadow: 0 10px 28px rgba(77, 57, 34, 0.04);
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-row:hover {
    border-color: rgba(61, 115, 90, 0.24);
    box-shadow: 0 16px 34px rgba(77, 57, 34, 0.07);
    transform: translateY(-2px);
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-card {
    min-height: 170px;
    padding: 22px 78px 22px 24px;
    border: 0;
    border-radius: inherit;
    background: transparent;
    box-shadow: none;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-card:hover,
  .oracle-screen[data-screen="oracle-history"] .oracle-history-card:focus-visible {
    transform: none;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-time {
    min-width: 66px;
    padding-right: 18px;
    border-right: 1px solid var(--oracle-pc-line-soft);
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-main p {
    font-size: 17px;
    line-height: 1.55;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-summary {
    max-width: 62em;
    -webkit-line-clamp: 2;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-tail {
    min-width: 118px;
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-delete {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }

  .oracle-screen[data-screen="oracle-history"] .oracle-history-delete:hover {
    transform: translateY(-50%) scale(1.04);
  }

  .oracle-screen[data-screen="oracle-history"] > .oracle-history-empty {
    min-height: 260px;
    padding: 88px 24px;
    border: 1px dashed var(--oracle-pc-line);
    border-radius: 14px;
    background: rgba(255, 253, 248, 0.56);
  }
}

@media (min-width: 1180px) and (max-width: 1370px) {
  .oracle-screen[data-screen="oracle"] .oracle-entry-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  }

  .oracle-screen[data-screen="oracle"] .oracle-entry-card-copy {
    padding-left: 36px;
  }

  .oracle-screen[data-screen="oracle-question"].is-active,
  .dream-screen[data-screen="dream"].is-active {
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  }

  .oracle-screen[data-screen="oracle-cast"].is-active {
    grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  }

  .oracle-screen[data-screen="oracle-result"].is-active {
    grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.75fr);
  }

  .dream-screen[data-screen="dream-result"] > .dream-report {
    grid-template-columns: minmax(0, 1fr) 310px;
  }
}
