
      /* MS Connect v10.2 laboratório — rotina guiada e menu menos poluído */
      body.ms-v102 .sidebar {
        width: 282px;
      }
      body.ms-v102 .main {
        margin-left: 282px;
        width: calc(100% - 282px);
      }
      body.ms-v102 .nav-btn {
        min-height: 52px;
        padding: 9px 10px;
        margin: 2px 0;
        border-radius: 14px;
        align-items: flex-start;
      }
      body.ms-v102 .nav-btn .nav-text {
        font-size: 12px;
      }
      body.ms-v102 .nav-btn .ico {
        width: 28px;
        height: 28px;
        border-radius: 10px;
        font-size: 14px;
      }
      body.ms-v102 .v101-nav-copy b {
        font-size: 12.5px;
      }
      body.ms-v102 .v101-nav-copy small {
        display: none;
      }
      body.ms-v102 .nav-label {
        margin: 14px 10px 6px;
      }
      body.ms-v102 .v102-nav-groups {
        display: grid;
        gap: 8px;
        margin: 8px 0 10px;
      }
      body.ms-v102 .v102-nav-group {
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 17px;
        background: rgba(255,255,255,.055);
        overflow: hidden;
      }
      body.ms-v102 .v102-nav-group summary {
        list-style: none;
        cursor: pointer;
        padding: 11px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 9px;
        color: #fff;
        font-weight: 950;
        font-size: 12px;
      }
      body.ms-v102 .v102-nav-group summary::-webkit-details-marker {
        display: none;
      }
      body.ms-v102 .v102-nav-group summary span {
        display: block;
        color: rgba(255,255,255,.62);
        font-size: 10px;
        font-weight: 800;
        margin-top: 2px;
      }
      body.ms-v102 .v102-nav-group summary::after {
        content: "⌄";
        color: rgba(255,255,255,.70);
        transition: .16s;
      }
      body.ms-v102 .v102-nav-group[open] summary::after {
        transform: rotate(180deg);
      }
      body.ms-v102 .v102-nav-items {
        padding: 0 8px 9px;
      }
      body.ms-v102 .v102-nav-items .nav-btn {
        background: transparent;
        box-shadow: none;
      }
      body.ms-v102 .v102-nav-items .nav-btn.active {
        background: linear-gradient(135deg, rgba(125,11,215,.95), rgba(231,0,128,.92));
      }
      body.ms-v102 .side-links {
        display: none;
      }
      body.ms-v102 .v102-quick-links-wrap {
        margin: 8px 0;
      }
      body.ms-v102 .v102-quick-links-wrap .side-links {
        display: block;
        border: 0;
        margin: 0;
        padding: 0 8px 10px;
      }
      body.ms-v102 .v102-daily-center {
        display: grid;
        grid-template-columns: 1.15fr .95fr .80fr;
        gap: 13px;
        margin: 0 0 16px;
      }
      body.ms-v102 .v102-daily-card {
        border: 1px solid #eadff3;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 13px 30px rgba(42,15,69,.08);
        padding: 15px;
        min-width: 0;
      }
      body.ms-v102 .v102-daily-card.pink {
        background: linear-gradient(135deg, #fff, #fff7fc);
      }
      body.ms-v102 .v102-daily-card.purple {
        background: linear-gradient(135deg, #fff, #f8f2ff);
      }
      body.ms-v102 .v102-daily-card h3 {
        margin: 0;
        color: #3a006f;
        font-size: 15px;
      }
      body.ms-v102 .v102-daily-card p {
        margin: 5px 0 0;
        color: #776e82;
        font-size: 12px;
        line-height: 1.38;
      }
      body.ms-v102 .v102-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border-radius: 999px;
        padding: 5px 8px;
        background: #f4e9fb;
        color: #6e148d;
        font-weight: 950;
        font-size: 10px;
        margin-bottom: 8px;
      }
      body.ms-v102 .v102-next-task {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 10px;
        margin-top: 12px;
        padding: 12px;
        border-radius: 17px;
        background: #fbf8ff;
        border: 1px solid #eee3f8;
      }
      body.ms-v102 .v102-task-time {
        color: #f00084;
        font-weight: 1000;
        font-size: 16px;
        min-width: 48px;
      }
      body.ms-v102 .v102-next-task b {
        display: block;
        color: #1e162b;
        font-size: 14px;
      }
      body.ms-v102 .v102-next-task span {
        display: block;
        color: #746b80;
        font-size: 11px;
        margin-top: 2px;
      }
      body.ms-v102 .v102-timeline {
        display: grid;
        gap: 7px;
        margin-top: 11px;
      }
      body.ms-v102 .v102-timeline-row {
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 8px;
        align-items: center;
        border-bottom: 1px solid #f0e9f5;
        padding: 7px 0;
      }
      body.ms-v102 .v102-timeline-row:last-child {
        border-bottom: 0;
      }
      body.ms-v102 .v102-timeline-row i {
        font-style: normal;
        color: #f00084;
        font-weight: 950;
        font-size: 12px;
      }
      body.ms-v102 .v102-timeline-row b {
        font-size: 12px;
        color: #2a2135;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      body.ms-v102 .v102-actions-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 8px;
        margin-top: 12px;
      }
      body.ms-v102 .v102-action-btn {
        border: 1px solid #eadff3;
        background: #fff;
        border-radius: 15px;
        padding: 11px;
        text-align: left;
        color: #3b075e;
        font-weight: 950;
        line-height: 1.15;
      }
      body.ms-v102 .v102-action-btn small {
        display: block;
        color: #7a7182;
        font-weight: 800;
        font-size: 10px;
        margin-top: 3px;
      }
      body.ms-v102 .v102-action-btn.primary {
        color: #fff;
        background: linear-gradient(135deg, var(--purple), var(--pink));
        border-color: transparent;
      }
      body.ms-v102 .v102-action-btn.primary small {
        color: rgba(255,255,255,.78);
      }
      body.ms-v102 .v102-progress-line {
        height: 9px;
        border-radius: 99px;
        background: #eee7f5;
        overflow: hidden;
        margin-top: 11px;
      }
      body.ms-v102 .v102-progress-line span {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--pink), var(--purple));
      }
      body.ms-v102 .v102-ia-float {
        position: fixed;
        right: 24px;
        bottom: 24px;
        z-index: 60;
        border-radius: 999px;
        padding: 13px 16px;
        color: #fff;
        font-weight: 1000;
        background: linear-gradient(135deg, #5d0ac8, #ed007d);
        box-shadow: 0 18px 38px rgba(84,0,120,.25);
      }
      body.ms-v102 .v102-ia-panel {
        position: fixed;
        right: 24px;
        bottom: 84px;
        width: min(410px, calc(100vw - 34px));
        max-height: min(620px, calc(100vh - 110px));
        overflow: auto;
        z-index: 70;
        display: none;
        border: 1px solid #eadff3;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 24px 70px rgba(30,0,52,.24);
        padding: 17px;
      }
      body.ms-v102 .v102-ia-panel.show {
        display: block;
      }
      body.ms-v102 .v102-ia-head {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-start;
      }
      body.ms-v102 .v102-ia-head h3 {
        margin: 0;
        color: #3a006f;
      }
      body.ms-v102 .v102-ia-head p {
        margin: 4px 0 0;
        color: #776e82;
        font-size: 12px;
      }
      body.ms-v102 .v102-ia-question {
        width: 100%;
        text-align: left;
        border: 1px solid #eee5f6;
        background: #fbf8ff;
        border-radius: 15px;
        padding: 11px;
        margin-top: 8px;
        color: #35233f;
        font-weight: 900;
      }
      body.ms-v102 .v102-ia-answer {
        margin-top: 10px;
        padding: 12px;
        border-radius: 15px;
        background: #fff7fc;
        border: 1px solid #f2d8e8;
        color: #43334c;
        font-size: 12px;
        line-height: 1.45;
      }
      body.ms-v102 .v101-command-center {
        display: none;
      }
      @media(max-width: 1180px) {
        body.ms-v102 .v102-daily-center {
          grid-template-columns: 1fr;
        }
      }
      @media(max-width: 1040px) {
        body.ms-v102 .main {
          margin-left: 0;
          width: 100%;
        }
      }
      @media(max-width: 640px) {
        body.ms-v102 .v102-actions-grid {
          grid-template-columns: 1fr;
        }
        body.ms-v102 .v102-ia-float {
          right: 15px;
          bottom: 15px;
        }
        body.ms-v102 .v102-ia-panel {
          right: 12px;
          bottom: 72px;
        }
      }
    