.aui_outer { text-align:left; }
table.aui_border, table.aui_dialog { border:0; margin:0; border-collapse:collapse; width:auto; }
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer { padding:0; }
.aui_header, .aui_buttons button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; }
.aui_title { overflow:hidden; text-overflow: ellipsis; }
.aui_state_noTitle .aui_title { display:none; }
.aui_close { display:block; position:absolute; text-decoration:none; outline:none; }
.aui_close:hover { text-decoration:none; }
.aui_main { text-align:center; min-width:9em; min-width:0\9; }
.aui_content { display:inline-block; *zoom:1; *display:inline; text-align:left; border:none 0; }
.aui_content.aui_state_full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.aui_loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url("../images/loading.gif") no-repeat center center; }
.aui_icon { vertical-align: middle; }
.aui_icon div { width:36px; height:36px; margin:10px 0 10px 20px; background-position: center center; background-repeat:no-repeat; }

/* ===== 暗色科技風按鈕 ===== */
.aui_buttons { padding:9px; text-align:center; white-space:nowrap; background-color:transparent; border-top:solid 1px rgba(255,255,255,0.06); border-radius:0 0 5px 5px; }
.aui_buttons button { margin-left:10px; padding: 8px 20px; cursor: pointer; display: inline-block; text-align: center; width:auto; overflow:visible; color: #fff; border: none; border-radius: 19px; background: linear-gradient(135deg, #0d47a1, #1565c0); font-weight: 600; letter-spacing: 1px; transition: all 0.25s; box-shadow: 0 0 16px rgba(13,71,161,0.3); }
.aui_buttons button::-moz-focus-inner { border:0; padding:0; margin:0; }
.aui_buttons button:hover { border:none; background: linear-gradient(135deg, #1565c0, #00b8d4); box-shadow: 0 0 24px rgba(13,71,161,0.5); transform: translateY(-1px); }

/* ===== 暗色玻璃面板 ===== */
.aui_outer { background: transparent; }
.aui_border { border: none; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 48px rgba(0,0,0,0.6), 0 0 0 1px rgba(0,184,212,0.15), 0 0 60px rgba(0,184,212,0.1); background: rgba(15,25,50,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se { background: transparent; }
.aui_header { background: transparent; color: #e0e8f0; }
.aui_title { color: #e0e8f0; font-weight: 700; font-size: 15px; padding: 16px 20px 12px; font-family: 'Noto Sans TC','Microsoft YaHei',sans-serif; }
.aui_content { color: #c0c8d8; }
.aui_state_focus .aui_content { color: #e0e8f0; }
.aui_main { color: #c0c8d8; font-size: 14px; padding: 8px 20px 20px; font-family: 'Noto Sans TC','Microsoft YaHei',sans-serif; text-align: center; min-width: 220px; }
.aui_icon { display: none; }

/* ===== 關閉按鈕 ===== */
.aui_close { padding:0; top:10px; right:14px; width:24px; height:24px; line-height:20px; font-size:28px; color:rgba(255,255,255,0.4); text-align:center; transition: color 0.2s; }
.aui_close:hover { background:transparent; color:#00b8d4; }
.aui_close:active { box-shadow: none; }

/* ===== 錯誤/高亮狀態 ===== */
.aui_state_highlight .aui_border { box-shadow: 0 8px 48px rgba(0,0,0,0.6), 0 0 0 1px rgba(229,29,39,0.3), 0 0 60px rgba(229,29,39,0.1); }
.aui_state_highlight .aui_buttons button { background: linear-gradient(135deg, #c62828, #e53935); box-shadow: 0 0 16px rgba(229,29,39,0.3); }
.aui_state_highlight .aui_buttons button:hover { background: linear-gradient(135deg, #e53935, #ef5350); box-shadow: 0 0 24px rgba(229,29,39,0.5); }

/* ===== 拖曳狀態 ===== */
.aui_state_drag .aui_title { box-shadow:none; }
.aui_state_drag .aui_titleBar { box-shadow:none; }

/* ===== 無標題 ===== */
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se { width:3px; height:3px; }
.aui_state_noTitle .aui_outer { border:none 0; box-shadow:none; }
.aui_state_noTitle .aui_titleBar { bottom:0; }
.aui_state_noTitle .aui_close { top:4px; right:4px; }

/* ===== 遮罩 ===== */
.aui_lock { background: rgba(6,13,26,0.85); }
