/* RC10 — sidebar premium: menos blocos, hierarquia mais leve e leitura editorial */
@media (min-width:1200px){
  .rc4-project-sidebar{
    padding:20px 16px 18px;
    border-color:rgba(109,60,255,.10);
    background:linear-gradient(180deg,#fff 0%,#fefeff 100%);
    box-shadow:0 18px 44px rgba(27,19,71,.055);
  }

  .rc4-sidebar-title{
    margin-bottom:15px;
    color:#1d1a31;
    font-size:1rem;
    font-weight:680;
    letter-spacing:-.022em;
  }
  .rc4-sidebar-title svg{width:17px;height:17px;stroke-width:1.85}

  .rc5-search{margin-bottom:18px}
  .rc5-search input{
    height:44px;
    padding:0 39px 0 13px;
    border-color:rgba(109,60,255,.14);
    border-radius:12px;
    background:#fff;
    color:#252139;
    font-size:.79rem;
    font-weight:450;
    box-shadow:0 5px 14px rgba(34,25,80,.025);
  }
  .rc5-search input:focus{
    border-color:rgba(109,60,255,.42);
    box-shadow:0 0 0 3px rgba(109,60,255,.08);
  }
  .rc5-search input::placeholder{color:#9295a4}
  .rc5-search svg{right:12px;top:13px;width:16px;height:16px;color:#777b8d}

  .rc5-side-section{
    margin-top:16px;
    padding-top:15px;
    border-top:1px solid rgba(79,63,147,.08);
  }
  .rc5-side-section h3,
  .rc5-recents h3{
    margin:0 0 10px;
    color:#696d7e;
    font-size:.64rem;
    line-height:1.2;
    font-weight:700;
    letter-spacing:.075em;
    text-transform:none;
  }

  /* Categorias sem blocos sólidos permanentes */
  .rc5-category-list{display:grid;gap:2px}
  .rc5-category-btn{
    min-height:44px;
    padding:7px 9px;
    border:0;
    border-radius:10px;
    background:transparent;
    box-shadow:none;
    transition:background-color .18s ease,transform .18s ease;
  }
  .rc5-category-btn:hover{background:rgba(109,60,255,.045);transform:translateX(2px)}
  .rc5-category-btn.is-active{
    background:rgba(109,60,255,.055);
    box-shadow:none;
  }
  .rc5-category-btn.is-active::before{
    content:"";
    width:3px;
    height:24px;
    border-radius:999px;
    background:#6d3cff;
    align-self:center;
    margin-right:1px;
  }
  .rc5-category-btn strong{
    color:#29253a;
    font-size:.76rem;
    line-height:1.28;
    font-weight:580;
    letter-spacing:-.008em;
  }
  .rc5-category-btn.is-active strong{color:#4f2cc5;font-weight:650}
  .rc5-category-btn small{
    margin-top:2px;
    color:#9396a4;
    font-size:.61rem;
    font-weight:500;
    letter-spacing:.008em;
  }

  /* Projetos recentes em cartões leves e espaçosos */
  .rc5-recents{display:grid;gap:5px}
  .rc5-recent-btn{
    grid-template-columns:50px minmax(0,1fr);
    gap:10px;
    min-height:64px;
    padding:7px 8px;
    border:1px solid transparent;
    border-radius:13px;
    background:transparent;
    box-shadow:none;
    transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
  }
  .rc5-recent-btn:hover{
    background:#faf9ff;
    border-color:rgba(109,60,255,.08);
    transform:translateX(2px);
  }
  .rc5-recent-btn.is-active{
    background:#f8f6ff;
    border-color:rgba(109,60,255,.10);
    box-shadow:none;
  }
  .rc5-recent-btn img{
    width:50px;
    height:50px;
    border-radius:12px;
    object-fit:cover;
    background:#f5f4f8;
    box-shadow:0 5px 14px rgba(33,24,72,.055);
  }
  .rc5-recent-btn strong{
    color:#29253a;
    font-size:.72rem;
    line-height:1.28;
    font-weight:580;
    letter-spacing:-.008em;
  }
  .rc5-recent-btn.is-active strong{color:#4325a8;font-weight:640}
  .rc5-recent-btn small{
    margin-top:4px;
    color:#8b8e9d;
    font-size:.60rem;
    line-height:1.25;
    font-weight:500;
  }

  .rc5-view-all{
    min-height:38px;
    margin-top:13px;
    padding:9px 12px;
    border:1px solid rgba(109,60,255,.16);
    border-radius:11px;
    background:#fff;
    color:#5d37d5;
    font-size:.68rem;
    font-weight:650;
    box-shadow:0 5px 14px rgba(34,25,80,.025);
  }
  .rc5-view-all:hover{
    background:#f8f6ff;
    border-color:rgba(109,60,255,.30);
    transform:translateY(-1px);
  }

  .rc4-sidebar-cta{
    margin-top:14px;
    padding:15px;
    border:1px solid rgba(109,60,255,.10);
    border-radius:16px;
    background:linear-gradient(145deg,#fff 0%,#faf8ff 100%);
    box-shadow:0 10px 24px rgba(44,28,100,.035);
  }
  .rc4-sidebar-cta strong{
    color:#2a263b;
    font-size:.79rem;
    line-height:1.3;
    font-weight:630;
    letter-spacing:-.012em;
  }
  .rc4-sidebar-cta p{
    margin:5px 0 11px;
    color:#7f8291;
    font-size:.64rem;
    line-height:1.48;
    font-weight:450;
  }
  .rc4-sidebar-cta a{
    min-height:36px;
    padding:8px 10px;
    border-radius:10px;
    font-size:.67rem;
    font-weight:650;
    background:#fff;
  }
}
