@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;600&display=swap";:root{--bg-color: #f5f7f9;--sidebar-bg: rgba(255, 255, 255, .7);--card-bg: rgba(255, 255, 255, .8);--text-main: #1a1a1a;--text-muted: #6b7280;--border-color: rgba(0, 0, 0, .05);--accent-urgent: #ff4757;--accent-important: #00d2d3;--accent-delegate: #2e86de;--accent-eliminate: #576574;--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .05);--selection-bg: rgba(0, 210, 211, .1);--logo-invert: 0}[data-theme=dark]{--bg-color: #0f1115;--sidebar-bg: rgba(20, 22, 27, .8);--card-bg: rgba(28, 32, 38, .8);--text-main: #f3f4f6;--text-muted: #9ca3af;--border-color: rgba(255, 255, 255, .05);--accent-urgent: #ff6b81;--accent-important: #48dbfb;--accent-delegate: #54a0ff;--accent-eliminate: #8395a7;--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .3);--selection-bg: rgba(72, 219, 251, .1);--logo-invert: 1}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-main);transition:background-color .3s ease,color .3s ease;overflow:hidden;height:100vh}h1,h2,h3,.brand-text{font-family:Outfit,sans-serif}.app-container{display:flex;height:100vh;width:100vw}.main-content{flex:1;overflow-y:auto;padding:3rem 4rem}.content-wrapper{max-width:1200px;margin:0 auto}.sidebar{width:280px;height:100vh;background:var(--sidebar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--border-color);display:flex;flex-direction:column;padding:2.5rem 1.5rem;overflow-y:auto;overflow-x:hidden}.sidebar-brand{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;margin-bottom:3rem}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;color:var(--text-muted);cursor:pointer;transition:.2s;font-size:.95rem}.nav-item.active,.nav-item:hover{background:var(--card-bg);color:var(--text-main);box-shadow:var(--glass-shadow)}.sidebar-section{margin-bottom:2rem}.section-title{font-size:.7rem;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.team-member{display:flex;align-items:center;gap:12px;padding:8px;border-radius:10px;transition:.2s}.avatar-wrapper{position:relative;width:32px;height:32px}.avatar{width:100%;height:100%;border-radius:50%}.status-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid var(--bg-color)}.status-dot.online-pulse{animation:pulse-online 2s ease-in-out infinite;box-shadow:0 0 6px #00ff9599}@keyframes pulse-online{0%,to{transform:scale(1);box-shadow:0 0 4px #00ff9566}50%{transform:scale(1.3);box-shadow:0 0 10px #00ff95cc}}.sidebar-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border-color)}.theme-toggle{background:none;border:none;width:100%;display:flex;align-items:center;gap:12px;padding:10px 14px;color:var(--text-muted);cursor:pointer;border-radius:12px;transition:.2s}.theme-toggle:hover{background:var(--card-bg);color:var(--text-main)}.dashboard-header{margin-bottom:3rem}.header-content{display:flex;justify-content:space-between;align-items:flex-end}.summary-card{width:400px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;padding:1.5rem}.matrix-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.quadrant{background:var(--card-bg);border:1px solid var(--border-color);border-radius:28px;padding:1.5rem}.task-list{display:flex;flex-direction:column;gap:12px;margin-top:1.5rem}.task-item{background:var(--bg-color);border:1px solid var(--border-color);padding:14px;border-radius:16px;display:flex;align-items:center;gap:16px;cursor:pointer}.check-circle{width:24px;height:24px;border:2px solid var(--border-color);border-radius:50%;display:flex;align-items:center;justify-content:center}.check-circle.checked{background:var(--accent-important);border-color:var(--accent-important)}.magic-button{position:fixed;bottom:40px;right:40px;width:64px;height:64px;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0003;cursor:pointer}[data-theme=dark] .magic-button{background:var(--accent-important)}@media(max-width:1024px){.matrix-grid{grid-template-columns:1fr}.header-content{flex-direction:column;align-items:flex-start;gap:2rem}.summary-card{width:100%}.main-content{padding:2rem 1.5rem}.mobile-header{display:none}}.mobile-header,.mobile-menu-btn{display:none!important}@media(max-width:768px){.app-container{flex-direction:column}.sidebar{position:fixed;left:-280px;top:0;z-index:10000;transition:.3s ease;box-shadow:20px 0 50px #0000001a}.sidebar.mobile-open{left:0}.sidebar-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999}.main-content{padding:1.5rem 1rem;height:calc(100vh - 60px);margin-top:60px}.mobile-header{position:fixed;top:0;left:0;right:0;height:60px;background:var(--sidebar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 1rem;z-index:9998;justify-content:space-between}.mobile-menu-btn{background:none;border:none;color:var(--text-main);display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;cursor:pointer}.dashboard-header{margin-bottom:1.5rem}.quadrant{padding:1rem}}.bitacoras-view{width:100%}
