.df-brain{background:linear-gradient(135deg,#fff 0%,#fbfaff 100%);border:1px solid #dfe3f7;border-radius:18px;padding:18px;margin-top:16px;box-shadow:0 12px 30px rgba(39,49,95,.06)}
.df-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.df-head h2{margin:3px 0 4px}.df-head p{margin:0;color:var(--ink2);font-size:13px}.df-head>small{white-space:nowrap;color:var(--ink2);font-size:10px}
.df-ask{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:9px;margin-top:14px}.df-ask input{height:43px;border:1px solid #cfd8eb;border-radius:11px;padding:0 13px;font:500 13px Inter,sans-serif;background:#fff;color:var(--ink)}.df-ask input:focus{outline:3px solid rgba(102,91,255,.13);border-color:#665bff}.df-ask button{min-width:145px}
.df-prompts{display:flex;gap:7px;overflow-x:auto;padding:9px 0 3px;scrollbar-width:thin}.df-prompts button{border:1px solid #dde3f2;background:#f7f8fc;color:#35405b;border-radius:999px;padding:7px 10px;font:600 10px Inter,sans-serif;white-space:nowrap;cursor:pointer}.df-prompts button:hover{border-color:#7568ff;color:#5142df;background:#f1efff}
.df-loading,.df-empty{margin-top:13px;border:1px dashed #cfd7ea;background:#fafbfe;border-radius:13px;min-height:86px;display:flex;align-items:center;justify-content:center;gap:9px;flex-direction:column;text-align:center;color:var(--ink2);font-size:11px}.df-loading span{width:19px;height:19px;border-radius:50%;border:3px solid #ddd9ff;border-top-color:#665bff;animation:dfspin .8s linear infinite}.df-loading b,.df-empty b{color:var(--ink);font-size:13px}@keyframes dfspin{to{transform:rotate(360deg)}}
.df-error{margin-top:12px;border-radius:11px;padding:10px 12px;background:#fff0ed;color:#a83128;border:1px solid #ffd0ca;font-size:11px}
.df-result-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-top:14px;padding:12px 13px;border-radius:12px;background:#17213d;color:#fff}.df-result-head b{font-size:14px}.df-result-head p{font-size:11px;line-height:1.5;margin:4px 0 0;color:#dbe2f7}.df-result-head>span{font:600 9px 'IBM Plex Mono',monospace;color:#bdc8e8;white-space:nowrap}
.df-group{margin-top:11px;border:1px solid #e1e5ef;border-radius:12px;overflow:hidden;background:#fff}.df-group-head{display:flex;justify-content:space-between;align-items:center;padding:8px 11px;background:#f5f7fb}.df-group-head h3{font-size:12px;margin:0}.df-group-head span{min-width:23px;padding:3px 7px;text-align:center;border-radius:999px;background:#e9e7ff;color:#5142df;font:bold 9px 'IBM Plex Mono',monospace}
.df-item{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;padding:10px 11px;border-top:1px solid #edf0f5;align-items:start}.df-group .df-item:nth-child(2){border-top:0}.df-rank{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#eff1ff;color:#5142df;font:800 11px 'IBM Plex Mono',monospace}.df-item-title{display:flex;align-items:center;gap:7px;min-width:0}.df-item-title b{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.df-area,.df-due{font:700 8px 'IBM Plex Mono',monospace;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:3px 6px;background:#eef1f6;color:#5b6680;white-space:nowrap}.df-due{background:#fff0df;color:#9a5d00}.df-item-main>small{display:block;color:var(--ink2);font-size:9px;margin-top:2px}.df-item-main p{font-size:10px;margin:4px 0 0;color:#44506a;line-height:1.35}.df-item-side{text-align:right;display:flex;align-items:flex-end;gap:6px;flex-direction:column}.df-item-side>span{font-size:8px;color:var(--ink2);white-space:nowrap}.df-item-side .btn{white-space:nowrap}
.df-limit{margin-top:10px;color:var(--ink2);font-size:9px}.df-limit summary{cursor:pointer;font-weight:700}.df-limit ul{margin:7px 0 0;padding-left:18px}.df-limit li{margin:3px 0}
@media(max-width:760px){.df-head,.df-result-head{display:block}.df-head>small,.df-result-head>span{display:block;margin-top:6px}.df-ask{grid-template-columns:1fr}.df-item{grid-template-columns:28px minmax(0,1fr)}.df-item-side{grid-column:2;align-items:flex-start;flex-direction:row}.df-item-title{flex-wrap:wrap}.df-item-title b{white-space:normal;width:100%}}
