This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html><html lang="ko"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>B2C Template System</title><style> | |
| :root{--bg:#0b0d12;--line:rgba(255,255,255,.08);--text:#f5f7fb;--muted:#b8c0d3;--accent:#BAFC27;--green:#3DFF8D;--yellow:#FFD84D;--red:#FF5E6C} | |
| *{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#0a0d13,#151a25);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo',sans-serif}.wrap{max-width:1680px;margin:0 auto;padding:28px 22px 60px} | |
| .hero h1{margin:0 0 10px;font-size:34px}.hero p{margin:0;color:var(--muted);line-height:1.7;max-width:1080px}.legend{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 26px}.tag{padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);font-size:13px} | |
| .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:24px}.card{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:22p |