:root{--portal-primary: #6673fc;--portal-primary-dark: #505de4;--portal-primary-soft: #eef0ff;--portal-body: #f5f7fb;--portal-surface: #ffffff;--portal-surface-soft: #f8f9fd;--portal-sidebar: #111827;--portal-sidebar-secondary: #172033;--portal-text: #182033;--portal-text-light: #667085;--portal-border: #e7eaf1;--portal-success: #16a34a;--portal-warning: #d97706;--portal-danger: #dc2626;--portal-sidebar-width: 280px;--portal-topbar-height: 78px;--portal-radius-sm: 12px;--portal-radius: 18px;--portal-radius-lg: 24px;--portal-shadow-sm: 0 6px 20px rgba(15, 23, 42, .05);--portal-shadow: 0 18px 50px rgba(15, 23, 42, .09)}html,body{min-height:100%}body.portal-body{margin:0;overflow-x:hidden;background:var(--portal-body);color:var(--portal-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6}body.portal-sidebar-open{overflow:hidden}a{text-decoration:none}button,input,select,textarea{font:inherit}.portal-wrapper{min-height:100vh}.portal-main{min-height:100vh;margin-left:var(--portal-sidebar-width);transition:margin-left .25s ease}.portal-content{min-height:calc(100vh - var(--portal-topbar-height));padding:32px}.portal-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:1040;width:var(--portal-sidebar-width);overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,var(--portal-sidebar) 0%,var(--portal-sidebar-secondary) 100%);box-shadow:12px 0 40px #0f172a1a;transition:transform .25s ease}.portal-sidebar::-webkit-scrollbar{width:5px}.portal-sidebar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.portal-sidebar-header{min-height:var(--portal-topbar-height);display:flex;align-items:center;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.08)}.portal-brand{display:flex;flex-direction:column;gap:1px;color:#fff}.portal-brand:hover{color:#fff}.portal-brand-name{font-size:1.25rem;font-weight:850;letter-spacing:-.045em}.portal-brand-name span{color:#8f99ff}.portal-brand small{color:#ffffff73;font-size:.68rem;font-weight:600;letter-spacing:.04em}.portal-sidebar-nav{padding:24px 16px 40px}.portal-nav-section+.portal-nav-section{margin-top:28px}.portal-nav-title{display:block;margin-bottom:9px;padding:0 12px;color:#ffffff59;font-size:.67rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.portal-nav-link{min-height:46px;display:flex;align-items:center;gap:13px;padding:10px 13px;border-radius:12px;color:#ffffffa3;font-size:.88rem;font-weight:600;transition:color .2s ease,background .2s ease,transform .2s ease}.portal-nav-link+.portal-nav-link{margin-top:4px}.portal-nav-link i{width:20px;color:#ffffff85;font-size:1.05rem;text-align:center;transition:color .2s ease}.portal-nav-link:hover{background:#ffffff12;color:#fff;transform:translate(2px)}.portal-nav-link:hover i{color:#aeb5ff}.portal-nav-link.active{background:linear-gradient(135deg,#6673fcf5,#505de4f5);color:#fff;box-shadow:0 12px 26px #6673fc3b}.portal-nav-link.active i{color:#fff}.portal-sidebar-overlay{position:fixed;inset:0;z-index:1035;background:#0f172a85;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.portal-sidebar-overlay.show{opacity:1;visibility:visible}.portal-topbar{position:sticky;top:0;z-index:1020;min-height:var(--portal-topbar-height);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px;background:#fffffff0;border-bottom:1px solid var(--portal-border);box-shadow:0 4px 18px #0f172a06;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.portal-topbar-left{display:flex;align-items:center;gap:14px}.portal-sidebar-toggle{width:42px;height:42px;display:none;place-items:center;padding:0;background:var(--portal-surface-soft);border:1px solid var(--portal-border);border-radius:12px;color:var(--portal-text);font-size:1.15rem}.portal-page-title{margin:0;color:var(--portal-text);font-size:1.22rem;font-weight:800;letter-spacing:-.025em}.portal-topbar-actions{display:flex;align-items:center;gap:18px}.portal-language-switcher{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;background:var(--portal-surface-soft);border:1px solid var(--portal-border);border-radius:11px}.portal-language-switcher a{color:var(--portal-text-light);font-size:.73rem;font-weight:700}.portal-language-switcher a:hover,.portal-language-switcher a.active{color:var(--portal-primary)}.portal-language-switcher span{color:#c3c8d4;font-size:.72rem}.portal-user-button{display:flex;align-items:center;gap:11px;padding:6px 10px 6px 7px;background:transparent;border:1px solid transparent;border-radius:13px;color:var(--portal-text);transition:background .2s ease,border-color .2s ease}.portal-user-button:hover,.portal-user-button.show{background:var(--portal-surface-soft);border-color:var(--portal-border)}.portal-user-button:after{margin-left:2px}.portal-user-avatar{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;background:linear-gradient(135deg,var(--portal-primary-dark),var(--portal-primary));border-radius:11px;color:#fff;font-size:.87rem;font-weight:800;box-shadow:0 8px 18px #6673fc33}.portal-user-info{display:flex;flex-direction:column;align-items:flex-start;max-width:210px}.portal-user-info strong{max-width:100%;overflow:hidden;color:var(--portal-text);font-size:.79rem;font-weight:750;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.portal-user-info small{max-width:100%;overflow:hidden;color:var(--portal-text-light);font-size:.68rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.portal-topbar .dropdown-menu{min-width:220px;padding:8px;border:1px solid var(--portal-border);border-radius:13px;box-shadow:var(--portal-shadow)}.portal-topbar .dropdown-item{padding:9px 11px;border-radius:8px;color:var(--portal-text-light);font-size:.84rem}.portal-topbar .dropdown-item:hover{background:var(--portal-primary-soft);color:var(--portal-primary)}.portal-dashboard{width:100%}.portal-welcome-card{position:relative;overflow:hidden;min-height:210px;display:flex;align-items:center;padding:40px;background:radial-gradient(circle at 85% 10%,rgba(255,255,255,.18),transparent 30%),linear-gradient(135deg,#505de4,#6673fc 58%,#7d87ff);border-radius:var(--portal-radius-lg);box-shadow:0 24px 60px #6673fc38}.portal-welcome-card:after{content:"";position:absolute;top:-100px;right:-70px;width:300px;height:300px;border:1px solid rgba(255,255,255,.16);border-radius:50%}.portal-welcome-card>div{position:relative;z-index:2;max-width:720px}.portal-welcome-label{display:inline-block;margin-bottom:13px;color:#ffffffb3;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.portal-welcome-card h2{margin-bottom:13px;color:#fff;font-size:clamp(1.9rem,4vw,2.9rem);font-weight:800;line-height:1.12;letter-spacing:-.04em}.portal-welcome-card p{max-width:650px;margin:0;color:#ffffffb8;font-size:.95rem;line-height:1.75}.portal-stat-card{height:100%;min-height:122px;display:flex;align-items:center;gap:17px;padding:24px;background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:var(--portal-radius);box-shadow:var(--portal-shadow-sm);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.portal-stat-card:hover{transform:translateY(-4px);border-color:#6673fc47;box-shadow:var(--portal-shadow)}.portal-stat-icon{width:54px;height:54px;display:grid;place-items:center;flex:0 0 54px;background:var(--portal-primary-soft);border-radius:16px;color:var(--portal-primary);font-size:1.35rem}.portal-stat-card>div:last-child{display:flex;flex-direction:column}.portal-stat-card span{color:var(--portal-text-light);font-size:.79rem;font-weight:650}.portal-stat-card strong{margin-top:3px;color:var(--portal-text);font-size:1.75rem;font-weight:800;line-height:1;letter-spacing:-.035em}.portal-card{background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:var(--portal-radius);box-shadow:var(--portal-shadow-sm)}.portal-card-header{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px;border-bottom:1px solid var(--portal-border)}.portal-card-title{margin:0;color:var(--portal-text);font-size:1rem;font-weight:800}.portal-card-body{padding:24px}@media(max-width:1199.98px){:root{--portal-sidebar-width: 260px}.portal-content{padding:28px}}@media(max-width:991.98px){.portal-sidebar{transform:translate(-100%)}.portal-sidebar.show{transform:translate(0)}.portal-main{margin-left:0}.portal-sidebar-toggle{display:grid}.portal-content{padding:24px}}@media(max-width:767.98px){.portal-topbar{min-height:70px;padding:0 20px}.portal-content{min-height:calc(100vh - 70px);padding:20px}.portal-language-switcher,.portal-user-info{display:none}.portal-user-button{padding:5px}.portal-user-button:after{display:none}.portal-welcome-card{min-height:190px;padding:30px}}@media(max-width:575.98px){.portal-content{padding:16px}.portal-topbar{padding:0 15px}.portal-page-title{max-width:180px;overflow:hidden;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.portal-topbar-actions{gap:8px}.portal-welcome-card{min-height:180px;padding:26px 22px;border-radius:20px}.portal-welcome-card h2{font-size:1.8rem}.portal-stat-card{min-height:104px;padding:20px}}.portal-alert{display:flex;align-items:center;gap:10px;border:0;border-radius:14px}.portal-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.portal-page-eyebrow{display:block;margin-bottom:7px;color:var(--portal-primary);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.portal-page-heading h2{margin-bottom:8px;font-size:1.8rem;font-weight:800}.portal-page-heading p{max-width:680px;margin:0;color:var(--portal-text-light)}.portal-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 17px;background:var(--portal-primary);border-color:var(--portal-primary);border-radius:11px;color:#fff;font-size:.85rem;font-weight:700}.portal-primary-button:hover,.portal-primary-button:focus{background:var(--portal-primary-dark);border-color:var(--portal-primary-dark);color:#fff}.portal-empty-state{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:var(--portal-surface);border:1px dashed #ccd2df;border-radius:var(--portal-radius-lg);text-align:center}.portal-empty-icon{width:76px;height:76px;display:grid;place-items:center;margin-bottom:22px;background:var(--portal-primary-soft);border-radius:22px;color:var(--portal-primary);font-size:1.8rem}.portal-empty-state h3{margin-bottom:9px;font-size:1.3rem;font-weight:800}.portal-empty-state p{max-width:520px;margin-bottom:24px;color:var(--portal-text-light)}.portal-license-list{display:flex;flex-direction:column;gap:22px}.portal-license-card{overflow:hidden;background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:var(--portal-radius-lg);box-shadow:var(--portal-shadow-sm)}.portal-license-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 28px;border-bottom:1px solid var(--portal-border)}.portal-license-product{display:flex;align-items:center;gap:15px}.portal-license-icon{width:54px;height:54px;display:grid;place-items:center;background:var(--portal-primary-soft);border-radius:16px;color:var(--portal-primary);font-size:1.3rem}.portal-license-product span,.portal-license-details span,.portal-activation-row span{display:block;color:var(--portal-text-light);font-size:.72rem;font-weight:650}.portal-license-product h3{margin:3px 0 0;font-size:1.2rem;font-weight:800}.portal-license-status{padding:7px 11px;border-radius:999px;font-size:.72rem;font-weight:800}.portal-license-status-active{background:#16a34a1c;color:#15803d}.portal-license-status-pending{background:#f59e0b1f;color:#b45309}.portal-license-status-suspended,.portal-license-status-expired,.portal-license-status-revoked{background:#dc26261a;color:#b91c1c}.portal-license-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding:24px 28px}.portal-license-details strong,.portal-activation-row strong{display:block;margin-top:4px;color:var(--portal-text);font-size:.88rem;font-weight:750}.portal-license-activations{padding:24px 28px;background:var(--portal-surface-soft);border-top:1px solid var(--portal-border)}.portal-license-activations h4{margin-bottom:14px;font-size:.9rem;font-weight:800}.portal-activation-row{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:18px;padding:16px;background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:13px}.portal-activation-row+.portal-activation-row{margin-top:10px}.portal-modal{border:0;border-radius:20px;box-shadow:var(--portal-shadow)}.portal-modal .modal-header{align-items:flex-start;padding:24px 26px;border-bottom:1px solid var(--portal-border)}.portal-modal .modal-title{margin-bottom:5px;font-size:1.2rem;font-weight:800}.portal-modal .modal-header p{margin:0;color:var(--portal-text-light);font-size:.84rem}.portal-modal .modal-body{padding:26px}.portal-modal .modal-footer{padding:18px 26px;border-top:1px solid var(--portal-border)}.portal-form-label{display:block;margin-bottom:8px;font-size:.82rem;font-weight:700}.portal-form-control{min-height:50px;border-color:var(--portal-border);border-radius:11px}.portal-form-control:focus{border-color:var(--portal-primary);box-shadow:0 0 0 4px #6673fc1a}.portal-license-notice{display:flex;align-items:flex-start;gap:9px;margin-top:14px;color:var(--portal-text-light);font-size:.76rem;line-height:1.6}.portal-license-notice i{margin-top:2px;color:var(--portal-primary)}@media(max-width:991.98px){.portal-license-details,.portal-activation-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575.98px){.portal-page-heading{align-items:stretch;flex-direction:column}.portal-page-heading .portal-primary-button{width:100%}.portal-license-header{align-items:flex-start;flex-direction:column;padding:22px}.portal-license-details{grid-template-columns:1fr;padding:22px}.portal-license-activations{padding:22px}.portal-activation-row{grid-template-columns:1fr}}.portal-support-filters{margin-top:8px}.portal-secondary-button{min-width:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--portal-border);border-radius:11px}.portal-support-table-card{overflow:hidden}.portal-table{min-width:1050px}.portal-table thead th{padding:15px 18px;background:var(--portal-surface-soft);border-bottom:1px solid var(--portal-border);color:var(--portal-text-light);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.portal-table tbody td{padding:17px 18px;border-bottom:1px solid var(--portal-border);color:var(--portal-text-light);font-size:.84rem}.portal-table tbody tr:last-child td{border-bottom:0}.portal-table tbody tr:hover{background:#6673fc06}.portal-ticket-reference{color:var(--portal-primary);font-size:.8rem;white-space:nowrap}.portal-ticket-subject{max-width:280px;overflow:hidden;color:var(--portal-text);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.portal-ticket-status,.portal-priority-badge{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:.69rem;font-weight:800;white-space:nowrap}.portal-ticket-status-open{background:#2563eb1a;color:#1d4ed8}.portal-ticket-status-in_progress{background:#6673fc1f;color:var(--portal-primary-dark)}.portal-ticket-status-waiting_customer{background:#f59e0b1f;color:#b45309}.portal-ticket-status-resolved{background:#16a34a1c;color:#15803d}.portal-ticket-status-closed{background:#64748b1f;color:#475569}.portal-priority-low{background:#64748b1a;color:#64748b}.portal-priority-normal{background:#2563eb1a;color:#1d4ed8}.portal-priority-high{background:#f59e0b1f;color:#b45309}.portal-priority-urgent{background:#dc26261c;color:#b91c1c}.portal-table-action{width:36px;height:36px;display:inline-grid;place-items:center;padding:0;background:var(--portal-primary-soft);border:0;border-radius:10px;color:var(--portal-primary)}.portal-table-action:hover{background:var(--portal-primary);color:#fff}.portal-pagination{padding:18px 20px;border-top:1px solid var(--portal-border)}@media(max-width:767.98px){.portal-support-filters .portal-card-body{padding:20px}}.portal-support-form-card{max-width:1050px}.portal-textarea{min-height:210px;resize:vertical}.portal-form-help{display:block;margin-top:8px;color:var(--portal-text-light);font-size:.75rem;line-height:1.5}.portal-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:30px;padding-top:24px;border-top:1px solid var(--portal-border)}.portal-secondary-action{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 17px;border:1px solid var(--portal-border);border-radius:11px;color:var(--portal-text-light);font-size:.84rem;font-weight:700}@media(max-width:575.98px){.portal-form-actions{align-items:stretch;flex-direction:column-reverse}.portal-form-actions .btn{width:100%}}.portal-ticket-show-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.portal-ticket-show-header h2{margin:7px 0 0;font-size:1.65rem;font-weight:800}.portal-back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:16px;color:var(--portal-text-light);font-size:.8rem;font-weight:700}.portal-back-link:hover{color:var(--portal-primary)}.portal-ticket-conversation{display:flex;flex-direction:column;gap:20px}.portal-ticket-message{display:flex;align-items:flex-start;gap:14px}.portal-message-avatar{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;background:var(--portal-primary-soft);border-radius:13px;color:var(--portal-primary);font-size:.82rem;font-weight:800}.portal-ticket-message.support .portal-message-avatar{background:#111827;color:#fff}.portal-message-content{flex:1;padding:18px;background:var(--portal-surface-soft);border:1px solid var(--portal-border);border-radius:15px}.portal-ticket-message.support .portal-message-content{background:#6673fc0e;border-color:#6673fc2e}.portal-message-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:10px}.portal-message-meta strong{color:var(--portal-text);font-size:.84rem}.portal-message-meta span{color:var(--portal-text-light);font-size:.7rem}.portal-message-text{color:var(--portal-text-light);font-size:.88rem;line-height:1.75}.portal-message-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.portal-message-attachment{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:9px;color:var(--portal-text-light);font-size:.72rem}.portal-message-attachment small{color:#98a2b3}.portal-ticket-details-list{margin:0}.portal-ticket-details-list>div{padding:13px 0;border-bottom:1px solid var(--portal-border)}.portal-ticket-details-list>div:first-child{padding-top:0}.portal-ticket-details-list>div:last-child{padding-bottom:0;border-bottom:0}.portal-ticket-details-list dt{margin-bottom:4px;color:var(--portal-text-light);font-size:.7rem;font-weight:700}.portal-ticket-details-list dd{margin:0;color:var(--portal-text);font-size:.84rem;font-weight:700;word-break:break-word}@media(max-width:767.98px){.portal-ticket-show-header{align-items:flex-start;flex-direction:column}.portal-message-meta{align-items:flex-start;flex-direction:column;gap:3px}}.portal-admin-customer{min-width:180px;display:flex;flex-direction:column}.portal-admin-customer strong{color:var(--portal-text);font-size:.82rem;font-weight:750}.portal-admin-customer small{color:var(--portal-text-light);font-size:.7rem}.portal-internal-note-badge{display:inline-flex;margin-left:8px;padding:4px 7px;background:#f59e0b21;border-radius:999px;color:#b45309;font-size:.62rem;font-weight:800;text-transform:uppercase}.portal-ticket-message.system .portal-message-avatar{background:#e2e8f0;color:#475569}.portal-ticket-message.system .portal-message-content{background:#f8fafc}.portal-internal-note-option{margin-top:18px;padding:15px;background:#f59e0b14;border:1px solid rgba(245,158,11,.18);border-radius:12px}.portal-internal-note-option .form-check-label{color:var(--portal-text);font-size:.82rem;font-weight:750}.portal-internal-note-option small{display:block;margin-top:5px;margin-left:25px;color:var(--portal-text-light);font-size:.72rem;line-height:1.5}.portal-notifications-dropdown{position:relative}.portal-notification-button{position:relative;width:42px;height:42px;display:grid;place-items:center;padding:0;background:var(--portal-surface-soft);border:1px solid var(--portal-border);border-radius:12px;color:var(--portal-text-light);font-size:1.05rem}.portal-notification-button:hover,.portal-notification-button.show{background:var(--portal-primary-soft);border-color:#6673fc40;color:var(--portal-primary)}.portal-notification-count{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;background:#dc2626;border:2px solid #fff;border-radius:999px;color:#fff;font-size:.58rem;font-weight:800}.portal-notification-menu{width:380px;max-width:calc(100vw - 30px);padding:0!important;overflow:hidden}.portal-notification-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--portal-border)}.portal-notification-menu-header strong{color:var(--portal-text);font-size:.88rem;font-weight:800}.portal-notification-menu-header span{min-width:24px;height:24px;display:inline-grid;place-items:center;padding:0 6px;background:var(--portal-primary-soft);border-radius:999px;color:var(--portal-primary);font-size:.65rem;font-weight:800}.portal-notification-list{max-height:390px;overflow-y:auto}.portal-notification-item{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-bottom:1px solid var(--portal-border);transition:background .2s ease}.portal-notification-item:hover{background:var(--portal-surface-soft)}.portal-notification-item:last-child{border-bottom:0}.portal-notification-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;background:var(--portal-primary-soft);border-radius:11px;color:var(--portal-primary)}.portal-notification-content{min-width:0;display:flex;flex:1;flex-direction:column}.portal-notification-content strong{color:var(--portal-text);font-size:.78rem;font-weight:800}.portal-notification-content span{margin-top:2px;overflow:hidden;color:var(--portal-text-light);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.portal-notification-content small{margin-top:5px;color:#98a2b3;font-size:.65rem}.portal-notification-empty{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:25px;color:var(--portal-text-light);text-align:center}.portal-notification-empty i{font-size:1.5rem}.portal-notification-menu-footer{padding:12px 16px;border-top:1px solid var(--portal-border);text-align:center}.portal-notification-menu-footer a{display:inline-flex;align-items:center;gap:7px;color:var(--portal-primary);font-size:.76rem;font-weight:800}.portal-notification-filters{display:inline-flex;align-items:center;gap:6px;padding:5px;background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:13px}.portal-notification-filter{padding:8px 14px;border-radius:9px;color:var(--portal-text-light);font-size:.78rem;font-weight:750}.portal-notification-filter:hover,.portal-notification-filter.active{background:var(--portal-primary-soft);color:var(--portal-primary)}.portal-notification-page-list{display:flex;flex-direction:column;gap:12px;margin-top:22px}.portal-notification-page-item{display:flex;align-items:flex-start;gap:15px;padding:20px;background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:16px;box-shadow:var(--portal-shadow-sm)}.portal-notification-page-item.unread{background:#6673fc09;border-color:#6673fc38}.portal-notification-page-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 46px;background:var(--portal-primary-soft);border-radius:13px;color:var(--portal-primary);font-size:1.05rem}.portal-notification-page-content{min-width:0;flex:1}.portal-notification-page-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.portal-notification-page-heading>div{display:flex;align-items:center;gap:8px}.portal-notification-page-heading strong{color:var(--portal-text);font-size:.86rem;font-weight:800}.portal-notification-page-heading small{color:var(--portal-text-light);font-size:.69rem}.portal-unread-dot{width:8px;height:8px;display:inline-block;background:var(--portal-primary);border-radius:50%}.portal-notification-page-content p{margin:7px 0 13px;color:var(--portal-text-light);font-size:.79rem}.portal-notification-page-actions{display:flex;align-items:center;gap:7px}.portal-notification-action{width:36px;height:36px;display:inline-grid;place-items:center;padding:0;background:var(--portal-surface-soft);border:1px solid var(--portal-border);border-radius:10px;color:var(--portal-text-light)}.portal-notification-action:hover{background:var(--portal-primary-soft);border-color:#6673fc33;color:var(--portal-primary)}.portal-notification-action.danger:hover{background:#dc262614;border-color:#dc26262e;color:#dc2626}@media(max-width:575.98px){.portal-notification-page-item{padding:16px}.portal-notification-page-heading{align-items:flex-start;flex-direction:column;gap:4px}}.portal-suggestion-type,.portal-suggestion-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:.69rem;font-weight:800;white-space:nowrap}.portal-suggestion-type{background:#6673fc1c;color:var(--portal-primary)}.portal-suggestion-status-submitted{background:#2563eb1a;color:#1d4ed8}.portal-suggestion-status-under_review{background:#f59e0b1f;color:#b45309}.portal-suggestion-status-planned{background:#7c3aed1a;color:#6d28d9}.portal-suggestion-status-rejected{background:#dc26261a;color:#b91c1c}.portal-suggestion-status-completed{background:#16a34a1c;color:#15803d}.portal-suggestion-description{color:var(--portal-text-light);font-size:.9rem;line-height:1.8}.portal-official-response{display:flex;align-items:flex-start;gap:15px;padding:18px;background:#6673fc0b;border:1px solid rgba(102,115,252,.18);border-radius:15px}.portal-official-response-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;background:var(--portal-primary-soft);border-radius:12px;color:var(--portal-primary);font-size:1.05rem}.portal-official-response-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:8px}.portal-official-response-meta strong{color:var(--portal-text);font-size:.82rem;font-weight:800}.portal-official-response-meta span{color:var(--portal-text-light);font-size:.68rem}.portal-official-response-text{color:var(--portal-text-light);font-size:.86rem;line-height:1.75}.portal-empty-response{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--portal-text-light);text-align:center}.portal-empty-response i{color:var(--portal-primary);font-size:1.5rem}@media(max-width:575.98px){.portal-official-response-meta{align-items:flex-start;flex-direction:column;gap:3px}}.portal-dashboard-page{display:flex;flex-direction:column;gap:24px}.portal-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;background:linear-gradient(135deg,#6673fc1a,#fffffff5);border:1px solid rgba(102,115,252,.16);border-radius:20px;box-shadow:var(--portal-shadow-sm)}.portal-dashboard-hero h2{margin:6px 0 10px;color:var(--portal-text);font-size:1.85rem;font-weight:800}.portal-dashboard-hero p{max-width:680px;margin:0;color:var(--portal-text-light);font-size:.9rem;line-height:1.7}.portal-dashboard-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.portal-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.portal-dashboard-stat-card{display:flex;align-items:center;gap:15px;padding:22px;background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:18px;box-shadow:var(--portal-shadow-sm);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.portal-dashboard-stat-card:hover{transform:translateY(-2px);border-color:#6673fc38;box-shadow:var(--portal-shadow)}.portal-dashboard-stat-icon{width:52px;height:52px;display:grid;place-items:center;flex:0 0 52px;background:var(--portal-primary-soft);border-radius:15px;color:var(--portal-primary);font-size:1.25rem}.portal-dashboard-stat-card span{display:block;color:var(--portal-text-light);font-size:.75rem;font-weight:700}.portal-dashboard-stat-card strong{display:block;margin-top:3px;color:var(--portal-text);font-size:1.55rem;font-weight:800}.portal-card-subtitle{margin:4px 0 0;color:var(--portal-text-light);font-size:.74rem}.portal-card-link{display:inline-flex;align-items:center;gap:6px;color:var(--portal-primary);font-size:.76rem;font-weight:800}.portal-card-link:hover{color:var(--portal-primary-dark)}.portal-dashboard-empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px;color:var(--portal-text-light);text-align:center}.portal-dashboard-empty i{color:var(--portal-primary);font-size:1.6rem}.portal-dashboard-list{display:flex;flex-direction:column}.portal-dashboard-list-item{display:flex;align-items:flex-start;gap:13px;padding:16px 20px;border-bottom:1px solid var(--portal-border);transition:background .2s ease}.portal-dashboard-list-item:last-child{border-bottom:0}.portal-dashboard-list-item:hover{background:var(--portal-surface-soft)}.portal-dashboard-list-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;background:var(--portal-primary-soft);border-radius:12px;color:var(--portal-primary)}.portal-dashboard-list-content{min-width:0;flex:1}.portal-dashboard-list-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.portal-dashboard-list-heading strong{color:var(--portal-text);font-size:.78rem;font-weight:800}.portal-dashboard-list-content p{margin:6px 0 4px;overflow:hidden;color:var(--portal-text);font-size:.84rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.portal-dashboard-list-content small{color:var(--portal-text-light);font-size:.68rem}.portal-admin-shortcuts{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px;background:#111827;border-radius:18px;box-shadow:var(--portal-shadow)}.portal-admin-shortcuts h3{margin:4px 0 7px;color:#fff;font-size:1.15rem;font-weight:800}.portal-admin-shortcuts p{margin:0;color:#ffffffad;font-size:.8rem}.portal-admin-shortcuts .portal-page-eyebrow{color:#aeb5ff}.portal-admin-shortcut-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.portal-admin-shortcut{min-width:145px;display:inline-flex;align-items:center;gap:10px;padding:13px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.78rem;font-weight:800;transition:background .2s ease,border-color .2s ease}.portal-admin-shortcut:hover{background:#ffffff24;border-color:#ffffff2e;color:#fff}@media(max-width:1199.98px){.portal-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.portal-dashboard-hero{align-items:flex-start;flex-direction:column}.portal-dashboard-hero-actions{width:100%}.portal-dashboard-hero-actions .btn{flex:1}.portal-admin-shortcuts{align-items:flex-start;flex-direction:column}.portal-admin-shortcut-links{width:100%}.portal-admin-shortcut{flex:1}}@media(max-width:575.98px){.portal-dashboard-stats{grid-template-columns:1fr}.portal-dashboard-hero{padding:22px}.portal-dashboard-hero h2{font-size:1.45rem}.portal-dashboard-hero-actions{align-items:stretch;flex-direction:column}.portal-dashboard-list-heading{align-items:flex-start;flex-direction:column;gap:6px}}.portal-notification-summary{margin-top:3px;color:var(--portal-text-light);font-size:.68rem;line-height:1.45}
