:root{--bg:#0b0f14;--panel:#111822;--border:#1b2533;--text:#e7edf3;--muted:#9fb0c0;--accent:#2cc3b5;--accentText:#051016;}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,Segoe UI,Roboto,Arial;min-height:100%}
.wrap{max-width:1100px;margin:0 auto;padding:0 16px}
.footer{position:fixed;left:0;right:0;bottom:0;background:#0d131b;border-top:1px solid var(--border);z-index:20}
.footwrap{display:flex;align-items:center;justify-content:space-between;gap:12px;height:56px}
.foot-left{font-size:.9rem;color:#cfd8e3}
.foot-right{display:flex;gap:10px}
.ico{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid var(--border);color:#cfe8ff}
.ico:hover{background:#141b24}
