@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;800&display=swap";:root{--primary:#6366f1;--primary-hover:#4f46e5;--secondary:#ec4899;--bg-dark:#0f172a;--bg-card:#1e293bb3;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#ffffff1a;--glass:#ffffff0d;--glass-border:#ffffff1a;--accent:#10b981}*{box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;margin:0;padding:0}select,option{background-color:var(--bg-dark);color:var(--text-main);border:1px solid var(--border)}body{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,.logo{font-family:Outfit,sans-serif}.app-container{flex-direction:column;min-height:100vh;display:flex}.glass-effect{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.markdown-body{font-size:1.05rem;line-height:1.7}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:#fff;margin-top:1.5rem;margin-bottom:1rem;font-weight:700}.markdown-body p{color:#e2e8f0;margin-bottom:1.2rem}.markdown-body ul,.markdown-body ol{color:#e2e8f0;margin-bottom:1.2rem;padding-left:1.5rem}.markdown-body code{background:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-size:.9em}.markdown-body pre{border:1px solid var(--border);background:#1e293b;border-radius:12px;margin-bottom:1rem;padding:1rem;overflow-x:auto}button{cursor:pointer;transition:all .2s}button:active{transform:scale(.98)}.main-layout{background-color:var(--bg-dark);height:calc(100vh - 70px);display:flex;overflow:hidden}.sidebar{border-right:1px solid var(--border);scrollbar-width:thin;background-color:#0003;width:400px;min-width:400px;height:100%;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.sidebar.collapsed{width:80px;min-width:80px;padding:1.5rem .5rem}.sidebar.collapsed .sidebar-list{gap:.8rem}.sidebar.collapsed .sidebar-card{border-radius:8px;margin-bottom:.5rem}.detail-board{flex-direction:column;flex:1;height:100%;display:flex;position:relative;overflow:hidden}.sidebar-list{flex-direction:column;gap:1.2rem;display:flex}.sidebar-card{cursor:pointer;border:1px solid #0000;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.sidebar-card:hover{transform:translate(5px);background:#ffffff08!important}.sidebar-card.active{box-shadow:0 10px 30px #6366f11a;border:1px solid var(--primary)!important;background:#6366f11a!important}.sidebar-card.active:before{content:"";background:var(--primary);border-radius:0 4px 4px 0;width:4px;height:70%;position:absolute;top:15%;left:0}@media (width<=1024px){.sidebar{width:300px;min-width:300px}}@media (width<=768px){.main-layout{flex-direction:column;height:auto;overflow:visible}.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;min-width:100%;height:400px}}.history-layout{background:var(--border);gap:1px;height:100%;display:flex}.history-sidebar{background:var(--bg-dark);flex-direction:column;gap:1rem;width:250px;min-width:250px;padding:1.5rem 1rem;display:flex;overflow-y:auto}.history-sidebar h3{color:var(--text-main);font-size:1rem}.history-subtitle{color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.history-list{flex-direction:column;gap:.5rem;display:flex}.history-item{cursor:pointer;background:#ffffff05;border:1px solid #0000;border-radius:8px;align-items:center;gap:.8rem;padding:.75rem;transition:all .2s;display:flex}.history-item:hover{background:#ffffff0d;transform:translate(4px)}.history-item.active{border-color:var(--primary);background:#6366f11a}.type-tag{text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.type-tag.modify{color:#fbbf24;background:#eab3081a;border:1px solid #eab30833}.type-tag.new{color:#34d399;background:#10b9811a;border:1px solid #10b98133}.type-tag.delete{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.file-name{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.history-content{background:var(--bg-dark);flex:1;position:relative;overflow:hidden}.empty-history-state,.empty-code-state{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.empty-icon{opacity:.3;font-size:3rem}.tab-tag{opacity:.6;margin-top:.2rem;font-size:.7rem}
