.login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#1e293b,#0f172a);z-index:9999}.login-card{width:100%;max-width:400px;padding:3rem;border-radius:24px;text-align:center}.logo-glow{width:64px;height:64px;margin:0 auto 2rem;background:#6366f11a;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#6366f1;box-shadow:0 0 20px #6366f14d}.login-card h1{font-size:2rem;margin-bottom:.5rem}.login-card .subtitle{color:var(--text-muted);margin-bottom:2.5rem}.input-group{text-align:left;margin-bottom:1.5rem}.input-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem;color:var(--text-muted)}.login-card input{width:100%;padding:1rem;background:#ffffff0d;border:1px solid var(--border);border-radius:12px;color:#fff;font-size:1rem}.login-card input:focus{border-color:var(--primary);outline:none;background:#ffffff14}.error-msg{background:#ef44441a;color:#f87171;padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.highlight{color:var(--primary)}.dashboard-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;height:100%}.dashboard-main{display:flex;flex-direction:column}.settings-input{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid var(--border);border-radius:8px;color:#fff;margin-bottom:.75rem;font-size:.9rem}.settings-input:focus{border-color:var(--primary);outline:none}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;flex-direction:column;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.stat-card.primary-gradient:before{background:linear-gradient(90deg,#818cf8,#4f46e5)}.stat-card.warning-gradient:before{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.stat-header{display:flex;justify-content:space-between;align-items:center;color:var(--text-muted)}.stat-header h3{margin:0;font-size:1rem;font-weight:500}.stat-header svg{width:20px;height:20px;opacity:.6}.stat-card .value{font-size:3.5rem;font-weight:800;margin:1rem 0;letter-spacing:-.03em}.stat-card.primary-gradient .value{background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-card.warning-gradient .value{background:linear-gradient(135deg,#fff,#fde68a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-footer{font-size:.85rem;color:var(--text-muted);margin-top:auto}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-header h2{margin:0;font-size:1.25rem;font-weight:600}.btn-icon{background:#ffffff0d;border:1px solid var(--border);color:var(--text-main);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-icon:hover{background:#ffffff1a}.btn-icon svg{width:18px;height:18px}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:1rem;color:var(--text-muted);font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.data-table td{padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.03);vertical-align:middle}.data-table tbody tr:hover{background:#ffffff05}.branch-name{display:flex;align-items:center;gap:10px;font-weight:500;color:#c7d2fe}.branch-name svg{width:16px;height:16px;color:#6366f1}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.active{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.status-badge.closed{background:#94a3b826;color:#94a3b8;border:1px solid rgba(148,163,184,.3)}.pulse-dot{width:8px;height:8px;background-color:#34d399;border-radius:50%;box-shadow:0 0 #34d399b3;animation:pulse 1.5s infinite cubic-bezier(.66,0,0,1)}@keyframes pulse{to{box-shadow:0 0 0 10px #34d39900}}.user-chip{width:24px;height:24px;border-radius:50%;background:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-right:8px}.text-muted{color:var(--text-muted)}.activity-feed{height:100%;position:relative}.activity-feed h2{font-size:1.25rem;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.feed-timeline{display:flex;flex-direction:column;gap:1.5rem;position:relative}.feed-timeline:before{content:"";position:absolute;top:10px;bottom:10px;left:17px;width:2px;background:var(--border);z-index:1}.feed-item{display:flex;gap:16px;position:relative;z-index:2}.feed-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface);border:2px solid var(--bg-color);flex-shrink:0}.feed-icon svg{width:16px;height:16px}.feed-icon.hotfix{background:#f59e0b33;color:#fbbf24}.feed-icon.branch{background:#6366f133;color:#818cf8}.feed-content p{margin:0 0 .25rem;font-size:.95rem;line-height:1.4}.feed-content strong{color:#fff}.highlight-tag{color:#cbd5e1;background:#ffffff1a;padding:.1rem .4rem;border-radius:4px;font-size:.85rem;font-family:monospace}.ticket-summary-text{font-size:.85rem;color:var(--text-main);opacity:.8;margin-left:4px}.feed-time{font-size:.8rem;color:var(--text-muted)}.shimmer-loader{display:flex;flex-direction:column;gap:1.5rem}.shimmer-card{height:120px;border-radius:16px;background:linear-gradient(90deg,var(--surface) 25%,var(--surface-hover) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.shimmer-card.large{height:300px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.app-container{display:flex;min-height:100vh}.sidebar{width:280px;background:#0f172a66;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.5rem 0;z-index:10}.logo-section{padding:0 1.5rem 2rem;display:flex;align-items:center;gap:16px}.logo-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#818cf8,#4f46e5);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px #6366f166}.logo-icon svg{width:24px;height:24px}.logo-section h2{margin:0;font-size:1.4rem;font-weight:700;letter-spacing:-.01em}.highlight-text{color:var(--text-muted);font-weight:400}.nav-group-title{padding:0 2rem;font-size:.75rem;font-weight:600;color:#64748b;letter-spacing:.1em;margin-bottom:.75rem}.nav-links{list-style:none;padding:0 1rem;margin:0;display:flex;flex-direction:column;gap:6px}.nav-links li{padding:.875rem 1rem;border-radius:12px;cursor:pointer;color:var(--text-muted);transition:all .2s ease;font-weight:500;display:flex;align-items:center;gap:12px;font-size:.95rem}.nav-links li svg{width:20px;height:20px;opacity:.7;transition:all .3s ease}.nav-links li:hover{background:var(--glass-highlight);color:var(--text-main)}.nav-links li:hover svg{opacity:1;transform:scale(1.1)}.nav-links li.active{background:linear-gradient(90deg,rgba(99,102,241,.15),transparent);color:#c7d2fe;border-left:3px solid #6366f1}.nav-links li.active svg{color:#818cf8;opacity:1}.main-content{flex:1;display:flex;flex-direction:column;position:relative}.topbar{height:80px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 2.5rem;background:#0f172a33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:5}.search-bar{display:flex;align-items:center;background:#ffffff08;border:1px solid var(--border);border-radius:24px;padding:.5rem 1rem;width:320px;transition:border-color .2s}.search-bar:focus-within{border-color:#6366f180;box-shadow:0 0 0 2px #6366f11a}.search-bar svg{width:18px;height:18px;color:var(--text-muted)}.search-bar input{background:transparent;border:none;color:var(--text-main);outline:none;padding-left:.75rem;width:100%;font-size:.9rem}.user-profile{display:flex;align-items:center;gap:12px;cursor:pointer}.user-name{font-weight:500;font-size:.95rem}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#10b981,#3b82f6);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#fff;box-shadow:0 4px 12px #10b98133;border:2px solid rgba(255,255,255,.1)}.content-area{padding:2.5rem;flex:1;overflow-y:auto}:root{--primary: #4f46e5;--primary-hover: #6366f1;--bg-color: #0b1120;--surface: #1e293b;--surface-hover: #334155;--text-main: #f8fafc;--text-muted: #94a3b8;--border: rgba(255, 255, 255, .08);--glass: rgba(15, 23, 42, .6);--glass-highlight: rgba(255,255,255,.03);--danger: #ef4444;--success: #10b981;--warning: #f59e0b}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-main);background-image:radial-gradient(ellipse at 80% 0%,rgba(99,102,241,.15) 0%,transparent 60%),radial-gradient(ellipse at 20% 100%,rgba(139,92,246,.15) 0%,transparent 60%);background-attachment:fixed;min-height:100vh}.card{background:var(--glass);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 24px -1px #0003,inset 0 1px 1px #ffffff0d;transition:transform .2s ease,box-shadow .2s ease}.btn{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:1px solid rgba(255,255,255,.1);padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #4f46e54d;display:flex;align-items:center;justify-content:center;gap:8px}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #4f46e566;background:linear-gradient(135deg,#818cf8,#6366f1)}.btn:disabled{opacity:.7;cursor:not-allowed;filter:grayscale(.5)}.page-header{margin-bottom:2rem}.page-header h1{font-size:2.2rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.subtitle{color:var(--text-muted);font-size:1.05rem;margin:0}
