#savunma-teyit-root{position:fixed;z-index:99990;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
#savunma-teyit-root[data-position="bottom-right"]{right:20px;bottom:20px}
#savunma-teyit-root[data-position="bottom-left"]{left:20px;bottom:20px}

.st-launcher{
    width:60px;height:60px;border-radius:50%;
    background:linear-gradient(135deg,#0b3d91,#1565c0);color:#fff;border:0;cursor:pointer;
    box-shadow:0 8px 24px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;
    font-size:26px;
}
.st-launcher:hover{transform:translateY(-2px)}

.st-panel{
    position:absolute;bottom:74px;width:380px;max-width:92vw;height:560px;max-height:80vh;
    background:#fff;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.25);
    display:none;flex-direction:column;overflow:hidden;
}
#savunma-teyit-root[data-position="bottom-right"] .st-panel{right:0}
#savunma-teyit-root[data-position="bottom-left"]  .st-panel{left:0}
.st-panel.open{display:flex}

.st-header{background:#0b3d91;color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}
.st-header b{font-size:14px}
.st-close{background:transparent;border:0;color:#fff;font-size:18px;cursor:pointer}

.st-messages{flex:1;overflow:auto;padding:14px;background:#f7f8fb}
.st-msg{margin-bottom:12px;max-width:90%}
.st-msg.user{margin-left:auto;background:#1565c0;color:#fff;padding:8px 12px;border-radius:14px 14px 4px 14px}
.st-msg.bot{background:#fff;border:1px solid #e3e6ee;padding:10px 12px;border-radius:14px 14px 14px 4px;color:#1a1a1a;font-size:13px;line-height:1.5}
.st-msg.bot h4{margin:6px 0 2px;font-size:13px;color:#0b3d91}
.st-msg.bot ul{margin:4px 0 8px 18px}
.st-msg.bot a{color:#1565c0;word-break:break-all}
.st-verdict{display:inline-block;padding:3px 10px;border-radius:999px;font-weight:600;font-size:12px;margin-bottom:6px}
.st-verdict.dogru{background:#e6f7ea;color:#1b6b35}
.st-verdict.yanlis{background:#fde8e8;color:#9b1c1c}
.st-verdict.kismen{background:#fff4e0;color:#8a5a00}
.st-verdict.yetersiz{background:#eef0f5;color:#444}

.st-warning{font-size:11px;color:#666;margin-top:8px;padding-top:8px;border-top:1px dashed #ccc}
.st-review-items{list-style:none;margin:6px 0 8px;padding:0}
.st-review-items li{padding:4px 0;border-bottom:1px solid #f0f0f0;font-size:12px}
.st-review-items li:last-child{border-bottom:0}

.st-input{display:flex;border-top:1px solid #e3e6ee;background:#fff}
.st-input textarea{flex:1;border:0;padding:12px;resize:none;outline:0;font:inherit;min-height:48px}
.st-input button{background:#0b3d91;color:#fff;border:0;padding:0 16px;cursor:pointer;font-weight:600}
.st-input button:disabled{opacity:.5;cursor:not-allowed}

.st-typing{font-style:italic;color:#777}
