:root{--gold:#c89b3c;--dark:#111827;--muted:#64748b;--bg:#f6f8fb}
body{font-family:system-ui,-apple-system,"Segoe UI",Tahoma,sans-serif;background:var(--bg);color:#111827}
a{overflow-wrap:anywhere}
.hero{border-radius:28px;background:linear-gradient(135deg,#111827,#0f766e);color:white;padding:34px 22px;box-shadow:0 18px 40px rgba(15,23,42,.18);overflow:hidden;position:relative}
.hero:after{content:"";position:absolute;right:-80px;bottom:-80px;width:240px;height:240px;border-radius:999px;background:rgba(255,255,255,.08)}
.card-soft{border:0;border-radius:22px;box-shadow:0 12px 30px rgba(15,23,42,.08)}
.btn-main{background:var(--gold);border-color:var(--gold);color:#111827;font-weight:700}.btn-main:hover{background:#b8892f;border-color:#b8892f;color:#111827}
.badge-soft{background:#eef2ff;color:#3730a3}.badge-pending{background:#fff7ed;color:#c2410c}.badge-active{background:#ecfdf5;color:#047857}.badge-danger-soft{background:#fee2e2;color:#b91c1c}
.form-control,.form-select{border-radius:14px}.btn{border-radius:14px}.table{vertical-align:middle}
.mobile-actions .btn{min-height:48px}
code{color:#0f766e;font-size:.9em}.navbar form{margin:0}
@media(max-width:991px){.navbar-nav{padding:.6rem 0}.navbar-nav form .btn{width:100%;margin-top:.4rem}}
@media(max-width:768px){.hero{padding:26px 18px;border-radius:20px}.display-6{font-size:1.6rem}.table-responsive{font-size:.9rem}.mobile-actions .btn{width:100%;margin-bottom:8px}.card-soft{border-radius:18px}.container{--bs-gutter-x:1.25rem}}
