body.wrapper-fluid .site-grid {
    grid-gap: 0 1em;
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 25%)) [main-end] minmax(0, 1fr) [full-end];
}
.container-header {
    background: linear-gradient(90deg, #cbbc59, #a99e60);
}
div.nxartdiv{
  background: #ffffff; 
  border: 1px solid #e2e8f0; 
  border-radius: 14px; 
  box-shadow: 0 10px 30px rgba(15,23,42,0.08); 
  padding: 22px; 
  box-sizing: border-box;
}
div.nxchips{
  display: flex; 
  gap: 8px; 
  flex-wrap: wrap; 
  margin-bottom: 14px; 
  font-size: 0.8rem;
}
div.nxactions{
  margin: 0.4em 0 0.5em 0;
}
a.nxbtn{
  background: linear-gradient(90deg, #b7a94f, #89804e); 
  border: 1px solid rgba(255, 255, 255, 0.06); 
  padding: 8px 12px; 
  border-radius: 10px; 
  color: #f5f5f7; 
  text-decoration: none;
}
div.nxactionsprim{
  display: flex; gap: 12px; 
  margin-top: 10px;
}
a.nxbtnprim{
  background: linear-gradient(90deg, #1f5eff, #1b9bd7); 
  padding: 8px 14px; 
  border-radius: 10px; 
  font-weight: 600; 
  box-shadow: 0 6px 8px 0px rgba(2, 6, 23, 0.6); 
  text-decoration: none; 
  color: #f5f5f7; 
}
.nxhero-side{
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    color: #0f172a;
    line-height: 1.45;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.08);
    padding: 18px;
}
.nxside-top{
    display: flex;
    gap: 12px;
    align-items: center;
}
.nxavatar{
    height: 90px;
    width: 90px;
    border-radius: 16px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), transparent 55% 55%), linear-gradient(135deg, rgba(31, 94, 255, 0.95), rgba(201, 162, 39, 0.85));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 22px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.nxname{
    font-weight: 600;
}
.nxrole{
    color: #5b677a;
    font-size: 13px;
    margin-top: 2px;
}
.nxside-list {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nxside-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f2f5fb;
    border: 1px solid #e2e8f0;
    padding: 10px 10px;
    border-radius: 12px;
    color: #5b677a;
    font-size: 14px;
}
.nxico{
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(31, 94, 255, 0.14), rgba(201, 162, 39, 0.18));
    border: 1px solid rgba(226, 232, 240, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-weight: 800;
}
.nxmuted{
    color: #5b677a;
}
.nxbtn-ghost {
    background: transparent;
    color: #0f172a;
    border-color: #e2e8f0;
}
.nxbtncard {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    padding: 9px 12px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
 a:not([class]) {
    text-decoration: none;
}
.nxmetrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
}
.nxmetric {
    background: linear-gradient(180deg, rgba(31, 94, 255, 0.06), rgba(201, 162, 39, 0.06));
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 12px;
    padding: 10px;
}
.nxmetric b {
    display: block;
    font-size: 16px;
}
.nxmetric span {
    display: block;
    color: #5b677a;
    font-size: 12px;
    margin-top: 2px;
}
.nxsection-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 10px;
}
.nxsection-title h3 {
    margin: 0 0 0 1em;
    font-size: 20px;
}
.nxsection-title p {
    margin: 0;
    color: #5b677a;
    font-size: 13px;
}
.nxgrid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.nxgrid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.nxcard-pad {
    padding: 16px;
}
.nxcard {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.08);
}
.nxcard h4 {
    margin: 0 0 6px;
    font-weight: 500;
    font-size: 1.1rem;
}
.nxchipsg {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.nxchipg {
    background: #f2f5fb;
    border: 1px solid #e2e8f0;
    color: #5b677a;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 13px;
}
.nxproject-thumb {
    height: 140px;
    border-radius: 12px;
    background: radial-gradient(180px 120px at 30% 35%, rgba(31, 94, 255, 0.22), transparent 60%), radial-gradient(240px 150px at 70% 20%, rgba(201, 162, 39, 0.22), transparent 60%), linear-gradient(135deg, #eff4ff, #ffffff);
    border: 1px solid #e2e8f0;
}
.nxbadge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(201, 162, 39, 0.45);
    background: rgba(201, 162, 39, 0.10);
    color: #6b5206;
    font-weight: 700;
    font-size: 12px;
}
.nxproject-thumb img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.nxavatar img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15%;
}
.footer2{
    display: none;
}
@media (max-width: 980px) {
    .nxgrid-2, .nxgrid-3 {
        grid-template-columns: 1fr;
    }
}