.notification-widget{position:fixed;bottom:1rem;right:1rem;z-index:1000}.icon-button{background:#f39200;border:none;color:white;font-size:1.5rem;border-radius:50%;width:3rem;height:3rem;position:relative;cursor:pointer}.icon-button .badge{position:absolute;top:-5px;right:-5px;background:red;color:white;font-size:.7rem;border-radius:999px;padding:.2rem .4rem}.notification-panel{position:absolute;bottom:4rem;right:0;background:white;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:1rem;width:90vw;max-height:90vh;overflow-y:auto}.notification-panel h4{margin-top:0}.notification-panel .empty{color:#888;font-size:.9rem}.notification-table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:auto}.notification-table td,.notification-table th{text-align:left;padding:.5rem;border-bottom:1px solid #eee;white-space:nowrap;overflow-wrap:anywhere;word-break:break-all;white-space:pre-line;text-overflow:ellipsis;overflow-x:auto}.notification-table td:nth-child(3),.notification-table th:nth-child(3){width:100%;white-space:normal}.copy-text{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-height:4.5em;cursor:pointer}.copy-text:hover{color:#004a99}