.global-notification-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(4px)}.animate-fade-in{animation:fadeIn .3s}.global-notification-content{background:white;padding:40px 60px;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.1);text-align:center;font-weight:700;font-size:1.2rem;display:flex;flex-direction:column;align-items:center;gap:15px}.global-notification-content.success{color:var(--success)}.global-notification-content.error{color:var(--error)}.global-notification-content.info{color:var(--info)}.checkmark-circle{width:50px;height:50px;position:relative;display:inline-block;vertical-align:top}.checkmark-circle .checkmark.draw:after{animation-duration:.8s;animation-timing-function:ease;animation-name:checkmark;transform:scaleX(-1) rotate(135deg)}.checkmark-circle .checkmark:after{opacity:1;height:25px;width:12px;transform-origin:left top;border-right:3px solid var(--success);border-top:3px solid var(--success);content:"";left:12px;top:25px;position:absolute}@keyframes checkmark{0%{height:0;width:0;opacity:1}20%{height:0;width:12px;opacity:1}40%{height:25px;width:12px;opacity:1}to{height:25px;width:12px;opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.error-circle{width:60px;height:60px;position:relative;display:flex;align-items:center;justify-content:center}.error-circle .error-mark{font-size:40px;color:var(--error);font-weight:700;line-height:1;animation:pulse .5s ease-in-out}@keyframes pulse{0%{transform:scale(.8)}50%{transform:scale(1.2)}to{transform:scale(1)}}.info-circle{width:60px;height:60px;position:relative;display:flex;align-items:center;justify-content:center}.info-circle .info-mark{font-size:40px;color:var(--info);font-weight:700;line-height:1;font-style:italic;font-family:serif;animation:popIn .4s ease-out}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.TeacherInboxModal_overlay__09Zei{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10000;display:flex;align-items:center;justify-content:center}.TeacherInboxModal_modal__WEEax{background-color:white;width:90%;max-width:600px;max-height:80vh;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.TeacherInboxModal_header__RUU4N{padding:20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc}.TeacherInboxModal_title__JXHjT{margin:0;display:flex;align-items:center;gap:10px}.TeacherInboxModal_closeButton__HKuuF{background:none;border:none;font-size:1.5rem;cursor:pointer}.TeacherInboxModal_content__9kZAe{padding:20px;overflow-y:auto;flex:1;background-color:#f1f5f9}.TeacherInboxModal_emptyState__xtx4I{text-align:center;padding:40px;color:#64748b}.TeacherInboxModal_emptyIcon__Bo6Ii{font-size:2rem;margin:0 0 10px}.TeacherInboxModal_requestList__Gl8zu{display:flex;flex-direction:column;gap:15px}.TeacherInboxModal_requestCard__yjev_{padding:15px;border-radius:8px;position:relative;background-color:white;border:1px solid #e2e8f0}.TeacherInboxModal_requestCardUnread__FP4Uw{background-color:#eff6ff;border:2px solid #bfdbfe}.TeacherInboxModal_unreadDot__c2rW1{position:absolute;top:-5px;right:-5px;width:12px;height:12px;background-color:#ef4444;border-radius:50%}.TeacherInboxModal_cardHeader__qHofI{display:flex;justify-content:space-between;margin-bottom:10px}.TeacherInboxModal_studentName__8BX8v{font-size:1.1rem;color:#1e293b}.TeacherInboxModal_timestamp__6NuFS{font-size:.85rem;color:#64748b}.TeacherInboxModal_sentence__T3faZ{padding:10px;border-radius:6px;font-size:1.2rem;font-weight:700;color:#334155;margin-bottom:10px;background-color:#f8fafc}.TeacherInboxModal_sentenceUnread__sc7wK{background-color:#dbeafe}.TeacherInboxModal_itemsContainer__0Ltl5{display:flex;gap:10px;margin-bottom:10px}.TeacherInboxModal_itemBadge__LDuB1{display:flex;align-items:center;gap:5px;background:white;padding:5px 10px;border-radius:20px;border:1px solid #e2e8f0;font-size:.85rem}.TeacherInboxModal_itemImage__s9roU{width:20px;height:20px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.TeacherInboxModal_markReadButton__I0XMg{padding:6px 12px;background-color:transparent;border:1px solid #3b82f6;color:#3b82f6;border-radius:4px;cursor:pointer;font-size:.85rem}