
:root { --primary: #1a73e8; --bg-light: #f4f6f8; --border: #dfe1e6; }
body { font-family: -apple-system, sans-serif; margin: 0; background: var(--bg-light); color: #333; }
.topbar { background: #fff; padding: 15px 30px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--border); }
.brand { font-weight: bold; color: var(--primary); font-size: 18px; }
.user-menu a { color: var(--text-muted); text-decoration: none; margin-left:15px; font-weight: 600; color: #6b778c; }
.container { max-width: 1200px; margin: 0 auto; padding: 30px; }
.page-header h1 { margin: 0 0 10px; color: #172b4d; font-size: 24px; }
.page-header p { color: #6b778c; margin-bottom: 30px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.card-toolbar { padding: 20px; border-bottom: 1px solid var(--border); }
.boken-table { width: 100%; border-collapse: collapse; }
.boken-table th, .boken-table td { padding: 15px; border-bottom: 1px solid var(--border); text-align: left; font-size: 13px; }
.badge-accepted { background: #e3fcef; color: #006644; padding: 4px 8px; border-radius: 3px; font-weight: 600; font-size: 12px; }
.badge-pending { background: #fffae6; color: #ff8b00; padding: 4px 8px; border-radius: 3px; font-weight: 600; font-size: 12px; }
.btn-icon { background: none; border: 1px solid transparent; cursor: pointer; font-size: 16px; padding: 5px; text-decoration:none; }
.flex-center { display: flex; justify-content: center; align-items: center; min-height: 100vh; }
.login-card { background: #fff; padding: 40px; border-radius: 8px; width: 320px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.form-group { margin-bottom: 15px; }
.form-group label { font-size: 13px; font-weight: 600; margin-bottom: 5px; display: block; }
.form-control { width: 100%; padding: 10px; border: 1px solid var(--border); border-radius: 4px; box-sizing: border-box; }
.btn { padding: 10px 20px; border-radius: 4px; cursor: pointer; border: none; font-weight: bold; font-family: inherit; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-block { width: 100%; }
.btn-outline { background: #fff; border: 1px solid var(--border); color: #333; }
.alert { padding: 15px; margin-bottom: 20px; border-radius: 4px; font-size: 14px; }
.alert-danger { background-color: #ffebe6; color: #bf2600; border: 1px solid #ffbdad; }
.alert-success { background-color: #e3fcef; color: #006644; border: 1px solid #abf5d1; }
.text-center { text-align: center; } .mt-3 { margin-top: 15px; } .text-muted { color: #6b778c; }
