.app-file-manager.noc-theme {display:flex;height:100%;background:#050a15;color:var(--text-primary);font-family:'Inter', sans-serif;}.noc-theme .fm-sidebar {width:240px;background:rgba(5, 10, 21, 0.95);border-right:1px solid var(--accent-primary);display:flex;flex-direction:column;padding:var(--space-4) 0;box-shadow:2px 0 15px rgba(122, 162, 247, 0.1);}.noc-theme .fm-sidebar-group {margin-bottom:var(--space-6);}.noc-theme .fm-sidebar-title {font-family:'Fira Code', monospace;font-size:11px;color:var(--accent-info);text-transform:uppercase;letter-spacing:2px;padding:0 var(--space-4);margin-bottom:var(--space-3);border-bottom:1px dashed rgba(122, 162, 247, 0.3);padding-bottom:4px;}.noc-theme .fm-nav-item {display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);color:var(--text-secondary);cursor:pointer;transition:all 0.2s ease;font-size:13px;font-family:'Fira Code', monospace;border-left:2px solid transparent;}.noc-theme .fm-nav-item:hover {background:rgba(122, 162, 247, 0.05);color:var(--text-bright);}.noc-theme .fm-nav-item.active {background:rgba(122, 162, 247, 0.1);color:var(--accent-primary);border-left:3px solid var(--accent-primary);box-shadow:inset 10px 0 20px rgba(122, 162, 247, 0.05);}.noc-theme .fm-nav-icon {font-weight:bold;color:inherit;opacity:0.7;}.noc-theme .fm-main {flex:1;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at center, rgba(122, 162, 247, 0.05) 0%, transparent 70%);}.noc-theme .fm-toolbar {height:48px;background:rgba(5, 10, 21, 0.8);border-bottom:1px solid rgba(122, 162, 247, 0.2);display:flex;align-items:center;padding:0 var(--space-4);gap:var(--space-4);}.noc-theme .fm-toolbar-nav {display:flex;gap:4px;}.noc-theme .nav-btn {width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgba(255, 255, 255, 0.05);border:1px solid rgba(255,255,255,0.1);color:var(--text-muted);font-family:monospace;cursor:pointer;}.noc-theme .nav-btn:hover {background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);}.noc-theme .fm-breadcrumb {display:flex;align-items:center;gap:var(--space-2);font-size:13px;font-family:'Fira Code', monospace;}.noc-theme .fm-breadcrumb .root-dir {color:var(--accent-success);}.noc-theme .fm-breadcrumb .path {color:var(--text-secondary);}.noc-theme .fm-breadcrumb .active {color:var(--accent-primary);font-weight:bold;text-shadow:0 0 8px rgba(122, 162, 247, 0.4);}.noc-theme .fm-content {flex:1;padding:var(--space-6);overflow-y:auto;}.noc-theme .fm-section {display:none;animation:glitch-in 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;}@keyframes glitch-in {0% { opacity:0; transform:translateY(10px); filter:blur(4px); }100% { opacity:1; transform:translateY(0); filter:blur(0); }}.noc-theme .fm-section.active {display:block;}.noc-theme .fm-header {margin-bottom:var(--space-6);padding-bottom:var(--space-3);border-bottom:2px solid rgba(122, 162, 247, 0.2);position:relative;}.noc-theme .fm-header::after {content:'';position:absolute;bottom:-2px;left:0;width:50px;height:2px;background:var(--accent-primary);box-shadow:0 0 10px var(--accent-primary);}.noc-theme .fm-header h2 {color:var(--text-bright);font-family:var(--font-display);font-size:28px;font-weight:800;letter-spacing:2px;margin-bottom:var(--space-1);text-transform:uppercase;}.noc-theme .fm-subtitle {font-family:'Fira Code', monospace;font-size:12px;color:var(--accent-success);}.noc-theme .fm-about-hero {width:100%;height:280px;margin-bottom:var(--space-6);border-radius:8px;overflow:hidden;position:relative;border:1px solid rgba(122, 162, 247, 0.2);box-shadow:0 10px 30px rgba(5, 10, 21, 0.8), inset 0 0 20px rgba(122, 162, 247, 0.1);}.noc-theme .fm-about-hero::after {content:'';position:absolute;inset:0;background:linear-gradient(to top, rgba(5, 10, 21, 0.95) 0%, rgba(122, 162, 247, 0.15) 100%);pointer-events:none;}.noc-theme .fm-about-hero::before {content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(122, 162, 247, 0.05) 2px, rgba(122, 162, 247, 0.05) 4px);pointer-events:none;z-index:2;}.noc-theme .fm-about-hero img {width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 5s ease-out;filter:contrast(1.1) brightness(0.9);}.noc-theme .fm-about-hero:hover img {transform:scale(1.08);}.noc-theme .fm-hero-stats {display:flex;gap:16px;margin-bottom:32px;}.noc-theme .fm-stat-box {flex:1;background:rgba(122, 162, 247, 0.05);border:1px solid rgba(122, 162, 247, 0.2);padding:20px;text-align:center;position:relative;overflow:hidden;}.noc-theme .fm-stat-box::before {content:'';position:absolute;top:0; left:0;width:100%; height:2px;background:linear-gradient(90deg, transparent, var(--accent-primary), transparent);opacity:0.5;}.noc-theme .stat-val {font-size:32px;font-weight:900;color:var(--accent-primary);text-shadow:0 0 15px rgba(122, 162, 247, 0.5);margin-bottom:8px;font-family:'Fira Code', monospace;}.noc-theme .stat-label {font-size:11px;color:var(--text-muted);font-family:'Fira Code', monospace;letter-spacing:1px;}.noc-theme .fm-briefing-panel {background:rgba(0, 0, 0, 0.4);border-left:3px solid var(--accent-warning);padding:24px;margin-bottom:32px;font-size:15px;line-height:1.8;color:var(--text-secondary);position:relative;}.noc-theme .briefing-title {font-family:'Fira Code', monospace;color:var(--accent-warning);font-size:12px;margin-bottom:16px;letter-spacing:1px;}.noc-theme .fm-briefing-panel p {margin-bottom:16px;}.noc-theme .fm-briefing-panel p:last-child {margin-bottom:0;}.noc-theme .fm-section-title {font-size:14px;font-family:'Fira Code', monospace;color:var(--accent-primary);margin-bottom:16px;letter-spacing:1px;}.noc-theme .fm-card-grid {display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:16px;}.noc-theme .fm-card {background:rgba(122, 162, 247, 0.03);border:1px solid rgba(255, 255, 255, 0.1);padding:24px;transition:all 0.2s;position:relative;}.noc-theme .fm-card:hover {background:rgba(122, 162, 247, 0.08);border-color:rgba(122, 162, 247, 0.5);transform:translateY(-2px);}.noc-theme .fm-card-icon {font-family:'Fira Code', monospace;font-size:20px;color:var(--accent-primary);margin-bottom:12px;}.noc-theme .fm-card-title {font-weight:700;color:var(--text-bright);margin-bottom:8px;font-size:15px;letter-spacing:0.5px;}.noc-theme .fm-card-text {font-size:13px;color:var(--text-muted);}.noc-theme .fm-directive-box {padding:24px;margin-bottom:24px;background:rgba(0, 0, 0, 0.3);border:1px solid rgba(255, 255, 255, 0.05);}.noc-theme .fm-directive-box.vision {border-left:4px solid var(--accent-info);}.noc-theme .fm-directive-box.mission {border-left:4px solid var(--accent-secondary);}.noc-theme .fm-directive-box h3 {font-family:'Fira Code', monospace;font-size:14px;margin-bottom:16px;}.noc-theme .fm-directive-box.vision h3 { color:var(--accent-info); }.noc-theme .fm-directive-box.mission h3 { color:var(--accent-secondary); }.noc-theme .fm-directive-box p, .noc-theme .fm-directive-box ul {font-size:15px;line-height:1.8;color:var(--text-secondary);}.noc-theme .fm-directive-box ul {list-style-type:none;padding:0;}.noc-theme .fm-directive-box ul li {position:relative;padding-left:20px;margin-bottom:8px;}.noc-theme .fm-directive-box ul li::before {content:'>';position:absolute;left:0;color:var(--accent-secondary);font-family:'Fira Code', monospace;}.noc-theme .fm-arch-grid {display:grid;grid-template-columns:1fr 1fr;gap:16px;}.noc-theme .fm-arch-box {background:rgba(122, 162, 247, 0.05);border:1px dashed rgba(122, 162, 247, 0.3);padding:16px;}.noc-theme .fm-arch-box strong {display:block;font-family:'Fira Code', monospace;font-size:12px;color:var(--accent-primary);margin-bottom:8px;}.noc-theme .fm-arch-box span {font-size:13px;color:var(--text-muted);}.noc-theme .fm-timeline {position:relative;padding-left:24px;}.noc-theme .fm-timeline::before {content:'';position:absolute;left:0; top:0; bottom:0;width:1px;background:rgba(255, 255, 255, 0.1);}.noc-theme .fm-timeline-node {position:relative;margin-bottom:32px;}.noc-theme .fm-timeline-node::before {content:'';position:absolute;left:-28px;top:4px;width:8px; height:8px;background:var(--bg-primary);border:1px solid var(--accent-primary);box-shadow:0 0 5px var(--accent-primary);}.noc-theme .node-time {font-family:'Fira Code', monospace;color:var(--accent-primary);font-size:12px;margin-bottom:4px;}.noc-theme .node-event {font-size:15px;color:var(--text-bright);}.noc-theme .fm-client-grid {display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;}.noc-theme .client-card {display:flex;align-items:center;background:rgba(122, 162, 247, 0.05);border:1px solid rgba(122, 162, 247, 0.2);padding:16px 20px;border-radius:4px;transition:all 0.2s ease;cursor:default;position:relative;overflow:hidden;}.noc-theme .client-card::before {content:'';position:absolute;top:0; left:0;width:4px; height:100%;background:var(--accent-primary);opacity:0.5;transition:all 0.2s;}.noc-theme .client-card:hover {background:rgba(122, 162, 247, 0.12);border-color:rgba(122, 162, 247, 0.5);transform:translateY(-2px);box-shadow:0 5px 15px rgba(122, 162, 247, 0.1);}.noc-theme .client-card:hover::before {opacity:1;box-shadow:0 0 10px var(--accent-primary);}.noc-theme .client-card-icon {width:32px;height:32px;color:var(--accent-primary);margin-right:16px;display:flex;align-items:center;justify-content:center;}.noc-theme .client-card-icon svg {width:100%;height:100%;}.noc-theme .client-card-name {font-size:14px;font-weight:600;color:var(--text-bright);letter-spacing:0.5px;}@media (max-width:768px) {.app-file-manager.noc-theme {flex-direction:column;}.noc-theme .fm-sidebar {width:100%;flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid rgba(122, 162, 247, 0.2);padding:var(--space-2) var(--space-3);align-items:center;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;box-shadow:none;}.noc-theme .fm-sidebar::-webkit-scrollbar {display:none;}.noc-theme .fm-sidebar-group {display:flex;margin-bottom:0;margin-right:var(--space-4);}.noc-theme .fm-sidebar-title {display:none;}.noc-theme .fm-nav-item {border-left:none;border-bottom:2px solid transparent;}.noc-theme .fm-nav-item.active {border-left:none;border-bottom:2px solid var(--accent-primary);box-shadow:inset 0 -10px 20px rgba(122, 162, 247, 0.05);}.noc-theme .fm-content {padding:var(--space-4);}.noc-theme .fm-card-grid, .noc-theme .fm-arch-grid, .noc-theme .fm-client-grid {grid-template-columns:1fr;}.noc-theme .fm-toolbar {display:none;}.noc-theme .fm-hero-stats {flex-wrap:wrap;gap:12px;}.noc-theme .fm-stat-box {flex:1 1 40%;padding:12px;}.noc-theme .stat-val {font-size:24px;}}