/* STIINTA PAGE */
.stiinta-page{padding:20px 20px 8px}
.stiinta-header{margin-bottom:20px}

.neuro-card-page{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px 16px;margin-bottom:12px;position:relative;overflow:hidden;transition:border-color .2s}
.neuro-card-page::before{content:'';position:absolute;top:0;left:0;right:0;height:3px}
.neuro-card-page[data-c="d"]::before{background:#f5a623}
.neuro-card-page[data-c="o"]::before{background:#e8607a}
.neuro-card-page[data-c="s"]::before{background:#5bb8a8}
.neuro-card-page[data-c="e"]::before{background:#e05c3a}

.neuro-card-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.neuro-card-icon{font-size:22px}
.neuro-card-label{font-size:9px;text-transform:uppercase;letter-spacing:2px;font-weight:500}
.neuro-card-page[data-c="d"] .neuro-card-label{color:#f5a623}
.neuro-card-page[data-c="o"] .neuro-card-label{color:#e8607a}
.neuro-card-page[data-c="s"] .neuro-card-label{color:#5bb8a8}
.neuro-card-page[data-c="e"] .neuro-card-label{color:#e05c3a}
.neuro-card-name{font-family:'Syne',sans-serif;font-size:18px;font-weight:800;letter-spacing:-0.3px}
.neuro-card-desc{font-size:12px;color:var(--muted);line-height:1.65;margin-bottom:12px}
.neuro-triggers-page{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}
.neuro-triggers-page li{font-size:12px;color:#ccc;padding:7px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}
.neuro-triggers-page li:last-child{border-bottom:none}
.neuro-triggers-page li::before{content:'→';font-size:10px;color:var(--muted);flex-shrink:0}

.stiinta-cta{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;margin-top:4px;margin-bottom:8px;font-size:12px;color:var(--muted);line-height:1.7;text-align:center}
.stiinta-cta strong{color:var(--text)}

.neuro-card-page{animation:cardIn .4s ease both}
.neuro-card-page:nth-child(1){animation-delay:.04s}
.neuro-card-page:nth-child(2){animation-delay:.1s}
.neuro-card-page:nth-child(3){animation-delay:.16s}
.neuro-card-page:nth-child(4){animation-delay:.22s}
