*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#e8e8e8;min-height:100vh}.container{max-width:600px;margin:0 auto;padding:2rem}h1{color:#d4a84b}.form-group,h1{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;color:#888}input,textarea{width:100%;padding:.75rem;background:#1a1a1a;border:1px solid #333;border-radius:4px;color:#e8e8e8;font-size:1rem}input:focus,textarea:focus{outline:none;border-color:#d4a84b}textarea{min-height:150px;resize:vertical}button{background:#d4a84b;color:#0a0a0a;border:none;padding:1rem 2rem;font-size:1rem;cursor:pointer;border-radius:4px;width:100%;transition:background .3s}button:hover{background:#f0d78c}button:disabled{opacity:.5;cursor:not-allowed}.message{padding:1rem;border-radius:4px;margin-top:1rem}.success{background:#1a3a1a;border:1px solid #2d5a2d;color:#4ade80}.error{background:#3a1a1a;border:1px solid #5a2d2d;color:#f87171}.docs{margin-top:3rem;padding:1.5rem;background:#111;border-radius:8px;border:1px solid #222}.docs h2{color:#d4a84b;margin-bottom:1rem}.docs pre{background:#0a0a0a;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.875rem}.docs code{color:#4ade80}footer{text-align:center;padding:2rem;color:#666;font-size:.875rem}