@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lora:wght@400;500;600;700&family=Nunito:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap);body{background-color:var(--ds-primary-white);color:var(--ds-text-primary);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:14px;min-height:100vh;transition:background-color .3s ease,color .3s ease}h1{color:var(--ds-text-secondary);font-size:clamp(1rem,3vw,2rem);margin-bottom:10px;margin-top:0;text-align:center}button,input,pre,select,table,td{font-family:inherit}.custom-text-cell{position:relative}.custom-text-cell--has-value{cursor:zoom-in}.custom-text-cell-floating-preview{animation:customTextPreviewIn .14s ease;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;box-shadow:0 16px 40px #00000024;color:var(--ds-primary-black);font-size:.84rem;font-weight:400;line-height:1.45;max-height:220px;overflow-y:auto;padding:12px 14px;pointer-events:none;position:fixed;text-align:left;white-space:pre-wrap;word-break:break-word;z-index:10000}.custom-text-cell-floating-preview--above{transform:translate(-50%,-100%)}.custom-text-cell-floating-preview--below{transform:translateX(-50%)}@keyframes customTextPreviewIn{0%{opacity:0}to{opacity:1}}#container{align-items:center;display:flex;justify-content:center;left:55%;position:absolute;top:10%;transform:translate(-50%);width:100%}#fixed{position:relative;width:100%}.App{min-height:100vh;padding-top:68px;width:100%}.app-content{display:flex;flex-direction:column;isolation:isolate;margin-left:0;min-height:calc(100vh - 68px);overflow:hidden;position:relative;transition:margin-left .25s ease,margin-right .25s ease}.custom-theme-calm-bg .app-content:before{background:var(--ds-theme-gradient);content:"";filter:blur(14px);inset:-4vh -8vw -10vh;opacity:.64;pointer-events:none;position:absolute;transform:scale(1.015);z-index:-1}html.dark.custom-theme-calm-bg .app-content:before{filter:blur(36px);opacity:.16}html.custom-theme-calm-bg .account-page,html.custom-theme-calm-bg .support-page{background:var(--ds-theme-gradient),var(--ds-primary-white);background-attachment:fixed}html.custom-theme-calm-bg .account-page__inner,html.custom-theme-calm-bg .support-page__inner{position:relative;z-index:0}.app-content--shifted-left{margin-left:212px}.app-content--shifted-right{margin-right:320px}.app-footer{border-top:1px solid var(--ds-border);box-sizing:border-box;color:var(--ds-text-muted);font-size:.76rem;gap:18px;justify-content:space-between;margin:auto auto 0;max-width:1200px;padding:22px 0 24px;width:calc(100% - 80px)}.app-footer,.app-footer nav{align-items:center;display:flex}.app-footer nav{flex-wrap:wrap;gap:16px;justify-content:flex-end}.app-footer a{color:var(--ds-text-muted);text-decoration:none;transition:color .15s ease}.app-footer a:hover{color:var(--ds-primary-black)}@media (max-width:720px){.app-footer{flex-direction:column;text-align:center;width:calc(100% - 40px)}.app-footer,.app-footer nav{justify-content:center}}.main-content{min-height:calc(100vh - 68px);position:relative;width:100%}.todo-list{background:var(--ds-surface-overlay);overflow:hidden}.auto-completelist,.todo-list{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff3;border-radius:15px;box-shadow:0 4px 30px #0000001a;padding:20px;position:relative;width:300px}.auto-completelist{overflow-x:scroll}.wide{position:absolute;width:65vw}.todo-item{align-items:center;background-color:var(--ds-surface);border:1px solid var(--ds-border);border-radius:5px;box-shadow:0 4px 6px #0000002b,0 1px 3px #0000002b;box-sizing:border-box;display:flex;font-size:clamp(.875rem,2vw,1rem);justify-content:space-between;margin:4px 0;padding:10px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.todo-item.completed p{color:#888;text-decoration:line-through}.todo-item input[type=text],.todo-item p{background:#0000;border:none;font-size:16px;margin:0;padding:0 3em 0 0}.todo-item input[type=text],.todo-item p,.todo-item span{flex:1;overflow-wrap:break-word;text-overflow:ellipsis;white-space:normal;word-break:break-word}.todo-item span{margin-right:10px}.todo-item input[type=text]{outline:none;width:auto}.todo-item input[type=checkbox]{margin-right:8px}.todo-item button{align-items:center;background-color:initial;border:none;color:var(--ds-text-primary);cursor:pointer;display:flex;font-size:1.2em;height:2em;justify-content:center;min-height:30px;min-width:30px;padding:0;position:absolute;right:10px;transition:color .3s ease,transform .3s ease;width:2em}.todo-item button:hover{color:var(--ds-text-primary);transform:scale(1.15)}.todo-item button:active{color:var(--ds-text-primary);transform:scale(.9)}.dragging{box-shadow:0 5px 15px #0003;transform:scale(1.05);transition:transform .2s ease-in-out;z-index:1000}.add-task-container{align-items:center;display:flex;justify-content:center;margin-top:20px}.add-task-input{border:1px solid var(--ds-border);border-radius:4px;box-sizing:border-box;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:clamp(.875rem,2vw,1rem);margin-right:10px;outline:none;padding:10px;width:70%}.add-task-input:focus{border-color:#b0b0b0;box-shadow:0 0 0 2px #b0b0b066}.add-task-button{background-color:grey;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:clamp(.875rem,2vw,1rem);padding:10px 20px}.add-task-button:hover{opacity:.8}.add-college-button{background-color:#575757;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:clamp(.875rem,2vw,1rem);padding:10px 20px}.column-picker-wrapper{margin-left:auto;position:relative}.column-picker-caret{font-size:.55em;opacity:.6;transition:opacity .15s ease}.college-list-page__columns-btn:hover .column-picker-caret{opacity:1}.column-picker-dropdown{animation:pickerSlideIn .15s ease-out;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;box-shadow:0 12px 40px #0000001a,0 2px 8px #0000000a;display:flex;flex-direction:column;max-height:460px;overflow:hidden;padding:8px 0;position:absolute;right:0;top:calc(100% + 8px);width:340px;z-index:1000}.column-picker-create{padding-top:8px}.column-picker-create__row{display:flex;gap:7px}.column-picker-create__labels,.column-picker-create__row input,.column-picker-create__row select{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:9px;box-sizing:border-box;color:var(--ds-primary-black);flex:1;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.8rem;height:34px;min-width:0;outline:none;padding:0 10px}.column-picker-create__row select{cursor:pointer;flex:0 0 82px}.column-picker-create__labels{margin-top:7px;width:100%}.column-picker-create__labels:focus,.column-picker-create__row input:focus,.column-picker-create__row select:focus{border-color:var(--ds-primary-300);box-shadow:0 0 0 3px #1a1a1a0d}.column-picker-create__row button{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-primary-black);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;font-weight:500;height:34px;padding:0 11px;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.column-picker-create__row button:hover:not(:disabled){background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.column-picker-create__row button:disabled{color:var(--ds-text-muted);cursor:not-allowed;opacity:.65}.column-picker-custom{border-bottom:1px solid var(--ds-border);flex:0 0 auto;padding:10px 10px 9px}.column-picker-custom__title{font-size:.68rem;font-weight:600;letter-spacing:.06em;padding:0 6px 5px;text-transform:uppercase;white-space:nowrap}.column-picker-custom__title,.column-picker-custom__toggle{color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif)}.column-picker-custom__toggle{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.82rem;font-weight:400;gap:6px;line-height:1.2;min-width:0;padding:7px 6px;text-align:left;transition:background-color .15s ease,color .15s ease;width:100%}.column-picker-custom__toggle:hover{background:var(--ds-surface-hover);color:var(--ds-primary-black)}.column-picker-custom__toggle span{font-size:1rem;line-height:1}@keyframes pickerSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.column-picker-dropdown__header{color:var(--ds-primary-black);display:flex;flex:0 0 auto;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;font-weight:600;gap:12px;justify-content:space-between;padding:10px 14px 8px;user-select:none}.column-picker-dropdown__header span:last-child{color:var(--ds-text-muted);font-size:.72rem;font-weight:500}.column-picker-search{border-bottom:1px solid var(--ds-border);flex:0 0 auto;padding:0 10px 10px}.column-picker-search input{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:9px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;height:34px;outline:none;padding:0 10px;width:100%}.column-picker-search input:focus{border-color:var(--ds-primary-300);box-shadow:0 0 0 3px #1a1a1a0d}.column-picker-groups{-webkit-overflow-scrolling:touch;flex:1 1 auto;max-height:none;min-height:140px;overflow-y:auto;overscroll-behavior:contain;padding:8px 0}.column-picker-group{padding:4px 0}.column-picker-group__title{color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.68rem;font-weight:600;letter-spacing:.06em;padding:8px 16px 5px;text-transform:uppercase;user-select:none}.column-picker-option{align-items:center;cursor:pointer;display:flex;font-size:.88rem;gap:10px;min-height:20px;padding:9px 16px;transition:background-color .12s ease;user-select:none}.column-picker-option:hover{background-color:var(--ds-surface-hover)}.column-picker-checkbox{cursor:pointer;flex-shrink:0;height:14px;margin:0;width:14px}.column-picker-option__label{color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.84rem;font-weight:400;line-height:1.25}.column-picker-empty{font-size:.82rem;padding:18px 16px;text-align:center}.column-picker-empty,.custom-dropdown-select,.custom-label-select{color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif)}.custom-dropdown-select,.custom-label-select{appearance:none;-webkit-appearance:none;background-color:var(--ds-surface-raised);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 3 3 3-3' stroke='%23999' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:none;border-radius:20px;cursor:pointer;font-size:.78rem;font-weight:500;max-width:180px;min-width:120px;outline:none;padding:4px 24px 4px 14px;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.custom-label-select{background-color:#f1f1ef;border:1px solid #0000;border-radius:7px;color:#4b4b47;min-width:96px}.custom-label-select--set{color:#3f3f3b}.custom-label-select--tone-0{background-color:#f1f1ef;color:#4b4b47}.custom-label-select--tone-1{background-color:#f4eeee;color:#734646}.custom-label-select--tone-2{background-color:#eef3f7;color:#35556c}.custom-label-select--tone-3{background-color:#f6f1e7;color:#74512f}.custom-label-select--tone-4{background-color:#edf5ee;color:#3f6f4a}.custom-label-select--tone-5{background-color:#f5edf6;color:#6a4a71}.custom-dropdown-select:focus,.custom-dropdown-select:hover,.custom-label-select:focus,.custom-label-select:hover{box-shadow:0 0 0 2px #1a1a1a14}.custom-cell-input{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;max-width:180px;min-width:120px;outline:none;padding:5px 9px}.custom-cell-input--number{max-width:120px}.custom-cell-input--date{max-width:150px}.custom-cell-input:focus,.custom-cell-input:hover{border-color:var(--ds-primary-300)}.sortable-header{cursor:grab;position:relative;transition:opacity .15s ease,background-color .15s ease;white-space:nowrap}.sortable-header:active{cursor:grabbing}.sortable-header--dragging{opacity:.4}.sortable-header--drop-target{box-shadow:inset 3px 0 0 0 var(--ds-active-color)}.sortable-header .header-content{align-items:center;display:flex;gap:4px;justify-content:center}.header-drag-handle{color:var(--ds-text-light,#bbb);cursor:grab;font-size:.7em;letter-spacing:-.05em;opacity:0;transition:opacity .15s ease;user-select:none}.sortable-header:hover .header-drag-handle{opacity:1}.sortable-header .header-label{flex-shrink:0}.sort-controls{display:inline-flex;flex-direction:column;gap:0;margin-left:2px}.sort-arrow{background:none;border:none;color:#bbb;cursor:pointer;font-size:.55em;line-height:1;padding:0 2px;transition:color .15s ease}.sort-arrow:hover{color:#555}.sort-arrow.active{color:#2c7be5}.sort-indicator{align-items:center;background:#2c7be514;border:1px solid #2c7be533;border-radius:6px;color:#2c7be5;display:flex;font-size:.82em;gap:8px;margin-top:8px;padding:6px 12px}.clear-sort-btn{background:none;border:none;border-radius:3px;color:#2c7be5;cursor:pointer;font-size:.9em;margin-left:auto;padding:2px 6px;transition:background-color .15s ease}.clear-sort-btn:hover{background:#2c7be51f}.row-action-header{padding:0;width:30px}.table-row{position:relative}.row-delete-cell{padding:0 4px;text-align:center;width:30px}.delete-row-btn{background:none;border:none;border-radius:3px;color:#bbb;cursor:pointer;display:none;font-size:1.2em;line-height:1;padding:2px 6px;transition:color .15s ease,background-color .15s ease}.table-row:hover .delete-row-btn{display:inline-block}.delete-row-btn:hover{background:#e74c3c14;color:#e74c3c}.autocompletestyling{border-radius:4px;box-sizing:border-box;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:clamp(.875rem,2vw,1rem);margin-right:10px;padding:10px;width:70%}input[type=date]{font-family:var(--ds-font-family,"Poppins",sans-serif);width:80%}input[type=date],select{border:none;border-radius:10px}input[type=checkbox]{appearance:none;-webkit-appearance:none;background:#0000;border:1.8px solid var(--ds-primary-black);border-radius:3px;cursor:pointer;flex-shrink:0;height:16px;position:relative;width:16px}input[type=checkbox]:checked:after{border:solid var(--ds-primary-black);border-width:0 2px 2px 0;content:"";height:8px;left:4px;position:absolute;top:1px;transform:rotate(45deg);width:4px}.todo-container{background-color:var(--ds-surface);border-radius:10px;box-shadow:0 4px 8px #0000001a;box-sizing:border-box;font-family:var(--ds-font-family,"Poppins",sans-serif);margin:0;max-width:600px;padding:20px;width:90%}.todo-item-actions{align-items:center;display:flex}@media (max-width:768px){body{font-size:16px}h1{font-size:2em}.wide{width:75vw}.add-task-button,.add-task-input,.todo-item button,.todo-item p{font-size:1em}}@media (max-width:425px){.wide{margin-right:10px;width:85vw}body{font-size:12px}h1{font-size:1.5em}.add-task-button,.add-task-input,.todo-item button,.todo-item p{font-size:1em}}.navbar{align-items:center;background-color:var(--ds-primary-white);box-sizing:border-box;display:flex;height:68px;justify-content:space-between;left:0;padding:20px 28px;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:1000}.navbar:after{background-color:var(--ds-border-subtle);bottom:0;content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0}.navbar__left{gap:12px}.navbar__icon,.navbar__left{align-items:center;display:flex;flex-shrink:0}.navbar__icon{color:var(--ds-primary-black);cursor:pointer;height:24px;justify-content:center;width:24px}.navbar__title{color:var(--ds-text-light);cursor:default;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:14px;font-weight:500;line-height:24px;white-space:nowrap}.navbar__search-wrapper{flex-shrink:0;position:relative}.navbar__search{align-items:center;background-color:var(--ds-surface-raised);border-radius:14px;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;gap:8px;height:28px;padding:0 10px;width:292px}.navbar__search .navbar__icon{color:var(--ds-primary-400);height:14px;width:14px}.navbar__search-text{color:var(--ds-primary-400);flex:1;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:12px;font-weight:400;user-select:none;white-space:nowrap}.navbar__search .navbar__icon-filter{align-items:center;color:var(--ds-primary-400);display:flex;height:16px;justify-content:center;width:16px}.navbar__search-dropdown{background:var(--ds-surface-overlay);border-radius:12px;box-shadow:0 8px 30px #0000001f;left:50%;padding:16px;position:absolute;top:calc(100% + 8px);transform:translateX(-50%);width:360px;z-index:2000}.navbar__search-dropdown .MuiAutocomplete-root{width:100%!important}.navbar__search-dropdown .MuiInputBase-root{border-radius:8px;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:13px}.navbar__right{align-items:center;display:flex;flex-shrink:0;gap:18px}.navbar__profile-menu{align-items:center;display:flex;position:relative}.navbar__icon-profile-wrapper{align-items:center;background-color:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:50%;color:var(--ds-primary-black);cursor:pointer;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.72rem;font-weight:600;height:28px;justify-content:center;overflow:hidden;padding:0;transition:border-color .15s ease,background-color .15s ease,transform .15s ease;width:28px}.navbar__icon-profile-wrapper:hover{background-color:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.navbar__icon-profile-wrapper:active{transform:scale(.96)}.navbar__profile-dropdown{background:var(--ds-surface-overlay);border:1px solid var(--ds-border);border-radius:12px;box-shadow:0 10px 34px #0000001a;box-sizing:border-box;padding:10px;position:absolute;right:0;top:calc(100% + 12px);width:248px;z-index:2200}.navbar__profile-header{align-items:center;display:flex;gap:10px;padding:8px 8px 10px}.navbar__profile-avatar{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:50%;color:var(--ds-primary-black);display:flex;flex-shrink:0;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.8rem;font-weight:600;height:34px;justify-content:center;width:34px}.navbar__profile-copy{display:flex;flex-direction:column;min-width:0}.navbar__profile-copy strong{color:var(--ds-primary-black);font-size:.82rem;font-weight:600}.navbar__profile-copy span,.navbar__profile-copy strong{font-family:var(--ds-font-family,"Poppins",sans-serif);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar__profile-copy span{color:var(--ds-text-muted);font-size:.72rem}.navbar__profile-items{display:flex;flex-direction:column;gap:2px}.navbar__profile-items button,.navbar__profile-signout{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--ds-primary-black);cursor:pointer;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.8rem;font-weight:500;gap:9px;height:34px;padding:0 9px;text-align:left;transition:background-color .15s ease,color .15s ease;width:100%}.navbar__profile-items button:hover,.navbar__profile-signout:hover{background:var(--ds-surface-hover)}.navbar__profile-items svg,.navbar__profile-signout svg{color:var(--ds-text-muted);flex-shrink:0}.navbar__profile-divider{background:var(--ds-border);height:1px;margin:8px 0}.navbar__profile-signout{color:#b54747}.navbar__profile-signout:disabled{color:var(--ds-text-muted);cursor:not-allowed}.navbar__profile-signout:disabled:hover{background:#0000}.navbar__icon--bell{position:relative}.navbar__notif-badge{align-items:center;animation:badgePop .3s cubic-bezier(.16,1,.3,1);background:#dc4c3e;border-radius:9px;box-shadow:0 1px 4px #dc4c3e66;color:#fff;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.6rem;font-weight:700;height:16px;justify-content:center;line-height:1;min-width:16px;padding:0 4px;pointer-events:none;position:absolute;right:-6px;top:-4px}@keyframes badgePop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.left-sidebar{background-color:var(--ds-primary-white);border-right:.5px solid var(--ds-border-subtle);box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:calc(100vh - 68px);left:0;opacity:1;overflow-x:hidden;overflow-y:auto;padding:16px;position:fixed;top:68px;transform:translateX(-100%);transition:transform .25s ease,background-color .3s ease;width:212px;z-index:900}.left-sidebar--open{transform:translateX(0)}.left-sidebar__tabs{align-items:center;display:flex;gap:16px;justify-content:center;padding-bottom:12px}.left-sidebar__tab{color:var(--ds-text-muted);cursor:default;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:12px;font-weight:500;letter-spacing:.01em;user-select:none}.left-sidebar__tab--active{color:var(--ds-primary-black)}.left-sidebar__nav-section{display:flex;flex-direction:column;gap:4px;padding-bottom:12px}.left-sidebar__nav-item{align-items:center;border-radius:6px;color:var(--ds-primary-black);cursor:default;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:13px;font-weight:400;gap:10px;overflow:hidden;padding:6px 8px;text-overflow:ellipsis;user-select:none;white-space:nowrap}.left-sidebar__nav-icon{color:var(--ds-text-muted);flex-shrink:0}.left-sidebar__nav-item--clickable{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:6px 8px;text-align:left;transition:background-color .15s ease;width:100%}.left-sidebar__nav-item--clickable:hover{background-color:var(--ds-surface-hover)}.left-sidebar__nav-item--active{background-color:var(--ds-active-bg);color:var(--ds-active-color);font-weight:500}.left-sidebar__nav-item--active .left-sidebar__nav-icon{color:var(--ds-active-color)}.left-sidebar__nav-item--active:hover{background-color:var(--ds-active-bg-hover)}.left-sidebar__dashboards-section{display:flex;flex-direction:column;gap:4px}.left-sidebar__section-label{color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:11px;font-weight:500;letter-spacing:.05em;padding:8px 8px 4px;text-transform:uppercase;user-select:none}.left-sidebar__dashboard-list{display:flex;flex-direction:column;gap:2px}.left-sidebar__dashboard-row{align-items:center;border-radius:6px;display:flex;position:relative;transition:background-color .15s ease}.left-sidebar__dashboard-row:hover{background-color:var(--ds-surface-hover)}.left-sidebar__dashboard-row--active{background-color:var(--ds-active-bg);color:var(--ds-active-color)}.left-sidebar__dashboard-row--active:hover{background-color:var(--ds-active-bg-hover)}.left-sidebar__dashboard-item{align-items:center;background:none;border:none;border-radius:6px;color:var(--ds-primary-black);cursor:pointer;display:flex;flex:1;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:13px;font-weight:400;gap:6px;padding:7px 8px 7px 12px;text-align:left;white-space:nowrap}.left-sidebar__dashboard-item,.left-sidebar__dashboard-name{min-width:0;overflow:hidden;text-overflow:ellipsis}.left-sidebar__pin-icon{color:var(--ds-text-muted);flex-shrink:0}.left-sidebar__dashboard-row--active .left-sidebar__dashboard-item,.left-sidebar__dashboard-row--active .left-sidebar__pin-icon{color:var(--ds-active-color)}.left-sidebar__dashboard-row--active .left-sidebar__dashboard-item{font-weight:500}.left-sidebar__dashboard-menu-btn{align-items:center;background:#0000;border:none;border-radius:5px;color:var(--ds-text-muted);cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-right:4px;opacity:0;transition:opacity .15s ease,background-color .15s ease,color .15s ease;width:24px}.left-sidebar__dashboard-menu-btn--open,.left-sidebar__dashboard-row:hover .left-sidebar__dashboard-menu-btn{opacity:1}.left-sidebar__dashboard-menu-btn--open,.left-sidebar__dashboard-menu-btn:hover{background-color:var(--ds-surface-hover);color:var(--ds-primary-black)}.left-sidebar__dashboard-menu{background:var(--ds-primary-white);border:1px solid var(--ds-border-subtle,#e8e8e8);border-radius:8px;box-shadow:0 8px 24px #0000001f;min-width:132px;padding:5px;position:absolute;right:4px;top:30px;z-index:930}.left-sidebar__dashboard-menu-item{align-items:center;background:#0000;border:none;border-radius:6px;color:var(--ds-primary-black);cursor:pointer;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:12px;gap:8px;padding:7px 8px;text-align:left;transition:background-color .15s ease,color .15s ease;width:100%}.left-sidebar__dashboard-menu-item:hover{background-color:var(--ds-surface-hover)}.left-sidebar__dashboard-menu-item--danger{color:#dc4c3e}.left-sidebar__dashboard-menu-item--danger:hover{background:#fef2f2}.left-sidebar__dashboard-menu-item:disabled{color:var(--ds-text-muted);cursor:not-allowed;opacity:.5}.left-sidebar__dashboard-menu-item:disabled:hover{background:#0000}.left-sidebar__dashboard-rename-input{background:var(--ds-primary-white,#fff);border:1.5px solid var(--ds-active-color,#4f6ef7);border-radius:6px;box-sizing:border-box;color:var(--ds-primary-black);outline:none;padding:5px 10px;width:100%}.left-sidebar__add-btn,.left-sidebar__dashboard-rename-input{font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:13px;font-weight:400}.left-sidebar__add-btn{align-items:center;background:none;border:none;border-radius:6px;color:var(--ds-text-muted);cursor:pointer;display:flex;gap:6px;margin-top:4px;padding:7px 12px;text-align:left;transition:background-color .15s ease,color .15s ease}.left-sidebar__add-btn:hover{background-color:var(--ds-surface-hover);color:var(--ds-primary-black)}.sidebar-overlay{background-color:#0000001a;height:calc(100vh - 68px);left:0;opacity:0;pointer-events:none;position:fixed;top:68px;transition:opacity .25s ease;width:100%;z-index:899}.sidebar-overlay--visible{opacity:1;pointer-events:auto}.right-sidebar{background-color:var(--ds-primary-white);border-left:.5px solid var(--ds-border-subtle);box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 68px);overflow:hidden;position:fixed;right:0;top:68px;transform:translateX(100%);transition:transform .25s ease,background-color .3s ease;width:320px;z-index:900}.right-sidebar--open{transform:translateX(0)}.right-sidebar__header{border-bottom:1px solid var(--ds-border-subtle,#ebebeb);flex-shrink:0;padding:18px 18px 14px}.right-sidebar__title-row{align-items:center;display:flex;gap:8px;margin-bottom:10px}.right-sidebar__title{color:var(--ds-primary-black);font-size:1rem;margin:0;padding:0;user-select:none}.right-sidebar__title,.right-sidebar__unread-badge{font-family:var(--ds-font-family,"Poppins",sans-serif);font-weight:600}.right-sidebar__unread-badge{align-items:center;background:var(--ds-primary-black);border-radius:10px;color:var(--ds-primary-white);display:flex;font-size:.65rem;height:18px;justify-content:center;min-width:18px;padding:0 5px}.right-sidebar__actions{display:flex;gap:6px}.right-sidebar__action-btn{align-items:center;background:none;border:1px solid var(--ds-border-subtle,#e8e8e8);border-radius:8px;color:var(--ds-text-muted);cursor:pointer;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.72rem;font-weight:500;gap:4px;padding:5px 10px;transition:all .15s ease}.right-sidebar__action-btn:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-200);color:var(--ds-primary-black)}.right-sidebar__action-btn--danger:hover{background:#fef2f2;border-color:#fecaca;color:#dc4c3e}html.dark .right-sidebar__action-btn--danger:hover{background:#3d2230;border-color:#3d2230;color:#f9a8a8}.right-sidebar__list{display:flex;flex:1;flex-direction:column;gap:8px;overflow-y:auto;padding:10px 12px}.right-sidebar__empty{flex:1;flex-direction:column;padding:40px 20px;text-align:center}.right-sidebar__empty,.right-sidebar__empty-icon{align-items:center;display:flex;justify-content:center}.right-sidebar__empty-icon{background:#e8e8e8;border-radius:50%;color:var(--ds-text-muted);height:56px;margin-bottom:14px;width:56px}.right-sidebar__empty-title{color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.92rem;font-weight:600;margin:0 0 4px}.right-sidebar__empty-text{color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;line-height:1.5;margin:0}.notif-card{align-items:flex-start;animation:notifSlideIn .3s ease-out both;background:var(--ds-primary-white);border:1px solid var(--ds-border-subtle,#ebebeb);border-radius:12px;display:flex;gap:10px;padding:12px 14px;transition:background-color .15s ease,box-shadow .15s ease,border-color .15s ease}.notif-card:hover{border-color:var(--ds-border-subtle,#e0e0e0);box-shadow:0 4px 16px #0000000d}.notif-card--deadline{background:#ef44440f;border-color:#ef444438}.notif-card--deadline:hover{border-color:#ef444459;box-shadow:0 4px 16px #ef444414}.notif-card--read{opacity:.6}.notif-card--read:hover{opacity:.85}@keyframes notifSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.notif-card__icon-wrapper{align-items:center;background:#e8e8e8;border-radius:8px;color:var(--ds-text-muted);display:flex;flex-shrink:0;height:30px;justify-content:center;margin-top:1px;width:30px}.notif-card--deadline .notif-card__icon-wrapper{background:#ef44441f;color:#ef4444}.notif-card__content{flex:1;min-width:0}.notif-card__header-row{align-items:flex-start;display:flex;gap:6px;justify-content:space-between}.notif-card__task-text{color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;font-weight:500;line-height:1.3;word-break:break-word}.notif-card--deadline .notif-card__task-text{color:#ef4444;font-weight:600}.notif-card__remove{align-items:center;background:none;border:none;border-radius:5px;color:var(--ds-text-muted,#bbb);cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;opacity:0;padding:0;transition:opacity .15s ease,background-color .15s ease,color .15s ease;width:20px}.notif-card:hover .notif-card__remove{opacity:1}.notif-card__remove:hover{background-color:var(--ds-surface-hover,#f5f5f5);color:#dc4c3e}.notif-card__college{color:var(--ds-text-muted);display:block;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.72rem;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-card__meta{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.notif-card__offset{font-weight:500}.notif-card__offset,.notif-card__time{color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.65rem;white-space:nowrap}.notif-card__deadline-badge{background:#fee2e2;color:#b91c1c;font-weight:700;padding:1px 7px}.notif-card__deadline-badge,.notif-card__priority{border-radius:6px;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.6rem;white-space:nowrap}.notif-card__priority{align-items:center;display:flex;font-weight:600;gap:2px;padding:1px 6px}.notif-card__priority--high{background-color:#fee2e2;color:#b91c1c}.notif-card__priority--medium{background-color:#fef3c7;color:#92400e}.notif-card__priority--low{background-color:#dbeafe;color:#1d4ed8}html.dark .notif-card__priority--high{background-color:#3d2230;color:#f9a8a8}html.dark .notif-card__priority--medium{background-color:#33312a;color:#fcd34d}html.dark .notif-card__priority--low{background-color:#1e2d3d;color:#93c5fd}html.dark .notif-card--deadline{background:#ef44441a;border-color:#ef44444d}html.dark .notif-card--deadline .notif-card__icon-wrapper{background:#ef44442e;color:#fca5a5}html.dark .notif-card--deadline .notif-card__task-text{color:#fca5a5}html.dark .notif-card__deadline-badge{background:#3d2230;color:#fca5a5}.notif-card__mark-read{background:none;border:none;color:var(--ds-text-muted);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.68rem;font-weight:500;margin-top:4px;padding:2px 0 0;transition:color .15s ease}.notif-card__mark-read:hover{color:var(--ds-primary-black);text-decoration:underline}@media (max-width:480px){.right-sidebar{width:100%}}.dashboard-template-picker{align-items:center;display:flex;inset:0;justify-content:center;padding:28px;position:fixed;z-index:1500}.dashboard-template-picker__backdrop{backdrop-filter:blur(2px);background:#14141429;inset:0;position:absolute}.dashboard-template-picker__panel{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:14px;box-shadow:0 24px 70px #00000029;max-height:min(720px,calc(100vh - 56px));overflow-y:auto;padding:24px;position:relative;width:min(920px,100%)}.dashboard-template-picker__header{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:20px}.dashboard-template-picker__header h2{color:var(--ds-primary-black);font-size:1.35rem;font-weight:600;letter-spacing:0;margin:0}.dashboard-template-picker__header p{color:var(--ds-text-muted);font-size:.9rem;margin:4px 0 0}.dashboard-template-picker__close{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-text-secondary);cursor:pointer;display:inline-flex;height:34px;justify-content:center;width:34px}.dashboard-template-picker__close:hover{background:var(--ds-surface-hover);color:var(--ds-primary-black)}.dashboard-template-picker__grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-template-card{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;min-height:260px;overflow:hidden;padding:0;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dashboard-template-card:hover{border-color:#c8c8c8;box-shadow:0 14px 32px #00000014;transform:translateY(-1px)}.dashboard-template-card--custom:hover{border-color:#c8c8c8}.dashboard-template-card--import{cursor:pointer}.dashboard-template-card--import input{height:1px;opacity:0;pointer-events:none;position:absolute;width:1px}.dashboard-template-card--import:focus-within{border-color:var(--ds-active-color);box-shadow:0 0 0 3px var(--ds-theme-accent-softer)}.dashboard-template-card--custom .dashboard-template-card__badge{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-text-secondary);padding:4px 8px}.dashboard-template-card__custom-plus{align-items:center;background:var(--ds-surface);border:1px dashed var(--ds-border);border-radius:10px;color:var(--ds-text-secondary);display:flex;justify-content:center;min-height:90px}.dashboard-template-card__preview{background:linear-gradient(180deg,var(--ds-surface-raised),var(--ds-surface));border-bottom:1px solid var(--ds-border);min-height:158px;padding:16px}.dashboard-template-card__preview-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.dashboard-template-card__icon{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-text-secondary);display:inline-flex;height:32px;justify-content:center;width:32px}.dashboard-template-card__badge{color:var(--ds-text-muted);font-size:.72rem;font-weight:500}.dashboard-template-card__table{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-template-card__table span{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:7px;color:var(--ds-text-secondary);font-size:.72rem;line-height:1.25;min-width:0;overflow-wrap:anywhere;padding:7px 8px;white-space:normal}.dashboard-template-card__rows{display:grid;gap:7px;margin-top:13px}.dashboard-template-card__rows span{background:var(--ds-border);border-radius:999px;height:7px}.dashboard-template-card__rows span:first-child{width:86%}.dashboard-template-card__rows span:nth-child(2){width:68%}.dashboard-template-card__rows span:nth-child(3){width:78%}.dashboard-template-card__copy{display:grid;gap:6px;padding:15px 16px 16px}.dashboard-template-card__copy strong{color:var(--ds-primary-black);font-size:.96rem;font-weight:600}.dashboard-template-card__copy span{color:var(--ds-text-muted);font-size:.8rem;line-height:1.45}.dashboard-template-picker__prefill{align-items:center;background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;display:flex;gap:16px;justify-content:space-between;margin-top:18px;padding:16px}.dashboard-template-picker__prefill--focused{margin-top:0;min-height:180px}.dashboard-template-picker__prefill strong{color:var(--ds-primary-black);display:block;font-size:.95rem;font-weight:600}.dashboard-template-picker__prefill p{color:var(--ds-text-muted);font-size:.82rem;line-height:1.4;margin:4px 0 0}.dashboard-template-picker__prefill-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.dashboard-template-picker__prefill-actions button{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-primary-black);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;font-weight:600;min-height:34px;padding:0 12px}.dashboard-template-picker__prefill-actions button:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-200)}.dashboard-template-picker__prefill-actions button:first-child{background:var(--ds-primary-black);border-color:var(--ds-primary-black);color:var(--ds-primary-white)}.dashboard-template-picker__prefill-actions button:first-child:hover{background:var(--ds-text-secondary);border-color:var(--ds-text-secondary)}.dashboard-template-picker__csv-review{display:grid;gap:16px}.dashboard-template-picker__csv-summary{align-items:center;display:flex;gap:12px}.dashboard-template-picker__csv-matches strong,.dashboard-template-picker__csv-summary strong{color:var(--ds-primary-black);font-size:.88rem;font-weight:650}.dashboard-template-picker__csv-matches p,.dashboard-template-picker__csv-note,.dashboard-template-picker__csv-summary p{color:var(--ds-text-muted);font-size:.76rem;line-height:1.45;margin:3px 0 0}.dashboard-template-picker__csv-matches{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-template-picker__csv-matches>div{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:9px;min-width:0;padding:12px}.dashboard-template-picker__csv-matches p{overflow-wrap:anywhere}.dashboard-template-picker__csv-table-wrap{border:1px solid var(--ds-border);border-radius:9px;max-width:100%;overflow-x:auto}.dashboard-template-picker__csv-table-wrap table{background:var(--ds-primary-white);border-collapse:collapse;width:100%}.dashboard-template-picker__csv-table-wrap td,.dashboard-template-picker__csv-table-wrap th{border-bottom:1px solid var(--ds-border);border-right:1px solid var(--ds-border);color:var(--ds-primary-black);font-size:.72rem;max-width:220px;min-width:120px;overflow:hidden;padding:8px 10px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dashboard-template-picker__csv-table-wrap th{background:var(--ds-surface-raised);font-weight:650}.dashboard-template-picker__csv-error{background:#fff6f6;border:1px solid #f2b4b4;border-radius:9px;color:#b42318;font-size:.8rem;grid-column:1/-1;margin:0;padding:10px 12px}@media (max-width:820px){.dashboard-template-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.dashboard-template-picker{padding:16px}.dashboard-template-picker__panel{padding:18px}.dashboard-template-picker__grid{grid-template-columns:1fr}.dashboard-template-picker__prefill{align-items:stretch;flex-direction:column}.dashboard-template-picker__prefill-actions{flex-wrap:wrap;justify-content:flex-start}.dashboard-template-picker__csv-matches{grid-template-columns:1fr}}.college-list-page{font-family:var(--ds-font-family,"Poppins",sans-serif);margin:0 auto;max-width:1200px;padding:32px 40px}.college-list-page--table-expanded{max-width:none;padding:18px 14px 28px;width:100%}.college-list-page--table-expanded .college-list-page__header{margin-bottom:14px}.college-list-page--table-expanded .college-list-page__title{font-size:1.45rem}.college-list-page--table-expanded .college-list-page__subtitle{display:none}.college-list-page__header{margin-bottom:28px}.college-list-page__title{color:var(--ds-primary-black);font-size:1.75rem;font-weight:600;margin:0 0 4px;text-align:left}.college-list-page__subtitle{color:var(--ds-text-muted);font-size:.9rem;margin:0}.college-list-page__controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;min-width:0}.college-list-page__controls .column-picker-wrapper{margin-left:0}.college-list-page--table-expanded .college-list-page__controls{align-items:stretch;box-sizing:border-box;gap:7px;margin-bottom:12px;width:100%}.college-list-page--table-expanded .college-list-page__controls>.MuiAutocomplete-root{width:min(280px,100%)!important}.college-list-page--table-expanded .college-list-page__controls .MuiOutlinedInput-root{box-sizing:border-box;height:32px;min-height:32px;padding-bottom:0!important;padding-top:0!important}.college-list-page--table-expanded .college-list-page__controls .MuiInputBase-input{font-size:.78rem!important;height:30px;padding-bottom:0!important;padding-top:0!important}.college-list-page__add-btn{background:none;border:1.5px solid var(--ds-border);border-radius:10px;color:var(--ds-primary-black);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.84rem;font-weight:500;padding:8px 18px;transition:all .2s ease;white-space:nowrap}.college-list-page__add-btn:hover{background-color:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.college-list-page__add-btn:active{transform:scale(.97)}.college-list-page__action-message{color:var(--ds-text-muted);flex:1 1 220px;font-size:.8rem;line-height:1.35;margin:0;min-width:180px}.college-list-page__columns-btn{background:none;border:1.5px solid var(--ds-border);border-radius:10px;color:var(--ds-text-muted);font-weight:500}.college-list-page__columns-btn,.college-list-page__expand-btn{align-items:center;cursor:pointer;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.84rem;gap:7px;padding:8px 14px;transition:all .2s ease;white-space:nowrap}.college-list-page__expand-btn{background:var(--ds-active-bg);border:1.5px solid var(--ds-primary-200);border-radius:10px;color:var(--ds-active-color);flex:0 0 auto;font-weight:600;margin-left:0;min-width:max-content}.college-list-page__export{flex:0 0 auto;margin-left:auto;position:relative}.college-list-page__export-btn{align-items:center;background:var(--ds-primary-white);border:1.5px solid var(--ds-border);border-radius:10px;color:var(--ds-text-muted);cursor:pointer;display:inline-flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;font-weight:600;gap:6px;height:100%;justify-content:center;min-height:38px;padding:8px 12px;white-space:nowrap}.college-list-page__export-btn:hover,.college-list-page__export-btn[aria-expanded=true]{background:var(--ds-surface-hover);border-color:var(--ds-primary-300);color:var(--ds-primary-black)}.college-list-page__export-menu{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:10px;box-shadow:0 14px 34px #0000001f;padding:6px;position:absolute;right:0;top:calc(100% + 7px);width:250px;z-index:120}.college-list-page__export-menu button{background:#0000;border:0;border-radius:7px;color:var(--ds-primary-black);cursor:pointer;display:flex;flex-direction:column;font-family:var(--ds-font-family,"Poppins",sans-serif);gap:2px;padding:9px 10px;text-align:left;width:100%}.college-list-page__export-menu button:hover{background:var(--ds-surface-hover)}.college-list-page__export-menu strong{font-size:.8rem;font-weight:650}.college-list-page__export-menu span{color:var(--ds-text-muted);font-size:.69rem;line-height:1.35}.college-list-page--table-expanded .college-list-page__add-btn,.college-list-page--table-expanded .college-list-page__columns-btn,.college-list-page--table-expanded .college-list-page__expand-btn,.college-list-page--table-expanded .college-list-page__export-btn{border-radius:8px;box-sizing:border-box;font-size:.76rem;height:32px;line-height:1;min-height:32px;padding:6px 10px}.college-list-page--table-expanded .college-list-page__add-btn,.college-list-page--table-expanded .college-list-page__columns-btn{box-sizing:border-box;justify-content:center;max-width:82px;min-width:82px;width:82px}.college-list-page--table-expanded .college-list-page__controls .column-picker-wrapper{align-items:stretch;display:flex;height:32px}.college-list-page--table-expanded .college-list-page__columns-btn .column-picker-caret,.college-list-page--table-expanded .college-list-page__columns-btn svg{display:none}.college-list-page--table-expanded .college-list-page__expand-btn{justify-content:center;margin-left:0;margin-right:22px;max-width:min(190px,100%)}.college-list-page--table-expanded .college-list-page__export{height:32px;margin-left:auto}.college-list-page__expand-btn:hover{background-color:var(--ds-active-bg-hover);border-color:var(--ds-primary-300)}.college-list-page__columns-btn:hover{background-color:var(--ds-surface-hover);border-color:var(--ds-primary-300);color:var(--ds-primary-black)}.college-list-page__progress{margin-bottom:20px}.college-list-page__progress progress{appearance:none;-webkit-appearance:none;border-radius:3px;height:5px;width:100%}.college-list-page__progress progress::-webkit-progress-bar{background-color:var(--ds-primary-100);border-radius:3px}.college-list-page__progress progress::-webkit-progress-value{background-color:var(--ds-active-color);border-radius:3px;transition:width .3s ease}.college-list-page__table-wrapper{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;box-shadow:0 1px 3px #0000000a;overflow-x:auto;overflow-y:visible}.college-list-page--table-expanded .college-list-page__table-wrapper{border-radius:8px;margin-left:50%;max-height:calc(100vh - 190px);overflow:auto;transform:translateX(-50%);width:calc(100vw - 28px)}.college-list-page__table{border-collapse:collapse;font-size:.84rem;table-layout:fixed;width:100%}.college-list-page__table thead{background-color:var(--ds-surface-raised);border-bottom:1px solid var(--ds-border)}.college-list-page--table-expanded .college-list-page__table thead{position:sticky;top:0;z-index:18}.college-list-page--table-expanded .college-list-page__table{font-size:.76rem}.college-list-page__table th{color:var(--ds-text-muted);font-size:.74rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase}.college-list-page__table td,.college-list-page__table th{box-sizing:border-box;max-width:420px;min-width:148px;padding:9px 10px;text-align:center}.college-list-page__table td{background:var(--ds-surface);border-bottom:1px solid var(--ds-border);color:var(--ds-primary-black)}.college-list-page__table td pre{font-size:.82rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.college-list-page__table button,.college-list-page__table input,.college-list-page__table select,.college-list-page__table td pre{font-family:var(--ds-font-family,"Poppins",sans-serif)}.college-list-page__table .custom-cell-input,.college-list-page__table .custom-dropdown-select,.college-list-page__table .custom-label-select,.college-list-page__table input[type=date],.college-list-page__table input[type=number]{font-size:.78rem;max-width:100%;min-height:30px}.college-list-page__table .custom-cell-input,.college-list-page__table .custom-dropdown-select,.college-list-page__table .custom-label-select{min-width:0}.college-list-page__table .category-tag{font-size:.74rem;padding-bottom:3px;padding-top:3px}.college-list-page--table-expanded .college-list-page__table td pre,.college-list-page--table-expanded .custom-link-cell{font-size:.72rem}.college-list-page--table-expanded .college-list-page__table th{font-size:.64rem;line-height:1.2;min-width:128px;padding:6px 7px}.college-list-page--table-expanded .college-list-page__table td{line-height:1.25;min-width:128px;padding:6px 7px}.college-list-page--table-expanded .college-list-page__table .custom-cell-input,.college-list-page--table-expanded .college-list-page__table .custom-dropdown-select,.college-list-page--table-expanded .college-list-page__table .custom-label-select,.college-list-page--table-expanded .college-list-page__table input[type=date],.college-list-page--table-expanded .college-list-page__table input[type=number]{border-radius:6px;font-size:.7rem;min-height:25px;padding-bottom:2px;padding-top:2px}.college-list-page--table-expanded .college-list-page__table .category-tag{font-size:.68rem;padding:2px 20px 2px 9px}.college-list-page--table-expanded .header-filter-badge,.college-list-page--table-expanded .header-sort-badge{font-size:.58rem;padding:3px 5px}.college-list-page--table-expanded .column-menu-trigger{height:20px;width:20px}.college-list-page--table-expanded .header-content{gap:4px}.college-list-page__table tbody tr:last-child td{border-bottom:none}.college-list-page__table tbody tr:hover,.college-list-page__table tbody tr:hover td{background-color:var(--ds-surface-hover)}.college-list-page__empty-state{border-bottom:none!important;padding:60px 20px!important;text-align:center}.college-list-page__empty-content{align-items:center;display:flex;flex-direction:column;gap:4px}.college-list-page__empty-icon{font-size:2.5rem;margin-bottom:8px}.college-list-page__empty-content p{color:var(--ds-primary-black);font-size:1rem;font-weight:500;margin:0}.college-list-page__empty-hint{color:var(--ds-text-muted)!important;font-size:.85rem!important;font-weight:400!important;margin-top:2px!important}.college-list-page__empty-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}.college-list-page__empty-actions button{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-primary-black);cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:600;min-height:32px;padding:0 11px}.college-list-page__empty-actions button:hover:not(:disabled){background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.college-list-page__empty-actions button:disabled{cursor:not-allowed;opacity:.55}.cell-editable{cursor:text}.custom-text-cell__edit-hint{color:var(--ds-text-muted);font-size:.78rem;font-style:italic;white-space:nowrap}.cell-edit-input{background:var(--ds-surface);border:1.5px solid var(--ds-active-color);border-radius:6px;box-shadow:0 0 0 3px #2b7ae814;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.9rem;outline:none;padding:6px 10px;width:100%}.custom-link-cell{color:var(--ds-text-muted);font-size:.86rem}.custom-link-cell a{color:var(--ds-active-color);font-weight:600;text-decoration:none}.custom-link-cell a:focus,.custom-link-cell a:hover{text-decoration:underline}.custom-link-cell span{color:var(--ds-text-muted)}.category-tag{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 3 3 3-3' stroke='%23999' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:none;border-radius:20px;cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;font-weight:500;padding:4px 24px 4px 14px;transition:all .15s ease}.sortable-header{isolation:isolate}.sortable-header .header-content{gap:6px;justify-content:space-between;min-width:0;width:100%}.sortable-header .header-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sortable-header .header-drag-handle{flex:0 0 auto}.header-filter-badge,.header-sort-badge{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-primary-black);flex:0 0 auto;font-size:.68rem;font-weight:500;letter-spacing:0;line-height:1;padding:4px 6px;text-transform:none}.header-filter-badge{color:var(--ds-text-muted);max-width:54px;overflow:hidden;text-overflow:ellipsis}.column-menu-trigger{align-items:center;background:#0000;border:none;border-radius:6px;color:var(--ds-text-muted);cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:1rem;height:24px;justify-content:center;line-height:1;opacity:0;transition:background-color .15s ease,color .15s ease,opacity .15s ease;width:24px}.column-menu-trigger:focus,.column-menu-trigger[aria-expanded=true],.sortable-header--filtered .column-menu-trigger,.sortable-header:hover .column-menu-trigger{opacity:1}.column-menu-trigger:focus,.column-menu-trigger:hover{background:var(--ds-surface-hover);color:var(--ds-primary-black)}.column-header-menu{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;box-shadow:0 14px 40px #0000001f,0 3px 10px #0000000d;letter-spacing:0;padding:7px;position:fixed;text-align:left;text-transform:none;width:220px;z-index:99999}.column-header-menu button{align-items:center;background:#0000;border:none;border-radius:7px;color:var(--ds-primary-black);cursor:pointer;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.8rem;font-weight:400;min-height:32px;padding:7px 8px;text-align:left;transition:background-color .15s ease,color .15s ease;width:100%}.column-header-menu button:hover{background:var(--ds-surface-hover)}.column-header-menu__danger{color:#b91c1c!important}.column-header-menu__divider{background:var(--ds-border);height:1px;margin:6px 0}.column-rename-form{display:flex;flex-direction:column;gap:7px;padding:7px 6px}.column-rename-form input{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.8rem;height:32px;outline:none;padding:0 9px;width:100%}.column-rename-form input:focus{border-color:var(--ds-primary-300);box-shadow:0 0 0 3px #1a1a1a0d}.column-rename-form__actions{display:flex;gap:6px}.column-rename-form__actions button{background:var(--ds-surface-raised);border:1px solid var(--ds-border);font-size:.76rem;justify-content:center;min-height:30px}.column-filter-control{display:flex;flex-direction:column;gap:6px;padding:7px 6px 8px}.column-filter-control span{color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.column-filter-control input{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.8rem;height:32px;outline:none;padding:0 9px;width:100%}.column-filter-control input:focus{border-color:var(--ds-primary-300);box-shadow:0 0 0 3px #1a1a1a0d}.column-resize-handle{cursor:col-resize;height:100%;position:absolute;right:-4px;top:0;width:10px;z-index:10}.column-resize-handle:after{background:var(--ds-primary-300);border-radius:999px;content:"";height:64%;opacity:.25;position:absolute;right:4px;top:18%;transition:opacity .15s ease,background-color .15s ease;width:2px}.is-resizing-column .column-resize-handle:after,.sortable-header:hover .column-resize-handle:after{opacity:1}.is-resizing-column{cursor:col-resize!important;user-select:none}.col--frozen{box-shadow:1px 0 0 var(--ds-border);left:0;position:sticky;z-index:12}.col--frozen-header{background:var(--ds-surface-raised);z-index:20}.college-list-page__table .row-action-header,.college-list-page__table .row-delete-cell{background:#0000;border-bottom:none;max-width:0;min-width:0;overflow:visible;padding:0!important;width:0}.college-list-page__table .delete-row-btn{background:var(--ds-surface);border:1px solid var(--ds-border);box-shadow:0 6px 18px #00000014;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.category-tag--empty{background-color:var(--ds-surface-raised);color:var(--ds-text-muted)}.category-tag--reach{background-color:#fee2e2;color:#b91c1c}.category-tag--target{background-color:#fef3c7;color:#92400e}.category-tag--safety{background-color:#d1fae5;color:#065f46}html.dark .category-tag--reach{background-color:#3d2230;color:#f9a8a8}html.dark .category-tag--target{background-color:#33312a;color:#fcd34d}html.dark .category-tag--safety{background-color:#253325;color:#6ee7b7}@media (max-width:768px){.college-list-page{padding:20px 16px}.college-list-page__title{font-size:1.4rem}.college-list-page__controls{align-items:stretch;flex-direction:column}.college-list-page__controls>.MuiAutocomplete-root{max-width:100%;width:100%!important}.college-list-page__add-btn,.college-list-page__columns-btn,.college-list-page__controls .column-picker-wrapper,.college-list-page__export,.college-list-page__export-btn{box-sizing:border-box;width:100%}.college-list-page__add-btn,.college-list-page__columns-btn,.college-list-page__export-btn{justify-content:center}.college-list-page__controls .column-picker-dropdown{left:12px!important;max-height:calc(100vh - 120px);max-width:none;position:fixed!important;right:12px!important;width:auto!important}.college-list-page__controls .column-picker-groups{min-height:160px}.college-list-page__expand-btn{justify-content:center;margin-left:0;width:100%}}.progress-page{box-sizing:border-box;font-family:var(--ds-font-family,"Poppins",sans-serif);margin:0 auto;max-width:1200px;padding:32px 40px;width:100%}.progress-page__header{margin-bottom:18px}.progress-page__title{color:var(--ds-primary-black);font-size:1.75rem;font-weight:600;margin:0;text-align:left}.progress-page__subtitle{color:var(--ds-text-muted);font-size:.9rem;line-height:1.5;margin:6px 0 0;max-width:760px}.progress-page__tabs{align-items:center;border-bottom:1px solid var(--ds-border);display:flex;gap:4px;margin-bottom:28px;padding-bottom:0}.progress-page__tab{background:none;border:none;border-bottom:2px solid #0000;bottom:-1px;color:var(--ds-text-muted);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.9rem;font-weight:500;padding:10px 16px;position:relative;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.progress-page__tab--active,.progress-page__tab:hover{color:var(--ds-primary-black)}.progress-page__tab--active{border-bottom-color:var(--ds-primary-black)}.progress-page__content{box-sizing:border-box;max-width:100%;min-height:200px;width:100%}.progress-page__tab-panel{box-sizing:border-box;max-width:100%;min-height:680px;width:100%}.progress-page__source-panel{align-items:flex-start;background:var(--ds-surface-raised);border:1px solid var(--ds-primary-200);border-radius:12px;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px;padding:20px 22px}.progress-page__source-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.progress-page__final-label{background:var(--ds-primary-black);border:1px solid var(--ds-primary-black);border-radius:999px;color:var(--ds-primary-white);font-size:.7rem;font-weight:700;letter-spacing:0;padding:5px 10px;text-transform:uppercase;width:fit-content}.progress-page__source-label{color:var(--ds-text-muted);font-size:.68rem;font-weight:500;text-transform:uppercase}.progress-page__source-copy strong{color:var(--ds-primary-black);font-size:1.08rem;font-weight:600}.progress-page__source-copy p{color:var(--ds-text-muted);font-size:.8rem;line-height:1.45;margin:0;max-width:660px}.progress-page__source-count{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:76px;min-width:96px;padding:12px}.progress-page__source-count strong{color:var(--ds-primary-black);font-size:1.55rem;font-weight:600;line-height:1}.progress-page__source-count span{color:var(--ds-text-muted);font-size:.74rem;font-weight:500;margin-top:5px}.progress-page__list-manager{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;margin-bottom:14px;padding:16px}.progress-page__list-manager-header{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:12px}.progress-page__list-manager-header h2{color:var(--ds-primary-black);font-size:1rem;font-weight:600;letter-spacing:0;margin:0}.progress-page__list-manager-header p{color:var(--ds-text-muted);font-size:.8rem;line-height:1.45;margin:3px 0 0}.progress-page__college-chips{display:flex;flex-wrap:wrap;gap:8px}.progress-page__college-chip{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:999px;display:inline-flex;gap:8px;max-width:100%;min-width:0;padding:7px 7px 7px 11px}.progress-page__college-chip span{color:var(--ds-primary-black);font-size:.78rem;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-page__college-chip button{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-text-muted);cursor:pointer;display:inline-flex;flex-shrink:0;height:24px;justify-content:center;transition:border-color .15s ease,color .15s ease,background-color .15s ease;width:24px}.progress-page__college-chip button:hover{background:#fff6f6;border-color:#f2b4b4;color:#c0392b}.progress-page__source-actions{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding-top:2px}.progress-page__dashboard-select,.progress-page__manual-add-btn,.progress-page__source-btn{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;font-weight:500}.progress-page__manual-add-btn,.progress-page__source-btn{cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.progress-page__source-btn{height:32px;padding:0 12px}.progress-page__manual-add-btn:hover,.progress-page__source-btn--primary,.progress-page__source-btn:hover{border-color:var(--ds-primary-200);color:var(--ds-primary-black)}.progress-page__source-btn--primary{background:var(--ds-surface-raised)}.progress-page__source-btn--primary:hover{background:var(--ds-surface-hover)}.progress-page__source-btn--active,.progress-page__source-btn--active:hover{background:var(--ds-surface-hover);border-color:var(--ds-border);color:var(--ds-primary-black)}.progress-page__source-btn--subtle{background:#0000;border-color:#0000;color:var(--ds-text-muted);padding-left:8px;padding-right:8px}.progress-page__source-btn--subtle:hover{background:var(--ds-surface-hover);border-color:var(--ds-border-subtle,#ebebeb);color:var(--ds-primary-black)}.progress-page__dashboard-select{cursor:pointer;height:32px;min-width:170px;padding:0 12px}.progress-page__manual-add{align-items:center;display:flex;gap:10px;padding:6px 0 14px}.progress-page__manual-add-btn{background:none;border:1.5px solid var(--ds-border);color:var(--ds-primary-black);font-size:.88rem;padding:9px 22px;white-space:nowrap}.progress-page__manual-add-btn:hover{background-color:var(--ds-surface-hover);border-color:var(--ds-primary-300);color:var(--ds-primary-black)}.progress-page__manual-add-btn:active{transform:scale(.97)}.progress-page__manual-message{color:var(--ds-text-muted);flex:1 1 220px;font-size:.8rem;line-height:1.35;margin:0;min-width:180px}.progress-page__cards{display:flex;flex-direction:column;gap:10px}.progress-page__sort-bar{align-items:center;display:flex;gap:10px;margin-bottom:14px}.progress-page__sort-label{color:var(--ds-text-muted);font-size:.78rem;font-weight:500;white-space:nowrap}.progress-page__sort-options{align-items:center;display:flex;gap:4px}.progress-page__sort-btn{background:none;border:1px solid var(--ds-border);border-radius:20px;color:var(--ds-text-muted);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.75rem;font-weight:500;padding:5px 14px;transition:all .15s ease;white-space:nowrap}.progress-page__sort-btn:hover{border-color:var(--ds-primary-200);color:var(--ds-primary-black)}.progress-page__sort-btn--active{background-color:var(--ds-primary-black);border-color:var(--ds-primary-black);color:var(--ds-surface)}.progress-page__sort-btn--active:hover{color:var(--ds-surface);opacity:.9}.progress-page__empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:34px 20px;text-align:center}.progress-page__empty-state--full{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;box-sizing:border-box;min-height:420px;width:100%}.progress-page__empty-state p{color:var(--ds-primary-black);font-size:1rem;font-weight:500;margin:0}.progress-page__empty-hint{color:var(--ds-text-muted)!important;font-size:.85rem!important;font-weight:400!important;margin-top:4px!important}.progress-page__empty-state--choice{min-height:260px}.progress-page__empty-actions{align-items:center;display:flex;gap:10px;margin-top:18px}.progress-page__empty-actions button{background:var(--ds-primary-black);border:1px solid var(--ds-primary-black);border-radius:10px;color:var(--ds-surface);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.8rem;font-weight:500;height:38px;padding:0 16px}.progress-page__empty-actions button+button{background:var(--ds-surface);color:var(--ds-primary-black)}.general-progress-hero{align-items:flex-start;background:var(--ds-surface-raised);border:1px solid var(--ds-primary-200);border-radius:12px;display:flex;gap:18px;justify-content:space-between;margin-bottom:16px;padding:20px 22px}.general-progress-hero h2{color:var(--ds-primary-black);font-size:1.08rem;font-weight:650;margin:4px 0 6px;text-align:left}.general-progress-hero p{color:var(--ds-text-muted);font-size:.82rem;line-height:1.5;margin:0;max-width:720px}.general-progress-hero__year-link{color:var(--ds-primary-700);display:inline-block;font-size:.78rem;font-weight:650;margin-top:8px;text-decoration:underline;text-underline-offset:2px}.general-progress-hero__count{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:72px;min-width:96px;padding:12px}.general-progress-hero__count strong{color:var(--ds-primary-black);font-size:1.5rem;font-weight:650;line-height:1}.general-progress-hero__count span{color:var(--ds-text-muted);font-size:.74rem;font-weight:500;margin-top:5px}.general-progress-add-card{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;display:flex;gap:10px;margin-bottom:16px;padding:14px}.general-progress-add-card input{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-primary-black);flex:1;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.84rem;height:38px;min-width:0;outline:none;padding:0 12px}.general-progress-add-card input:focus{border-color:var(--ds-active-color);box-shadow:0 0 0 3px #2b7ae814}.general-progress-add-card button,.general-progress-card__add-row button{align-items:center;background:var(--ds-active-bg);border:1px solid var(--ds-primary-200);border-radius:10px;color:var(--ds-active-color);cursor:pointer;display:inline-flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;font-weight:650;gap:7px;height:38px;justify-content:center;white-space:nowrap}.general-progress-add-card button{padding:0 14px}.general-progress-grid{align-items:start;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.general-progress-card{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;min-width:0;overflow:hidden}.general-progress-card--complete{border-color:#a7f3d0}.general-progress-card__header{align-items:flex-start;background:var(--ds-surface-raised);border-bottom:1px solid var(--ds-border);display:flex;gap:14px;justify-content:space-between;padding:12px 14px}.general-progress-card__toggle{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;flex:1;font:inherit;gap:10px;min-width:0;padding:3px 0;text-align:left}.general-progress-card__toggle:focus-visible{border-radius:6px;outline:2px solid var(--ds-theme-accent);outline-offset:4px}.general-progress-card__chevron{color:var(--ds-text-muted);display:inline-flex;flex-shrink:0;transition:transform .2s ease}.general-progress-card__chevron--open{transform:rotate(90deg)}.general-progress-card__heading{display:flex;flex:1;flex-direction:column;gap:5px;min-width:0}.general-progress-card__title-row{align-items:center;display:flex;gap:10px;justify-content:space-between;min-width:0}.general-progress-card__title-row strong{color:var(--ds-primary-black);font-size:.9rem;font-weight:650;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.general-progress-card__description{color:var(--ds-text-muted);font-size:.76rem;line-height:1.45}.general-progress-card__count{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-text-muted);display:inline-flex;font-size:.7rem;font-weight:700;margin-bottom:0;padding:3px 8px;width:fit-content}.general-progress-card__next{align-items:center;background:var(--ds-surface);display:grid;gap:10px;grid-template-columns:24px minmax(0,1fr) auto;min-height:66px;padding:12px 14px 14px}.general-progress-card__next--complete{background:var(--ds-theme-accent-softer);grid-template-columns:minmax(0,1fr)}.general-progress-card__next-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.general-progress-card__next-copy span{color:var(--ds-theme-accent);font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.general-progress-card__next-copy strong{color:var(--ds-primary-black);font-size:.86rem;font-weight:650;line-height:1.4}.general-progress-card__next time{color:var(--ds-text-muted);font-size:.7rem;font-weight:600;white-space:nowrap}.general-progress-card__next-check{border-color:var(--ds-theme-accent)}.general-progress-card__header h2{color:var(--ds-primary-black);font-size:.98rem;font-weight:650;margin:0;text-align:left}.general-progress-card__header p{color:var(--ds-text-muted);font-size:.78rem;line-height:1.45;margin:5px 0 0}.general-progress-card__delete,.general-progress-item__delete{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);color:var(--ds-text-muted);cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.general-progress-card__delete{border-radius:9px;height:32px;width:32px}.general-progress-card__delete:hover,.general-progress-item__delete:hover{background:#fff6f6;border-color:#f2b4b4;color:#c0392b}.general-progress-card__items{padding:8px 14px}.general-progress-item{align-items:center;border-bottom:1px solid var(--ds-border);display:grid;gap:9px;grid-template-columns:24px minmax(0,1fr) auto;padding:8px 0}.general-progress-item__editor{display:grid;gap:8px;grid-column:2/-1;padding:3px 0 5px}.general-progress-item__schedule{display:grid;gap:8px;grid-template-columns:minmax(145px,1fr) minmax(120px,.8fr);padding:2px 0 4px}.general-progress-item__schedule label{color:var(--ds-text-muted);display:flex;flex-direction:column;font-size:.66rem;font-weight:650;gap:4px}.general-progress-item__schedule input,.general-progress-item__schedule select{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.73rem;height:32px;outline:none;padding:0 8px;width:100%}.general-progress-item__schedule input:focus,.general-progress-item__schedule select:focus{border-color:var(--ds-active-color);box-shadow:0 0 0 3px var(--ds-theme-accent-softer)}.general-progress-item__schedule select:disabled{cursor:not-allowed;opacity:.55}.general-progress-item:last-child{border-bottom:none}.general-progress-item__check{align-items:center;background:var(--ds-surface);border:1.5px solid var(--ds-primary-200);border-radius:999px;color:#047857;cursor:pointer;display:inline-flex;height:22px;justify-content:center;padding:0;width:22px}.general-progress-item__check--checked{background:#ecfdf5;border-color:#a7f3d0}.general-progress-item__text{background:#0000;border:0;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.84rem;line-height:1.45;min-width:0;padding:0;text-align:left}.general-progress-item--complete .general-progress-item__text{color:var(--ds-text-muted);text-decoration:line-through}.general-progress-item__edit{background:var(--ds-surface);border:1px solid var(--ds-active-color);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;height:32px;min-width:0;outline:none;padding:0 9px;width:100%}.general-progress-item__delete{border-radius:8px;height:26px;opacity:.72;width:26px}.general-progress-item__actions{align-items:center;display:inline-flex;gap:4px;opacity:0;transition:opacity .15s ease}.general-progress-item:focus-within .general-progress-item__actions,.general-progress-item:hover .general-progress-item__actions{opacity:1}.general-progress-item__delete,.general-progress-item__edit-button{align-items:center;background:#0000;border:none;border-radius:6px;color:var(--ds-text-muted);cursor:pointer;display:inline-flex;height:28px;justify-content:center;opacity:1;padding:0;transition:background-color .15s ease,color .15s ease;width:28px}.general-progress-item__edit-button:hover{background:var(--ds-surface-raised);color:var(--ds-primary-black)}.general-progress-item__delete:hover{background:var(--ds-surface-raised);border-color:#0000;color:#dc4c3e}@media (hover:none){.general-progress-item__actions{opacity:1}}.general-progress-item__editor-actions{display:flex;gap:7px;justify-content:flex-end}.general-progress-item__editor-actions button{border-radius:8px;cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.73rem;font-weight:650;height:31px;min-width:66px}.general-progress-item__save{background:var(--ds-active-color);border:1px solid var(--ds-active-color);color:#fff}.general-progress-item__cancel{background:var(--ds-surface);border:1px solid var(--ds-border);color:var(--ds-text-muted)}.general-progress-card__add-row{border-top:1px solid var(--ds-border);display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto;padding:12px 14px 14px}.general-progress-card__add-row input{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;height:36px;min-width:0;outline:none;padding:0 10px}.general-progress-card__add-row button{height:36px;padding:0 12px}.summary-bar{margin-bottom:24px}.summary-bar,.summary-bar__tiles{box-sizing:border-box;max-width:100%;width:100%}.summary-bar__tiles{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:0}.summary-tile{align-items:center;background:var(--ds-primary-white);border:1px solid var(--ds-border-subtle,#ebebeb);border-radius:12px;box-sizing:border-box;display:flex;gap:12px;max-width:100%;min-height:76px;min-width:0;overflow:hidden;padding:14px 18px;transition:box-shadow .2s ease,border-color .2s ease}.summary-tile:hover{border-color:#0000001a;box-shadow:0 4px 16px #0000000a}.summary-tile__icon{align-items:center;border-radius:11px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.summary-tile__icon--total{background:#0000000d;color:var(--ds-text-muted)}.summary-tile__icon--pending{background:#f5a6231f;color:#f5a623}.summary-tile__icon--complete{background:#2ecc711f;color:#2ecc71}.summary-tile__count{color:var(--ds-primary-black);font-size:1.55rem;font-weight:600;line-height:1}.summary-tile__count,.summary-tile__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-tile__label{color:var(--ds-text-muted);font-size:.8rem;font-weight:400;margin-top:4px;max-width:100%;min-width:0}.summary-bar__track{background:var(--ds-border-subtle,#ebebeb);border-radius:10px;display:flex;gap:3px;height:8px;margin-bottom:10px;overflow:hidden}.summary-bar__segment{border-radius:10px;height:100%;transition:width .4s ease}.summary-bar__segment--complete{background-color:#34d399}.summary-bar__segment--in-progress{background-color:#fbbf24}.summary-bar__segment--todo{background-color:var(--ds-primary-100)}html.dark .summary-bar__segment--complete{background-color:#059669}html.dark .summary-bar__segment--in-progress{background-color:#d97706}html.dark .summary-bar__segment--todo{background-color:var(--ds-primary-200)}.summary-bar__footer{align-items:center;color:var(--ds-text-muted);display:flex;font-size:.78rem;gap:6px;justify-content:center}.summary-bar__divider{color:var(--ds-text-light)}.summary-bar__pct-inline{color:#34d399;font-weight:600}html.dark .summary-bar__pct-inline{color:#6ee7b7}.summary-bar__footer{flex-wrap:wrap;max-width:100%;min-width:0;overflow:hidden;text-align:center}.summary-bar__footer>*{min-width:0}@media (max-width:700px){.summary-bar__tiles{gap:10px;grid-template-columns:1fr}.progress-page__source-panel{align-items:flex-start;flex-direction:column}.progress-page__source-count{min-height:64px;width:100%}.progress-page__source-actions{justify-content:flex-start;padding-top:4px;width:100%}.general-progress-add-card,.general-progress-hero,.progress-page__empty-actions,.progress-page__manual-add{align-items:stretch;flex-direction:column}.progress-page__manual-add-btn,.progress-page__manual-add>.MuiAutocomplete-root,.progress-page__manual-message{box-sizing:border-box;max-width:100%;width:100%!important}.general-progress-grid,.general-progress-item__schedule{grid-template-columns:1fr}.general-progress-hero__count{min-height:64px;width:100%}}@media (max-width:480px){.summary-tile{min-height:72px;padding:14px 16px}.summary-tile__icon{height:36px;width:36px}}.progress-card{background-color:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:12px;transition:box-shadow .2s ease,background-color .2s ease}.progress-card:hover{box-shadow:0 2px 12px #0000000a}.progress-card--expanded{box-shadow:0 4px 20px #0000000f}.progress-card__header{align-items:center;background:none;border:none;box-sizing:border-box;cursor:default;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);gap:12px;justify-content:space-between;max-width:100%;overflow:hidden;padding:16px 20px;transition:background-color .15s ease;width:100%}.progress-card__header:has(.progress-card__header-toggle:hover){background-color:var(--ds-surface-hover)}.progress-card__header-left{align-items:center;display:flex;flex:1 1 auto;gap:10px;min-width:0;overflow:hidden}.progress-card__header-toggle{background:#0000;border:0;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.progress-card__counter:focus-visible,.progress-card__header-toggle:focus-visible{outline:2px solid var(--ds-theme-accent);outline-offset:3px}.progress-card__header-right{align-items:center;display:flex;flex:0 1 auto;gap:6px;justify-content:flex-end;max-width:58%;min-width:0;overflow:hidden}.progress-card__header-left h1,.progress-card__header-left h2,.progress-card__header-left h3,.progress-card__header-left p,.progress-card__header-left span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-card__header-right>*{flex-shrink:1;max-width:100%;min-width:0}.progress-card__remove-btn{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-text-muted);cursor:pointer;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;transition:border-color .15s ease,color .15s ease,background-color .15s ease;width:28px}.progress-card__remove-btn:hover{background:#fff6f6;border-color:#f2b4b4;color:#c0392b}.progress-card__submitted-toggle{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;color:var(--ds-text-muted);cursor:pointer;display:inline-flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.72rem;font-weight:500;gap:5px;height:28px;justify-content:center;line-height:1;padding:0 9px;transition:border-color .15s ease,color .15s ease,background-color .15s ease;white-space:nowrap}.progress-card__submitted-toggle span{overflow:hidden;text-overflow:ellipsis}.progress-card__submitted-toggle:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300);color:var(--ds-primary-black)}.progress-card__submitted-toggle--active{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.progress-card__submitted-badge{align-items:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;color:#047857;display:inline-flex;flex-shrink:0;font-size:.68rem;font-weight:600;gap:4px;padding:2px 8px;white-space:nowrap}html.dark .progress-card__submitted-badge,html.dark .progress-card__submitted-toggle--active{background:#10281b;border-color:#14532d;color:#6ee7b7}.progress-card__chevron{align-items:center;color:var(--ds-text-muted);display:flex;flex-shrink:0;justify-content:center;transition:transform .2s ease}.progress-card__chevron--open{transform:rotate(90deg)}.progress-card__name{color:var(--ds-primary-black);font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-card__counter{padding:3px 10px}.progress-card__counter,.progress-card__pill{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;color:var(--ds-text-muted);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.72rem;font-weight:500;white-space:nowrap}.progress-card__pill{align-items:center;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 3 3 3-3' stroke='%23999' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 6px center;background-repeat:no-repeat;display:inline-flex;justify-content:center;max-width:100%;min-width:0;outline:none;overflow:hidden;padding:3px 18px 3px 10px;transition:border-color .15s ease}.progress-card__pill--date{background-image:none;flex:0 1 auto;max-width:86px;padding-right:10px;position:relative}.progress-card__pill--set{color:var(--ds-primary-black)}.progress-card__pill-text{display:block;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-card__pill:hover{border-color:var(--ds-primary-300)}.progress-card__pill--date:focus-within{border-color:var(--ds-theme-accent);outline:2px solid var(--ds-theme-accent);outline-offset:2px}.progress-card__date-hidden{-webkit-appearance:none;appearance:none;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.progress-card__days-badge{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;color:var(--ds-text-muted);flex-shrink:0;font-size:.68rem;font-weight:600;padding:2px 8px;white-space:nowrap}.progress-card__days-badge--urgent{color:#d97706}.progress-card__days-badge--past{color:#dc2626}.progress-card__badge{border-radius:20px;flex-shrink:0;font-size:.7rem;font-weight:500;padding:2px 10px;white-space:nowrap}.progress-card__badge--reach{background-color:#fee2e2;color:#b91c1c}.progress-card__badge--target{background-color:#fef3c7;color:#92400e}.progress-card__badge--safety{background-color:#d1fae5;color:#065f46}html.dark .progress-card__badge--reach{background-color:#3d2230;color:#f9a8a8}html.dark .progress-card__badge--target{background-color:#33312a;color:#fcd34d}html.dark .progress-card__badge--safety{background-color:#253325;color:#6ee7b7}.progress-card__bar-wrapper{padding:0 22px 14px}.progress-card__bar{background-color:initial;border-radius:6px;display:flex;gap:2px;height:6px;overflow:hidden}.progress-card__bar-segment{border-radius:6px;height:100%;transition:width .35s ease}.progress-card__bar-segment--complete{background-color:#34d399}.progress-card__bar-segment--in-progress{background-color:#fbbf24}.progress-card__bar-segment--todo{background-color:var(--ds-primary-100)}html.dark .progress-card__bar-segment--complete{background-color:#059669}html.dark .progress-card__bar-segment--in-progress{background-color:#d97706}html.dark .progress-card__bar-segment--todo{background-color:var(--ds-primary-200)}.progress-card__tasks{border-top:1px solid var(--ds-border);padding:0 22px 16px}.progress-card__add-btn{align-items:center;background:none;border:none;color:var(--ds-text-muted);cursor:pointer;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.85rem;font-weight:400;gap:8px;padding:10px 4px;transition:color .15s ease;width:100%}.progress-card__add-btn:hover{color:#dc4c3e}.progress-card__add-icon{color:#dc4c3e;font-size:1rem;font-weight:500;line-height:1}.progress-card__completed-section{border-top:1px solid var(--ds-border);margin-top:8px;padding-top:8px}.progress-card__completed-label{color:var(--ds-text-muted);display:block;font-size:.75rem;font-weight:500;letter-spacing:.04em;padding:4px 0 6px;text-transform:uppercase}.task-item{align-items:flex-start;border-bottom:1px solid var(--ds-border);display:flex;gap:10px;padding:10px 4px;position:relative;transition:background-color .1s ease}.task-item:last-child{border-bottom:none}.task-item:hover{background-color:var(--ds-surface-hover);border-radius:6px}.task-item__grip{color:var(--ds-text-light);cursor:grab;flex-shrink:0;font-size:.7rem;opacity:0;padding-top:2px;transition:opacity .15s ease;user-select:none}.task-item:hover .task-item__grip{opacity:1}.task-item__circle{align-items:center;background:none;border:1.5px solid var(--ds-primary-200);border-radius:50%;color:var(--ds-text-muted);cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:1px;min-width:20px;padding:0;transition:border-color .15s ease,background-color .15s ease;width:20px}.task-item__circle:hover{background-color:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.task-item__circle--checked{background-color:var(--ds-primary-200);border-color:var(--ds-primary-300);color:var(--ds-primary-black)}.task-item__circle--in-progress{border-color:#f59e0b}.task-item__circle-dot{background-color:#f59e0b;border-radius:50%;height:8px;width:8px}.task-item__body{flex:1;min-width:0}.task-item__text{color:var(--ds-primary-black);font-size:.88rem;font-weight:400;line-height:1.45;word-break:break-word}.task-item__text--struck{color:var(--ds-text-muted);text-decoration:line-through}.task-item__meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:3px}.task-item__date{color:var(--ds-text-muted);font-size:.72rem}.task-item__priority{border-radius:10px;font-size:.68rem;font-weight:500;padding:1px 8px}.task-priority--low{background-color:#dbeafe;color:#1d4ed8}.task-priority--medium{background-color:#fef3c7;color:#92400e}.task-priority--high{background-color:#fee2e2;color:#b91c1c}html.dark .task-priority--low{background-color:#1e2d3d;color:#93c5fd}html.dark .task-priority--medium{background-color:#33312a;color:#fcd34d}html.dark .task-priority--high{background-color:#3d2230;color:#f9a8a8}.task-item__status-badge{border-radius:10px;font-size:.68rem;font-weight:500;padding:1px 8px}.task-item__status-badge--in-progress{background-color:#fef3c7;color:#92400e}html.dark .task-item__status-badge--in-progress{background-color:#33312a;color:#fcd34d}.task-item__reminder-badge{align-items:center;background-color:#0000000f;border-radius:10px;color:var(--ds-text-muted);display:inline-flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.68rem;font-weight:500;gap:4px;padding:1px 8px;white-space:nowrap}html.dark .task-item__reminder-badge{background-color:#ffffff14;color:var(--ds-text-muted)}.task-item__actions{align-items:center;display:flex;flex-shrink:0;gap:4px;margin-top:1px;opacity:0;transition:opacity .15s ease}.task-item__actions--visible{opacity:1}.task-item__action-btn{align-items:center;background:none;border:none;border-radius:6px;color:var(--ds-text-muted);cursor:pointer;display:flex;height:28px;justify-content:center;padding:0;transition:background-color .15s ease,color .15s ease;width:28px}.task-item__action-btn:hover{background-color:var(--ds-surface-raised);color:var(--ds-primary-black)}.task-item__action-btn--delete:hover{color:#dc4c3e}.task-item--complete{opacity:.65}.task-item--complete:hover{opacity:1}.add-task-form{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;margin:8px 0;padding:12px 4px}.add-task-form__row{padding:0 8px}.add-task-form__input{background:#0000;border:none;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.88rem;outline:none;padding:4px 0;width:100%}.add-task-form__input::placeholder{color:var(--ds-text-muted)}.add-task-form__options{align-items:center;display:flex;flex-wrap:wrap;gap:8px;padding:8px 8px 0}.add-task-form__date{padding:4px 8px}.add-task-form__date,.add-task-form__priority,.add-task-form__reminder,.add-task-form__status{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:6px;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;outline:none}.add-task-form__priority,.add-task-form__reminder,.add-task-form__status{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 3 3 3-3' stroke='%23999' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 6px center;background-repeat:no-repeat;cursor:pointer;padding:4px 20px 4px 8px}.add-task-form__btns{align-items:center;display:flex;gap:6px;margin-left:auto}.add-task-form__submit{background-color:#dc4c3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;font-weight:500;padding:5px 16px;transition:background-color .15s ease,transform .1s ease}.add-task-form__submit:hover{background-color:#c5392d}.add-task-form__submit:active{transform:scale(.97)}.add-task-form__cancel{background:none;border:1px solid var(--ds-border);border-radius:6px;color:var(--ds-primary-black);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;font-weight:500;padding:5px 16px;transition:background-color .15s ease}.add-task-form__cancel:hover{background-color:var(--ds-surface-hover)}@media (max-width:768px){.progress-page{padding:20px 16px}.progress-page__title{font-size:1.4rem}.progress-card__header{flex-wrap:wrap;padding:14px 16px}.progress-card__header-right{flex-wrap:wrap}.progress-card__tasks{padding:0 16px 12px}.add-task-form__options{align-items:stretch;flex-direction:column}.add-task-form__btns{margin-left:0;margin-top:4px}.progress-page__sort-options{flex-wrap:wrap}}.home-page{box-sizing:border-box;font-family:var(--ds-font-family,"Poppins",sans-serif);margin:0 auto;max-width:1200px;padding:32px 40px;width:100%}.home-page__header{background:linear-gradient(135deg,var(--ds-primary-white) 0,var(--ds-surface-raised) 100%);border:1px solid var(--ds-border);border-radius:14px;margin-bottom:22px;padding:24px}.home-page__title{color:var(--ds-primary-black);font-size:1.9rem;font-weight:600;margin:0;text-align:left}.home-page__subtitle{color:var(--ds-text-muted);font-size:.9rem;line-height:1.5;margin:6px 0 0;max-width:820px}.home-page__eyebrow{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-primary-black);display:inline-flex;font-size:.7rem;font-weight:700;letter-spacing:.02em;margin-bottom:8px;padding:4px 9px;text-transform:uppercase;width:fit-content}.home-page__up-next{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:22px}.home-card{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;box-sizing:border-box;min-height:136px;min-width:0;padding:15px}.home-card__top{align-items:center;display:flex;gap:9px;margin-bottom:10px}.home-card__icon{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-primary-black);display:inline-flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.home-card__icon--deadline{background:#fffbeb;border-color:#fde68a;color:#b45309}.home-card__icon--task{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.home-card__icon--college{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.home-card__label{color:var(--ds-text-muted);display:block;font-size:.7rem;font-weight:700;letter-spacing:.02em;line-height:1.2;text-transform:uppercase}.home-card strong{color:var(--ds-primary-black);display:block;font-size:1.2rem;font-weight:650;line-height:1.25;overflow-wrap:anywhere}.home-card p{color:var(--ds-text-muted);font-size:.84rem;line-height:1.45;margin:6px 0 0}.home-card__list{display:flex;flex-direction:column;gap:7px;margin-top:9px}.home-card__list--scroll{max-height:86px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-color:var(--ds-primary-300) #0000;scrollbar-width:thin}.home-card__list--scroll::-webkit-scrollbar{width:6px}.home-card__list--scroll::-webkit-scrollbar-track{background:#0000}.home-card__list--scroll::-webkit-scrollbar-thumb{background:var(--ds-primary-300);border-radius:999px}.home-card__list span{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-primary-black);display:block;font-size:.8rem;font-weight:500;line-height:1.35;min-width:0;overflow-wrap:anywhere;padding:8px 10px}.home-card__scroll-hint{color:var(--ds-text-muted);font-size:.72rem;font-weight:600;margin-top:7px}.home-page__layout{align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr)}.home-section{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;min-width:0;padding:24px}.home-section__header{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:18px}.home-section__header h2{color:var(--ds-primary-black);font-size:1.15rem;font-weight:650;margin:0}.home-section__subtitle{color:var(--ds-text-muted);font-size:.84rem;line-height:1.5;margin:6px 0 0;max-width:560px}.home-section__count{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-text-muted);flex-shrink:0;font-size:.75rem;font-weight:700;padding:4px 9px}.home-section__header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.home-section__text-action{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-text-muted);cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:600;padding:5px 9px}.home-section__text-action:hover{border-color:var(--ds-primary-200);color:var(--ds-primary-black)}.home-resources-toggle{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;font-family:inherit;gap:16px;justify-content:space-between;padding:0;text-align:left;width:100%}.home-resources-toggle span{min-width:0}.home-resources-toggle small,.home-resources-toggle strong{display:block}.home-resources-toggle strong{color:var(--ds-primary-black);font-size:1.15rem;font-weight:650}.home-resources-toggle small{color:var(--ds-text-muted);font-size:.84rem;line-height:1.5;margin-top:6px}.home-resources-toggle__icon{color:var(--ds-text-muted);flex-shrink:0;transition:transform .18s ease}.home-resources-toggle__icon--open{transform:rotate(180deg)}.home-resource-grid{display:grid;gap:10px;grid-template-columns:1fr;margin-top:18px}.home-resource-card{align-items:flex-start;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;color:inherit;display:flex;gap:12px;min-width:0;padding:14px;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.home-resource-card:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-200)}.home-resource-card__icon{align-items:center;background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-primary-black);display:inline-flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.home-resource-card span{min-width:0}.home-resource-card strong{color:var(--ds-primary-black);display:block;font-size:.88rem;font-weight:600;line-height:1.35;margin:0}.home-resource-card small{color:var(--ds-text-muted);display:block;font-size:.78rem;line-height:1.4;margin-top:4px}.home-checklist{display:flex;flex-direction:column;gap:8px}.home-checklist__item{align-items:flex-start;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;color:inherit;display:flex;gap:11px;min-width:0;padding:12px;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.home-checklist__item:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-200)}.home-checklist__status{align-items:center;background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:999px;color:#047857;display:inline-flex;flex-shrink:0;height:22px;justify-content:center;margin-top:1px;width:22px}.home-checklist__status--done{background:#ecfdf5;border-color:#a7f3d0}.home-checklist__item span:last-child{min-width:0}.home-checklist__item strong{color:var(--ds-primary-black);display:block;font-size:.88rem;font-weight:600;line-height:1.35}.home-checklist__item small{color:var(--ds-text-muted);display:block;font-size:.78rem;line-height:1.4;margin-top:3px}.home-link-hub{display:flex;flex-direction:column;gap:9px}.home-link-row{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;display:grid;gap:8px;grid-template-columns:30px minmax(130px,.7fr) minmax(170px,1fr) 36px 36px;min-width:0;padding:10px}.home-link-row__icon,.home-link-row__open,.home-link-row__open--disabled,.home-link-row__remove{align-items:center;border-radius:8px;display:inline-flex;height:30px;justify-content:center;width:30px}.home-link-row__icon{color:var(--ds-text-muted)}.home-link-row__icon,.home-link-row__name,.home-link-row__url{background:var(--ds-primary-white);border:1px solid var(--ds-border)}.home-link-row__name,.home-link-row__url{border-radius:8px;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;height:34px;min-width:0;outline:none;padding:0 10px}.home-link-row__name:focus,.home-link-row__url:focus{border-color:var(--ds-active-color);box-shadow:0 0 0 3px #2b7ae814}.home-link-row__open{background:var(--ds-active-bg);border:1px solid var(--ds-primary-200);color:var(--ds-active-color);text-decoration:none}.home-link-row__open--disabled{background:var(--ds-surface-raised);opacity:.55}.home-link-row__open--disabled,.home-link-row__remove{border:1px solid var(--ds-border);color:var(--ds-text-muted)}.home-link-row__remove{background:var(--ds-primary-white);cursor:pointer}.home-link-row__remove:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.home-link-hub__add{align-items:center;background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-primary-black);cursor:pointer;display:inline-flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.82rem;font-weight:600;gap:7px;justify-content:center;min-height:34px;padding:0 12px;width:fit-content}.home-link-hub__add:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-200)}@media (max-width:900px){.home-page__layout,.home-page__up-next{grid-template-columns:1fr}.home-link-row{grid-template-columns:30px minmax(0,1fr) 36px 36px}.home-link-row__url{grid-column:2/-1}}@media (max-width:768px){.home-page{padding:20px 16px}.home-page__header{padding:18px}.home-page__title{font-size:1.4rem}.home-card,.home-section{padding:18px}.home-section__header{flex-direction:column}.home-section__header-actions{justify-content:flex-start}}.my-info-page{box-sizing:border-box;font-family:var(--ds-font-family,"Poppins",sans-serif);margin:0 auto;max-width:1200px;padding:32px 40px;width:100%}.my-info-page__header{margin-bottom:36px}.my-info-page__title{color:var(--ds-primary-black);font-size:1.75rem;font-weight:600;margin:0 0 8px;text-align:left}.my-info-page__subtitle,.my-info-section__subtitle{color:var(--ds-text-muted);font-size:.92rem;line-height:1.6;margin:0;text-align:left}.my-info-tabs{border-bottom:1px solid var(--ds-border);display:flex;gap:8px;margin:0 0 28px}.my-info-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:var(--ds-text-muted);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.92rem;font-weight:500;padding:12px 16px;transition:color .15s ease,border-color .15s ease,background .15s ease}.my-info-tab:hover{background:var(--ds-surface-raised);color:var(--ds-primary-black)}.my-info-tab--active{border-bottom-color:var(--ds-primary-black);color:var(--ds-primary-black)}.my-info-tab-panel{box-sizing:border-box;max-width:100%;min-height:680px;width:100%}.my-info-snapshot-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:32px}.my-info-snapshot-card{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;display:flex;flex-direction:column;gap:8px;min-width:0;padding:18px}.my-info-snapshot-card--full{grid-column:1/-1}.my-info-snapshot-card__value{color:var(--ds-primary-black);font-size:2rem;font-weight:650;line-height:1;word-break:break-word}.my-info-snapshot-card__value--text{font-size:1.15rem;line-height:1.35}.my-info-snapshot-card__detail,.my-info-snapshot-card__meta{color:var(--ds-text-muted);font-size:.82rem;line-height:1.45}.my-info-snapshot-card__detail{color:var(--ds-text-secondary,var(--ds-text-muted))}.my-info-empty-text{color:var(--ds-text-muted);font-size:.82rem;line-height:1.5;margin:0}.my-info-preview-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.my-info-preview-list{background:var(--ds-surface-raised);padding:16px}.my-info-preview-item,.my-info-preview-list{border:1px solid var(--ds-border);border-radius:8px;min-width:0}.my-info-preview-item{background:var(--ds-primary-white);display:flex;flex-direction:column;gap:4px;margin-top:10px;padding:12px}.my-info-preview-item strong{color:var(--ds-primary-black);font-size:.92rem;font-weight:600;overflow-wrap:anywhere}.my-info-preview-item span{color:var(--ds-text-muted);font-size:.82rem;line-height:1.5}.my-info-section{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;margin-bottom:32px;padding:28px}.my-info-section__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.my-info-section__title-wrapper{align-items:center;display:flex;gap:12px}.my-info-section__title{color:var(--ds-primary-black);font-size:1.2rem;font-weight:600;margin:0;text-align:left}.my-info-section__count{border-radius:12px;color:var(--ds-text-muted);font-size:.75rem;font-weight:600;padding:4px 8px;white-space:nowrap}.my-info-prep-label,.my-info-section__count{background:var(--ds-surface-raised);border:1px solid var(--ds-border)}.my-info-prep-label{border-radius:999px;color:var(--ds-primary-black);display:inline-flex;font-size:.7rem;font-weight:700;letter-spacing:.02em;margin-bottom:8px;padding:4px 9px;text-transform:uppercase;width:fit-content}.my-info-section__completion{align-items:center;border-radius:12px;display:inline-flex;font-size:.75rem;font-weight:600;padding:4px 10px;white-space:nowrap}.my-info-section__completion.complete{background:#d1fae5;color:#10b981}.my-info-section__completion.incomplete{background:var(--ds-surface-raised);border:1px solid var(--ds-border);color:var(--ds-text-muted)}.my-info-subsection{margin-bottom:28px}.my-info-subsection:last-child{margin-bottom:0}.my-info-subsection--divided{border-top:1px solid var(--ds-border);margin-top:28px;padding-top:28px}.my-info-subsection--psat{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:8px;margin-left:0;margin-right:0;margin-top:40px;padding:20px 20px 24px}.my-info-subsection--psat .my-info-grid{margin-bottom:16px}.my-info-checkboxes--psat{margin-bottom:0;margin-top:20px}.my-info-subsection__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.my-info-subsection__title{color:var(--ds-primary-black);font-size:1rem;font-weight:600;line-height:1.4;margin:0}.my-info-goal-row{align-items:end;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;display:grid;gap:16px;grid-template-columns:minmax(180px,260px) 1fr;margin:28px 0 16px;padding:16px}.my-info-score-summary{align-items:center;display:flex;flex-wrap:wrap;gap:8px;min-width:0}.my-info-score-badge{align-items:center;align-self:flex-start;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-primary-black);display:inline-flex;font-size:.74rem;font-weight:600;line-height:1.3;max-width:100%;min-height:24px;padding:4px 9px;white-space:normal;width:fit-content}.my-info-score-badge--practice{background:var(--ds-primary-white);color:var(--ds-text-muted)}.my-info-score-group{border-top:1px solid var(--ds-border);margin-top:18px;padding-top:20px}.my-info-score-group__header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.my-info-score-group__title{color:var(--ds-primary-black);font-size:.98rem;font-weight:600;margin:0 0 4px}.my-info-score-group__subtitle{color:var(--ds-text-muted);font-size:.82rem;line-height:1.5;margin:0}.my-info-score-total{align-items:center;background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);display:flex;font-size:.98rem;font-weight:600;min-height:42px;padding:10px 12px;width:100%}.my-info-score-entry--compact .my-info-grid:last-of-type{margin-bottom:0}.my-info-goals-panel{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;margin-bottom:32px;padding:24px}.my-info-goals-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.my-info-goals-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.my-info-goal-card{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:10px;display:flex;flex-direction:column;gap:18px;justify-content:space-between;min-width:0;padding:16px}.my-info-goal-card__field span,.my-info-goal-card__label{color:var(--ds-text-muted);font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.my-info-goal-card__current{color:var(--ds-primary-black);display:block;font-size:2rem;font-weight:650;line-height:1;margin:8px 0 6px}.my-info-goal-card__meta{color:var(--ds-text-muted);display:block;font-size:.8rem;line-height:1.4}.my-info-goal-card__field{display:flex;flex-direction:column;gap:8px}.my-info-goal-card__field input{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.96rem;font-weight:600;min-height:40px;padding:8px 10px;width:100%}.my-info-goal-card__field input:focus{border-color:var(--ds-primary-black);box-shadow:0 0 0 3px #1a1a1a1a;outline:none}.my-info-test-family{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:10px;margin-bottom:22px;padding:18px}.my-info-test-family:last-child{margin-bottom:0}.my-info-test-family__header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px}.my-info-test-family .my-info-score-group{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:8px;padding:16px}.my-info-test-family .my-info-score-group+.my-info-score-group{margin-top:14px}.my-info-score-group__header .my-info-add-btn,.my-info-subsection__header .my-info-add-btn{margin-top:0}.my-info-grid{display:grid;gap:16px;margin-bottom:24px}.my-info-grid>*{min-width:0}.my-info-grid--2col{grid-template-columns:repeat(2,1fr)}.my-info-grid--3col{grid-template-columns:repeat(3,1fr)}.my-info-grid--4col{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.my-info-grid--3col,.my-info-grid--4col{grid-template-columns:repeat(2,1fr)}.my-info-grid--2col{grid-template-columns:1fr}}.my-info-field{display:flex;flex-direction:column;gap:10px;min-width:0}.my-info-label{align-items:center;color:var(--ds-primary-black);display:flex;font-size:.9rem;font-weight:500;gap:8px}.my-info-input,.my-info-textarea{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.95rem;min-width:0;padding:10px 12px;transition:all .15s ease;width:100%}.my-info-input:focus,.my-info-textarea:focus{border-color:var(--ds-primary-black);box-shadow:0 0 0 3px #1a1a1a1a;outline:none}.my-info-input:disabled,.my-info-textarea:disabled{background-color:var(--ds-surface-raised);color:var(--ds-text-muted);cursor:not-allowed}.my-info-textarea{min-height:80px;resize:vertical}.my-info-textarea--sm{min-height:60px}.my-info-char-count{color:var(--ds-text-muted);font-size:.8rem;text-align:right}.my-info-checkboxes{display:flex;flex-direction:column;gap:12px;margin:24px 0}.my-info-checkbox{align-items:center;color:var(--ds-primary-black);cursor:pointer;display:flex;font-size:.95rem;gap:10px;user-select:none}.my-info-checkbox input[type=checkbox]{accent-color:var(--ds-primary-black);cursor:pointer;height:18px;width:18px}.my-info-grade-checkboxes{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.my-info-grade-checkbox{align-items:center;color:var(--ds-primary-black);cursor:pointer;display:flex;font-size:.9rem;gap:6px;user-select:none}.my-info-grade-checkbox input[type=checkbox]{accent-color:var(--ds-primary-black);cursor:pointer;height:16px;width:16px}.my-info-add-btn{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-primary-black);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.85rem;font-weight:500;margin-top:28px;padding:8px 16px;transition:all .15s ease;white-space:nowrap}.my-info-add-btn:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.my-info-activity-type-dropdown{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:8px;box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.95rem;min-width:0;padding:10px 12px;transition:all .15s ease;width:100%}.my-info-activity-type-dropdown:focus{border-color:var(--ds-primary-black);box-shadow:0 0 0 3px #1a1a1a1a;outline:none}.my-info-remove-btn{background:#0000;border:1px solid var(--ds-border);border-radius:4px;color:var(--ds-text-muted);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.8rem;font-weight:500;margin-top:12px;padding:4px 8px;transition:all .15s ease}.my-info-remove-btn:hover{background:var(--ds-surface-raised);border-color:var(--ds-primary-black);color:var(--ds-primary-black)}.my-info-score-entry{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:8px;margin-bottom:12px;padding:20px}.my-info-score-entry:last-of-type{margin-bottom:0}.my-info-activity-entry{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:8px;margin-bottom:16px;min-width:0;overflow:hidden;padding:16px}.my-info-activity-entry:last-of-type{margin-bottom:0}.info-tooltip-wrapper{display:inline-block;flex-shrink:0;position:relative}.info-tooltip-btn{align-items:center;background:var(--ds-surface-raised);border:1.5px solid var(--ds-border);border-radius:50%;color:var(--ds-text-muted);cursor:help;display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:18px;justify-content:center;margin:0;min-width:18px;padding:0;transition:all .15s ease;width:18px}.info-tooltip-btn:hover{background:var(--ds-border);border-color:var(--ds-primary-300);color:var(--ds-primary-black)}.info-tooltip-box{background:var(--ds-primary-black);border-radius:6px;box-shadow:0 4px 16px #00000026;color:var(--ds-primary-white);font-size:.85rem;font-weight:400;line-height:1.5;min-width:220px;padding:12px 14px;pointer-events:none;top:calc(100% + 8px);white-space:normal;z-index:100}.info-tooltip-box,.info-tooltip-box:before{left:50%;position:absolute;transform:translateX(-50%)}.info-tooltip-box:before{border-bottom:6px solid var(--ds-primary-black);border-left:6px solid #0000;border-right:6px solid #0000;bottom:100%;content:"";height:0;width:0}@media (max-width:768px){.my-info-tabs{overflow-x:auto;padding-bottom:0}.my-info-tab{flex:0 0 auto;padding:11px 12px}.my-info-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.my-info-snapshot-card--full{grid-column:span 2}.my-info-goals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.my-info-goal-row{align-items:stretch;grid-template-columns:1fr}.my-info-score-group__header,.my-info-test-family__header{flex-direction:column}.my-info-score-group__header .my-info-add-btn,.my-info-subsection__header .my-info-add-btn{width:100%}.my-info-page{padding:24px 20px}.my-info-preview-grid{grid-template-columns:1fr}.my-info-section{margin-bottom:24px;padding:20px}.my-info-page__title{font-size:1.5rem}.my-info-page__subtitle{font-size:.9rem}.my-info-section__title{font-size:1.1rem}.my-info-subsection__header{align-items:flex-start;flex-direction:column;gap:12px}.my-info-add-btn,.my-info-add-btn--full{width:100%}}@media (max-width:520px){.my-info-snapshot-grid{grid-template-columns:1fr}.my-info-snapshot-card--full{grid-column:span 1}.my-info-goals-grid{grid-template-columns:1fr}.my-info-snapshot-card__value{font-size:1.7rem}}html.dark .my-info-input,html.dark .my-info-textarea{background:var(--ds-primary-white);color:var(--ds-primary-black)}html.dark .my-info-input:focus,html.dark .my-info-textarea:focus{border-color:var(--ds-primary-black);box-shadow:0 0 0 3px #e8e8e81a}html.dark .my-info-checkbox,html.dark .my-info-grade-checkbox{color:var(--ds-primary-black)}html.dark .info-tooltip-box{background:var(--ds-primary-black);color:var(--ds-primary-white)}html.dark .info-tooltip-box:before{border-bottom-color:var(--ds-primary-black)}html.dark .my-info-add-btn{background:var(--ds-surface-raised);border-color:var(--ds-border);color:var(--ds-primary-black)}html.dark .my-info-add-btn:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.my-info-field__hint{color:var(--ds-text-muted);display:block;font-size:.75rem;line-height:1.45;margin-top:6px}.account-page{background:var(--ds-primary-white);box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);min-height:calc(100vh - 68px);padding:34px 40px}.account-page__inner{margin:0 auto;max-width:1060px}.account-page__header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.account-page__header h1{color:var(--ds-primary-black);font-size:1.7rem;font-weight:600;margin:0 0 4px;text-align:left}.account-page__header p,.account-page__section-header p{color:var(--ds-text-muted);font-size:.88rem;margin:0}.account-page__user-pill{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;box-sizing:border-box;display:flex;gap:10px;max-width:320px;min-width:220px;padding:10px 12px}.account-page__user-avatar{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:50%;color:var(--ds-primary-black);display:flex;flex-shrink:0;font-size:.82rem;font-weight:600;height:34px;justify-content:center;width:34px}.account-page__user-pill div{display:flex;flex-direction:column;min-width:0}.account-page__user-pill span,.account-page__user-pill strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-page__user-pill strong{font-size:.82rem;font-weight:600}.account-page__user-pill span{color:var(--ds-text-muted);font-size:.72rem}.account-page__error{background:#fff7f7;border:1px solid #f1c5c5;border-radius:10px;color:#b54747;font-size:.84rem;margin-bottom:14px;padding:10px 12px}.account-page__layout{align-items:start;display:grid;gap:18px;grid-template-columns:210px minmax(0,1fr)}.account-page__nav{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;display:flex;flex-direction:column;gap:4px;padding:8px}.account-page__nav-btn{align-items:center;background:#0000;border:1px solid #0000;border-radius:9px;color:var(--ds-text-muted);cursor:pointer;display:flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.84rem;font-weight:500;gap:9px;height:38px;padding:0 10px;text-align:left;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.account-page__nav-btn:hover{background:var(--ds-surface-hover);color:var(--ds-primary-black)}.account-page__nav-btn--active{background:var(--ds-surface-raised);border-color:var(--ds-border);color:var(--ds-primary-black)}.account-page__panel{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;overflow:hidden}.account-page__section{padding:22px}.account-page__section-header{margin-bottom:18px}.account-page__section-header h2{color:var(--ds-primary-black);font-size:1rem;font-weight:600;margin:0 0 4px}.account-page__details,.account-page__settings-list{border:1px solid var(--ds-border);border-radius:10px;overflow:hidden}.account-page__detail-row,.account-page__setting-row{align-items:center;border-bottom:1px solid var(--ds-border);display:flex;gap:18px;justify-content:space-between;padding:14px 16px}.account-page__detail-row:last-child,.account-page__setting-row:last-child{border-bottom:none}.account-page__detail-row span{color:var(--ds-text-muted);font-size:.82rem}.account-page__detail-row strong{color:var(--ds-primary-black);font-size:.88rem;font-weight:500;overflow-wrap:anywhere;text-align:right}.account-page__muted-card,.account-page__support-card{align-items:flex-start;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;display:flex;gap:11px;margin-top:16px;padding:14px 16px}.account-page__muted-card svg,.account-page__support-card svg{color:var(--ds-primary-400);flex-shrink:0;margin-top:1px}.account-page__muted-card div,.account-page__setting-row div,.account-page__support-card div{display:flex;flex-direction:column;gap:3px;min-width:0}.account-page__muted-card strong,.account-page__setting-row strong,.account-page__support-card strong{color:var(--ds-primary-black);font-size:.86rem;font-weight:600}.account-page__muted-card span,.account-page__setting-row span,.account-page__support-card span{color:var(--ds-text-muted);font-size:.8rem;line-height:1.45}.account-page__status-pill{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-primary-black)!important;flex-shrink:0;font-size:.72rem!important;font-weight:500;padding:4px 10px}.account-page__choice-group{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:9px;display:inline-flex!important;flex-direction:row!important;flex-shrink:0;gap:4px!important;padding:3px}.account-page__choice-btn{background:#0000;border:0;border-radius:7px;color:var(--ds-text-muted);cursor:pointer;font:500 .76rem var(--ds-font-family,"Poppins",sans-serif);height:30px;min-width:58px}.account-page__choice-btn--active{background:var(--ds-surface);box-shadow:0 1px 3px #00000014;color:var(--ds-primary-black)}.account-page__switch{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-text-muted);cursor:pointer;display:inline-flex;flex-shrink:0;font-family:var(--ds-font-family,"Poppins",sans-serif);gap:7px;height:34px;justify-content:center;min-width:76px;padding:0 9px}.account-page__switch>span{background:var(--ds-text-muted);border-radius:999px;height:10px;width:10px}.account-page__switch strong{color:inherit;font-size:.76rem}.account-page__switch--on{background:var(--ds-theme-accent-soft);border-color:var(--ds-theme-accent);color:var(--ds-theme-accent)}.account-page__switch--on>span{background:var(--ds-theme-accent)}.account-page__settings-note{color:var(--ds-text-muted);font-size:.76rem;line-height:1.5;margin:12px 2px 0}.account-page__custom-theme{background:linear-gradient(145deg,var(--ds-theme-accent-softer),#0000 72%),var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;margin-top:18px;padding:16px}.account-page__custom-theme-header{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:16px}.account-page__section-kicker{align-items:center;color:var(--ds-theme-accent);display:inline-flex;font-size:.72rem;font-weight:600;gap:6px;width:fit-content}.account-page__custom-theme h3{color:var(--ds-primary-black);font-size:1rem;font-weight:600;letter-spacing:0;margin:5px 0 4px}.account-page__custom-theme p{color:var(--ds-text-muted);font-size:.8rem;line-height:1.45;margin:0}.account-page__background-toggle,.account-page__palette-btn,.account-page__reset-theme-btn{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-primary-black);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.78rem;font-weight:500;min-height:34px;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.account-page__reset-theme-btn{align-items:center;display:inline-flex;flex-shrink:0;gap:7px;padding:0 11px}.account-page__background-toggle:hover,.account-page__palette-btn:hover,.account-page__reset-theme-btn:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.account-page__theme-grid{display:grid;gap:12px;grid-template-columns:minmax(0,1.35fr) minmax(170px,.65fr);margin-bottom:14px}.account-page__theme-field{display:flex;flex-direction:column;gap:7px;min-width:0}.account-page__theme-block-heading strong,.account-page__theme-field>span{color:var(--ds-primary-black);font-size:.78rem;font-weight:600}.account-page__theme-field .MuiOutlinedInput-root{background:var(--ds-surface);border-radius:10px;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.88rem;padding:3px 10px;transition:border-color .2s ease,box-shadow .2s ease}.account-page__theme-field .MuiOutlinedInput-root fieldset{border-color:var(--ds-border);border-width:1px;transition:border-color .2s ease,box-shadow .2s ease}.account-page__theme-field .MuiOutlinedInput-root:hover fieldset{border-color:var(--ds-primary-300)}.account-page__theme-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--ds-theme-accent);border-width:1.5px;box-shadow:0 0 0 3px var(--ds-theme-accent-soft)}.account-page__theme-field .MuiInputBase-input{color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.88rem}.account-page__theme-field .MuiInputBase-input::placeholder{color:var(--ds-text-muted);opacity:1}.account-page__theme-field .MuiAutocomplete-clearIndicator,.account-page__theme-field .MuiAutocomplete-popupIndicator{color:var(--ds-text-muted)}.account-page__theme-dropdown{margin-top:6px}.account-page__theme-dropdown,.account-page__theme-dropdown *{font-family:var(--ds-font-family,"Poppins",sans-serif)!important}.account-page__theme-dropdown .MuiAutocomplete-listbox{padding:6px}.account-page__theme-dropdown .MuiAutocomplete-option{border-radius:6px;color:var(--ds-primary-black);font-size:.88rem;padding:8px 12px}.account-page__theme-dropdown .MuiAutocomplete-option:hover{background-color:var(--ds-surface-hover)}.account-page__theme-dropdown .MuiAutocomplete-option[aria-selected=true]{background-color:var(--ds-active-bg);color:var(--ds-active-color)}.account-page__theme-dropdown .MuiAutocomplete-loading,.account-page__theme-dropdown .MuiAutocomplete-noOptions{color:var(--ds-text-muted);font-size:.85rem}.account-page__color-input-row{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:9px;box-sizing:border-box;display:flex;gap:9px;min-height:40px;padding:5px 8px}.account-page__color-input-row input{background:#0000;border:0;cursor:pointer;height:28px;padding:0;width:32px}.account-page__color-input-row code{color:var(--ds-text-muted);font-size:.76rem}.account-page__theme-block{border-top:1px solid var(--ds-border);margin-top:13px;padding-top:13px}.account-page__theme-block-heading{align-items:baseline;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.account-page__theme-block-heading span{color:var(--ds-text-muted);font-size:.72rem}.account-page__palette-options,.account-page__swatches{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.account-page__font-options{display:grid;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr))}.account-page__font-btn{align-items:flex-start;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-primary-black);cursor:pointer;display:flex;flex-direction:column;gap:3px;justify-content:center;min-height:64px;min-width:0;padding:11px 12px;text-align:left;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.account-page__font-btn:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.account-page__font-btn--active{background:var(--ds-theme-accent-soft);border-color:var(--ds-theme-accent);box-shadow:inset 3px 0 0 var(--ds-theme-accent)}.account-page__font-btn strong{color:var(--ds-primary-black);font-size:.92rem;font-weight:600}.account-page__font-btn span{color:var(--ds-text-muted);font-size:.74rem;line-height:1.35}.account-page__swatch{border:2px solid var(--ds-surface);border-radius:999px;box-shadow:0 0 0 1px var(--ds-border);cursor:pointer;height:34px;transition:box-shadow .15s ease,transform .15s ease;width:34px}.account-page__swatch--active,.account-page__swatch:hover{box-shadow:0 0 0 2px var(--ds-theme-accent);transform:translateY(-1px)}.account-page__palette-btn{align-items:center;display:inline-flex;gap:7px;padding:0 10px}.account-page__palette-btn span{border-radius:999px;box-shadow:0 0 0 1px var(--ds-border);height:12px;width:12px}.account-page__palette-btn--active{background:var(--ds-theme-accent-soft);border-color:var(--ds-theme-accent);color:var(--ds-primary-black)}.account-page__theme-preview{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;box-shadow:inset 3px 0 0 var(--ds-theme-accent);display:flex;gap:14px;justify-content:space-between;margin-top:15px;padding:12px}.account-page__theme-preview div{display:flex;flex-direction:column;gap:3px;min-width:0}.account-page__theme-preview strong{color:var(--ds-primary-black);font-size:.84rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-page__theme-preview span{color:var(--ds-text-muted);font-size:.76rem}.account-page__background-toggle{flex-shrink:0;padding:0 11px}.account-page__background-toggle--active{background:var(--ds-theme-accent-soft);border-color:var(--ds-theme-accent)}@media (max-width:1100px){.account-page__theme-grid{grid-template-columns:minmax(0,1fr)}.account-page__color-input-row,.account-page__theme-field,.account-page__theme-field .MuiAutocomplete-root{box-sizing:border-box;max-width:100%;width:100%}.account-page__color-input-row code{min-width:0;overflow-wrap:anywhere}}.account-page__footer{border-top:1px solid var(--ds-border);display:flex;justify-content:flex-end;padding:14px 22px}.account-page__signout-btn{align-items:center;background:var(--ds-surface);border:1.5px solid var(--ds-border);border-radius:10px;color:#b54747;cursor:pointer;display:inline-flex;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.84rem;font-weight:500;gap:8px;height:36px;padding:0 14px;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.account-page__signout-btn:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.account-page__signout-btn:active{transform:scale(.98)}.account-page__signout-btn:disabled{color:var(--ds-text-muted);cursor:not-allowed;transform:none}@media (max-width:760px){.account-page{padding:24px 18px}.account-page__header{flex-direction:column}.account-page__user-pill{max-width:none;width:100%}.account-page__layout{grid-template-columns:1fr}.account-page__nav{flex-direction:row;overflow-x:auto}.account-page__nav-btn{flex-shrink:0}.account-page__detail-row,.account-page__setting-row{align-items:flex-start;flex-direction:column;gap:6px}.account-page__choice-group,.account-page__switch{box-sizing:border-box;width:100%}.account-page__choice-btn{flex:1}.account-page__custom-theme-header,.account-page__theme-block-heading,.account-page__theme-preview{align-items:flex-start;flex-direction:column}.account-page__custom-theme-header,.account-page__theme-preview{box-sizing:border-box;width:100%}.account-page__palette-btn,.account-page__reset-theme-btn{justify-content:center;width:100%}.account-page__palette-options{align-items:stretch;flex-direction:column}.account-page__font-options,.account-page__theme-grid{grid-template-columns:1fr}.account-page__background-toggle{width:100%}.account-page__detail-row strong{text-align:left}}@media (max-width:480px){.account-page{padding:18px 12px}.account-page__section{padding:16px 12px}.account-page__custom-theme{padding:12px}}.support-page{background:var(--ds-primary-white);box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);min-height:calc(100vh - 68px);padding:34px 40px}.support-page__inner{margin:0 auto;max-width:1060px}.support-page__header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:22px}.support-page__eyebrow{color:var(--ds-text-muted);display:block;font-size:.72rem;font-weight:600;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.support-page__header h1{color:var(--ds-primary-black);font-size:1.75rem;font-weight:600;margin:0 0 5px;text-align:left}.support-page__header p{color:var(--ds-text-muted);font-size:.9rem;line-height:1.55;margin:0;max-width:560px}.support-page__search{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;box-sizing:border-box;color:var(--ds-text-muted);display:flex;gap:10px;height:46px;margin-bottom:18px;padding:0 14px}.support-page__search input{background:#0000;border:0;color:var(--ds-primary-black);font-size:.9rem;outline:0;width:100%}.support-page__search input::placeholder{color:var(--ds-text-muted)}.support-page__topics{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.support-page__contact,.support-page__panel,.support-page__resources,.support-page__transfer,.support-page__workflow,.support-topic{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px}.support-page__resources{margin-bottom:18px;padding:18px}.support-page__resource-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.support-resource{align-items:flex-start;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-primary-black);display:flex;gap:10px;min-width:0;padding:13px;text-decoration:none}.support-resource:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.support-resource svg{color:var(--ds-active-color);flex-shrink:0;margin-top:2px}.support-resource span{display:flex;flex-direction:column;gap:3px;min-width:0}.support-resource strong{font-size:.82rem;font-weight:650}.support-resource small{color:var(--ds-text-muted);font-size:.74rem;line-height:1.45}.support-page__transfer{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px;padding:14px}.support-page__transfer article{align-items:flex-start;display:flex;gap:10px;min-width:0;padding:4px}.support-page__transfer svg{color:var(--ds-active-color);flex-shrink:0;margin-top:2px}.support-page__transfer h2{color:var(--ds-primary-black);font-size:.86rem;font-weight:650;margin:0 0 3px}.support-page__transfer p{color:var(--ds-text-muted);font-size:.76rem;line-height:1.5;margin:0}.support-topic{align-items:flex-start;display:flex;gap:12px;padding:16px}.support-page__contact-icon,.support-topic__icon{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-primary-black);display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.support-page__contact h2,.support-topic h2{color:var(--ds-primary-black);font-size:.95rem;font-weight:600;margin:0 0 5px}.support-faq p,.support-page__contact p,.support-topic p{color:var(--ds-text-muted);font-size:.82rem;line-height:1.55;margin:0}.support-page__no-results{border:1px dashed var(--ds-border);border-radius:10px;color:var(--ds-text-muted);font-size:.8rem;padding:18px;text-align:center}.support-page__layout{align-items:start;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 300px}.support-page__workflow{margin-bottom:18px;padding:18px}.support-page__workflow-grid{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.support-flow{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;padding:13px}.support-flow span{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-primary-black);display:inline-flex;font-size:.72rem;font-weight:700;height:24px;justify-content:center;margin-bottom:9px;width:24px}.support-flow h3{color:var(--ds-primary-black);font-size:.86rem;font-weight:600;margin:0 0 5px}.support-flow p{color:var(--ds-text-muted);font-size:.78rem;line-height:1.5;margin:0}.support-page__panel{padding:18px}.support-page__section-header{align-items:center;color:var(--ds-primary-black);display:flex;gap:9px;margin-bottom:12px}.support-page__section-header h2{font-size:1rem;font-weight:600;margin:0}.support-page__faq-list{display:flex;flex-direction:column;gap:8px}.support-faq{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;overflow:hidden}.support-faq summary{color:var(--ds-primary-black);cursor:pointer;font-size:.86rem;font-weight:600;padding:12px 14px}.support-faq p{padding:0 14px 13px}.support-page__contact{padding:18px}.support-page__contact-icon{margin-bottom:12px}.support-page__contact a{color:var(--ds-active-color);display:inline-flex;font-size:.86rem;font-weight:600;margin-top:14px;text-decoration:none}.support-page__contact a:hover{text-decoration:underline}@media (max-width:900px){.support-page__layout,.support-page__resource-grid,.support-page__topics,.support-page__transfer,.support-page__workflow-grid{grid-template-columns:1fr}}@media (max-width:640px){.support-page{padding:24px 20px}.support-topic{padding:14px}}.contact-page{background:var(--ds-primary-white);box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);min-height:calc(100vh - 68px);padding:34px 40px}.contact-page__inner{margin:0 auto;max-width:1060px}.contact-page__header{margin-bottom:22px}.contact-page__eyebrow{color:var(--ds-text-muted);display:block;font-size:.72rem;font-weight:600;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.contact-page__header h1{color:var(--ds-primary-black);font-size:1.75rem;font-weight:600;margin:0 0 5px;text-align:left}.contact-page__header p{color:var(--ds-text-muted);font-size:.9rem;line-height:1.55;margin:0;max-width:620px}.contact-page__layout{align-items:stretch;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 320px;margin-bottom:18px}.contact-page__email-card,.contact-page__panel,.contact-reason{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px}.contact-page__email-card,.contact-page__panel{padding:20px}.contact-page__panel-header{align-items:center;display:flex;gap:9px;margin-bottom:12px}.contact-page__email-card h2,.contact-page__panel h2,.contact-reason h2{color:var(--ds-primary-black);font-size:1rem;font-weight:600;margin:0}.contact-page__panel ul{color:var(--ds-text-muted);font-size:.86rem;line-height:1.8;margin:0;padding-left:20px}.contact-page__email-icon,.contact-reason__icon{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-primary-black);display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.contact-page__email-icon{margin-bottom:12px}.contact-page__email-card p,.contact-reason p{color:var(--ds-text-muted);font-size:.84rem;line-height:1.55;margin:7px 0 0}.contact-page__email-card a{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-primary-black);display:inline-flex;font-size:.78rem;font-weight:600;margin-top:14px;padding:6px 10px;text-decoration:none}.contact-page__email-card a:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.contact-page__form-cta{align-items:center;background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:10px;display:flex;gap:18px;justify-content:space-between;margin-bottom:14px;padding:18px;scroll-margin-top:90px}.contact-page__form-cta h2{color:var(--ds-primary-black);font-size:1.05rem;margin:2px 0 0}.contact-page__form-cta p{color:var(--ds-text-muted);font-size:.86rem;line-height:1.55;margin:7px 0 0}.contact-page__form-cta a{align-items:center;background:var(--ds-primary-black);border-radius:8px;color:var(--ds-primary-white);display:inline-flex;flex:0 0 auto;font-size:.84rem;font-weight:700;justify-content:center;min-height:38px;padding:0 16px;text-decoration:none}.contact-page__form-cta a:hover{background:var(--ds-primary-400,#333)}.contact-page__reasons{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));scroll-margin-top:90px}.contact-reason{align-items:flex-start;display:flex;gap:12px;padding:16px}.contact-reason h2{font-size:.95rem}@media (max-width:900px){.contact-page__layout,.contact-page__reasons{grid-template-columns:1fr}.contact-page__form-cta{align-items:stretch;flex-direction:column}.contact-page__form-cta a{box-sizing:border-box;width:100%}}@media (max-width:640px){.contact-page{padding:24px 20px}}.about-page{background:var(--ds-primary-white);box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);min-height:calc(100vh - 68px);padding:34px 40px}.about-page__inner{margin:0 auto;max-width:1060px}.about-page__header{background:linear-gradient(135deg,var(--ds-primary-white) 0,var(--ds-surface-raised) 100%);border:1px solid var(--ds-border);border-radius:12px;margin-bottom:20px;padding:26px}.about-page__eyebrow{color:var(--ds-text-muted);display:block;font-size:.72rem;font-weight:700;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.about-page__header h1{color:var(--ds-primary-black);font-size:2rem;font-weight:700;line-height:1.18;margin:0;max-width:780px;text-align:left}.about-page__header p{color:var(--ds-text-muted);font-size:.95rem;line-height:1.6;margin:11px 0 0;max-width:760px}.about-page__goal,.about-page__story{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;box-sizing:border-box;padding:22px}.about-page__story{margin-bottom:18px}.about-page__goal p,.about-page__story p{color:var(--ds-text-muted);font-size:.9rem;line-height:1.75;margin:0;max-width:850px}.about-page__story p+p{margin-top:14px}.about-page__principles{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.about-page__principles article{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;box-sizing:border-box;min-width:0;padding:18px}.about-page__icon{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-active-color);display:flex;height:38px;justify-content:center;margin-bottom:12px;width:38px}.about-page__goal h2,.about-page__principles h2{color:var(--ds-primary-black);font-size:1rem;font-weight:650;margin:0;text-align:left}.about-page__principles p{color:var(--ds-text-muted);font-size:.84rem;line-height:1.55;margin:7px 0 0}.about-page__goal{background:var(--ds-surface-raised)}.about-page__goal p{margin-top:9px}@media (max-width:820px){.about-page__principles{grid-template-columns:1fr}}@media (max-width:640px){.about-page{padding:24px 20px}.about-page__goal,.about-page__header,.about-page__story{padding:20px}.about-page__header h1{font-size:1.55rem}}.legal-page{background:var(--ds-primary-white);box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);min-height:100vh;padding:36px 24px 64px}.legal-page__inner{margin:0 auto;width:min(820px,100%)}.legal-page__brand{color:var(--ds-primary-black);font-size:.9rem;font-weight:700;text-decoration:none}.legal-page__header{border-bottom:1px solid var(--ds-border);margin:28px 0 24px;padding-bottom:20px}.legal-page__header h1{color:var(--ds-primary-black);font-size:clamp(1.8rem,5vw,2.5rem);font-weight:650;margin:0 0 8px;text-align:left}.legal-page section li,.legal-page section p,.legal-page__intro,.legal-page__meta{color:var(--ds-text-muted);font-size:.88rem;line-height:1.75}.legal-page__meta{margin:0}.legal-page__intro{margin:18px 0 0}.legal-page__draft-warning{background:#fff9e8;border:1px solid #e8c36a;border-radius:10px;color:#765715;font-size:.8rem;line-height:1.55;margin:0 0 24px;padding:12px 14px}html.dark .legal-page__draft-warning{background:#2b2517;border-color:#765715;color:#f2d68d}.legal-page section{margin-top:28px}.legal-page section h2{color:var(--ds-primary-black);font-size:1.08rem;font-weight:650;margin:0 0 8px}.legal-page section h3{color:var(--ds-primary-black);font-size:.92rem;font-weight:650;margin:18px 0 5px}.legal-page section p{margin:8px 0}.legal-page section ul{margin:8px 0;padding-left:22px}.legal-page a{color:var(--ds-active-color);text-underline-offset:2px}.legal-page__contact{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;padding:16px}@media (max-width:600px){.legal-page{padding:24px 16px 48px}}.timeline-page{box-sizing:border-box;color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);min-height:calc(100vh - 68px);padding:34px 40px}.timeline-page__inner{margin:0 auto;max-width:1060px;width:100%}.timeline-page__account-cta,.timeline-page__hero,.timeline-page__intro,.timeline-page__note,.timeline-page__sources,.timeline-page__timeline,.timeline-page__tips{background:var(--ds-primary-white);border:1px solid var(--ds-border);border-radius:12px;box-sizing:border-box}.timeline-page__hero{background:linear-gradient(135deg,var(--ds-primary-white) 0,var(--ds-surface-raised) 100%);margin-bottom:16px;padding:26px}.timeline-page__eyebrow{background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:999px;color:var(--ds-primary-black);display:inline-flex;font-size:.7rem;font-weight:700;letter-spacing:.02em;margin-bottom:9px;padding:4px 9px;text-transform:uppercase;width:fit-content}.timeline-page__hero h1{color:var(--ds-primary-black);font-size:1.9rem;font-weight:650;line-height:1.2;margin:0;text-align:left}.timeline-page__hero p,.timeline-page__intro p,.timeline-page__note p{color:var(--ds-text-muted);font-size:.9rem;line-height:1.6;margin:9px 0 0;max-width:850px}.timeline-page__intro{align-items:flex-start;display:flex;gap:14px;margin-bottom:16px;padding:18px}.timeline-page__intro-icon{align-items:center;background:var(--ds-surface-raised);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-primary-black);display:inline-flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.timeline-page__intro h2,.timeline-page__note h2,.timeline-page__sources h2{color:var(--ds-primary-black);font-size:1rem;font-weight:650;margin:0;text-align:left}.timeline-page__account-cta,.timeline-page__note,.timeline-page__sources,.timeline-page__timeline,.timeline-page__tips{margin-bottom:16px;padding:20px}.timeline-page__section-heading{align-items:center;color:var(--ds-primary-black);display:flex;gap:8px;margin-bottom:14px}.timeline-page__section-heading h2{font-size:1rem;font-weight:650;margin:0;text-align:left}.timeline-page__tip-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.timeline-tip{align-items:flex-start;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;display:flex;gap:10px;padding:13px}.timeline-tip svg{color:var(--ds-active-color);flex-shrink:0;margin-top:2px}.timeline-tip p{color:var(--ds-primary-black);font-size:.84rem;line-height:1.5;margin:0}.timeline-list{display:flex;flex-direction:column}.timeline-block{display:grid;gap:12px;grid-template-columns:20px minmax(0,1fr);position:relative}.timeline-block:not(:last-child):before{background:var(--ds-border);bottom:-4px;content:"";left:9px;position:absolute;top:18px;width:1px}.timeline-block__marker{background:var(--ds-primary-white);border:2px solid var(--ds-active-color);border-radius:999px;height:10px;margin:5px auto 0;width:10px;z-index:1}.timeline-block__content{padding:0 0 20px}.timeline-block__content h3{color:var(--ds-primary-black);font-size:.98rem;font-weight:650;margin:0 0 8px}.timeline-block__content p{color:var(--ds-text-muted);font-size:.86rem;line-height:1.58;margin:0 0 8px}.timeline-block__content strong{color:var(--ds-primary-black);font-weight:650}.timeline-block__content ul{color:var(--ds-text-muted);font-size:.86rem;line-height:1.58;margin:0;padding-left:18px}.timeline-block__content li+li{margin-top:5px}.timeline-page__note{background:var(--ds-surface-raised)}.timeline-page__account-cta{background:var(--ds-primary-white);border-color:var(--ds-primary-300)}.timeline-page__account-cta h2{color:var(--ds-primary-black);font-size:1.18rem;font-weight:700;margin:0;text-align:left}.timeline-page__account-cta p{color:var(--ds-text-muted);font-size:.9rem;line-height:1.6;margin:9px 0 0;max-width:760px}.timeline-page__note--action{background:linear-gradient(135deg,var(--ds-active-bg) 0,var(--ds-primary-white) 74%),var(--ds-primary-white);border-color:var(--ds-primary-300);box-shadow:0 18px 38px #2b7ae81a;overflow:hidden;position:relative}.timeline-page__note--action:before{background:var(--ds-active-color);content:"";inset:0 auto 0 0;position:absolute;width:5px}.timeline-page__note--action h2{font-size:1.12rem}.timeline-page__note--action p{color:var(--ds-primary-black);font-weight:500}.timeline-page__action-kicker{background:var(--ds-active-color);border-radius:999px;color:#fff;display:inline-flex;font-size:.7rem;font-weight:750;letter-spacing:.02em;margin-bottom:8px;padding:4px 9px;text-transform:uppercase;width:fit-content}.timeline-page__action-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.timeline-page__internal-link{align-items:center;background:var(--ds-active-color);border:1px solid var(--ds-active-color);border-radius:9px;color:#fff;display:inline-flex;font-size:.82rem;font-weight:650;justify-content:center;min-height:36px;padding:0 13px;text-decoration:none}.timeline-page__internal-link:hover{filter:brightness(.96)}.timeline-page__internal-link--secondary{background:var(--ds-primary-white);border-color:var(--ds-border);color:var(--ds-primary-black)}.timeline-page__note-list{color:var(--ds-text-muted);font-size:.86rem;line-height:1.58;margin:10px 0 0;padding-left:18px}.timeline-page__note-list li+li{margin-top:5px}.timeline-source-grid{display:grid;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:13px}.timeline-source-grid a{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-primary-black);display:flex;font-size:.84rem;font-weight:550;gap:10px;justify-content:space-between;min-width:0;padding:11px 12px;text-decoration:none;transition:border-color .15s ease,background-color .15s ease}.timeline-source-grid a:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.timeline-source-grid span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-source-grid svg{color:var(--ds-text-muted);flex-shrink:0}@media (max-width:760px){.timeline-page{padding:24px 20px}.timeline-page__hero,.timeline-page__intro,.timeline-page__note,.timeline-page__sources,.timeline-page__timeline,.timeline-page__tips{border-radius:10px}.timeline-page__hero{padding:20px}.timeline-page__hero h1{font-size:1.45rem}.timeline-page__intro{flex-direction:column}.timeline-page__tip-grid,.timeline-source-grid{grid-template-columns:1fr}}.product-preview{background:#fff;border:1px solid var(--border,#e5e7eb);border-radius:16px;box-shadow:var(--shadow-md,0 4px 16px #0000001a);box-sizing:border-box;max-width:500px;padding:18px;width:100%}.product-preview__top{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:14px}.product-preview__eyebrow{color:var(--text-muted,#9ca3af);display:block;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.product-preview h2{color:var(--text-primary,#1a1a1a);font-size:20px;font-weight:700;line-height:1.25;margin:0}.product-preview__status{background:#fffbeb;border:1px solid #fde68a;border-radius:999px;color:#92400e;flex-shrink:0;font-size:11px;font-weight:700;padding:5px 9px}.product-preview__grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-preview__panel{background:var(--bg,#f5f5f7);border:1px solid var(--border,#e5e7eb);border-radius:12px;box-sizing:border-box;min-width:0;padding:12px}.product-preview__panel--wide{background:#fff;grid-column:1/-1}.product-preview__panel-heading{align-items:center;color:var(--text-secondary,#6b7280);display:flex;font-size:12px;font-weight:700;gap:7px;margin-bottom:10px}.product-preview__table{display:grid;gap:6px}.product-preview__row{align-items:center;background:#f9fafb;border-radius:8px;color:var(--text-secondary,#6b7280);display:grid;font-size:12px;gap:8px;grid-template-columns:minmax(88px,1fr) minmax(52px,.7fr) minmax(56px,.8fr);min-width:0;padding:8px 9px}.product-preview__row--head{background:#0000;color:var(--text-muted,#9ca3af);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.product-preview__row strong{color:var(--text-primary,#1a1a1a);min-width:0;overflow-wrap:anywhere}.product-preview__headline{color:var(--text-primary,#1a1a1a);display:block;font-size:14px;margin-bottom:4px}.product-preview__panel p{color:var(--text-secondary,#6b7280);font-size:12px;line-height:1.45;margin:0}.product-preview__checks{display:grid;gap:7px}.product-preview__checks span{color:var(--text-secondary,#6b7280);font-size:12px;line-height:1.3;padding-left:18px;position:relative}.product-preview__checks span:before{background:#fff;border:1px solid #cbd5e1;border-radius:50%;content:"";height:10px;left:0;position:absolute;top:2px;width:10px}.product-preview__checks .is-done:before{background:#047857;border-color:#047857;box-shadow:inset 0 0 0 2px #fff}.product-preview__trust{border-top:1px solid var(--border,#e5e7eb);display:grid;gap:8px;margin-top:12px;padding-top:12px}.product-preview__trust span{align-items:flex-start;color:var(--text-secondary,#6b7280);display:flex;font-size:12px;gap:7px;line-height:1.4}.product-preview__trust svg{color:var(--blue,#2563eb);flex-shrink:0;margin-top:1px}.product-preview--compact{box-shadow:none;max-width:430px;padding:14px}.product-preview--compact h2{font-size:17px}.product-preview--compact .product-preview__trust span{font-size:11.5px}@media (max-width:520px){.product-preview{padding:14px}.product-preview__top{flex-direction:column;gap:8px}.product-preview__status{width:fit-content}.product-preview__grid{grid-template-columns:1fr}.product-preview__row{font-size:11px;grid-template-columns:minmax(80px,1fr) minmax(48px,.7fr) minmax(52px,.8fr)}}.auth-page{background:var(--white,#fff);box-sizing:border-box;color:var(--text-primary,#1a1a1a);display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:48px 24px 0}.auth-shell{align-items:center;display:flex;gap:72px;justify-content:center;margin:auto;max-width:1060px;width:100%}.auth-intro{flex:0 1 430px}.auth-brand{color:var(--text-primary,#1a1a1a);display:inline-block;font-size:44px;font-weight:700;line-height:1;margin-bottom:20px;text-decoration:none}.auth-intro h1{font-size:36px;font-weight:600;line-height:1.24;margin:0 0 18px;overflow:visible;overflow-wrap:anywhere;padding:.06em 0 .1em;text-align:left}.auth-intro h1 span{color:var(--blue,#2563eb)}.auth-intro p{color:var(--text-secondary,#6b7280);font-size:16px;line-height:1.65;margin:0 0 18px;max-width:380px}.auth-trust-list{display:grid;gap:8px;margin:0 0 18px;max-width:390px}.auth-trust-list span{color:var(--text-secondary,#6b7280);font-size:13px;line-height:1.45;padding-left:18px;position:relative}.auth-trust-list span:before{background:var(--blue,#2563eb);border-radius:50%;content:"";height:7px;left:0;position:absolute;top:.48em;width:7px}.auth-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.auth-chips span{background:var(--bg,#f5f5f7);border:1px solid var(--border,#e5e7eb);border-radius:999px;color:var(--text-secondary,#6b7280);font-size:11px;font-weight:500;padding:5px 10px}.auth-panel{flex:0 0 420px;width:420px}.auth-card{background:var(--white,#fff);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-lg,16px);box-shadow:var(--shadow-md,0 4px 16px #0000001a);box-sizing:border-box;padding:30px}.auth-card h2{color:var(--text-primary,#1a1a1a);font-size:24px;font-weight:700;margin:0 0 6px;text-align:center}.auth-card>p{color:var(--text-secondary,#6b7280);font-size:14px;margin:0 0 28px;text-align:center}.auth-switch{margin-top:16px;text-align:center}.site-footer,.site-footer a{color:var(--text-muted,#9ca3af)}.site-footer a:hover{color:var(--text-primary,#1a1a1a)}.auth-footer{margin-top:48px}@media (max-width:900px){.auth-page{padding:32px 20px 0}.auth-shell{flex-direction:column;gap:34px}.auth-intro{max-width:440px}.auth-intro,.auth-panel{flex:0 1 auto;width:100%}.auth-panel{max-width:420px}.auth-intro .product-preview{display:none}}@media (max-width:640px){.auth-brand{font-size:32px}.auth-intro h1{font-size:24px}.auth-intro p{font-size:14px}.auth-card{padding:24px 20px}.site-footer{flex-direction:column;padding:18px 12px;text-align:center}.site-footer,.site-footer div{justify-content:center}}.first-dashboard-tour{inset:0;pointer-events:none;position:fixed;z-index:2000}.first-dashboard-tour__scrim{background:#11182775;inset:0;pointer-events:auto;position:absolute}.first-dashboard-tour--action .first-dashboard-tour__scrim{pointer-events:none}.first-dashboard-tour__spotlight{background:#ffffff1a;border:2px solid #2563eb;border-radius:12px;box-shadow:0 0 0 9999px #11182775,0 14px 40px #2563eb42;pointer-events:none;position:fixed}.first-dashboard-tour__card{background:var(--ds-primary-white,#fff);border:1px solid var(--ds-border,#e5e7eb);border-radius:12px;box-shadow:0 22px 60px #0000003d;box-sizing:border-box;color:var(--ds-primary-black,#111827);padding:18px;pointer-events:auto;position:fixed;width:min(330px,calc(100vw - 36px))}.first-dashboard-tour__card--center{left:50%;top:50%;transform:translate(-50%,-50%)}.first-dashboard-tour__arrow{background:var(--ds-primary-white,#fff);border-left:1px solid var(--ds-border,#e5e7eb);border-top:1px solid var(--ds-border,#e5e7eb);height:14px;left:24px;position:absolute;top:-8px;transform:rotate(45deg);width:14px}.first-dashboard-tour__step{background:var(--ds-active-bg,#eff6ff);border-radius:999px;color:var(--ds-active-color,#2563eb);display:inline-flex;font-size:.7rem;font-weight:750;letter-spacing:.02em;margin-bottom:8px;padding:4px 8px;text-transform:uppercase}.first-dashboard-tour__card h2{color:var(--ds-primary-black,#111827);font-size:1.04rem;font-weight:700;line-height:1.25;margin:0;text-align:left}.first-dashboard-tour__card p{color:var(--ds-text-muted,#6b7280);font-size:.86rem;line-height:1.5;margin:8px 0 0}.first-dashboard-tour__waiting{background:var(--ds-active-bg,#eff6ff);border:1px solid var(--ds-active-bg,#dbeafe);border-radius:8px;color:var(--ds-active-color,#2563eb)!important;font-weight:650;padding:9px 10px}.first-dashboard-tour__actions{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.first-dashboard-tour__next,.first-dashboard-tour__skip{border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:650;min-height:34px;padding:0 12px}.first-dashboard-tour__skip{background:var(--ds-primary-white,#fff);border:1px solid var(--ds-border,#e5e7eb);color:var(--ds-text-muted,#6b7280)}.first-dashboard-tour__next{background:var(--ds-active-color,#2563eb);border:1px solid var(--ds-active-color,#2563eb);color:#fff}@media (max-width:520px){.first-dashboard-tour__card{left:18px!important;right:18px;transform:none;width:auto}.first-dashboard-tour__card--center{top:50%;transform:translateY(-50%)}}.calendar-page{box-sizing:border-box;font-family:var(--ds-font-family,"Poppins",sans-serif);margin:0 auto;max-width:1200px;padding:32px 40px;width:100%}.calendar-page__header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:18px}.calendar-page__title{color:var(--ds-primary-black);font-size:1.75rem;font-weight:600;margin:0;text-align:left}.calendar-page__subtitle{color:var(--ds-text-muted);font-size:.9rem;line-height:1.5;margin:6px 0 0;max-width:760px}.calendar-page__stats{align-items:center;display:flex;gap:16px}.calendar-page__stat{align-items:center;color:var(--ds-text-muted);display:flex;font-size:.8rem;font-weight:500;gap:6px}.calendar-page__stat-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.calendar-page__stat-dot--deadline{background:#ef4444;box-shadow:0 0 6px #ef444466}.calendar-page__stat-dot--task{background:#3b82f6}.calendar-page__nav{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px 0}.calendar-page__nav-btn{align-items:center;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-primary-black);cursor:pointer;display:flex;height:36px;justify-content:center;transition:background-color .15s ease,border-color .15s ease;width:36px}.calendar-page__nav-btn:hover{background:var(--ds-surface-hover);border-color:var(--ds-primary-300)}.calendar-page__nav-center{align-items:center;display:flex;gap:14px}.calendar-page__month-label{color:var(--ds-primary-black);font-size:1.5rem;font-weight:600;min-width:220px;text-align:center}.calendar-page__today-btn{background:none;border:none;border-radius:20px;color:var(--ds-text-muted);cursor:pointer;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.75rem;font-weight:500;padding:3px 10px;transition:color .15s ease,background-color .15s ease}.calendar-page__today-btn:hover{background:var(--ds-surface-hover);color:var(--ds-primary-black)}.calendar-page__body{align-items:start;display:flex;gap:24px;justify-content:center}.calendar-page__grid-wrapper{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:16px;box-shadow:0 4px 24px #0000000d;box-sizing:border-box;flex:1;max-width:820px;padding:20px;width:100%}@media (max-width:900px){.calendar-page__body{flex-direction:column}}.cal-header{display:grid;gap:2px;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.cal-header__label{color:var(--ds-text-muted);font-size:.72rem;font-weight:600;letter-spacing:.06em;padding:8px 0;text-align:center;text-transform:uppercase}.cal-grid{display:grid;gap:2px;grid-template-columns:repeat(7,1fr)}.cal-day{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;font-family:var(--ds-font-family,"Poppins",sans-serif);min-height:72px;padding:6px 4px;position:relative;transition:background-color .12s ease}.cal-day:hover{background:var(--ds-surface-hover)}.cal-day--outside{opacity:.3}.cal-day--today .cal-day__number{align-items:center;background:var(--ds-primary-black);border-radius:50%;color:var(--ds-primary-white);display:flex;height:28px;justify-content:center;width:28px}.cal-day--selected{background:var(--ds-active-bg);outline:2px solid var(--ds-active-color);outline-offset:-2px}.cal-day--selected:hover{background:var(--ds-active-bg-hover)}.cal-day--has-deadline{background:#ef44440f}.cal-day--has-deadline:hover,html.dark .cal-day--has-deadline{background:#ef44441a}html.dark .cal-day--has-deadline:hover{background:#ef444426}.cal-day__number{align-items:center;color:var(--ds-primary-black);display:flex;font-size:.85rem;font-weight:500;height:28px;justify-content:center;line-height:1;margin-bottom:4px;width:28px}.cal-day__indicators{display:flex;flex-wrap:wrap;gap:3px;justify-content:center;max-width:100%}.cal-day__dot{border-radius:50%;flex-shrink:0;height:6px;width:6px}.cal-day__dot--deadline{animation:deadlinePulse 2s ease-in-out infinite;background:#ef4444;box-shadow:0 0 6px #ef444480;height:8px;width:8px}@keyframes deadlinePulse{0%,to{box-shadow:0 0 4px #ef444466}50%{box-shadow:0 0 10px #ef4444b3}}.cal-day__dot--task{background:#3b82f6}.cal-day__dot--in-progress{background:#fbbf24}.cal-day__dot--complete{background:#34d399}.cal-day__dot--deadline.cal-day__dot--complete{animation:none;background:#34d399;box-shadow:none}.cal-day__dot--more{border-radius:4px;color:var(--ds-text-muted);font-size:.55rem;font-weight:600;height:auto;line-height:1.2;padding:0 3px;width:auto}.cal-legend{border-top:1px solid var(--ds-border);flex-wrap:wrap;gap:18px;margin-top:16px;padding-top:14px}.cal-legend,.cal-legend__item{align-items:center;display:flex}.cal-legend__item{gap:6px}.cal-legend__dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.cal-legend__dot--deadline{background:#ef4444;box-shadow:0 0 4px #ef444466}.cal-legend__dot--task{background:#3b82f6}.cal-legend__dot--in-progress{background:#fbbf24}.cal-legend__dot--complete{background:#34d399}.cal-legend__text{color:var(--ds-text-muted);font-size:.72rem;font-weight:500}.cal-detail{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:16px;box-shadow:0 4px 24px #0000000d;flex-shrink:0;padding:24px;position:sticky;top:100px;width:300px}.cal-detail__date{color:var(--ds-primary-black);font-size:1rem;font-weight:600;margin:0 0 16px}.cal-detail__empty{color:var(--ds-text-muted);font-size:.85rem;margin:0}.cal-detail__section{margin-bottom:18px}.cal-detail__section:last-child{margin-bottom:0}.cal-detail__section-title{align-items:center;display:flex;font-size:.72rem;font-weight:600;gap:6px;letter-spacing:.05em;margin-bottom:10px;text-transform:uppercase}.cal-detail__section-title--deadline{color:#ef4444}.cal-detail__section-title--task{color:var(--ds-text-muted)}.cal-detail__icon{font-size:.8rem}.cal-detail__item{align-items:center;border-radius:10px;display:flex;gap:10px;margin-bottom:6px;padding:10px 12px;transition:background-color .12s ease}.cal-detail__item:last-child{margin-bottom:0}.cal-detail__item--deadline{align-items:flex-start;background:#ef444414;border-left:3px solid #ef4444;flex-direction:column;gap:2px}.cal-detail__item--deadline .cal-detail__item-college{color:#ef4444;font-size:.82rem;font-weight:600}.cal-detail__item--deadline .cal-detail__item-label{color:var(--ds-text-muted);font-size:.75rem}.cal-detail__deadline-heading{align-items:center;display:flex;gap:8px;justify-content:space-between;width:100%}.cal-detail__item--deadline-complete{background:#34d3991a;border-left-color:#34d399;opacity:.8}.cal-detail__item--deadline-complete .cal-detail__item-college{color:#15803d}.cal-detail__completed-badge{align-items:center;color:#15803d;display:inline-flex;font-size:.68rem;font-weight:650;gap:4px;white-space:nowrap}.cal-detail__item--task{background:var(--ds-surface-hover)}.cal-detail__item--complete{opacity:.55}.cal-detail__item--complete .cal-detail__item-label{text-decoration:line-through}.cal-detail__status-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.cal-detail__status-dot--todo{background:#3b82f6}.cal-detail__status-dot--in-progress{background:#fbbf24}.cal-detail__status-dot--complete{background:#34d399}.cal-detail__complete-icon{color:#10b981;flex-shrink:0}.cal-detail__item-body{display:flex;flex:1;flex-direction:column;gap:1px;min-width:0}.cal-detail__item-body .cal-detail__item-label{color:var(--ds-primary-black);font-size:.82rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-detail__item-body .cal-detail__item-college{color:var(--ds-text-muted);font-size:.7rem}.cal-detail__priority{border-radius:6px;flex-shrink:0;font-size:.65rem;font-weight:600;letter-spacing:.04em;padding:2px 7px;text-transform:uppercase}.cal-detail__priority--high{background:#ef44441a;color:#ef4444}.cal-detail__priority--medium{background:#fbbf2426;color:#d97706}.cal-detail__priority--low{background:#3b82f61a;color:#3b82f6}html.dark .cal-detail__item--deadline{background:#ef44441f}html.dark .cal-detail__item--deadline .cal-detail__item-college{color:#f87171}html.dark .cal-detail__priority--high{background:#ef444426;color:#f87171}html.dark .cal-detail__priority--medium{background:#fbbf242e;color:#fbbf24}html.dark .cal-detail__priority--low{background:#3b82f626;color:#60a5fa}:root{--bg:#f5f5f7;--white:#fff;--text-primary:#1a1a1a;--text-secondary:#6b7280;--text-muted:#9ca3af;--blue:#2563eb;--blue-light:#eff6ff;--border:#e5e7eb;--border-light:#f3f4f6;--dark-btn:#1f2937;--dark-btn-hover:#374151;--radius:10px;--radius-sm:6px;--radius-lg:16px;--shadow-md:0 4px 16px #0000001a}.welcome-screen{align-items:center;animation:fadeIn .3s ease-in;background:var(--white);box-sizing:border-box;display:flex;flex-direction:column;inset:0;justify-content:center;min-height:100vh;overflow-y:auto;padding:45px 20px;position:fixed;width:100%;z-index:400}.welcome-screen .site-footer{margin-top:34px;max-width:1060px;order:3;padding-left:0;padding-right:0}.welcome-footer{font-style:normal}.site-footer{align-items:center;box-sizing:border-box;color:var(--text-muted);display:flex;font-size:12px;gap:16px;justify-content:space-between;padding:18px 32px;width:100%}.site-footer div{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-end}.site-footer a{color:var(--text-muted);text-decoration:none}.site-footer a:hover{color:var(--text-primary)}@media (min-width:1200px){.welcome-screen{padding:10px 60px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.w-inner{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:44px;justify-content:center;max-width:1120px;min-width:0;width:100%}@media (max-width:1200px){.w-inner{flex-direction:column;gap:40px}}.w-left{box-sizing:border-box;flex:0 0 420px;min-width:0}@media (max-width:1200px){.w-left{flex:1 1 100%;max-width:440px}}.w-brand{font-size:44px;font-weight:700;line-height:1;margin-bottom:20px}.w-brand,.w-hero{color:var(--text-primary);letter-spacing:0}.w-hero{font-size:36px;font-weight:600;line-height:1.24;margin:0 0 18px;overflow:visible;overflow-wrap:anywhere;padding:.06em 0 .1em;text-align:left}.w-hero span{color:var(--blue)}.w-sub{color:var(--text-secondary);font-size:16px;line-height:1.65;margin-bottom:32px;max-width:380px}.w-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.w-trust{color:var(--text-muted);font-size:12px}.w-trust-list{display:grid;gap:8px;margin:-14px 0 24px;max-width:390px}.w-trust-list span{color:var(--text-secondary);font-size:13px;line-height:1.45;padding-left:18px;position:relative}.w-trust-list span:before{background:var(--blue);border-radius:50%;content:"";height:7px;left:0;position:absolute;top:.48em;width:7px}.btn{align-items:center;border:none;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:6px;outline:none;padding:9px 20px;text-decoration:none;transition:all .15s}.btn-dark{background:var(--dark-btn);color:#fff}.btn-dark:hover{background:var(--dark-btn-hover)}.btn-ghost{background:#0000;border:1px solid var(--border);color:var(--text-secondary)}.btn-ghost:hover{background:var(--border-light);color:var(--text-primary)}.btn-lg{border-radius:var(--radius);font-size:15px;font-weight:600;padding:13px 30px}.w-right{display:grid;flex:0 1 500px;gap:14px}.roadmap-card,.w-right{box-sizing:border-box;min-width:0}.roadmap-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:18px;width:100%}@media (max-width:1200px){.roadmap-card{flex:1 1 100%;margin:0 auto;max-width:500px;width:100%}}.rm-label{color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.08em;margin-bottom:20px;text-transform:uppercase}.rm-step{align-items:flex-start;display:flex;gap:14px;margin-bottom:16px}.rm-step:last-child{margin-bottom:0}.rm-dot-col{flex-direction:column}.rm-dot,.rm-dot-col{align-items:center;display:flex}.rm-dot{border-radius:50%;flex-shrink:0;font-size:13px;font-weight:700;height:34px;justify-content:center;transition:all .4s ease;width:34px}.rd-done{background:var(--dark-btn);color:#fff}.rd-active{background:var(--blue);color:#fff}.rd-pending{color:var(--text-muted)}.rd-pending,.rm-line{background:var(--border)}.rm-line{height:16px;margin-top:3px;width:2px}.rm-text strong{color:var(--text-primary);display:block;font-size:14px;font-weight:600;margin-bottom:2px}.rm-text span{color:var(--text-secondary);font-size:12.5px}.word-cloud{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.wchip{animation:floatY 3s ease-in-out infinite;background:var(--bg);border:1px solid var(--border);border-radius:20px;color:var(--text-secondary);font-size:11px;font-weight:500;padding:4px 10px}.wchip:nth-child(2){animation-delay:.5s}.wchip:nth-child(3){animation-delay:1s}.wchip:nth-child(4){animation-delay:1.5s}.wchip:nth-child(5){animation-delay:2s}.wchip:nth-child(6){animation-delay:2.5s}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (max-width:1200px){.w-inner{flex-direction:column;gap:40px}.w-left{max-width:440px}.roadmap-card,.w-left{flex:0 0 auto}.w-right{max-width:500px;width:100%}.welcome-screen{padding:32px 20px}}@media (max-width:900px){.welcome-screen .site-footer{max-width:440px}}@media (max-width:640px){.welcome-screen .site-footer{flex-direction:column;justify-content:center;text-align:center}.welcome-screen .site-footer div{justify-content:center}}@media (max-width:768px){.roadmap-card,.w-inner,.w-left,.w-right{max-width:100%}.w-brand{font-size:32px}.w-hero{font-size:24px}.w-sub{font-size:14px}.roadmap-card{padding:24px 22px;width:100%}}@media (max-width:420px){.welcome-screen{padding-left:20px;padding-right:20px}.w-actions{width:100%}.w-actions .btn{flex:1 1 145px;justify-content:center;min-width:0;padding-left:14px;padding-right:14px}}.toast-container{display:flex;flex-direction:column;gap:10px;max-width:380px;pointer-events:none;position:fixed;right:20px;top:80px;transition:right .25s ease;width:100%;z-index:10000}.toast-container--sidebar-open{right:340px}.toast{align-items:flex-start;animation:toastSlideIn .35s cubic-bezier(.16,1,.3,1) both;background:var(--ds-primary-white,#fff);border:1px solid var(--ds-border-subtle,#e8e8e8);border-radius:14px;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000d;cursor:grab;display:flex;gap:12px;padding:14px 16px;pointer-events:auto;transition:transform .15s ease,opacity .15s ease;user-select:none;will-change:transform,opacity}.toast--swiping{cursor:grabbing;transition:none}.toast--deadline{background:#fff7f7;border-color:#ef444438}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(120%)}to{opacity:1;transform:translateX(0)}}.toast__icon-wrapper{align-items:center;background:#e8e8e8;border-radius:10px;color:var(--ds-text-muted);display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.toast--deadline .toast__icon-wrapper{background:#ef44441f;color:#ef4444}.toast__content{flex:1;min-width:0}.toast__header-row{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.toast__task-text{color:var(--ds-primary-black);font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.88rem;font-weight:500;line-height:1.3;word-break:break-word}.toast--deadline .toast__task-text{color:#ef4444;font-weight:600}.toast__close{align-items:center;background:none;border:none;border-radius:6px;color:var(--ds-text-muted,#999);cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;transition:background-color .15s ease,color .15s ease;width:24px}.toast__close:hover{background-color:var(--ds-surface-hover,#f5f5f5);color:var(--ds-primary-black)}.toast__details{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.toast__college{font-size:.72rem;max-width:160px;overflow:hidden;text-overflow:ellipsis}.toast__college,.toast__offset{color:var(--ds-text-muted);font-family:var(--ds-font-family,"Poppins",sans-serif);white-space:nowrap}.toast__offset{align-items:center;display:flex;font-size:.68rem;font-weight:500;gap:3px}.toast__deadline-badge{background:#fee2e2;color:#b91c1c;font-weight:700}.toast__deadline-badge,.toast__priority{border-radius:8px;font-family:var(--ds-font-family,"Poppins",sans-serif);font-size:.65rem;padding:1px 7px;white-space:nowrap}.toast__priority{align-items:center;display:flex;font-weight:600;gap:3px}.toast__priority--high{background-color:#fee2e2;color:#b91c1c}.toast__priority--medium{background-color:#fef3c7;color:#92400e}.toast__priority--low{background-color:#dbeafe;color:#1d4ed8}html.dark .toast__priority--high{background-color:#3d2230;color:#f9a8a8}html.dark .toast__priority--medium{background-color:#33312a;color:#fcd34d}html.dark .toast__priority--low{background-color:#1e2d3d;color:#93c5fd}html.dark .toast--deadline{background:#2b1f24;border-color:#ef44444d}html.dark .toast--deadline .toast__icon-wrapper{background:#ef44442e;color:#fca5a5}html.dark .toast--deadline .toast__task-text{color:#fca5a5}html.dark .toast__deadline-badge{background:#3d2230;color:#fca5a5}@media (max-width:480px){.toast-container{left:10px;max-width:none;right:10px}.toast-container--sidebar-open{right:10px}}:root{--ds-font-family:var(--ds-font-family,"Poppins",sans-serif);--ds-primary-100:#e0e0e0;--ds-primary-200:#c4c4c4;--ds-primary-300:#a3a3a3;--ds-primary-400:grey;--ds-primary-black:#1a1a1a;--ds-primary-white:#fafafa;--ds-secondary-red:#f5d5e0;--ds-secondary-green:#d9e6d0;--ds-secondary-blue:#d1dfef;--ds-secondary-yellow:#f7f3d7;--ds-secondary-orange:#f4e2cc;--ds-secondary-dark-red:#d4a5a5;--ds-search-grey:#cacaca;--ds-border:#e5e5e5;--ds-text-muted:#999;--ds-text-light:#bfbfbf;--ds-surface:#fff;--ds-surface-hover:#f8f8f8;--ds-surface-raised:#f2f2f2;--ds-surface-overlay:#fff;--ds-text-primary:#000;--ds-text-secondary:#333;--ds-border-subtle:#0000001a;--ds-active-bg:#ebf3ff;--ds-active-bg-hover:#dfedff;--ds-active-color:#2b7ae8;--ds-checkbox-bg:#fff;--ds-checkbox-border:#ddd;--ds-checkbox-checked-bg:#d3d3d3;--ds-checkbox-checked-border:#aaa;--ds-checkbox-check-color:#333;--ds-theme-accent:var(--ds-active-color);--ds-theme-accent-soft:var(--ds-active-bg);--ds-theme-accent-softer:#f7faff;--ds-theme-accent-muted:var(--ds-active-color);--ds-theme-gradient:none}html.dark{--ds-font-family:var(--ds-font-family,"Poppins",sans-serif);--ds-primary-100:#2a2a2a;--ds-primary-200:#3a3a3a;--ds-primary-300:#555;--ds-primary-400:#999;--ds-primary-black:#e8e8e8;--ds-primary-white:#141414;--ds-secondary-red:#3d2230;--ds-secondary-green:#253325;--ds-secondary-blue:#1e2d3d;--ds-secondary-yellow:#33312a;--ds-secondary-orange:#352d24;--ds-secondary-dark-red:#3d2424;--ds-search-grey:#3a3a3a;--ds-border:#2a2a2a;--ds-text-muted:#777;--ds-text-light:#555;--ds-surface:#1c1c1c;--ds-surface-hover:#242424;--ds-surface-raised:#252525;--ds-surface-overlay:#1e1e1e;--ds-text-primary:#e8e8e8;--ds-text-secondary:#ccc;--ds-border-subtle:#ffffff14;--ds-active-bg:#1a2a3d;--ds-active-bg-hover:#1e3048;--ds-active-color:#5c9aef;--ds-checkbox-bg:#1c1c1c;--ds-checkbox-border:#444;--ds-checkbox-checked-bg:#3a3a3a;--ds-checkbox-checked-border:#666;--ds-checkbox-check-color:#ccc;--ds-theme-accent:var(--ds-active-color);--ds-theme-accent-soft:var(--ds-active-bg);--ds-theme-accent-softer:#17202b;--ds-theme-accent-muted:var(--ds-active-color);--ds-theme-gradient:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.e6ca8e4a.css.map*/