:root{--bg-dark:#0e0e0e;--bg-mid:#141414;--bg-light:#1a1a1a;--bg-border:#282828;--text-primary:#fff;--text-secondary:#ece6da;--text-body:#bcbcb8;--text-muted:#9e9e98;--text-dim:#828278;--accent:#c8b890;--accent-bright:#e0b060;--danger:#e07868;--safe:#68c880;--font-serif:Georgia,"Times New Roman",serif;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"Courier New",monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg-dark);color:var(--text-primary);font-family:var(--font-sans);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}[hidden]{display:none!important}#vd-gate{height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.9rem}.vd{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.vd-side{background:var(--bg-mid);border-right:1px solid var(--bg-border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.vd-brand{display:flex;align-items:center;gap:.6rem;height:64px;padding:0 1.25rem;border-bottom:1px solid var(--bg-border)}.vd-brand img{height:40px;width:auto}.vd-brand span{font-family:var(--font-serif);color:var(--accent);font-size:1.05rem}.vd-nav{flex:1;padding:.75rem .6rem;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.vd-nav__group{font-family:var(--font-mono);font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--text-dim);padding:.9rem .7rem .35rem}.vd-link{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:8px;color:var(--text-muted);font-size:.9rem;transition:background .15s,color .15s;border-left:2px solid transparent}.vd-link svg{width:18px;height:18px;flex:none;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.vd-link:hover{background:var(--bg-light);color:var(--text-secondary)}.vd-link.active{background:#c8b8901a;color:var(--accent);border-left-color:var(--accent)}.vd-link span:first-of-type{flex:1}.vd-badge{flex:none;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent);color:#0e0e0e;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.vd-side__foot{padding:.75rem .6rem .85rem;border-top:1px solid var(--bg-border);display:flex;flex-direction:column;gap:2px}.vd-foot__link{display:flex;align-items:center;gap:.65rem;padding:.55rem .7rem;border-radius:8px;color:var(--text-muted);font-size:.85rem;font-family:inherit;background:none;border:none;cursor:pointer;text-align:left;width:100%;transition:background .15s,color .15s}.vd-foot__link svg{width:16px;height:16px;flex:none;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.vd-foot__link:hover{background:var(--bg-light);color:var(--text-secondary)}.vd-foot__logout:hover{color:var(--danger)}.vd-foot__legal{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.5rem;padding-top:.65rem;border-top:1px solid var(--bg-border);font-size:.72rem;color:var(--text-dim)}.vd-foot__legal a{color:var(--text-dim);transition:color .15s}.vd-foot__legal a:hover{color:var(--accent)}.vd-main{display:flex;flex-direction:column;min-width:0}.vd-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:64px;padding:0 2rem;border-bottom:1px solid var(--bg-border);background:#14141480;position:sticky;top:0;z-index:5;backdrop-filter:blur(6px)}.vd-top__title{font-family:var(--font-serif);font-weight:400;font-size:1.5rem}.vd-top__right{display:flex;align-items:center;gap:1rem}.vd-top__user{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.82rem}.vd-top__avatar{width:30px;height:30px;border-radius:50%;background:#c8b89026;border:1px solid rgba(200,184,144,.35);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.vd-cta{padding:.55rem 1.1rem;background:#c8b8901a;border:1px solid rgba(200,184,144,.45);border-radius:8px;color:var(--accent);font-family:var(--font-mono);font-size:11px;letter-spacing:1px;text-transform:uppercase;transition:background .2s,color .2s}.vd-cta:hover{background:var(--accent);color:#0e0e0e}.vd-content{padding:2rem;flex:1}.vd-placeholder{background:var(--bg-mid);border:1px solid var(--bg-border);border-radius:12px;padding:3.5rem 2rem;text-align:center}.vd-placeholder .ic{font-size:2rem;color:var(--accent);margin-bottom:.75rem;display:block}.vd-placeholder h2{font-family:var(--font-serif);font-weight:400;color:var(--text-secondary);font-size:1.35rem;margin-bottom:.5rem}.vd-placeholder p{font-size:.9rem;color:var(--text-dim);max-width:48ch;margin:0 auto}
