*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#eee;min-height:100vh}.page{max-width:720px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:16px}header{display:grid;grid-template-columns:minmax(52px,1fr) minmax(0,2fr) minmax(52px,1fr);align-items:center;gap:6px;min-height:44px}header h1{grid-column:2;font-size:clamp(1.05rem,4.5vw,1.5rem);text-align:center;overflow-wrap:break-word;line-height:1.25}.back{grid-column:1;justify-self:start;display:inline-flex;align-items:center;min-height:44px;padding:0 4px;color:#cbd5e1;text-decoration:none;font-size:.9rem;white-space:nowrap}.back:hover{color:#fff}main{display:flex;flex-direction:column;align-items:center;gap:10px}canvas{max-width:100%;height:auto;border-radius:8px;background:#0f172a;box-shadow:0 16px 36px #00000038}.input-wrap{width:100%;display:flex;flex-direction:column;gap:6px;color:#e2e8f0;font-size:.95rem}.input-wrap input{width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffffe6;color:#0f172a;font-size:1rem}.input-wrap input:focus{outline:2px solid #93c5fd}.content{width:100%;max-width:640px;margin:4px auto 0;font-size:.92rem;line-height:1.65;color:#cbd5e1}.content h2{font-size:1.05rem;color:#e2e8f0;margin:20px 0 8px}.content h2:first-child{margin-top:0}.content p{margin:0 0 10px}.content ul{margin:0 0 10px;padding-left:20px}.content li{margin-bottom:6px}@media(max-width:480px){.content{font-size:.88rem}}footer{text-align:center;color:#cbd5e1}footer a{color:#e2e8f0}
