.wish-page{
  --wish-navy:#073c5f;
  --wish-blue:#0877d1;
  --wish-ink:#152536;
  --wish-muted:#667789;
  --wish-line:#d9e5ec;
  position:relative;
  color:var(--wish-ink);
  font-family:"Noto Sans",sans-serif;
}
.wish-page *{box-sizing:border-box}
.wish-shell{width:min(1120px,calc(100% - 40px));margin:0 auto}
.wish-hero{padding:72px 0 66px;border-bottom:1px solid rgba(7,60,95,.12)}
.wish-kicker{display:block;color:var(--wish-blue);font-size:12px;font-weight:700;letter-spacing:2px}
.wish-hero__row{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:64px;margin-top:14px}
.wish-hero h1{max-width:690px;margin:0;font:700 clamp(42px,6vw,72px)/1.04 "Montserrat",sans-serif;letter-spacing:-2.4px}
.wish-hero p{max-width:670px;margin:24px 0 0;color:#455f73;font-size:17px;line-height:1.7}
.wish-actions{display:grid;gap:11px}
.wish-btn{display:flex;min-height:56px;align-items:center;justify-content:center;gap:11px;border:1px solid transparent;border-radius:11px;padding:0 20px;font-family:"Noto Sans",sans-serif;font-size:15px;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.wish-btn:hover{transform:translateY(-2px)}
.wish-btn--primary{background:var(--wish-navy);color:#fff;box-shadow:0 12px 26px rgba(7,60,95,.18)}
.wish-btn--primary:hover{background:#052f4b;color:#fff;box-shadow:0 16px 32px rgba(7,60,95,.24)}
.wish-btn--card{position:relative;overflow:hidden;min-height:62px;border-color:rgba(255,255,255,.25);background:linear-gradient(135deg,#073c5f 0%,#0877d1 100%);box-shadow:0 15px 32px rgba(8,119,209,.28)}
.wish-btn--card:after{position:absolute;top:-70%;left:-35%;width:24%;height:240%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);content:"";transform:rotate(22deg);transition:left .55s ease}
.wish-btn--card:hover{background:linear-gradient(135deg,#052f4b 0%,#086dbd 100%);box-shadow:0 20px 38px rgba(8,119,209,.34)}
.wish-btn--card:hover:after{left:112%}
.wish-btn--card i{font-size:16px}
.wish-btn--secondary{border-color:var(--wish-navy);background:rgba(255,255,255,.64);color:var(--wish-navy)}
.wish-btn--secondary:hover{background:#fff;color:var(--wish-navy)}
.wish-content{padding:70px 0 96px}
.wish-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.wish-section-head h2{margin:7px 0 0;font:700 clamp(30px,4vw,44px)/1.15 "Montserrat",sans-serif;letter-spacing:-1px}
.wish-my-events{display:inline-flex;align-items:center;gap:9px;border-bottom:1px solid var(--wish-navy);padding:8px 0;color:var(--wish-navy);font-size:14px;font-weight:700;text-decoration:none}
.wish-my-events:hover{color:var(--wish-blue);border-color:var(--wish-blue)}
.wish-my-events .fa-arrow-right{font-size:11px}
.wish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.wish-event{position:relative;display:flex;min-height:320px;flex-direction:column;border:1px solid var(--wish-line);border-radius:18px;padding:24px;background:rgba(255,255,255,.91);box-shadow:0 10px 28px rgba(22,52,73,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.wish-event:before{content:"";position:absolute;top:-1px;right:24px;left:24px;height:3px;border-radius:0 0 4px 4px;background:var(--wish-blue)}
.wish-event:hover{transform:translateY(-4px);border-color:#bdd6e7;box-shadow:0 18px 38px rgba(22,52,73,.11)}
.wish-event__top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.wish-event__date{display:flex;align-items:center;gap:8px;color:var(--wish-navy)}
.wish-event__date b{font:700 28px/1 "Montserrat",sans-serif}
.wish-event__date span{max-width:48px;font-size:9px;font-weight:700;line-height:1.25;letter-spacing:.7px}
.wish-event__count{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:#eef6fb;color:#426177;font-size:11px;font-weight:700}
.wish-event h3{margin:27px 0 10px;font:700 21px/1.35 "Montserrat",sans-serif}
.wish-event__description{margin:0;color:var(--wish-muted);font-size:13px;line-height:1.65}
.wish-event__creator{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:24px}
.wish-event__avatar{display:grid;width:34px;height:34px;flex:none;place-items:center;border-radius:50%;background:#e6f2fa;color:var(--wish-navy);font-size:12px;font-weight:700}
.wish-event__creator small,.wish-event__creator b{display:block}.wish-event__creator small{color:#8493a1;font-size:10px}.wish-event__creator b{font-size:12px}
.wish-event__footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:18px;padding-top:17px;border-top:1px solid #e7eef2}
.wish-event__edit,.wish-event__open{display:inline-flex;align-items:center;gap:6px;color:#647685;font-size:12px;font-weight:700;text-decoration:none}
.wish-event__open{color:var(--wish-navy)}.wish-event__edit:hover,.wish-event__open:hover{color:var(--wish-blue)}
.wish-empty{border:1px solid var(--wish-line);border-radius:20px;padding:60px 24px;background:rgba(255,255,255,.86);text-align:center}
.wish-empty>span{display:grid;width:54px;height:54px;margin:0 auto 18px;place-items:center;border-radius:50%;background:#eaf4fa;color:var(--wish-navy);font-size:20px}
.wish-empty h3{font:700 23px "Montserrat",sans-serif}.wish-empty p{color:var(--wish-muted)}.wish-empty .wish-btn{width:max-content;margin:24px auto 0}
@media(max-width:900px){
  .wish-hero__row{grid-template-columns:1fr;gap:34px}
  .wish-actions{grid-template-columns:1fr 1fr}
  .wish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .wish-shell{width:min(100% - 28px,1120px)}
  .wish-hero{padding:48px 0 46px}
  .wish-hero h1{font-size:40px;letter-spacing:-1.5px}
  .wish-hero p{font-size:15px}
  .wish-actions{grid-template-columns:1fr}
  .wish-content{padding:50px 0 72px}
  .wish-section-head{align-items:flex-start;flex-direction:column}
  .wish-grid{grid-template-columns:1fr}
  .wish-event{min-height:300px}
}
@media(prefers-reduced-motion:reduce){.wish-btn,.wish-event{transition:none}}
