/**
 * 自 Blade 內聯 style 抽離，供 strict CSP（無 style 屬性）使用。
 */

.u-flex-fixed {
    flex: 0 0 auto;
}

.u-min-w-0 {
    min-width: 0;
}

.u-img-logo-80 {
    width: 80px;
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(18, 18, 18, 0.1);
}

.u-footer-brand-title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #121212;
    line-height: 1.15;
}

.u-footer-body-text {
    margin-top: 14px;
    color: #6c6c6c;
    font-size: 16px;
    line-height: 1.75;
    max-width: 560px;
}

.u-footer-contact-title {
    font-size: 30px;
    font-weight: 700;
    color: #6aa0d6;
    line-height: 1.15;
}

.u-footer-hr {
    border: 0;
    border-top: 1px solid rgba(18, 18, 18, 0.08);
    margin: 40px 0 22px;
}

.u-text-muted-6c {
    color: #6c6c6c;
}

.site-header {
    z-index: 1000;
    position: relative;
}

.site-header__product-title {
    font-size: 28px;
}

.notification-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.purchase-footer {
    background: #f6f7fb;
    border-top: 1px solid rgba(18, 18, 18, 0.08);
}

.purchase-footer__inner {
    padding-top: 64px;
    padding-bottom: 40px;
}

.purchase-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.purchase-footer__nav a {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.15s ease;
}

.purchase-footer__label {
    letter-spacing: 0.18em;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #121212;
}

.purchase-footer__company {
    margin-top: 18px;
    font-size: 30px;
    font-weight: 700;
    color: #6aa0d6;
    line-height: 1.15;
}

.purchase-footer__bottom {
    gap: 16px;
    font-size: 14px;
    color: #6c6c6c;
}

.purchase-footer__sep {
    color: rgba(18, 18, 18, 0.2);
}

.purchase-footer__link {
    color: #6c6c6c;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1.2;
    transition: color 0.15s ease;
}

.purchase-header__btn-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.purchase-portal-section {
    padding: 56px 0 72px;
}

.purchase-portal-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(18, 18, 18, 0.08);
    box-shadow: 0 10px 28px rgba(18, 18, 18, 0.06);
}

.purchase-portal-card__body {
    padding: 30px;
}

.purchase-portal-card__row {
    gap: 12px;
}

.purchase-portal-card__icon-wrap {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(104, 187, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f86d6;
}

.purchase-portal-card__icon {
    font-size: 20px;
}

.purchase-portal-card__title {
    font-size: 30px;
    font-weight: 900;
    color: #121212;
    line-height: 1.15;
}

.purchase-portal-card__lead {
    margin-top: 6px;
    font-size: 20px;
    color: #6c6c6c;
    line-height: 1.6;
}

.purchase-portal-card__actions {
    gap: 12px;
}

.purchase-portal-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.purchase-portal-card__hint {
    font-size: 16px;
    color: #6c6c6c;
    line-height: 1.6;
}

.u-select-inline-auto {
    width: auto;
    display: inline-block;
}

.u-td-mission-ellipsis {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-chart-h-280 {
    height: 280px;
}

.u-th-w-33 {
    width: 33%;
}

.u-table-fixed-full {
    table-layout: fixed;
    width: 100%;
}

.u-col-w-33 {
    width: 33%;
}

.u-col-w-34 {
    width: 34%;
}

.u-th-w-70 {
    width: 70px;
}

.u-th-admin-company th:nth-child(1) {
    width: 30%;
}

.u-th-admin-company th:nth-child(2) {
    width: 15%;
}

.u-th-admin-company th:nth-child(3) {
    width: 15%;
}

.u-th-admin-company th:nth-child(4) {
    width: 20%;
}

.u-th-admin-company th:nth-child(5) {
    width: 20%;
}

.u-legend-sq-blue {
    width: 20px;
    height: 20px;
    background-color: #1a73e8;
    margin-right: 5px;
}

.u-legend-sq-green {
    width: 20px;
    height: 20px;
    background-color: #4caf50;
    margin-right: 5px;
}

.u-calendar-h-600 {
    height: 600px;
}

.u-btn-header-compact {
    padding: 0.375rem 0.75rem;
}

.u-btn-add-h50 {
    height: 50px;
}

.u-white-space-pre-line {
    white-space: pre-line;
}

.u-thetag3-reset {
    padding: 0;
}

.u-thetag3-pad {
    padding: 10px 0;
}

.u-record-map-panel {
    height: 500px;
    margin-bottom: 20px;
}

.route-info.u-route-info-box {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.u-mt-form-destroy {
    margin-top: 10px;
}

/* 舊版 index.blade（公開首頁靜態） */
.legacy-logo-sm {
    width: 100px;
}

.legacy-carousel-item--b2 {
    background-image: url("/imgs/banner002.png");
}

.legacy-carousel-item--b3 {
    background-image: url("/imgs/banner003.png");
}

.legacy-carousel-item--b1 {
    background-image: url("/imgs/banner001.png");
}

/* 首頁右側抽屜：style1 的 .sidebar-right 為淺底 + 白字，對比不足；以下需蓋過 style1 */
.sidebar-right.legacy-sidebar-right {
    background-color: #0f172a;
}

.sidebar-right.legacy-sidebar-right .sidebar-close .close {
    color: #f1f5f9;
}

.sidebar-right.legacy-sidebar-right .sidebar-content .sidebar-menu ul li a {
    color: #e2e8f0;
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.sidebar-right.legacy-sidebar-right .sidebar-content .sidebar-menu ul li a:hover {
    color: #ffcc03;
}

.legacy-trial-note {
    color: #000;
}

.legacy-footer-bar {
    background: #da4560;
}

.u-display-inline-block {
    display: inline-block;
}

.u-ml-8 {
    margin-left: 8px;
}

.u-header-strip-muted {
    background-color: #ccd3ca;
}

.u-map-h-500 {
    height: 500px;
}

.u-map-fill {
    height: 100%;
}

.u-trace-title {
    font-size: 24px;
    font-weight: bold;
}

.u-route-steps-text {
    font-size: 18px;
    line-height: 1.6;
}

.u-btn-delete-address {
    background-color: #dc3545 !important;
}

.u-info-window-text {
    line-height: 1.5;
    color: #000;
}

.u-modal-body-sm {
    font-size: 0.95rem;
}

.u-th-w-80 {
    width: 80px;
}

.u-optimized-cal-h {
    height: 600px;
}

.mission-detail-lead {
    padding: 0;
}

.text-white-force {
    color: #fff !important;
}

.u-ai-status-bar-spaced {
    margin-bottom: 8px;
}
