.boot-screen{position:fixed;inset:0;background:var(--black-core);display:flex;align-items:center;justify-content:center;z-index:1000}.boot-content{max-width:500px;width:100%;padding:var(--space-lg)}.boot-line{font-size:.85rem;color:var(--green-mid);margin-bottom:var(--space-sm);opacity:0;transform:translateY(8px);transition:all .4s ease-out}.boot-line.visible{opacity:1;transform:translateY(0)}.boot-line[data-step="6"]{color:var(--green-bright);font-weight:700;margin-top:var(--space-md)}.boot-cursor{width:8px;height:14px;background:var(--green-bright);animation:blink .8s step-end infinite}@keyframes blink{50%{opacity:0}}.landing{max-width:960px}.landing-hero{padding:var(--space-xxl) 0;text-align:center}.landing-hero h1{font-size:2.5rem;letter-spacing:8px}.landing-hero h1 .dim{color:var(--green-dim)}.landing-hero .hero-sub{color:var(--green-dim);font-size:.8rem;letter-spacing:3px;margin-top:var(--space-sm)}.landing-hero .hero-desc{color:var(--metal-muted);font-size:.85rem;margin-top:var(--space-md)}.landing-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:var(--space-md);margin-bottom:var(--space-xl)}.landing-card{display:flex;flex-direction:column;padding:var(--space-lg);background:var(--gray-panel);border:1px solid var(--gray-line);border-radius:var(--radius);transition:all .15s;text-decoration:none}.landing-card:hover{border-color:var(--green-dim);background:var(--gray-dark);transform:translateY(-2px)}.landing-card .card-icon{font-size:1.8rem;color:var(--green-dim);margin-bottom:var(--space-md)}.landing-card h2{font-size:1rem;margin-bottom:var(--space-sm)}.landing-card p{font-size:.8rem;color:var(--metal-muted);flex:1}.landing-card .card-action{font-size:.7rem;color:var(--green-dim);letter-spacing:1px;margin-top:var(--space-md)}.landing-grid-summary{margin-bottom:var(--space-xl)}.summary-levels{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-top:var(--space-md)}.summary-level{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--gray-dark);border:1px solid var(--gray-line);border-radius:var(--radius);min-width:120px}.summary-level .summary-label{font-size:.8rem;color:var(--metal-muted)}.summary-level .summary-count{font-size:.9rem;color:var(--green-core);font-weight:600;margin-left:auto}.summary-level.total{border-color:var(--green-dim)}.summary-level.total .summary-label{color:var(--green-core)}.summary-level.total .summary-count{color:var(--green-bright)}.landing-recent{margin-bottom:var(--space-xl)}.recent-feed{display:flex;flex-direction:column;gap:2px;margin-top:var(--space-md)}.recent-entry{display:flex;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--gray-dark);font-size:.8rem}.recent-entry .recent-time{color:var(--metal-muted);flex-shrink:0;font-size:.75rem}.recent-entry .recent-msg{color:var(--white-silent)}.recent-entry.log-warn .recent-msg{color:var(--yellow-priority)}.recent-entry.log-critical .recent-msg{color:var(--red-alert)}/*# sourceMappingURL=dashboard.css.map */
