#toast-container{position:fixed;bottom:20px;right:20px;z-index:1000}.toast{background:#27ae60;color:#fff;padding:10px 15px;margin-top:10px;border-radius:4px;box-shadow:0 2px 6px #0003;opacity:1;transition:opacity .3s ease}.toast.error{background:#e74c3c}#confirm-modal{display:none;position:fixed;inset:0;background:#00000080;align-items:center;justify-content:center;z-index:1001}#confirm-modal .modal-content{background:#fff;padding:20px;border-radius:8px;max-width:300px}.level-card{border:1px solid rgba(10,45,110,.12)}.level-low{background:linear-gradient(145deg,#e8f7ee,#d7f0e0)}.level-medium{background:linear-gradient(145deg,#fff3d6,#ffe6b3)}.level-high{background:linear-gradient(145deg,#ffe3e0,#ffd2cc)}.suggestion{padding:16px;border-radius:14px;background:linear-gradient(145deg,#f4f7ff,#dfe8f7);box-shadow:inset 4px 4px 10px #00000014,inset -4px -4px 10px #fffc}.history{margin-top:16px;display:grid;gap:10px}.history-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:12px;background:linear-gradient(145deg,#f5f8ff,#dfe6f1);box-shadow:inset 3px 3px 8px #0000000f,inset -3px -3px 8px #ffffffb3;font-size:12px;color:var(--text-muted)}.history-bar{height:8px;background:var(--surface-strong);border-radius:999px;overflow:hidden;flex:1;margin:0 10px}.history-bar span{display:block;height:100%;background:linear-gradient(120deg,var(--brand-blue),#1f4c9c);border-radius:inherit}#submit-btn{margin-top:12px}
