:root{
  --bg:#f7f5fb;
  --bg-soft:#fcfbff;
  --surface:#ffffff;
  --surface-alt:#fbf8ff;
  --line:#e7def1;
  --line-strong:#d7cae6;
  --text:#161b3d;
  --text-soft:#5d6486;
  --text-faint:#7f87a6;
  --primary:#141b59;
  --primary-strong:#0d1244;
  --primary-soft:#eef0ff;
  --accent:#c81d93;
  --accent-strong:#a51477;
  --accent-soft:#fde8f7;
  --gold:#d5a33c;
  --gold-soft:#fff4db;
  --success:#178a62;
  --danger:#bf3f58;
  --warning:#b8860b;
  --shadow-sm:0 10px 28px rgba(21,27,89,.06);
  --shadow-md:0 18px 46px rgba(21,27,89,.08);
  --shadow-lg:0 28px 80px rgba(21,27,89,.10);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:18px;
  --radius-sm:14px;
  --container:1240px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(200,29,147,.07), transparent 26%),
    radial-gradient(circle at top right, rgba(213,163,60,.08), transparent 24%),
    linear-gradient(180deg, #fcfbff 0%, #f7f5fb 58%, #f4f1f9 100%);
  overflow-x:hidden;
  letter-spacing:-.013em;
}
img,svg{display:block;max-width:100%}
a{color:var(--primary);text-decoration:none;transition:all .2s ease}
a:hover{color:var(--accent-strong)}
h1,h2,h3,h4,h5,h6{margin:0;color:var(--primary-strong);letter-spacing:-.038em;line-height:1.06}
p,small,ul,ol{color:var(--text-soft)}
strong{color:var(--primary-strong);font-weight:720}
main,nav,footer,section,.container{position:relative;z-index:1}
.container{max-width:var(--container)}
.site-aura,.site-grid{display:none}
.page-top-wrap{padding-top:1rem}
::selection{background:rgba(200,29,147,.16);color:var(--primary-strong)}

.navbar-modern{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(231,222,241,.94);
  box-shadow:0 6px 22px rgba(21,27,89,.04);
}
.navbar-modern.is-scrolled{box-shadow:0 12px 34px rgba(21,27,89,.09)}
.navbar-shell{padding:.85rem 0}
.navbar-brand{min-width:0}
.brand-mark{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(180deg,#fffdf8 0%,#fff7e7 100%);
  border:1px solid rgba(213,163,60,.28);
  box-shadow:0 10px 24px rgba(21,27,89,.07);
  padding:6px;
}
.brand-mark-img,
.brand-mark-svg{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:14px;
}
.brand-copy{display:flex;flex-direction:column;min-width:0}
.brand-title{font-size:1.03rem;font-weight:800;color:var(--primary-strong);line-height:1.1}
.brand-motto{font-size:.75rem;color:var(--text-faint);letter-spacing:0}
.navbar-toggler{
  border:1px solid var(--line);
  border-radius:12px;
  padding:.48rem .65rem;
  background:#fff;
}
.navbar-toggler:focus{box-shadow:0 0 0 .22rem rgba(200,29,147,.12)}
.navbar-toggler-icon{width:1.1rem;height:1.1rem}
.nav-cluster .nav-link{
  color:var(--text-soft);
  font-weight:650;
  padding:.72rem .94rem;
  border-radius:12px;
}
.nav-cluster .nav-link:hover,
.nav-cluster .nav-link.active,
.navbar-nav .show>.nav-link{
  color:var(--primary-strong);
  background:var(--primary-soft);
}
.dropdown-menu{
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow-md);
  padding:.55rem;
  background:rgba(255,255,255,.98);
}
.dropdown-item{
  color:var(--text-soft);
  font-weight:600;
  border-radius:12px;
  padding:.72rem .95rem;
}
.dropdown-item:hover,.dropdown-item:focus{
  background:var(--accent-soft);
  color:var(--accent-strong);
}
.nav-cta-group{align-items:center}
.nav-mobile-action{white-space:nowrap}

.btn{
  border-radius:14px;
  font-weight:700;
  padding:.85rem 1.08rem;
  border:1px solid transparent;
  letter-spacing:-.01em;
}
.btn-sm{padding:.6rem .95rem;border-radius:12px}
.btn-brand{
  color:#fff;
  background:linear-gradient(135deg,var(--primary) 0%, #24308b 58%, var(--accent) 100%);
  box-shadow:0 16px 32px rgba(21,27,89,.16);
}
.btn-brand:hover,.btn-brand:focus{
  color:#fff;
  transform:translateY(-1px);
  background:linear-gradient(135deg,var(--primary-strong) 0%, #1f2977 54%, var(--accent-strong) 100%);
}
.btn-soft{
  background:#fff;
  border-color:var(--line);
  color:var(--primary-strong);
}
.btn-soft:hover,.btn-soft:focus{
  background:var(--surface-alt);
  border-color:var(--line-strong);
  color:var(--primary-strong);
}

.alert{border-radius:18px;box-shadow:var(--shadow-sm)}
.callout-banner{
  background:var(--gold-soft);
  border:1px solid rgba(213,163,60,.33);
  color:#6b5011;
  border-radius:20px;
  padding:1rem 1.15rem;
}

.panel-card,.metric-card,.content-card,.empty-state{
  background:rgba(255,255,255,.96);
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
}
.panel-card{
  border-radius:var(--radius-xl);
  padding:clamp(1.35rem,1.05rem + 1vw,2rem);
}
.metric-card{
  border-radius:var(--radius-lg);
  padding:1.35rem 1.25rem;
  height:100%;
}
.content-card{
  border-radius:var(--radius-md);
  padding:1.1rem 1.15rem;
  height:100%;
}
.empty-state{
  border-style:dashed;
  border-radius:var(--radius-md);
  padding:1.2rem;
  background:var(--surface-alt);
  color:var(--text-soft);
}

.section-title{font-size:clamp(1.9rem,1.1rem + 2vw,3.2rem);margin-bottom:.35rem}
.section-subtitle{max-width:65ch;font-size:1rem;line-height:1.76}
.hero-shell{padding:2.1rem 0 1.15rem}
.hero-copy-premium{
  background:
    radial-gradient(circle at top right, rgba(200,29,147,.06), transparent 30%),
    linear-gradient(180deg,#fff 0%,#fdfaff 100%);
}
.hero-copy h1{
  font-size:clamp(2.5rem,1.45rem + 3vw,4.3rem);
  max-width:11.5ch;
}
.hero-copy p{font-size:1.03rem;line-height:1.82;max-width:60ch}
.showcase-panel{
  background:linear-gradient(180deg,#fff9fe 0%, #ffffff 100%);
}
.showcase-header strong{font-size:1.1rem}
.showcase-stack,
.dashboard-quick-actions,
.announcement-stack,
.board-list,
.message-list{display:grid;gap:1rem}
.showcase-item{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:1rem;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fff 0%, #fffcff 100%);
  padding:1rem 1.05rem;
}
.showcase-item small{
  display:block;
  font-weight:700;
  color:var(--accent-strong);
  margin-bottom:.22rem;
}
.showcase-item strong{display:block;font-size:1rem;line-height:1.35}
.showcase-item p{margin:.3rem 0 0;font-size:.95rem;line-height:1.58}
.showcase-item i,.tile-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(180deg,#fff8eb 0%, #fff 100%);
  border:1px solid rgba(213,163,60,.34);
  color:var(--primary);
  font-size:1.12rem;
}
.hero-mini-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.9rem;
}
.hero-stat{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:1rem 1.05rem;
}
.hero-stat strong{
  display:block;
  font-size:1.4rem;
  margin-bottom:.1rem;
}
.hero-stat span{color:var(--text-soft)}
.home-ribbon,.dashboard-status-stack,.form-steps,.footer-link-row,.footer-top{
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
}
.home-ribbon span{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.52rem .82rem;
  border-radius:999px;
  background:var(--surface-alt);
  border:1px solid var(--line);
  color:var(--primary-strong);
  font-weight:650;
}
.motto-pill,.role-pill,.tag-pill,.footer-pill,.status-badge{
  display:inline-flex;
  align-items:center;
  gap:.42rem;
  width:fit-content;
  padding:.48rem .86rem;
  border-radius:999px;
  font-weight:750;
  letter-spacing:-.01em;
}
.motto-pill,.role-pill,.tag-pill,.footer-pill{
  background:var(--accent-soft);
  color:var(--accent-strong);
  border:1px solid rgba(200,29,147,.14);
}
.tag-pill{
  background:var(--primary-soft);
  color:var(--primary);
  border-color:rgba(20,27,89,.08);
}

.auth-shell{scroll-margin-top:105px}
.auth-card-login{
  background:linear-gradient(180deg,#fff 0%, #fffaf0 100%);
}
.auth-card-signup{
  background:linear-gradient(180deg,#fff 0%, #fffbff 100%);
}
.form-steps span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:100px;
  padding:.56rem .84rem;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--text-soft);
  font-size:.9rem;
  font-weight:700;
}
.mini-note{
  display:flex;
  gap:.85rem;
  align-items:flex-start;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--surface-alt);
  padding:1rem 1.05rem;
}
.mini-note i{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid var(--line);
  color:var(--accent-strong);
}
.dropzone-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1rem 1.05rem;
  border-radius:16px;
  background:var(--surface-alt);
  border:1px dashed var(--line-strong);
  cursor:pointer;
}
.dropzone-label input{display:none}
.form-control,.form-select{
  min-height:52px;
  border-radius:14px;
  border:1px solid var(--line);
  color:var(--text);
  background:#fff;
}
.form-control::placeholder{color:#97a0b6}
.form-control:focus,.form-select:focus{
  border-color:rgba(200,29,147,.42);
  box-shadow:0 0 0 .2rem rgba(200,29,147,.10);
}
.form-check-input{border-color:var(--line-strong)}
.form-check-input:checked{background-color:var(--accent);border-color:var(--accent)}

.metric-number{
  font-size:clamp(1.9rem,1.15rem + 1.7vw,2.65rem);
  line-height:1;
  color:var(--primary-strong);
}
.metric-label,.small-muted,.text-muted-soft,.footer-text,.footer-bottom small{color:var(--text-soft)}
.status-badge{
  border:1px solid transparent;
  padding:.4rem .75rem;
  font-size:.88rem;
}
.status-approved{background:#eaf8f2;color:#0f7f58;border-color:#c9ebdb}
.status-pending{background:var(--gold-soft);color:#8a6510;border-color:#f0ddb0}
.status-rejected{background:#ffedf1;color:#aa3550;border-color:#f3ccd6}
.price-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.42rem .78rem;
  border-radius:999px;
  background:var(--gold-soft);
  color:#7c5b10;
  font-weight:800;
}
.message-bubble{
  border-radius:16px;
  background:var(--surface-alt);
  border:1px solid var(--line);
  padding:.95rem 1rem;
}
.avatar-circle{
  width:42px;
  height:42px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-weight:800;
  color:var(--accent-strong);
  background:var(--accent-soft);
  border:1px solid rgba(200,29,147,.12);
}

.table{
  --bs-table-bg:transparent;
  --bs-table-striped-bg:rgba(20,27,89,.025);
  --bs-table-color:var(--text);
  margin-bottom:0;
}
.table>:not(caption)>*>*{
  padding:1rem .9rem;
  border-bottom-color:var(--line);
}
.table thead th{
  color:var(--text-faint);
  font-weight:750;
  border-bottom-width:1px;
}
.text-white-50{color:var(--text-soft)!important}

.page-header{position:relative;padding:.35rem 0 1.2rem}
.page-header .container{position:relative;isolation:isolate}
.page-header .container::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:260px;
  border-radius:32px;
  background:
    linear-gradient(100deg, rgba(250,249,255,.97) 0%, rgba(250,249,255,.94) 36%, rgba(250,249,255,.70) 62%, rgba(250,249,255,.28) 100%),
    url('../images/ilpd-campus.jpg') center center/cover no-repeat;
  border:1px solid rgba(255,255,255,.74);
  box-shadow:0 26px 70px rgba(16,24,64,.08);
  z-index:0;
}
.page-header .container > *{position:relative;z-index:1}
.page-header .panel-card:first-child,
.page-header .row:first-child .panel-card{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(14px);
  border-color:rgba(255,255,255,.66);
  box-shadow:0 24px 70px rgba(16,24,64,.10);
}
.dashboard-hero{
  background:
    linear-gradient(105deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.90) 42%, rgba(255,255,255,.58) 100%),
    url('../images/ilpd-campus.jpg') center center/cover no-repeat;
}
.dashboard-quick-actions{grid-template-columns:1fr}
.feature-list{display:grid;gap:.9rem}
.feature-item{
  display:flex;
  align-items:flex-start;
  gap:.75rem;
  padding:1rem 1.05rem;
  border-radius:18px;
  background:var(--surface-alt);
  border:1px solid var(--line);
}
.feature-item i{
  color:var(--accent-strong);
  font-size:1rem;
  margin-top:.05rem;
}
.feature-item span{color:var(--primary-strong);font-weight:650;line-height:1.5}

.footer-shell{
  margin-top:3rem;
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.92);
}
.footer-top{
  padding:1.6rem 0 1rem;
  justify-content:space-between;
  align-items:center;
}
.footer-brand-block{
  display:flex;
  align-items:center;
  gap:1rem;
  max-width:620px;
}
.footer-logo{width:54px;height:54px}
.footer-title{
  display:block;
  font-size:1.05rem;
  color:var(--primary-strong);
  margin-bottom:.22rem;
}
.footer-text{
  margin:0;
  line-height:1.7;
  max-width:560px;
}
.footer-link-row{
  justify-content:flex-end;
}
.footer-link-row a{
  color:var(--text-soft);
  font-weight:650;
  padding:.45rem 0;
}
.footer-link-row a:hover{color:var(--accent-strong)}
.footer-bottom{
  border-top:1px solid var(--line);
  padding:1rem 0 1.4rem;
}

.progress{height:10px;border-radius:999px;background:#eee9f6}
.progress-bar{border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent))}
.rating-stars{color:var(--gold);letter-spacing:.06em}
.sticky-side{position:sticky;top:104px}

@media (max-width:1199.98px){
  .nav-cta-group{border-top:1px solid var(--line);padding-top:1rem}
  .footer-top{flex-direction:column;align-items:flex-start}
}
@media (max-width:991.98px){
  .hero-shell{padding-top:1.35rem}
  .hero-copy h1{max-width:100%}
  .hero-mini-stats{grid-template-columns:1fr}
  .brand-mark{width:52px;height:52px;flex-basis:52px}
  .footer-link-row{justify-content:flex-start}
  .page-header .container::before{
    height:220px;
    background:
      linear-gradient(180deg, rgba(250,249,255,.97) 0%, rgba(250,249,255,.93) 48%, rgba(250,249,255,.74) 100%),
      url('../images/ilpd-campus.jpg') center center/cover no-repeat;
  }
}
@media (max-width:767.98px){
  .section-title{font-size:clamp(1.72rem,8vw,2.45rem)}
  .panel-card{padding:1.2rem}
  .home-ribbon,.dashboard-status-stack,.footer-link-row{gap:.6rem}
  .hero-stat{padding:.9rem .95rem}
  .footer-brand-block{align-items:flex-start}
  .page-header .container::before{height:180px;border-radius:24px}
}

.hero-shell-premium{
  position:relative;
  padding:2.4rem 0 1.5rem;
  overflow:hidden;
}
.hero-shell-premium::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(96deg, rgba(250,249,255,.97) 0%, rgba(250,249,255,.95) 34%, rgba(250,249,255,.76) 58%, rgba(250,249,255,.34) 100%),
    url('../images/ilpd-campus.jpg') right center/cover no-repeat;
  z-index:0;
}
.hero-shell-premium::after{
  content:"";
  position:absolute;
  inset:auto -120px -130px auto;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(200,29,147,.14), rgba(200,29,147,0));
  filter:blur(8px);
  z-index:0;
}
.hero-shell-premium > .container{position:relative;z-index:1}
.hero-copy-premium,
.showcase-panel{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(12px);
  border-color:rgba(255,255,255,.68);
  box-shadow:0 24px 70px rgba(16,24,64,.10);
}
.showcase-panel{
  background:linear-gradient(180deg, rgba(255,255,255,.90) 0%, rgba(255,252,255,.84) 100%);
}
.showcase-item{
  background:rgba(255,255,255,.84);
}
.nav-profile-chip{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
}
.avatar-circle{
  overflow:hidden;
}
.avatar-circle.has-image{
  background:#fff;
  border-color:rgba(20,27,89,.09);
}
.avatar-circle.has-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.avatar-nav{width:30px;height:30px;flex:0 0 30px;font-size:.8rem}
.avatar-xl{width:86px;height:86px;flex:0 0 86px;font-size:1.35rem;border-radius:24px}
.avatar-directory{width:56px;height:56px;flex:0 0 56px;font-size:1rem}
.avatar-hero{width:78px;height:78px;flex:0 0 78px;font-size:1.3rem;border-radius:24px}
.avatar-review{width:56px;height:56px;flex:0 0 56px;font-size:1rem}
.dashboard-user-wrap{
  display:flex;
  align-items:center;
  gap:1rem;
}
.profile-identity-card{
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,#fffaf7 100%);
  border:1px solid var(--line);
  padding:1rem 1.05rem;
}
.tag-pill-secondary{
  background:var(--gold-soft);
  color:#7c5b10;
  border:1px solid rgba(213,163,60,.24);
}
.image-preview-card{
  min-height:130px;
  border-radius:18px;
  border:1px dashed var(--line-strong);
  background:linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
  display:grid;
  place-items:center;
  color:var(--text-faint);
  overflow:hidden;
  position:relative;
}
.image-preview-card::before{
  content:attr(data-placeholder);
  font-weight:600;
}
.image-preview-card.has-image::before,
.image-preview-card img + *{display:none}
.image-preview-card.has-image::before{content:""}
.image-preview-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  min-height:130px;
}
.partner-strip{
  margin-top:2rem;
}
.partner-strip-shell{
  background:linear-gradient(180deg,#fff 0%,#fff9fd 100%);
  border:1px solid var(--line);
  border-radius:28px;
  padding:1.25rem;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.partner-strip-head{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  margin-bottom:1rem;
}
.partner-strip-title{
  font-size:1.1rem;
  color:var(--primary-strong);
  margin:0;
}
.partner-marquee{
  position:relative;
  overflow:hidden;
  mask-image:linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image:linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.partner-track{
  display:flex;
  align-items:center;
  gap:1rem;
  width:max-content;
  animation:partner-scroll 28s linear infinite;
}
.partner-marquee:hover .partner-track{animation-play-state:paused}
.partner-badge{
  display:flex;
  align-items:center;
  gap:.8rem;
  min-width:220px;
  padding:.85rem 1rem;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--primary-strong);
  text-decoration:none;
  box-shadow:0 10px 28px rgba(16,24,64,.05);
}
.partner-badge:hover{transform:translateY(-2px);color:var(--primary)}
.partner-logo-wrap{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:16px;
  background:linear-gradient(180deg,#fff 0%,#f7f7fb 100%);
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.partner-logo{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
}
.partner-fallback{
  font-weight:800;
  color:var(--primary);
}
.partner-name{
  font-weight:700;
  line-height:1.35;
}
@keyframes partner-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.member-review-stack,
.admin-partner-list{
  display:grid;
  gap:1rem;
}
.member-review-card{
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);
  padding:1.15rem;
  box-shadow:0 16px 34px rgba(16,24,64,.06);
}
.member-review-head,
.member-review-meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
}
.member-review-meta{
  margin-top:.9rem;
  padding-top:.9rem;
  border-top:1px solid var(--line);
  color:var(--text-soft);
}
.member-review-actions-inline{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
}
.partner-admin-card{
  background:linear-gradient(180deg,#fff 0%,#fbf8ff 100%);
}
.partner-admin-logo{
  width:58px;
  height:58px;
  flex:0 0 58px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.partner-admin-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
}
.partner-admin-logo span{font-weight:800;color:var(--primary)}
.compact-dropzone{
  padding:.8rem .95rem;
}
.admin-partner-form .dropzone-label,
.partner-admin-card .dropzone-label{
  min-height:unset;
}
.footer-shell{margin-top:1.4rem}

@media (max-width:991.98px){
  .dashboard-user-wrap{align-items:flex-start}
  .partner-badge{min-width:190px}
}
@media (max-width:767.98px){
  .hero-shell-premium::before{
    background:
      linear-gradient(180deg, rgba(250,249,255,.97) 0%, rgba(250,249,255,.95) 50%, rgba(250,249,255,.82) 100%),
      url('../images/ilpd-campus.jpg') center center/cover no-repeat;
  }
  .dashboard-user-wrap{flex-direction:column;align-items:flex-start}
  .partner-strip-shell{padding:1rem}
  .member-review-card{padding:1rem}
}
