@charset "UTF-8";.auth-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}.side-nav{border-right:1px solid var(--sp-border-neutral, rgb(213, 219, 219));flex-shrink:0;height:100vh}.side-nav__logo{width:100%;height:4.5rem;flex-shrink:0}.side-nav__items{width:100%}.side-nav__item{cursor:pointer;width:80%;border-radius:.35rem!important;margin-top:1.5em!important;padding:.5em!important;outline:none}.side-nav__item:focus-visible{outline:2px solid var(--sp-focus-ring);outline-offset:2px}.side-nav__item--selected{background-color:var(--sp-bg-selected)}.side-nav__label{text-align:center;width:100%}.header{padding:1em 2em;background-color:var(--sp-header-bg);box-shadow:0 0 10px 0 var(--sp-header-shadow)}.confetti{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.confetti__piece{position:absolute;left:var(--start-x);top:var(--start-y);width:var(--size);height:var(--size);background-color:var(--color);border-radius:.125rem;animation:confetti-burst 3.5s var(--delay) cubic-bezier(.25,.46,.45,.94) forwards}.confetti__piece--ribbon{width:calc(var(--size) * .4);height:calc(var(--size) * 3);border-radius:1px}.confetti__piece--hat{width:2.5rem!important;height:2.5rem!important;background-color:transparent!important;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center}.confetti__piece--squiggle{width:auto!important;height:auto!important;min-width:1.875rem;background-color:transparent!important;overflow:visible}.confetti__piece--squiggle path{stroke:var(--color)}@keyframes confetti-burst{0%{transform:translate(0) rotate(0);opacity:1}80%{opacity:1}to{transform:translate(var(--dx),var(--dy)) rotate(var(--rotation));opacity:0}}.confetti__peccy{position:fixed;bottom:-3.5rem;right:1.5rem;width:10rem;height:12rem;pointer-events:none;z-index:10001;animation:peccy-slide 2.5s ease-in-out forwards}.confetti__peccy img{position:absolute;bottom:0;right:0;width:100%;height:100%;object-fit:contain;object-position:bottom right;transform:scaleX(-1)}.confetti__peccy-eyes-open{animation:peccy-blink-open 2.5s step-start forwards}.confetti__peccy-eyes-closed{animation:peccy-blink-closed 2.5s step-start forwards}@keyframes peccy-slide{0%{transform:translate(120%)}15%,80%{transform:translate(45%) rotate(-15deg)}to{transform:translate(120%)}}@keyframes peccy-blink-open{0%,35%{opacity:1}36%,39%{opacity:0}40%,55%{opacity:1}56%,59%{opacity:0}60%,to{opacity:1}}@keyframes peccy-blink-closed{0%,35%{opacity:0}36%,39%{opacity:1}40%,55%{opacity:0}56%,59%{opacity:1}60%,to{opacity:0}}.confetti__message-announcement{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.confetti__message{position:fixed;left:var(--confetti-origin-x, 100vw);top:var(--confetti-origin-y, 100vh);pointer-events:none;z-index:10001;font-size:1.5rem;font-weight:700;color:var(--msg-color, var(--sp-confetti-color-1, #FF6200));text-shadow:0 .125rem .5rem var(--sp-header-shadow);white-space:nowrap;animation:confetti-message-fly 3.5s var(--msg-delay, 0s) cubic-bezier(.25,.46,.45,.94) forwards}@keyframes confetti-message-fly{0%{transform:translate(0) rotate(0);opacity:1}80%{opacity:1}to{transform:translate(var(--msg-dx),var(--msg-dy)) rotate(var(--msg-rotation));opacity:0}}.guided-tour__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.guided-tour__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#232f3e8c}.guided-tour__spotlight{position:fixed;top:var(--tour-spot-top);left:var(--tour-spot-left);width:var(--tour-spot-width);height:var(--tour-spot-height);z-index:1001;border-radius:.5rem;border:2px solid var(--st-dt-color-neutral-00, #ffffff);box-shadow:0 0 0 9999px #232f3e59;pointer-events:none;transition:top .2s ease,left .2s ease,width .2s ease,height .2s ease}.guided-tour__popover{position:fixed;top:var(--tour-top, 0);left:var(--tour-left, 0);z-index:1002;max-width:min(22rem,100vw - 2rem);max-height:calc(100vh - 2rem);overflow-y:auto;background:var(--st-dt-color-neutral-00, #ffffff);border:1px solid var(--st-dt-color-neutral-20, #d1d5da);border-radius:.75rem;box-shadow:0 8px 24px #232f3e1f;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.guided-tour__popover--centered{top:50%;left:50%;transform:translate(-50%,-50%);max-width:min(26rem,100vw - 2rem)}.guided-tour__popover:focus-visible{outline:2px solid var(--sp-focus-ring, var(--st-dt-color-blue-70, #1768c9));outline-offset:2px}.guided-tour__progress{font-size:.8125rem;font-weight:700;color:var(--st-dt-color-blue-70, #1768c9);letter-spacing:.02em}.guided-tour__title{font-size:1.125rem;font-weight:700;color:var(--st-dt-color-neutral-90, #232f3e)}.guided-tour__body{margin:0;font-size:.9375rem;line-height:1.5;color:var(--st-dt-color-neutral-70, #56616c)}.guided-tour__controls{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem;flex-wrap:wrap}.guided-tour__btn{min-height:2.25rem;padding:.25rem 1rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;border:1px solid transparent}.guided-tour__btn:focus-visible{outline:2px solid var(--sp-focus-ring, var(--st-dt-color-blue-70, #1768c9));outline-offset:2px}.guided-tour__btn--primary{background:var(--st-dt-color-blue-70, #1768c9);color:var(--st-dt-color-neutral-00, #ffffff)}.guided-tour__btn--primary:hover{background:var(--st-dt-color-blue-80, #12579f)}.guided-tour__btn--tertiary{background:transparent;color:var(--st-dt-color-blue-70, #1768c9);border-color:var(--st-dt-color-neutral-20, #d1d5da)}.guided-tour__btn--tertiary:hover{background:var(--st-dt-color-blue-05, #ebf5fd)}@media (prefers-reduced-motion: reduce){.guided-tour__spotlight{transition:none}}.guided-tour__scrim--no-motion .guided-tour__spotlight{transition:none}.tour-anchor{display:contents}.app-layout{height:100vh;overflow:hidden}.app-layout__content{height:100%;overflow:auto}.app-layout__logo{width:40px;height:40px;object-fit:contain;display:block}.app-layout__rail{display:flex;flex-direction:column;width:7.5rem;height:100vh;background-color:var(--st-dt-color-neutral-00, #ffffff)}.app-layout__nav-scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.app-layout__nav-scroll .side-nav{height:100%}.app-layout__nav-footer{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;padding:1rem 0 1.5rem;border-top:1px solid var(--st-dt-color-neutral-20, #d1d5da);background-color:var(--st-dt-color-neutral-00, #ffffff);color:var(--st-dt-color-neutral-70, #56616c)}.app-layout__nav-footer svg{width:24px;height:24px}.tour-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;min-height:2.25rem;padding:.25rem;border:none;border-radius:.5rem;background:transparent;color:var(--st-dt-color-blue-70, #1768c9);cursor:pointer}.tour-btn svg{color:var(--st-dt-color-blue-70, #1768c9);fill:currentColor}.tour-btn:hover{background:var(--st-dt-color-blue-05, #ebf5fd)}.tour-btn:focus-visible{outline:2px solid var(--sp-focus-ring, var(--st-dt-color-blue-70, #1768c9));outline-offset:2px}.tour-btn__tooltip{position:absolute;left:calc(100% + .5rem);top:50%;transform:translateY(-50%);white-space:nowrap;padding:.25rem .5rem;border-radius:.25rem;background:var(--st-dt-color-neutral-90, #232f3e);color:var(--st-dt-color-neutral-00, #ffffff);font-size:.75rem;box-shadow:0 8px 24px #232f3e1f;opacity:0;visibility:hidden;z-index:1}.tour-btn:hover .tour-btn__tooltip,.tour-btn:focus-visible .tour-btn__tooltip{opacity:1;visibility:visible}.tour-btn.tour-btn--tooltip-dismissed:hover .tour-btn__tooltip,.tour-btn.tour-btn--tooltip-dismissed:focus-visible .tour-btn__tooltip{opacity:0;visibility:hidden}.confetti-trigger{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1}.confetti-trigger:focus-visible{outline:2px solid var(--sp-focus-ring, var(--st-dt-color-blue-70, #1768c9));border-radius:.25rem}.program-flyout__checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.program-flyout__field-label{font-size:.875rem;font-weight:500}.program-flyout__error-text{color:var(--st-dt-color-red-70, #bb2929)}.catalog-page{display:flex;flex-direction:column;min-height:0}.catalog-topbar{position:sticky;top:0;z-index:50;background:var(--st-dt-color-neutral-00, #ffffff);border-bottom:1px solid var(--st-dt-color-neutral-20, #d1d5da);padding:1rem 2rem}.catalog-body{width:100%;padding:2rem}.catalog-search input{border-radius:100px}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-auto-rows:1fr;gap:1rem}.catalog-card{flex-direction:column;gap:.5rem;min-width:0;height:100%;box-shadow:0 1px 3px #232f3e14;transition:box-shadow .15s ease,transform .15s ease;position:relative}.catalog-card:hover{box-shadow:0 4px 12px #232f3e1f;transform:translateY(-1px)}.catalog-card:has([aria-expanded=true]){z-index:5}.catalog-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;min-width:0}.catalog-card__title{margin:0;font-weight:700;font-size:1rem;line-height:1.5rem;color:var(--st-dt-color-neutral-90, #232f3e);min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-card__tags{display:flex;gap:.25rem;flex-shrink:0}.catalog-card__tag{font-size:.75rem;font-weight:600;color:var(--st-dt-color-neutral-70, #56616c);background:var(--st-dt-color-neutral-05, #f1f4f7);padding:2px 8px;border-radius:100px;white-space:nowrap}.catalog-card__tag--staged{color:var(--st-dt-color-blue-70, #1768c9);background:var(--st-dt-color-blue-05, #ebf5fd)}.catalog-card__tag--draft{color:var(--st-dt-color-neutral-70, #56616c);background:var(--st-dt-color-neutral-05, #f1f4f7)}.catalog-card__statusrow{display:flex}.catalog-card__meta{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;line-height:1.25rem;color:var(--st-dt-color-neutral-70, #56616c);flex:1}.catalog-card__meta span{color:inherit;font-size:inherit;line-height:inherit}.catalog-card__audience{display:flex;flex-direction:column;gap:2px;border:1px solid var(--st-dt-color-neutral-20, #d1d5da);border-radius:.5rem;padding:.5rem 1rem;background:var(--st-dt-color-neutral-05, #f1f4f7)}.catalog-card__audience-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--st-dt-color-neutral-70, #56616c)}.catalog-card__audience-value{font-size:.875rem;font-weight:700;color:var(--st-dt-color-neutral-90, #232f3e)}.catalog-card__updated{margin-top:.25rem;font-size:.75rem;color:var(--st-dt-color-neutral-65, #65707c)}.catalog-card .catalog-actions{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--st-dt-color-neutral-20, #d1d5da)}.catalog-actions{display:flex;align-items:center;gap:.25rem}.catalog-table-wrap{width:100%}.catalog-table-wrap>div{width:100%;max-width:100%}.catalog-table-wrap table{width:100%;min-width:100%}.extract-fields{display:flex;flex-direction:column;border:1px solid var(--st-dt-color-neutral-30, #b9c0c8);border-radius:.5rem;overflow:hidden}.extract-fields__row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(0,2fr) auto;align-items:center;gap:1rem;padding:.5rem 1rem}.extract-fields__row:not(:last-child){border-bottom:1px solid var(--st-dt-color-neutral-30, #b9c0c8)}.extract-fields__label{text-transform:uppercase;letter-spacing:.03em;font-weight:600}.extract-fields__value{min-width:0;word-break:break-word;color:var(--st-dt-color-neutral-90, #232f3e)}.catalog-inline-tag{font-size:.75rem;font-weight:600;color:var(--st-dt-color-neutral-70, #56616c);background:var(--st-dt-color-neutral-05, #f1f4f7);padding:2px 8px;border-radius:100px;white-space:nowrap}.catalog-inline-tag--staged{color:var(--st-dt-color-blue-70, #1768c9);background:var(--st-dt-color-blue-05, #ebf5fd)}.catalog-inline-tag--draft{color:var(--st-dt-color-neutral-70, #56616c);background:var(--st-dt-color-neutral-05, #f1f4f7)}.create-program{min-height:100%}.create-program__topbar,.create-program__footer{flex-shrink:0;background:var(--st-dt-color-neutral-00, #ffffff)}.create-program__topbar{border-bottom:1px solid var(--st-dt-color-neutral-30, #b9c0c8)}.create-program__footer{border-top:1px solid var(--st-dt-color-neutral-30, #b9c0c8);position:sticky;bottom:0;z-index:5}.create-program__body{background:var(--st-dt-color-neutral-00, #ffffff)}.create-program__panel{border:1px solid var(--st-dt-color-neutral-30, #b9c0c8);border-radius:.5rem;padding:1.5rem}.create-program__checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.create-program__prefill-warnings{margin:0;padding-left:1.5rem}.create-program__field-label{font-size:.8125rem;font-weight:500;color:var(--st-dt-color-neutral-90, #232f3e)}.cohort-table{width:100%;border-collapse:collapse;font-size:.8125rem}.cohort-table th,.cohort-table td{text-align:left;padding:.5rem;border-bottom:1px solid var(--st-dt-color-neutral-30, #b9c0c8);vertical-align:middle}.cohort-table th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.03em;color:var(--st-dt-color-neutral-70, #56616c)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.publish-flow{min-height:100%}.publish-flow__topbar{border-bottom:1px solid var(--st-dt-color-neutral-30, #b9c0c8);background:var(--st-dt-color-neutral-00, #ffffff)}.publish-flow__body{display:flex;justify-content:center}.publish-flow__stats>*{flex:1;min-width:150px}.publish-flow__table-card{border:1px solid var(--st-dt-color-neutral-30, #b9c0c8);border-radius:.75rem;padding:1.5rem}.publish-flow__table{width:100%;border-collapse:collapse;font-size:.8125rem}.publish-flow__table th,.publish-flow__table td{text-align:left;padding:.5rem;border-bottom:1px solid var(--st-dt-color-neutral-30, #b9c0c8);vertical-align:middle}.publish-flow__table thead th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--st-dt-color-neutral-70, #56616c);font-weight:600;border-bottom:1px solid var(--st-dt-color-neutral-30, #b9c0c8);white-space:nowrap}.publish-flow__col-check{width:40px}.publish-flow__footer{position:sticky;bottom:0;z-index:5;border-top:1px solid var(--st-dt-color-neutral-30, #b9c0c8);background:var(--st-dt-color-neutral-00, #ffffff)}.publish-flow__sr-wrap{display:inline-flex;align-items:center}.publish-flow__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}.bulk-upload-page{height:100%;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.bulk-upload-page__topbar{flex-shrink:0;padding-bottom:.5rem;border-bottom:1px solid var(--st-dt-color-neutral-30, #b9c0c8)}.bulk-upload-page__steps{flex-shrink:0;display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0 0 .5rem;border-bottom:1px solid var(--st-dt-color-neutral-30, #b9c0c8)}.bulk-upload-page__step{display:flex;align-items:center}.bulk-upload-page__step:not(:last-child){flex:1}.bulk-upload-page__step-body{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex-shrink:0}.bulk-upload-page__step-circle{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:700;flex-shrink:0}.bulk-upload-page__step-circle.bulk-upload-page__step-circle{border-radius:50%}.bulk-upload-page__step-circle--active,.bulk-upload-page__step-circle--done{background:var(--st-dt-color-yellow-80, #8e5d00);color:var(--st-dt-color-neutral-00, #ffffff)}.bulk-upload-page__step-circle--upcoming{background:var(--st-dt-color-neutral-05, #f1f4f7);color:var(--st-dt-color-neutral-80, #394451)}.bulk-upload-page__step-line{flex:1;height:2px;margin:0 .5rem 1.5rem}.bulk-upload-page__step-line--done{background:var(--st-dt-color-yellow-80, #8e5d00)}.bulk-upload-page__step-line--upcoming{background:var(--st-dt-color-neutral-30, #b9c0c8)}.bulk-upload-page__content{flex:1;min-height:0;overflow-y:auto}.bulk-upload-page__section{display:flex;flex-direction:column;gap:1rem}.bulk-upload-page__card{border:1px solid var(--st-dt-color-neutral-30, #b9c0c8)}.bulk-upload-page__card.bulk-upload-page__card{border-radius:1rem}.bulk-upload-page__card{padding:1rem 1.5rem}.bulk-upload-page__summary{margin:.5rem 0}.bulk-upload-page__search{max-width:320px;flex:1}.bulk-upload-page__review-filters{flex-wrap:wrap}.bulk-upload-page__review-filter{min-width:180px}.bulk-upload-page__edit-form input,.bulk-upload-page__edit-form select{width:100%}.bulk-upload-page__edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.bulk-upload-page__edit-grid{grid-template-columns:1fr}}.bulk-upload-page__edit-field{min-width:0}.bulk-upload-page__currency-affix{padding:.25rem .5rem;background:var(--st-dt-color-neutral-05, #f1f4f7);border:1px solid var(--st-dt-color-neutral-30, #b9c0c8);white-space:nowrap}.bulk-upload-page__currency-affix.bulk-upload-page__currency-affix{border-radius:.75rem}.bulk-upload-page__edit-subcard{padding:1rem;border:1px solid var(--st-dt-color-neutral-30, #b9c0c8)}.bulk-upload-page__edit-subcard.bulk-upload-page__edit-subcard{border-radius:.75rem}.bulk-upload-page__count{margin-top:.25rem}.bulk-upload-page__table{width:100%}.bulk-upload-page__table>div,.bulk-upload-page__table table{width:100%}.bulk-upload-page__footer{flex-shrink:0;padding-top:1rem;border-top:1px solid var(--st-dt-color-neutral-30, #b9c0c8)}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:12px;font-size:12px;line-height:18px;font-weight:600;white-space:nowrap}.status-badge__dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto;background:currentColor}.status-badge--success{color:var(--st-dt-color-green-70, #23756b);background:var(--st-dt-color-green-10, #d7f3ed)}.status-badge--warning{color:var(--st-dt-color-yellow-90, #714a00);background:var(--st-dt-color-yellow-10, #fef3c7)}.status-badge--danger{color:var(--st-dt-color-red-70, #bb2929);background:var(--st-dt-color-red-10, #fde1df)}.status-badge--info{color:var(--st-dt-color-blue-70, #1768c9);background:var(--st-dt-color-blue-10, #d7ebfb)}.status-badge--neutral{color:var(--st-dt-color-neutral-80, #394451);background:var(--st-dt-color-neutral-10, #e9ebed)}.stat-card{display:flex;flex-direction:column;gap:4px;padding:16px;border:1px solid var(--st-dt-color-neutral-20, #d1d5da);border-radius:8px;min-width:min(160px,100%)}.stat-card__value{font-size:24px;font-weight:700;line-height:1.2}.stat-card__label{font-size:13px;color:var(--st-dt-color-neutral-70, #56616c)}.bulk-action-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;background:var(--st-dt-color-blue-05, #ebf5fd);border:1px solid var(--st-dt-color-neutral-20, #d1d5da)}.bulk-action-bar--empty{height:0;padding:0;border:0;overflow:hidden}.bulk-action-bar__count{font-weight:600}.bulk-action-bar__actions{display:flex;gap:8px;margin-inline-start:auto}.bulk-action-bar__hint{flex-basis:100%;color:var(--st-dt-color-neutral-70, #56616c)}.bulk-action-bar__actions button[aria-disabled=true],.batch-modal button[aria-disabled=true]{opacity:.5;cursor:not-allowed}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0;--sp-header-shadow: rgba(35, 47, 62, .3);--sp-header-bg: var(--st-dt-color-neutral-00, #ffffff);--sp-border-neutral: var(--st-dt-color-neutral-30, #d5dbdb);--sp-bg-selected: var(--st-dt-color-neutral-10, #e8eaee);--sp-focus-ring: var(--st-dt-color-primary-70, #0073bb);--sp-confetti-color-1: #FF6200;--sp-confetti-color-2: #0073BB;--sp-confetti-color-3: #00A36C;--sp-confetti-color-4: #FFD700;--sp-confetti-color-5: #FF4444;--sp-confetti-color-6: #AA00FF}body{margin:0;font-family:Amazon Ember,Helvetica Neue,Helvetica,Arial,sans-serif}.page-container{padding:1.5rem}.action-center-body{width:100%}.action-center-subnav{min-width:220px;max-width:260px;flex-shrink:0}.action-center-subnav__eyebrow{text-transform:uppercase;letter-spacing:.06em;font-weight:700}.action-center-subnav__item,.action-center-subnav__collapse-all{width:100%;justify-content:flex-start!important;text-align:left!important;padding-left:0!important}.action-center-subnav__item--active{color:var(--st-dt-color-yellow-90, #714a00);font-weight:700}.action-center-subnav__divider{height:1px;background:var(--st-dt-color-neutral-20, #d1d5da);margin:8px 0}.action-center-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 8px;border-radius:999px;background:var(--st-dt-color-yellow-10, #fef3c7);color:var(--st-dt-color-yellow-90, #714a00);font-size:12px;font-weight:700}.action-center-search{flex:0 1 480px;min-width:0}.action-center-filters{flex:1 1 0;min-width:0}.students-search{flex:1 1 300px;min-width:0}.students-facet{flex:0 1 180px;min-width:150px}.students-stat-cards>.stat-card{flex:1 1 220px}.students-row-actions__more{display:inline-flex}.student-detail__section{border:1px solid var(--st-dt-color-neutral-20, #d1d5da);border-left:3px solid var(--st-dt-color-orange-30, #ff6200);border-radius:8px;background:var(--st-dt-color-neutral-00, #ffffff);overflow:hidden;padding:4px 12px 16px}.student-detail__field-grid{margin:0}.student-detail__field{display:grid;grid-template-columns:minmax(8.5rem,max-content) 1fr;column-gap:24px}.student-detail__field+.student-detail__field{margin-top:12px}.student-detail__field-value{margin:0}@media (max-width: 600px){.student-detail__field{grid-template-columns:1fr}.student-detail__field+.student-detail__field{margin-top:4px}.student-detail__field-value{margin-bottom:8px}}.student-details-table-scroll{width:100%;min-width:0;max-width:100%;overflow-x:auto}.enrollment-detail__panel-body{width:min(600px,85vw);box-sizing:border-box}.enrollment-detail__table-scroll,.action-center-table-scroll{width:100%;min-width:0;max-width:100%;overflow-x:auto}.program-updates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;width:100%}.program-update-card{border-left-width:4px}.program-update-card__status{flex-shrink:0;white-space:nowrap}.program-update-card--starting{border-left-color:var(--st-dt-color-yellow-90, #714a00);background:var(--st-dt-color-yellow-10, #fef3c7)}.program-update-card--started{border-left-color:var(--st-dt-color-green-70, #23756b);background:var(--st-dt-color-green-10, #d7f3ed)}.program-update-card--ended{border-left-color:var(--st-dt-color-blue-70, #1768c9);background:var(--st-dt-color-blue-05, #ebf5fd)}@media (max-width: 900px){.action-center-body{flex-direction:column!important}.action-center-subnav{max-width:none;min-width:0;width:100%}.action-center-main{width:100%}}.action-center-modal__summary{border:1px solid var(--st-dt-color-neutral-20, #d1d5da);border-radius:8px;padding:16px;background:var(--st-dt-color-neutral-05, #f1f4f7)}.batch-modal__course{border:1px solid var(--st-dt-color-neutral-20, #d1d5da);border-radius:8px;padding:12px 16px;background:var(--st-dt-color-neutral-05, #f1f4f7)}.batch-modal__student-list{list-style:none;margin:0;padding:0}.batch-modal__student-list>li{padding:8px 0;border-bottom:1px solid var(--st-dt-color-neutral-20, #d1d5da)}.batch-modal__student-list>li:last-child{border-bottom:0}.batch-modal__student-name{font-weight:600;min-width:160px}.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}
