:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0b1a2b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff;color:#0b1a2b}a{color:#2b6cb0;text-decoration:none}a:hover{color:#184e8a}main{padding:24px}.dashboard-shell{min-height:100vh;display:flex;flex-direction:column}.dashboard-body{padding:24px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:48px}.login-card{width:min(520px,100%);background:#fff;border:1px solid #e6e9f1;border-radius:18px;padding:40px;box-shadow:0 12px 32px #091e421f;display:flex;flex-direction:column;gap:28px}.login-header{display:flex;gap:16px;align-items:center;justify-content:center;flex-direction:column}.login-logo{width:140px;height:140px;border-radius:18px;object-fit:cover;border:1px solid #dfe3ec;background:#f7f9fc}h1{margin:0;color:#0b1a2b;font-size:28px;font-weight:700}.login-form{display:flex;flex-direction:column;gap:12px}.form-label{font-size:14px;color:#0b1a2b;font-weight:600}.login-form input{width:100%;border:1px solid #d1d7e3;border-radius:10px;padding:14px;font-size:15px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.login-form input:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a26}.login-form button{margin-top:8px;border:none;border-radius:12px;padding:14px;font-weight:600;font-size:16px;color:#fff;background:linear-gradient(135deg,#4c8bf5,#2b6cb0);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.button-row{display:flex;justify-content:center}.login-button{width:60%;max-width:260px}.login-form button:disabled{opacity:.7;cursor:default}.login-form button:hover:enabled{box-shadow:0 10px 24px #2b6cb040}.login-form button:active:enabled{transform:translateY(1px)}.form-error{background:#fff3f3;color:#b42318;border:1px solid #f3c1bd;padding:10px 12px;border-radius:10px;font-size:14px}.forgot-link{margin:0;text-align:center;color:#1e3a8a;font-size:14px;cursor:pointer}.dash-header{display:flex;align-items:center;gap:20px;padding:24px;border-bottom:1px solid #e6e9f1}.app-logo-button{flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.app-logo{width:48px;height:48px;border-radius:12px;object-fit:cover;border:1px solid #dfe3ec;background:#f7f9fc}.header-content{flex:1}.dash-header h1{margin:4px 0}.dash-header .subtitle{margin:0;color:#5b6f86}.user-chip{position:relative;display:inline-flex;flex-shrink:0}.user-menu-trigger{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #dfe3ec;border-radius:12px;background:#f8fafc;cursor:pointer}.user-initial{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#4c8bf5,#2b6cb0);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.menu-icon{display:inline-flex;color:#2b6cb0}.user-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:220px;padding:10px;border:1px solid #dfe3ec;border-radius:12px;background:#fff;box-shadow:0 12px 30px #091e4224;display:grid;gap:6px;z-index:10}.user-menu-header{padding:6px 8px;border-radius:10px;background:#f8fafc;display:grid;gap:2px}.user-menu-name{font-weight:600;color:#0b1a2b}.user-menu-role{font-size:13px;color:#5b6f86}.user-menu-item{display:flex;align-items:center;gap:8px;padding:10px 8px;border:none;background:none;text-align:left;cursor:pointer;color:#0b1a2b;border-radius:10px;text-decoration:none;width:100%;font-size:15px;font-family:inherit}.user-menu-item:hover{background:#f2f6fb}.user-menu-item.logout{color:#dc2626}.user-menu-item.logout:hover{background:#fee2e2}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;max-width:1300px;width:92%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e6e9f1}.modal-header h2{margin:0;font-size:20px;color:#0b1a2b}.modal-close{background:none;border:none;font-size:24px;color:#5b6f86;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f2f6fb;color:#0b1a2b}.profile-form{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#0b1a2b;font-size:14px}.form-group input{width:100%;padding:10px 12px;border:1px solid #d5e0ff;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#4c8bf5;box-shadow:0 0 0 3px #4c8bf51a}.form-group input:disabled{background:#f7f9fc;color:#5b6f86;cursor:not-allowed}.form-error{padding:12px;margin-bottom:16px;background:#fee2e2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;font-size:14px}.form-success{padding:12px;margin-bottom:16px;background:#dcfce7;border:1px solid #bbf7d0;color:#16a34a;border-radius:8px;font-size:14px}.modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:24px;border-top:1px solid #e6e9f1}.btn-primary,.btn-secondary{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;font-family:inherit;transition:all .2s ease}.btn-primary{background:#4c8bf5;color:#fff}.btn-primary:hover:not(:disabled){background:#3d6bc4;box-shadow:0 4px 12px #4c8bf54d}.btn-primary:disabled{background:#b3d4f9;cursor:not-allowed}.btn-secondary{background:#f2f6fb;color:#0b1a2b;border:1px solid #d5e0ff}.btn-secondary:hover:not(:disabled){background:#e6ecf5}.btn-secondary:disabled{background:#f7f9fc;color:#9ca3af;cursor:not-allowed}.dashboard-shell{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#fdfefe,#f2f7ff 35%,#e7f0ff)}.dashboard-body{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:48px 32px 64px;display:flex;flex-direction:column;gap:32px}.stats-chip{background:#e6f0ff;border:1px solid #c7dcff;border-radius:18px;padding:24px 32px;text-align:right;box-shadow:inset 0 1px #fff9}.stats-chip__value{display:block;font-size:48px;font-weight:600;line-height:1}.stats-chip__label{font-size:14px;color:#5b6f86}.panel{background:#fffffff2;border:1px solid #dde7fb;border-radius:28px;padding:32px;display:flex;flex-direction:column;gap:16px;box-shadow:0 24px 60px #0f469b14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.panel--overview{border:2px solid #bcd4ff;box-shadow:0 32px 70px #4c8bf533}.panel--educators{border:2px solid #ffd8b5;box-shadow:0 28px 60px #ff984e33}.panel__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.table-wrapper{overflow-x:auto;border-radius:12px}table{width:100%;border-collapse:collapse;font-size:15px}th{text-align:left;padding:16px;background:#f8fafc;border-bottom:2px solid #e6e9f1;font-weight:600;color:#0b1a2b}th:nth-child(1){width:15%}th:nth-child(2){width:33%}th:nth-child(3){width:40%}th:nth-child(4){width:12%}td{padding:16px;border-bottom:1px solid #e6e9f1;color:#0b1a2b}tbody tr:hover{background:#f8fafc}.range-header{display:flex;flex-direction:column;gap:12px;height:100%}.range-slider{background:#f3f6ff;border:1px solid #d7e4ff;border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:16px;width:100%;flex:1;justify-content:center;box-shadow:0 10px 24px #0b1a2b0f,inset 0 1px #fffc}.range-slider__values{font-size:14px;font-weight:600;color:#5b6f86;text-align:center}.range-slider__inputs{position:relative;height:36px;display:flex;align-items:center}.range-slider__inputs:before{content:"";position:absolute;top:50%;left:0;right:0;height:6px;background:#f7eadf;border-radius:999px;transform:translateY(-50%);pointer-events:none;z-index:0}.range-slider__inputs:after{content:"";position:absolute;top:50%;height:6px;background:#ff7a1859;border-radius:999px;transform:translateY(-50%);left:var(--range-min, 0%);right:calc(100% - var(--range-max, 100%));pointer-events:none;z-index:0}.range-slider__inputs input[type=range]{position:absolute;width:100%;height:10px;margin:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;top:50%;transform:translateY(-50%);z-index:1}.range-slider__inputs input[type=range]::-webkit-slider-track{background:transparent;border:none;height:6px;border-radius:999px}.range-slider__inputs input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#ff7a18;border:2px solid #ffffff;box-shadow:0 0 0 4px #fff,0 0 0 6px #ff7a1840,0 6px 12px #0b1a2b29;cursor:pointer;z-index:5}.range-slider__inputs input[type=range]::-moz-range-track{background:transparent;border:none;height:6px;border-radius:999px}.range-slider__inputs input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#ff7a18;border:2px solid #ffffff;box-shadow:0 0 0 4px #fff,0 0 0 6px #ff7a1840,0 6px 12px #0b1a2b29;cursor:pointer;pointer-events:auto}.range-slider__inputs input[type=range]::-moz-range-progress{background:transparent}.character-slider{background:#eef3ff;border:1px solid #d5e0ff;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px;width:100%}.character-slider__values{font-size:14px;color:#5b6f86;text-align:center}.character-slider__search-row{display:flex;gap:8px;flex-wrap:wrap}.character-slider__search{flex:1;min-width:150px;border:1px solid #d5e0ff;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit}.character-slider__button{padding:10px 18px;border:1px solid #d5e0ff;background:#f2f6fb;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#2b6cb0;transition:all .2s}.character-slider__button:hover{background:#e6f0ff;border-color:#bcd4ff}.character-slider__feedback{font-size:13px;margin:0;color:#5b6f86}.pill{padding:8px 12px;border-radius:12px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.pill--strong{background:linear-gradient(135deg,#4c8bf5,#2b6cb0);color:#fff}.pill--strong:hover{box-shadow:0 6px 12px #2b6cb040}.pill--ghost{background:#f2f6fb;color:#2b6cb0;border:1px solid #d5e0ff}.pill--ghost:hover{background:#e6f0ff}.educator-form{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:16px;border:1px solid #ffe0c5;border-radius:16px;background:#fff7ef}.educator-form input[type=email]{flex:1 1 220px;border:1px solid #ffd1a6;border-radius:10px;padding:10px 14px;font-size:14px;font-family:inherit}.educator-form button{border:none;background:#ff7a18;color:#fff;border-radius:10px;padding:10px 18px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.educator-form button:hover{box-shadow:0 6px 12px #ff7a184d}.educator-list{display:flex;flex-direction:column;gap:12px}.educator-list h3{margin:0;font-size:18px;color:#0b1a2b}.educator-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.educator-list li{padding:12px 16px;border-radius:12px;border:1px solid #e0e9ff;background:#f8fbff;display:flex;justify-content:space-between;align-items:center;color:#0b1a2b}.educator-list li span{font-weight:500}.educator-list li small{color:#5b6f86;font-size:12px}.educator-list__meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100}.modal[aria-hidden=true]{display:none}.modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0b1a2b66}.modal__dialog{position:relative;background:#fff;border-radius:24px;box-shadow:0 40px 80px #0b1a2b33;max-width:900px;width:90%;max-height:80vh;overflow-y:auto;padding:32px}.modal__dialog--wide{max-width:1200px;max-height:85vh;padding:0;overflow:hidden;display:flex;flex-direction:column;height:85vh}.modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal__dialog--wide .modal__header{padding:32px 32px 20px;border-bottom:1px solid #e0e9ff;margin-bottom:0}.modal__close{background:none;border:none;font-size:32px;cursor:pointer;color:#5b6f86}.modal__close:hover{color:#0b1a2b}.modal__description{color:#7a8a9a;margin-bottom:20px;font-size:13px;line-height:1.5}.modal__content{display:flex;flex-direction:row;gap:24px}.modal__dialog--wide .modal__content{gap:0;flex:1;overflow:hidden;display:flex;flex-direction:row;height:100%}.modal__list{flex:1;display:flex;flex-direction:column;gap:12px}.modal__dialog--wide .modal__list{padding:24px;border:none;overflow-y:auto;gap:12px;min-width:0;flex-basis:60%;background:#fff;border-right:1px solid #e4ecff}.modal__list-item{padding:12px 16px;border:1px solid #e0e9ff;border-radius:12px;background:#f8fbff;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s;text-align:left;font-size:14px}.modal__list-item:hover{background:#e6f0ff;border-color:#bcd4ff}.modal__list-num{font-weight:600;color:#2b6cb0;min-width:40px}.modal__list-percent{margin-left:auto;font-weight:600;color:#ff7a18}.modal__notes{width:280px;border:1px solid #e0e9ff;border-radius:16px;background:#f8fbff;overflow:hidden;display:flex;flex-direction:column}.modal__dialog--wide .modal__notes{width:340px;flex:0 0 340px;border:1px solid #dbe7ff;border-radius:20px;background:#fdfefe;min-width:0;display:flex;flex-direction:column;gap:12px;padding:20px;box-shadow:inset 0 1px #ffffffb3}.modal__notes.is-active{display:flex}.modal__notes-header{padding:16px;border-bottom:1px solid #e0e9ff}.modal__dialog--wide .modal__notes-header{padding:0;border-bottom:none;background:transparent;display:flex;flex-direction:column;gap:8px}.modal__notes-header .eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#7a8a9a;margin:0}.modal__notes-header h3{font-size:16px;font-weight:600;color:#0b1a2b;margin:0}.modal__notes-student{font-size:13px;color:#7a8a9a;margin:0}.modal__notes-body{flex:1;padding:12px 8px;overflow-y:auto;max-height:300px;border:1px solid #e4ecff;border-radius:12px;background:#f5f7fa;display:flex;flex-direction:column;gap:6px}.modal__dialog--wide .modal__notes-body{padding:12px 8px;max-height:none;flex:1;overflow-y:auto;background:#f5f7fa;border:1px solid #e4ecff;border-radius:12px}} .modal__description{font-size:13px;color:#5b6f86;margin:0 0 16px}.modal__notes-empty{color:#5b6f86;font-size:13px;margin:0}.modal__note{background:#e8f0fe;border:none;border-radius:12px;padding:8px 10px;display:flex;flex-direction:column;gap:4px;max-width:75%;box-shadow:0 1px 2px #00000014}.modal__note--other{background:#fff;border:1px solid #d0d9e8;align-self:flex-start}.modal__note--other p{color:#0b1a2b}.modal__note--other .modal__note-author{font-weight:600;font-size:12px}.modal__note--other .modal__note-time{color:#9ca3af}.modal__note--current{background:#e3f2fd;border:1px solid #90caf9;align-self:flex-end}.modal__note--current p{color:#0b1a2b}.modal__note--current .modal__note-author{font-weight:600;font-size:12px}.modal__note--current .modal__note-time{color:#5a7a9b}.modal__note-author{margin:0;font-size:11px;font-weight:600}.modal__note p{margin:0;font-size:13px;color:#0b1a2b;line-height:1.4;word-wrap:break-word}.modal__note-time,.modal__note span{display:block;font-size:10px;color:#9ca3af;text-align:right;margin-top:2px}.modal__notes-form{padding:16px;border-top:1px solid #e0e9ff;display:flex;flex-direction:column;gap:8px}.modal__dialog--wide .modal__notes-form{padding:0;background:transparent;gap:8px}.modal__notes-form textarea{width:100%;padding:10px 12px;border:1px solid #cfe0ff;border-radius:10px;font-size:13px;font-family:inherit;resize:vertical;min-height:80px;color:#5b6f86}.modal__notes-form textarea::placeholder{color:#b0bcc9}.modal__notes-form button{padding:10px 16px;border:none;background:linear-gradient(120deg,#ff7a18,#7ca7ff);color:#fff;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px;transition:all .2s}.modal__notes-form button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff7a1833}.modal__notes-form button:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.recipient-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:110}.recipient-modal[aria-hidden=true]{display:none}.recipient-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0b1a2b66}.recipient-modal__dialog{position:relative;background:#fff;border-radius:24px;box-shadow:0 40px 80px #0b1a2b33;max-width:500px;width:90%;padding:32px}.recipient-modal__actions{display:flex;gap:12px;margin-bottom:20px}.recipient-modal__actions button{flex:1;padding:10px;border:1px solid #d5e0ff;background:#f2f6fb;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px;color:#2b6cb0;transition:all .2s}.recipient-modal__actions button:hover{background:#e6f0ff}.recipient-modal__list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.recipient-modal__list label{display:flex;align-items:center;gap:8px;padding:10px;border-radius:10px;cursor:pointer}.recipient-modal__list label:hover{background:#f8fafc}.recipient-modal__footer{display:flex;gap:12px}.recipient-modal__footer button{flex:1;padding:12px;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px}.recipient-modal__footer button[type=submit]{background:#4c8bf5;color:#fff}.modal__dialog--graph{max-width:1000px}.graph-controls{display:flex;gap:24px;margin-bottom:20px;flex-wrap:wrap}.graph-range{display:flex;flex-direction:column;gap:8px}.graph-range__label{font-weight:600;font-size:13px;color:#0b1a2b;margin:0}.graph-range__inputs{display:flex;gap:12px}.graph-range__inputs label{display:flex;flex-direction:column;gap:4px;font-size:12px}.graph-range__inputs input{padding:8px;border:1px solid #d5e0ff;border-radius:8px;width:80px}.graph-students{position:relative}.graph-students__toggle{padding:10px 14px;border:1px solid #d5e0ff;background:#f2f6fb;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px;color:#2b6cb0;transition:all .2s}.graph-students__toggle:hover{background:#e6f0ff}.graph-students__menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #e0e9ff;border-radius:12px;padding:12px;min-width:200px;display:none;z-index:10}.graph-students__menu.is-open{display:flex;flex-direction:column;gap:8px}.graph-canvas-wrap{position:relative;border:1px solid #e0e9ff;border-radius:12px;padding:12px;background:#f8fafc}.graph-canvas{width:100%;max-width:100%;border-radius:8px}.graph-tooltip{position:absolute;background:#0b1a2b;color:#fff;padding:8px 12px;border-radius:8px;font-size:12px;pointer-events:none;display:none;z-index:20}.graph-tooltip div{margin-top:4px}@media(max-width:768px){.dashboard-body{padding:24px 16px 40px;gap:24px}.modal__content{flex-direction:column}.modal__notes{width:100%}.graph-controls{flex-direction:column}table{font-size:13px}th,td{padding:12px}}.modal__range{font-size:12px;color:#5b6f86;text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px}.modal__characters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;flex:1}.modal__dialog--wide .modal__characters-grid{margin-bottom:0;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr));flex:1;overflow-y:auto}.character-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 12px;border:1px solid #dbe7ff;border-radius:16px;background:linear-gradient(165deg,#fff,#f0f6ff);cursor:pointer;transition:all .2s ease;font-family:inherit;min-height:120px;box-shadow:0 12px 25px #0f469b14}.character-card:hover{transform:translateY(-4px);box-shadow:0 18px 30px #0f469b26;border-color:#bcd4ff}.character-card.is-selected{background:linear-gradient(165deg,#e6f0ff,#d4e5ff);border-color:#4c8bf5;box-shadow:0 0 0 2px #4c8bf5}.character-card:active{transform:scale(.98)}.character-card__id{font-size:12px;font-weight:600;color:#2b6cb0;width:40px;height:40px;border-radius:10px;border:1px solid rgba(43,108,176,.3);display:flex;align-items:center;justify-content:center;background:#2b6cb01f}.character-card__symbol{font-size:28px;color:#0b1a2b;line-height:1}.character-card__percent{font-size:12px;font-weight:500;color:#7a8a9a}.notes-send-others{display:flex;align-items:center;gap:8px;n font-size: 13px;color:#5b6f86;cursor:pointer;margin:0}.notes-send-others input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ff7a18}.change-password-card{max-width:720px;margin:24px auto;padding:28px;border:1px solid #e6e9f1;border-radius:16px;background:#fff;box-shadow:0 10px 24px #091e4214}.change-password-header{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.change-password-header h2{margin:0}.change-password-header .description{margin:0;color:#5b6f86}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700;color:#5b6f86}.change-password-form{display:grid;gap:12px}.change-password-form input{width:100%;border:1px solid #d1d7e3;border-radius:10px;padding:12px;font-size:15px;font-family:inherit}.success-banner{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:10px 12px;border-radius:10px;font-size:14px}.align-start{justify-content:flex-start}.primary-button{padding:12px 16px;border-radius:12px;border:none;background:linear-gradient(135deg,#4c8bf5,#2b6cb0);color:#fff;font-weight:600;cursor:pointer}.primary-button:disabled{opacity:.75;cursor:default}
