/* Extracted from shop_sub_default.php (externalized) */
body { background: #f8f9fa !important; margin: 0; padding: 0; }
.myoffice-dashboard { max-width: 1400px; margin: 0 auto; padding: 20px; background: #f8f9fa; min-height: 100vh; }
.dashboard-container { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; align-items: stretch; }
.table-section { margin-bottom: 30px; }
.table-container { background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); overflow: visible !important; }
.table-card { padding: 0; }
.table-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; border-bottom: 1px solid #e9ecef; background: #f8f9fa; }
.table-header h3 { margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -0.3px; color: #2c3e50; }
.table-info { padding: 15px 25px; background: #f8f9fa; border-bottom: 1px solid #e9ecef; font-size: 14px; color: #6c757d; }
.table-wrapper { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.data-table th, .data-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #e9ecef; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.data-table th { background: #f8f9fa; font-weight: 600; color: #495057; font-size: 13px; }
.data-table td { font-size: 13px; color: #6c757d; }
.breadcrumb { font-size: 14px; color: #6c757d; font-weight: 400; }
.path { background: #fff; border: 1px solid #DDDDDD; border-collapse: collapse; margin-bottom: 20px; }
.path th, .path td { padding: 15px 20px; border-bottom: 1px solid #e9ecef; }
.path .ht { background: #f8f9fa; font-weight: 600; color: #495057; width: 18%; vertical-align: middle; text-align: center; padding: 0 20px; }
.ht { vertical-align: middle; text-align: center; }
.path .otto { background: #fff; color: #6c757d; }

/* Align inputs vertically centered in data cells and add slight breathing space */
.table-card .otto { vertical-align: middle; padding-top: 6px; padding-bottom: 6px; }
.table-card .otto input.ed,
.table-card .otto select,
.table-card .otto textarea {
  vertical-align: middle;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* Unified input styles with sub_recruit */
.ed,
.pub-input--rounded { padding: 6px 10px !important; border: 1px solid #c7ced6 !important; border-radius: 4px !important; font-size: 13px !important; background: #ffffff !important; color: #333333 !important; transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease !important; height: 34px !important; box-sizing: border-box !important; line-height: 20px !important; box-shadow: none !important; }
.ed:focus,
.pub-input--rounded:focus { border-color: #80bdff !important; outline: none !important; box-shadow: 0 0 0 3px rgba(0,123,255,.12) !important; }
.select_pm { padding: 6px 10px !important; border: 1px solid #c7ced6 !important; border-radius: 4px !important; font-size: 13px !important; background: #ffffff !important; color: #333333 !important; min-width: 100px; height: 34px !important; box-sizing: border-box !important; line-height: 20px !important; box-shadow: none !important; }
.select_pm:focus { border-color: #80bdff !important; outline: none !important; box-shadow: 0 0 0 3px rgba(0,123,255,.12) !important; }
textarea { padding: 10px 12px !important; border: 1px solid #c7ced6 !important; border-radius: 4px !important; font-size: 13px !important; background: #ffffff !important; color: #333333 !important; resize: vertical; font-family: inherit; min-height: 34px; box-sizing: border-box !important; box-shadow: none !important; }
textarea:focus { border-color: #80bdff !important; outline: none !important; box-shadow: 0 0 0 3px rgba(0,123,255,.12) !important; }

/* Buttons */
.btn_area { padding: 20px 0 60px 0; text-align: center; }
.button { background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important; color: #ffffff !important; border: none !important; border-radius: 8px; padding: 12px 24px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(40,167,69,0.2); text-decoration: none; display: inline-block; }
.button:hover { background: linear-gradient(135deg, #20c997 0%, #28a745 100%) !important; color: #ffffff !important; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(40,167,69,0.3); }
.btn-save, .btn-request { background: linear-gradient(135deg, #28a745 0%, #20c997 100%); color: #ffffff; border: none; border-radius: 8px; padding: 12px 24px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(40,167,69,0.2); text-decoration: none; display: inline-block; font-family: 'Malgun Gothic', '맑은 고딕', Arial, sans-serif; line-height: 1.4; text-align: center; min-width: 80px; }
.btn-save:hover, .btn-request:hover { background: linear-gradient(135deg, #20c997 0%, #28a745 100%); color: #ffffff; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(40,167,69,0.3); }
.btn-save:focus, .btn-request:focus { color: #ffffff; outline: 2px solid #ffffff; outline-offset: 2px; }
.btn-save:active, .btn-request:active { transform: translateY(0); box-shadow: 0 1px 2px rgba(40,167,69,0.2); }

/* Top button */
#topBtn { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border: none; border-radius: 50%; cursor: pointer; font-size: 18px; font-weight: bold; box-shadow: 0 4px 12px rgba(102,126,234,0.4); transition: all 0.3s ease; z-index: 1000; display: none; }
#topBtn:hover { background: linear-gradient(135deg, #764ba2 0%, #667eea 100%); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(102,126,234,0.6); }

