.bmc-cryptography{--acg-surface:var(--surface,#fff);--acg-surface-alt:var(--surface-muted,#f1f5f9);--acg-border:var(--border,#e2e8f0);--acg-text:var(--text-main,#0f172a);--acg-muted:var(--text-muted,#64748b);--acg-primary:var(--primary,#2563eb);--acg-primary-dark:var(--primary-dark,#1d4ed8);--acg-success:#059669;--acg-warn:#d97706;--acg-radius:12px;--acg-radius-sm:8px;--acg-shadow:0 1px 3px rgba(0,0,0,.06);--acg-touch:44px;}
.acg-sheet{margin-bottom:2rem;background:var(--acg-surface);border:1px solid var(--acg-border);border-radius:var(--acg-radius);box-shadow:var(--acg-shadow);overflow:hidden;}
.acg-block{padding:1rem;}
@media (min-width:600px){.acg-block{padding:1.25rem 1.5rem;}}
.acg-block+.acg-block{border-top:1px solid var(--acg-border);}
.acg-head{font-size:.6875rem;font-weight:700;color:var(--acg-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;}
.acg-algo-row{display:flex;flex-wrap:wrap;gap:.5rem;}
.acg-algo-btn{min-height:var(--acg-touch);padding:0 .875rem;border:2px solid var(--acg-border);border-radius:var(--acg-radius-sm);background:var(--acg-surface);color:var(--acg-text);font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s,color .2s;-webkit-tap-highlight-color:transparent;}
.acg-algo-btn:hover{border-color:var(--acg-primary);color:var(--acg-primary);}
.acg-algo-btn.acg-algo-btn--on{border-color:var(--acg-primary);background:var(--acg-primary);color:#fff;}
.acg-algo-btn.acg-algo-btn--on:hover{background:var(--acg-primary-dark);border-color:var(--acg-primary-dark);color:#fff;}
.acg-mode-row{display:flex;flex-wrap:wrap;gap:.4rem;}
.acg-mode-btn{min-height:38px;padding:0 .65rem;border:1px solid var(--acg-border);border-radius:6px;background:var(--acg-surface);color:var(--acg-muted);font-size:.75rem;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s,color .2s;-webkit-tap-highlight-color:transparent;}
.acg-mode-btn:hover{border-color:var(--acg-muted);color:var(--acg-text);}
.acg-mode-btn.acg-mode-btn--on{border-color:var(--acg-primary);background:rgba(37,99,235,.1);color:var(--acg-primary);}
.acg-field{margin-top:1rem;}
.acg-field:first-of-type{margin-top:0;}
.acg-label{display:block;font-size:.8125rem;font-weight:600;color:var(--acg-text);margin-bottom:.4rem;}
.acg-input{width:100%;min-height:var(--acg-touch);padding:.6rem .75rem;border:2px solid var(--acg-border);border-radius:var(--acg-radius-sm);font-size:1rem;background:var(--acg-surface);color:var(--acg-text);box-sizing:border-box;}
.acg-input:focus{outline:none;border-color:var(--acg-primary);}
.acg-input::placeholder{color:var(--acg-muted);}
.acg-textarea{min-height:120px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;}
.acg-key-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end;}
.acg-key-row .acg-input{flex:1;min-width:0;}
.acg-gen{min-height:var(--acg-touch);padding:0 1rem;border:none;border-radius:var(--acg-radius-sm);font-size:.8125rem;font-weight:600;cursor:pointer;background:var(--acg-surface-alt);color:var(--acg-text);border:2px solid var(--acg-border);transition:border-color .2s,background .2s;-webkit-tap-highlight-color:transparent;}
.acg-gen:hover{border-color:var(--acg-primary);background:rgba(37,99,235,.08);color:var(--acg-primary);}
.acg-hint{font-size:.7rem;color:var(--acg-muted);margin-top:.35rem;}
.acg-actions{display:flex;flex-wrap:wrap;gap:.75rem;}
.acg-btn{min-height:var(--acg-touch);padding:0 1.5rem;border:none;border-radius:var(--acg-radius-sm);font-size:1rem;font-weight:600;cursor:pointer;transition:transform .1s,background .2s;-webkit-tap-highlight-color:transparent;}
.acg-btn:active{transform:scale(.98);}
.acg-btn--encrypt{background:var(--acg-primary);color:#fff;}
.acg-btn--encrypt:hover{background:var(--acg-primary-dark);}
.acg-btn--decrypt{background:var(--acg-surface-alt);color:var(--acg-text);border:2px solid var(--acg-border);}
.acg-btn--decrypt:hover{border-color:var(--acg-muted);background:var(--acg-border);}
.acg-result-block{border-top:1px solid var(--acg-border);}
.acg-result-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;}
.acg-result-title{font-size:.8125rem;font-weight:600;color:var(--acg-text);}
.acg-copy{min-height:36px;padding:.4rem .85rem;border:none;border-radius:var(--acg-radius-sm);font-size:.8125rem;font-weight:600;cursor:pointer;background:var(--acg-primary);color:#fff;transition:background .2s;}
.acg-copy:hover{background:var(--acg-primary-dark);}
.acg-copy.acg-copied{background:var(--acg-success);}
.acg-copy[hidden]{display:none;}
.acg-output{display:block;width:100%;min-height:100px;padding:1rem;margin:0;background:var(--acg-surface-alt);border:1px solid var(--acg-border);border-radius:var(--acg-radius-sm);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.8125rem;line-height:1.5;color:var(--acg-text);word-break:break-all;white-space:pre-wrap;}
.acg-output.acg-output--empty{color:var(--acg-muted);}
.acg-iv-block[hidden]{display:none;}
.acg-mode-block[hidden]{display:none;}
