.page-container{padding:24px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:#f6f7f8;min-height:100vh}.dashboard-header h1{margin:8px 0 18px;font-size:28px}.cards{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.card.small{background:#fff;border-radius:6px;padding:12px 16px;width:220px;box-shadow:0 1px 4px #0000000f}.card-title{color:#666;font-size:13px}.card-value{font-weight:700;font-size:18px;margin-top:6px}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}@media(max-width:600px){.charts-grid{grid-template-columns:1fr}.cards{justify-content:space-between}}.table-preview{margin-top:10px;background:#fff;border-radius:6px;padding:12px;box-shadow:0 1px 4px #0000000f}.table-header{font-weight:600;margin-bottom:10px}.table-placeholder{color:#888;padding:18px 8px;border:1px dashed #eee;border-radius:6px;text-align:center}@media(min-width:1600px){.charts-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1100px){.charts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.charts-grid{grid-template-columns:1fr}}:root{--crm-dark: #07122b;--crm-accent: #0ea5a6;--crm-card: #ffffff;--crm-muted: #7b8a99;--crm-primary: #1f6feb;--crm-left-grad-start: #07122b;--crm-left-grad-end: #0b2236}.login-root{min-height:100vh;display:flex;font-family:Inter,Segoe UI,Roboto,sans-serif;background:linear-gradient(180deg,#f6f9fb,#f3f7fb)}.login-left{width:42%;min-width:360px;background:linear-gradient(180deg,var(--crm-left-grad-start),var(--crm-left-grad-end));color:#fff;padding:56px 48px;display:flex;flex-direction:column;justify-content:center;gap:24px;position:relative}.brand-logo{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:10px;background:linear-gradient(90deg,#2ea6ff,#6f9cff);font-weight:700;font-size:18px}.brand h2{margin:0;font-size:28px;font-weight:700}.brand-sub{color:#fffc;margin-top:6px}.illustration{position:absolute;right:-80px;bottom:20px;width:300px;height:300px;background-image:radial-gradient(circle at 30% 30%,rgba(255,255,255,.06),transparent 20%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.03),transparent 35%);border-radius:50%;transform:rotate(10deg);opacity:.9}.login-right{flex:1;display:flex;justify-content:center;align-items:center;padding:40px}.login-card{width:640px;max-width:95%;background:var(--crm-card);border-radius:18px;padding:36px;box-shadow:0 10px 30px #11182714}.login-head h1{margin:0;font-size:22px;font-weight:700;color:#0f1724}.login-head p{margin-top:6px;color:var(--crm-muted);font-size:14px}.login-form{margin-top:22px;display:flex;flex-direction:column;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field-label{color:#6b7280;font-size:13px;font-weight:600}.input{height:44px;border-radius:10px;border:1px solid #e6eef7;padding:0 12px;font-size:14px;outline:none;transition:box-shadow .15s,border-color .15s;background:#fbfdff}.input:focus{border-color:var(--crm-primary);box-shadow:0 4px 14px #1f6feb14}.input-error{border-color:#fcc!important}.field-error{color:#d64545;font-size:12px;margin-top:6px}.password-row{display:flex;align-items:center;gap:8px;position:relative}.password-row .input{flex:1;padding-right:44px}.eye-btn{position:absolute;right:8px;height:36px;width:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e6eef7;background:#fff;cursor:pointer}.eye-btn svg{opacity:.9}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.link-forgot{background:none;border:none;color:var(--crm-primary);font-weight:600;cursor:pointer;padding:6px 8px}.btn-primary{min-width:160px;height:44px;border-radius:22px;background:linear-gradient(90deg,var(--crm-primary),#5aa1ff);color:#fff;border:none;font-weight:700;cursor:pointer;box-shadow:0 6px 18px #1f6feb2e}@media(max-width:900px){.login-left{display:none}.login-right{padding:20px}.login-card{width:100%;border-radius:12px;padding:24px}}.not-found-container{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;background-color:#f3f4f6}.not-found-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 25px #0000000d;text-align:center;max-width:400px;width:90%}.icon-wrapper{color:#ef4444;margin-bottom:1rem;display:inline-flex;padding:1rem;background-color:#fee2e2;border-radius:50%}.not-found-card h1{font-size:3rem;font-weight:800;color:#1f2937;margin:0;line-height:1}.not-found-card h2{font-size:1.5rem;font-weight:600;color:#374151;margin:10px 0}.not-found-card p{color:#6b7280;margin-bottom:2rem;font-size:.95rem}.btn-back{display:inline-flex;align-items:center;justify-content:center;gap:8px;background-color:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;width:100%}.btn-back:hover{background-color:#1d4ed8}:root{--sidebar-width: 84px;--sidebar-expanded: 220px;--bg: #f7f9fb;--sidebar-bg: #0f1724;--card-bg: #fff;--muted: #6b7280}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:#111}.app-root{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-expanded);background:linear-gradient(180deg,#081226,#0f1724);color:#fff;padding:18px 12px;display:flex;flex-direction:column;gap:18px}.brand{display:flex;align-items:center;gap:10px}.logo{background:#10b981;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700}.brand-text{font-weight:700}.nav{display:flex;flex-direction:column;gap:6px;margin-top:8px}.nav-link{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;color:#fffc;text-decoration:none}.nav-link .icon{width:28px;text-align:center}.nav-link.active{background:#ffffff0f}.nav-link:hover{background:#ffffff08}.sidebar-footer{margin-top:auto;font-size:12px;color:#fff9}.main-area{flex:1;display:flex;flex-direction:column;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;background:transparent}.header .search input{padding:10px 12px;border-radius:10px;border:1px solid #e6e9ee;background:#fff;min-width:320px}.header-right{display:flex;align-items:center;gap:12px}.btn{padding:8px 12px;border-radius:8px;border:none;background:#0ea5a5;color:#fff}.avatar{width:36px;height:36px;border-radius:8px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center}.content{padding:24px}.dashboard h1{margin:0 0 18px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:18px}.card{background:var(--card-bg);padding:16px;border-radius:12px;box-shadow:0 1px 3px #0000000f}.card-title{font-size:.9rem;color:var(--muted)}.card-value{font-size:1.5rem;font-weight:700}.table-preview{background:var(--card-bg);padding:16px;border-radius:12px}.table-header{font-weight:700;margin-bottom:10px}.table-placeholder{color:var(--muted);padding:20px;border:1px dashed #e6e9ee;border-radius:8px}@media(max-width:900px){.sidebar{width:72px;padding:12px}.brand-text{display:none}.header .search input{min-width:140px}}.page-customers .page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page-subheader{margin-bottom:12px;color:#4b5563;font-size:smaller;font-weight:100;color:#6b7280}.page-header{margin-bottom:6px}.page-header h1{font-size:26px;font-weight:700;color:#111827;margin:0}.page-subheader{margin-bottom:20px}.page-subheader h2{font-size:14px;font-weight:600;color:#6b7280;margin:0;letter-spacing:.2px}.customers-table .table-controls{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.customers-table .c{padding:10px;border-radius:10px;border:1px solid #e6e9ee;min-width:320px}.customers-table .table{width:100%;border-collapse:collapse;margin-top:8px;background:transparent}.customers-table th,.customers-table td{padding:12px 10px;text-align:left;border-bottom:1px solid #eef2f6}.customers-table .num{text-align:right}.customers-table .card{background:#fff;padding:18px;border-radius:10px}.customers-table .empty{padding:18px;text-align:center;color:#6b7280}.pager{display:flex;justify-content:space-between;align-items:center;padding-top:12px}.sidebar{transition:width .28s cubic-bezier(.2,.9,.2,1),background .25s ease;will-change:width,background}.brand .logo{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent);box-shadow:0 1px #ffffff05 inset;transform-origin:center;animation:logo-pop .42s cubic-bezier(.2,.9,.2,1) both}.brand .logo img{width:36px;height:36px;object-fit:contain;display:block;transition:transform .22s ease,filter .22s ease;transform-origin:center}.brand .logo:hover img{transform:scale(1.06) rotate(-4deg);filter:brightness(1.06)}@keyframes logo-pop{0%{transform:scale(.85) translateY(4px);opacity:0}60%{transform:scale(1.05) translateY(-2px);opacity:1}to{transform:scale(1) translateY(0)}}.nav-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;color:#ffffffdb;text-decoration:none;transition:background .22s cubic-bezier(.2,.9,.2,1),transform .2s ease,box-shadow .2s ease,color .16s ease;position:relative;overflow:visible}.nav-link .icon{width:28px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.nav-link:hover{transform:translateY(-2px);background:#ffffff08;box-shadow:0 6px 20px #0206170f}.nav-link:before{content:"";position:absolute;left:-4px;top:50%;transform:translateY(-50%) scaleY(0);width:4px;height:48%;border-radius:4px;background:linear-gradient(180deg,#34d399,#06b6d4);transition:transform .26s cubic-bezier(.2,.9,.2,1),opacity .22s ease;opacity:0}.nav-link.active{background:#ffffff0f;color:#fff;transform:none}.nav-link.active .icon{transform:translate(-2px) scale(1.02)}.nav-link.active:before{transform:translateY(-50%) scaleY(1);opacity:1}.nav-link .icon svg{transition:fill .2s ease,opacity .2s ease;opacity:.95}.nav-link .label{display:inline-block;transform-origin:left center;transition:transform .18s ease,opacity .18s ease}@media(max-width:720px){.nav-link:hover{transform:none;box-shadow:none}.brand .logo img{transform:none}}.action-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:#fff;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.action-btn.view{color:#0ea5a5;border-color:#0ea5a524}.action-btn.edit{color:#0b74ff;border-color:#0b74ff1f}.action-btn:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0206170f}.customer-detail .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;align-items:start}.customer-detail .detail-row{display:flex;flex-direction:column;gap:6px;padding:8px 0}.detail-form label{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.detail-form input{padding:10px 12px;border-radius:8px;border:1px solid #e6e9ee;width:100%}@media(max-width:880px){.customer-detail .detail-grid{grid-template-columns:1fr}.action-btn{width:34px;height:34px}}.customers-table .name img{width:36px!important;height:36px!important;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.03)}.customer-detail img{box-shadow:0 8px 24px #02061714}.customer-detail .btn{display:inline-flex;align-items:center;gap:8px}.customer-detail .btn+.btn{margin-left:8px}.table img{max-width:100%;height:auto}@media(max-width:880px){.customer-detail{padding:12px}.customer-detail img{width:110px;height:110px}}.avatar-root img{display:block}.customers-table .name .avatar-root{border-radius:50%!important;box-shadow:0 1px #ffffff05 inset;border:2px solid rgba(255,255,255,.03)}.customer-large-avatar{border-radius:14px!important;box-shadow:0 12px 34px #0206171f}@media(max-width:880px){.customer-large-avatar{width:110px!important;height:110px!important;border-radius:14px!important}.customers-table .name .avatar-root{width:34px!important;height:34px!important}}.badge{display:inline-block;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px;letter-spacing:.6px;text-transform:uppercase}.badge-yellow{background:#facc151f;color:#b45309}.badge-muted{background:#0000000a;color:#6b7280}.badge-orange{background:#f973161f;color:#c2410c}.table td,.table th{vertical-align:middle}.row-actions{display:inline-flex;gap:8px;align-items:center;justify-content:center}@media(max-width:880px){.table thead th:nth-child(3),.table thead th:nth-child(4){display:none}.table tbody td:nth-child(3),.table tbody td:nth-child(4){display:none}}.page-tickets .card{padding:18px;border-radius:10px;background:#fff;box-shadow:0 6px 20px #0206170f;overflow:visible}.table-responsive{width:100%;overflow-x:auto}.table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:900px}.table thead th{text-align:left;padding:14px 12px;font-weight:700;color:#1f2937;vertical-align:middle;border-bottom:1px solid rgba(15,23,42,.06);white-space:nowrap}.table tbody td{padding:14px 12px;vertical-align:middle;border-bottom:1px solid rgba(15,23,42,.04);color:#111827;font-size:14px}.table thead th:nth-child(1){width:4%}.table thead th:nth-child(2){width:16%}.table thead th:nth-child(3){width:26%}.table thead th:nth-child(4){width:12%}.table thead th:nth-child(5){width:12%}.table thead th:nth-child(6){width:8%}.table thead th:nth-child(7){width:8%}.table thead th:nth-child(8){width:12%}.table thead th:nth-child(9){width:4%}.td-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2rem;font-size:14px;color:#374151;max-width:100%;white-space:normal}.table tbody td:nth-child(2){font-weight:700;color:#0f1724}.table tbody td:nth-child(4),.table tbody td:nth-child(5){color:#475569;font-size:13px}.table tbody td:nth-child(8){white-space:nowrap;color:#374151;font-size:13px}.badge{display:inline-block;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.table tbody td:nth-child(6),.table tbody td:nth-child(7){display:flex;align-items:center;gap:8px}.action-btn{width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(6,95,70,.08);color:#0ea5a5;cursor:pointer;transition:transform .12s ease,background .12s ease}.action-btn:hover{transform:translateY(-2px);background:#0ea5a50a}.action-btn svg{width:18px;height:18px}.empty{padding:28px 12px;text-align:center;color:#6b7280}@media(max-width:1024px){.table{min-width:820px}.td-desc{-webkit-line-clamp:2}}@media(max-width:720px){.table thead th:nth-child(3),.table tbody td:nth-child(3){display:none}.table thead th:nth-child(5),.table tbody td:nth-child(5){display:none}.table thead th:nth-child(6),.table tbody td:nth-child(6){display:none}.table{min-width:760px}}.ticket-table{table-layout:fixed;min-width:760px}.ticket-table th,.ticket-table td{padding:14px 12px;vertical-align:middle}.action-btn{width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.action-btn svg{width:16px;height:16px}.ticket-actions .action-btn{width:36px;height:36px;border-radius:8px;border:1px solid rgba(6,95,70,.08);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#06b6d4;transition:transform .12s ease,background .12s ease}.page-ticket-detail{padding:18px 22px}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.detail-header-left{display:flex;gap:14px;align-items:center}.btn-ghost{background:#0ea5a514;border:none;color:#065f5f;padding:8px 12px;border-radius:8px;display:inline-flex;align-items:center;gap:8px}.detail-title{margin:0;font-size:22px;font-weight:800;color:#0f1724}.detail-sub{margin-top:4px;color:#6b7280;font-size:13px}.detail-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.header-badges{display:flex;gap:8px}.detail-card{padding:18px;border-radius:10px;background:#fff;box-shadow:0 10px 30px #0206170f}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}.info-item{padding:12px;border-radius:8px;background:#fbfdff;display:flex;flex-direction:column;gap:8px}.info-label{font-size:13px;font-weight:700;color:#0f1724}.info-value{font-size:14px;color:#0f1724}.description-block{margin-top:8px}.desc-title{margin:0 0 8px;font-size:14px;font-weight:700;color:#0f1724}.desc-body{padding:14px;border-radius:10px;background:#f8fafc;color:#374151;line-height:1.6;font-size:14px}.form-input,.form-textarea,select.form-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e6e9ee;box-sizing:border-box;font-size:14px;color:#0f1724;background:#fff}.form-textarea{resize:vertical;min-height:120px}.badge{font-weight:800;letter-spacing:.6px;font-size:12px;padding:8px 12px;border-radius:999px}.badge-blue{background:#3b82f61f;color:#2563eb}.badge-gray{background:#6b728014;color:#374151}.badge-prio-low{background:#22c55e1f;color:#059669}.badge-prio-medium{background:#f973161f;color:#c2410c}.badge-prio-high{background:#ef44441f;color:#dc2626}.muted{color:#6b7280}@media(max-width:880px){.info-grid{grid-template-columns:1fr}.detail-header{align-items:center}.detail-header-right{align-items:flex-start;width:100%}}.ticket-actions{display:flex;align-items:center;justify-content:center;height:100%;padding:6px}.ticket-actions .action-btn{width:36px;height:36px;border-radius:8px;border:1px solid rgba(6,95,70,.08);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#06b6d4;cursor:pointer;transition:transform .12s ease,background .12s ease}.ticket-actions .action-btn:hover{transform:translateY(-2px);background:#06b6d40d}.ticket-actions .action-btn.edit{border-color:#3b82f61f;color:#2563eb}.pager{display:flex;justify-content:space-between;align-items:center;padding-top:8px}.pager .pager-right button{margin-left:6px;padding:8px 10px;border-radius:8px;border:1px solid #e6e9ee;background:#fff;cursor:pointer}.pager .pager-right button[disabled]{opacity:.5;cursor:not-allowed}.page-info{margin:0 8px}.td-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.3rem}@media(max-width:720px){.ticket-table{min-width:760px}}.search-rounded{width:260px;padding:10px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.search-rounded::placeholder{color:#7d7d7d}.search-rounded:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf840}.row-active{background:linear-gradient(180deg,#fff0,#fff0)}.row-inactive{background:linear-gradient(0deg,#f5f7fa,#f5f7fa);color:#1f293799}.table tbody tr.row-active:hover{background:#065f4605}.badge{display:inline-block;padding:6px 8px;border-radius:999px;font-weight:700;font-size:12px;letter-spacing:.02em;text-transform:uppercase}.badge-blue{background:#3b82f61f;color:#1d4ed8}.badge-yellow{background:#facc151f;color:#92400e}.badge-indigo{background:#6366f11f;color:#4f46e5}.badge-teal{background:#14b8a61f;color:#0f766e}.badge-gray{background:#9ca3af14;color:#374151}.badge-muted{background:#94a3b80f;color:#6b7280}.badge-green{background:#10b9811f;color:#059669}.badge-orange{background:#f973161f;color:#b45309}.badge-red{background:#ef44441f;color:#dc2626}.action-btn{width:36px;height:36px;border-radius:8px;border:1px solid rgba(6,95,70,.06);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#06b6d4;cursor:pointer}.action-btn.edit{color:#2563eb;border-color:#3b82f614}.customers-table .name img,.customers-table .name svg{border-radius:8px}.row-inactive .badge,.row-inactive .email,.row-inactive .name,.row-inactive td{opacity:.75}@media(max-width:720px){.customers-table .table{min-width:680px}}.header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.notif-btn{background:#fff;border:1px solid #e5e7eb;border-radius:50%;padding:6px 8px;cursor:pointer;transition:.2s ease;display:flex;align-items:center;justify-content:center}.notif-btn:hover{background:#f3f4f6}.user-info{display:flex;align-items:center;gap:12px;margin-left:12px}.user-name{font-size:14px;color:#374151;font-weight:500}.avatar{width:36px;height:36px;background:#111827;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#f8fafc;border-bottom:1px solid #e6eef3;position:relative;z-index:30}.header-right{display:flex;align-items:center;gap:14px}.notif-wrap{position:relative}.notif-btn{background:#fff;border:1px solid #eef2f6;border-radius:50%;padding:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;width:38px;height:38px}.notif-btn:hover{background:#f3f6f8}.notif-badge{position:absolute;top:-5px;right:-5px;background:#06b6d4;color:#fff;min-width:18px;height:18px;font-size:11px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;box-shadow:0 1px 2px #02061714}.notif-dropdown{position:absolute;right:0;top:48px;width:320px;background:#fff;border:1px solid #e6eef3;border-radius:10px;box-shadow:0 8px 30px #02061714;overflow:hidden;display:flex;flex-direction:column}.notif-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #f1f5f9;background:#fff}.notif-markall{background:transparent;border:none;color:#2563eb;cursor:pointer;font-size:13px}.notif-list{max-height:260px;overflow:auto}.notif-item{display:flex;gap:12px;padding:12px 14px;align-items:flex-start;cursor:pointer;transition:background .12s ease;border-bottom:1px solid #f8fafc}.notif-item:hover{background:#fbfdff}.notif-unread{background:linear-gradient(90deg,#06162405,#06162400)}.notif-title{font-weight:600;font-size:13px;color:#0f1724;margin-bottom:4px}.notif-body{font-size:13px;color:#475569;line-height:1.25;max-width:200px}.notif-meta{margin-left:auto;text-align:right}.notif-time{font-size:12px;color:#94a3b8}.notif-footer{padding:10px 14px;text-align:center;background:#fff}.btn-link{background:none;border:none;color:#06b6d4;cursor:pointer;font-weight:600}.user-info{display:flex;align-items:center;gap:12px}.user-name{font-size:14px;color:#111827;font-weight:500}.avatar-wrap{width:36px;height:36px;display:flex;align-items:center;justify-content:center}@media(max-width:820px){.notif-dropdown{right:8px;left:auto;width:92vw;max-width:360px}.user-name{display:none}}
