/* =================================================================
   Weddipro — Premium Theme
   Palette: white • gold • rose gold • blush pink
   ================================================================= */
:root {
  --gold:        #C8A951;
  --gold-soft:   #E7D4A2;
  --rose-gold:   #B76E79;
  --rose-soft:   #E8C4C9;
  --blush:       #FBEEF0;
  --blush-2:     #F7E7E9;
  --ink:         #2B2733;
  --ink-soft:    #6B6677;
  --muted:       #9A94A6;
  --line:        #EFEAF1;
  --bg:          #F7F5FA;
  --card:        #FFFFFF;
  --primary:     #B76E79;
  --primary-d:   #9E5965;
  --sidebar-w:   264px;
  --radius:      16px;
  --shadow-sm:   0 1px 2px rgba(43,39,51,.04), 0 2px 8px rgba(43,39,51,.05);
  --shadow:      0 4px 24px rgba(43,39,51,.07);
  --shadow-lg:   0 12px 40px rgba(43,39,51,.12);
  --font:        'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* { -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  font-size: 14px;
  letter-spacing: -.01em;
}
a { text-decoration: none; }
::selection { background: var(--rose-soft); }

/* ---------- Layout shell ---------- */
.app-shell { display: flex; min-height: 100vh; }

/* Sidebar nav scrolls but hides the scrollbar (Firefox, IE, WebKit) */
.sidebar .nav-section {
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE / old Edge */
}
.sidebar .nav-section::-webkit-scrollbar { width: 0; height: 0; display: none; }

.sidebar {
  width: var(--sidebar-w);
  background: #fff;
  border-right: 1px solid var(--line);
  position: fixed; inset: 0 auto 0 0;
  display: flex; flex-direction: column;
  z-index: 1040;
  transition: transform .25s ease;
}
.sidebar-brand {
  padding: 22px 22px 18px;
  display: flex; align-items: center; gap: 12px;
}
.brand-mark {
  width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center; color: #fff; font-size: 20px;
  background: linear-gradient(135deg, var(--rose-gold), var(--gold));
  box-shadow: 0 6px 16px rgba(183,110,121,.35);
}
/* Logo brand mark: no box, no shadow — just the image, size-controlled */
.brand-mark--logo { width: auto; height: auto; background: transparent; padding: 0; box-shadow: none; border-radius: 0; overflow: visible; }
.brand-mark--logo img { width: auto; height: auto; object-fit: contain; display: block; }
/* Logo size options (sidebar + dashboard) */
.brand-logo-sm img { max-height: 28px; max-width: 120px; }
.brand-logo-md img { max-height: 42px; max-width: 150px; }
.brand-logo-lg img { max-height: 60px; max-width: 190px; }
.dash-logo.brand-logo-sm { max-height: 40px; max-width: 130px; }
.dash-logo.brand-logo-md { max-height: 56px; max-width: 170px; }
.dash-logo.brand-logo-lg { max-height: 80px; max-width: 220px; }
.brand-name { font-weight: 700; font-size: 18px; line-height: 1; }
.brand-name span { color: var(--rose-gold); }
.brand-sub { font-size: 11px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }

.nav-section { padding: 8px 14px; }
.nav-label {
  font-size: 10.5px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); padding: 14px 12px 6px;
}
.nav-link {
  display: flex; align-items: center; gap: 12px;
  padding: 9px 12px; border-radius: 11px; color: var(--ink-soft);
  font-weight: 500; margin-bottom: 2px; transition: all .15s;
}
.nav-link i { font-size: 17px; width: 20px; text-align: center; }
.nav-link:hover { background: var(--blush); color: var(--rose-gold); }
.nav-link.active {
  background: linear-gradient(135deg, rgba(183,110,121,.12), rgba(200,169,81,.12));
  color: var(--rose-gold); font-weight: 600;
}
.nav-link.active i { color: var(--rose-gold); }
.nav-badge { margin-left: auto; font-size: 11px; background: var(--blush-2); color: var(--rose-gold); padding: 1px 8px; border-radius: 20px; font-weight: 600; }

.sidebar-foot { margin-top: auto; padding: 16px; border-top: 1px solid var(--line); }
.plan-card {
  background: linear-gradient(135deg, var(--blush), #fff);
  border: 1px solid var(--line); border-radius: 14px; padding: 14px;
}

/* ---------- Main column ---------- */
.main { margin-left: var(--sidebar-w); flex: 1; min-width: 0; }
.topbar {
  height: 66px; background: rgba(255,255,255,.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 1030;
  display: flex; align-items: center; gap: 16px; padding: 0 26px;
}
.page-title { font-weight: 700; font-size: 18px; }
.page-sub { font-size: 12.5px; color: var(--muted); }
.search-box {
  background: var(--bg); border: 1px solid var(--line); border-radius: 12px;
  padding: 8px 14px; display: flex; align-items: center; gap: 9px; width: 320px; max-width: 38vw;
}
.search-box input { border: 0; background: transparent; outline: none; width: 100%; font-size: 13.5px; }
.icon-btn {
  width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--line);
  background: #fff; display: grid; place-items: center; color: var(--ink-soft); position: relative;
  transition: all .15s;
}
.icon-btn:hover { border-color: var(--rose-soft); color: var(--rose-gold); }
.icon-btn .dot { position: absolute; top: 9px; right: 10px; width: 7px; height: 7px; background: var(--rose-gold); border-radius: 50%; border: 2px solid #fff; }

.avatar {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  font-weight: 700; font-size: 13px; color: #fff;
  background: linear-gradient(135deg, var(--rose-gold), var(--gold));
}
.avatar-sm { width: 30px; height: 30px; border-radius: 9px; font-size: 11px; }

.content { padding: 26px; }

/* ---------- Cards ---------- */
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.card-pad { padding: 20px; }
.card-head { padding: 18px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.card-head h6 { margin: 0; font-weight: 700; font-size: 15px; }

/* KPI stat cards */
.stat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s;
  height: 100%;
}
.stat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.stat-ico {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 22px;
}
.stat-label { font-size: 12.5px; color: var(--muted); font-weight: 500; }
.stat-value { font-size: 25px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; margin-top: 2px; }
.stat-trend { font-size: 11.5px; font-weight: 600; }

.bg-soft-gold  { background: #FBF3DF; color: #A9871F; }
.bg-soft-rose  { background: var(--blush-2); color: var(--rose-gold); }
.bg-soft-green { background: #E4F6EC; color: #1E9E5A; }
.bg-soft-blue  { background: #E6F0FB; color: #2C73C9; }
.bg-soft-amber { background: #FCF1DD; color: #C98A1E; }
.bg-soft-red   { background: #FCE8E8; color: #D14343; }
.bg-soft-purple{ background: #F0E9FB; color: #7C4DC9; }
.bg-soft-teal  { background: #E0F5F2; color: #199B8A; }

/* ---------- Badges ---------- */
.badge-soft { font-weight: 600; padding: 4px 10px; border-radius: 8px; font-size: 11.5px; }
.badge-soft-success   { background: #E4F6EC; color: #1E9E5A; }
.badge-soft-danger    { background: #FCE8E8; color: #D14343; }
.badge-soft-warning   { background: #FCF1DD; color: #C98A1E; }
.badge-soft-info      { background: #E6F0FB; color: #2C73C9; }
.badge-soft-primary   { background: var(--blush-2); color: var(--rose-gold); }
.badge-soft-secondary { background: #EEECF2; color: #6B6677; }

/* ---------- Buttons ---------- */
.btn { border-radius: 11px; font-weight: 600; font-size: 13.5px; padding: 9px 16px; }
.btn-primary { background: var(--primary); border-color: var(--primary); }
.btn-primary:hover, .btn-primary:focus { background: var(--primary-d); border-color: var(--primary-d); }
.btn-gold { background: linear-gradient(135deg, var(--gold), #B8942F); border: 0; color: #fff; }
.btn-gold:hover { color: #fff; filter: brightness(.96); }
.btn-light { background: #fff; border: 1px solid var(--line); color: var(--ink-soft); }
.btn-light:hover { border-color: var(--rose-soft); color: var(--rose-gold); }
.btn-soft { background: var(--blush); border: 0; color: var(--rose-gold); }
.btn-soft:hover { background: var(--blush-2); color: var(--primary-d); }

/* ---------- Tables ---------- */
table.dataTable, .table { border-collapse: separate; border-spacing: 0; }
.table thead th {
  font-size: 11px; text-transform: uppercase; letter-spacing: .05em;
  color: var(--muted); font-weight: 600; border-bottom: 1px solid var(--line) !important;
  padding: 12px 14px; background: transparent;
}
.table tbody td { padding: 13px 14px; vertical-align: middle; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.table tbody tr:last-child td { border-bottom: 0; }
.table tbody tr:hover { background: var(--blush); }
.table-clean { width: 100%; }

/* DataTables chrome */
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  border: 1px solid var(--line); border-radius: 9px; padding: 6px 10px; outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--primary) !important; border-color: var(--primary) !important; color: #fff !important; border-radius: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button { border-radius: 8px !important; }
.dataTables_wrapper { max-width: 100%; }
.dataTables_scroll,
.dataTables_scrollHead,
.dataTables_scrollBody { max-width: 100%; }
.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

/* ---------- Forms ---------- */
.form-label { font-weight: 600; font-size: 12.5px; color: var(--ink-soft); margin-bottom: 5px; }
.form-control, .form-select {
  border: 1px solid var(--line); border-radius: 11px; padding: 9px 13px; font-size: 13.5px;
  background: #fff;
}
.form-control:focus, .form-select:focus {
  border-color: var(--rose-soft); box-shadow: 0 0 0 3px rgba(183,110,121,.12);
}
.modal-content { border: 0; border-radius: 18px; box-shadow: var(--shadow-lg); }
.modal-header { border-bottom: 1px solid var(--line); padding: 18px 22px; }
.modal-title { font-weight: 700; }
.modal-body { padding: 22px; }
.modal-footer { border-top: 1px solid var(--line); padding: 16px 22px; }

/* ---------- Timeline / activity ---------- */
.timeline-item { display: flex; gap: 14px; padding: 12px 0; position: relative; }
.timeline-item:not(:last-child)::before {
  content: ''; position: absolute; left: 18px; top: 40px; bottom: -2px; width: 2px; background: var(--line);
}
.tl-dot { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex: 0 0 auto; font-size: 16px; z-index: 1; }

.wed-row { display: flex; align-items: center; gap: 14px; padding: 12px; border-radius: 13px; transition: background .15s; }
.wed-row:hover { background: var(--blush); }
.countdown-pill {
  font-weight: 700; font-size: 12px; padding: 5px 11px; border-radius: 9px;
  background: var(--blush-2); color: var(--rose-gold);
}

.progress-thin { height: 7px; border-radius: 10px; background: var(--line); }
.progress-thin .progress-bar { border-radius: 10px; }

/* ---------- Login ---------- */
.auth-wrap { min-height: 100vh; display: grid; grid-template-columns: 1.1fr .9fr; }
.auth-art {
  background:
    radial-gradient(900px 600px at 20% 10%, rgba(231,212,162,.45), transparent 60%),
    radial-gradient(800px 700px at 90% 90%, rgba(183,110,121,.35), transparent 55%),
    linear-gradient(135deg, #fff, var(--blush));
  position: relative; overflow: hidden; padding: 56px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.auth-art h1 { font-size: 40px; font-weight: 800; letter-spacing: -.03em; line-height: 1.08; }
.auth-art .lead { color: var(--ink-soft); font-size: 16px; max-width: 440px; }
.auth-feat { display: flex; gap: 12px; align-items: center; padding: 11px 0; color: var(--ink-soft); font-weight: 500; }
.auth-feat i { color: var(--rose-gold); font-size: 19px; }
.auth-form { display: grid; place-items: center; padding: 40px; background: #fff; }
.auth-card { width: 100%; max-width: 380px; }

@media (max-width: 991px) {
  .sidebar { transform: translateX(-100%); }
  .sidebar.open { transform: translateX(0); box-shadow: var(--shadow-lg); }
  .main { margin-left: 0; }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-art { display: none; }
  .search-box { display: none; }
}

.scrim { display: none; position: fixed; inset: 0; background: rgba(43,39,51,.35); z-index: 1035; }
.scrim.show { display: block; }

/* ---------- Filters ---------- */
.wedding-filter .btn.active-filter {
  border-color: var(--rose-soft);
  background: var(--blush);
  color: var(--rose-gold);
  font-weight: 600;
}
.filter-bar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  padding: 12px 16px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm); margin-bottom: 16px;
}
.filter-bar .filter-label { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 600; margin-right: 2px; }
.filter-bar select, .filter-bar input {
  border: 1px solid var(--line); border-radius: 10px; padding: 7px 11px; font-size: 13px;
  background: #fff; outline: none; min-width: 140px;
}
.filter-bar select:focus, .filter-bar input:focus { border-color: var(--rose-soft); box-shadow: 0 0 0 3px rgba(183,110,121,.12); }
.filter-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 20px;
  background: var(--blush-2); color: var(--rose-gold); font-size: 12px; font-weight: 600;
}
.filter-chip .bi-x { cursor: pointer; }


/* ============================================================
   Love & Rose blossom loader
   Layered petals open outward into a full rose bloom,
   with a heart blooming at the very centre.
   ============================================================ */
.love-loader {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
  background: radial-gradient(120% 120% at 50% 35%, #fff 0%, var(--blush) 55%, var(--blush-2) 100%);
  opacity: 1; visibility: visible;
  transition: opacity .55s ease, visibility .55s ease;
}
.love-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.love-loader__stage { display: flex; flex-direction: column; align-items: center; gap: 30px; }

/* Bloom container */
.bloom {
  position: relative; width: 170px; height: 170px;
  filter: drop-shadow(0 16px 30px rgba(183,110,121,.30));
  animation: bloom-sway 6s ease-in-out infinite;
}
.bloom__layer { position: absolute; inset: 0; margin: auto; transform-origin: center; }
.bloom__layer--1 { animation: bloom-turn 14s linear infinite; }
.bloom__layer--2 { animation: bloom-turn 11s linear infinite reverse; }
.bloom__layer--3 { animation: bloom-turn 8s  linear infinite; }

/* A petal: teardrop pivoting at its base (centre of the flower).
   --a = angular position around the bloom, set per petal below. */
.petal {
  position: absolute; top: 50%; left: 50%;
  width: 48px; height: 64px;
  margin: -64px 0 0 -24px;                 /* base sits at flower centre */
  border-radius: 50% 50% 48% 48% / 66% 66% 34% 34%;
  background: linear-gradient(180deg, var(--rose-soft) 0%, var(--rose-gold) 70%, var(--primary-d) 100%);
  transform-origin: 50% 100%;
  box-shadow: inset 0 -7px 13px rgba(158,89,101,.35), inset 0 7px 11px rgba(255,255,255,.5);
  opacity: 0;
  animation: petal-open 4.2s ease-in-out infinite;
}

/* Outer ring — 8 broad petals, open widest */
.bloom__layer--1 .petal { --lift: 20px; --scale: 1; }
.bloom__layer--1 .petal:nth-child(1) { --a: 0deg;   animation-delay: 0s; }
.bloom__layer--1 .petal:nth-child(2) { --a: 45deg;  animation-delay: .05s; }
.bloom__layer--1 .petal:nth-child(3) { --a: 90deg;  animation-delay: .1s; }
.bloom__layer--1 .petal:nth-child(4) { --a: 135deg; animation-delay: .15s; }
.bloom__layer--1 .petal:nth-child(5) { --a: 180deg; animation-delay: .2s; }
.bloom__layer--1 .petal:nth-child(6) { --a: 225deg; animation-delay: .25s; }
.bloom__layer--1 .petal:nth-child(7) { --a: 270deg; animation-delay: .3s; }
.bloom__layer--1 .petal:nth-child(8) { --a: 315deg; animation-delay: .35s; }

/* Middle ring — 6 petals, open less, offset angle, brighter */
.bloom__layer--2 .petal {
  --lift: 12px; --scale: 0.74;
  width: 42px; height: 54px; margin: -54px 0 0 -21px;
  background: linear-gradient(180deg, #fbe0e3 0%, var(--rose-gold) 75%, var(--primary-d) 100%);
}
.bloom__layer--2 .petal:nth-child(1) { --a: 30deg;  animation-delay: .4s; }
.bloom__layer--2 .petal:nth-child(2) { --a: 90deg;  animation-delay: .45s; }
.bloom__layer--2 .petal:nth-child(3) { --a: 150deg; animation-delay: .5s; }
.bloom__layer--2 .petal:nth-child(4) { --a: 210deg; animation-delay: .55s; }
.bloom__layer--2 .petal:nth-child(5) { --a: 270deg; animation-delay: .6s; }
.bloom__layer--2 .petal:nth-child(6) { --a: 330deg; animation-delay: .65s; }

/* Inner ring — 5 small petals, barely open: the tight bud */
.bloom__layer--3 .petal {
  --lift: 5px; --scale: 0.5;
  width: 32px; height: 42px; margin: -42px 0 0 -16px;
  background: linear-gradient(180deg, #fff0f1 0%, var(--rose-gold) 80%, var(--primary-d) 100%);
}
.bloom__layer--3 .petal:nth-child(1) { --a: 0deg;   animation-delay: .7s; }
.bloom__layer--3 .petal:nth-child(2) { --a: 72deg;  animation-delay: .75s; }
.bloom__layer--3 .petal:nth-child(3) { --a: 144deg; animation-delay: .8s; }
.bloom__layer--3 .petal:nth-child(4) { --a: 216deg; animation-delay: .85s; }
.bloom__layer--3 .petal:nth-child(5) { --a: 288deg; animation-delay: .9s; }

/* Heart blooming at the centre core */
.bloom__heart {
  position: absolute; top: 50%; left: 50%; z-index: 5;
  width: 32px; height: 32px; margin: -16px 0 0 -16px;
  display: grid; place-items: center;
  background: radial-gradient(circle at 50% 40%, #fff, #ffeef0);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(183,110,121,.45);
  animation: heart-beat 1.2s ease-in-out infinite;
}
.bloom__heart i {
  font-size: 17px;
  background: linear-gradient(135deg, var(--rose-gold), var(--gold));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

.love-loader__text { text-align: center; }
.love-loader__title {
  font-weight: 700; font-size: 16px; letter-spacing: .16em; text-transform: uppercase;
  background: linear-gradient(135deg, var(--rose-gold), var(--gold));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.love-loader__sub { margin-top: 6px; font-size: 12.5px; color: var(--ink-soft); }
.love-loader__sub::after { content: ''; animation: love-dots 1.4s steps(4, end) infinite; }

/* Blossom motion: petal starts folded at the centre (closed bud),
   then rotates to its --a position, leans out by --lift and grows. */
@keyframes petal-open {
  0%   { opacity: 0; transform: rotate(var(--a)) translateY(0) scale(0.15); }
  18%  { opacity: 1; }
  55%  { opacity: 1; transform: rotate(var(--a)) translateY(calc(-1 * var(--lift))) scale(var(--scale)); }
  82%  { opacity: 1; transform: rotate(var(--a)) translateY(calc(-1 * var(--lift))) scale(var(--scale)); }
  100% { opacity: 0; transform: rotate(var(--a)) translateY(0) scale(0.15); }
}
@keyframes bloom-turn { to { transform: rotate(360deg); } }
@keyframes bloom-sway { 0%,100% { transform: scale(1) rotate(-2deg); } 50% { transform: scale(1.04) rotate(2deg); } }
@keyframes heart-beat {
  0%,100% { transform: scale(1); } 18% { transform: scale(1.3); }
  32% { transform: scale(1); } 46% { transform: scale(1.18); }
}
@keyframes love-dots { 0%{content:'';} 25%{content:'.';} 50%{content:'..';} 75%{content:'...';} }

@media (prefers-reduced-motion: reduce) {
  .bloom, .bloom__layer, .petal, .bloom__heart { animation: none !important; }
  .petal { opacity: 1; transform: rotate(var(--a)) translateY(calc(-1 * var(--lift))) scale(var(--scale)); }
}

@media (max-width: 575px) {
  body { overflow-x: hidden; }
  .topbar { padding: 0 14px; }
  .content { padding: 16px 12px; overflow-x: hidden; }
  .card { max-width: 100%; overflow: hidden; }
  .card-head { padding: 16px; }
  .card-pad { padding: 14px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .filter-bar { align-items: stretch; padding: 14px; }
  .filter-bar .filter-label { flex: 0 0 100%; }
  .filter-bar select,
  .filter-bar input { width: 100%; min-width: 0; }
  .filter-chip { margin-left: 0 !important; align-self: center; }
  .dataTables_wrapper { overflow: hidden; }
  .dataTables_wrapper .row {
    --bs-gutter-x: 0;
    row-gap: 12px;
  }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter input {
    display: block;
    width: min(100%, 280px);
    margin: 8px auto 0;
  }
  .dataTables_wrapper .dataTables_length select {
    width: auto;
    display: inline-block;
  }
  .dataTables_wrapper .dataTables_scroll {
    margin-top: 8px;
    overflow: hidden;
  }
  .dataTables_wrapper .dataTables_scrollBody {
    overflow-x: auto !important;
  }
  .dataTables_wrapper table.dataTable,
  .card-pad > table.table {
    min-width: 680px;
  }
  .dataTables_wrapper .dataTables_empty {
    white-space: normal;
    text-align: left;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .45em .7em;
  }
  .love-loader {
    min-height: 100svh;
    min-height: 100dvh;
    padding: 24px;
    place-items: center;
  }
  .love-loader__stage {
    width: min(100%, 260px);
    transform: translateY(-2vh);
    gap: 22px;
  }
  .bloom {
    width: 132px;
    height: 132px;
  }
}
