@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap');
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', Arial, sans-serif; background: #F5F7FA; color: #12151C; font-size: 15px; }

.lic-body { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, #071429, #0B1E3D); }
.lic-login-box { background: #fff; padding: 40px 36px; border-radius: 12px; width: 100%; max-width: 360px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.lic-login-box h1 { font-family: 'Manrope', sans-serif; font-size: 22px; margin-bottom: 20px; color: #0B1E3D; }
.lic-login-box input { width: 100%; padding: 11px 14px; margin-bottom: 12px; border: 1px solid #E4E7EC; border-radius: 6px; font-size: 14px; }
.lic-login-box button { width: 100%; background: #2563EB; color: #fff; border: none; padding: 11px; border-radius: 6px; font-weight: 600; cursor: pointer; }
.lic-alert { background: #FDEDED; color: #B42318; padding: 10px 14px; border-radius: 6px; margin-bottom: 14px; font-size: 13.5px; }
.lic-alert-ok { background: #EAF1FF; color: #1D4ED8; padding: 10px 14px; border-radius: 6px; margin-bottom: 18px; font-size: 13.5px; }

.lic-menu { background: #0B1E3D; display: flex; align-items: center; justify-content: space-between; padding: 14px 30px; }
.lic-menu-logo { color: #fff; font-family: 'Manrope', sans-serif; font-weight: 800; }
.lic-menu-logo span { color: #5B9DFF; font-weight: 400; font-family: 'Inter', sans-serif; font-size: 13px; }
.lic-menu a { color: #AEB9CF; text-decoration: none; font-size: 14px; }
.lic-menu a:hover { color: #fff; }

.lic-contenido { max-width: 1100px; margin: 0 auto; padding: 34px 24px; }
.lic-contenido h1 { font-family: 'Manrope', sans-serif; margin-bottom: 20px; }

.lic-panel-form { background: #fff; border: 1px solid #E4E7EC; border-radius: 10px; padding: 18px 22px; margin-bottom: 24px; }
.lic-panel-form summary { cursor: pointer; font-weight: 600; color: #0B1E3D; }
.lic-panel-form label { display: block; font-size: 13px; font-weight: 600; margin: 10px 0 4px; }
.lic-panel-form input, .lic-panel-form select { width: 100%; padding: 9px 12px; border: 1px solid #E4E7EC; border-radius: 6px; font-size: 14px; }
.lic-panel-form button { background: #2563EB; color: #fff; border: none; padding: 10px 20px; border-radius: 6px; font-weight: 600; cursor: pointer; }

.lic-tabla { width: 100%; background: #fff; border-collapse: collapse; border-radius: 10px; overflow: hidden; border: 1px solid #E4E7EC; }
.lic-tabla th, .lic-tabla td { padding: 12px 14px; text-align: left; border-bottom: 1px solid #E4E7EC; font-size: 13.5px; }
.lic-tabla th { background: #F7F9FC; text-transform: uppercase; font-size: 11px; color: #4B5565; }
.lic-tabla a { color: #2563EB; text-decoration: none; }
