@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#060b17;--sidebar:#0e1628;--panel:#162033;--panel-light:#1b2940;--primary:#3b82f6;--secondary:#06b6d4;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--text:#f8fafc;--text2:#94a3b8}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif}body:before{content:"";z-index:-2;background:radial-gradient(circle at 20% 20%,#3b82f62e,#0000 25%),radial-gradient(circle at 80% 80%,#06b6d426,#0000 30%),radial-gradient(circle,#7c3aed1a,#0000 40%);position:fixed;inset:0}body:after{content:"";opacity:.3;z-index:-1;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}a{color:inherit;text-decoration:none}button,input{font-family:inherit}.layout{height:100dvh;min-height:0;display:flex;overflow:hidden}.sidebar{background:#0e1628;border-right:1px solid #ffffff14;width:260px;padding:30px 20px}.logo{text-align:center;margin-bottom:40px}.logoCircle{background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:auto auto 15px;font-size:26px;font-weight:700;display:flex}.logo p{color:#94a3b8}.sidebar nav{flex-direction:column;gap:12px;display:flex}.menuButton{color:#e2e8f0;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;padding:14px;transition:all .3s;display:block}.menuButton:hover{background:#1b2940}.main{flex-direction:column;flex:1;min-width:0;height:100dvh;min-height:0;display:flex;overflow:hidden}.navbar{box-sizing:border-box;border-bottom:1px solid #ffffff14;flex:0 0 80px;justify-content:space-between;align-items:center;height:80px;padding:0 30px;display:flex}.navbar p{color:#94a3b8}.navRight{align-items:center;gap:15px;display:flex}.navRight button{cursor:pointer;border:none;border-radius:10px;width:42px;height:42px}.avatar{background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-weight:700;display:flex}.content{box-sizing:border-box;flex:auto;min-width:0;min-height:0;padding:30px;overflow:hidden}.userCard{border-top:1px solid #374151;align-items:center;gap:15px;margin-top:auto;padding:20px;display:flex}.avatar{background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.userCard p{color:#9ca3af;margin:4px 0 0;font-size:13px}.logoutButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;width:100%;margin-top:15px;padding:12px;transition:all .3s}.logoutButton:hover{background:#b91c1c}.brand{text-align:center;margin-bottom:40px}.aiCore{width:140px;height:140px;margin:auto auto 25px;position:relative}.ring{border-radius:50%;position:absolute;inset:0}.ring1{border:3px solid #3b82f673;animation:12s linear infinite rotate}.ring2{border:2px dashed #06b6d48c;animation:8s linear infinite rotateReverse;inset:16px}.core{background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:24px;font-weight:700;animation:2.2s infinite pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 25px #3b82f699,0 0 60px #06b6d440}.brand h2{margin-top:10px;font-size:22px}.brand span{color:#94a3b8;font-size:14px}.menuButton{position:relative;overflow:hidden}.menuButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.menuButton:hover:before{left:100%}.menuButton.active{background:linear-gradient(135deg,#3b82f638,#06b6d41f);border:1px solid #3b82f666}.systemInfo{color:#cbd5e1;border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:12px;margin-top:auto;padding-top:25px;display:flex}.status{background:#10b981;border-radius:50%;width:12px;height:12px;animation:1.8s infinite blink;box-shadow:0 0 15px #10b981}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes pulse{0%{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.08)}to{transform:translate(-50%,-50%)scale(1)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}.content::-webkit-scrollbar{width:10px}.content::-webkit-scrollbar-track{background:#0e1628}.content::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:20px}.content::-webkit-scrollbar-thumb:hover{background:#2563eb}.navbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#162033a6;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:80px;padding:20px 30px;display:flex}.navbarLeft{flex:1}.searchBox{background:#1b2940;border-radius:14px;align-items:center;gap:10px;width:350px;padding:12px 18px;display:flex}.searchBox input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:15px}.navbarRight{align-items:center;gap:20px;display:flex}.systemStatus{color:#10b981;align-items:center;gap:8px;font-weight:600;display:flex}.todayDate{color:#94a3b8;font-size:14px}.iconBtn{color:#fff;cursor:pointer;background:#1b2940;border:none;border-radius:12px;width:45px;height:45px;transition:all .3s}.iconBtn:hover{background:#2563eb}.profile{align-items:center;gap:12px;display:flex}.profile p{color:#94a3b8;font-size:13px}.serviceWarning{color:#fde68a;background:#f59e0b24;border-bottom:1px solid #f59e0b66;padding:10px 30px;font-size:.85rem}.status.warning{background:#f59e0b;box-shadow:0 0 15px #f59e0b}@media (width>=701px){html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}.layout{height:100vh;overflow:hidden}.main{height:100vh;min-height:0;overflow:hidden}.content{flex:auto;height:auto;min-height:0;overflow:hidden auto}}.pageTitle{margin-bottom:8px;font-size:36px}.pageSubtitle{color:#94a3b8;margin-bottom:35px}.cardGrid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.dashboardCard{cursor:pointer;background:#162033;border:1px solid #ffffff14;border-radius:18px;padding:28px;transition:all .35s}.dashboardCard:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 15px 40px #3b82f640}.dashboardCard h3{color:#94a3b8;margin-bottom:18px;font-weight:500}.dashboardCard h2{font-size:34px}.cardIcon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:18px;display:flex;box-shadow:0 10px 20px #00000040}.panel{background:#162033;border:1px solid #ffffff14;border-radius:18px;margin-top:35px;padding:25px}.panel h2{margin-bottom:20px}.quickGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.quickButton{color:#fff;cursor:pointer;background:#1b2940;border:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:80px;transition:all .3s;display:flex}.quickButton:hover{background:#2563eb;transform:translateY(-5px)}.quickButton svg{width:24px;height:24px}.panelHeader{align-items:center;margin-bottom:20px;display:flex}.panelHeader h2{align-items:center;gap:10px;display:flex}.websiteStatus{flex-direction:column;gap:18px;display:flex}.statusRow{align-items:center;gap:12px;font-size:18px;display:flex}.onlineDot{background:#10b981;border-radius:50%;width:14px;height:14px;animation:1.5s infinite blink;box-shadow:0 0 15px #10b981}.websiteStatus span{color:#94a3b8}.maintenanceBtn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;height:52px;margin-top:10px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.maintenanceBtn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #3b82f666}.dashboardGrid{grid-template-columns:2fr 1fr;gap:25px;margin-top:25px;display:grid}.activityList{flex-direction:column;gap:15px;list-style:none;display:flex}.activityList li{background:#1b2940;border-radius:10px;padding:12px;transition:all .3s}.activityList li:hover{background:#2563eb}.websiteGrid{grid-template-columns:1fr 1fr;gap:25px;margin-bottom:25px;display:grid}.statusBox{align-items:center;gap:12px;margin:15px 0;font-size:20px;display:flex}.formPanel{flex-direction:column;gap:18px;display:flex}.inputField{color:#fff;background:#1b2940;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;padding:15px;font-size:15px}.inputField:focus{border-color:#3b82f6}.saveButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:12px;height:52px;font-size:16px;font-weight:600;transition:all .3s}.saveButton:hover{transform:translateY(-3px);box-shadow:0 10px 25px #3b82f659}.switch{width:64px;height:34px;margin:20px 0;display:inline-block;position:relative}.switch input{display:none}.slider{cursor:pointer;background:#334155;border-radius:50px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:26px;height:26px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider{background:#10b981}input:checked+.slider:before{transform:translate(30px)}.previewPanel{margin-top:30px}.previewHero{background:linear-gradient(135deg,#111827,#1e293b);border:1px solid #334155;border-radius:18px;padding:50px}.previewHero h1{color:#fff;margin-bottom:20px;font-size:40px}.previewHero p{color:#cbd5e1;max-width:700px;margin-bottom:30px;line-height:1.7}.previewHero button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:12px;padding:14px 28px;font-size:16px}.managementPage{width:100%}.supportPage{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden}.quickGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.pageHeader{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.pageHeader h1,.analyticsPage .pageTitle{align-items:center;gap:12px;font-size:clamp(1.7rem,3vw,2.25rem);display:flex}.pageHeader p{color:var(--text2);margin-top:8px}.primaryButton,.secondaryButton,.dangerGhostButton,.attachmentButton,.tableActions button,.pagination button,.inlineField button,.notificationItem button,.notificationItem a{color:#fff;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:10px 15px;transition:all .2s;display:inline-flex}.primaryButton{background:linear-gradient(135deg,#3b82f6,#06b6d4);font-weight:700}.secondaryButton,.tableActions button,.pagination button,.inlineField button,.notificationItem button,.notificationItem a{background:#1b2940;border-color:#334155}.dangerGhostButton{color:#fca5a5;background:#ef44441f;border-color:#ef444466}.primaryButton:hover,.secondaryButton:hover,.tableActions button:hover,.pagination button:hover{border-color:#60a5fa;transform:translateY(-1px)}button:disabled,input:disabled,select:disabled,textarea:disabled{opacity:.55;cursor:not-allowed}.filterPanel{background:#162033c7;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:minmax(250px,2fr) repeat(4,minmax(130px,1fr));gap:12px;margin-bottom:20px;padding:16px;display:grid}.filterPanel input,.filterPanel select,.settingsCard input,.settingsCard select,.ticketMetaGrid input,.ticketMetaGrid select,.composer textarea,.managementModal input,.managementModal select{width:100%;color:var(--text);background:#0e1628;border:1px solid #334155;border-radius:10px;outline:none;padding:11px 12px}.filterPanel input:focus,.filterPanel select:focus,.settingsCard input:focus,.ticketMetaGrid input:focus,.composer textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f621}.searchField{background:#0e1628;border:1px solid #334155;border-radius:10px;align-items:center;gap:9px;padding:0 12px;display:flex}.searchField input{background:0 0;border:0;padding-inline:0}.compactFilters{grid-template-columns:minmax(260px,2fr) minmax(140px,1fr) minmax(140px,1fr)}.pageState{text-align:center;min-height:160px;color:var(--text2);background:#162033a6;border:1px dashed #334155;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:28px;display:flex}.pageState strong{color:var(--text);font-size:1.1rem}.pageStateError{color:#fca5a5;border-color:#ef444473}.pageState button,.errorBoundary button{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:10px;padding:10px 18px}.spinner{border:3px solid #334155;border-top-color:#60a5fa;border-radius:50%;width:26px;height:26px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.fullPageState,.errorBoundary{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:100vh;padding:28px;display:flex}.inlineMessage,.formError{color:#bfdbfe;background:#3b82f61f;border:1px solid #3b82f64d;border-radius:10px;margin:12px 0;padding:11px 14px}.formError{color:#fecaca;background:#ef44441f;border-color:#ef444459}.mutedText{color:var(--text2);line-height:1.6}.supportCounters{grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:20px;display:grid}.supportCounters button{color:#fff;cursor:pointer;background:#162033;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;align-items:flex-start;gap:4px;padding:16px;display:flex}.supportCounters strong{font-size:1.7rem}.supportCounters span{color:var(--text2)}.supportWorkspace{flex:auto;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(320px,390px) minmax(500px,1fr);align-items:stretch;gap:20px;height:auto;min-height:0;display:grid;overflow:hidden}.supportListPanel,.ticketDetail{box-sizing:border-box;background:#0e1628db;border:1px solid #ffffff14;border-radius:18px;min-width:0;height:100%;min-height:0;max-height:100%}.supportListPanel{flex-direction:column;display:flex;overflow:hidden}.listPanelHeader{border-bottom:1px solid #26334a;justify-content:space-between;padding:16px;display:flex}.listPanelHeader span{color:var(--text2);font-size:.8rem}.ticketList{overscroll-behavior:contain;flex:1 1 0;min-height:0;max-height:none;overflow:hidden auto}.ticketRow{text-align:left;color:#fff;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #26334a;width:100%;padding:17px;transition:all .2s;display:block}.ticketHeaderActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ticketRow:hover,.ticketRow.selected{background:#1b2940}.ticketRow.selected{box-shadow:inset 3px 0 #3b82f6}.ticketRow.unread h3:before{content:"";background:#60a5fa;border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block;box-shadow:0 0 10px #3b82f6}.ticketRowTop{color:var(--text2);justify-content:space-between;font-size:.78rem;display:flex}.ticketRowTop strong{color:#93c5fd}.ticketRow h3{margin:8px 0 5px;font-size:1rem}.ticketRow p{color:var(--text2);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.ticketBadges{flex-wrap:wrap;align-items:center;gap:7px;margin-top:10px;display:flex}.badge,.roleChip,.assigneeChip{text-transform:capitalize;color:#e2e8f0;background:#334155;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.badge-new,.badge-open{color:#93c5fd;background:#3b82f62e}.badge-pending,.badge-high{color:#fcd34d;background:#f59e0b29}.badge-replied,.badge-resolved,.badge-low{color:#6ee7b7;background:#10b98126}.badge-urgent,.badge-spam,.badge-closed{color:#fca5a5;background:#ef44442b}.badge-normal,.badge-archived{color:#cbd5e1;background:#94a3b829}.assigneeChip{color:#c4b5fd;background:#8b5cf629}.ticketDetail{overscroll-behavior:contain;padding:22px;overflow:hidden auto}.ticketDetailHeader{border-bottom:1px solid #26334a;justify-content:space-between;gap:18px;padding-bottom:18px;display:flex}.ticketDetailHeader p{color:var(--text2);margin-top:7px}.ticketTitleLine{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.ticketTitleLine h2{font-size:1.35rem}.ticketMetaGrid{grid-template-columns:repeat(2,1fr);gap:14px;padding:18px 0;display:grid}.ticketMetaGrid label,.settingsCard>label,.managementModal>label{color:#cbd5e1;flex-direction:column;gap:7px;font-size:.85rem;font-weight:600;display:flex}.inlineField{gap:7px;display:flex}.conversationThread{flex-direction:column;gap:13px;padding:16px 0;display:flex}.conversationThread>h3{color:#cbd5e1;margin-bottom:2px}.messageBubble{background:#162033;border:1px solid #293750;border-radius:15px;max-width:88%;padding:16px}.message-admin{background:#2563eb2e;border-color:#3b82f666;align-self:flex-end}.message-note{background:#f59e0b17;border:1px dashed #f59e0b73;align-self:center;width:95%;max-width:95%}.timeline-visitor{border-left:3px solid #22d3ee;align-self:flex-start}.timeline-admin{border-left:3px solid #60a5fa;align-self:flex-end}.timeline-activity,.timeline-email{background:#94a3b814;border-color:#94a3b847;align-self:center;width:95%;max-width:95%}.timelineType{color:#93c5fd;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.69rem;font-weight:800}.internalLabel{color:#fcd34d;margin-bottom:7px;font-size:.75rem;display:inline-block}.deliverySummary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.deliverySummary>div{background:#0e1628b3;border:1px solid #293750;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;display:flex}.deliverySummary>div>strong{font-size:.8rem}.deliverySummary .delivery{margin:0}.deliverySummary button{color:#93c5fd;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;display:inline-flex}.messageHeader{justify-content:space-between;gap:20px;margin-bottom:9px;display:flex}.messageHeader span{color:var(--text2);font-size:.72rem}.messageBubble p{white-space:pre-wrap;line-height:1.55}.attachmentButton{background:#0e1628;border-color:#334155;margin-top:10px;padding:7px 10px}.delivery{color:var(--text2);align-items:center;gap:8px;margin-top:9px;display:flex}.delivery-failed{color:#fca5a5}.delivery-skipped{color:#fcd34d}.delivery-sent{color:#6ee7b7}.delivery button{color:#93c5fd;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;display:inline-flex}.composer{border-top:1px solid #26334a;margin-top:16px;padding-top:18px}.composerTabs{gap:8px;margin-bottom:12px;display:flex}.composerTabs button{color:var(--text2);cursor:pointer;background:0 0;border:1px solid #334155;border-radius:9px;align-items:center;gap:6px;padding:8px 12px;display:inline-flex}.composerTabs button.active{color:#fff;background:#1d4ed8;border-color:#3b82f6}.composerFooter{color:var(--text2);justify-content:space-between;align-items:center;margin-top:9px;font-size:.8rem;display:flex}.ticketPlaceholder{text-align:center;min-height:500px;color:var(--text2);flex-direction:column;justify-content:center;align-items:center;display:flex}.pagination{justify-content:center;align-items:center;gap:13px;padding:16px;display:flex}.pagination span{color:var(--text2);font-size:.85rem}.dataTableWrap{background:#162033b3;border:1px solid #ffffff14;border-radius:16px;overflow-x:auto}.dataTable{border-collapse:collapse;width:100%;min-width:850px}.dataTable th,.dataTable td{text-align:left;vertical-align:top;border-bottom:1px solid #293750;padding:15px}.dataTable th{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;font-size:.76rem}.dataTable td{color:#dbeafe;font-size:.88rem}.dataTable td small{color:var(--text2);margin-top:4px;display:block}.dataTable code{color:#93c5fd;background:#0e1628;border-radius:6px;padding:4px 7px}.tableActions{flex-wrap:wrap;gap:7px;display:flex}.statusText{align-items:center;gap:6px;display:inline-flex}.statusText.active{color:#6ee7b7}.statusText.inactive{color:#fca5a5}.role-superadmin{color:#f9a8d4;background:#db27772e}.role-admin{color:#c4b5fd;background:#8b5cf62e}.role-editor{color:#93c5fd;background:#3b82f62e}.role-support{color:#67e8f9;background:#06b6d42e}.managementModal{width:min(520px,92vw)}.managementModal small{color:var(--text2);font-weight:400}.checkLabel{align-items:center;flex-direction:row!important}.checkLabel input{width:auto!important}.settingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.settingsCard{background:#162033c7;border:1px solid #ffffff14;border-radius:17px;flex-direction:column;gap:15px;padding:22px;display:flex}.settingsCard h2{align-items:center;gap:9px;display:flex}.settingsCard>p,.settingsCard>small{color:var(--text2);line-height:1.5}.categoryChecklist{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.categoryChecklist label{color:#cbd5e1;align-items:center;gap:8px;font-size:.82rem;display:flex}.healthRows{flex-direction:column;gap:0;display:flex}.healthRows p{border-bottom:1px solid #293750;justify-content:space-between;gap:20px;padding:10px 0;display:flex}.healthRows span{color:var(--text2)}.notificationList{flex-direction:column;gap:10px;display:flex}.notificationItem{background:#162033;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:17px;display:grid}.notificationItem.unread{background:#2563eb1f;border-color:#3b82f680}.notificationItem p,.notificationItem small{color:var(--text2);margin-top:4px}.notificationIcon{color:#60a5fa;background:#1b2940;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.contentOverviewGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.contentOverviewGrid article{background:#162033;border:1px solid #ffffff14;border-radius:15px;padding:20px}.contentOverviewGrid h2{margin:12px 0 8px}.contentOverviewGrid p{color:var(--text2);min-height:45px;line-height:1.5}.contentOverviewGrid a{color:#60a5fa;margin-top:15px;display:inline-block}.contentType{text-transform:uppercase;letter-spacing:.08em;color:#67e8f9;font-size:.7rem;font-weight:800}.analyticsNotice{color:#fde68a;background:#f59e0b1a;border:1px solid #f59e0b59;border-radius:14px;margin:20px 0;padding:18px}.analyticsNotice p{color:#cbd5e1;margin-top:5px}.warningDot{background:#f59e0b;border-radius:50%;width:14px;height:14px;box-shadow:0 0 14px #f59e0b}.activityList li{flex-direction:column;gap:4px;display:flex}.activityList li span{color:var(--text2);font-size:.75rem}.notificationButton{place-items:center;display:grid;position:relative}.notificationBadge,.sidebarBadge{color:#fff;background:#ef4444;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:800;display:grid;position:absolute}.notificationBadge{top:-5px;right:-5px}.sidebarBadge{margin-left:auto;position:static}.srOnly{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;top:0;left:0;overflow:hidden}.sidebar{flex-direction:column;flex-shrink:0;height:100vh;display:flex;overflow-y:auto}.sidebar nav{gap:0}.navSection{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.navLabel{color:#64748b;letter-spacing:.12em;text-transform:uppercase;padding:0 12px 5px;font-size:.68rem}.menuButton{align-items:center;gap:10px;display:flex}.systemInfo{margin-top:8px}.userCard{padding-inline:5px;overflow:hidden}.userCard>div:last-child{min-width:0}.userCard strong,.userCard p{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}@media (width<=1200px){.filterPanel{grid-template-columns:repeat(3,minmax(150px,1fr))}.filterPanel .searchField{grid-column:span 2}.supportWorkspace{grid-template-columns:minmax(290px,340px) minmax(430px,1fr)}.cardGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.layout{height:auto;display:block}.sidebar{width:100%;height:auto;padding:18px}.brand{margin-bottom:18px}.aiCore{display:none}.sidebar nav{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.navSection{margin:0}.systemInfo,.userCard,.logoutButton{margin-top:14px}.main{min-width:0;height:auto;overflow:visible}.navbar{flex-wrap:wrap;gap:12px;height:auto;padding:12px 18px}.searchBox{width:min(100%,350px)}.todayDate,.systemStatus{display:none}.content{height:auto;min-height:70vh;padding:20px;overflow:visible}.supportPage{height:auto;min-height:0;max-height:none;display:block;overflow:visible}.supportWorkspace{grid-template-rows:auto;grid-template-columns:1fr;height:auto;min-height:0;display:grid;overflow:visible}.supportListPanel,.ticketDetail{height:auto;min-height:0;max-height:none}.ticketList{max-height:520px}.ticketDetail{overflow:visible}.settingsGrid,.dashboardGrid{grid-template-columns:1fr}}@media (width<=620px){.sidebar nav,.filterPanel,.compactFilters,.ticketMetaGrid,.settingsGrid,.supportCounters,.cardGrid,.websiteGrid{grid-template-columns:1fr}.filterPanel .searchField{grid-column:auto}.pageHeader,.ticketDetailHeader{flex-direction:column}.navbarLeft,.searchBox{width:100%}.navbarRight{justify-content:space-between;width:100%}.profile p{display:none}.content{padding:15px}.messageBubble{max-width:100%}.categoryChecklist{grid-template-columns:1fr}.supportCounters{grid-template-columns:repeat(2,1fr)}.ticketHeaderActions{justify-content:flex-start;width:100%}}.imagePicker{background:#111827;border-radius:20px;width:90%;max-width:900px;padding:25px}.pickerHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.pickerGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:18px;max-height:500px;display:grid;overflow:auto}.pickerGrid img{object-fit:cover;cursor:pointer;border-radius:12px;width:100%;height:120px;transition:all .25s}.pickerGrid img:hover{border:2px solid #6366f1;transform:scale(1.05)}.pickerUpload{color:#fff;cursor:pointer;background:#0e7490;border-radius:10px;margin:12px 0 18px;padding:10px 14px;display:inline-flex}.pickerUpload input{display:none}.pickerUpload.disabled{cursor:not-allowed;opacity:.6}.pickerError{color:#fee2e2;background:#7f1d1d;border:1px solid #ef4444;border-radius:10px;margin-bottom:14px;padding:10px}.pickerError button{color:#7f1d1d;cursor:pointer;background:#fee2e2;border:0;border-radius:6px;margin-left:8px;padding:5px 8px}.pickerImageButton{cursor:pointer;background:0 0;border:0;padding:0}.newsPage{padding:30px}.newsHeader{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.newsHeader h1{color:#fff;font-size:30px}.newsHeader p{color:#9ca3af;margin-top:6px}.contentError{color:#fee2e2;background:#7f1d1d;border:1px solid #ef4444;border-radius:10px;margin-bottom:14px;padding:12px 14px}.newsCardHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.contentStatus{color:#fff;text-transform:capitalize;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.status-published{background:#047857}.status-draft{background:#92400e}.newsThumbnail{object-fit:cover;float:right;border-radius:10px;width:120px;height:80px;margin:0 0 14px 18px}.addNewsBtn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;padding:12px 22px;font-size:15px;transition:all .3s}.addNewsBtn:hover{background:#6366f1}.newsList{color:#9ca3af;background:#111827;border:1px solid #374151;border-radius:15px;padding:30px}.newsCard{background:#1f2937;border:1px solid #374151;border-radius:15px;margin-bottom:20px;padding:20px;transition:all .3s}.newsCard:hover{border-color:#6366f1;transform:translateY(-3px)}.newsCard h2{color:#fff;margin-bottom:10px}.newsCard p{color:#d1d5db;margin-bottom:12px}.newsCard small{color:#9ca3af}.modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal{background:#111827;border:1px solid #374151;border-radius:20px;flex-direction:column;gap:18px;width:550px;padding:30px;display:flex;box-shadow:0 0 40px #6366f140}.newsEditorModal{max-height:90vh;overflow-y:auto}.modal label{color:#d1d5db;flex-direction:column;gap:7px;font-size:14px;display:flex}.modal select{color:#fff;background:#1f2937;border:1px solid #374151;border-radius:10px;padding:14px;font-size:15px}.editorGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.modal .checkboxField{flex-direction:row;align-items:center}.modal .checkboxField input{width:auto}.mediaField{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.chooseImageBtn,.textButton{cursor:pointer;border:0;border-radius:9px;padding:10px 14px}.chooseImageBtn{color:#fff;background:#0e7490}.textButton{color:#e5e7eb;background:#374151}.newsImagePreview{object-fit:cover;border-radius:9px;width:100px;height:70px}.publishBtn:disabled,.cancelBtn:disabled{cursor:not-allowed;opacity:.6}.modal h2{color:#fff;margin-bottom:10px}.modal input,.modal textarea{color:#fff;background:#1f2937;border:1px solid #374151;border-radius:10px;padding:14px;font-size:15px}.modalButtons{justify-content:flex-end;gap:15px;margin-top:10px;display:flex}.cancelBtn{color:#fff;cursor:pointer;background:#374151;border:none;border-radius:10px;padding:12px 20px}.publishBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;padding:12px 22px;transition:all .3s}.publishBtn:hover{background:#4f46e5}.newsActions{justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.editBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:10px 18px}.deleteBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:10px 18px}@media (width<=700px){.newsPage{padding:18px}.newsHeader{flex-direction:column;align-items:flex-start;gap:14px}.modal{border-radius:14px;width:550px;max-width:calc(100vw - 28px);padding:20px}.editorGrid{grid-template-columns:1fr}.newsCardHeader{flex-direction:column}}.toolsHeader{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.toolsHeader p{color:#9ca3af;margin-top:6px}.toolMeta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.status-active{background:#047857}.status-archived{background:#4b5563}.toolEditorModal{max-height:90vh;overflow-y:auto}@media (width<=700px){.toolsHeader{flex-direction:column;align-items:flex-start;gap:14px}}.addToolBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:12px;padding:14px 24px}.toolsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.toolCard{background:#111827;border:1px solid #374151;border-radius:18px;padding:20px}.toolLogo{object-fit:cover;border-radius:14px;width:80px;height:80px;margin-bottom:15px}.toolActions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.editBtn,.deleteBtn{cursor:pointer;color:#fff;border:none;border-radius:8px;padding:10px 16px}.editBtn{background:#3b82f6}.deleteBtn{background:#ef4444}.editBtn:hover{background:#2563eb}.deleteBtn:hover{background:#dc2626}.gamesPage{padding:30px}.gamesHeader{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.addGameBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:12px;padding:14px 24px}.gamesGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.gameCard{background:#111827;border:1px solid #374151;border-radius:18px;transition:all .3s;overflow:hidden}.gameCard:hover{border-color:#6366f1;transform:translateY(-6px)}.gameCard img{object-fit:cover;width:100%;height:180px}.gameCard h2{padding:15px 15px 5px}.gameCard p{color:#60a5fa;padding:0 15px}.gameCard small{color:#9ca3af;padding:15px;display:block}.mediaPage{padding:30px}.mediaHeader{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.uploadButton{color:#fff;cursor:pointer;background:#6366f1;border-radius:12px;padding:14px 24px;font-weight:600}.mediaGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px;display:grid}.mediaCard{background:#111827;border:1px solid #374151;border-radius:16px;transition:all .3s;overflow:hidden}.mediaCard:hover{border-color:#6366f1;transform:translateY(-6px)}.mediaCard img{object-fit:cover;width:100%;height:180px}.copyBtn{color:#fff;cursor:pointer;background:#1f2937;border:none;width:100%;padding:14px}.copyBtn:hover{background:#6366f1}.analyticsPage{padding:30px}.analyticsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:30px;display:grid}.analyticsCard{background:#111827;border:1px solid #374151;border-radius:20px;padding:25px;transition:all .3s}.analyticsCard:hover{border-color:#6366f1;transform:translateY(-8px)}.analyticsIcon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;display:flex}.analyticsCard h2{margin:0;font-size:34px}.analyticsCard p{color:#9ca3af}.chartPanel{background:#111827;border:1px solid #374151;border-radius:20px;margin-top:40px;padding:25px}.chartPanel h2{margin-bottom:20px}.loginPage{background:#030712;justify-content:center;align-items:center;min-height:100vh;display:flex}.loginCard{background:#111827;border:1px solid #374151;border-radius:20px;flex-direction:column;gap:18px;width:420px;padding:40px;display:flex}.loginCard input{color:#fff;background:#1f2937;border:none;border-radius:10px;padding:14px}.loginCard button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;padding:14px;font-size:16px}.loginCard button:hover{background:#4f46e5}.passwordField{position:relative}.passwordField input{box-sizing:border-box;width:100%;padding-right:50px}.eyeButton{cursor:pointer;color:#9ca3af;background:0 0;border:none;position:absolute;top:30%;right:5px;transform:translateY(-50%)}.rememberBox{color:#d1d5db;align-items:center;gap:10px;margin:10px 0;font-size:14px;display:flex}.rememberBox input{cursor:pointer;width:16px;height:16px}
