:root{--bg-top: #fbfcff;--bg-bottom: #f2f5fa;--text: #1f2937;--muted: #6b7280;--card: #ffffff;--border: #e5e7eb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,var(--bg-top) 0%,var(--bg-bottom) 100%);color:var(--text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.page{padding:32px}.placeholder{max-width:560px;border:1px solid var(--border);border-radius:10px;background:var(--card);padding:20px}h1{margin:0 0 10px;font-size:1.35rem;line-height:1.3}p{margin:0;color:var(--muted);line-height:1.5}
