.bnty-section{display:flex;flex-direction:column;gap:0;}.bnty-section .card-title{margin-bottom:10px;}.bnty-card{background:var(--card);border:1px solid var(--border);border-radius:6px;padding:20px 24px;display:flex;flex-direction:column;gap:12px;}.bnty-card p{font-size:13.5px;color:var(--mut);line-height:1.7;}.bnty-card ul{padding-left:20px;display:flex;flex-direction:column;gap:6px;}.bnty-card li{font-size:13.5px;color:var(--mut);line-height:1.6;}.bnty-card strong{color:var(--text);}.bnty-rule-list{display:flex;flex-direction:column;gap:10px;}.bnty-rule{display:flex;gap:14px;align-items:flex-start;font-size:13.5px;color:var(--mut);line-height:1.65;}.bnty-rule-num{flex-shrink:0;width:24px;height:24px;background:var(--gbg);border:1px solid rgba(140,104,32,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--gold);margin-top:1px;}.bnty-template{background:var(--gbg);border:1px solid rgba(140,104,32,.25);border-left:3px solid var(--gold);border-radius:0 4px 4px 0;padding:14px 16px;}.bnty-template-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:10px;}.bnty-template-body{display:flex;flex-direction:column;gap:6px;}.bnty-template-row{font-size:13px;line-height:1.5;}.bnty-field{font-weight:600;color:var(--text);}.bnty-value{color:var(--fnt);font-style:italic;}.bnty-field{display:flex;flex-direction:column;gap:6px;}.bnty-label{font-size:12px;font-weight:600;letter-spacing:.5px;color:var(--text);}.bnty-req{color:var(--red);font-weight:600;}.bnty-opt{color:var(--fnt);font-weight:400;}.bnty-hint{font-size:12px;color:var(--fnt);line-height:1.5;}.bnty-input,.bnty-textarea,.bnty-select{font-family:'Source Sans 3',Georgia,sans-serif;font-size:13.5px;color:var(--text);background:var(--bg);border:1px solid var(--bd);border-radius:4px;padding:9px 12px;width:100%;transition:border-color .15s,box-shadow .15s;outline:none;-webkit-appearance:none;appearance:none;}.bnty-input:focus,.bnty-textarea:focus,.bnty-select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(140,104,32,.12);}.bnty-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235C5650' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer;}.bnty-textarea{resize:vertical;min-height:100px;line-height:1.6;}.bnty-textarea-sm{min-height:72px;}.bnty-warn{font-size:13px;line-height:1.5;padding:10px 14px;background:var(--gbg);border:1px solid rgba(140,104,32,.3);border-radius:4px;color:var(--gold);}#bnty-status{font-size:13px;border-radius:4px;padding:10px 14px;display:none;line-height:1.5;}#bnty-status.s-ok{background:var(--gbg2);border:1px solid rgba(46,125,94,.3);color:var(--grn);}#bnty-status.s-err{background:var(--redbg);border:1px solid rgba(185,76,57,.3);color:var(--red);}#bnty-screenshot-input{display:none;}.bnty-upload{display:flex;flex-direction:column;align-items:center;gap:4px;padding:20px 16px;border:1.5px dashed var(--bd);border-radius:4px;background:var(--bg);cursor:pointer;transition:border-color .15s,background .15s;text-align:center;}.bnty-upload:hover{border-color:var(--gold);background:var(--gbg);}.bnty-upload-icon{font-size:20px;color:var(--fnt);line-height:1;}.bnty-upload-text{font-size:13px;font-weight:600;color:var(--gold);}.bnty-upload-hint{font-size:11.5px;color:var(--fnt);}.bnty-preview{display:none;position:relative;margin-top:8px;border-radius:4px;overflow:hidden;border:1px solid var(--border);background:var(--bg);max-width:320px;}.bnty-preview img{display:block;width:100%;height:auto;max-height:200px;object-fit:contain;}.bnty-preview-remove{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:rgba(0,0,0,.55);border:none;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .15s;}.bnty-preview-remove:hover{background:rgba(0,0,0,.75);}.bnty-actions{display:flex;align-items:center;}.bnty-submit{padding:10px 24px;background:var(--grn);color:#fff;border:none;border-radius:4px;font-family:'Source Sans 3',Georgia,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s;}.bnty-submit:hover{opacity:.88;}.bnty-submit:disabled{opacity:.5;cursor:not-allowed;}.bnty-success{display:none;flex-direction:column;align-items:center;gap:14px;padding:40px 20px;text-align:center;}.bnty-success-icon{width:52px;height:52px;background:var(--gbg2);border:2px solid var(--grn);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;}.bnty-success-title{font-family:'Playfair Display',serif;font-size:22px;color:var(--text);}.bnty-success-body{font-size:13.5px;color:var(--mut);line-height:1.7;max-width:420px;}.bnty-success-link{color:var(--gold);text-decoration:none;}.bnty-success-link:hover{text-decoration:underline;}@media (max-width:560px){.bnty-card{padding:16px 18px;}}