#scc-root,#scc-panel{position:fixed;bottom:20px;left:20px;z-index:999999;font-family:-apple-system,BPG Glaho,Arial;}
#scc-root{display:none;}
.scc-box{width:350px;background:#fff;padding:16px;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.2);}
.scc-title{font-size:15px;font-weight:700;margin-bottom:6px;}
.scc-text{font-size:13px;margin-bottom:12px;}
.scc-text a{color:#0A3858;text-decoration:underline;}
.scc-actions{display:flex;gap:10px;;flex-wrap:wrap;}
.scc-yes{background:#0A3858;color:#fff;border:none;padding:8px 14px;border-radius:8px;}
.scc-no{background:#fff;color:#0A3858;border:1px solid #0A3858;padding:8px 14px;border-radius:8px;}
.scc-pref{background:#ececec;padding:8px 14px;border-radius:8px;}

.scc-panel-box{width:380px;background:#fff;padding:20px;border-radius:14px;box-shadow:0 6px 20px rgba(0,0,0,.25);display:none;}
.scc-panel-actions{display:flex;gap:10px;margin-top:15px;}
.scc-save{background:#0A3858;color:#fff;border:none;padding:8px 14px;border-radius:8px;}
.scc-close{background:#bbb;padding:8px 14px;border-radius:8px;border:none;}

.scc-confirm{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);display:none;justify-content:center;align-items:center;}
.scc-confirm-box{background:#fff;padding:20px;border-radius:12px;}
.scc-ok{background:#0A3858;color:#fff;padding:6px 14px;border-radius:8px;margin-right:10px;}
.scc-back{background:#ccc;padding:6px 14px;border-radius:8px;}

/* v2.4.1 UX: move Preferences button to 2nd line inside same action area */
.scc-actions > button{flex:1 1 auto;}
.scc-pref{flex:0 0 100%;} /* force second line */
