.home-page{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.home-container{width:100%;max-width:960px;margin:0 auto;padding:5rem 1rem}.hero-section{text-align:center;margin-bottom:4rem}.hero-title{color:#fff;letter-spacing:-.03em;margin:0 0 1rem;font-size:3.5rem;font-weight:700}.hero-subtitle{color:#bfdbff;margin:0 0 .5rem;font-size:1.5rem;font-weight:400}.hero-description{color:#bfdbffcc;max-width:42rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:64rem;margin:0 auto 4rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;transition:transform var(--transition-base), background-color var(--transition-base);background:#ffffff1a;border-radius:.75rem;padding:1.5rem}.feature-card:hover{background:#ffffff26;transform:translateY(-4px)}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-title{color:#fff;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.feature-description{color:#bfdbff;font-size:1rem;line-height:1.5}.cta-section{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.btn{transition:background-color var(--transition-fast), transform var(--transition-fast);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:1.125rem;font-weight:500;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background-color:#3b82f6}.btn-primary:hover{background-color:#2563eb}.btn-secondary{color:#fff;background-color:#ffffff1a;border:1px solid #fff3}.btn-secondary:hover{background-color:#fff3}.demo-link-section{text-align:center}.demo-link-text{color:#bfdbffcc;margin:0 0 .5rem;font-size:1rem}.demo-link{color:#bfdbff;transition:color var(--transition-fast);font-size:1rem;text-decoration:underline}.demo-link:hover{color:#fff}
.login-page{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;width:100%;max-width:28rem;padding:2rem}.login-header{text-align:center;margin-bottom:1.5rem}.login-logo{color:#fff;letter-spacing:-.025em;margin:0 0 .25rem;font-size:2rem;font-weight:700}.login-subtitle{color:#bfdbffb3;margin:0;font-size:.875rem}.login-footer{text-align:center;border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1rem}.login-back-link{color:#bfdbffcc;transition:color var(--transition-fast);font-size:.875rem;text-decoration:none}.login-back-link:hover{color:#fff}
.dashboard-page{background-color:#0a0a0a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif}.dashboard-navbar{-webkit-backdrop-filter:blur(20px);background-color:#1e1e1ecc;border-bottom:1px solid #ffffff14;align-items:center;height:52px;padding:0 24px;display:flex}.dashboard-navbar__content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.dashboard-navbar__brand{align-items:center;gap:16px;display:flex}.dashboard-navbar__title{color:#fffffff5;letter-spacing:-.3px;font-size:18px;font-weight:600;text-decoration:none}.dashboard-navbar__welcome{color:#ffffff8f;font-size:13px;font-weight:400}.dashboard-navbar__logout{color:#ffffff8f;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:13px;transition:all .2s}.dashboard-navbar__logout:hover{color:#fffffff5;background-color:#ffffff14}.dashboard-main{max-width:1200px;margin:0 auto;padding:24px 24px 48px;animation:.4s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-header__title{color:#fffffff5;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:600}.dashboard-header__subtitle{color:#ffffff8f;margin:2px 0 0;font-size:13px}.dashboard-header__button{color:#fff;cursor:pointer;letter-spacing:-.1px;background-color:#007affe6;border:none;border-radius:980px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.dashboard-header__button:hover{background-color:#0071e3;transform:scale(1.02)}.dashboard-header__button:active{transform:scale(.98)}.dashboard-action-summary{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.action-summary-card{text-align:center;cursor:default;background:linear-gradient(#282828e6 0%,#1e1e1ee6 100%);border:1px solid #ffffff0f;border-radius:16px;padding:20px;transition:all .25s}.action-summary-card:hover{border-color:#ffffff1a;transform:translateY(-2px)}.action-summary-card--critical{background:linear-gradient(#3c1414e6 0%,#280f0fe6 100%);border-color:#ff3b3033}.action-summary-card--warning{background:linear-gradient(#3c280ae6 0%,#281e0ae6 100%);border-color:#ff950033}.action-summary-card--success{background:linear-gradient(#0a321ee6 0%,#052314e6 100%);border-color:#34c75926}.action-summary-card--info{background:linear-gradient(#0a283ce6 0%,#051e32e6 100%);border-color:#007aff26}.action-summary-card__icon{margin-bottom:8px;font-size:20px}.action-summary-card__value{letter-spacing:-1.5px;margin-bottom:6px;font-size:40px;font-weight:600;line-height:1}.action-summary-card__value--critical{color:#ff3b30}.action-summary-card__value--warning{color:#ff9500}.action-summary-card__value--success{color:#34c759}.action-summary-card__value--info{color:#007aff}.action-summary-card__label{color:#ffffff8f;letter-spacing:-.2px;font-size:13px;font-weight:500}.dashboard-overdue-alert{margin-bottom:16px;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dashboard-overdue-alert__inner{background:#ff3b3014;border:1px solid #ff3b3033;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}.dashboard-overdue-alert__icon{flex-shrink:0;font-size:16px}.dashboard-overdue-alert__list{flex-wrap:wrap;gap:8px;display:flex}.dashboard-overdue-alert__item{color:#ffffffe0;background:#ff3b301f;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:flex}.dashboard-overdue-alert__item strong{color:#ff3b30;font-weight:600}.dashboard-overdue-alert__link{color:inherit;text-decoration:none;transition:opacity .2s}.dashboard-overdue-alert__link:hover{opacity:.8}.dashboard-projects-section{margin-bottom:0}.dashboard-projects-section__title{color:#fffffff5;letter-spacing:-.3px;margin:0 0 4px;font-size:17px;font-weight:600}.dashboard-projects-section__subtitle{color:#ffffff8f;margin:0 0 16px;font-size:13px}.dashboard-project-card{cursor:pointer;background:linear-gradient(#282828e6 0%,#1c1c1ce6 100%);border:1px solid #ffffff0f;border-radius:16px;padding:20px;text-decoration:none;transition:all .3s;display:block}.dashboard-project-card:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.dashboard-project-card__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-project-card__name-row{align-items:center;gap:8px;min-width:0;display:flex}.dashboard-project-card__icon{background:#007aff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.dashboard-project-card__icon svg{color:#007aff;width:14px;height:14px}.dashboard-project-card__name{color:#fffffff5;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;font-size:15px;font-weight:600;overflow:hidden}.dashboard-project-card__type{letter-spacing:.1px;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:500}.dashboard-project-card__type--self{color:#34c759;background:#34c75926}.dashboard-project-card__type--external{color:#007aff;background:#007aff26}.dashboard-project-card__status{border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:500}.status-active{color:#34c759;background:#34c75926}.status-planning{color:#95a3b8e6;background:#95a3b826}.status-paused{color:#ff9500;background:#ff950026}.status-completed{color:#007aff;background:#007aff26}.dashboard-project-card__progress{margin-bottom:16px}.dashboard-project-card__progress-header{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.dashboard-project-card__progress-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.dashboard-project-card__progress-value{color:#fffffff5;letter-spacing:-.3px;font-size:15px;font-weight:600}.dashboard-project-card__progress-bar{background:#ffffff14;border-radius:2px;height:4px;overflow:hidden}.dashboard-project-card__progress-fill{border-radius:2px;height:100%;transition:width .6s}.progress-fill--low{background:linear-gradient(90deg,#ff3b30,#ff9500)}.progress-fill--mid{background:linear-gradient(90deg,#ff9500,#ffd60a)}.progress-fill--high{background:linear-gradient(90deg,#34c759,#30d158)}.dashboard-project-card__metrics{gap:8px;display:flex}.metric-pill{border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;display:flex}.metric-pill--pending{color:#ff786ef2;background:#ff3b301a}.metric-pill--review{color:#ffb432f2;background:#ff95001a}.metric-pill--developing{color:#50a0fff2;background:#007aff1a}.metric-pill--done{color:#50d278f2;background:#34c7591a}.metric-pill__value{font-size:13px;font-weight:600}.dashboard-empty{text-align:center;background:#28282880;border:1px dashed #ffffff1a;border-radius:16px;padding:64px 24px}.dashboard-empty__icon{color:#fff3;margin-bottom:16px}.dashboard-empty__title{color:#ffffffa3;letter-spacing:-.3px;margin:0 0 6px;font-size:17px;font-weight:600}.dashboard-empty__subtitle{color:#ffffff5c;margin:0;font-size:13px}.dashboard-welcome{background:linear-gradient(135deg,#007aff1f 0%,#34c75914 100%);border:1px solid #007aff33;border-radius:16px;margin-bottom:16px;padding:20px}.dashboard-welcome__header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.dashboard-welcome__title{color:#fffffff5;letter-spacing:-.3px;margin:0;font-size:17px;font-weight:600}.dashboard-welcome__close{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px;line-height:1;transition:color .2s}.dashboard-welcome__close:hover{color:#ffffffe6}.dashboard-welcome__text{color:#ffffffb8;margin:0 0 16px;font-size:13px;line-height:1.5}.dashboard-welcome__actions{gap:8px;display:flex}.btn{cursor:pointer;border:none;border-radius:980px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.btn-primary{color:#fff;background:#007affe6}.btn-primary:hover{background:#0071e3}.btn-secondary{color:#ffffffe0;background:#ffffff1a}.btn-secondary:hover{background:#ffffff26}.dashboard-error{color:#ff786ef2;background:#ff3b301a;border:1px solid #ff3b3033;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:13px}.dashboard-loading{text-align:center;color:#fff6;padding:64px 24px;font-size:14px}@media (max-width:768px){.dashboard-main{padding:16px}.dashboard-action-summary{grid-template-columns:1fr;gap:8px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:12px}.dashboard-header__button{justify-content:center;width:100%}.dashboard-projects-grid{grid-template-columns:1fr!important}}.dashboard-projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;display:grid}.dashboard-quick-actions{gap:8px;margin-bottom:16px;display:flex}.dashboard-quick-action{border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.dashboard-quick-action--pending{color:#ff786ef2;background:#ff3b301a}.dashboard-quick-action--followup{color:#50a0fff2;background:#007aff1a}.dashboard-quick-action--develop{color:#50d278f2;background:#34c7591a}
.projects-page{background-color:#0a0a0a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif}.projects-page--light{color:#1d1d1f;background-color:#f5f5f7}.projects-loading{color:#fff6;background-color:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;font-size:14px;display:flex}.projects-loading--light{color:#0006;background-color:#f5f5f7}.projects-navbar{-webkit-backdrop-filter:blur(20px);background-color:#1e1e1ecc;border-bottom:1px solid #ffffff14;align-items:center;height:52px;padding:0 24px;display:flex}.projects-navbar--light{background-color:#fffc;border-bottom-color:#00000014}.projects-navbar__content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.projects-navbar__left{align-items:center;gap:16px;display:flex}.projects-navbar__right{align-items:center;gap:12px;display:flex}.projects-navbar__back{color:#ffffffb8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.projects-navbar__back:hover{color:#fffffff5;background-color:#ffffff14}.projects-navbar__back--light{color:#0009}.projects-navbar__back--light:hover{color:#000000e6;background-color:#0000000f}.projects-navbar__back svg{width:16px;height:16px}.projects-navbar__title{color:#fffffff5;letter-spacing:-.3px;align-items:center;gap:8px;margin:0;font-size:17px;font-weight:600;display:flex}.projects-navbar__title--light{color:#1d1d1f}.projects-navbar__title svg{width:20px;height:20px}.projects-navbar__creator{color:#ffffff7a;align-items:center;gap:4px;margin:0;font-size:12px;display:flex}.projects-navbar__creator--light{color:#0000007a}.projects-navbar__creator svg{width:12px;height:12px}.projects-navbar__progress{text-align:right;align-items:center;gap:12px;display:flex}.projects-navbar__progress-value{color:#007aff;letter-spacing:-.5px;font-size:20px;font-weight:600;line-height:1}.projects-navbar__progress-label{color:#ffffff7a;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.projects-theme-toggle{color:#ffffffb8;cursor:pointer;background-color:#ffffff14;border:1px solid #ffffff1a;border-radius:980px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.projects-theme-toggle:hover{color:#fffffff5;background-color:#ffffff1f}.projects-theme-toggle--light{color:#0009;background-color:#0000000a;border-color:#0000001a}.projects-theme-toggle--light:hover{color:#000000e6;background-color:#00000014}.projects-theme-toggle svg{width:14px;height:14px}.projects-review-toggle{cursor:pointer;border:none;border-radius:980px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.projects-review-toggle--dark{color:#34c759;background-color:#34c75926;border:1px solid #34c75940}.projects-review-toggle--dark:hover{background-color:#34c75940}.projects-review-toggle--light{color:#248a3d;background-color:#34c7591a;border:1px solid #34c75933}.projects-review-toggle svg{width:14px;height:14px}.projects-add-button{color:#fff;cursor:pointer;background-color:#007aff;border:none;border-radius:980px;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.projects-add-button:hover{background-color:#0066d6;transform:scale(1.02)}.projects-add-button:active{transform:scale(.98)}.projects-add-button svg{width:14px;height:14px}.projects-filter-bar{background-color:#14141499;border-bottom:1px solid #ffffff0a;padding:12px 24px}.projects-filter-bar--light{background-color:#f5f5f599;border-bottom-color:#0000000a}.projects-filter-bar__content{align-items:center;gap:12px;max-width:1200px;margin:0 auto;display:flex}.projects-search{flex-shrink:0;position:relative}.projects-search__icon{color:#ffffff5c;width:14px;height:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.projects-search__icon svg{width:14px;height:14px}.projects-search__input{color:#fffffff5;background-color:#ffffff0f;border:1px solid #ffffff1a;border-radius:980px;width:200px;padding:7px 14px 7px 34px;font-family:inherit;font-size:13px;transition:all .2s}.projects-search__input:focus{background-color:#ffffff14;border-color:#007aff80;outline:none}.projects-search__input::placeholder{color:#ffffff5c}.projects-search__input--light{color:#1d1d1f;background-color:#00000008;border-color:#0000001f}.projects-search__input--light:focus{background-color:#0000000d;border-color:#007aff66}.projects-search__input--light::placeholder{color:#0000005c}.projects-filter-toggle{cursor:pointer;color:#ffffff8f;background-color:#ffffff0f;border:none;border-radius:980px;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.projects-filter-toggle:hover{color:#fffc;background-color:#ffffff1a}.projects-filter-toggle--active-dark{color:#fffffff5;background-color:#ffffff1f}.projects-filter-toggle--light{color:#0000008f;background-color:#0000000a;border:1px solid #0000001a}.projects-filter-toggle--active-light{color:#000000e6;background-color:#00000014}.projects-filter-toggle svg{width:14px;height:14px}.projects-filter-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.projects-filter-chips__label{color:#ffffff7a;font-size:12px;font-weight:500}.projects-filter-chips__label--light{color:#0000007a}.projects-filter-chip{cursor:pointer;border:none;border-radius:980px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.projects-filter-chip--active-dark{color:#fffffff5;background-color:#ffffff1f}.projects-filter-chip--inactive-dark{color:#ffffff7a;background-color:#ffffff0a}.projects-filter-chip--active-light{color:#000000e6;background-color:#00000014}.projects-filter-chip--inactive-light{color:#0000007a;background-color:#00000008;border:1px solid #0000001a}.projects-filter-chip__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.projects-filter-count{color:#ffffff7a;margin-left:auto;font-size:12px}.projects-graph-container{flex:1;height:calc(100vh - 104px)}.review-mode{background-color:#0a0a0a;min-height:100vh}.review-mode--light{background-color:#f5f5f7}.review-header{-webkit-backdrop-filter:blur(20px);z-index:10;background-color:#1e1e1ecc;border-bottom:1px solid #ffffff14;align-items:center;height:52px;padding:0 24px;display:flex;position:sticky;top:0}.review-header--light{background-color:#fffc;border-bottom-color:#00000014}.review-header__content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.review-header__left{align-items:center;gap:16px;display:flex}.review-header__title{color:#fffffff5;letter-spacing:-.3px;align-items:center;gap:8px;margin:0;font-size:17px;font-weight:600;display:flex}.review-header__title--light{color:#1d1d1f}.review-header__title svg{width:20px;height:20px}.review-header__creator{color:#ffffff7a;margin:0;font-size:12px}.review-header__creator--light{color:#0000007a}.review-header__button{cursor:pointer;color:#ffffffb8;background-color:#ffffff14;border:none;border-radius:980px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.review-header__button:hover{color:#fffffff5;background-color:#ffffff1f}.review-header__button--light{color:#0009;background-color:#0000000a}.review-header__button--light:hover{color:#000000e6;background-color:#00000014}.review-header__button svg{width:14px;height:14px}.review-progress{max-width:1200px;margin:16px auto 0;padding:0 24px}.review-progress__content{align-items:center;gap:12px;display:flex}.review-progress__label{color:#ffffff7a;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:12px;font-weight:500}.review-progress__label--light{color:#0000007a}.review-progress__bar{background-color:#ffffff14;border-radius:980px;flex:1;height:6px;overflow:hidden}.review-progress__bar--light{background-color:#00000014}.review-progress__fill{background:linear-gradient(90deg,#007aff,#5ac8fa);border-radius:980px;height:100%;transition:width .6s}.review-progress__percentage{color:#007aff;letter-spacing:-.3px;text-align:right;min-width:36px;font-size:15px;font-weight:600}.review-welcome{max-width:1200px;margin:0 auto 24px;padding:0 24px}.review-welcome__inner{background:linear-gradient(135deg,#007aff1f 0%,#34c75914 100%);border:1px solid #007aff33;border-radius:16px;align-items:flex-start;gap:16px;padding:20px;display:flex}.review-welcome--light{background:linear-gradient(135deg,#007aff0f 0%,#34c7590a 100%);border-color:#007aff26}.review-welcome__icon{background-color:#007aff26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.review-welcome__icon svg{color:#007aff;width:20px;height:20px}.review-welcome__content{flex:1}.review-welcome__title{color:#fffffff5;letter-spacing:-.3px;margin:0 0 4px;font-size:17px;font-weight:600}.review-welcome__title--light{color:#1d1d1f}.review-welcome__text{color:#ffffff8f;margin:0;font-size:13px;line-height:1.5}.review-welcome__text--light{color:#0000008f}.review-stats{grid-template-columns:repeat(3,1fr);gap:12px;max-width:1200px;margin:0 auto 24px;padding:0 24px;display:grid}.review-stat{text-align:center;background:linear-gradient(#282828e6 0%,#1c1c1ce6 100%);border:1px solid #ffffff0f;border-radius:16px;padding:20px;transition:all .25s}.review-stat:hover{border-color:#ffffff1a;transform:translateY(-2px)}.review-stat--light{background:linear-gradient(#fffffff2 0%,#f5f5f5f2 100%);border-color:#0000000f}.review-stat--light:hover{border-color:#0000001f}.review-stat__icon{margin-bottom:8px;font-size:18px}.review-stat__value{letter-spacing:-1px;margin-bottom:4px;font-size:32px;font-weight:600;line-height:1}.review-stat__value--blue{color:#007aff}.review-stat__value--green{color:#34c759}.review-stat__value--orange{color:#ff9500}.review-stat__value--red{color:#ff3b30}.review-stat__label{color:#ffffff7a;letter-spacing:.2px;font-size:12px;font-weight:500}.review-stat__label--light{color:#0000007a}.review-tabs{flex-wrap:wrap;gap:8px;max-width:1200px;margin:0 auto 20px;padding:0 24px;display:flex}.review-tab{cursor:pointer;letter-spacing:-.1px;border:none;border-radius:980px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.review-tab--inactive-dark{color:#ffffff8f;background-color:#ffffff0f}.review-tab--inactive-dark:hover{color:#fffc;background-color:#ffffff1a}.review-tab--inactive-light{color:#0000008f;background-color:#0000000a}.review-tab--inactive-light:hover{color:#000c;background-color:#00000014}.review-tab--active-dark{color:#007aff;background-color:#007aff26}.review-tab--active-light{color:#007aff;background-color:#007aff1a}.review-tab__count{color:#fffc;background-color:#ffffff1f;border-radius:980px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.review-tab--active-dark .review-tab__count,.review-tab--active-light .review-tab__count{color:#007aff;background-color:#007aff33}.review-items{flex-direction:column;gap:8px;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.review-item{background:linear-gradient(#282828e6 0%,#1c1c1ce6 100%);border:1px solid #ffffff0f;border-radius:12px;transition:all .25s;overflow:hidden}.review-item:hover{border-color:#ffffff1a}.review-item--light{background:linear-gradient(#fffffff2 0%,#f5f5f5f2 100%);border-color:#0000000f}.review-item--light:hover{border-color:#0000001f}.review-item--confirmed{border-left:3px solid #34c759}.review-item--rejected{border-left:3px solid #ff3b30}.review-item__header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:16px;font-family:inherit;transition:background-color .2s;display:flex}.review-item__header:hover{background-color:#ffffff08}.review-item__header--light:hover{background-color:#00000005}.review-item__status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.review-item__status-dot--submitted{background-color:#ff9500;box-shadow:0 0 8px #ff950066}.review-item__status-dot--confirmed{background-color:#34c759;box-shadow:0 0 8px #34c75966}.review-item__status-dot--rejected{background-color:#ff3b30;box-shadow:0 0 8px #ff3b3066}.review-item__info{text-align:left;flex:1;min-width:0}.review-item__name{color:#fffffff5;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;font-size:14px;font-weight:600;overflow:hidden}.review-item__name--light{color:#1d1d1f}.review-item__meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.review-item__priority{letter-spacing:.2px;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:500}.review-item__priority--low{color:#95a3b8e6;background-color:#95a3b826}.review-item__priority--medium{color:#5ac8fa;background-color:#007aff26}.review-item__priority--high{color:#ff9500;background-color:#ff950026}.review-item__priority--critical{color:#ff6961;background-color:#ff3b3026}.review-item__status{color:#ffffff7a;font-size:12px}.review-item__status--light{color:#0000007a}.review-item__hours{color:#ffffff7a;align-items:center;gap:4px;font-size:12px;display:flex}.review-item__hours--light{color:#0000007a}.review-item__hours svg{width:12px;height:12px}.review-item__chevron{color:#ffffff5c;flex-shrink:0;width:16px;height:16px;transition:transform .2s}.review-item__chevron--rotated{transform:rotate(180deg)}.review-item__chevron--light{color:#0000005c}.review-item__body{border-top:1px solid #ffffff0f;padding:12px 16px 16px}.review-item__body--light{border-color:#0000000f}.review-item__description{color:#ffffffb8;margin-bottom:12px;font-size:13px;line-height:1.5}.review-item__description--light{color:#000000b8}.review-item__details{color:#ffffff7a;flex-wrap:wrap;gap:16px;margin-bottom:12px;font-size:12px;display:flex}.review-item__detail{align-items:center;gap:4px;display:flex}.review-item__detail svg{width:12px;height:12px}.review-item__actions{gap:8px;display:flex}.review-item__btn{cursor:pointer;letter-spacing:-.1px;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:flex}.review-item__btn svg{width:14px;height:14px}.review-item__btn--approve{color:#fff;background-color:#34c759}.review-item__btn--approve:hover{background-color:#2db84e;transform:scale(1.02)}.review-item__btn--reject{color:#ff6961;background-color:#ff3b301f;border:1px solid #ff3b3040!important}.review-item__btn--reject:hover{background-color:#ff3b3033}.review-item__btn--reject--light{color:#ff3b30;background-color:#ff3b3014;border-color:#ff3b3033!important}.review-empty-state{text-align:center;background:#28282866;border:1px dashed #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:64px 24px;display:flex}.review-empty-state--light{background:#f5f5f599;border-color:#00000014}.review-empty-state__icon{color:#ffffff3d;background-color:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.review-empty-state__icon--light{color:#0000003d;background-color:#0000000a}.review-empty-state__title{color:#ffffffa3;letter-spacing:-.3px;margin:0 0 6px;font-size:17px;font-weight:600}.review-empty-state__title--light{color:#000000a3}.review-empty-state__hint{color:#fff6;margin:0;font-size:13px}.review-empty-state__hint--light{color:#0006}.flow-panel{flex-direction:column;gap:8px;display:flex}.flow-panel__theme-btn{color:#ffffffb8;cursor:pointer;background-color:#1e1e1ee6;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;transition:all .2s;display:inline-flex}.flow-panel__theme-btn:hover{background-color:#323232e6}.flow-panel__theme-btn--light{color:#0009;background-color:#ffffffe6;border-color:#0000001a}.selected-node-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:12px;min-width:200px;padding:12px;box-shadow:0 8px 32px #0003}.selected-node-panel--light{background-color:#fffffff2;border-color:#0000001a}.selected-node-panel__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.selected-node-panel__label{color:#ffffff7a;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.selected-node-panel__name{color:#fffffff5;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px;font-size:13px;font-weight:500;overflow:hidden}.selected-node-panel__name--light{color:#1d1d1f}.selected-node-panel__actions{flex-direction:column;gap:6px;display:flex}.selected-node-panel__action-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;width:100%;padding:6px 8px;font-size:12px;transition:background-color .2s;display:flex}.selected-node-panel__action-btn--edit{color:#5ac8fa;background-color:#007aff26}.selected-node-panel__action-btn--edit:hover{background-color:#007aff40}.selected-node-panel__action-btn--submit{color:#ff9500;background-color:#ff950026}.selected-node-panel__action-btn--submit:hover{background-color:#ff950040}.selected-node-panel__action-btn--delete{color:#ff6961;background-color:#ff3b3026}.selected-node-panel__action-btn--delete:hover{background-color:#ff3b3040}.selected-node-panel__readonly{color:#ffffff7a;text-align:center;padding:4px 0;font-size:12px}.legend-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:12px;padding:12px;box-shadow:0 8px 32px #0003}.legend-panel--light{background-color:#fffffff2;border-color:#0000001a}.legend-panel__title{color:#ffffff7a;margin-bottom:8px;font-size:11px;font-weight:500}.legend-panel__title--light{color:#0000007a}.legend-panel__items{flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.legend-panel__item{color:#ffffffb8;align-items:center;gap:4px;display:flex}.legend-panel__item--light{color:#000000b8}.legend-panel__dot{border-radius:50%;width:8px;height:8px}.legend-panel__edge-info{color:#ffffff7a;flex-direction:column;gap:4px;margin-top:8px;font-size:11px;display:flex}.legend-panel__edge-info--light{color:#0000007a}.legend-panel__hint{color:#ffffff5c;margin-top:4px;font-size:11px}.legend-panel__hint--light{color:#0000005c}.custom-node{border-width:2px;border-radius:8px;min-width:180px;padding:12px;transition:all .2s;position:relative;box-shadow:0 4px 12px #0000004d}.custom-node--selected-dark{border-color:#007aff}.custom-node--unselected-dark{border-color:#ffffff26}.custom-node--unselected-light{border-color:#00000026}.custom-node--dark{background-color:#1e1e1ef2}.custom-node--light{background-color:#fffffff2}.custom-node__header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.custom-node__status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s infinite pulse}.custom-node__name{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.custom-node__name--dark{color:#fffffff5}.custom-node__name--light{color:#1d1d1f}.custom-node__badges{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;display:flex}.custom-node__priority-badge{color:#fff;border-radius:2px;padding:2px 6px}.custom-node__priority-badge--low{background-color:#64748b}.custom-node__priority-badge--medium{background-color:#2563eb}.custom-node__priority-badge--high{background-color:#ea580c}.custom-node__priority-badge--critical{background-color:#dc2626}.custom-node__approved-badge{color:#fff;background-color:#10b981;border-radius:2px;align-items:center;gap:4px;padding:2px 6px;display:flex}.custom-node__rejected-badge{color:#fff;background-color:#ef4444;border-radius:2px;align-items:center;gap:4px;padding:2px 6px;display:flex}.custom-node__hours{align-items:center;gap:8px;margin-bottom:6px;font-size:12px;display:flex}.custom-node__hours--dark{color:#ffffff7a}.custom-node__hours--light{color:#0000007a}.custom-node__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.custom-node__description--dark{color:#ffffff7a}.custom-node__description--light{color:#0000007a}.custom-node__edit-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 8px #0003}.custom-node__edit-btn--dark{color:#fff;background-color:#2563eb}.custom-node__edit-btn--dark:hover{background-color:#1d4ed8}.custom-node__edit-btn--light{color:#fff;background-color:#3b82f6}.custom-node__edit-btn--light:hover{background-color:#2563eb}.custom-node__edit-btn-wrapper{gap:4px;transition:opacity .2s;display:flex;position:absolute;top:-10px;right:-10px}.custom-node__edit-btn-wrapper--hidden{opacity:0}.custom-node__edit-btn-wrapper--visible{opacity:1}.hours-input__wrapper{align-items:center;gap:6px;display:flex}.hours-input__controls{border-radius:8px;align-items:center;display:flex;overflow:hidden}.hours-input__controls--dark{background-color:#1e293bcc;border:1px solid #334155cc}.hours-input__controls--light{background-color:#fff;border:1px solid #cbd5e1}.hours-input__control-btn{cursor:pointer;border:none;justify-content:center;align-items:center;width:32px;height:36px;transition:background-color .2s;display:flex}.hours-input__control-btn--dark{color:#cbd5e1;background-color:#1e293bcc}.hours-input__control-btn--dark:hover{background-color:#334155cc}.hours-input__control-btn--light{color:#64748b;background-color:#f1f5f9}.hours-input__control-btn--light:hover{background-color:#e2e8f0}.hours-input__field{text-align:center;background:0 0;border-left-width:1px;border-right-width:1px;width:64px;padding:6px 8px;font-size:14px}.hours-input__field--dark{color:#f1f5f9;border-color:#334155}.hours-input__field--light{color:#111827;border-color:#cbd5e1}.hours-input__unit-btn{white-space:nowrap;cursor:pointer;border:none;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:500;transition:all .2s}.hours-input__unit-btn--dark{color:#cbd5e1;background-color:#1e293b;border-color:#334155}.hours-input__unit-btn--dark:hover{background-color:#334155}.hours-input__unit-btn--light{color:#374151;background-color:#f1f5f9;border-color:#cbd5e1}.hours-input__unit-btn--light:hover{background-color:#e2e8f0}.hours-input__warning{align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}.hours-input__warning--dark{color:#fbbf24}.hours-input__warning--light{color:#d97706}.hours-input__label{margin-bottom:6px;font-size:14px;font-weight:500;display:block}.hours-input__label--dark{color:#cbd5e1}.hours-input__label--light{color:#374151}.approval-record{border-radius:8px;padding:12px}.approval-record--dark{background-color:#1e293b80}.approval-record--light{background-color:#f1f5f9}.approval-record__title{align-items:center;gap:4px;margin-bottom:8px;font-size:14px;display:flex}.approval-record__title--dark{color:#94a3b8}.approval-record__title--light{color:#6b7280}.approval-record__item{font-size:12px}.approval-record__item-header{align-items:center;gap:8px;display:flex}.approval-record__approver{color:#cbd5e1}.approval-record__badge{border-radius:2px;padding:2px 6px;font-size:12px}.approval-record__badge--approved-dark{color:#34d399;background-color:#10b98133}.approval-record__badge--approved-light{color:#16653a;background-color:#dcfce7}.approval-record__badge--rejected-dark{color:#f87171;background-color:#ef444433}.approval-record__badge--rejected-light{color:#dc2626;background-color:#fef2f2}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width:1400px){.review-items{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.review-items .review-item{margin-bottom:0}}
.companies-page{background-color:#030712;min-height:100vh}.companies-navbar{background-color:#0f172a;border-color:#334155;border-bottom-width:1px;padding:1rem 1.5rem}.companies-navbar__content{justify-content:space-between;align-items:center;display:flex}.companies-navbar__back{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .2s}.companies-navbar__back:hover{color:#e2e8f0}.companies-navbar__info{align-items:center;gap:1rem;display:flex}.companies-navbar__title{color:#f1f5f9;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:inline-flex}.companies-navbar__subtitle{color:#94a3b8;font-size:.75rem}.companies-main{max-width:80rem;margin:0 auto;padding:1.5rem}.companies-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}@media (max-width:1024px){.companies-grid{grid-template-columns:1fr}}.companies-graph{background-color:#0f172a;border-width:1px;border-color:#334155;border-radius:.75rem;overflow:hidden}.companies-graph__header{border-color:#334155;border-bottom-width:1px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:inline-flex}.companies-graph__title{color:#e2e8f0;font-size:.875rem;font-weight:500}.companies-graph__canvas{height:31.25rem}.companies-sidebar{flex-direction:column;gap:1.5rem;display:flex}.companies-card{background-color:#0f172a;border-width:1px;border-color:#334155;border-radius:.75rem;padding:1.25rem}.companies-card__header{color:#e2e8f0;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:inline-flex}.companies-members{flex-direction:column;display:flex}.companies-member{border-color:#33415580;border-bottom-width:1px;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.companies-member:last-child{border-bottom:none}.companies-member__info{align-items:center;gap:.5rem;display:flex}.companies-member__indicator{border-radius:9999px;width:.375rem;height:.375rem}.companies-member__name{color:#cbd5e1;font-size:.875rem}.companies-member__role{color:#64748b;font-size:.75rem}.companies-projects{flex-direction:column;gap:.5rem;display:flex}.companies-project{background-color:#1e293b80;border-width:1px;border-color:#0000;border-radius:.5rem;padding:.75rem;text-decoration:none;transition:background-color .2s,border-color .2s}.companies-project:hover{background-color:#1e293b;border-color:#334155}.companies-project__header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.companies-project__name{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;max-width:12rem;font-size:.875rem;font-weight:500;overflow:hidden}.companies-project__status{border-radius:9999px;flex-shrink:0;width:.5rem;height:.5rem}.companies-project__footer{color:#64748b;justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.companies-project__overdue{color:#fbbf24;align-items:center;gap:.25rem;display:inline-flex}.companies-project__progress-bar{background-color:#334155;border-radius:9999px;height:.25rem;margin-top:.375rem}.companies-project__progress-fill{background-color:#3b82f6;border-radius:9999px;height:.25rem;transition:width .3s}.companies-empty{text-align:center;color:#64748b;padding:1rem;font-size:.75rem}.companies-approvals{flex-direction:column;gap:.75rem;display:flex}.companies-approval-section{margin-bottom:.75rem}.companies-approval-section:last-child{margin-bottom:0}.companies-approval-section__title{align-items:center;gap:.375rem;margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:inline-flex}.companies-approval-section__title--pending{color:#fbbf24}.companies-approval-section__title--approved{color:#60a5fa}.companies-approval-item{background-color:#1e293b80;border-radius:.375rem;padding:.5rem;font-size:.75rem}.companies-approval-item__feature{color:#cbd5e1}.companies-approval-item__project{color:#64748b}.companies-approval-empty{text-align:center;color:#64748b;padding:1rem;font-size:.75rem}
.followup-page{background-color:#0a0a0a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif}.followup-navbar{-webkit-backdrop-filter:blur(20px);background-color:#1e1e1ecc;border-bottom:1px solid #ffffff14;align-items:center;height:52px;padding:0 24px;display:flex}.followup-navbar__content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.followup-navbar__back{color:#ffffffb8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.followup-navbar__back:hover{color:#fffffff5;background-color:#ffffff14}.followup-navbar__back svg{width:16px;height:16px}.followup-main{max-width:1200px;margin:0 auto;padding:24px 24px 48px;animation:.4s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.followup-header{margin-bottom:24px}.followup-header__title{color:#fffffff5;letter-spacing:-.5px;margin:0 0 4px;font-size:28px;font-weight:600}.followup-header__subtitle{color:#ffffff8f;margin:0;font-size:13px}.followup-action-summary{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.followup-hours-summary{background:#28282899;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:13px;display:flex}.followup-hours-summary__value{color:#fffffff5;font-size:17px;font-weight:600}.followup-hours-summary__label{color:#ffffff8f;margin-left:4px;font-size:12px}.followup-list__priority-badge{letter-spacing:.1px;border-width:1px;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:500}.followup-list__card-desc{color:#ffffffa3;margin:6px 0 8px;font-size:13px;line-height:1.5}.followup-list__approval-comment{color:#34c759e6;background:#34c75914;border-radius:8px;margin-top:8px;padding:8px 12px;font-size:12px;line-height:1.5}.followup-section{margin-bottom:32px}.followup-section__title{color:#fffffff5;letter-spacing:-.3px;align-items:center;gap:8px;margin:0 0 16px;font-size:17px;font-weight:600;display:flex}.followup-section__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.followup-section__dot--amber{background-color:#ff9500}.followup-section__dot--red{background-color:#ff3b30}.followup-section__dot--green{background-color:#34c759}.followup-loading{flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}.followup-spinner{border:2px solid #ffffff1a;border-top-color:#007aff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.followup-empty{text-align:center;background:#28282880;border:1px dashed #ffffff1a;border-radius:16px;padding:48px 24px}.followup-empty svg{margin-bottom:16px}.followup-empty__title{color:#ffffffa3;margin:0 0 6px;font-size:15px;font-weight:600}.followup-empty__subtitle{color:#fff6;margin:0;font-size:13px}.followup-list{flex-direction:column;gap:8px;display:flex}.followup-list__card{color:inherit;cursor:pointer;background:linear-gradient(#282828e6 0%,#1c1c1ce6 100%);border:1px solid #ffffff0f;border-radius:12px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:block;position:relative}.followup-list__card:hover{background:linear-gradient(#303030eb 0%,#202020eb 100%);border-color:#ffffff26;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.followup-list__card:active{transform:translateY(0);box-shadow:0 2px 6px #0003}.followup-list__card--rejected{background:linear-gradient(#321e1ee6 0%,#231919e6 100%);border-color:#ff3b3033}.followup-list__card--rejected:hover{background:linear-gradient(#3c2323eb 0%,#281c1ceb 100%);border-color:#ff3b3059;box-shadow:0 4px 12px #ff3b301a}.followup-list__card-content{padding:16px}.followup-list__card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.followup-list__card-info{flex:1;min-width:0}.followup-list__card-title{align-items:center;gap:8px;margin-bottom:6px;display:flex}.followup-list__card-name{color:#fffffff5;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;font-size:14px;font-weight:600;overflow:hidden}.followup-list__card-meta{color:#ffffff8f;flex-wrap:wrap;align-items:center;gap:4px 10px;font-size:12px;display:flex}.followup-list__meta-item{align-items:center;display:inline-flex}.followup-list__card-action{white-space:nowrap;color:#007affe6;background:#007aff26;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.followup-list__card-action svg{width:12px;height:12px;transition:transform .2s}.followup-list__card:hover .followup-list__card-action{color:#007aff;background:#007aff40}.followup-list__card:hover .followup-list__card-action svg{transform:translate(2px)}.followup-list__action-text{letter-spacing:-.1px}.followup-list__card-desc{color:#ffffffa3;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:10px 0 12px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.followup-list__card-footer{border-top:1px solid #ffffff0f;align-items:center;gap:12px;margin-top:12px;padding-top:12px;display:flex}.followup-list__footer-item{color:#ffffff7a;font-size:11px;font-weight:500}.followup-list__rejection-comment{color:#ff786ee6;background:#ff3b3014;border-radius:8px;margin-top:10px;padding:8px 12px;font-size:12px;line-height:1.5}@media (max-width:768px){.followup-main{padding:16px}.followup-action-summary{grid-template-columns:1fr;gap:8px}.followup-header__title{font-size:24px}.followup-list__card-content{padding:12px}.followup-list__card-header{flex-direction:column;gap:8px}.followup-list__card-action{align-self:flex-end}.followup-list__card-meta{gap:4px 6px}.followup-list__card-footer{flex-wrap:wrap;gap:8px}}
*,:before,:after{box-sizing:border-box}html{-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-sans);letter-spacing:-.022em;margin:0;padding:0;font-size:14px;line-height:1.47059}h1,h2,h3,h4,h5,h6{letter-spacing:-.021em;margin:0;font-weight:600}h1{font-size:28px;line-height:1.14286}h2{font-size:22px;line-height:1.18182}h3{font-size:19px;line-height:1.21053}h4{font-size:17px;line-height:1.23529}h5{font-size:15px;line-height:1.33333}h6{font-size:13px;line-height:1.53846}p{margin:0;line-height:1.5}a{color:var(--color-primary);text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--color-primary-hover)}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;background:0 0;border:none}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}::selection{background-color:#0071e333}:focus-visible{outline:none}
