:root{
  --bg:#f6f7f3;
  --surface:#fff;
  --sidebar:#eef1eb;
  --ink:#2e3935;
  --muted:#626f68;
  --line:#e2e7df;
  --green:#536f61;
  --green-hover:#405b4e;
  --green-light:#e7eee6;
  --blue:#e9eff1;
  --sand:#f2eee4;
  --lilac:#eeebf0;
  --radius:14px;
  --shadow:0 3px 16px rgba(49,65,52,.025);
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
  color:var(--ink);
  font-size:16px;
  line-height:1.6;
  background:var(--bg)}
  *{
    box-sizing:border-box}
    body{
      margin:0}
      a{
        color:inherit;
        text-decoration:none}
        button,input,select,textarea{
          font:inherit}
          button,a,input,select,textarea{
            -webkit-tap-highlight-color:transparent}
            button{
              cursor:pointer}
              button:disabled{
                cursor:not-allowed}
                button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{
                  outline:3px solid #799587;
                  outline-offset:3px}
                  h1,h2,h3,p{
                    margin:0}
                    h1{
                      font-size:2rem;
                      line-height:1.35;
                      font-weight:600;
                      letter-spacing:.01em}
                      h2{
                        font-size:1.125rem;
                        font-weight:600}
                        h3{
                          font-size:1.0625rem;
                          font-weight:600}
                          small{
                            font-size:.8125rem}
                            input,select,textarea{
                              border:1px solid #dce2d9;
                              border-radius:8px;
                              background:#fff;
                              color:var(--ink);
                              min-height:44px;
                              padding:10px 12px;
                              max-width:100%}
                              input::placeholder,textarea::placeholder{
                                color:#667365}
                                textarea{
                                  width:100%;
                                  resize:vertical}
                                  input:focus,select:focus,textarea:focus{
                                    border-color:#829d8c}
                                    label{
                                      font-size:.875rem;
                                      color:#52625a}
                                      form{
                                        margin:0}
                                        .sr-only{
                                          position:absolute;
                                          width:1px;
                                          height:1px;
                                          padding:0;
                                          margin:-1px;
                                          overflow:hidden;
                                          clip:rect(0,0,0,0);
                                          white-space:nowrap;
                                          border:0}
                                          .skip-link{
                                            position:fixed;
                                            top:-100px;
                                            left:20px;
                                            z-index:100;
                                            background:white;
                                            padding:12px}
                                            .skip-link:focus{
                                              top:12px}
                                              .sidebar{
                                                position:fixed;
                                                inset:0 auto 0 0;
                                                width:224px;
                                                background:var(--sidebar);
                                                border-right:1px solid var(--line);
                                                display:flex;
                                                flex-direction:column;
                                                padding:34px 20px 24px;
                                                z-index:20}
                                                .brand,.auth-brand{
                                                  display:flex;
                                                  align-items:center;
                                                  gap:13px;
                                                  font-size:1.0625rem;
                                                  font-weight:600;
                                                  letter-spacing:.06em}
                                                  .brand-mark{
                                                    width:42px;
                                                    height:42px;
                                                    background:var(--green);
                                                    color:#fff;
                                                    display:grid;
                                                    place-items:center;
                                                    border-radius:13px;
                                                    font-family:"Songti SC","STSong",serif;
                                                    font-size:1.65rem;
                                                    font-weight:400}
                                                    .brand small,.auth-brand small{
                                                      display:block;
                                                      color:var(--muted);
                                                      font-size:.8125rem;
                                                      font-weight:400;
                                                      letter-spacing:.15em;
                                                      margin-top:3px}
                                                      .nav-label{
                                                        font-size:.75rem;
                                                        letter-spacing:.13em;
                                                        color:#6e7c73;
                                                        margin:49px 16px 13px}
                                                        .nav-item{
                                                          display:flex;
                                                          gap:13px;
                                                          align-items:center;
                                                          padding:12px 15px;
                                                          border-radius:9px;
                                                          margin:5px 0;
                                                          font-size:.9375rem;
                                                          color:#647068;
                                                          min-height:48px;
                                                          transition:background .15s}
                                                          .nav-item:hover{
                                                            background:#e5eae1}
                                                            .nav-item.active{
                                                              background:#dfe7dc;
                                                              color:#3f604c;
                                                              font-weight:600}
                                                              .nav-icon{
                                                                width:22px;
                                                                font-size:1.2rem;
                                                                text-align:center;
                                                                font-weight:400}
                                                                .sidebar-foot{
                                                                  margin-top:auto;
                                                                  font-size:.75rem;
                                                                  color:#637269;
                                                                  padding:16px 10px 0}
                                                                  .sidebar-foot p{
                                                                    margin-top:8px;
                                                                    color:#77827a}
                                                                    .status-dot{
                                                                      display:inline-block;
                                                                      width:6px;
                                                                      height:6px;
                                                                      border-radius:50%;
                                                                      background:#738f7a;
                                                                      margin-right:7px}
                                                                      .workspace{
                                                                        margin-left:224px;
                                                                        min-height:100vh;
                                                                        display:flex;
                                                                        flex-direction:column}
                                                                        .topbar{
                                                                          min-height:72px;
                                                                          display:flex;
                                                                          align-items:center;
                                                                          justify-content:space-between;
                                                                          padding:12px 42px;
                                                                          border-bottom:1px solid var(--line);
                                                                          gap:16px;
                                                                          background:rgba(255,255,255,.45)}
                                                                          .topbar-label{
                                                                            font-size:.875rem;
                                                                            color:var(--muted);
                                                                            letter-spacing:.06em}
                                                                            .topbar-right{
                                                                              display:flex;
                                                                              align-items:center;
                                                                              gap:19px;
                                                                              font-size:.875rem}
                                                                              .account-name{
                                                                                color:#56655c}
                                                                                .text-button{
                                                                                  border:0;
                                                                                  background:none;
                                                                                  color:#617269;
                                                                                  padding:7px 0;
                                                                                  font-size:.875rem;
                                                                                  min-height:40px}
                                                                                  .text-button:hover{
                                                                                    color:var(--green-hover)}
                                                                                    .main{
                                                                                      width:100%;
                                                                                      max-width:1450px;
                                                                                      margin:0 auto;
                                                                                      padding:36px 42px 40px;
                                                                                      flex:1}
                                                                                      .demo-notice{
                                                                                        padding:8px 42px;
                                                                                        font-size:.8125rem;
                                                                                        color:#716951;
                                                                                        background:#f2f0e8;
                                                                                        border-bottom:1px solid #e8e4d8}
                                                                                        .page-heading{
                                                                                          display:flex;
                                                                                          align-items:center;
                                                                                          justify-content:space-between;
                                                                                          gap:20px;
                                                                                          margin-bottom:28px}
                                                                                          .eyebrow{
                                                                                            display:block;
                                                                                            letter-spacing:.11em;
                                                                                            text-transform:uppercase;
                                                                                            font-size:.75rem;
                                                                                            color:#61725f;
                                                                                            margin-bottom:8px}
                                                                                            .page-heading p{
                                                                                              color:var(--muted);
                                                                                              font-size:.9375rem;
                                                                                              margin-top:10px}
                                                                                              .heading-dot{
                                                                                                color:#90a48f;
                                                                                                padding-left:4px}
                                                                                                .button{
                                                                                                  display:inline-flex;
                                                                                                  align-items:center;
                                                                                                  justify-content:center;
                                                                                                  gap:9px;
                                                                                                  border-radius:8px;
                                                                                                  min-height:43px;
                                                                                                  padding:9px 17px;
                                                                                                  font-size:.875rem;
                                                                                                  font-weight:500;
                                                                                                  white-space:nowrap;
                                                                                                  border:1px solid transparent;
                                                                                                  transition:background .15s,transform .15s}
                                                                                                  .button.primary{
                                                                                                    background:var(--green);
                                                                                                    color:white;
                                                                                                    border-color:var(--green)}
                                                                                                    .button.primary:hover{
                                                                                                      background:var(--green-hover)}
                                                                                                      .button.secondary{
                                                                                                        background:white;
                                                                                                        border-color:#dce2d8;
                                                                                                        color:#4c6255}
                                                                                                        .button.secondary:hover{
                                                                                                          background:#f0f3ec}
                                                                                                          .button.full{
                                                                                                            width:100%}
                                                                                                            .stats{
                                                                                                              display:grid;
                                                                                                              grid-template-columns:repeat(4,minmax(0,1fr));
                                                                                                              gap:17px;
                                                                                                              margin-bottom:34px}
                                                                                                              .stat{
                                                                                                                padding:21px 23px;
                                                                                                                border:1px solid rgba(95,112,96,.04);
                                                                                                                border-radius:var(--radius);
                                                                                                                min-height:151px}
                                                                                                                .stat>span{
                                                                                                                  font-size:.875rem;
                                                                                                                  color:#526258;
                                                                                                                  display:flex;
                                                                                                                  justify-content:space-between;
                                                                                                                  align-items:center}
                                                                                                                  .stat>div{
                                                                                                                    margin-top:7px;
                                                                                                                    display:flex;
                                                                                                                    align-items:baseline;
                                                                                                                    gap:10px}
                                                                                                                    .stat strong{
                                                                                                                      font-size:2.15rem;
                                                                                                                      letter-spacing:-.03em;
                                                                                                                      line-height:1.4;
                                                                                                                      font-weight:500;
                                                                                                                      font-variant-numeric:tabular-nums}
                                                                                                                      .stat small{
                                                                                                                        color:#6c796e}
                                                                                                                        .stat p{
                                                                                                                          font-size:.75rem;
                                                                                                                          margin-top:6px;
                                                                                                                          color:#69746a}
                                                                                                                          .stat-green{
                                                                                                                            background:var(--green-light)}
                                                                                                                            .stat-blue{
                                                                                                                              background:var(--blue)}
                                                                                                                              .stat-lilac{
                                                                                                                                background:var(--lilac)}
                                                                                                                                .stat-sand{
                                                                                                                                  background:var(--sand)}
                                                                                                                                  a.stat:hover{
                                                                                                                                    border-color:#ccc7b6}
                                                                                                                                    .section-heading{
                                                                                                                                      display:flex;
                                                                                                                                      align-items:center;
                                                                                                                                      justify-content:space-between;
                                                                                                                                      gap:12px;
                                                                                                                                      margin-bottom:19px}
                                                                                                                                      .section-heading h2{
                                                                                                                                        display:flex;
                                                                                                                                        align-items:center;
                                                                                                                                        gap:11px}
                                                                                                                                        .count{
                                                                                                                                          font-size:.8125rem;
                                                                                                                                          background:#e9ede5;
                                                                                                                                          color:#69796b;
                                                                                                                                          border-radius:6px;
                                                                                                                                          padding:1px 8px;
                                                                                                                                          font-weight:500}
                                                                                                                                          .view-switch{
                                                                                                                                            display:flex;
                                                                                                                                            gap:2px;
                                                                                                                                            border:1px solid var(--line);
                                                                                                                                            padding:3px;
                                                                                                                                            border-radius:8px;
                                                                                                                                            background:#fff}
                                                                                                                                            .view-switch a{
                                                                                                                                              width:37px;
                                                                                                                                              min-height:33px;
                                                                                                                                              display:grid;
                                                                                                                                              place-items:center;
                                                                                                                                              font-size:1.2rem;
                                                                                                                                              color:#819080;
                                                                                                                                              border-radius:5px}
                                                                                                                                              .view-switch a.selected{
                                                                                                                                                background:#e8ede5;
                                                                                                                                                color:#496653}
                                                                                                                                                .filter-bar{
                                                                                                                                                  display:flex;
                                                                                                                                                  align-items:center;
                                                                                                                                                  gap:10px;
                                                                                                                                                  background:#fff;
                                                                                                                                                  border:1px solid var(--line);
                                                                                                                                                  border-radius:var(--radius);
                                                                                                                                                  padding:15px;
                                                                                                                                                  margin-bottom:21px}
                                                                                                                                                  .filter-bar select{
                                                                                                                                                    min-width:125px;
                                                                                                                                                    font-size:.875rem;
                                                                                                                                                    background:#fafbf8}
                                                                                                                                                    .search-field{
                                                                                                                                                      position:relative;
                                                                                                                                                      flex:1;
                                                                                                                                                      min-width:160px}
                                                                                                                                                      .search-field span{
                                                                                                                                                        position:absolute;
                                                                                                                                                        left:12px;
                                                                                                                                                        top:4px;
                                                                                                                                                        color:#667365;
                                                                                                                                                        font-size:1.5rem;
                                                                                                                                                        pointer-events:none}
                                                                                                                                                        .search-field input{
                                                                                                                                                          width:100%;
                                                                                                                                                          padding-left:39px;
                                                                                                                                                          font-size:.875rem;
                                                                                                                                                          background:#fafbf8}
                                                                                                                                                          .reset-link{
                                                                                                                                                            font-size:.875rem;
                                                                                                                                                            color:var(--green);
                                                                                                                                                            padding:5px 2px;
                                                                                                                                                            white-space:nowrap}
                                                                                                                                                            .filter-note{
                                                                                                                                                              font-size:.875rem;
                                                                                                                                                              color:#756c52;
                                                                                                                                                              margin:-8px 0 18px}
                                                                                                                                                              .teacher-grid{
                                                                                                                                                                display:grid;
                                                                                                                                                                grid-template-columns:repeat(3,minmax(0,1fr));
                                                                                                                                                                gap:19px}
                                                                                                                                                                .teacher-card{
                                                                                                                                                                  display:block;
                                                                                                                                                                  border:1px solid var(--line);
                                                                                                                                                                  border-radius:var(--radius);
                                                                                                                                                                  background:var(--surface);
                                                                                                                                                                  padding:24px 23px 0;
                                                                                                                                                                  box-shadow:var(--shadow);
                                                                                                                                                                  transition:transform .18s,border-color .18s,box-shadow .18s}
                                                                                                                                                                  .teacher-card:hover{
                                                                                                                                                                    transform:translateY(-3px);
                                                                                                                                                                    border-color:#bdcdbb;
                                                                                                                                                                    box-shadow:0 6px 20px rgba(49,65,52,.05)}
                                                                                                                                                                    .card-person{
                                                                                                                                                                      display:flex;
                                                                                                                                                                      align-items:center;
                                                                                                                                                                      gap:13px;
                                                                                                                                                                      min-width:0}
                                                                                                                                                                      .card-person h3{
                                                                                                                                                                        overflow-wrap:anywhere;
                                                                                                                                                                        line-height:1.5}
                                                                                                                                                                        .person-subject{
                                                                                                                                                                          display:block;
                                                                                                                                                                          margin-top:3px;
                                                                                                                                                                          font-size:.8125rem;
                                                                                                                                                                          color:var(--muted)}
                                                                                                                                                                          .avatar{
                                                                                                                                                                            display:grid;
                                                                                                                                                                            place-items:center;
                                                                                                                                                                            width:48px;
                                                                                                                                                                            height:48px;
                                                                                                                                                                            flex-shrink:0;
                                                                                                                                                                            border-radius:50%;
                                                                                                                                                                            font-family:"Songti SC","STSong",serif;
                                                                                                                                                                            font-size:1.3rem}
                                                                                                                                                                            .tone-green{
                                                                                                                                                                              background:#e8eee5;
                                                                                                                                                                              color:#637d5f}
                                                                                                                                                                              .tone-blue{
                                                                                                                                                                                background:#e8edf1;
                                                                                                                                                                                color:#667e8b}
                                                                                                                                                                                .tone-sand{
                                                                                                                                                                                  background:#f0ebe0;
                                                                                                                                                                                  color:#918262}
                                                                                                                                                                                  .tone-lilac{
                                                                                                                                                                                    background:#ede8ed;
                                                                                                                                                                                    color:#89718b}
                                                                                                                                                                                    .avatar.small{
                                                                                                                                                                                      width:38px;
                                                                                                                                                                                      height:38px;
                                                                                                                                                                                      font-size:1.1rem}
                                                                                                                                                                                      .avatar.large{
                                                                                                                                                                                        width:76px;
                                                                                                                                                                                        height:76px;
                                                                                                                                                                                        font-size:2rem}
                                                                                                                                                                                        .card-arrow{
                                                                                                                                                                                          margin-left:auto;
                                                                                                                                                                                          color:#9bab9f;
                                                                                                                                                                                          font-size:1.2rem;
                                                                                                                                                                                          align-self:flex-start}
                                                                                                                                                                                          .card-tags{
                                                                                                                                                                                            display:flex;
                                                                                                                                                                                            gap:7px;
                                                                                                                                                                                            flex-wrap:wrap;
                                                                                                                                                                                            margin-top:18px}
                                                                                                                                                                                            .tag{
                                                                                                                                                                                              display:inline-flex;
                                                                                                                                                                                              align-items:center;
                                                                                                                                                                                              border-radius:5px;
                                                                                                                                                                                              padding:3px 8px;
                                                                                                                                                                                              font-size:.75rem;
                                                                                                                                                                                              color:#50705b;
                                                                                                                                                                                              background:#edf2e9;
                                                                                                                                                                                              font-weight:400}
                                                                                                                                                                                              .tag-neutral{
                                                                                                                                                                                                background:#f1f3ef;
                                                                                                                                                                                                color:#697469}
                                                                                                                                                                                                .tag-sand{
                                                                                                                                                                                                  background:#eee9dc;
                                                                                                                                                                                                  color:#71613d}
                                                                                                                                                                                                  .tag-blue{
                                                                                                                                                                                                    background:#e8eff2;
                                                                                                                                                                                                    color:#5d7583}
                                                                                                                                                                                                    .card-facts{
                                                                                                                                                                                                      margin:19px 0 18px;
                                                                                                                                                                                                      font-size:.8125rem;
                                                                                                                                                                                                      display:grid;
                                                                                                                                                                                                      gap:8px}
                                                                                                                                                                                                      .card-facts>div{
                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                        justify-content:space-between;
                                                                                                                                                                                                        gap:12px}
                                                                                                                                                                                                        .card-facts dt{
                                                                                                                                                                                                          color:#667365}
                                                                                                                                                                                                          .card-facts dd{
                                                                                                                                                                                                            margin:0;
                                                                                                                                                                                                            color:#4f5f53;
                                                                                                                                                                                                            overflow-wrap:anywhere}
                                                                                                                                                                                                            .card-footer{
                                                                                                                                                                                                              border-top:1px solid #edf0e9;
                                                                                                                                                                                                              padding:13px 0;
                                                                                                                                                                                                              display:flex;
                                                                                                                                                                                                              justify-content:space-between;
                                                                                                                                                                                                              gap:8px;
                                                                                                                                                                                                              font-size:.75rem;
                                                                                                                                                                                                              color:#667365}
                                                                                                                                                                                                              .pending-dot{
                                                                                                                                                                                                                color:#897b57}
                                                                                                                                                                                                                .pending-dot:before{
                                                                                                                                                                                                                  content:"";
                                                                                                                                                                                                                  display:inline-block;
                                                                                                                                                                                                                  width:5px;
                                                                                                                                                                                                                  height:5px;
                                                                                                                                                                                                                  border-radius:50%;
                                                                                                                                                                                                                  background:#b8a77b;
                                                                                                                                                                                                                  vertical-align:middle;
                                                                                                                                                                                                                  margin-right:6px}
                                                                                                                                                                                                                  .results-footer{
                                                                                                                                                                                                                    display:flex;
                                                                                                                                                                                                                    align-items:center;
                                                                                                                                                                                                                    justify-content:space-between;
                                                                                                                                                                                                                    gap:15px;
                                                                                                                                                                                                                    margin-top:23px;
                                                                                                                                                                                                                    font-size:.8125rem;
                                                                                                                                                                                                                    color:#738075}
                                                                                                                                                                                                                    .pagination{
                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                      gap:17px;
                                                                                                                                                                                                                      align-items:center}
                                                                                                                                                                                                                      .pagination a{
                                                                                                                                                                                                                        color:#4d6b58;
                                                                                                                                                                                                                        padding:7px 10px;
                                                                                                                                                                                                                        border:1px solid var(--line);
                                                                                                                                                                                                                        border-radius:6px;
                                                                                                                                                                                                                        background:#fff}
                                                                                                                                                                                                                        .page-footer{
                                                                                                                                                                                                                          padding:19px 42px;
                                                                                                                                                                                                                          border-top:1px solid var(--line);
                                                                                                                                                                                                                          font-size:.75rem;
                                                                                                                                                                                                                          color:#667365;
                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                          justify-content:space-between;
                                                                                                                                                                                                                          gap:16px}
                                                                                                                                                                                                                          .table-wrap{
                                                                                                                                                                                                                            overflow:auto;
                                                                                                                                                                                                                            border:1px solid var(--line);
                                                                                                                                                                                                                            border-radius:12px;
                                                                                                                                                                                                                            background:white}
                                                                                                                                                                                                                            table{
                                                                                                                                                                                                                              width:100%;
                                                                                                                                                                                                                              border-collapse:collapse;
                                                                                                                                                                                                                              text-align:left;
                                                                                                                                                                                                                              font-size:.875rem}
                                                                                                                                                                                                                              th{
                                                                                                                                                                                                                                font-weight:500;
                                                                                                                                                                                                                                background:#f1f4ee;
                                                                                                                                                                                                                                color:#637267;
                                                                                                                                                                                                                                white-space:nowrap}
                                                                                                                                                                                                                                td,th{
                                                                                                                                                                                                                                  padding:16px 21px;
                                                                                                                                                                                                                                  border-bottom:1px solid var(--line)}
                                                                                                                                                                                                                                  tr:last-child td{
                                                                                                                                                                                                                                    border-bottom:0}
                                                                                                                                                                                                                                    td{
                                                                                                                                                                                                                                      overflow-wrap:anywhere}
                                                                                                                                                                                                                                      .table-person{
                                                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                                                        align-items:center;
                                                                                                                                                                                                                                        gap:12px;
                                                                                                                                                                                                                                        font-size:.9375rem}
                                                                                                                                                                                                                                        .table-person small{
                                                                                                                                                                                                                                          display:block;
                                                                                                                                                                                                                                          color:var(--muted);
                                                                                                                                                                                                                                          margin-top:4px;
                                                                                                                                                                                                                                          font-size:.75rem}
                                                                                                                                                                                                                                          .empty-state{
                                                                                                                                                                                                                                            grid-column:1/-1;
                                                                                                                                                                                                                                            padding:48px 24px;
                                                                                                                                                                                                                                            text-align:center;
                                                                                                                                                                                                                                            width:100%;
                                                                                                                                                                                                                                            border:1px dashed #d6dfd1;
                                                                                                                                                                                                                                            border-radius:14px;
                                                                                                                                                                                                                                            color:#617561}
                                                                                                                                                                                                                                            .empty-state h2,.empty-state h3{
                                                                                                                                                                                                                                              color:var(--ink);
                                                                                                                                                                                                                                              margin-bottom:9px}
                                                                                                                                                                                                                                              .empty-state p{
                                                                                                                                                                                                                                                font-size:.9375rem;
                                                                                                                                                                                                                                                margin-bottom:22px;
                                                                                                                                                                                                                                                color:var(--muted)}
                                                                                                                                                                                                                                                .empty-symbol{
                                                                                                                                                                                                                                                  font-size:2.25rem;
                                                                                                                                                                                                                                                  display:block;
                                                                                                                                                                                                                                                  margin-bottom:12px;
                                                                                                                                                                                                                                                  color:#92a38e}
                                                                                                                                                                                                                                                  .panel{
                                                                                                                                                                                                                                                    background:#fff;
                                                                                                                                                                                                                                                    border:1px solid var(--line);
                                                                                                                                                                                                                                                    border-radius:var(--radius);
                                                                                                                                                                                                                                                    padding:25px 28px;
                                                                                                                                                                                                                                                    margin-bottom:22px;
                                                                                                                                                                                                                                                    box-shadow:var(--shadow)}
                                                                                                                                                                                                                                                    .panel h2{
                                                                                                                                                                                                                                                      margin-bottom:20px}
                                                                                                                                                                                                                                                      .breadcrumb{
                                                                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                                                                        gap:12px;
                                                                                                                                                                                                                                                        align-items:center;
                                                                                                                                                                                                                                                        flex-wrap:wrap;
                                                                                                                                                                                                                                                        font-size:.8125rem;
                                                                                                                                                                                                                                                        color:#667365;
                                                                                                                                                                                                                                                        margin:0 0 29px}
                                                                                                                                                                                                                                                        .breadcrumb a{
                                                                                                                                                                                                                                                          color:#59715f}
                                                                                                                                                                                                                                                          .profile-header{
                                                                                                                                                                                                                                                            display:flex;
                                                                                                                                                                                                                                                            align-items:center;
                                                                                                                                                                                                                                                            justify-content:space-between;
                                                                                                                                                                                                                                                            gap:22px;
                                                                                                                                                                                                                                                            margin-bottom:28px}
                                                                                                                                                                                                                                                            .profile-person{
                                                                                                                                                                                                                                                              display:flex;
                                                                                                                                                                                                                                                              gap:22px;
                                                                                                                                                                                                                                                              align-items:center}
                                                                                                                                                                                                                                                              .profile-person .eyebrow{
                                                                                                                                                                                                                                                                font-size:.75rem;
                                                                                                                                                                                                                                                                margin-bottom:5px}
                                                                                                                                                                                                                                                                .profile-person h1{
                                                                                                                                                                                                                                                                  font-size:1.875rem}
                                                                                                                                                                                                                                                                  .profile-person .card-tags{
                                                                                                                                                                                                                                                                    margin-top:12px}
                                                                                                                                                                                                                                                                    .profile-actions{
                                                                                                                                                                                                                                                                      text-align:right}
                                                                                                                                                                                                                                                                      .profile-actions p{
                                                                                                                                                                                                                                                                        font-size:.75rem;
                                                                                                                                                                                                                                                                        color:var(--muted);
                                                                                                                                                                                                                                                                        margin-top:14px}
                                                                                                                                                                                                                                                                        .detail-nav{
                                                                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                                                                          gap:28px;
                                                                                                                                                                                                                                                                          border-bottom:1px solid var(--line);
                                                                                                                                                                                                                                                                          margin-bottom:25px;
                                                                                                                                                                                                                                                                          font-size:.875rem;
                                                                                                                                                                                                                                                                          overflow-x:auto}
                                                                                                                                                                                                                                                                          .detail-nav a{
                                                                                                                                                                                                                                                                            padding:12px 0;
                                                                                                                                                                                                                                                                            white-space:nowrap;
                                                                                                                                                                                                                                                                            color:#637568}
                                                                                                                                                                                                                                                                            .detail-nav a:first-child{
                                                                                                                                                                                                                                                                              color:var(--green);
                                                                                                                                                                                                                                                                              border-bottom:2px solid var(--green)}
                                                                                                                                                                                                                                                                              .detail-layout{
                                                                                                                                                                                                                                                                                display:grid;
                                                                                                                                                                                                                                                                                grid-template-columns:minmax(0,1fr) 270px;
                                                                                                                                                                                                                                                                                gap:23px}
                                                                                                                                                                                                                                                                                .detail-fields{
                                                                                                                                                                                                                                                                                  display:grid;
                                                                                                                                                                                                                                                                                  grid-template-columns:repeat(2,minmax(0,1fr));
                                                                                                                                                                                                                                                                                  gap:25px 34px;
                                                                                                                                                                                                                                                                                  margin:0}
                                                                                                                                                                                                                                                                                  .detail-fields dt{
                                                                                                                                                                                                                                                                                    font-size:.8125rem;
                                                                                                                                                                                                                                                                                    color:#667365;
                                                                                                                                                                                                                                                                                    margin-bottom:6px}
                                                                                                                                                                                                                                                                                    .detail-fields dd{
                                                                                                                                                                                                                                                                                      font-size:.9375rem;
                                                                                                                                                                                                                                                                                      margin:0;
                                                                                                                                                                                                                                                                                      overflow-wrap:anywhere;
                                                                                                                                                                                                                                                                                      line-height:1.8}
                                                                                                                                                                                                                                                                                      .detail-fields .wide{
                                                                                                                                                                                                                                                                                        grid-column:1/-1}
                                                                                                                                                                                                                                                                                        .unprovided{
                                                                                                                                                                                                                                                                                          color:#667365;
                                                                                                                                                                                                                                                                                          font-size:.875rem}
                                                                                                                                                                                                                                                                                          .soft-panel{
                                                                                                                                                                                                                                                                                            background:#edf1e9;
                                                                                                                                                                                                                                                                                            border-color:#e1e8db}
                                                                                                                                                                                                                                                                                            .soft-panel h2{
                                                                                                                                                                                                                                                                                              font-size:1rem}
                                                                                                                                                                                                                                                                                              .soft-panel p{
                                                                                                                                                                                                                                                                                                font-size:.8125rem;
                                                                                                                                                                                                                                                                                                margin-bottom:16px;
                                                                                                                                                                                                                                                                                                color:#61715f;
                                                                                                                                                                                                                                                                                                line-height:1.85}
                                                                                                                                                                                                                                                                                                .soft-panel strong{
                                                                                                                                                                                                                                                                                                  font-weight:500;
                                                                                                                                                                                                                                                                                                  color:#476249;
                                                                                                                                                                                                                                                                                                  display:block}
                                                                                                                                                                                                                                                                                                  .aside-note{
                                                                                                                                                                                                                                                                                                    border-top:1px solid #d9e2d4;
                                                                                                                                                                                                                                                                                                    padding-top:16px;
                                                                                                                                                                                                                                                                                                    font-size:.8125rem;
                                                                                                                                                                                                                                                                                                    color:#687a64}
                                                                                                                                                                                                                                                                                                    .detail-aside .panel{
                                                                                                                                                                                                                                                                                                      padding:23px}
                                                                                                                                                                                                                                                                                                      .section-note{
                                                                                                                                                                                                                                                                                                        font-size:.875rem;
                                                                                                                                                                                                                                                                                                        color:var(--muted);
                                                                                                                                                                                                                                                                                                        margin:0 0 18px;
                                                                                                                                                                                                                                                                                                        line-height:1.8}
                                                                                                                                                                                                                                                                                                        .timeline{
                                                                                                                                                                                                                                                                                                          padding-left:9px}
                                                                                                                                                                                                                                                                                                          .timeline-item{
                                                                                                                                                                                                                                                                                                            padding:0 0 24px 23px;
                                                                                                                                                                                                                                                                                                            border-left:1px solid #dce4d7;
                                                                                                                                                                                                                                                                                                            position:relative}
                                                                                                                                                                                                                                                                                                            .timeline-item:before{
                                                                                                                                                                                                                                                                                                              content:"";
                                                                                                                                                                                                                                                                                                              position:absolute;
                                                                                                                                                                                                                                                                                                              left:-4px;
                                                                                                                                                                                                                                                                                                              top:6px;
                                                                                                                                                                                                                                                                                                              width:7px;
                                                                                                                                                                                                                                                                                                              height:7px;
                                                                                                                                                                                                                                                                                                              border-radius:50%;
                                                                                                                                                                                                                                                                                                              background:#8fa389;
                                                                                                                                                                                                                                                                                                              box-shadow:0 0 0 4px #f1f5ef}
                                                                                                                                                                                                                                                                                                              .timeline-item:last-child{
                                                                                                                                                                                                                                                                                                                padding-bottom:4px}
                                                                                                                                                                                                                                                                                                                .timeline-date{
                                                                                                                                                                                                                                                                                                                  font-size:.8125rem;
                                                                                                                                                                                                                                                                                                                  color:#667365}
                                                                                                                                                                                                                                                                                                                  .timeline-item h3{
                                                                                                                                                                                                                                                                                                                    margin-top:5px;
                                                                                                                                                                                                                                                                                                                    font-size:1rem}
                                                                                                                                                                                                                                                                                                                    .timeline-item p{
                                                                                                                                                                                                                                                                                                                      font-size:.875rem;
                                                                                                                                                                                                                                                                                                                      margin-top:5px;
                                                                                                                                                                                                                                                                                                                      color:var(--muted)}
                                                                                                                                                                                                                                                                                                                      .source-row{
                                                                                                                                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                                                                                                                                        align-items:center;
                                                                                                                                                                                                                                                                                                                        justify-content:space-between;
                                                                                                                                                                                                                                                                                                                        gap:17px;
                                                                                                                                                                                                                                                                                                                        padding:15px 0;
                                                                                                                                                                                                                                                                                                                        border-bottom:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                        font-size:.875rem}
                                                                                                                                                                                                                                                                                                                        .source-row strong{
                                                                                                                                                                                                                                                                                                                          font-weight:500;
                                                                                                                                                                                                                                                                                                                          overflow-wrap:anywhere}
                                                                                                                                                                                                                                                                                                                          .source-row small{
                                                                                                                                                                                                                                                                                                                            display:block;
                                                                                                                                                                                                                                                                                                                            color:var(--muted);
                                                                                                                                                                                                                                                                                                                            margin-top:6px}
                                                                                                                                                                                                                                                                                                                            .source-row:last-child{
                                                                                                                                                                                                                                                                                                                              border:0}
                                                                                                                                                                                                                                                                                                                              .text-link{
                                                                                                                                                                                                                                                                                                                                font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                color:var(--green);
                                                                                                                                                                                                                                                                                                                                white-space:nowrap}
                                                                                                                                                                                                                                                                                                                                .evidence-details{
                                                                                                                                                                                                                                                                                                                                  margin-top:21px}
                                                                                                                                                                                                                                                                                                                                  .evidence-details summary{
                                                                                                                                                                                                                                                                                                                                    font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                    color:var(--green);
                                                                                                                                                                                                                                                                                                                                    cursor:pointer;
                                                                                                                                                                                                                                                                                                                                    margin-bottom:16px}
                                                                                                                                                                                                                                                                                                                                    .evidence-details td{
                                                                                                                                                                                                                                                                                                                                      min-width:120px}
                                                                                                                                                                                                                                                                                                                                      .issue-item p{
                                                                                                                                                                                                                                                                                                                                        font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                        color:var(--muted);
                                                                                                                                                                                                                                                                                                                                        margin:11px 0}
                                                                                                                                                                                                                                                                                                                                        .mini-change{
                                                                                                                                                                                                                                                                                                                                          border-bottom:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                          padding:13px 0}
                                                                                                                                                                                                                                                                                                                                          .mini-change:last-child{
                                                                                                                                                                                                                                                                                                                                            border:0}
                                                                                                                                                                                                                                                                                                                                            .mini-change time,.mini-change small{
                                                                                                                                                                                                                                                                                                                                              font-size:.75rem;
                                                                                                                                                                                                                                                                                                                                              color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                              .mini-change p{
                                                                                                                                                                                                                                                                                                                                                font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                                margin:5px 0}
                                                                                                                                                                                                                                                                                                                                                .form-grid{
                                                                                                                                                                                                                                                                                                                                                  display:grid;
                                                                                                                                                                                                                                                                                                                                                  grid-template-columns:repeat(2,minmax(0,1fr));
                                                                                                                                                                                                                                                                                                                                                  gap:21px 28px}
                                                                                                                                                                                                                                                                                                                                                  .form-field{
                                                                                                                                                                                                                                                                                                                                                    display:flex;
                                                                                                                                                                                                                                                                                                                                                    flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                    gap:7px}
                                                                                                                                                                                                                                                                                                                                                    .form-field input,.form-field select,.form-field textarea{
                                                                                                                                                                                                                                                                                                                                                      width:100%}
                                                                                                                                                                                                                                                                                                                                                      .required-mark{
                                                                                                                                                                                                                                                                                                                                                        color:#957552}
                                                                                                                                                                                                                                                                                                                                                        .edit-form{
                                                                                                                                                                                                                                                                                                                                                          max-width:940px}
                                                                                                                                                                                                                                                                                                                                                          .edit-form .panel>textarea{
                                                                                                                                                                                                                                                                                                                                                            width:100%}
                                                                                                                                                                                                                                                                                                                                                            .save-bar{
                                                                                                                                                                                                                                                                                                                                                              position:sticky;
                                                                                                                                                                                                                                                                                                                                                              bottom:0;
                                                                                                                                                                                                                                                                                                                                                              display:flex;
                                                                                                                                                                                                                                                                                                                                                              align-items:center;
                                                                                                                                                                                                                                                                                                                                                              justify-content:space-between;
                                                                                                                                                                                                                                                                                                                                                              gap:12px;
                                                                                                                                                                                                                                                                                                                                                              padding:17px 22px;
                                                                                                                                                                                                                                                                                                                                                              background:rgba(246,247,243,.97);
                                                                                                                                                                                                                                                                                                                                                              border:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                              border-radius:12px}
                                                                                                                                                                                                                                                                                                                                                              .save-bar>span{
                                                                                                                                                                                                                                                                                                                                                                font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                                                color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                                                .save-bar>div{
                                                                                                                                                                                                                                                                                                                                                                  display:flex;
                                                                                                                                                                                                                                                                                                                                                                  gap:10px}
                                                                                                                                                                                                                                                                                                                                                                  .notice{
                                                                                                                                                                                                                                                                                                                                                                    padding:13px 17px;
                                                                                                                                                                                                                                                                                                                                                                    border:1px solid;
                                                                                                                                                                                                                                                                                                                                                                    border-radius:9px;
                                                                                                                                                                                                                                                                                                                                                                    font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                                                    margin-bottom:22px}
                                                                                                                                                                                                                                                                                                                                                                    .notice.success{
                                                                                                                                                                                                                                                                                                                                                                      background:#eaf1e6;
                                                                                                                                                                                                                                                                                                                                                                      color:#406342;
                                                                                                                                                                                                                                                                                                                                                                      border-color:#d0dec9}
                                                                                                                                                                                                                                                                                                                                                                      .notice.error{
                                                                                                                                                                                                                                                                                                                                                                        background:#f7eeeb;
                                                                                                                                                                                                                                                                                                                                                                        color:#8c4e42;
                                                                                                                                                                                                                                                                                                                                                                        border-color:#ead5cf}
                                                                                                                                                                                                                                                                                                                                                                        .notice ul,.field-error ul{
                                                                                                                                                                                                                                                                                                                                                                          list-style:none;
                                                                                                                                                                                                                                                                                                                                                                          padding:0;
                                                                                                                                                                                                                                                                                                                                                                          margin:0}
                                                                                                                                                                                                                                                                                                                                                                          .field-error,.errorlist{
                                                                                                                                                                                                                                                                                                                                                                            font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                                                            color:#924f40}
                                                                                                                                                                                                                                                                                                                                                                            .pending-panel{
                                                                                                                                                                                                                                                                                                                                                                              padding:6px 25px}
                                                                                                                                                                                                                                                                                                                                                                              .pending-row{
                                                                                                                                                                                                                                                                                                                                                                                display:flex;
                                                                                                                                                                                                                                                                                                                                                                                align-items:center;
                                                                                                                                                                                                                                                                                                                                                                                gap:20px;
                                                                                                                                                                                                                                                                                                                                                                                padding:22px 0;
                                                                                                                                                                                                                                                                                                                                                                                border-bottom:1px solid var(--line)}
                                                                                                                                                                                                                                                                                                                                                                                .pending-row:last-child{
                                                                                                                                                                                                                                                                                                                                                                                  border:0}
                                                                                                                                                                                                                                                                                                                                                                                  .pending-row>.table-person{
                                                                                                                                                                                                                                                                                                                                                                                    min-width:185px}
                                                                                                                                                                                                                                                                                                                                                                                    .pending-fields{
                                                                                                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                                                                                                      gap:7px;
                                                                                                                                                                                                                                                                                                                                                                                      flex-wrap:wrap;
                                                                                                                                                                                                                                                                                                                                                                                      flex:1}
                                                                                                                                                                                                                                                                                                                                                                                      .change-card .section-heading{
                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom:12px}
                                                                                                                                                                                                                                                                                                                                                                                        .change-card .section-heading>div{
                                                                                                                                                                                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                                                                                                                                                                                          gap:13px;
                                                                                                                                                                                                                                                                                                                                                                                          align-items:center}
                                                                                                                                                                                                                                                                                                                                                                                          .change-card time{
                                                                                                                                                                                                                                                                                                                                                                                            font-size:.8125rem;
                                                                                                                                                                                                                                                                                                                                                                                            color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                                                                            .change-person{
                                                                                                                                                                                                                                                                                                                                                                                              font-weight:600}
                                                                                                                                                                                                                                                                                                                                                                                              .change-reason{
                                                                                                                                                                                                                                                                                                                                                                                                font-size:.9375rem;
                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom:18px;
                                                                                                                                                                                                                                                                                                                                                                                                color:#647162}
                                                                                                                                                                                                                                                                                                                                                                                                .diff-list{
                                                                                                                                                                                                                                                                                                                                                                                                  margin:0;
                                                                                                                                                                                                                                                                                                                                                                                                  font-size:.875rem}
                                                                                                                                                                                                                                                                                                                                                                                                  .diff-list>div{
                                                                                                                                                                                                                                                                                                                                                                                                    display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns:190px minmax(0,1fr);
                                                                                                                                                                                                                                                                                                                                                                                                    border-top:1px solid #edf0e9;
                                                                                                                                                                                                                                                                                                                                                                                                    padding:12px 0;
                                                                                                                                                                                                                                                                                                                                                                                                    gap:14px}
                                                                                                                                                                                                                                                                                                                                                                                                    .diff-list dt{
                                                                                                                                                                                                                                                                                                                                                                                                      color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                                                                                      .diff-list dd{
                                                                                                                                                                                                                                                                                                                                                                                                        margin:0;
                                                                                                                                                                                                                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                        gap:16px;
                                                                                                                                                                                                                                                                                                                                                                                                        flex-wrap:wrap;
                                                                                                                                                                                                                                                                                                                                                                                                        overflow-wrap:anywhere}
                                                                                                                                                                                                                                                                                                                                                                                                        .old-value{
                                                                                                                                                                                                                                                                                                                                                                                                          color:#8a8079}
                                                                                                                                                                                                                                                                                                                                                                                                          .new-value{
                                                                                                                                                                                                                                                                                                                                                                                                            color:#4e7151}
                                                                                                                                                                                                                                                                                                                                                                                                            .diff-arrow{
                                                                                                                                                                                                                                                                                                                                                                                                              color:#899887}
                                                                                                                                                                                                                                                                                                                                                                                                              .change-meta{
                                                                                                                                                                                                                                                                                                                                                                                                                font-size:.75rem;
                                                                                                                                                                                                                                                                                                                                                                                                                color:var(--muted);
                                                                                                                                                                                                                                                                                                                                                                                                                border-top:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                padding-top:15px;
                                                                                                                                                                                                                                                                                                                                                                                                                margin-top:8px}
                                                                                                                                                                                                                                                                                                                                                                                                                .import-log{
                                                                                                                                                                                                                                                                                                                                                                                                                  margin-top:26px}
                                                                                                                                                                                                                                                                                                                                                                                                                  .account-layout{
                                                                                                                                                                                                                                                                                                                                                                                                                    display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns:1fr 1.3fr;
                                                                                                                                                                                                                                                                                                                                                                                                                    gap:24px}
                                                                                                                                                                                                                                                                                                                                                                                                                    .one-column{
                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:1fr}
                                                                                                                                                                                                                                                                                                                                                                                                                      .password-form .form-field{
                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom:18px}
                                                                                                                                                                                                                                                                                                                                                                                                                        .auth-main{
                                                                                                                                                                                                                                                                                                                                                                                                                          min-height:100vh;
                                                                                                                                                                                                                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                          flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                                          justify-content:center;
                                                                                                                                                                                                                                                                                                                                                                                                                          align-items:center;
                                                                                                                                                                                                                                                                                                                                                                                                                          padding:48px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                          background:#f0f3ec}
                                                                                                                                                                                                                                                                                                                                                                                                                          .auth-card{
                                                                                                                                                                                                                                                                                                                                                                                                                            width:440px;
                                                                                                                                                                                                                                                                                                                                                                                                                            max-width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                            padding:38px 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                            background:#fff;
                                                                                                                                                                                                                                                                                                                                                                                                                            border:1px solid #dfe6d9;
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius:20px;
                                                                                                                                                                                                                                                                                                                                                                                                                            box-shadow:0 14px 70px rgba(48,67,43,.05)}
                                                                                                                                                                                                                                                                                                                                                                                                                            .auth-brand{
                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:1rem}
                                                                                                                                                                                                                                                                                                                                                                                                                              .auth-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                margin:36px 0 25px}
                                                                                                                                                                                                                                                                                                                                                                                                                                .auth-heading h1{
                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:1.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                  .auth-heading p{
                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                    color:var(--muted);
                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-top:10px}
                                                                                                                                                                                                                                                                                                                                                                                                                                    .auth-form label{
                                                                                                                                                                                                                                                                                                                                                                                                                                      display:block;
                                                                                                                                                                                                                                                                                                                                                                                                                                      margin:16px 0 7px}
                                                                                                                                                                                                                                                                                                                                                                                                                                      .auth-form input{
                                                                                                                                                                                                                                                                                                                                                                                                                                        width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:.9375rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                        .auth-form button{
                                                                                                                                                                                                                                                                                                                                                                                                                                          margin-top:25px}
                                                                                                                                                                                                                                                                                                                                                                                                                                          .optional{
                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:.75rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                            color:#667365;
                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left:9px}
                                                                                                                                                                                                                                                                                                                                                                                                                                            .auth-divider{
                                                                                                                                                                                                                                                                                                                                                                                                                                              display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                              align-items:center;
                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:.75rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                              color:#667365;
                                                                                                                                                                                                                                                                                                                                                                                                                                              margin:25px 0 20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                              .auth-divider:before,.auth-divider:after{
                                                                                                                                                                                                                                                                                                                                                                                                                                                content:"";
                                                                                                                                                                                                                                                                                                                                                                                                                                                height:1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                flex:1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                background:var(--line)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                .fine-print{
                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:.75rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  color:#667365;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  text-align:center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin-top:19px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .auth-footer{
                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:.75rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    color:#667365;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-top:26px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    letter-spacing:.07em}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media(min-width:1600px){
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-top:44px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .teacher-card{
                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding-top:27px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .teacher-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:23px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .card-facts{
                                                                                                                                                                                                                                                                                                                                                                                                                                                              margin:24px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .stat{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding:24px 27px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                              @media(max-width:1250px){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .sidebar{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  width:198px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding-left:15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding-right:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .workspace{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-left:198px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:29px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .topbar,.page-footer{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left:29px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-right:29px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .demo-notice{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding-left:29px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding-right:29px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .teacher-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            grid-template-columns:repeat(2,minmax(0,1fr))}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .filter-bar{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              flex-wrap:wrap}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .search-field{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                flex-basis:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .filter-bar select{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  flex:1}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .detail-layout{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns:minmax(0,1fr) 230px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .stat{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:18px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .stat>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:.8125rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .stat strong{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:1.9rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .stats{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          @media(max-width:900px){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .sidebar{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              position:static;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:15px 22px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-right:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-bottom:1px solid var(--line)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .brand{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:.9375rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .brand-mark{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  width:35px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  height:35px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:1.4rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  border-radius:10px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .brand small{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    display:inline;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-left:9px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .nav-label,.sidebar-foot{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .sidebar nav{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        gap:8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow-x:auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top:13px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .nav-item{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          white-space:nowrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:9px 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          border-radius:7px 7px 0 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .nav-icon{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .workspace{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              margin-left:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .topbar{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                min-height:54px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:27px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .detail-layout{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns:1fr}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .detail-aside{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:repeat(2,minmax(0,1fr));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .account-layout{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        grid-template-columns:1fr 1.2fr}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .pending-row{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          flex-wrap:wrap}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .pending-fields{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-width:250px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .pending-row>.text-link{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              margin-left:auto}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @media(max-width:600px){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .sidebar{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding:16px 18px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .sidebar nav{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  gap:1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  justify-content:space-between}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .nav-item{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:.8125rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:9px 10px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .topbar{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:8px 20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .topbar-label{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .topbar-right{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:.8125rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .demo-notice{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:8px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:25px 18px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .page-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                align-items:flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                gap:13px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom:23px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .page-heading h1{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:1.7rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .page-heading p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:.8125rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    max-width:230px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .page-heading>.button,.page-heading>form .button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:.8125rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:8px 11px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      min-height:39px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-top:30px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .eyebrow{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .stats{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          grid-template-columns:repeat(2,minmax(0,1fr));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:11px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin-bottom:27px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .stat{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:17px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-height:133px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .stat>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:.8125rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .stat strong{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:2rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .stat p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .teacher-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    gap:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .teacher-card{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:22px 22px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .card-person h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:1.125rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .card-facts{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:.875rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .card-footer{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .filter-bar{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:8px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .filter-bar select{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                width:calc(50% - 4px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                flex:1 1 calc(50% - 4px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                min-width:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .filter-bar>.button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  flex:1}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .filter-bar .reset-link{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:7px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .results-footer{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      align-items:flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:.75rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      flex-wrap:wrap}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .page-footer{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding:17px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .page-footer span:last-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .breadcrumb{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom:23px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .profile-header{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              align-items:flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              flex-wrap:wrap}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .profile-person{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                gap:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .profile-person h1{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:1.6rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .avatar.large{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    width:61px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    height:61px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:1.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .profile-actions{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      align-items:center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      text-align:left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .profile-actions p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:.75rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .detail-nav{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:24px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .panel{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:22px 20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .detail-fields{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:22px 16px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .detail-fields dt{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:.8125rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .detail-fields dd{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:.875rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .detail-aside{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    display:block}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .form-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:1fr}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .save-bar{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        flex-wrap:wrap}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .save-bar>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:.8125rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .save-bar>div{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left:auto}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .pending-panel{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:3px 18px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .pending-row{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                gap:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .pending-fields{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  flex-basis:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  min-width:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .pending-row>.text-link{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-left:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .account-layout{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .diff-list>div{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        gap:7px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .change-card .section-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          align-items:flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          flex-wrap:wrap}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .source-row{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            align-items:flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:9px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .auth-card{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:30px 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-radius:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .auth-main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding:28px 18px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .auth-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin-top:29px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  th,td{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:13px 16px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  @media(prefers-reduced-motion:reduce){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    *{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      transition:none!important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      scroll-behavior:auto!important}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media print{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .sidebar,.topbar,.demo-notice,.profile-actions,.detail-nav,.page-footer,.button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        display:none!important}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .workspace{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width:none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .detail-layout{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              display:block}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .panel{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                break-inside:avoid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                border-color:#ddd;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                box-shadow:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .detail-aside{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  body{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background:white}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .auth-main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      background:white}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .legacy-change{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:16px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      border-bottom:1px solid var(--line)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .legacy-change strong{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left:9px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight:500}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .legacy-change p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:.875rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin:9px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .legacy-change small{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .card-tags .tag,.pending-fields .tag{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:.875rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .person-subject,.card-facts{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:.875rem}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .stat>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:.875rem}
