.Notifications-page{margin-top:150px;min-height:100vh;padding:4rem 1.5rem;color:#fff;direction:ltr}.Notifications-header{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.Notifications-header-icon{display:flex;align-items:center;justify-content:center;padding:1rem;background-color:rgba(49,49,49,.1);border:1px solid rgba(250,167,6,.35);border-radius:9999px;box-shadow:0 0 18px rgba(250,167,6,.35);margin-bottom:.75rem}.Notifications-bell{color:#faa706;width:2rem;height:2rem}.Notifications-title{font-size:1.875rem;font-weight:800;color:#fff;letter-spacing:.05em;margin-bottom:.5rem}.Notifications-subtitle{color:#faa706;font-size:.875rem}.Notifications-list{max-width:48rem;margin:0 auto}.Notifications-item{background-color:#0b1220;box-shadow:0 0 18px rgba(250,167,6,.35);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease;border:1px solid rgba(250,167,6,.18);cursor:pointer}.Notifications-item:hover{border-color:#faa706;box-shadow:0 0 25px rgba(250,167,6,.5);transform:translateY(-3px)}.Notifications-item-top{display:flex;justify-content:space-between;align-items:start}.Notifications-item-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.25rem}.Notifications-item-message{font-size:.875rem;color:rgba(250,167,6,.7)}.Notifications-item-time{font-size:.75rem;color:#faa706;white-space:nowrap}.Notifications-empty{text-align:center;color:#faa706;margin-top:2rem;font-size:.875rem}