*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#18b65b;--primary-hover:#22c768;--secondary:#15233b;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--purple:#7c5cff;--teal:#14b8a6;--bg:#07111f;--bg-secondary:#0b1628;--card:#111c30;--card-alt:#132238;--card-hover:#172740;--elevated:#15233a;--text:#f7f9fc;--text-body:#d8e2f0;--text-secondary:#9aa8bf;--text-muted:#71819b;--text-disabled:#586579;--border:#ffffff0f;--border-hover:#ffffff1a;--glass:#111c30d9;--glass-border:#ffffff0f;--blur:20px;--shadow-lg:0 30px 60px #00000080;--shadow-md:0 15px 40px #00000059;--shadow-sm:0 8px 20px #00000040;--radius-xl:28px;--radius-lg:22px;--radius-md:18px;--radius-sm:14px;--transition:.35s ease;--font:"Inter", "SF Pro Display", "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{outline:none;font-family:inherit}img{align-self:center;max-width:250px;display:block}.background{z-index:-2;background:radial-gradient(circle at 0 0,#1b3b7a 0%,#0000 40%),radial-gradient(circle at 100% 100%,#2a145f 0%,#0000 40%),linear-gradient(135deg,#07101d,#0b1627,#101d34);position:fixed;inset:0;overflow:hidden}.blob{filter:blur(120px);opacity:.45;border-radius:50%;animation:18s ease-in-out infinite blobFloat;position:absolute}.grid-overlay{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 45%,#0000 100%);mask-image:radial-gradient(circle,#000 45%,#0000 100%)}.dashboard-container{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:28px;width:100%;max-width:1920px;margin:auto;padding:28px;display:grid}.dashboard-main{flex-direction:column;gap:28px;min-width:0;display:flex}.sidebar{border-radius:var(--radius-xl);height:calc(100vh - 56px);box-shadow:var(--shadow-lg);background:linear-gradient(#06391f,#042d19 50%,#02180f);border:1px solid #ffffff0f;flex-direction:column;padding:28px;display:flex;position:sticky;top:28px}.logo{align-items:center;gap:16px;margin-bottom:40px;display:flex}.logo-icon{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;display:flex;box-shadow:0 12px 30px #18b65b40}.logo-content h2{letter-spacing:.4px;font-size:22px;font-weight:800}.logo-content span{color:var(--text-secondary);font-size:11px}.sidebar-nav{flex-direction:column;flex:1;gap:10px;margin-bottom:32px;display:flex}.nav-item{color:var(--text-secondary);transition:var(--transition);border-radius:18px;align-items:center;gap:16px;padding:16px 18px;display:flex;position:relative;overflow:hidden}.nav-item i{font-size:17px}.nav-item:hover{color:#fff;background:#ffffff0f;transform:translate(6px)}.nav-item.active{color:#fff;background:#ffffff1f}.nav-item.active .active-indicator{background:#fff;border-radius:10px;width:5px;position:absolute;top:12px;bottom:12px;left:0}.badge{color:#fff;background:#ef4444;border-radius:999px;margin-left:auto;padding:4px 10px;font-size:10px;font-weight:700}.sidebar-user{align-items:center;gap:14px;padding:18px;display:flex}.sidebar-user img{object-fit:cover;background:#000;border-radius:50%;width:58px;height:58px;padding:10px}.user-details h4{font-size:13px}.user-details span{color:var(--text-secondary);font-size:10px}.sidebar-footer{text-align:center;margin-top:auto}.system-status{color:var(--success);justify-content:center;align-items:center;gap:8px;font-weight:700;display:flex}.status-dot{background:var(--success);width:10px;height:10px;box-shadow:0 0 12px var(--success);border-radius:50%}@keyframes blobFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-40px)scale(1.08)}}.dashboard-header{z-index:100;justify-content:space-between;align-items:center;gap:28px;padding:28px 34px;display:flex;position:sticky;top:20px}.header-left{flex:1;align-items:center;gap:30px;min-width:0;display:flex}.page-subtitle{letter-spacing:.02em;text-transform:uppercase;color:var(--primary);margin-bottom:6px;font-size:10px;font-weight:500;display:inline-block}.page-title h1{color:var(--text);letter-spacing:-.02em;font-size:27px;font-weight:700;line-height:1.2}.header-right{flex-shrink:0;align-items:center;gap:16px;display:flex}.header-card{align-items:center;gap:14px;min-width:180px;padding:14px 18px;display:flex}.header-card i{width:46px;height:46px;color:var(--primary);background:#18b65b1f;border-radius:14px;justify-content:center;align-items:center;font-size:17px;display:flex}.header-card small{color:var(--text-secondary);margin-bottom:4px;font-size:10px;display:block}.header-card strong{color:#fff;font-size:12px}.icon-btn{color:#fff;width:56px;height:56px;transition:var(--transition);background:#ffffff0f;border:none;border-radius:18px;justify-content:center;align-items:center;display:flex;position:relative}.icon-btn:hover{background:#18b65b26;transform:translateY(-3px)}.icon-btn i{font-size:17px}.notification-badge{background:var(--danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:700;display:flex;position:absolute;top:10px;right:10px}.primary-btn{background:var(--primary);color:#fff;height:58px;transition:var(--transition);border:none;border-radius:18px;align-items:center;gap:12px;padding:0 24px;font-size:12px;font-weight:700;display:flex;box-shadow:0 15px 30px #18b65b47}.primary-btn:hover{background:var(--primary-hover);transform:translateY(-3px);box-shadow:0 20px 35px #18b65b66}.secondary-btn{background:var(--secondary);color:#fff;height:56px;transition:var(--transition);border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:10px;padding:0 22px;display:flex}.secondary-btn:hover{background:#1a2c47}.profile{cursor:pointer;transition:var(--transition);border-radius:20px;align-items:center;gap:14px;padding:10px 18px;display:flex}.profile:hover{transform:translateY(-2px)}.profile-content h4{margin-bottom:3px;font-size:12px}.profile-content span{color:var(--text-secondary);font-size:10px}.profile>i{color:var(--text-secondary);margin-left:8px;font-size:16px}.hero-section{width:100%}.hero-card{grid-template-columns:1.6fr 1fr;gap:36px;padding:42px;display:grid;position:relative;overflow:hidden}.hero-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#3b82f61f,#0000 35%);position:absolute;inset:0}.hero-left{z-index:1;flex-direction:column;justify-content:center;display:flex}.hero-tag{width:max-content;color:var(--primary);background:#18b65b1f;border-radius:999px;align-items:center;margin-bottom:22px;padding:8px 16px;font-size:10px;font-weight:700;display:inline-flex}.hero-left h1{margin-bottom:18px;font-size:41px;font-weight:800;line-height:1.15}.hero-left h1 span{color:var(--primary)}.hero-left p{color:var(--text-secondary);max-width:720px;margin-bottom:34px;font-size:13px;line-height:1.8}.hero-info{flex-wrap:wrap;gap:18px;margin-bottom:34px;display:flex}.hero-info-card{background:#ffffff0d;border-radius:20px;align-items:center;gap:16px;padding:18px 22px;display:flex}.hero-info-card i{width:50px;height:50px;color:var(--primary);background:#18b65b26;border-radius:16px;justify-content:center;align-items:center;font-size:17px;display:flex}.hero-info-card strong{margin-bottom:4px;display:block}.hero-info-card small{color:var(--text-secondary)}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-right{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.hero-stat{text-align:center;transition:var(--transition);cursor:pointer;padding:26px}.hero-stat:hover{transform:translateY(-6px)}.hero-stat small{color:var(--text-secondary);margin-bottom:12px;display:block}.hero-stat h2{color:#fff;margin-bottom:8px;font-size:30px}.hero-stat span{color:var(--success);font-size:11px;font-weight:700}.quick-actions{grid-template-columns:repeat(6,1fr);gap:22px;display:grid}.quick-card{cursor:pointer;transition:var(--transition);background:#ffffff0d;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:28px 18px;display:flex}.quick-card:hover{background:#18b65b1a;transform:translateY(-8px)}.quick-card i{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;display:flex;box-shadow:0 12px 28px #18b65b47}.quick-card span{text-align:center;color:#fff;font-size:12px;font-weight:700}.kpi-dashboard{flex-direction:column;gap:28px;display:flex}.section-header{justify-content:space-between;align-items:center;display:flex}.section-tag{color:var(--primary);background:#18b65b1f;border-radius:999px;align-items:center;margin-bottom:12px;padding:8px 16px;font-size:10px;font-weight:700;display:inline-flex}.section-header h2{color:#fff;font-size:27px;font-weight:800}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.kpi-card{transition:var(--transition);cursor:pointer;align-items:flex-start;gap:30px;padding:28px;display:flex;position:relative;overflow:hidden}.kpi-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000059}.kpi-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#ffffff14,#0000 55%);position:absolute;inset:0}.kpi-icon{color:#fff;border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:23px;display:flex}.kpi-icon.open{background:linear-gradient(135deg,#3b82f6,#2563eb)}.kpi-icon.progress{background:linear-gradient(135deg,#f59e0b,#d97706)}.kpi-icon.pending{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.kpi-icon.resolved{background:linear-gradient(135deg,#10b981,#059669)}.kpi-icon.closed{background:linear-gradient(135deg,#64748b,#334155)}.kpi-icon.critical{background:linear-gradient(135deg,#ef4444,#dc2626)}.kpi-icon.engineer{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.kpi-icon.sla{background:linear-gradient(135deg,#14b8a6,#0f766e)}.kpi-body{flex:1}.kpi-body span{color:var(--text-secondary);margin-bottom:10px;font-size:12px;display:block}.kpi-body h2{color:#fff;margin-bottom:8px;font-size:25px;font-weight:750;line-height:1}.kpi-body small{color:var(--text-secondary);font-size:10px}.trend{border-radius:999px;align-self:flex-start;padding:8px 14px;font-size:10px;font-weight:700}.trend.positive{color:#22c55e;background:#22c55e24}.trend.success{color:#10b981;background:#10b98124}.trend.warning{color:#f59e0b;background:#f59e0b24}.trend.pending{color:#a78bfa;background:#8b5cf624}.trend.danger{color:#ef4444;background:#ef444424}.kpi-card:hover .kpi-icon{transition:var(--transition);transform:scale(1.08)rotate(-4deg)}.kpi-card:hover h2{color:var(--primary);transition:var(--transition)}.analytics-dashboard{flex-direction:column;gap:28px;display:flex}.analytics-grid{grid-template-columns:2fr 1fr;align-items:stretch;gap:24px;display:grid}.analytics-grid.secondary{grid-template-columns:1fr 1fr}.chart-column{grid-template-rows:1fr 1fr;gap:24px;display:grid}.chart-card{transition:var(--transition);flex-direction:column;padding:28px;display:flex;position:relative;overflow:hidden}.chart-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px #00000059}.chart-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#18b65b1a,#0000 60%);position:absolute;inset:0}.chart-large{min-height:430px}.chart-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.chart-header h3{color:#fff;margin-bottom:6px;font-size:19px;font-weight:700}.chart-header p{color:var(--text-secondary);font-size:11px}.chart-header select{-webkit-backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:linear-gradient(135deg,#18b65b12,#7c5cff12);border:1px solid #ffffff14;border-radius:14px;outline:none;padding:10px 16px;transition:all .3s}.chart-header select:hover{background:linear-gradient(135deg,#18b65b1f,#7c5cff1f);border-color:#ffffff26}.chart-header select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #18b65b26}.chart-header select option{color:#fff;background:#181830}.chart-card canvas{min-height:280px;width:100%!important;height:100%!important}.sla-summary{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:10px;display:grid}.sla-item{transition:var(--transition);background:#ffffff0d;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}.sla-item:hover{background:#18b65b1a;transform:translateY(-5px)}.sla-item span{color:var(--text-secondary);margin-bottom:10px;font-size:10px}.sla-item strong{color:#fff;font-size:23px;font-weight:800}.chart-badge{color:#fff;background:#ffffff0f;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:10px;display:inline-flex}.chart-badge:before{content:"";background:var(--primary);border-radius:50%;width:10px;height:10px}.chart-card:hover canvas{transition:var(--transition);transform:scale(1.01)}.chart-card>*{z-index:2;position:relative}.ticket-management{flex-direction:column;gap:24px;display:flex}.ticket-management-card{flex-direction:column;gap:28px;padding:32px;display:flex}.management-header{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.management-header h2{margin-top:8px;font-size:25px;font-weight:800}.management-header p{color:var(--text-secondary);max-width:650px;margin-top:10px;line-height:1.8}.management-actions{align-items:center;gap:16px;display:flex}.ticket-filter-bar{grid-template-columns:2fr repeat(4,1fr);align-items:center;gap:18px;display:grid}.table-search{position:relative}.table-search i{color:var(--text-secondary);font-size:16px;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.table-search input{width:100%;height:58px;color:var(--text);background:#12203a;border:1px solid #ffffff0d;border-radius:18px;outline:none;padding-left:58px;padding-right:18px;transition:all .3s}.table-search input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #18b65b26}.table-search input::placeholder{color:#73809b}.ticket-filter-bar select{width:100%;height:58px;color:var(--text);cursor:pointer;background:#12203a;border:1px solid #ffffff0d;border-radius:18px;outline:none;padding:0 18px;transition:all .3s}.ticket-filter-bar select:hover{background:linear-gradient(135deg,#18b65b1f,#7c5cff1f);border-color:#ffffff26}.ticket-filter-bar select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #18b65b26}.ticket-filter-bar option{color:#fff;background:#181830;padding:12px}.ticket-table-wrapper{border:1px solid #ffffff0f;border-radius:22px;overflow-x:auto}.ticket-table{border-collapse:collapse;width:100%;min-width:1250px}.ticket-table thead{background:#ffffff08}.ticket-table th{text-align:left;color:var(--text-secondary);letter-spacing:.02em;white-space:nowrap;padding:22px 20px;font-size:12px;font-weight:600}.ticket-table td{vertical-align:middle;border-top:1px solid #ffffff0d;padding:20px}.ticket-table tbody tr{transition:all .3s}.ticket-table tbody tr:hover{background:#ffffff0a}.dt-stack{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.dt-stack .dt-date{color:var(--text-body);font-weight:600}.dt-stack .dt-time{color:var(--text-secondary)}.status{border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-size:10px;font-weight:700;display:inline-flex}.status.open{color:#60a5fa;background:#3b82f624}.status.in-progress{color:#fbbf24;background:#f59e0b26}.status.pending{color:#c084fc;background:#8b5cf626}.status.resolved{color:#4ade80;background:#22c55e24}.status.closed{color:#cbd5e1;background:#94a3b824}.priority{border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-size:10px;font-weight:700;display:inline-flex}.priority.critical{color:#f87171;background:#ef444429}.priority.high{color:#fbbf24;background:#f59e0b29}.priority.medium{color:#60a5fa;background:#3b82f629}.priority.low{color:#4ade80;background:#22c55e29}.table-actions{gap:10px;display:flex}.action-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.action-btn:hover{transform:translateY(-3px)}.action-btn.view:hover{background:#2563eb}.action-btn.edit:hover{background:#d97706}.action-btn.delete:hover{background:#dc2626}.table-footer{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.ticket-count{color:var(--text-secondary);font-size:11px}.pagination{gap:10px;display:flex}.page-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:12px;width:42px;height:42px;transition:all .3s}.page-btn:hover{background:#18b65b2e}.page-btn.active{background:linear-gradient(135deg, var(--primary), var(--secondary))}.bottom-dashboard{flex-direction:column;gap:24px;display:flex}.activity-card{padding:30px}.activity-timeline{flex-direction:column;gap:22px;max-height:440px;margin-top:24px;padding-right:4px;display:flex;overflow-y:auto}.activity-item{align-items:flex-start;gap:18px;display:flex}.activity-content{flex-direction:column;flex:1;min-width:0;display:flex}.activity-header{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.activity-header h4{flex:1;margin:0;font-size:15px}.activity-date{white-space:nowrap;color:var(--text-secondary);text-align:right;margin-left:auto;font-size:11px;font-weight:500}.activity-icon{color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:17px;display:flex}.activity-icon.resolved{background:linear-gradient(135deg,#22c55e,#16a34a)}.activity-icon.new{background:linear-gradient(135deg,#3b82f6,#2563eb)}.activity-icon.assign{background:linear-gradient(135deg,#f59e0b,#d97706)}.activity-icon.warning{background:linear-gradient(135deg,#ef4444,#dc2626)}.activity-content h4{margin-bottom:6px;font-size:14px}.activity-content p{color:var(--text-secondary);margin-bottom:8px;line-height:1.7}.activity-content span{color:#94a3b8;font-size:13px}.activity-header h4{flex:1;margin:0}.activity-date{white-space:nowrap;color:var(--text-secondary);font-size:11px;font-weight:500}.activity-timeago{color:var(--text-muted);margin-top:6px;font-size:10px;display:block}.engineers-card{padding:30px}.engineer-list{flex-direction:column;gap:18px;margin-top:22px;display:flex}.engineer-item{cursor:pointer;background:#ffffff0d;border-radius:18px;align-items:center;gap:16px;padding:16px;transition:all .35s;display:flex}.engineer-item:hover{background:#ffffff0f;transform:translate(6px)}.engineer-item img{object-fit:cover;background:#000;border-radius:50%;width:60px;height:60px;padding:12px}.engineer-info{flex-direction:column;align-items:center;gap:4px;display:flex}.engineer-info img{object-fit:cover;background:#000;border-radius:50%;width:40px;height:40px;padding:7px}.engineer-item h4{margin-bottom:5px;font-size:13px}.engineer-item small{color:var(--text-secondary)}.engineer-item .status{margin-left:auto}.status.online{color:#4ade80;background:#22c55e26}.status.busy{color:#f87171;background:#ef444426}.status.available{color:#60a5fa;background:#3b82f626}.dashboard-footer{justify-content:space-between;align-items:center;margin-top:10px;padding:24px 30px;display:flex}.dashboard-footer strong{margin-bottom:4px;display:block}.dashboard-footer span{color:var(--text-secondary);font-size:11px}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000a6;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.modal-overlay.active{display:flex}.modal-container{width:min(900px,95vw);height:615px;padding:34px;overflow-y:auto}.modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.close-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:14px;width:46px;height:46px}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.input-group{flex-direction:column;gap:10px;display:flex}.input-group label{font-weight:700}.input-group input,.input-group select,.input-group textarea{-webkit-backdrop-filter:blur(12px);color:#fff;background:linear-gradient(135deg,#18b65b14,#7c5cff14);border:1px solid #ffffff1a;border-radius:16px;width:100%;padding:15px 18px;transition:all .3s}.input-group select option{color:#fff;background:#181830;padding:12px 16px}.input-group select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 16L6 10H18L12 16Z'/%3E%3C/svg%3E")!important;background-position:right 16px center!important;background-repeat:no-repeat!important;background-size:16px!important;padding-right:40px!important}.input-group select:focus,.input-group input:focus,.input-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #18b65b26,inset 0 1px #ffffff0d}.input-group input[type=date]{appearance:none;-webkit-backdrop-filter:blur(12px);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:linear-gradient(135deg,#18b65b14,#7c5cff14);border:1px solid #ffffff1a}.input-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert();opacity:.6;cursor:pointer;border-radius:8px;padding:6px;transition:all .3s}.input-group input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;background:#ffffff1a}.custom-select{width:100%;position:relative}.custom-select-trigger{-webkit-backdrop-filter:blur(12px);color:#fff9;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:linear-gradient(135deg,#18b65b14,#7c5cff14);border:1px solid #ffffff1a;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:15px 18px;transition:all .3s;display:flex}.custom-select-trigger:hover{background:linear-gradient(135deg,#18b65b1f,#7c5cff1f);border-color:#ffffff2e}.custom-select.open .custom-select-trigger{border-color:var(--primary);color:#fff;box-shadow:0 0 0 3px #18b65b26,inset 0 1px #ffffff0d}.custom-select-value{font-size:12px}.custom-select-trigger i{opacity:.6;font-size:14px;transition:transform .3s}.custom-select.open .custom-select-trigger i{opacity:1;transform:rotate(180deg)}.custom-select-panel{z-index:100;opacity:0;visibility:hidden;transform-origin:top;-webkit-backdrop-filter:blur(24px);background-blend-mode:overlay,normal,normal,normal,normal;background:radial-gradient(at 50% 100%,#18b65b1f,#0000 60%) no-repeat,radial-gradient(circle at calc(100% + 10px) -10px,#7c5cff1f,#0000 50%) no-repeat,radial-gradient(#0000 50%,#00000040 100%) no-repeat,url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E") 0 0/200px 200px,linear-gradient(#0e1728 0%,#0b1423 40%,#081321 100%) no-repeat;border:1px solid #ffffff14;border-radius:16px;max-height:280px;padding:6px;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;transform:translateY(-6px)scale(.98);box-shadow:0 25px 60px #00000080,0 8px 20px #0000004d,inset 0 1px #ffffff0f,inset 0 -1px #0003}.custom-select.open .custom-select-panel{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.custom-select-panel::-webkit-scrollbar{width:4px}.custom-select-panel::-webkit-scrollbar-track{background:0 0}.custom-select-panel::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.custom-select-option{cursor:pointer;color:#ffffffb3;border-radius:12px;padding:12px 16px;font-size:11px;transition:all .2s;position:relative}.custom-select-option:hover{color:#fff;background:linear-gradient(135deg,#18b65b26,#7c5cff14);transform:translate(4px)}.custom-select-option.selected{color:#fff;background:linear-gradient(135deg,#18b65b33,#7c5cff1f);border:1px solid #18b65b33;font-weight:600}.custom-select-option.selected:before{content:"";background:linear-gradient(180deg,var(--primary),var(--secondary));border-radius:0 4px 4px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.custom-select-option+.custom-select-option{margin-top:2px}.custom-select-option .opt-name{color:#fff;font-size:11px;line-height:1.4}.custom-select-option .opt-email{color:#ffffff73;margin-top:1px;font-size:9px;line-height:1.3}.custom-select-option.selected .opt-email{color:#ffffff8c}.custom-select-option:hover .opt-email{color:#fff9}.custom-date-panel{z-index:100;opacity:0;visibility:hidden;transform-origin:top;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(24px);background-blend-mode:overlay,normal,normal,normal,normal;background:radial-gradient(at 50% 100%,#18b65b1f,#0000 60%) no-repeat,radial-gradient(circle at calc(100% + 10px) -10px,#7c5cff1f,#0000 50%) no-repeat,radial-gradient(#0000 50%,#00000040 100%) no-repeat,url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E") 0 0/200px 200px,linear-gradient(#0e1728 0%,#0b1423 40%,#081321 100%) no-repeat;border:1px solid #ffffff14;border-radius:16px;padding:16px;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 8px);left:0;right:0;transform:translateY(-6px)scale(.98);box-shadow:0 25px 60px #00000080,0 8px 20px #0000004d,inset 0 1px #ffffff0f,inset 0 -1px #0003}.custom-date-panel.open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.date-panel-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.date-panel-header .date-panel-month{color:#fff;font-size:12px;font-weight:700}.date-nav{color:#ffffffb3;cursor:pointer;background:#ffffff0f;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;transition:all .2s;display:flex}.date-nav:hover{color:#fff;background:#18b65b33}.date-panel-weekdays{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:6px;display:grid}.date-panel-weekdays span{text-align:center;color:#fff6;text-transform:uppercase;padding:6px 0;font-size:10px;font-weight:700}.date-panel-days{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.date-panel-day{cursor:pointer;color:#ffffffb3;border-radius:10px;justify-content:center;align-items:center;height:36px;font-size:10px;transition:all .2s;display:flex;position:relative}.date-panel-day:hover{color:#fff;background:linear-gradient(135deg,#18b65b26,#7c5cff14)}.date-panel-day.today{color:#fff;border:1px solid #18b65b4d;font-weight:600}.date-panel-day.selected{color:#fff;background:linear-gradient(135deg,#18b65b40,#7c5cff26);border:1px solid #18b65b40;font-weight:700}.date-panel-day.other-month{color:#fff3}.date-panel-day.other-month:hover{color:#ffffff80;background:#ffffff0a}.date-panel-day.disabled{color:#ffffff26;cursor:default;pointer-events:none}.full-width{grid-column:1/-1;margin-top:20px}.modal-actions{justify-content:flex-end;gap:16px;margin-top:28px;display:flex}.engineer-modal .modal-container{max-width:240px}.eng-modal-body{text-align:center;padding:0 16px 20px}.eng-modal-avatar-row{flex-direction:column;align-items:center;gap:6px;margin-bottom:24px;display:flex}.eng-modal-avatar-row img{object-fit:cover;background:#000;border:3px solid #18b65b4d;border-radius:50%;width:88px;height:88px;padding:16px}.eng-modal-avatar-row .status{border-radius:999px;padding:4px 16px;font-size:11px;font-weight:700}.eng-modal-info-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.eng-modal-info-item{background:#ffffff0d;border-radius:12px;padding:12px 10px}.eng-modal-info-item small{color:var(--text-secondary);margin-bottom:6px;font-size:10px;display:block}.eng-modal-info-item strong{font-size:16px}.eng-modal-tickets small{color:var(--text-secondary);margin-bottom:12px;font-size:10px;display:block}.eng-modal-tickets ul{flex-direction:column;gap:8px;max-height:200px;padding:0;list-style:none;display:flex;overflow-y:auto}.eng-modal-tickets li{background:#ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;display:flex}.eng-modal-tickets li span:first-child{color:#fff;font-weight:600}.eng-modal-tickets li span:last-child{color:var(--text-secondary);font-size:13px}.upload-zone{text-align:center;transition:var(--transition);cursor:pointer;background:#ffffff08;border:2px dashed #ffffff26;border-radius:20px;padding:24px;position:relative}.upload-zone:hover,.upload-zone.dragover{border-color:var(--primary);background:#18b65b0f}.upload-placeholder i{color:var(--primary);margin-bottom:12px;font-size:38px}.upload-placeholder p{color:var(--text-secondary);margin-bottom:6px;font-size:12px}.upload-placeholder .browse-text{color:var(--primary);font-weight:700;text-decoration:underline}.upload-placeholder small{color:#fff6;font-size:10px}.file-list{flex-direction:column;gap:10px;margin-top:16px;display:flex}.file-item{text-align:left;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:12px 16px;display:grid}.file-icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;display:flex}.file-icon.img{background:linear-gradient(135deg,var(--info),#2563eb)}.file-icon.vid{background:linear-gradient(135deg,#ef4444,#dc2626)}.file-icon.pdf{background:linear-gradient(135deg,#f59e0b,#d97706)}.file-icon.txt{background:linear-gradient(135deg,#22c55e,#16a34a)}.file-info{min-width:0}.file-info strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:11px;display:block;overflow:hidden}.file-info small{color:var(--text-secondary);font-size:10px}.file-progress{background:#ffffff14;border-radius:10px;width:100%;height:4px;margin-top:6px;overflow:hidden}.file-progress-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:10px;width:0%;height:100%;transition:width .3s}.file-progress-fill.done{background:linear-gradient(90deg,var(--success),#16a34a)}.file-remove{color:#ef4444;cursor:pointer;width:32px;height:32px;transition:var(--transition);background:#ef444426;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.file-remove:hover{background:#ef44444d}.file-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.file-preview-btn{width:32px;height:32px;color:var(--secondary);cursor:pointer;transition:var(--transition);background:#7c5cff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.file-preview-btn:hover{background:#7c5cff4d}.dashboard-preview-modal{z-index:10000;opacity:0;pointer-events:none;background:#000000eb;flex-direction:column;transition:opacity .25s;display:flex;position:fixed;inset:0}.dashboard-preview-modal.active{opacity:1;pointer-events:all}.dashboard-preview-topbar{background:#ffffff0a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.dashboard-preview-topbar h2{font-family:var(--font);color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0 16px;font-size:13px;overflow:hidden}.dashboard-preview-close{color:#ef4444;cursor:pointer;width:36px;height:36px;transition:var(--transition);background:#ef444426;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.dashboard-preview-close:hover{background:#ef44444d}.dashboard-preview-body{flex:1;justify-content:center;align-items:center;padding:24px;display:flex;overflow:auto}.dashboard-preview-body img{object-fit:contain;border-radius:8px;max-width:100%;max-height:85vh}.dashboard-preview-body video{border-radius:8px;max-width:100%;max-height:85vh}.light-mode .dashboard-preview-topbar{background:#0000000f;border-bottom:1px solid #0000001a}.light-mode .dashboard-preview-topbar h2{color:var(--bg)}.toast{color:#fff;opacity:0;z-index:1200;background:#16a34a;border-radius:18px;align-items:center;gap:12px;padding:16px 22px;font-weight:700;transition:all .4s;display:flex;position:fixed;bottom:28px;right:28px;transform:translateY(120px)}.toast.show{opacity:1;transform:translateY(0)}@media (width<=1400px){.dashboard-container{grid-template-columns:280px 1fr}.quick-actions{grid-template-columns:repeat(3,1fr)}.kpi-grid{grid-template-columns:repeat(2,1fr)}.analytics-grid,.analytics-grid.secondary,.bottom-dashboard{grid-template-columns:1fr}}@media (width<=992px){.dashboard-container{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.dashboard-header{flex-direction:column;align-items:stretch}.header-left,.header-right{flex-wrap:wrap;width:100%}.hero-card{grid-template-columns:1fr}.hero-right{grid-template-columns:repeat(2,1fr)}.ticket-filter-bar,.form-grid{grid-template-columns:1fr}}@media (width<=768px){.quick-actions{grid-template-columns:repeat(2,1fr)}.hero-right,.kpi-grid{grid-template-columns:1fr}.dashboard-footer{text-align:center;flex-direction:column;gap:16px}}@media (width<=576px){.quick-actions{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.primary-btn,.secondary-btn{justify-content:center;width:100%}}:root{--font-heading:var(--font);--font-content:var(--font)}.dashboard-header{z-index:1;flex-wrap:wrap;align-items:center;position:relative;top:auto}.header-left{flex:520px;min-width:0}.header-right{flex-wrap:wrap;flex:680px;justify-content:flex-end}.dashboard-main>.storage-card{grid-template-columns:minmax(180px,auto) minmax(180px,1fr) auto;align-items:center;gap:24px;margin:0;padding:20px 26px;display:grid}.dashboard-main>.storage-card .storage-header{margin:0}.dashboard-main>.storage-card .progress-bar{width:100%;margin:0}.dashboard-main>.storage-card small{white-space:nowrap;color:var(--text-secondary)}.analytics-grid{align-items:stretch}.chart-column{grid-template-rows:repeat(2,minmax(330px,1fr))}.chart-card{min-height:330px}.chart-card canvas{flex:1;width:100%!important;height:100%!important;min-height:0!important}.chart-large canvas{min-height:0!important}@media (width<=1500px){.dashboard-header{align-items:stretch}.header-left,.header-right{width:100%}.header-right{justify-content:flex-start}}@media (width<=768px){.dashboard-main>.storage-card{grid-template-columns:1fr;gap:14px}.dashboard-main>.storage-card small{white-space:normal}.chart-large{height:400px;min-height:400px}.chart-column{grid-template-rows:repeat(2,minmax(300px,1fr))}.chart-card{min-height:300px}}.analytics-dashboard[hidden],.quick-actions[hidden]{display:none!important}.sidebar-user{display:none}.dashboard-container{grid-template-columns:292px minmax(0,1fr);gap:20px;padding:20px}.dashboard-main{gap:20px}.sidebar{border-radius:24px;height:calc(100vh - 40px);padding:22px;top:20px}.logo{margin-bottom:28px}.sidebar-nav{gap:6px;margin-bottom:20px}.nav-item{border-radius:14px;padding:13px 14px}.dashboard-header{z-index:1;border-radius:24px;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:20px 24px;display:grid;position:relative;top:auto}.header-left{justify-content:center;align-items:center;gap:20px;width:100%;min-width:0;display:flex}.page-title{min-width:0}.page-title h1{font-size:22px}.hero-card{border-radius:24px;grid-template-columns:minmax(0,1.55fr) minmax(340px,.9fr);gap:28px;padding:32px}.hero-left h1{max-width:680px;font-size:clamp(38px,3.1vw,50px)}.hero-left p{max-width:650px;line-height:1.65}.hero-info{gap:14px}.hero-info-card{border-radius:16px;padding:16px 18px}.hero-right{gap:14px}.hero-stat{border-radius:18px;min-height:128px;padding:20px}.quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.quick-card{border-radius:18px;flex-direction:row;justify-content:flex-start;gap:14px;min-height:82px;padding:16px 18px}.quick-card i{border-radius:12px;width:42px;min-width:42px;height:42px;font-size:16px}.quick-card span{text-align:left}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.kpi-card{border-radius:20px;min-height:150px;padding:20px}.ticket-management-card{border-radius:24px;padding:26px}.management-header h2{font-size:22px}.chart-large{height:540px;min-height:0}.chart-column{grid-template-rows:repeat(2,minmax(0,1fr));height:540px}.chart-card{height:100%;min-height:0}.chart-card canvas,.chart-large canvas{flex:auto;max-height:none;display:block;width:100%!important;height:auto!important;min-height:0!important}@media (width<=1500px){.dashboard-container{grid-template-columns:260px minmax(0,1fr)}.dashboard-header{grid-template-columns:1fr}.header-left{width:100%}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1400px){.chart-large{height:460px}.chart-column{grid-template-rows:repeat(2,360px);height:auto}}@media (width<=992px){.dashboard-container{grid-template-columns:1fr;padding:16px}.sidebar{height:auto;position:relative;top:auto}.header-left{flex-direction:column;gap:12px}.hero-card{grid-template-columns:1fr}}@media (width<=768px){.dashboard-header,.hero-card,.ticket-management-card{padding:18px}.header-card,.profile{flex:180px}.chart-large{height:400px}.chart-column{grid-template-rows:repeat(2,300px)}}@media (width<=640px){.quick-actions,.kpi-grid{grid-template-columns:1fr}}.dashboard-header{grid-template-columns:1fr}.header-left{grid-template-columns:minmax(210px,300px) minmax(0,1fr);width:100%}.header-right{justify-content:flex-start;width:100%}@media (width<=640px){.header-left{grid-template-columns:1fr}}.action-menu{min-width:142px;height:40px;color:var(--text);font:600 13px var(--font-content);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;padding:0 34px 0 13px}.action-menu:hover,.action-menu:focus{border-color:var(--primary);background:#18b65b1f}.action-menu option{color:#fff;background:#17243a}.action-dropdown{justify-content:flex-end;display:inline-flex;position:relative}.ticket-row{cursor:pointer}.action-menu-toggle{width:38px;height:38px;color:var(--text);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;place-items:center;font-size:16px;display:grid}.action-menu-toggle:hover,.action-dropdown.open .action-menu-toggle{border-color:var(--primary);background:#18b65b29}.action-menu-panel{z-index:30;background:#17243a;border:1px solid #ffffff1f;border-radius:14px;width:178px;padding:6px;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 34px #00000052}.action-dropdown.open .action-menu-panel{gap:2px;display:grid}.action-menu-panel button{width:100%;color:var(--text);font:600 13px var(--font-content);text-align:left;background:0 0;border-radius:9px;align-items:center;gap:9px;padding:10px;display:flex}.action-menu-panel button:hover{background:#18b65b29}.action-menu-panel button.danger{color:#fca5a5}.action-menu-panel button.danger:hover{background:#ef444429}.hero-stat{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;display:flex}.hero-stat small,.hero-stat h2,.hero-stat span{margin:0;line-height:1.1}.hero-stat span{align-items:center;min-height:20px;display:inline-flex}.profile{gap:10px;width:max-content;min-width:0}.profile-content{white-space:nowrap;min-width:0}.profile>i{margin-left:0}.profile{grid-template-columns:42px max-content 18px;align-items:center;column-gap:8px;display:grid;flex:none!important;width:auto!important}.profile-content{width:max-content;margin:0}.profile>i{justify-self:end}.sidebar-user{position:relative}.sidebar-logout-btn{width:36px;min-width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;margin-left:auto;display:flex}.sidebar-logout-btn:hover{color:var(--danger);background:#ef444424;border-color:#ef44444d}.role-badge{color:#b9a6ff;white-space:nowrap;background:#7c5cff29;border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-size:10px;font-weight:700;display:inline-flex}.auth-modal{padding:22px}.auth-modal .modal-container{box-sizing:border-box;width:min(640px,94vw);max-width:640px;height:auto;max-height:90vh;padding:44px;position:relative;overflow:auto}.auth-modal .modal-container:before{content:"";pointer-events:none;background:radial-gradient(120% 80% at 50% -10%,#18b65b2e,#0000 60%),radial-gradient(120% 80% at 100% 0,#7c5cff24,#0000 55%);position:absolute;inset:0}.auth-modal .modal-container:after{content:"";background:linear-gradient(90deg, var(--primary), var(--purple));z-index:2;border-radius:0 0 6px 6px;width:80px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 18px #18b65b80}.auth-modal .modal-container>*{z-index:1;position:relative}.auth-modal .close-btn{z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:var(--transition);background:#ffffff0f;border-radius:50%}.auth-modal .close-btn:hover{color:var(--danger);background:#ef44442e;transform:rotate(90deg)}.auth-modal-logo{justify-content:center;margin-bottom:28px;display:flex}.auth-modal-logo img,.auth-modal-logo svg{width:auto;max-width:220px;max-height:36px;display:block}.auth-modal input{box-sizing:border-box;width:100%}.auth-modal-logo svg{filter:drop-shadow(0 6px 16px #18b65b40);width:auto;max-height:36px}.auth-modal-icon{width:72px;height:72px;color:var(--primary);background:linear-gradient(135deg,#18b65b38,#7c5cff38);border:1px solid #18b65b52;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 22px;font-size:30px;display:flex;box-shadow:0 14px 30px #18b65b38,inset 0 1px #ffffff1a}.auth-modal-header{text-align:left;margin-bottom:28px}.auth-modal-header h2{letter-spacing:-.01em;background:linear-gradient(135deg,#fff,#cfe9da);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:25px;font-weight:800}.auth-modal-header p{color:var(--text-secondary);font-size:12.5px;line-height:1.6}.auth-modal .input-group{gap:8px;margin-bottom:0}.auth-modal form{flex-direction:column;gap:24px;display:flex}.auth-modal .input-group label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);font-size:11px}.auth-modal .input-group input,.auth-modal .input-group select,.auth-modal .input-group textarea{border-radius:12px;height:52px;padding:0 16px}.auth-modal .primary-btn{background:linear-gradient(135deg, var(--primary), #13d06a 55%, var(--teal));border-radius:12px;justify-content:center;width:100%;height:52px;margin-top:0;box-shadow:0 16px 34px #18b65b59,inset 0 1px #ffffff2e}.auth-modal .primary-btn:hover{transform:translateY(-3px);box-shadow:0 22px 44px #18b65b73,inset 0 1px #ffffff38}.password-field{position:relative}.password-field input{padding-right:60px!important}.password-toggle-btn{width:42px;height:42px;color:var(--text-secondary);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#ffffff1a,#ffffff08);border:1px solid #ffffff1f;border-radius:13px;justify-content:center;align-items:center;transition:all .35s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%);box-shadow:inset 0 1px #ffffff1a,0 6px 16px #00000047}.password-toggle-btn:hover{color:#fff;background:linear-gradient(135deg,#18b65b42,#7c5cff33);border-color:#18b65b80;transform:translateY(-50%)scale(1.06);box-shadow:inset 0 1px #ffffff1f,0 10px 24px #18b65b52}.password-toggle-btn:active{transform:translateY(-50%)scale(.95)}.password-toggle-btn svg.eye-icon{filter:drop-shadow(0 1px 2px #0000004d);width:20px;height:20px;transition:all .35s;display:block}.password-toggle-btn:hover svg.eye-icon{filter:drop-shadow(0 0 6px #18b65b99)}.auth-options-row{justify-content:space-between;align-items:center;margin:0;font-size:12px;display:flex}.auth-checkbox{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.auth-checkbox input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.auth-link{color:var(--primary);cursor:pointer;transition:var(--transition);font-weight:700;text-decoration:none}.auth-link:hover{color:var(--primary-hover);text-decoration:underline}.auth-modal-footer{text-align:left;color:var(--text-secondary);margin-top:24px;font-size:12px}.auth-back-link{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;justify-content:flex-start;align-items:center;gap:8px;margin-top:24px;padding:13px;font-size:12.5px;font-weight:700;text-decoration:none;display:flex}.auth-back-link:hover{color:#fff;background:#18b65b1a;border-color:#18b65b66;gap:11px}.login-action{width:100%;margin-top:0;display:flex}.login-action .primary-btn{border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;display:flex}.login-action .primary-btn i{font-size:18px}.login-action .primary-btn span{letter-spacing:.2px;font-weight:700}.field-error{border-color:var(--danger)!important;box-shadow:0 0 0 3px #ef444426!important}:root{--primary:#18b65b;--primary-hover:#22c768;--secondary:#15233b;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--purple:#7c5cff;--teal:#14b8a6;--background:#07111f;--surface:#101c31;--surface-2:#111c30;--card-alt:#132238;--glass:#111c30d9;--glass-border:#ffffff0f;--text:#f7f9fc;--text-body:#d8e2f0;--muted:#9aa8bf;--text-muted:#71819b;--border:#ffffff0f;--shadow:0 30px 60px #00000080;--radius:24px;--transition:.35s ease;--font:"Inter", "SF Pro Display", "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif}body.light-mode{--background:#f4f7fc;--surface:#fff;--surface-2:#f8fafc;--glass:#ffffffbf;--glass-border:#0000000f;--text:#1e293b;--muted:#64748b;--shadow:0 15px 40px #0f172a14}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--background);color:var(--text);transition:background .4s,color .4s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font);color:var(--text);letter-spacing:-.02em;font-weight:700;line-height:1.2}p,span,input,textarea,button{font-family:var(--font)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.background{z-index:-2;position:fixed;inset:0;overflow:hidden}.blob{filter:blur(120px);opacity:.3;border-radius:50%;position:absolute}.blob1{background:#6c63ff;width:420px;height:420px;top:-140px;left:-120px}.blob2{background:#4f8cff;width:350px;height:350px;top:180px;right:-120px}.blob3{background:#8b5cf6;width:450px;height:450px;bottom:-180px;left:40%}.grid-overlay{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:45px 45px;position:absolute;inset:0}.page-wrapper{width:min(1450px,94%);margin:auto;padding:40px 0 60px}.main-content{flex-direction:column;gap:32px;display:flex}.glass{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius);box-shadow:var(--shadow)}button{cursor:pointer;transition:var(--transition);border:none;outline:none}.primary-btn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:14px 26px;font-weight:700;display:flex}.primary-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #7c5cff59}.secondary-btn{color:var(--text);background:#ffffff14;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:14px 26px;display:flex}.secondary-btn:hover{background:#ffffff24;transform:translateY(-4px)}.icon-btn{background:var(--glass);width:52px;height:52px;color:var(--text);border-radius:16px;justify-content:center;align-items:center;display:flex}.icon-btn:hover{transform:translateY(-3px)}::-webkit-scrollbar{width:8px;height:6px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:20px}::-webkit-scrollbar-track{background:0 0}.page-navigation{justify-content:space-between;align-items:center;gap:20px;display:flex}.back-btn{color:var(--text);border-radius:18px;align-items:center;gap:10px;padding:14px 22px;display:flex}.back-btn:hover{transform:translate(-6px)}.breadcrumb{align-items:center;gap:12px;padding:14px 24px;display:flex}.breadcrumb a{color:var(--muted)}.breadcrumb strong{color:var(--primary);font-weight:700}.topbar{justify-content:space-between;align-items:center;padding:24px 34px;display:flex}.header-left p{color:var(--muted);margin-bottom:8px}.header-left h1{font-size:30px}.top-actions{align-items:center;gap:18px;display:flex}.profile{background:#ffffff0d;border-radius:18px;align-items:center;gap:14px;padding:8px 14px;display:flex}.profile img{object-fit:cover;border-radius:50%;width:52px;height:52px}.profile h4{font-size:13px}.profile span{color:var(--muted);font-size:10px}.hero-card{grid-template-columns:2fr 1fr;gap:40px;padding:42px;display:grid}.hero-left{flex-direction:column;justify-content:center;display:flex}.hero-top{align-items:center;gap:14px;margin-bottom:20px;display:flex}.hero-left h2{margin-bottom:18px;font-size:33px;line-height:1.2}.hero-description{color:var(--muted);max-width:760px;margin-bottom:34px;line-height:1.8}.priority-badge{letter-spacing:.5px;border-radius:999px;padding:8px 16px;font-size:10px;font-weight:700}.priority-badge.high{color:#fff;background:linear-gradient(135deg,#ef4444,#f97316)}.status-pill{color:#f59e0b;background:#f59e0b26;border-radius:999px;padding:8px 18px;font-size:10px;font-weight:700}.hero-meta{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px;display:grid}.meta-item{background:#ffffff0a;border-radius:18px;padding:20px}.meta-label{color:var(--muted);margin-bottom:8px;font-size:11px;display:block}.meta-item h4{font-size:14px}.hero-actions{flex-wrap:wrap;gap:18px;display:flex}.progress-card{text-align:center;padding:28px}.progress-card h4{margin-bottom:24px}.progress-ring{width:170px;height:170px;margin:auto;position:relative}.progress-ring svg{transform:rotate(-90deg)}.progress-bg{fill:none;stroke:#ffffff14;stroke-width:10px}.progress-value{fill:none;stroke:var(--primary);stroke-width:10px;stroke-linecap:round;stroke-dasharray:440;stroke-dashoffset:88px;transition:all 1s}.progress-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.progress-center h2{font-size:30px}.progress-center span{color:var(--muted)}.progress-footer{justify-content:space-between;margin-top:28px;display:flex}.progress-footer span{color:var(--muted);margin-bottom:6px;font-size:10px;display:block}.engineer-modal{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;background:#0009;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.engineer-modal.active{display:flex}.engineer-modal-content{text-align:center;width:430px;padding:40px;position:relative}.close-modal{background:#ffffff14;border-radius:50%;width:42px;height:42px;position:absolute;top:20px;right:20px}.engineer-modal img{object-fit:cover;background:#000;border-radius:50%;width:110px;height:110px;margin:auto auto 20px;padding:20px}.engineer-details{flex-direction:column;gap:14px;margin:30px 0;display:flex}.engineer-details div{justify-content:center;align-items:center;gap:12px;display:flex}.engineer-actions{justify-content:center;gap:14px;display:flex}.ticket-layout{grid-template-columns:2fr 1fr;gap:30px;display:grid}.ticket-info-wide{grid-column:1/-1}.ticket-layout>.info-card:not(.ticket-info-wide){align-self:start}.info-card,.summary-card{padding:32px}.card-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.card-header h3{font-size:22px}.card-header p{color:var(--muted)}.details-grid{grid-template-columns:repeat(3,minmax(200px,1fr));gap:22px;display:grid}.detail-card{background:#ffffff0a;border-radius:18px;padding:24px;transition:all .35s}.detail-card:hover{background:#ffffff12;transform:translateY(-5px)}.detail-card span{color:var(--muted);margin-bottom:10px;font-size:11px;display:block}.detail-card h4{font-size:14px}.description{color:var(--muted);margin-bottom:20px;font-size:13px;line-height:1.9}.summary-list{flex-direction:column;gap:18px;display:flex}.summary-item{background:#ffffff0a;border-radius:16px;justify-content:space-between;align-items:center;padding:18px 20px;transition:all .35s;display:flex}.summary-item:hover{background:#ffffff12;transform:translate(6px)}.summary-item span{color:var(--muted);font-size:12px}.summary-item strong{font-family:var(--font);font-size:13px}.section-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.section-header h2{margin-bottom:6px;font-size:23px}.section-header p{color:var(--muted)}.attachment-count{color:var(--muted);font-weight:600}.attachments-section{padding:35px}.attachment-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;display:flex}.search-box{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:14px;width:380px;padding:16px 20px;transition:all .35s;display:flex}.search-box:hover{border-color:var(--primary)}.search-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #7c5cff1f}.search-box i{color:var(--muted);font-size:14px}.search-box input{width:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:12px}.attachment-filters{flex-wrap:wrap;gap:14px;display:flex}.filter-btn{color:var(--text);background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;padding:12px 22px;transition:all .35s}.filter-btn:hover{border-color:var(--primary);transform:translateY(-3px)}.filter-btn.active{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff}.attachment-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:26px;display:grid}.attachments-section .attachment-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:8px}.attachment-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:270px;padding:28px;transition:all .35s;display:flex}.attachments-section .attachment-card{border-radius:10px;min-height:auto;padding:8px 10px}.attachment-card:hover{border-color:#7c5cff59;transform:translateY(-8px);box-shadow:0 18px 40px #7c5cff2e}.attachments-section .attachment-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #7c5cff1f}.attachment-icon{border-radius:22px;justify-content:center;align-items:center;width:82px;height:82px;margin-bottom:22px;font-size:27px;display:flex}.attachments-section .attachment-icon{border-radius:8px;width:28px;height:28px;margin-bottom:6px;font-size:11px}.attachment-icon.image{color:#4f8cff;background:#18b65b1f}.attachment-icon.video{color:#ef4444;background:#ef44441f}.attachment-icon.text{color:#22c55e;background:#22c55e1f}.attachment-icon.img{color:#4f8cff;background:#18b65b1f}.attachment-icon.vid{color:#ef4444;background:#ef44441f}.attachment-icon.pdf{color:#f59e0b;background:#f59e0b1f}.attachment-icon.txt{color:#22c55e;background:#22c55e1f}.attachment-card h4{margin-bottom:8px;font-size:15px}.attachments-section .attachment-card h4{white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:8px;overflow:hidden}.attachment-card span{color:var(--muted);margin-bottom:26px;display:block}.attachments-section .attachment-card span{margin-bottom:6px;font-size:8px}.preview-btn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;font-weight:700;display:flex}.attachments-section .preview-btn{border-radius:6px;gap:4px;height:24px;padding:0 6px;font-size:8px}.preview-btn:hover{transform:translateY(-4px);box-shadow:0 10px 24px #7c5cff59}.preview-btn i{font-size:14px}.preview-modal{-webkit-backdrop-filter:blur(20px);z-index:9999;background:#020610eb;flex-direction:column;display:none;position:fixed;inset:0}.preview-modal.active{animation:.3s fadeIn;display:flex}.preview-topbar{background:#ffffff0a;border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.preview-back-btn{color:var(--text);cursor:pointer;background:#ffffff14;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:11px;font-weight:600;transition:all .25s;display:flex}.preview-back-btn:hover{color:var(--primary);background:#18b65b33;transform:translate(-3px)}.preview-file-info{text-align:center;flex:1;min-width:0}.preview-file-info h2{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.preview-file-info span{color:var(--muted);font-size:10px}.preview-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.preview-zoom-group{background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:4px;padding:6px 8px;display:flex}.preview-zoom-group span{text-align:center;min-width:44px;color:var(--text);font-size:10px;font-weight:700}.preview-action-btn{width:40px;height:40px;color:var(--text);cursor:pointer;background:#ffffff0f;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:14px;transition:all .25s;display:flex}.preview-action-btn:hover{color:var(--primary);background:#18b65b33;transform:scale(1.05)}.preview-close-btn{color:#ef4444;cursor:pointer;background:#ef44441f;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-left:4px;font-size:16px;transition:all .25s;display:flex}.preview-close-btn:hover{background:#ef44444d;transform:rotate(90deg)}.preview-body{flex:1;justify-content:center;align-items:center;padding:40px;display:flex;position:relative;overflow:auto}.preview-body .preview-content{transform-origin:50%;justify-content:center;align-items:center;transition:transform .25s;display:flex}.preview-body img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border-radius:12px;max-width:100%;max-height:85vh;box-shadow:0 20px 60px #00000080}.preview-body video{border-radius:12px;max-width:100%;max-height:85vh;box-shadow:0 20px 60px #00000080}.preview-body iframe{background:#fff;border:none;border-radius:12px;width:100%;height:85vh}.preview-body pre{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;background:#0f172a;border:1px solid #ffffff0f;border-radius:16px;width:100%;max-width:900px;padding:28px;font-family:Cascadia Code,Fira Code,monospace;font-size:11px;line-height:1.8;overflow:auto}.preview-body .preview-placeholder{text-align:center;color:var(--muted)}.preview-body .preview-placeholder i{color:var(--primary);opacity:.6;margin-bottom:20px;font-size:57px}.preview-body .preview-placeholder h3{color:#fff;margin-bottom:8px;font-size:19px}.preview-body .preview-placeholder p{font-size:12px;line-height:1.6}.preview-bottombar{background:#ffffff0a;border-top:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.preview-info{color:var(--muted);align-items:center;gap:12px;font-size:11px;display:flex}.preview-info kbd{background:#ffffff1a;border-radius:6px;padding:2px 8px;font-family:inherit;font-size:10px;font-weight:700}.comments-section{padding:35px}.comment-editor{gap:22px;margin:30px 0;display:flex}.comment-user img{object-fit:cover;background:#000;border-radius:50%;width:58px;height:58px;padding:10px}.comment-input-area{flex:1;position:relative}.comment-input-area textarea{resize:vertical;width:100%;min-height:140px;color:var(--text);background:#ffffff0d;border:none;border-radius:20px;outline:none;padding:22px;font-size:12px}.comments-wrapper{flex-direction:column;gap:18px;display:flex}.comment-card{background:#ffffff0a;border-radius:20px;gap:18px;padding:22px;transition:all .35s;display:flex;position:relative}.comment-card:hover{background:#ffffff12;transform:translateY(-4px)}.comment-avatar{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;width:58px;height:58px;font-family:var(--font);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.comment-body{flex:1}.comment-header{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.comment-header h4{font-size:14px}.comment-header span{color:var(--primary);font-size:11px}.comment-header small{color:var(--muted)}.comment-body p{color:var(--muted);margin-top:12px;line-height:1.8}.comment-body p img{border-radius:8px;max-width:100%;margin:8px 0;display:block}.comment-body p a{color:var(--accent);text-decoration:underline}.comments-footer{justify-content:center;margin-top:30px;display:flex}.extra-comment{display:none}.comment-meta{flex-basis:100%;justify-content:flex-end;align-items:center;gap:8px;margin-top:6px;display:flex}.comment-datetime{color:var(--text-secondary,var(--muted));white-space:nowrap;font-size:12px}.comment-edit-btn{width:26px;height:26px;color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;transition:all .25s;display:flex}.comment-edit-btn:hover{background:#ffffff14}.comment-edit-btn[disabled]{color:var(--text-disabled,#586579);cursor:not-allowed;opacity:.5}.comment-edit-btn[disabled]:hover{background:0 0}.comment-edit-area{resize:vertical;width:100%;min-height:90px;color:var(--text);background:#ffffff0d;border:none;border-radius:14px;outline:none;margin-top:12px;padding:14px 16px;font-family:inherit;font-size:11px;line-height:1.6}.comment-edit-actions{gap:10px;margin-top:12px;display:flex}.comment-edit-actions .primary-btn,.comment-edit-actions .secondary-btn{border-radius:12px;padding:8px 16px;font-size:10px}.timeline-card{padding:35px}.timeline{margin-top:25px;padding-left:38px;position:relative}.timeline:before{content:"";background:#ffffff14;width:3px;position:absolute;top:0;bottom:0;left:12px}.timeline-item{padding-bottom:40px;position:relative}.timeline-dot{border:4px solid var(--background);background:#ffffff2e;border-radius:50%;width:22px;height:22px;position:absolute;top:6px;left:-33px}.timeline-dot.active{background:var(--primary);box-shadow:0 0 18px #7c5cff99}.timeline-content{background:#ffffff0a;border-radius:18px;padding:22px 24px;transition:all .35s}.timeline-content:hover{background:#ffffff12;transform:translate(8px)}.timeline-content h4{margin-bottom:8px}.timeline-content p{color:var(--muted);margin-bottom:10px;line-height:1.7}.timeline-content span{color:var(--primary);font-size:10px}.work-analytics{margin-top:50px}.wa-card{-webkit-backdrop-filter:blur(20px);background:radial-gradient(80% 55% at 50% 100%,#18b65b1f 0%,#0000 70%),radial-gradient(55% 50% at 100% 0,#8b5cf61a 0%,#0000 60%),radial-gradient(100% 100% at 30%,#0b1020ed 0%,#0b1020 100%),linear-gradient(145deg,#081321,#0e1728);border:1px solid #ffffff14;border-radius:32px;grid-template-columns:1.2fr 1fr;gap:56px;padding:56px;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 100px #0000008c,0 8px 32px #0000004d,inset 0 1px #ffffff14,inset 0 -2px #00000080}.wa-card:before{content:"";pointer-events:none;z-index:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");position:absolute;inset:0}.wa-card:after{content:"";pointer-events:none;background:linear-gradient(#0000,#18b65b0f);height:65%;position:absolute;bottom:0;left:0;right:0}.wa-left,.wa-right{z-index:1;position:relative}.wa-left:before{content:"";pointer-events:none;background:radial-gradient(#18b65b1a 0%,#0000 70%);width:70%;height:120%;position:absolute;top:10%;left:-20%}.wa-right:before{content:"";pointer-events:none;background:radial-gradient(#8b5cf614 0%,#0000 70%);width:60%;height:100%;position:absolute;top:0;right:-10%}.wa-left{flex-direction:column;justify-content:center;gap:22px;display:flex}.wa-badge{letter-spacing:.5px;text-transform:uppercase;color:var(--primary);background:#7c5cff1f;border:1px solid #7c5cff33;border-radius:50px;align-items:center;width:fit-content;padding:10px 26px;font-size:13px;font-weight:700;display:inline-flex}.wa-title{font-family:var(--font);color:#fff;letter-spacing:-.5px;font-size:41px;font-weight:800;line-height:1.06}.wa-accent{color:var(--primary)}.wa-subtitle{color:var(--muted);max-width:480px;font-size:15px;line-height:1.75}.wa-right{align-items:center;display:flex}.wa-metrics-grid{grid-template-columns:1fr 1fr;gap:20px;width:100%;display:grid}.wa-metric{text-align:center;background:linear-gradient(#ffffff0d 0%,#ffffff05 100%);border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;align-items:center;padding:28px 18px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #00000040,inset 0 1px #ffffff0f}.wa-metric:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#7c5cff0a);position:absolute;inset:0}.wa-metric:hover{border-color:#7c5cff4d;transform:translateY(-6px);box-shadow:0 18px 40px #0000004d,0 8px 24px #7c5cff14,inset 0 1px #ffffff14}.wa-metric-label{text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:14px;font-size:10px;font-weight:600}.wa-metric-value{color:#fff;justify-content:center;align-items:center;margin-bottom:10px;font-size:30px;font-weight:800;display:flex;position:relative}.wa-ring{width:88px;height:88px;transform:rotate(-90deg)}.wa-ring-bg{fill:none;stroke:#ffffff0f;stroke-width:5px}.wa-ring-fill{fill:none;stroke-width:5px;stroke-linecap:round;filter:drop-shadow(0 0 6px #7c5cff33);transition:stroke-dashoffset 1.2s}.wa-ring-text{color:#fff;font-size:16px;font-weight:800;position:absolute}.wa-metric-status{color:var(--muted);font-size:10px;font-weight:600}.wa-metric-status--good{color:var(--success)}.wa-metric-status--warn{color:var(--warning)}@media (width<=1100px){.wa-card{grid-template-columns:1fr;gap:40px;padding:40px}.wa-title{font-size:30px}}@media (width<=600px){.wa-card{padding:28px}.wa-metrics-grid{gap:14px}.wa-metric{padding:22px 14px}}.page-footer{text-align:center;color:var(--muted);padding:30px 0;font-size:12px}.toast{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;opacity:0;z-index:99999;border-radius:18px;align-items:center;gap:12px;padding:18px 26px;transition:all .35s;display:flex;position:fixed;top:30px;right:30px;transform:translateY(-30px);box-shadow:0 18px 45px #7c5cff59}.toast i{font-size:17px}.cursor-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#7c5cff38,#0000 70%);border-radius:50%;width:320px;height:320px;position:fixed;transform:translate(-50%,-50%)}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}body.light-mode .detail-card,body.light-mode .summary-item,body.light-mode .attachment-card,body.light-mode .timeline-content,body.light-mode .comment-card{background:#00000008}body.light-mode .preview-modal{background:#f4f7fcf2}body.light-mode .preview-topbar,body.light-mode .preview-bottombar{background:#0000000a;border-color:#00000014}body.light-mode .preview-body pre{color:#1e293b;background:#f8fafc;border-color:#0000001a}body.light-mode .preview-file-info h2{color:#1e293b}@media (width<=1200px){.hero-card,.ticket-layout{grid-template-columns:1fr}}@media (width<=768px){.hero-meta,.details-grid,.attachment-grid{grid-template-columns:1fr}}@keyframes skeleton-pulse{0%,to{background-color:#ffffff0a}50%{background-color:#ffffff1a}}.skeleton-text{border-radius:6px;height:14px;animation:1.5s ease-in-out infinite skeleton-pulse;display:inline-block}.skeleton-rect{border-radius:12px;animation:1.5s ease-in-out infinite skeleton-pulse}
