.table-group-row.survey-created td{background:rgba(254,249,195,.42)!important;color:var(--accent-deep);border-top-color:rgba(234,179,8,.22);border-bottom-color:rgba(234,179,8,.18)}
.congregation-created-badge{display:inline-flex;align-items:center;margin-left:8px;border-radius:999px;background:rgba(254,240,138,.5);color:#854d0e;padding:3px 8px;font-family:var(--font-mono);font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle}
.congregation-cell.survey-created{background:rgba(254,249,195,.38);border:1px solid rgba(234,179,8,.24)}
.editable-survey-panel .survey-detail-section{overflow:visible}
.editable-survey-panel .survey-detail-grid{gap:10px;padding:12px}
.editable-survey-panel .field{border:1px solid var(--rule-soft);border-radius:6px;background:var(--bg);padding:9px}
.editable-survey-panel .field.highlight-field{background:rgba(254,249,195,.5);border-color:rgba(234,179,8,.32);box-shadow:inset 3px 0 0 rgba(234,179,8,.38)}
.editable-survey-panel .field.wide{grid-column:1/-1}
.editable-survey-panel .inline-save-field{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;border:0;background:transparent;padding:2px 0 0}
.editable-survey-panel .inline-save-field .btn{flex:0 0 auto;width:auto}
.editable-survey-panel .field input,.editable-survey-panel .field select,.editable-survey-panel .field textarea,.editable-survey-panel .congregation-picker-trigger{background:#fff}
.editable-survey-panel .field textarea{min-height:92px}
.metrics .metric{cursor:pointer;text-align:left}
.metrics .metric .metric-label{display:block;margin-top:7px;font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}
.metrics .metric:hover,.metrics .metric:focus-visible{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(234,179,8,.16)}
.metrics .metric.active{border-color:var(--accent);background:#fffbeb;box-shadow:inset 0 -3px 0 var(--accent)}
.volunteer-view-toggle .toggle-btn{display:inline-grid;place-items:center;width:38px;padding:0;font-size:14px;letter-spacing:0}
.volunteer-view-toggle .toggle-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
#volunteer-board .panel-head{display:grid;grid-template-columns:1fr;gap:12px}
.volunteer-panel-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-width:0}
.volunteer-panel-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.guest-panel-actions{display:grid;grid-template-columns:1fr;align-items:stretch;gap:8px;width:100%}
.guest-view-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-width:0}
.guest-view-row .compact-pager{margin-left:auto}
.guest-header-tools{display:grid;justify-items:stretch;gap:8px;width:100%;min-width:0}
.guest-header-search{display:grid;grid-template-columns:repeat(5,minmax(118px,160px)) minmax(0,1fr);align-items:center;gap:8px;width:100%;min-width:0;justify-content:stretch}
.guest-header-search select,.guest-header-search input{width:100%;min-width:0;height:38px}
.guest-header-search input{grid-column:1/-1;max-width:none}
.compact-pager{flex:0 1 auto;border-top:0;padding:0}
.pager[hidden]{display:none!important}
.volunteer-name-cell{gap:7px}
.volunteer-row-processed td{background:rgba(236,253,245,.42)}
.volunteer-processed-check{display:inline-grid;place-items:center;flex:0 0 auto;width:18px;height:18px;margin:0;cursor:pointer}
.volunteer-processed-check input{position:absolute;opacity:0;pointer-events:none}
.volunteer-processed-check span{display:block;width:16px;height:16px;border:1.5px solid var(--rule);border-radius:3px;background:#fff;box-shadow:inset 0 0 0 2px #fff}
.volunteer-processed-check input:checked+span{border-color:#047857;background:#047857}
.volunteer-processed-check input:checked+span::after{content:"";display:block;width:5px;height:9px;margin:1px 0 0 4px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.volunteer-processed-check input:focus-visible+span{outline:2px solid var(--accent);outline-offset:2px}
.volunteer-processed-check input:disabled+span{opacity:.55;cursor:wait}
.volunteer-skeleton-row td{height:62px}
.skeleton-line,.skeleton-pill,.skeleton-button{display:block;position:relative;overflow:hidden;background:#ebe7e1}
.skeleton-line::after,.skeleton-pill::after,.skeleton-button::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:volunteer-skeleton-shimmer 1.2s infinite}
.skeleton-line{height:13px;border-radius:4px;margin:5px 0}
.skeleton-line.wide{width:min(190px,86%)}
.skeleton-line.medium{width:min(138px,68%)}
.skeleton-line.short{width:min(88px,44%)}
.skeleton-pill{width:68px;height:24px;border-radius:999px}
.skeleton-button{width:76px;height:30px;border-radius:4px;margin-left:auto}
@keyframes volunteer-skeleton-shimmer{100%{transform:translateX(100%)}}
.btn.danger{border-color:var(--red);background:var(--red);color:#fff}
.btn.danger:hover{border-color:#991b1b;background:#991b1b;color:#fff}
.confirm-modal{max-width:520px}
.confirm-modal-body{display:grid;gap:8px;color:var(--ink-3);font-size:14px;line-height:1.45}
.confirm-modal-body p{margin:0}
.volunteer-day-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1260px,calc(100vw - 36px));max-width:1260px;height:min(860px,calc(100vh - 72px));overflow:hidden}
.volunteer-day-modal-body{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;min-height:0;overflow:hidden}
.volunteer-day-list{grid-column:1/-1;width:100%;min-width:0;min-height:0;overflow:auto;border:1px solid var(--rule-soft);border-radius:8px;background:#fff}
.volunteer-day-table{display:grid;width:100%;min-width:1080px}
.volunteer-day-row{display:grid;grid-template-columns:96px minmax(190px,1.35fr) repeat(4,62px) 88px 76px 76px minmax(220px,1.9fr);align-items:center;gap:10px;border-bottom:1px solid var(--rule-soft);padding:10px 12px}
.volunteer-day-row:last-child{border-bottom:0}
.volunteer-day-row:not(.volunteer-day-row-head):nth-child(odd){background:#fafafa}
.volunteer-day-row:not(.volunteer-day-row-head):nth-child(even){background:#fff}
.volunteer-day-row-head{position:sticky;top:0;z-index:1;background:var(--bg);color:var(--ink-3);font-family:var(--font-mono);font-size:10px;font-weight:900;text-transform:uppercase}
.volunteer-day-row-head span:not(:nth-child(2)):not(:last-child),.volunteer-day-row>span:not(:nth-child(2)):not(:last-child){justify-self:center;text-align:center}
.volunteer-day-row-head span:nth-child(2),.volunteer-day-row-head span:last-child,.volunteer-day-row>span:nth-child(2),.volunteer-day-row>span:last-child{justify-self:stretch;text-align:left}
.volunteer-day-age{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:999px;background:#f8fafc;color:var(--ink-3);padding:4px 8px;font-family:var(--font-mono);font-size:10px;font-weight:900;text-transform:uppercase}
.volunteer-day-person{display:grid;gap:3px;min-width:0}
.volunteer-day-person strong{display:flex;align-items:center;gap:7px;min-width:0;color:var(--ink);font-size:14px}
.volunteer-day-person strong span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.volunteer-day-person small{color:var(--ink-3);font-family:var(--font-mono);font-size:10px;text-transform:uppercase}
.volunteer-day-flag{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:0;border-radius:999px;padding:5px 8px;font-family:var(--font-mono);font-size:10px;font-weight:900;text-transform:uppercase}
.volunteer-day-flag.yes{background:#ecfdf5;color:#064e3b}
.volunteer-day-flag.no{background:var(--bg);color:var(--ink-4)}
.volunteer-day-flag.short{width:28px;height:28px;margin:0 auto;padding:0}
.volunteer-day-flag.short.no{background:transparent}
.volunteer-day-notes{min-width:0;color:var(--ink-3);font-size:12px;line-height:1.35}
.volunteer-day-notes em{color:var(--ink-4);font-style:normal}
.volunteer-help-view{display:grid;gap:14px;padding:16px;border-top:1px solid var(--rule-soft);background:var(--bg)}
.volunteer-help-view[hidden]{display:none}
.volunteer-help-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(71,25,84,.22);border-radius:8px;background:linear-gradient(180deg,#fff,#f7eff9);padding:10px;box-shadow:0 10px 24px rgba(71,25,84,.07)}
.volunteer-help-search{display:flex;align-items:center;gap:9px;flex:1 1 auto;min-width:0;border:2px solid rgba(71,25,84,.32);border-radius:8px;background:#fff;color:var(--accent);padding:5px 7px 5px 10px;box-shadow:inset 0 0 0 1px rgba(71,25,84,.04)}
.volunteer-help-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px rgba(71,25,84,.12),inset 0 0 0 1px rgba(71,25,84,.08)}
.volunteer-help-search i{display:grid;place-items:center;flex:none;width:26px;height:26px;border-radius:999px;background:var(--accent);color:#fff;font-size:12px}
.volunteer-help-search input{width:100%;min-width:0;border:0;background:transparent;color:var(--ink);padding:9px 8px;font-size:14px;font-weight:650}
.volunteer-help-search input::placeholder{color:var(--accent);opacity:.72}
.volunteer-help-search input:focus{outline:0}
.volunteer-help-toolbar .btn.primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}
.volunteer-help-toolbar .btn.primary:disabled{opacity:.65;cursor:wait}
.volunteer-help-toolbar .btn[hidden]{display:none}
.volunteer-help-ai-status{border:1px solid rgba(71,25,84,.18);border-radius:8px;background:var(--accent-tint);color:var(--accent-deep);padding:10px 12px;font-size:13px;line-height:1.4}
.volunteer-help-ai-status.loading{background:#fffbeb;border-color:rgba(234,179,8,.32);color:#854d0e}
.volunteer-help-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px}
.volunteer-help-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:start;width:100%;min-height:168px;border:1px solid var(--rule-soft);border-radius:8px;background:#fff;color:var(--ink);padding:12px;text-align:left;box-shadow:0 10px 24px rgba(22,20,15,.05)}
.volunteer-help-card:hover,.volunteer-help-card:focus-visible,.volunteer-help-card.active{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(71,25,84,.08)}
.volunteer-help-card.active{background:var(--accent-tint)}
.volunteer-help-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:var(--accent);color:#fff;font-size:16px}
.volunteer-help-card-main{display:grid;gap:4px;min-width:0}
.volunteer-help-card-main strong{color:var(--ink);font-size:16px;line-height:1.15}
.volunteer-help-card-main small{color:var(--ink-3);font-size:12px;line-height:1.35}
.volunteer-help-count{justify-self:end;min-width:38px;border-radius:999px;background:#fff;color:var(--accent);border:1px solid rgba(71,25,84,.22);padding:5px 8px;font-family:var(--font-mono);font-size:13px;font-weight:900;text-align:center}
.volunteer-help-subitems{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:5px;align-self:end}
.volunteer-help-subitems span{border-radius:999px;background:var(--bg-soft);color:var(--ink-3);padding:4px 7px;font-family:var(--font-mono);font-size:9px;font-weight:800;text-transform:uppercase}
.volunteer-help-subitems b{color:var(--accent);font-weight:900}
.volunteer-help-detail{display:grid;gap:12px}
.volunteer-help-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;border:1px solid var(--rule-soft);border-radius:8px;background:#fff;padding:14px}
.volunteer-help-detail-head h3{color:var(--ink);font-family:var(--font-display);font-size:28px;font-weight:400;line-height:1.08}
.volunteer-help-detail-head p{max-width:78ch;margin-top:4px;color:var(--ink-3);font-size:13px}
.volunteer-help-detail-head strong{flex:none;border-radius:999px;background:var(--accent);color:#fff;padding:7px 10px;font-family:var(--font-mono);font-size:11px;font-weight:900;text-transform:uppercase}
.volunteer-help-query{border:1px solid rgba(71,25,84,.14);border-radius:6px;background:var(--accent-tint);color:var(--accent-deep);padding:8px 10px;font-family:var(--font-mono);font-size:10px;font-weight:800;text-transform:uppercase}
.volunteer-help-query b{font-weight:900}
.volunteer-help-people{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:10px}
.volunteer-help-person-card{display:grid;gap:10px;border:1px solid var(--rule-soft);border-radius:8px;background:#fff;padding:12px;min-width:0}
.volunteer-help-person-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border-bottom:1px solid var(--rule-soft);padding-bottom:9px}
.volunteer-help-person-head h4{display:flex;align-items:center;gap:7px;min-width:0;color:var(--ink);font-size:16px;line-height:1.2}
.volunteer-help-person-head h4 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.volunteer-help-person-head small{display:block;margin-top:3px;color:var(--ink-3);font-family:var(--font-mono);font-size:10px;line-height:1.35;text-transform:uppercase}
.volunteer-help-ai-reason{border-left:3px solid var(--accent);background:var(--accent-tint);color:var(--accent-deep);padding:8px 9px;font-size:12px;line-height:1.35}
.volunteer-help-contact .contact-stack{margin-top:0}
.volunteer-help-badges{display:flex;flex-wrap:wrap;gap:5px}
.volunteer-help-badges span{border-radius:999px;background:#ecfdf5;color:#047857;padding:4px 7px;font-family:var(--font-mono);font-size:9px;font-weight:900;text-transform:uppercase}
.volunteer-help-availability{display:grid;gap:7px;border:1px solid var(--rule-soft);border-radius:6px;background:var(--bg);padding:9px}
.volunteer-help-availability>b{color:var(--accent-deep);font-family:var(--font-mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.volunteer-help-availability small{color:var(--ink-4);font-size:12px;line-height:1.35}
.volunteer-help-week-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
.volunteer-help-week{display:flex;align-items:center;gap:5px;min-width:0;border:1px solid var(--rule-soft);border-radius:5px;background:#fff;color:var(--ink-4);padding:6px;font-family:var(--font-mono);font-size:9px;font-weight:800;text-transform:uppercase}
.volunteer-help-week.checked{border-color:rgba(4,120,87,.28);background:#ecfdf5;color:#047857}
.volunteer-help-week input{flex:0 0 auto;width:13px;height:13px;margin:0;accent-color:#047857}
.volunteer-help-week span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.volunteer-help-notes{display:grid;gap:7px}
.volunteer-help-notes p{display:grid;gap:2px;margin:0;color:var(--ink-3);font-size:12px;line-height:1.35}
.volunteer-help-notes b{color:var(--accent-deep);font-family:var(--font-mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.volunteer-help-notes .empty-note,.volunteer-help-empty{border:1px dashed var(--rule-soft);border-radius:6px;background:var(--bg);color:var(--ink-4);padding:12px;text-align:center;font-family:var(--font-display);font-style:italic}
.volunteer-calendar-view{display:grid;gap:12px}
.volunteer-calendar-view[hidden]{display:none}
.volunteer-calendar-toolbar{position:sticky;top:0;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;margin:0;border-bottom:1px solid var(--rule-soft);border-radius:0;background:#fff}
.volunteer-calendar-left{display:flex;align-items:end;gap:8px;min-width:0;justify-self:start}
.volunteer-calendar-left .availability-filter{min-width:150px}
.volunteer-calendar-month-nav{display:flex;align-items:center;justify-content:center;gap:10px}
.volunteer-calendar-month-nav strong{min-width:240px;text-align:center;color:var(--ink);font-size:22px;font-weight:600}
.volunteer-calendar-mode{justify-self:end;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--rule-soft);border-radius:4px;background:var(--bg);color:var(--ink-3);padding:7px 10px;font-family:var(--font-mono);font-size:10px;font-weight:800;text-transform:uppercase}
.volunteer-calendar-grid{display:grid;gap:0;min-width:0;background:#fff;padding:0 12px 12px}
.volunteer-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid var(--rule-soft);background:#fff}
.volunteer-calendar-weekdays span{border-right:1px solid var(--rule-soft);color:var(--ink-3);font-family:var(--font-mono);font-size:10px;font-weight:800;padding:9px 8px;text-align:left;text-transform:uppercase}
.volunteer-calendar-weekdays span:last-child{border-right:0}
.volunteer-calendar-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));min-height:calc(100vh - 330px);border-left:1px solid var(--rule-soft)}
.volunteer-calendar-day{display:grid;grid-template-rows:auto minmax(0,1fr);gap:6px;min-height:134px;border:0;border-right:1px solid var(--rule-soft);border-bottom:1px solid var(--rule-soft);border-radius:0;background:#fff;color:var(--ink);padding:8px;text-align:left;overflow:hidden}
.volunteer-calendar-day:hover,.volunteer-calendar-day:focus-visible{outline:0;background:#fffbeb;box-shadow:inset 0 0 0 2px rgba(234,179,8,.32)}
.volunteer-calendar-day.has-volunteers{background:#fffdf5}
.volunteer-calendar-day.outside{background:#fafafa;color:var(--ink-4)}
.volunteer-calendar-day.outside.has-volunteers{background:#fffaf0}
.volunteer-calendar-day.today{background:#fefce8}
.volunteer-calendar-date{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px;font-family:var(--font-mono)}
.volunteer-calendar-date b{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;color:var(--ink);font-size:11px;font-weight:900}
.volunteer-calendar-day.today .volunteer-calendar-date b{background:var(--accent);color:#fff}
.volunteer-calendar-date small{border-radius:999px;background:var(--bg);color:var(--ink-3);padding:2px 6px;font-size:9px;font-weight:800;text-transform:uppercase}
.volunteer-calendar-items{display:grid;place-items:center;align-content:center;gap:3px;min-width:0;overflow:hidden}
.volunteer-calendar-items strong{color:var(--accent-deep);font-family:var(--font-mono);font-size:34px;font-weight:900;line-height:1}
.volunteer-calendar-items span{color:var(--ink-3);font-family:var(--font-mono);font-size:10px;font-weight:800;text-transform:uppercase}
.volunteer-calendar-items em{color:var(--ink-4);font-family:var(--font-mono);font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase}
.volunteer-calendar-regions{display:grid;gap:3px;margin-bottom:2px}
.volunteer-calendar-regions b{display:flex;align-items:center;justify-content:space-between;gap:6px;border-left:0;background:#f8fafc;color:var(--ink-3);padding:3px 5px;font-size:9px}
.volunteer-calendar-regions small{color:var(--accent-deep);font-size:9px;font-weight:900}
.volunteer-calendar-empty{color:var(--ink-4);font-family:var(--font-mono);font-size:10px}
.volunteer-calendar-empty-state{border:1px dashed var(--rule-soft);border-radius:5px;background:var(--bg);color:var(--ink-3);padding:10px;font-size:12px;line-height:1.35}
@media(max-width:960px){.guest-header-search{grid-template-columns:1fr 1fr}.guest-header-search input{grid-column:1/-1}.volunteer-help-detail-head{align-items:flex-start;flex-direction:column}.volunteer-calendar-toolbar{grid-template-columns:1fr}.volunteer-calendar-left,.volunteer-calendar-month-nav,.volunteer-calendar-mode{justify-self:stretch}.volunteer-calendar-left{flex-wrap:wrap}.volunteer-calendar-mode{max-width:none}.volunteer-calendar-month-grid{grid-template-columns:1fr;min-height:auto}.volunteer-calendar-weekdays{display:none}.volunteer-calendar-day{min-height:112px}.volunteer-calendar-month-nav strong{min-width:0;flex:1}}
@media(max-width:620px){.volunteer-panel-top{display:grid}.volunteer-panel-top-actions{display:grid;grid-template-columns:1fr}.volunteer-panel-top-actions .btn{width:100%;justify-content:center}.guest-header-search{grid-template-columns:1fr}.volunteer-day-modal{width:calc(100vw - 20px);height:calc(100vh - 20px)}.volunteer-help-view{padding:10px}.volunteer-help-toolbar{align-items:stretch;flex-direction:column}.volunteer-help-toolbar .btn{width:100%}.volunteer-help-summary,.volunteer-help-people{grid-template-columns:1fr}.volunteer-help-card{grid-template-columns:38px minmax(0,1fr);min-height:0}.volunteer-help-count{grid-column:1/-1;justify-self:start}.volunteer-help-person-head{display:grid}.volunteer-help-person-head .row-actions{justify-content:start}.volunteer-help-week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.language-multi-field{position:relative}
.language-multi-trigger{width:100%;border:1.5px solid var(--rule-soft);border-radius:4px;background:#fff;padding:9px 10px;color:var(--ink);text-align:left;line-height:1.35;cursor:pointer}
.language-multi-trigger:hover,.language-multi-trigger[aria-expanded="true"]{border-color:rgba(234,179,8,.5);box-shadow:0 0 0 3px rgba(234,179,8,.12)}
.language-chip-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}
.language-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;border:1px solid rgba(234,179,8,.32);border-radius:999px;background:rgba(254,240,138,.42);color:#713f12;padding:5px 7px 5px 9px;font-size:12px;line-height:1.1}
.language-chip button{border:0;background:transparent;color:#854d0e;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.language-chip button:hover{color:#451a03}
.language-multi-list{position:absolute;z-index:26;left:9px;right:9px;top:calc(100% - 2px);display:flex;flex-direction:column;max-height:min(360px,58vh);overflow:auto;border:1.5px solid var(--rule);border-radius:4px;background:#fff;box-shadow:0 14px 36px rgba(22,20,15,.18);padding:6px}
.language-multi-list[hidden]{display:none}
.language-multi-search{position:sticky;top:0;z-index:1;background:#fff;padding-bottom:6px}
.language-multi-search input{width:100%;border:1.5px solid var(--rule-soft);border-radius:4px;background:var(--bg);color:var(--ink);padding:9px 10px;font-size:13px}
.language-multi-search input:focus{outline:0;border-color:rgba(234,179,8,.55);box-shadow:0 0 0 3px rgba(234,179,8,.12)}
.language-multi-option,.language-multi-custom{border:0;border-radius:3px;background:#fff;color:var(--ink);padding:8px 10px;text-align:left;line-height:1.3;cursor:pointer}
.language-multi-option.priority-boundary{border-bottom:1px solid rgba(148,163,184,.45);border-radius:3px 3px 0 0;margin-bottom:5px;padding-bottom:10px}
.language-multi-option:hover,.language-multi-option:focus-visible,.language-multi-custom:hover,.language-multi-custom:focus-visible{outline:0;background:rgba(254,249,195,.55);color:#854d0e}
.language-multi-custom{border:1px dashed rgba(234,179,8,.42);margin-bottom:5px;color:#854d0e}
.language-multi-empty{border:1px dashed var(--rule-soft);border-radius:4px;background:var(--bg);color:var(--ink-3);padding:10px;text-align:center;font-size:13px}
