/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-q1d0gg1ths] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-q1d0gg1ths] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cmf3gan2jo],
.components-reconnect-repeated-attempt-visible[b-cmf3gan2jo],
.components-reconnect-failed-visible[b-cmf3gan2jo],
.components-pause-visible[b-cmf3gan2jo],
.components-resume-failed-visible[b-cmf3gan2jo],
.components-rejoining-animation[b-cmf3gan2jo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cmf3gan2jo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cmf3gan2jo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cmf3gan2jo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cmf3gan2jo],
#components-reconnect-modal.components-reconnect-retrying[b-cmf3gan2jo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cmf3gan2jo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cmf3gan2jo],
#components-reconnect-modal.components-reconnect-failed[b-cmf3gan2jo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cmf3gan2jo] {
    display: block;
}


#components-reconnect-modal[b-cmf3gan2jo] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-cmf3gan2jo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cmf3gan2jo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cmf3gan2jo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cmf3gan2jo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cmf3gan2jo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cmf3gan2jo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cmf3gan2jo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cmf3gan2jo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cmf3gan2jo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cmf3gan2jo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cmf3gan2jo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cmf3gan2jo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cmf3gan2jo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cmf3gan2jo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cmf3gan2jo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cmf3gan2jo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cmf3gan2jo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cmf3gan2jo {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/CalendarGearMenu.razor.rz.scp.css */
/* 齒輪下拉：靠右對齊、最寬 260px（站主內容區約 814px，靠左展開會被切到）。 */
.cal-gear[b-rypxzvuwsp] { position: relative; display: inline-block; }
/* 齒輪本體長相走全站的 .cal-iconbtn（brand.css）：無框、40px 圓形滑過底色，跟 ‹ › 一致。 */
.cal-gear-btn[b-rypxzvuwsp] { display: inline-flex; }
.cal-gear-backdrop[b-rypxzvuwsp] { position: fixed; inset: 0; z-index: 40; }
.cal-gear-menu[b-rypxzvuwsp] {
  position: absolute; right: 0; top: calc(100% + 6px); z-index: 41; width: 240px; max-width: 260px;
  background: var(--bg-surface); border: 1px solid rgba(34, 36, 62, .15); border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14); padding: 6px; display: flex; flex-direction: column; gap: 2px;
}
.cal-gear-item[b-rypxzvuwsp] {
  display: block; width: 100%; text-align: left; padding: 8px 10px; font-size: 13px; color: var(--text-primary);
  background: transparent; border: 0; border-radius: 6px; cursor: pointer; text-decoration: none; box-sizing: border-box;
}
.cal-gear-item:hover[b-rypxzvuwsp] { background: rgba(34, 36, 62, .06); }
.cal-gear-sub[b-rypxzvuwsp] { padding: 4px 10px 8px 22px; display: flex; flex-direction: column; gap: 8px; font-size: 12.5px; color: var(--text-body); }
.cal-gear-row[b-rypxzvuwsp] { display: flex; align-items: center; gap: 8px; }
.cal-gear-row select[b-rypxzvuwsp] { padding: 2px 6px; font-size: 12px; border: 1px solid var(--border-input); border-radius: 5px; }
.cal-gear-hint[b-rypxzvuwsp] { margin: 0; font-size: 11px; color: var(--text-muted); }
/* /Components/Shared/CalendarProcessedPanel.razor.rz.scp.css */
.cpp-backdrop[b-5w1ko4ih2j] { position: fixed; inset: 0; background: rgba(0, 0, 0, .15); z-index: 59; }
.cpp[b-5w1ko4ih2j] {
  position: fixed; top: 0; right: 0; height: 100vh; width: min(380px, 92vw); box-sizing: border-box;
  background: var(--bg-surface); box-shadow: -8px 0 24px rgba(0, 0, 0, .15); z-index: 60; overflow-y: auto; padding: 16px 18px;
}
.cpp-head[b-5w1ko4ih2j] { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.cpp-title[b-5w1ko4ih2j] { font-size: 16px; font-weight: 700; color: var(--yoi-navy); }
.cpp-sub[b-5w1ko4ih2j] { display: block; font-size: 11.5px; font-weight: 400; color: var(--text-muted); margin-top: 2px; }
.cpp-close[b-5w1ko4ih2j] { background: transparent; border: 0; font-size: 22px; line-height: 1; cursor: pointer; color: var(--text-secondary); }
.cpp-muted[b-5w1ko4ih2j] { font-size: 13px; color: var(--text-muted); }
.cpp-error[b-5w1ko4ih2j] { font-size: 12.5px; color: #B71C1C; }
.cpp-list[b-5w1ko4ih2j] { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.cpp-item[b-5w1ko4ih2j] { border: 1px solid rgba(34, 36, 62, .1); border-radius: 10px; padding: 10px 12px; display: flex; flex-direction: column; gap: 4px; }
.cpp-when[b-5w1ko4ih2j] { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-secondary); }
.cpp-name[b-5w1ko4ih2j] { font-size: 13.5px; color: var(--text-primary); }
.cpp-state[b-5w1ko4ih2j] { display: inline-block; margin-left: 6px; font-size: 11px; padding: 1px 6px; border-radius: 999px; background: rgba(34, 36, 62, .08); color: var(--text-secondary); }
.cpp-done[b-5w1ko4ih2j] { font-size: 11.5px; color: var(--text-muted); }
.cpp-restore[b-5w1ko4ih2j] {
  align-self: flex-start; margin-top: 2px; padding: 3px 10px; font-size: 12px; border-radius: 6px; cursor: pointer;
  border: 1px solid rgba(34, 36, 62, .2); background: #fff; color: var(--text-primary);
}
.cpp-restore:hover[b-5w1ko4ih2j] { border-color: var(--yoi-navy); }
/* /Components/Shared/CalendarTimeGrid.razor.rz.scp.css */
/* 週／天時間格：欄數由 --tg-days 決定（7 或 1），左邊 44px 是小時刻度。
   站主螢幕內容區約 814px：七欄每欄約 105px，項目只印一行、超出截斷，滑過再放大。 */
.tg[b-t5fil09zbu] { --tg-gutter: 44px; border: 1px solid rgba(34, 36, 62, .1); border-radius: 12px; background: var(--bg-surface); overflow: hidden; }

.tg-head[b-t5fil09zbu], .tg-allday[b-t5fil09zbu], .tg-body[b-t5fil09zbu] {
  display: grid;
  grid-template-columns: var(--tg-gutter) repeat(var(--tg-days), minmax(0, 1fr));
}

.tg-head[b-t5fil09zbu] { border-bottom: 1px solid rgba(34, 36, 62, .1); }
.tg-dayhead[b-t5fil09zbu] { padding: 6px 4px; text-align: center; font-size: 12px; color: var(--text-secondary); display: flex; flex-direction: column; gap: 2px; }
.tg-dayhead .tg-daynum[b-t5fil09zbu] { font-size: 18px; font-weight: 600; color: var(--text-primary); line-height: 1.2; }
.tg-dayhead.tg-today .tg-daynum[b-t5fil09zbu] { color: #fff; background: var(--yoi-navy); border-radius: 50%; width: 30px; height: 30px; line-height: 30px; margin: 0 auto; }

.tg-gutter[b-t5fil09zbu] { font-size: 10px; color: var(--text-muted); }
.tg-gutter-label[b-t5fil09zbu] { padding: 6px 4px; text-align: right; }

.tg-allday[b-t5fil09zbu] { border-bottom: 1px solid rgba(34, 36, 62, .1); min-height: 34px; }
/* min-width:0 是關鍵：grid 格子預設最小寬度＝內容寬，長標題會把格子撐開、溢到隔壁欄（2026-09-05 站主截圖）。 */
.tg-allday-cell[b-t5fil09zbu] { min-width: 0; overflow: hidden; min-height: 34px; padding: 3px 3px; border-left: 1px solid rgba(34, 36, 62, .06); display: flex; flex-direction: column; gap: 2px; cursor: pointer; }
.tg-dayhead[b-t5fil09zbu], .tg-col[b-t5fil09zbu] { min-width: 0; }
/* 整天列的項目：可換行（最多兩行，同月檢視），不放大、不浮起——它不像時間格那樣被 24px 高度綁住。
   選取器要兩個 class：單 class 跟後面的 .tg-item{position:absolute} 同權重會被蓋掉，chip 就浮出格子外
   （2026-09-05 站主截圖「完全沒改」的真因，本機渲染重現後才抓到）。 */
.tg-item.tg-item-allday[b-t5fil09zbu] { position: static; white-space: normal; align-items: flex-start; width: auto; max-width: 100%; }
.tg-item.tg-item-allday:hover[b-t5fil09zbu] { min-width: 0; box-shadow: none; overflow: hidden; z-index: auto !important; }

.tg-body[b-t5fil09zbu] { position: relative; }
.tg-hours[b-t5fil09zbu] { position: relative; }
.tg-hour[b-t5fil09zbu] { position: absolute; right: 6px; transform: translateY(-6px); }
.tg-hour:first-child[b-t5fil09zbu] { transform: none; }

.tg-col[b-t5fil09zbu] { position: relative; border-left: 1px solid rgba(34, 36, 62, .06); }
.tg-slot[b-t5fil09zbu] { position: absolute; left: 0; right: 0; cursor: pointer; }
.tg-slot.tg-hour-line[b-t5fil09zbu] { border-top: 1px solid rgba(34, 36, 62, .08); }
.tg-slot:hover[b-t5fil09zbu] { background: rgba(34, 36, 62, .04); }
.tg-col.tg-today[b-t5fil09zbu] { background: rgba(34, 36, 62, .015); }

/* 項目：一行標題、超出截斷；滑過放大並浮到最上面，讓 chip 上的按鈕按得到。 */
.tg-item[b-t5fil09zbu] {
  position: absolute; box-sizing: border-box; min-width: 0; max-width: 100%;
  border-radius: 6px; padding: 2px 5px; font-size: 11px; line-height: 1.4;
  background: var(--bg-surface); border: 1px solid rgba(34, 36, 62, .18);
  display: flex; align-items: center; gap: 4px; overflow: hidden; white-space: nowrap; cursor: grab;
}
.tg-item[draggable="false"][b-t5fil09zbu] { cursor: pointer; }
.tg-item:hover[b-t5fil09zbu] { z-index: 20 !important; overflow: visible; min-width: 200px; box-shadow: 0 4px 14px rgba(0, 0, 0, .15); }   /* 底色由色塊決定，滑過不蓋白 */
.tg-item.tg-faded[b-t5fil09zbu] { opacity: .5; }
.tg-item.tg-stacked[b-t5fil09zbu] { box-shadow: 0 1px 3px rgba(0, 0, 0, .12); }
.tg-dot[b-t5fil09zbu] { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--text-muted); }
.tg-dot.chip-teal[b-t5fil09zbu] { background: var(--yoi-teal); }
.tg-dot.chip-gold[b-t5fil09zbu] { background: var(--yoi-gold); }
.tg-dot.chip-blue[b-t5fil09zbu] { background: var(--yoi-blue); }
.tg-dot.chip-navy[b-t5fil09zbu] { background: var(--yoi-navy); }
.tg-dot.chip-purple[b-t5fil09zbu] { background: var(--yoi-purple); }
.tg-title[b-t5fil09zbu] { overflow: hidden; text-overflow: ellipsis; min-width: 0; color: var(--text-body); }

/* 現在線：紅線＋左端小圓點（Google 的樣子），只在今天那欄。 */
.tg-now[b-t5fil09zbu] { position: absolute; left: 0; right: 0; height: 2px; background: #d93025; z-index: 15; pointer-events: none; }
.tg-now[b-t5fil09zbu]::before { content: ""; position: absolute; left: -5px; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: #d93025; }
/* /Components/Shared/CustomArticleEditor.razor.rz.scp.css */
/* grid 欄位預設 min-width:auto——欄寬會被最寬的子元素（那個很長的文章下拉）撐開，
   拉伸的按鈕跟著超出卡片邊界（站主 2026-08-31 截圖）。min-width:0 讓欄寬回到容器寬度，
   長字串改由子元素自己收（select 已有 width:100%; box-sizing:border-box）。 */
.custom-article-editor[b-1a0c0x3f51] { display:grid; grid-template-columns:minmax(0,1fr); gap:10px; }
.custom-article-editor > *[b-1a0c0x3f51] { min-width:0; }
.custom-article-slot[b-1a0c0x3f51] { border:1px solid rgba(34,36,62,.18); border-radius:8px; padding:12px; display:grid; grid-template-columns:minmax(0,1fr); gap:7px; }
.custom-article-slot > *[b-1a0c0x3f51] { min-width:0; }
.custom-article-slot__head[b-1a0c0x3f51], .custom-article-mode[b-1a0c0x3f51] { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.custom-article-slot label[b-1a0c0x3f51] { display:grid; grid-template-columns:minmax(0,1fr); gap:4px; font-size:13px; color:var(--yoi-navy); }
.custom-article-slot input[b-1a0c0x3f51], .custom-article-slot textarea[b-1a0c0x3f51], .custom-article-mode select[b-1a0c0x3f51] { box-sizing:border-box; width:100%; max-width:100%; min-width:0; padding:6px 8px; border:1px solid rgba(34,36,62,.25); border-radius:6px; font:inherit; }
.custom-article-mode[b-1a0c0x3f51] { min-width:0; }
.custom-article-mode select[b-1a0c0x3f51] { text-overflow:ellipsis; }
.custom-article-group[b-1a0c0x3f51] { display:grid; grid-template-columns:minmax(0,1fr); gap:8px; }
.custom-article-group > *[b-1a0c0x3f51] { min-width:0; }
.custom-article-group__head[b-1a0c0x3f51] { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.custom-article-group__head strong[b-1a0c0x3f51] { font-size:13px; color:var(--yoi-navy); }
.custom-article-note[b-1a0c0x3f51] { margin:0; font-size:12px; color:var(--text-muted); }
.custom-article-preload[b-1a0c0x3f51] { font-size:12px; color:var(--yoi-blue); }
.custom-article-error[b-1a0c0x3f51] { color:#B71C1C; font-size:12.5px; margin:0; }
/* /Components/Shared/RunningJobsFloat.razor.rz.scp.css */
/* 執行中浮動小條：貼右下角，窄卡不擋內容（站主螢幕在 150% 縮放下內容區只有約 814px）。
   bottom 拉到 60px 是為了讓開右下角的複製提示（#yoi-toast，bottom:20px）——兩個不互相蓋。
   z-index 950：壓過側欄(30)與下拉(50)，但低於 modal(1000) 與 toast(2000)，
   被確認框蓋住是對的行為。 */
.yoi-running-jobs[b-mk60muk49g] {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 950;
    width: max-content;
    max-width: 320px;
    background: var(--yoi-navy, #22243E);
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

@media (max-width: 640px) {
    .yoi-running-jobs[b-mk60muk49g] {
        max-width: calc(100vw - 32px);
        right: 16px;
    }
}

/* 標題本身就是收合鈕：站主 2026-09-04「這樣很擋畫面，沒辦法操作」。
   收起來只留這一行，展開的內容整批不渲染高度。 */
.yoi-running-jobs-head[b-mk60muk49g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    font-size: 11px;
    letter-spacing: .04em;
    opacity: .75;
    margin-bottom: 2px;
    padding: 2px 6px;
    margin-left: -6px;
    margin-right: -6px;
    background: none;
    border: 0;
    border-radius: 6px;
    color: inherit;
    font-family: inherit;
    cursor: pointer;
    text-align: left;
    /* 收起來時整張卡縮到只剩這一行，不禁止換行的話「執行中」與「（3）」會被擠成兩行。 */
    white-space: nowrap;
}

.yoi-running-jobs-head:hover[b-mk60muk49g],
.yoi-running-jobs-head:focus-visible[b-mk60muk49g] {
    background: rgba(255, 255, 255, .1);
    opacity: 1;
}

.yoi-running-jobs-chevron[b-mk60muk49g] {
    font-size: 9px;
    opacity: .8;
}

/* 收起來時：只剩標題那一行，整張卡縮成一個小條。
   標題鈕在這個狀態下不再有自己的內框——小條裡面再套一個淺色方框看起來像框裡有框
   （站主 2026-09-04：「裡面那個區域有點奇怪」），改成整條一起亮。 */
.yoi-running-jobs.is-collapsed .yoi-running-job[b-mk60muk49g] {
    display: none;
}

.yoi-running-jobs.is-collapsed[b-mk60muk49g] {
    padding: 6px 12px;
    cursor: pointer;
}

.yoi-running-jobs.is-collapsed:hover[b-mk60muk49g] {
    filter: brightness(1.18);
}

.yoi-running-jobs.is-collapsed .yoi-running-jobs-head[b-mk60muk49g] {
    margin: 0;
    padding: 0;
    width: auto;
    opacity: 1;
    border-radius: 0;
}

.yoi-running-jobs.is-collapsed .yoi-running-jobs-head:hover[b-mk60muk49g],
.yoi-running-jobs.is-collapsed .yoi-running-jobs-head:focus-visible[b-mk60muk49g] {
    background: none;
}

/* 展開時也不准長到蓋住畫面：超過就自己捲，卡片本身高度封頂。 */
.yoi-running-jobs[b-mk60muk49g] {
    max-height: 45vh;
    overflow-y: auto;
}

.yoi-running-job[b-mk60muk49g] {
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    padding: 4px 6px;
    margin: 0 -6px;
}

.yoi-running-job:hover[b-mk60muk49g],
.yoi-running-job:focus-visible[b-mk60muk49g] {
    background: rgba(255, 255, 255, .1);
}

.yoi-running-job-brief[b-mk60muk49g] {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 標題可截、工作名不截：一列裡最重要的是「在做什麼」，長標題不能把它擠出去。 */
.yoi-running-job-name[b-mk60muk49g] {
    display: flex;
    min-width: 0;
}

.yoi-running-job-title[b-mk60muk49g] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yoi-running-job-kind[b-mk60muk49g] {
    flex: none;
    white-space: nowrap;
}

/* 「可以點」的視覺提示：平時淡、滑過變亮。 */
.yoi-running-job-go[b-mk60muk49g] {
    flex: none;
    margin-left: auto;
    padding-left: 6px;
    opacity: .45;
    font-size: 14px;
    line-height: 1;
}

.yoi-running-job:hover .yoi-running-job-go[b-mk60muk49g],
.yoi-running-job:focus-visible .yoi-running-job-go[b-mk60muk49g] {
    opacity: 1;
}

.yoi-running-job-tag[b-mk60muk49g] {
    flex: none;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .18);
}

/* 詳細平時收著（站主：平時只要知道在執行什麼），滑鼠停留或鍵盤焦點才展開。
   用 max-height 而不是 display:none，讓它有展開的過場、且內容始終在 DOM 裡
   ——碼表要能一直對時，收合時停止更新會在展開那一刻跳一大格。 */
.yoi-running-job-detail[b-mk60muk49g] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 10px;
    font-size: 11px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .78);
    transition: max-height .15s ease, opacity .15s ease, padding .15s ease;
}

.yoi-running-job:hover .yoi-running-job-detail[b-mk60muk49g],
.yoi-running-job:focus-visible .yoi-running-job-detail[b-mk60muk49g] {
    opacity: 1;
    max-height: 60px;
    padding-top: 3px;
}

/* 共用的轉圈在淺底上是深藍的，放到這張深藍卡上會看不見。 */
.yoi-spin[b-mk60muk49g] {
    flex: none;
    border-color: rgba(255, 255, 255, .3);
    border-top-color: var(--yoi-gold, #C8A45C);
}
/* /Components/Shared/RunPicker.razor.rz.scp.css */
.rp[b-zqkrq14tvs] { position:relative; }

/* 收合列：外觀比照原本那條下拉，整條可點 */
.rp-current[b-zqkrq14tvs] {
    display:flex; align-items:center; gap:12px; width:100%; box-sizing:border-box;
    padding:0.45rem 0.7rem; font:inherit; font-size:0.9rem; text-align:left; cursor:pointer;
    border:1px solid var(--border-input); border-radius:6px;
    background:var(--bg-surface); color:var(--yoi-navy);
}
.rp-current:hover[b-zqkrq14tvs] { border-color:rgba(34,36,62,.35); }
.rp-current-label[b-zqkrq14tvs] { font-weight:600; white-space:nowrap; }
.rp-current-value[b-zqkrq14tvs] { flex:1; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.rp-caret[b-zqkrq14tvs] { color:var(--text-muted); font-size:11px; }

.rp-panel[b-zqkrq14tvs] {
    margin-top:8px; padding:12px; display:grid; gap:10px;
    border:1px solid var(--border); border-radius:10px; background:var(--bg-surface);
}
.rp-tabs[b-zqkrq14tvs] { margin:0; }

.rp-search[b-zqkrq14tvs] {
    box-sizing:border-box; width:100%; padding:6px 10px; font:inherit; font-size:13px;
    border:1px solid var(--border-input); border-radius:6px;
}

.rp-empty[b-zqkrq14tvs] { margin:0; font-size:13px; color:var(--text-muted); }

/* 「顯示失敗與取消」：次要動作，不搶清單的注意力 */
.rp-secondary[b-zqkrq14tvs] {
    display:flex; align-items:center; gap:6px;
    font-size:12.5px; color:var(--text-secondary); cursor:pointer;
}
.rp-secondary input[b-zqkrq14tvs] { margin:0; cursor:pointer; }

.rp-list[b-zqkrq14tvs] { display:grid; gap:2px; max-height:360px; overflow-y:auto; }
.rp-row[b-zqkrq14tvs] {
    display:flex; align-items:center; gap:10px; width:100%; box-sizing:border-box;
    padding:7px 10px; font:inherit; font-size:13px; text-align:left; cursor:pointer;
    border:1px solid transparent; border-radius:6px; background:none; color:var(--text-primary);
}
.rp-row:hover[b-zqkrq14tvs] { background:var(--yoi-navy-soft); }
.rp-row.is-selected[b-zqkrq14tvs] { border-color:var(--yoi-gold); background:var(--yoi-gold-soft); }
.rp-label[b-zqkrq14tvs] { flex:1; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.rp-time[b-zqkrq14tvs] { color:var(--text-muted); font-size:12px; white-space:nowrap; }

.rp-more[b-zqkrq14tvs] {
    justify-self:start; padding:5px 12px; font:inherit; font-size:12.5px; cursor:pointer;
    border:1px solid var(--border-input); border-radius:6px;
    background:var(--bg-surface); color:var(--yoi-navy);
}
.rp-more:hover[b-zqkrq14tvs] { background:var(--yoi-navy-soft); }
