.notifications-center{position:fixed;inset:0;z-index:140;display:none;place-items:center;padding:18px;background:rgba(229,237,251,.78);backdrop-filter:blur(13px);direction:rtl;font-family:Vazirmatn,sans-serif}.notifications-center.is-open{display:grid;animation:notificationFade .25s ease}.notifications-center button{font:inherit;cursor:pointer}.notifications-shell{width:min(100%,448px);height:min(760px,calc(100vh - 36px));overflow:hidden;border:1px solid rgba(255,255,255,.95);border-radius:28px;background:#fff;box-shadow:0 32px 80px rgba(35,57,106,.22)}.notifications-header{height:70px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:0 18px;border-bottom:1px solid #edf2f8;direction:ltr}.notifications-header button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:12px;color:#18305d;background:transparent}.notifications-header>div{justify-self:center;display:flex;align-items:center;gap:7px;color:#152a55}.notifications-logo{width:30px;height:30px;display:grid;place-items:center;border-radius:11px 11px 11px 4px;color:#fff;background:linear-gradient(135deg,#53d8f7,#2872ee 60%,#6759e9);font-weight:950;font-style:italic;transform:rotate(-12deg)}.notifications-content{height:calc(100% - 70px);overflow:auto;padding:22px 24px 30px}.notifications-hero{display:flex;align-items:center;gap:13px;padding:4px 0 18px}.notifications-hero>span{width:58px;height:58px;display:grid;place-items:center;border-radius:21px;color:#276be8;background:linear-gradient(145deg,#eef7ff,#dcecff);box-shadow:inset 0 1px #fff,0 10px 20px rgba(37,99,235,.1)}.notifications-hero svg{width:27px;height:27px}.notifications-hero h1{margin:0;color:#172c58;font-size:1.14rem}.notifications-hero p{margin:4px 0 0;color:#7b8aa4;font-size:.7rem}.notifications-list h2{margin:4px 0 10px;color:#44577c;font-size:.75rem}.notification-card{display:grid;grid-template-columns:48px 1fr;align-items:start;gap:10px;margin-bottom:10px;border:1px solid #e5edf9;border-radius:17px;padding:12px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 8px 18px rgba(32,66,120,.04)}.notification-avatar{position:relative;width:46px;height:46px;overflow:hidden;border-radius:16px;background:#edf5ff}.notification-avatar i{display:block;width:100%;height:100%;background:url('./assets/classmate-avatars-3d.png') 0 center/200% 100% no-repeat}.notification-avatar--female i{background-position:100% center}.notification-card b{display:block;color:#203967;font-size:.77rem}.notification-card p{margin:4px 0 2px;color:#65758f;font-size:.66rem;line-height:1.7}.notification-card small{color:#9ba7b7;font-size:.57rem}.notification-card footer{grid-column:1/-1;display:flex;gap:7px;padding-top:5px}.notification-card footer button{min-height:32px;flex:1;border-radius:10px;font-size:.66rem;font-weight:800}.notification-card [data-notification=accept]{border:0;color:#fff;background:linear-gradient(135deg,#3f82fa,#2465e7)}.notification-card [data-notification=reject]{border:1px solid #e2e9f5;color:#6b7a91;background:#fff}.notification-card em{grid-column:1/-1;justify-self:start;border-radius:999px;padding:4px 8px;color:#5f7394;background:#edf3fb;font-size:.58rem;font-style:normal}.notification-card.is-resolved{opacity:.76}.notifications-empty{display:grid;justify-items:center;gap:9px;padding:56px 15px;text-align:center}.notifications-empty span{display:grid;place-items:center;width:70px;height:70px;border-radius:25px;color:#6f94dc;background:#eff5ff}.notifications-empty svg{width:32px;height:32px}.notifications-empty b{color:#334b77;font-size:.85rem}.notifications-empty p{max-width:250px;margin:0;color:#8997ad;font-size:.68rem;line-height:1.9}@keyframes notificationFade{from{opacity:0}to{opacity:1}}@media(min-width:900px){.notifications-shell{width:min(560px,calc(100% - 68px));height:min(710px,calc(100vh - 68px));border-radius:34px}.notifications-content{padding:28px 38px}}@media(max-width:520px){.notifications-center{padding:0}.notifications-shell{width:100%;height:100vh;border:0;border-radius:0}}
