.wallet-dashboard-v2 .wallet-global-notification{
  position:fixed;
  top:38px;
  right:38px;
  z-index:1200;
}
.wallet-dashboard-v2 .hero-notification{display:none!important;}
.wallet-dashboard-v2 .notification-bell{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(18,22,36,.82);
  color:#fff;
  box-shadow:0 18px 44px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
}
.wallet-dashboard-v2 .notification-bell svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.wallet-dashboard-v2 .notification-bell.has-alert{border-color:rgba(161,60,255,.65);box-shadow:0 0 0 4px rgba(161,60,255,.12),0 20px 42px rgba(0,0,0,.34);}
.wallet-dashboard-v2 .notification-bell .notification-count-badge{
  position:absolute;
  top:-7px;
  right:-7px;
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  background:#ff3b7f;
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:20px;
  text-align:center;
  box-shadow:0 8px 18px rgba(255,59,127,.35);
}
.wallet-dashboard-v2 .notification-popover{
  position:absolute;
  top:62px;
  right:0;
  width:360px;
  max-width:calc(100vw - 40px);
  display:none;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(18,22,36,.96);
  box-shadow:0 24px 58px rgba(0,0,0,.4);
  backdrop-filter:blur(16px);
}
.wallet-dashboard-v2 .notification-wrap:hover .notification-popover,
.wallet-dashboard-v2 .notification-wrap:focus-within .notification-popover{display:block;}
.wallet-dashboard-v2 .notification-title{margin:0 0 10px;color:#fff;font-weight:900;font-size:14px;}
.wallet-dashboard-v2 .notification-empty{margin:0;color:#8b94ab;font-size:13px;}
.wallet-dashboard-v2 .notification-row{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  margin-top:8px;
}
.wallet-dashboard-v2 .notification-row[data-notification-url]{cursor:pointer;}
.wallet-dashboard-v2 .notification-row[data-notification-url]:hover{background:rgba(161,60,255,.13);border-color:rgba(161,60,255,.28);}
.wallet-dashboard-v2 .notification-dot{width:8px;height:8px;border-radius:999px;background:#21e6b1;margin-top:6px;flex:0 0 auto;box-shadow:0 0 12px rgba(33,230,177,.55);}
.wallet-dashboard-v2 .notification-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;}
.wallet-dashboard-v2 .notification-copy strong{color:#fff;font-size:13px;line-height:1.35;}
.wallet-dashboard-v2 .notification-copy span{color:#b8c1d6;font-size:12px;line-height:1.45;}
.wallet-dashboard-v2 .notification-time{display:block;margin-top:5px;color:#727c98;font-size:11px;}
.wallet-dashboard-v2 .notification-close{width:24px;height:24px;border:0;border-radius:8px;background:rgba(255,255,255,.06);color:#b8c1d6;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;}
.wallet-dashboard-v2 .notification-close svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.wallet-dashboard-v2 .notification-close:hover{background:rgba(255,59,127,.16);color:#fff;}

.wallet-dashboard-v2 .notice-line{cursor:pointer;}
.wallet-dashboard-v2 .notice-all-link{
  margin-left:auto;
  border:0;
  border-radius:999px;
  padding:8px 14px;
  background:rgba(161,60,255,.14);
  color:#cfa7ff;
  font-weight:800;
  font-size:12px;
}
.wallet-dashboard-v2 .notice-all-link:hover{background:rgba(161,60,255,.25);color:#fff;}
.wallet-dashboard-v2 .wallet-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:2200;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(4,8,18,.72);
  backdrop-filter:blur(10px);
}
.wallet-dashboard-v2 .wallet-modal-backdrop[hidden]{display:none;}
.wallet-dashboard-v2 .wallet-modal-card{
  width:min(680px,100%);
  max-height:min(760px, calc(100vh - 48px));
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(145deg,rgba(21,24,38,.98),rgba(13,18,31,.98));
  box-shadow:0 30px 90px rgba(0,0,0,.48);
  color:#fff;
}
.wallet-dashboard-v2 .wallet-modal-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:24px 26px 14px;border-bottom:1px solid rgba(255,255,255,.08);}
.wallet-dashboard-v2 .wallet-modal-title{margin:0;font-size:22px;font-weight:900;line-height:1.35;}
.wallet-dashboard-v2 .wallet-modal-date{margin:6px 0 0;color:#8b94ab;font-size:12px;}
.wallet-dashboard-v2 .wallet-modal-close{width:36px;height:36px;border:0;border-radius:12px;background:rgba(255,255,255,.06);color:#fff;font-size:20px;line-height:1;}
.wallet-dashboard-v2 .wallet-modal-body{padding:22px 26px;overflow:auto;max-height:520px;color:#d6dbea;line-height:1.75;font-size:14px;}
.wallet-dashboard-v2 .wallet-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 26px 24px;border-top:1px solid rgba(255,255,255,.08);}
.wallet-dashboard-v2 .wallet-modal-button{border:0;border-radius:12px;padding:12px 18px;background:linear-gradient(135deg,#a13cff,#27d4c5);color:#fff;font-weight:900;}
.wallet-dashboard-v2 .notice-page-list{display:flex;flex-direction:column;gap:12px;}
.wallet-dashboard-v2 .notice-list-row{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.035);padding:18px 20px;display:flex;align-items:center;gap:14px;text-align:left;color:#fff;}
.wallet-dashboard-v2 .notice-list-row:hover{border-color:rgba(161,60,255,.4);background:rgba(161,60,255,.10);}
.wallet-dashboard-v2 .notice-list-row-title{flex:1;min-width:0;font-weight:900;}
.wallet-dashboard-v2 .notice-list-row-date{color:#8b94ab;font-size:12px;white-space:nowrap;}
.wallet-dashboard-v2 .notice-pager{display:flex;justify-content:center;gap:8px;margin-top:22px;}
.wallet-dashboard-v2 .notice-pager a,.wallet-dashboard-v2 .notice-pager span{min-width:36px;height:36px;padding:0 10px;border-radius:10px;border:1px solid rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;color:#b8c1d6;text-decoration:none;font-weight:800;}
.wallet-dashboard-v2 .notice-pager .active{background:linear-gradient(135deg,#a13cff,#27d4c5);color:#fff;border:0;}
@media (max-width: 768px){
  .wallet-dashboard-v2 .wallet-global-notification{top:18px;right:18px;}
  .wallet-dashboard-v2 .notification-popover{right:-6px;width:320px;}
  .wallet-dashboard-v2 .notice-all-link{display:none;}
}


/* DURU_NOTIFICATION_LAYOUT_READ_FIX_20260608_START */
.wallet-dashboard-v2 .wallet-global-notification {
  position: fixed !important;
  top: 22px !important;
  right: 28px !important;
  z-index: 1400 !important;
}
body.wallet-dashboard-v2[data-page="main"] .wallet-global-notification,
body.wallet-dashboard-v2:not([data-page]) .wallet-global-notification {
  top: 38px !important;
  right: 38px !important;
}
.wallet-dashboard-v2 .notification-popover {
  top: 64px !important;
  right: 0 !important;
  width: 374px !important;
  max-width: calc(100vw - 36px) !important;
}
.wallet-dashboard-v2 .notification-row {
  position: relative;
  padding-right: 42px !important;
}
.wallet-dashboard-v2 .notification-row[data-notification-url] .notification-copy {
  cursor: pointer;
}
.wallet-dashboard-v2 .notification-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.wallet-dashboard-v2 .notification-copy strong,
.wallet-dashboard-v2 .notification-copy span,
.wallet-dashboard-v2 .notification-time,
.wallet-dashboard-v2 .notification-title,
.wallet-dashboard-v2 .notification-empty {
  font-family: "NanumSquareNeo", Arial, sans-serif !important;
}
.wallet-dashboard-v2 .notification-title,
.wallet-dashboard-v2 .notification-copy strong {
  font-weight: 900 !important;
}
.wallet-dashboard-v2 .notification-row.is-clicking {
  opacity: .72;
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .wallet-dashboard-v2 .wallet-global-notification,
  body.wallet-dashboard-v2[data-page="main"] .wallet-global-notification,
  body.wallet-dashboard-v2:not([data-page]) .wallet-global-notification {
    top: 14px !important;
    right: 14px !important;
  }
  .wallet-dashboard-v2 .notification-popover {
    right: -4px !important;
    width: 320px !important;
  }
}
/* DURU_NOTIFICATION_LAYOUT_READ_FIX_20260608_END */
