:root{
  --primary:#173b8f;
  --primary-2:#3b66d6;
  --primary-3:#7c9bff;
  --primary-soft:#eef4ff;
  --primary-soft-2:#f7faff;
  --bg:#f4f7fc;
  --surface:#ffffff;
  --surface-2:#fbfcff;
  --line:#e4ebf7;
  --line-2:#d8e2f3;
  --text:#24324b;
  --muted:#66758f;
  --muted-2:#7f8da6;
  --success:#198754;
  --warning:#d89b0d;
  --danger:#c4455c;
  --shadow:0 18px 45px rgba(18,39,92,.08);
  --shadow-soft:0 10px 26px rgba(18,39,92,.05);
  --shadow-hover:0 24px 56px rgba(18,39,92,.12);
  --radius-xl:30px;
  --radius-lg:22px;
  --radius-md:16px;
  --radius-sm:12px;
}

html{
  scroll-behavior:smooth;
}

body{
  background:
    radial-gradient(circle at top left, rgba(84,120,226,.12), transparent 24%),
    radial-gradient(circle at top right, rgba(35,90,220,.08), transparent 18%),
    linear-gradient(180deg, #f8fafe 0%, #eef3fb 100%);
  color:var(--text);
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing:.01em;
}

.navbar{
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 8px 30px rgba(17,34,78,.05);
  border-bottom:1px solid rgba(23,59,143,.08)!important;
}
.navbar-brand{
  color:var(--primary)!important;
  letter-spacing:.2px;
  font-weight:800;
}
.nav-link{
  color:#44506a!important;
  font-weight:600;
  border-radius:999px;
  padding:.6rem .95rem!important;
  transition:all .2s ease;
}
.nav-link:hover,
.nav-link.active{
  color:var(--primary)!important;
  background:var(--primary-soft);
}

.btn{
  border-radius:14px;
  font-weight:700;
  padding:.75rem 1.05rem;
  box-shadow:none!important;
  transition:all .2s ease;
}
.btn:hover{
  transform:translateY(-1px);
}
.btn-primary{
  background:linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  border:none;
  box-shadow:0 12px 25px rgba(23,59,143,.16)!important;
}
.btn-primary:hover{
  filter:brightness(.99);
  box-shadow:0 16px 34px rgba(23,59,143,.22)!important;
}
.btn-outline-primary{
  border-color:#cddaf8;
  color:var(--primary);
  background:#fff;
}
.btn-outline-primary:hover{
  background:var(--primary-soft);
  color:var(--primary);
  border-color:#bcd0fb;
}
.btn-glass{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
}
.btn-glass:hover{
  background:rgba(255,255,255,.14);
  color:#fff;
  border-color:rgba(255,255,255,.36);
}

.alert{
  border:none;
  box-shadow:var(--shadow-soft);
  border-radius:18px;
}
.alert-success{ background:#eef9f1; color:#17633b; }
.alert-danger{ background:#fff0f1; color:#8a2336; }
.alert-warning{ background:#fff8ea; color:#8b640a; }
.alert-light{ background:linear-gradient(180deg,#fff,#fbfdff); }

.card-soft{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,253,255,.97));
  border:1px solid rgba(23,59,143,.08)!important;
  border-radius:var(--radius-lg)!important;
  box-shadow:var(--shadow);
}
.card-soft:hover{
  box-shadow:var(--shadow-hover);
}

.hero-box{
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 22%),
    radial-gradient(circle at bottom left, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(135deg, #163986 0%, #315cc7 52%, #5177df 100%);
  color:#fff;
  border-radius:var(--radius-xl);
  overflow:hidden;
  position:relative;
  box-shadow:0 24px 60px rgba(20,45,110,.18);
}
.hero-box .text-muted,
.hero-box .small{
  color:rgba(255,255,255,.78)!important;
}
.hero-premium::before{
  content:"";
  position:absolute;
  right:-60px;
  top:-60px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.hero-premium::after{
  content:"";
  position:absolute;
  left:-40px;
  bottom:-80px;
  width:200px;
  height:200px;
  border-radius:50%;
  background:rgba(255,255,255,.05);
}
.hero-premium > *{
  position:relative;
  z-index:2;
}
.hero-title{
  letter-spacing:-.03em;
  line-height:1.12;
}
.hero-lead{
  font-size:1.05rem;
  line-height:1.85;
  max-width:760px;
}
.badge-soft{
  background:#e9f0ff;
  color:#1b4cc2;
  border-radius:999px;
  padding:.6rem 1rem;
  font-weight:700;
}
.badge-hero{
  background:rgba(255,255,255,.14);
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

.stats-glass{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:1rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.stats-label{
  color:rgba(255,255,255,.72);
  font-size:.86rem;
  margin-bottom:.25rem;
}
.stats-value{
  font-size:1.9rem;
  line-height:1.1;
  font-weight:800;
  color:#fff;
}
.stats-desc{
  color:rgba(255,255,255,.62);
  font-size:.82rem;
  margin-top:.2rem;
}

.hero-side-card{
  border-radius:24px;
  padding:1.5rem;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 12px 30px rgba(9,29,78,.10);
}
.hero-side-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.15);
  color:#fff;
  font-size:1.1rem;
}
.feature-item{
  display:flex;
  align-items:flex-start;
  gap:.85rem;
}
.feature-bullet{
  width:28px;
  height:28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.14);
  color:#fff;
  flex-shrink:0;
  margin-top:.12rem;
}
.mini-note-glass{
  padding:.9rem 1rem;
  border-radius:16px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.88);
  font-size:.94rem;
}

.section-title{
  font-weight:800;
  color:#17336e;
  letter-spacing:.2px;
}
.section-mini-badge{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.45rem .9rem;
  border-radius:999px;
  background:var(--primary-soft);
  color:var(--primary);
  font-size:.84rem;
  font-weight:700;
}
.home-section-card,
.home-info-card,
.cta-bottom-card{
  overflow:hidden;
}

.project-card{
  height:100%;
  padding:1.35rem;
  border-radius:22px;
  background:linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border:1px solid #e7eef9;
  box-shadow:0 10px 24px rgba(18,39,92,.05);
  transition:all .22s ease;
}
.project-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(18,39,92,.10);
}
.project-team-badge{
  display:inline-flex;
  align-items:center;
  padding:.5rem .85rem;
  border-radius:999px;
  background:#eef4ff;
  color:#1b4cc2;
  font-size:.82rem;
  font-weight:700;
}
.project-status-badge{
  display:inline-flex;
  align-items:center;
  padding:.5rem .8rem;
  border-radius:999px;
  font-size:.8rem;
  font-weight:700;
}
.project-status-badge.is-approved{
  background:#eef9f1;
  color:#1e7a47;
}
.project-status-badge.is-submitted{
  background:#fff7e8;
  color:#b47800;
}
.project-card-title{
  font-size:1.1rem;
  line-height:1.5;
  font-weight:800;
  color:#203456;
  margin-bottom:.7rem;
}
.project-card-summary{
  color:#6d7b94;
  font-size:.93rem;
  line-height:1.8;
  min-height:86px;
  margin-bottom:0;
}
.project-card-date{
  color:#7b88a0;
  font-size:.84rem;
}

.empty-state-box{
  display:flex;
  align-items:center;
  gap:1rem;
  padding:1.4rem;
  border-radius:20px;
  background:linear-gradient(180deg, #fff, #fbfdff);
  border:1px solid #e8eef8;
  box-shadow:var(--shadow-soft);
}
.empty-state-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef4ff;
  color:var(--primary);
  font-size:1.3rem;
  flex-shrink:0;
}

.info-card-head{
  margin-bottom:1rem;
}
.info-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.1rem;
}
.info-icon-primary{
  background:#eef4ff;
  color:var(--primary);
}
.info-icon-success{
  background:#eef9f1;
  color:var(--success);
}
.info-paragraph{
  line-height:1.9;
}

.timeline-steps{
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.timeline-step{
  display:flex;
  align-items:flex-start;
  gap:.9rem;
  position:relative;
}
.timeline-no{
  width:32px;
  height:32px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--primary), var(--primary-2));
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:.84rem;
  font-weight:800;
  flex-shrink:0;
  box-shadow:0 10px 22px rgba(23,59,143,.18);
}

.highlight-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98)),
    radial-gradient(circle at top right, rgba(84,120,226,.10), transparent 22%);
}
.highlight-list .highlight-item{
  display:flex;
  gap:.8rem;
  align-items:flex-start;
  color:#465979;
}
.highlight-list .highlight-item i{
  color:var(--primary);
  font-size:1rem;
  margin-top:.18rem;
}

.form-control,
.form-select,
.note-editor.note-frame{
  border-radius:16px!important;
}
.form-control,
.form-select{
  border-color:#d7e1f2;
  min-height:50px;
  background:#fff;
  color:var(--text);
}
.form-control:focus,
.form-select:focus{
  border-color:#a9c0ff;
  box-shadow:0 0 0 .2rem rgba(72,117,227,.12)!important;
}
textarea.form-control{
  min-height:170px;
}
.form-label{
  font-weight:700;
  color:#2c3d62;
  margin-bottom:.55rem;
}

.note-editor.note-frame{
  border:1px solid #d8e2f3;
  overflow:hidden;
  box-shadow:none;
  background:#fff;
}
.note-editor.note-frame:focus-within{
  border-color:#a9c0ff;
  box-shadow:0 0 0 .2rem rgba(72,117,227,.12);
}
.note-toolbar{
  background:linear-gradient(180deg, #f9fbff, #f2f6fe);
  border-bottom:1px solid #e3eaf7;
  padding:.6rem!important;
}
.note-btn-group .btn,
.note-toolbar .btn{
  border-radius:10px!important;
  border-color:#d8e3f6!important;
  background:#fff!important;
  color:#31456e!important;
  padding:.38rem .62rem!important;
}
.note-btn-group .btn:hover,
.note-toolbar .btn:hover{
  background:#eef4ff!important;
  color:var(--primary)!important;
}
.note-statusbar{
  border-top:1px solid #e8eef9;
  background:#fafcff;
}
.note-editable{
  min-height:170px;
  padding:1rem 1.1rem;
  color:var(--text);
  line-height:1.8;
}
.note-editable img,
.content-render img{
  max-width:100%;
  height:auto;
  border-radius:18px;
  margin:.8rem 0;
  box-shadow:0 16px 36px rgba(17,34,78,.12);
}

.code-box{
  min-height:240px;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  background:#0f172a;
  color:#e5edf9;
  border:1px solid #1f2a44;
}
pre.code-view{
  white-space:pre-wrap;
  word-wrap:break-word;
  border-radius:18px;
  border:1px solid #1f2a44;
  background:#101827;
  color:#e8eefc;
  padding:1.1rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.table thead th{
  white-space:nowrap;
  color:#566784;
  font-weight:800;
}
.table > :not(caption) > * > *{
  padding:1rem .9rem;
  border-color:#e8eef8;
}
.table tbody tr:hover{
  background:#fbfdff;
}

.content-render{
  color:#31415f;
  line-height:1.76;
}
.content-render p:last-child{ margin-bottom:0; }
.content-render ul,
.content-render ol{ padding-left:1.25rem; }

.project-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.project-meta .meta-item{
  background:#f7faff;
  border:1px solid #e5ecf9;
  padding:.75rem .95rem;
  border-radius:14px;
  font-size:.92rem;
  color:#3a507a;
}
.member-chip{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.45rem .75rem;
  border-radius:999px;
  background:#f4f7ff;
  border:1px solid #e0e8fb;
  color:#24408a;
  font-size:.88rem;
}

.sidebar-link{
  display:block;
  padding:1rem 1rem;
  border-radius:16px;
  text-decoration:none;
  color:#33425f;
  background:linear-gradient(180deg, #ffffff, #fbfcff);
  border:1px solid #e9eef8;
  margin-bottom:.7rem;
  transition:all .2s ease;
  font-weight:700;
}
.sidebar-link:hover{
  background:var(--primary-soft);
  color:var(--primary);
  transform:translateY(-1px);
}

.auth-shell{
  min-height:calc(100vh - 90px);
  display:flex;
  align-items:center;
}
.auth-card{
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.97), rgba(250,252,255,.97));
  box-shadow:0 22px 55px rgba(17,34,78,.09);
  border:1px solid rgba(23,59,143,.07);
}
.auth-side{
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.14), transparent 22%),
    linear-gradient(135deg, #183c90, #3862cf);
  color:#fff;
  border-radius:28px;
  padding:2rem;
}
.auth-side .text-muted{
  color:rgba(255,255,255,.75)!important;
}

@media (max-width: 991.98px){
  .navbar{
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  .card-soft{ border-radius:20px!important; }
  .hero-box{ border-radius:24px; }
  .hero-title{ font-size:2.2rem; }
  .hero-side-card{ padding:1.2rem; }
}

@media (max-width: 767.98px){
  .hero-title{ font-size:1.9rem; }
  .hero-lead{ font-size:.98rem; }
  .project-card-summary{ min-height:auto; }
}

@media (max-width: 575.98px){
  main.py-4{
    padding-top:1.25rem!important;
    padding-bottom:1.75rem!important;
  }
  .btn{ padding:.68rem .95rem; }
  .note-toolbar{ padding:.45rem!important; }
  .note-editable{ padding:.9rem; }
  .hero-box{ border-radius:22px; }
  .stats-value{ font-size:1.55rem; }
}

.input-group-modern{
  border-radius:16px;
  overflow:hidden;
  box-shadow:none;
}

.input-group-modern .input-group-text{
  background:#f7faff;
  border:1px solid #d7e1f2;
  border-right:none;
  color:#5b6f95;
  padding:0 1rem;
}

.input-group-modern .form-control{
  border-left:none;
}

.input-group-modern .form-control:focus{
  border-left:none;
}

.input-group-modern:focus-within .input-group-text{
  border-color:#a9c0ff;
  box-shadow:0 0 0 .2rem rgba(72,117,227,.12);
  background:#f4f8ff;
}

.login-form .btn-lg{
  min-height:54px;
}

.input-group-modern{
  border-radius:16px;
  overflow:hidden;
  box-shadow:none;
}

.input-group-modern .input-group-text{
  background:#f7faff;
  border:1px solid #d7e1f2;
  border-right:none;
  color:#5b6f95;
  padding:0 1rem;
  min-height:52px;
}

.input-group-modern .form-control{
  border-left:none;
}

.input-group-modern .form-control:focus{
  border-left:none;
}

.input-group-modern:focus-within .input-group-text{
  border-color:#a9c0ff;
  box-shadow:0 0 0 .2rem rgba(72,117,227,.12);
  background:#f4f8ff;
}

.register-form .btn-lg,
.login-form .btn-lg{
  min-height:54px;
}

.dashboard-user-chip{
  display:flex;
  align-items:center;
  gap:.9rem;
  padding:.9rem 1rem;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#f9fbff);
  border:1px solid #e6edf8;
  box-shadow:var(--shadow-soft);
}

.dashboard-user-icon{
  width:50px;
  height:50px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff;
  font-size:1.3rem;
  box-shadow:0 12px 24px rgba(23,59,143,.18);
}

.team-code-badge{
  display:inline-flex;
  align-items:center;
  padding:.35rem .7rem;
  margin-left:.35rem;
  border-radius:999px;
  background:#eef4ff;
  color:var(--primary);
  font-weight:700;
  font-size:.85rem;
}

.project-status-badge.is-draft{
  background:#eef4ff;
  color:#1b4cc2;
}

.mini-note-box{
  padding:.95rem 1rem;
  border-radius:16px;
  background:linear-gradient(180deg,#f8fbff,#f2f7ff);
  border:1px solid #dfe9fb;
  color:#42608f;
  font-size:.92rem;
  line-height:1.7;
}

.team-member-list{
  display:flex;
  flex-direction:column;
  gap:.8rem;
}

.team-member-item{
  display:flex;
  align-items:center;
  gap:.85rem;
  padding:.8rem .85rem;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#fbfcff);
  border:1px solid #e7eef9;
}

.team-member-avatar{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff;
  font-size:1rem;
  flex-shrink:0;
  box-shadow:0 10px 22px rgba(23,59,143,.16);
}

.form-action-bar{
  padding-top:1rem;
  border-top:1px solid #e8eef8;
}

.project-status-badge.is-draft{
  background:#eef4ff;
  color:#1b4cc2;
}

@media (max-width: 991.98px){
  .team-member-item{
    padding:.75rem .8rem;
  }
}

.highlight-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98)),
    radial-gradient(circle at top right, rgba(84,120,226,.10), transparent 22%);
}

.highlight-list .highlight-item{
  display:flex;
  gap:.8rem;
  align-items:flex-start;
  color:#465979;
}

.highlight-list .highlight-item i{
  color:var(--primary);
  font-size:1rem;
  margin-top:.18rem;
}

.stats-card{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  padding:1.35rem 1.25rem;
  border:1px solid #e5ecf8;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98));
  box-shadow:0 14px 36px rgba(18,39,92,.06);
  transition:all .22s ease;
}

.stats-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 46px rgba(18,39,92,.12);
}

.stats-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:var(--primary);
}

.stats-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
}

.stats-card-label{
  font-size:.9rem;
  font-weight:700;
  color:#73829d;
  margin-bottom:.35rem;
}

.stats-card-value{
  font-size:2.2rem;
  line-height:1;
  font-weight:800;
  color:#1f2f4d;
  margin-bottom:.45rem;
  letter-spacing:-.03em;
}

.stats-card-desc{
  font-size:.86rem;
  line-height:1.65;
  color:#7f8da6;
  max-width:220px;
}

.stats-card-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:1.25rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.4);
}

.stats-card-primary::before{
  background:linear-gradient(90deg, #173b8f, #3b66d6);
}
.stats-card-primary .stats-card-icon{
  background:#eef4ff;
  color:#173b8f;
}

.stats-card-secondary::before{
  background:linear-gradient(90deg, #64748b, #94a3b8);
}
.stats-card-secondary .stats-card-icon{
  background:#f1f5f9;
  color:#475569;
}

.stats-card-warning::before{
  background:linear-gradient(90deg, #d89b0d, #f2b93b);
}
.stats-card-warning .stats-card-icon{
  background:#fff8ea;
  color:#b77900;
}

.stats-card-success::before{
  background:linear-gradient(90deg, #198754, #37b36f);
}
.stats-card-success .stats-card-icon{
  background:#eef9f1;
  color:#198754;
}

@media (max-width: 575.98px){
  .stats-card{
    padding:1.15rem 1rem;
    border-radius:20px;
  }

  .stats-card-value{
    font-size:1.9rem;
  }

  .stats-card-icon{
    width:48px;
    height:48px;
    border-radius:16px;
    font-size:1.1rem;
  }
}

.activity-log-list{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.activity-log-item{
  display:flex;
  align-items:flex-start;
  gap:.85rem;
  padding:.85rem .9rem;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#fbfcff);
  border:1px solid #e7eef9;
}

.activity-log-dot{
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  margin-top:.45rem;
  flex-shrink:0;
  box-shadow:0 0 0 4px rgba(23,59,143,.08);
}

.project-sidebar-sticky{
  position:sticky;
  top:96px;
}

@media (max-width: 991.98px){
  .project-sidebar-sticky{
    position:static;
  }
}

.brand-mark{
  width:46px;
  height:46px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff;
  font-size:1.15rem;
  box-shadow:0 14px 28px rgba(23,59,143,.18);
  flex-shrink:0;
}

.brand-text-wrap{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

.brand-title{
  font-weight:800;
  font-size:1.02rem;
  color:var(--primary);
  letter-spacing:.2px;
}

.brand-subtitle{
  font-size:.72rem;
  color:#7d8ba4;
  margin-top:.2rem;
  font-weight:600;
}

.nav-action-wrap{
  margin-top:.6rem;
}

.nav-user-chip{
  display:flex;
  align-items:center;
  gap:.75rem;
  padding:.55rem .8rem;
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff,#f9fbff);
  border:1px solid #e4ebf8;
  box-shadow:var(--shadow-soft);
}

.nav-user-avatar{
  width:36px;
  height:36px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff;
  font-size:.95rem;
  flex-shrink:0;
}

.nav-user-label{
  font-size:.7rem;
  color:#7d8ba4;
  line-height:1.1;
}

.nav-user-name{
  font-size:.86rem;
  font-weight:700;
  color:var(--text);
  line-height:1.2;
}

@media (min-width: 992px){
  .nav-action-wrap{
    margin-top:0;
  }
}

.site-footer{
  padding:0 0 2rem;
}

.footer-inner{
  border:1px solid rgba(23,59,143,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.96));
  border-radius:28px;
  box-shadow:var(--shadow-soft);
  padding:1.4rem 1.5rem;
}

.footer-brand-mark{
  width:44px;
  height:44px;
  font-size:1rem;
  border-radius:14px;
}

.footer-title{
  font-weight:800;
  color:var(--primary);
  margin-bottom:.2rem;
}

.footer-text{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.7;
  max-width:460px;
}

.footer-meta{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  height:100%;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  margin-bottom:.55rem;
}

.footer-links a{
  text-decoration:none;
  color:#4b5d7d;
  font-weight:600;
  transition:all .2s ease;
}

.footer-links a:hover{
  color:var(--primary);
}

.footer-copy{
  font-size:.88rem;
  color:#7d8ba4;
}

@media (max-width: 991.98px){
  .footer-meta{
    align-items:flex-start;
  }
}

@media (max-width: 575.98px){
  .footer-inner{
    padding:1.1rem 1rem;
    border-radius:22px;
  }

  .footer-links{
    gap:.75rem;
  }
}