:root{--bg:#0f1117;--card:#1a1d27;--card-hover:#1f2333;--border:#2a2e3d;--text:#e4e6ed;--dim:#8b8fa3;--accent:#6c7eff;--green:#34d399;--yellow:#fbbf24;--red:#f87171;--orange:#fb923c;--blue:#60a5fa;--purple:#a78bfa;--teal:#2dd4bf}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;padding:32px;max-width:1400px;margin:0 auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}