/* 公開網站淺色主題 */
:root {
    --bg-color: #FAF9F6;
    --bg-secondary: #f0f8f0;
    --text-color: #333333;
    --text-secondary: #666666;
    --header-bg: #f8f9fa;
    --nav-bg: #ffffff;
    --footer-bg: #f8f9fa;
    --border-color: #b8d4b0;
    --hover-bg: #f0f8f0;
    --primary-color: #3b5842;
    --secondary-color: #4d6c57;
    --shadow: rgba(59, 88, 66, 0.15);
    
    /* 表單相關 */
    --input-background: #ffffff;
    --input-text-color: #333333;
    --select-option-bg: #ffffff;
    --select-option-text: #2c3e50;
    --card-background: #ffffff;
    
    /* 按鈕相關 - 莫蘭迪綠色系 */
    --button-bg: #3b5842;
    --button-text: #ffffff;
    --button-hover-bg: #4d6c57;
    --button-hover-text: #ffffff;
    --button-border-color: #3b5842;
    --button-shadow: rgba(59, 88, 66, 0.3);
    --button-shadow-hover: rgba(59, 88, 66, 0.4);
    
    /* 外部連結按鈕（深綠色） */
    --external-button-bg: #2f4535;
    --external-button-hover-bg: #3b5842;
    --external-button-shadow: rgba(47, 69, 53, 0.3);
    --external-button-shadow-hover: rgba(47, 69, 53, 0.4);
    
    /* 其他顏色 */
    --overlay-bg: rgba(0, 0, 0, 0.7);
    --error-color: #ff6b6b;
    --orange-color: #ff8c42;
    
    /* 表格相關 - 莫蘭迪綠色系 */
    --table-bg: #ffffff;
    --table-header-bg: #f0f8f0;
    --table-border-color: #b8d4b0;
    --table-row-hover-bg: #f8faf8;
    --table-text-color: #333333;
    --table-header-text-color: #3b5842;
    --table-header-border-color: #3b5842;
}
