/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-trqlw7y02y] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 亮色維持既有品牌藍（連結、主要按鈕、nav-pills）；深色不覆寫、交還 Bootstrap 5.3
   語意變數自動適配。用 :root:not([data-bs-theme="dark"]) 範圍，涵蓋「無屬性預設」與明確 light。 */
:root:not([data-bs-theme="dark"])[b-trqlw7y02y] {
  --bs-link-color: #0077cc;
  --bs-link-color-rgb: 0, 119, 204;
  --bs-link-hover-color: #005fa3;
  --bs-link-hover-color-rgb: 0, 95, 163;
}
:root:not([data-bs-theme="dark"]) .btn-primary[b-trqlw7y02y] {
  --bs-btn-bg: #1b6ec2;
  --bs-btn-border-color: #1b6ec2;
  --bs-btn-hover-bg: #1861ac;
  --bs-btn-hover-border-color: #1861ac;
  --bs-btn-active-bg: #1861ac;
  --bs-btn-active-border-color: #1861ac;
  --bs-btn-disabled-bg: #1b6ec2;
  --bs-btn-disabled-border-color: #1b6ec2;
}
:root:not([data-bs-theme="dark"]) .nav-pills[b-trqlw7y02y] {
  --bs-nav-pills-link-active-bg: #1b6ec2;
}

.border-top[b-trqlw7y02y] {
  border-top: 1px solid var(--bs-border-color);
}
.border-bottom[b-trqlw7y02y] {
  border-bottom: 1px solid var(--bs-border-color);
}

/* 主題切換鈕圖示：依 data-bs-theme 顯示對應圖示（純 CSS，無 FOUC）。 */
#theme-toggle .theme-icon[b-trqlw7y02y] {
  font-size: 1rem;
  line-height: 1;
}
.theme-icon-dark[b-trqlw7y02y] {
  display: none;
}
.theme-icon-light[b-trqlw7y02y] {
  display: inline;
}
[data-bs-theme="dark"] .theme-icon-light[b-trqlw7y02y] {
  display: none;
}
[data-bs-theme="dark"] .theme-icon-dark[b-trqlw7y02y] {
  display: inline;
}

.box-shadow[b-trqlw7y02y] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-trqlw7y02y] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-trqlw7y02y] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
