:root{--bg-color:#0d1117;--text-color:#e6edf3;--panel-bg:#161b2299;--panel-border:#30363d66;--hover-border:#58a6ff80;--accent-color:#58a6ff;--accent-secondary:#c9d1d9;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);min-height:100vh;font-family:var(--font-family);-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#090c13 0%,#101520 50%,#0d1117 100%) fixed}#root{flex-direction:column;height:100vh;display:flex}header{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--panel-border);z-index:10;background:#0d1117b3;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}h1{letter-spacing:-.02em;background:linear-gradient(90deg, #fff, var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.4rem;font-weight:800;display:inline-block}.subtitle{color:#8b949e;font-size:.85rem;font-weight:500}.dashboard-container{flex:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1600px;margin:0 auto;padding:1.5rem;display:grid;overflow:hidden}.dashboard-column{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(16px);border-radius:16px;flex-direction:column;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),border-color .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000040}.dashboard-column:hover{border-color:var(--hover-border);transform:translateY(-4px);box-shadow:0 15px 50px #0006}.column-header{background:linear-gradient(#ffffff0a 0%,#fff0 100%);border-bottom:1px solid #ffffff0d;padding:1.25rem 1.5rem}.column-header h2{color:var(--text-color);align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:flex}.column-header p{color:#8b949e;margin-top:.4rem;font-size:.8rem;font-weight:400}.column-content{scrollbar-width:thin;scrollbar-color:#fff3 transparent;flex:1;padding:1.25rem;overflow-y:auto}.column-content::-webkit-scrollbar{width:6px}.column-content::-webkit-scrollbar-track{background:0 0}.column-content::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px}.column-content::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.card-item{cursor:default;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:1rem;padding:1.25rem;transition:all .2s}.card-item:hover{background:#ffffff0d;border-color:#ffffff1a;transform:scale(1.01)}.card-item h3{color:var(--text-color);margin-bottom:.5rem;font-size:.95rem;font-weight:600}.card-item p{color:var(--accent-secondary);font-size:.85rem;line-height:1.5}.video-container{background:#000;border-radius:8px;width:100%;margin-top:.8rem;padding-bottom:56.25%;position:relative;overflow:hidden}.video-container iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.video-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.8rem;display:grid}.video-column{flex-direction:column;display:flex}.video-column h4{color:var(--accent-secondary);text-align:center;margin-bottom:.5rem;font-size:.8rem;font-weight:500}.video-column .video-container{margin-top:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-column{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.dashboard-column:first-child{animation-delay:.1s}.dashboard-column:nth-child(2){animation-delay:.2s}.dashboard-column:nth-child(3){animation-delay:.3s}@media (width<=1024px){.dashboard-container{grid-template-columns:1fr;overflow-y:auto}.dashboard-column{height:auto;min-height:500px}#root{height:auto}}.instagram-placeholder{flex-direction:column;gap:1rem;display:flex}.instagram-header{align-items:center;gap:.8rem;display:flex}.skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite loading}.instagram-avatar{border-radius:50%;width:40px;height:40px}.instagram-text{border-radius:4px;width:120px;height:14px}.instagram-body{border-radius:8px;width:100%;height:180px}.instagram-placeholder .placeholder-text{text-align:center;color:var(--accent-secondary);opacity:.6;margin-top:.5rem;font-size:.8rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.shorts-grid{grid-template-columns:repeat(3,1fr);gap:.8rem;display:grid}.short-container{background:#ffffff0d;border-radius:8px;width:100%;padding-bottom:177.77%;position:relative;overflow:hidden}.short-container iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.album-grid{grid-template-columns:repeat(4,1fr);gap:.8rem;display:grid}.album-container{background:#ffffff0d;border-radius:8px;width:100%;padding-bottom:100%;position:relative;overflow:hidden}@media (width<=768px){.album-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.shorts-grid{gap:.5rem}}
