@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap");:root{--ink:#252b27;--muted:#888c84;--line:#e9e8e1;--paper:#fff;--wash:#f7f7f3;--green:#486b51;--green-pale:#edf3eb;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif;--duration-stagger:40ms;--duration-micro:80ms;--duration-quick:150ms;--duration-fast:250ms;--duration-medium:350ms;--duration-slow:400ms;--duration-very-slow:500ms;--ease-smooth-out:cubic-bezier(0.22,1,0.36,1);--ease-in-out:ease-in-out;--modal-scale:0.96}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:14px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{max-width:1180px;margin:auto;padding:0 56px}.topbar{height:70px;border-bottom:1px solid var(--line);justify-content:space-between}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;color:var(--ink);font-weight:700;font-size:16px;text-decoration:none;letter-spacing:-.5px;transition:opacity .15s var(--ease-smooth-out)}.brand:hover{opacity:.85}.brand-mark,.empty-mark{font-family:var(--serif);font-style:italic;background:#eaf0e6;color:#486b51;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;font-size:20px;transition:transform .2s var(--ease-smooth-out)}.brand:hover .brand-mark{transform:rotate(-6deg) scale(1.05)}.brand-light{font-weight:400;color:#82867e}.top-right{color:#7c827a;font-size:12px;display:flex;align-items:center;gap:8px}.sync-dot{width:7px;height:7px;border-radius:50%;background:#6f9273;animation:syncPulse 2.6s infinite var(--ease-in-out)}@keyframes syncPulse{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.15);box-shadow:0 0 6px rgba(111,146,115,.4)}}.avatar-pair{display:flex;margin-left:10px}.avatar-pair i{font-style:normal;display:grid;place-items:center;border-radius:50%;width:26px;height:26px;background:#e7eee4;color:#44604a;font-size:10px;font-weight:700;border:2px solid white;transition:transform .22s var(--ease-smooth-out)}.avatar-pair i+i{margin-left:-7px;background:#f1e8df;color:#82674f}.avatar-pair:hover i:first-child{transform:translateX(-3px) scale(1.05)}.avatar-pair:hover i:last-child{transform:translateX(3px) scale(1.05)}.logout{background:transparent;border:0;color:#777;font-size:11px;margin-left:10px;padding:4px 8px;border-radius:3px;transition:color .15s,background .15s}.logout:hover{color:#252b27;background:var(--wash)}.intro{padding:55px 0 45px}.date-stamp>span,.eyebrow,.list-foot,.summary-cell>span,.table-wrap th{font-size:10px;letter-spacing:1.25px;font-weight:700;color:#8b8c83}.eyebrow{color:#6b856d}.intro-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:14px}h1{font-family:var(--serif);font-size:54px;line-height:1.05;letter-spacing:-1.9px;margin:0}h1,h1 em{font-weight:500}h1 em{color:#648268;font-style:italic}.lede{color:#7e817a;line-height:1.75;margin:18px 0 0;font-size:14px}.date-stamp{border-left:1px solid var(--line);padding:5px 0 5px 18px;display:flex;flex-direction:column;gap:8px;margin-bottom:3px}.date-stamp strong{font-size:12px;font-weight:600;color:#565c54}.anim-fade-in{animation:fadeIn .4s var(--ease-smooth-out) both}.anim-reveal-1{animation:textReveal .5s var(--ease-smooth-out) 60ms both}.anim-reveal-2{animation:textReveal .65s var(--ease-smooth-out) .13s both}.anim-reveal-3{animation:textReveal .65s var(--ease-smooth-out) .21s both}.anim-reveal-4{animation:textReveal .65s var(--ease-smooth-out) .26s both}.anim-reveal-5{animation:cellReveal .55s var(--ease-smooth-out) .32s both}.anim-reveal-6{animation:fadeIn .6s var(--ease-smooth-out) .38s both}@keyframes textReveal{0%{opacity:0;transform:translateY(12px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes cellReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding:20px 0}.summary-cell{min-height:76px;padding:0 24px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start;gap:4px;transition:transform .18s var(--ease-smooth-out)}.summary-cell:first-child{padding-left:0}.summary-cell:last-child{border:0;padding-right:0}.summary-cell strong{font-family:var(--serif);font-size:27px;line-height:1.2;font-weight:500;transition:color .2s}.summary-cell small{color:var(--muted);font-size:11px}.summary-cell .deadline-stat{font-size:24px;color:#9c684b}.summary-action{justify-content:space-between}.add-button{background:#496d52;color:white;border:0;border-radius:3px;padding:11px 15px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;transition:background .18s var(--ease-smooth-out),transform .15s var(--ease-smooth-out),box-shadow .18s var(--ease-smooth-out)}.add-button:hover{background:#395941;transform:translateY(-1px);box-shadow:0 4px 12px rgba(57,89,65,.22)}.add-button:active{transform:translateY(0)}.add-button:disabled{opacity:.6;cursor:wait}.add-button b{font-size:16px;margin-right:5px;font-weight:400}.workspace{padding-top:44px}.list-heading{display:flex;align-items:flex-end;justify-content:space-between}.list-heading h2,.modal h2{font-family:var(--serif);font-size:30px;font-weight:500;letter-spacing:-.6px;margin:8px 0 0}.list-heading h2 span{font-family:var(--sans);font-size:12px;color:#95978e;vertical-align:middle;margin-left:6px}.toolbar{margin-top:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:52px;justify-content:space-between;gap:15px}.filters,.toolbar{display:flex;align-items:center}.filters{gap:22px;height:52px}.filter{height:100%;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;color:#898c84;font-size:11px;white-space:nowrap;transition:color .18s var(--ease-smooth-out),border-bottom-color .18s var(--ease-smooth-out)}.filter:hover{color:#486b51}.filter.active{color:#34583e;border-bottom-color:#54775a;font-weight:600}.search{display:flex;gap:7px;align-items:center;color:#898c84}.search-icon,.search>span{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:17px;line-height:1;flex-shrink:0;transform:translateY(-2px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.search input{border:0;outline:0;width:110px;color:var(--ink);font-size:12px;line-height:1.2;background:transparent;padding:0;margin:0;transition:width .2s var(--ease-smooth-out)}.search input:focus{width:140px}.table-wrap{overflow:visible;min-height:190px}table{width:100%;border-collapse:collapse;text-align:left}thead{background:#fbfbf8}th{height:38px;font-size:9px!important;letter-spacing:1px!important;font-weight:700;padding:0 12px}td:first-child,th:first-child{padding-left:14px}td{border-bottom:1px solid var(--line);padding:15px 12px;vertical-align:middle;font-size:12px}tbody tr{position:relative;transition:background-color .15s var(--ease-smooth-out)}tbody tr:hover{background:#fdfdfa}tbody tr.row-menu-open,tbody tr.row-menu-open td{position:relative;z-index:900}.scholarship-title-btn{background:transparent;border:0;padding:0;text-align:left;cursor:pointer;color:inherit;font:inherit}.scholarship-name{font-weight:600;font-size:13px;margin-bottom:4px;transition:color .15s}.scholarship-title-btn:hover .scholarship-name{color:#395941;text-decoration:underline}.muted{color:#878a82;font-size:11px}.apply-link{display:inline-block;color:#56765b;font-size:10px;text-decoration:none;margin-top:5px;transition:color .15s}.apply-link:hover{text-decoration:underline;color:#2e4d34}.deadline-sub{display:block;margin-top:3px;font-size:10px;color:#92733e;font-weight:500}.mobile-deadline{color:#92733e;font-weight:600}.person-badge-btn{border:1px solid transparent;background:transparent;display:inline-flex;align-items:center;gap:6px;padding:3px 7px;border-radius:4px;cursor:pointer;color:#555b54;font-size:11px;font-weight:600;font-family:var(--sans);transition:background .16s var(--ease-smooth-out),border-color .16s var(--ease-smooth-out),transform .12s}.person-badge-btn:hover{background:#f3f4ef;border-color:var(--line)}.person-badge-btn:active{transform:scale(.98)}.person-badge-btn i{width:22px;height:22px;border:0;font-size:8px;font-style:normal;display:grid;place-items:center;border-radius:50%;background:#e7eee4;color:#44604a;font-weight:700}.badge-chevron{color:#9ca096;margin-left:2px;display:inline-block;transition:transform .2s var(--ease-smooth-out),color .16s}.person-badge-btn:hover .badge-chevron,.profile-filter-btn:hover .badge-chevron,.status-badge-btn:hover .badge-chevron{color:#444a42}.person-badge-btn.open .badge-chevron,.profile-filter-btn.open .badge-chevron,.status-badge-btn.open .badge-chevron{transform:rotate(180deg)}.status-badge-btn{border:0;display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:3px;font-size:10px;font-weight:600;font-family:var(--sans);cursor:pointer;white-space:nowrap;transition:filter .16s,box-shadow .16s,transform .12s}.status-badge-btn:hover{filter:brightness(.95);box-shadow:0 1px 4px rgba(0,0,0,.06)}.status-badge-btn:active{transform:scale(.98)}.status-badge-btn .status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-planned{background:#f2f2ee;color:#73766c}.status-to_apply{background:#f8f0df;color:#92733e}.status-applied{background:#eaf0f7;color:#526b8b}.status-interview{background:#f4eaf0;color:#8a5c77}.status-accepted{background:#e9f1e8;color:#4c7650}.status-rejected{background:#f5e9e6;color:#9c6154}.dropdown-wrap{position:relative;display:inline-block}.dropdown-wrap.open-wrap{position:relative;z-index:950}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:9999;background:#ffffff;border:1px solid #dfdfd7;border-radius:6px;box-shadow:0 14px 34px rgba(27,33,29,.16),0 3px 8px rgba(27,33,29,.06);padding:5px;display:flex;flex-direction:column;gap:2px;min-width:142px;transform-origin:top left;animation:dropIn .18s cubic-bezier(.16,1,.3,1) both}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-item{display:flex;align-items:center;gap:8px;padding:7px 10px;border:0;border-radius:3px;background:transparent;color:var(--ink);font-size:12px;font-weight:500;font-family:var(--sans);cursor:pointer;width:100%;text-align:left;transition:background .14s var(--ease-smooth-out),color .14s var(--ease-smooth-out)}.dropdown-item:hover{background:var(--wash)}.dropdown-item.selected{background:#edf3eb;color:#315139;font-weight:600}.drop-avatar{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:700;font-style:normal;flex-shrink:0}.drop-check{margin-left:auto;color:#3f6848;font-size:12px;font-weight:700;padding-left:8px;animation:checkPop .18s var(--ease-smooth-out) both}@keyframes checkPop{0%{transform:scale(.6);opacity:0}65%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:1}}.status-dropdown{min-width:148px}.status-drop-item{font-size:11px;font-weight:600}.status-drop-item .status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.profile-filter-wrap{display:flex;flex-direction:column;gap:5px;align-items:flex-end}.profile-filter-label{font-size:10px;letter-spacing:1.25px;font-weight:700;color:#8b8c83}.profile-filter-btn{border:1px solid #e1e3dc;background:#ffffff;display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:4px;cursor:pointer;color:var(--ink);font-size:12px;font-weight:600;font-family:var(--sans);transition:all .16s var(--ease-smooth-out)}.profile-filter-btn:hover{background:var(--wash);border-color:#d4d6cd}.profile-filter-btn.open{border-color:#486b51;box-shadow:0 0 0 2px #edf3eb}.profile-filter-btn .profile-btn-avatar{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:700;font-style:normal}.profile-dropdown{right:0;left:auto;min-width:145px;transform-origin:top right}.avatar-both{background:#eaf0e6;color:#486b51}.avatar-e{background:#e7eee4;color:#44604a}.avatar-elif,.avatar-s{background:#f1e8df;color:#82674f}.actions-cell{display:flex;align-items:center;justify-content:flex-end;gap:4px}.edit-action{border:0;background:transparent;color:#788275;font-size:14px;line-height:1;padding:4px 6px;border-radius:3px;cursor:pointer;transition:color .15s var(--ease-smooth-out),background .15s var(--ease-smooth-out),transform .15s var(--ease-smooth-out)}.edit-action:hover{color:#34583e;background:#edf3eb;transform:scale(1.1)}.remove{border:0;background:transparent;color:#aaa;font-size:19px;line-height:1;padding:4px 7px;border-radius:3px;cursor:pointer;transition:color .15s var(--ease-smooth-out),transform .15s var(--ease-smooth-out)}.remove:hover{color:#9b5548;transform:scale(1.15)}.empty{padding:45px 15px;text-align:center}.empty strong{display:block;font-family:var(--serif);font-size:21px;font-weight:500}.empty p{color:#888c84;font-size:12px;margin:8px 0 17px}.modal-backdrop{position:fixed;inset:0;background:rgba(25,32,27,.48);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;justify-content:center;align-items:center;padding:20px;animation:backdropIn .22s var(--ease-smooth-out) forwards}.modal-backdrop.is-closing{animation:backdropOut .16s var(--ease-smooth-out) forwards}.modal{width:min(570px,100%);max-height:92vh;overflow:auto;background:white;padding:27px 30px;border-radius:6px;box-shadow:0 24px 54px rgba(27,33,29,.22),0 4px 14px rgba(27,33,29,.08);border:1px solid rgba(230,230,223,.85);animation:modalIn .25s var(--ease-smooth-out) forwards;will-change:transform,opacity}.modal.is-closing{animation:modalOut .16s var(--ease-smooth-out) forwards}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes backdropOut{0%{opacity:1}to{opacity:0}}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.96) translateY(5px)}}.modal-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.close{border:0;background:transparent;font-size:24px;color:#888;padding:0 4px;cursor:pointer;transition:color .15s,transform .15s}.close:hover{color:#252b27;transform:scale(1.15)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}.form-grid label{display:flex;flex-direction:column;gap:6px;color:#646a61;font-size:11px;font-weight:600}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:10px;border:1px solid #e6e6df;border-radius:3px;background:white;color:var(--ink);font-size:12px;font-weight:400;transition:border-color .18s var(--ease-smooth-out),box-shadow .18s var(--ease-smooth-out)}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#79947b;box-shadow:0 0 0 3px #edf3eb;outline:none}.form-grid textarea{resize:vertical}.form-select-wrap{display:flex;flex-direction:column;gap:6px;position:relative}.form-label-text{color:#646a61;font-size:11px;font-weight:600}.form-select-trigger{width:100%;height:38px;padding:0 10px;border:1px solid #e6e6df;border-radius:3px;background:white;color:var(--ink);font-size:12px;font-family:var(--sans);display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:border-color .18s var(--ease-smooth-out),box-shadow .18s var(--ease-smooth-out)}.form-select-trigger:hover{border-color:#cbd1c8}.form-select-trigger.open{border-color:#79947b;box-shadow:0 0 0 3px #edf3eb}.form-select-trigger .trigger-content{display:flex;align-items:center;gap:8px;font-weight:500}.form-select-trigger .badge-chevron{color:#9aa095;font-size:11px;transition:transform .18s var(--ease-smooth-out)}.form-select-trigger.open .badge-chevron{transform:rotate(180deg);color:#3b503f}.form-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;width:100%;z-index:10500;background:#ffffff;border:1px solid #dfdfd7;border-radius:6px;padding:5px;box-shadow:0 12px 30px rgba(27,33,29,.16),0 2px 6px rgba(27,33,29,.05);animation:dropIn .16s var(--ease-smooth-out) both}.form-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.cancel{background:white;border:1px solid var(--line);border-radius:3px;padding:10px 15px;color:#676d64;font-size:12px;cursor:pointer;transition:background .15s,border-color .15s}.cancel:hover{background:var(--wash);border-color:#d8dad2}.delete-button{background:#9b5548;color:white;border:0;border-radius:3px;padding:10px 15px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,transform .15s}.delete-button:hover{background:#854438;transform:translateY(-1px)}.delete-button:active{transform:translateY(0)}.confirm-copy{color:#72776f;font-size:13px;line-height:1.6}.list-foot{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:13px 0;font-size:9px;letter-spacing:.8px}.list-foot span+span{color:#a2a39b;font-weight:400;letter-spacing:0}footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding:17px 0;color:#92948d;font-size:10px}.mobile-list{display:none}.mobile-card{display:flex;flex-direction:column;gap:12px;transition:background .16s}.mobile-card.mobile-menu-open{position:relative;z-index:900}.mobile-title{display:flex;justify-content:space-between;align-items:flex-start}.mobile-title strong{font-size:14px}.mobile-actions{display:flex;align-items:center;gap:6px}.mobile-edit-btn{border:1px solid var(--line);background:white;color:#555d54;font-size:11px;padding:4px 8px;border-radius:3px;display:inline-flex;align-items:center;gap:4px;cursor:pointer;transition:background .14s}.mobile-edit-btn:hover{background:var(--wash);color:#252b27}.mobile-meta{display:flex;flex-wrap:wrap;gap:8px 15px;color:#858980;font-size:10px}.site-toast[data-sonner-toast]{font-family:var(--sans);color:var(--ink);background:var(--paper);border:1px solid #dfdfd7;border-left:3px solid var(--green);border-radius:4px;box-shadow:0 12px 32px rgba(27,33,29,.13),0 2px 8px rgba(27,33,29,.05);transition:all var(--duration-fast) var(--ease-smooth-out)}.site-toast[data-sonner-toast][data-type=error]{border-left-color:#9b5548}.site-toast[data-sonner-toast] [data-title]{font-weight:600;font-size:13px}.site-toast[data-sonner-toast] [data-close-button]{background:var(--paper);border-color:var(--line);color:var(--ink);transition:transform .15s var(--ease-smooth-out),background .15s var(--ease-smooth-out)}.site-toast[data-sonner-toast] [data-close-button]:hover{background:var(--wash);transform:scale(1.1)}.login-shell{max-width:900px;min-height:100svh;margin:auto;padding:0 56px;display:flex;flex-direction:column}.login-shell .topbar{border-bottom:1px solid var(--line)}.login-panel{width:min(440px,100%);margin:auto;padding:50px 0}.login-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:38px 40px;box-shadow:0 4px 24px rgba(44,46,42,.04)}.login-panel h1{font-size:42px;line-height:1.08;margin:12px 0 10px;letter-spacing:-.02em}.login-panel h1 em{color:var(--accent);font-style:italic;font-family:serif}.login-panel .login-lead{color:var(--text-muted);font-size:13.5px;line-height:1.5;margin:0 0 28px}.login-panel form{display:flex;flex-direction:column;gap:16px}.login-panel label{font-size:10.5px;letter-spacing:1.2px;font-weight:700;color:var(--text-dim);text-transform:uppercase}.password-field-wrap{display:flex;flex-direction:column;gap:8px}.password-input-row{display:flex;align-items:center;background:#ffffff;border:1px solid var(--line-strong);border-radius:5px;padding:0 10px 0 14px;transition:border-color .15s var(--ease-smooth-out),box-shadow .15s var(--ease-smooth-out)}.password-input-row:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(100,130,104,.16)}.password-input-row input{flex:1 1;border:none;background:transparent;padding:13px 0;font-size:14.5px;color:var(--text);outline:none}.password-input-row input::placeholder{color:var(--text-dim);font-size:13.5px}.password-toggle-btn{background:none;border:none;color:var(--text-muted);font-size:11.5px;font-weight:600;letter-spacing:.3px;padding:6px 8px;border-radius:4px;cursor:pointer;transition:color .14s,background .14s}.password-toggle-btn:hover{color:var(--text);background:var(--wash)}.password-field-wrap.is-error .password-input-row{border-color:var(--danger);box-shadow:0 0 0 3px rgba(156,97,84,.12)}.password-field-wrap.is-shaking .password-input-row{animation:t-input-shake .28s linear}@keyframes t-input-shake{0%{transform:translateX(0)}28.57%{transform:translateX(6px)}57.14%{transform:translateX(-6px)}78.57%{transform:translateX(3px)}to{transform:translateX(0)}}.login-error-msg{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--danger);background:rgba(156,97,84,.08);border:1px solid rgba(156,97,84,.2);border-radius:4px;padding:7px 11px;animation:fadeIn .18s var(--ease-smooth-out)}.login-error-msg .error-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--danger);flex-shrink:0}.login-btn{width:100%;padding:13px 18px;font-size:13.5px;font-weight:600;letter-spacing:.3px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px}.login-btn:disabled{opacity:.7;cursor:not-allowed}.btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#ffffff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.login-shell footer{width:100%;margin-top:auto}@media (max-width:760px){.shell{padding:0 16px}.login-shell{padding:0 18px}.login-panel{width:100%;padding:28px 0}.login-card{padding:26px 20px}.login-panel h1{font-size:32px}.topbar{height:56px}.top-right{font-size:11px;gap:8px}.logout{font-size:11px;padding:4px 8px;border-radius:4px}.intro{padding:28px 0 20px}.intro-row{flex-direction:column;align-items:flex-start;gap:12px}h1{font-size:36px;line-height:1.1;margin:8px 0 10px}.lede{font-size:13px;line-height:1.45}.date-stamp{border:1px solid var(--line);border-radius:4px;padding:6px 10px;background:#ffffff;display:inline-flex;align-items:center;gap:7px;margin-top:4px;margin-left:0}.date-stamp>span{font-size:9px;font-weight:700;color:var(--text-dim)}.date-stamp strong{font-size:11px;font-weight:600;color:var(--text);white-space:nowrap}.summary{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.summary-cell{background:#ffffff;border:1px solid var(--line);border-radius:6px;padding:12px 14px;min-height:auto;gap:3px}.summary-cell:first-child,.summary-cell:last-child,.summary-cell:nth-child(2),.summary-cell:nth-child(3){border-right:1px solid var(--line);padding:12px 14px}.summary-cell span{font-size:9.5px;font-weight:700;letter-spacing:1px;color:var(--text-dim)}.summary-cell strong{font-size:24px;font-family:var(--serif);font-weight:600}.summary-cell small{font-size:11px;color:var(--text-muted)}.summary-action{background:#f7f9f6;border-color:rgba(73,109,82,.3)!important;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.summary-action .add-button{width:100%;justify-content:center;padding:9px 12px;font-size:12px;border-radius:4px}.workspace{padding-top:26px}.list-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.list-heading h2{font-size:25px;margin:4px 0 0}.profile-filter-wrap{align-items:flex-end}.profile-filter-label{font-size:9.5px}.profile-filter-btn{padding:5px 10px;font-size:12px;border-radius:4px}.toolbar{align-items:stretch;flex-direction:column;gap:10px;padding:12px 0;margin-top:16px;min-height:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.filters{display:flex;align-items:center;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:auto;padding-bottom:2px}.filters::-webkit-scrollbar{display:none}.filter{padding:6px 12px;border-radius:16px;background:#f1f2ec;color:#555b53;font-size:11.5px;font-weight:500;border:none;height:auto;transition:all .15s var(--ease-smooth-out)}.filter:hover{background:#e6e8e0;color:var(--text)}.filter.active{background:#395941;color:#ffffff;font-weight:600;border:none;box-shadow:0 2px 6px rgba(57,89,65,.22)}.search{width:100%;background:#ffffff;border:1px solid var(--line-strong);padding:8px 12px;border-radius:6px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 3px rgba(0,0,0,.02)}.search-icon,.search>span{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:16px;line-height:1;color:var(--text-dim);transform:translateY(-2px);flex-shrink:0}.search input{width:100%;font-size:13px;line-height:1.2;color:var(--text);padding:0;margin:0}.search input:focus{width:100%}.table-wrap{display:none}.mobile-list{display:flex;flex-direction:column;gap:12px;padding:12px 0 20px}.mobile-card{background:#ffffff;border:1px solid var(--line);border-radius:8px;padding:16px 16px 14px;box-shadow:0 2px 8px rgba(35,40,36,.03);position:relative;transition:border-color .15s,box-shadow .15s}.mobile-card.mobile-menu-open{z-index:800;border-color:#8da492;box-shadow:0 4px 18px rgba(35,40,36,.08)}.mobile-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.mobile-card-title{font-size:15px;font-weight:600;color:var(--text);line-height:1.32;text-align:left;display:block;word-break:break-word}.mobile-card-actions{display:flex;align-items:center;gap:5px;flex-shrink:0}.mobile-edit-btn{background:#f4f6f2;border:1px solid #e1e5de;color:#3b503f;font-size:11px;font-weight:600;padding:5px 9px;border-radius:4px;cursor:pointer;transition:background .14s}.mobile-edit-btn:hover{background:#e8ece5}.mobile-remove-btn{background:transparent;border:0;color:#9ca095;font-size:19px;line-height:1;padding:3px 6px;border-radius:4px;cursor:pointer;transition:color .14s}.mobile-remove-btn:hover{color:var(--danger)}.mobile-card-mid{display:flex;flex-direction:column;gap:7px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--wash)}.mobile-info-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.mobile-deadline-pill{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:var(--text-muted);background:#fafaf8;border:1px solid var(--line);border-radius:4px;padding:4px 8px}.pill-icon{font-size:11px}.pill-counter{font-weight:600}.pill-counter-active{color:#8e682e}.pill-counter-expired{color:var(--danger)}.mobile-link-pill{display:inline-flex;align-items:center;font-size:11.5px;font-weight:500;color:#3c6143;text-decoration:none;padding:3px 8px;border-radius:4px;background:#edf4eb;transition:background .14s}.mobile-link-pill:hover{background:#e0ece0}.mobile-notes-card{font-size:11.5px;color:#555952;background:#fafaf8;border:1px dashed #dedfd7;border-radius:4px;padding:7px 10px;display:flex;align-items:flex-start;gap:6px;line-height:1.45}.mobile-notes-card .notes-icon{font-size:11px;flex-shrink:0;margin-top:1px}.mobile-notes-card .notes-text{word-break:break-word}.mobile-card-bot{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-status-menu{right:0;left:auto;transform-origin:top right}.list-foot{margin-top:4px;font-size:9.5px;letter-spacing:.6px;color:var(--text-dim)}.modal{padding:22px 18px;border-radius:8px}.form-grid{gap:11px}footer{margin-top:24px;padding:18px 0}}@media (max-width:390px){.shell{padding:0 14px}.intro-row{gap:8px}h1{font-size:32px}.summary{grid-template-columns:1fr}.summary-action .add-button,.summary-cell{padding:10px 12px}.eyebrow{font-size:9px}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.modal{padding:20px 15px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}