*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f1117;flex-direction:column;height:100vh;font-family:Segoe UI,system-ui,sans-serif;display:flex;overflow:hidden}.topbar{z-index:10;background:#1a1d2e;border-bottom:1px solid #2d3148;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.topbar h1{color:#a78bfa;letter-spacing:.05em;text-transform:uppercase;font-size:1rem;font-weight:600}.tab-group{gap:8px;display:flex}.tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #3d4166;border-radius:6px;padding:8px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.tab-btn:hover{color:#e2e8f0;background:#2d3148}.tab-btn.active{color:#fff;background:#6d28d9;border-color:#7c3aed}.controls{align-items:center;gap:8px;display:flex}.ctrl-btn{color:#94a3b8;cursor:pointer;background:#1e2235;border:1px solid #3d4166;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;transition:all .2s;display:flex}.ctrl-btn:hover{color:#e2e8f0;background:#2d3148}.zoom-label{color:#64748b;text-align:center;min-width:44px;font-size:.8rem}.canvas-wrap{flex:1;position:relative;overflow:hidden}.diagram-panel{width:100%;height:100%;display:none}.diagram-panel.active{display:block}.diagram-panel svg{width:100%;height:100%;display:block}.legend{color:#94a3b8;pointer-events:none;z-index:10;background:#1a1d2e;border:1px solid #2d3148;border-radius:8px;padding:12px 16px;font-size:.75rem;position:absolute;bottom:20px;left:20px}.legend-title{color:#a78bfa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-weight:600}.legend-item{align-items:center;gap:8px;margin-bottom:4px;display:flex}.legend-dot{border-radius:3px;flex-shrink:0;width:12px;height:12px}.hint{color:#475569;pointer-events:none;z-index:10;background:#1a1d2e;border:1px solid #2d3148;border-radius:8px;padding:10px 14px;font-size:.72rem;line-height:1.6;position:absolute;bottom:20px;right:20px}.changelog-btn{gap:6px;padding:0 12px;border-color:#4a5568!important;width:auto!important;font-size:.8rem!important}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.modal-overlay.open{display:flex}.modal{background:#1a1d2e;border:1px solid #2d3148;border-radius:12px;flex-direction:column;width:680px;max-width:90vw;max-height:80vh;animation:.2s modal-in;display:flex;box-shadow:0 25px 60px #00000080}@keyframes modal-in{0%{opacity:0;transform:translateY(-20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid #2d3148;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.modal-header h2{color:#a78bfa;text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:600}.modal-close{color:#64748b;cursor:pointer;background:0 0;border:1px solid #3d4166;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;transition:all .2s;display:flex}.modal-close:hover{color:#e2e8f0;background:#2d3148}.modal-body{scrollbar-width:thin;scrollbar-color:#3d4166 transparent;flex:1;padding:24px;overflow-y:auto}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:0 0}.modal-body::-webkit-scrollbar-thumb{background:#3d4166;border-radius:3px}.modal-body h1{color:#a78bfa;border-bottom:1px solid #2d3148;margin-bottom:16px;padding-bottom:8px;font-size:1.2rem}.modal-body h2{color:#7c3aed;background:#1e2235;border-left:3px solid #7c3aed;border-radius:0 4px 4px 0;margin:24px 0 8px;padding:6px 12px;font-size:1rem}.modal-body h3{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin:16px 0 6px;font-size:.875rem}.modal-body h4{color:#64748b;margin:12px 0 4px;font-size:.875rem}.modal-body p{color:#94a3b8;margin-bottom:8px;font-size:.85rem;line-height:1.7}.modal-body ul{margin-bottom:12px;padding-left:20px}.modal-body li{color:#94a3b8;margin-bottom:2px;font-size:.85rem;line-height:1.7}.modal-body li::marker{color:#7c3aed}.modal-body hr{border:none;border-top:1px solid #2d3148;margin:20px 0}.modal-body code{color:#a78bfa;background:#0f1117;border-radius:4px;padding:2px 6px;font-family:Consolas,monospace;font-size:.8rem}.modal-body strong{color:#e2e8f0}.commit-list{flex-direction:column;gap:8px;display:flex}.commit-item{background:#1e2235;border:1px solid #2d3148;border-radius:6px;grid-template-columns:60px 90px 1fr;align-items:start;gap:12px;padding:10px 12px;transition:border-color .2s;display:grid}.commit-item:hover{border-color:#4a5568}.commit-hash{color:#7c3aed;text-align:center;letter-spacing:.05em;background:#0f1117;border-radius:4px;padding:2px 6px;font-family:Consolas,monospace;font-size:.78rem}.commit-date{color:#475569;padding-top:2px;font-size:.75rem}.commit-message{color:#e2e8f0;font-size:.82rem;line-height:1.4}.commit-author{color:#475569;margin-top:2px;font-size:.72rem}.ctrl-btn svg{fill:currentColor;stroke:currentColor;display:block}#btn-commits{color:orange}#btn-commits:hover{color:#ff6b47;background:#1e2235;border-color:#f05133}#btn-reset{color:#94a3b8}#btn-reset:hover{color:#e2e8f0;border-color:#a78bfa}#btn-reset svg{stroke:currentColor;fill:none}#btn-zoom-in,#btn-zoom-out{color:#94a3b8}#btn-zoom-in:hover,#btn-zoom-out:hover{color:#e2e8f0;border-color:#a78bfa}
