*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background:#f5f5f5}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:24px;background:linear-gradient(135deg,#f0f5ff,#fff,#f6ffed)}.login-page__main{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.login-page__footer{flex-shrink:0;margin-top:24px;padding-bottom:8px;text-align:center}.login-page__footer a{font-size:12px;color:#999;text-decoration:none;transition:color .2s ease}.login-page__footer a:hover{color:#666}.login-card{width:100%;max-width:420px;box-shadow:0 8px 24px #00000014}:root{--mobile-width: 375px;--mobile-bg: #ededed;--mobile-card-bg: #ffffff;--mobile-primary: #07c160;--mobile-primary-pressed: #06ad56;--mobile-text: #191919;--mobile-text-secondary: #888888;--mobile-border: #e5e5e5;--mobile-top-bar-height: 44px;--mobile-tab-bar-height: 50px;--mobile-safe-bottom: env(safe-area-inset-bottom, 0px)}.mobile-app{min-height:100vh;min-height:100dvh;background:var(--mobile-bg);display:flex;justify-content:center}.mobile-shell{width:100%;max-width:var(--mobile-width);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--mobile-bg);position:relative;box-shadow:0 0 0 1px var(--mobile-border)}.mobile-top-bar{flex-shrink:0;height:var(--mobile-top-bar-height);padding:0 16px;display:flex;align-items:center;justify-content:center;background:var(--mobile-card-bg);border-bottom:1px solid var(--mobile-border);position:sticky;top:0;z-index:100}.mobile-top-bar__title{margin:0;font-size:17px;font-weight:600;color:var(--mobile-text);line-height:var(--mobile-top-bar-height)}.mobile-top-bar__back{position:absolute;left:8px;top:50%;transform:translateY(-50%);border:none;background:transparent;font-size:14px;color:var(--mobile-text);padding:8px;cursor:pointer}.mobile-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px 12px calc(var(--mobile-tab-bar-height) + var(--mobile-safe-bottom) + 12px)}.mobile-content--no-tab{padding-bottom:calc(var(--mobile-safe-bottom) + 12px)}.mobile-tab-bar{flex-shrink:0;position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:var(--mobile-width);height:calc(var(--mobile-tab-bar-height) + var(--mobile-safe-bottom));padding-bottom:var(--mobile-safe-bottom);display:flex;background:#f7f7f7;border-top:1px solid var(--mobile-border);z-index:200}.mobile-tab-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:var(--mobile-text-secondary);font-size:10px;padding-top:4px}.mobile-tab-bar__item--active{color:var(--mobile-primary)}.mobile-tab-bar__icon{font-size:22px;line-height:1}.mobile-card{background:var(--mobile-card-bg);border-radius:8px;padding:14px 16px;margin-bottom:10px;box-shadow:0 1px 2px #0000000a}.mobile-card:active{background:#fafafa}.mobile-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mobile-card__title{font-size:15px;font-weight:600;color:var(--mobile-text)}.mobile-card__meta{font-size:12px;color:var(--mobile-text-secondary)}.mobile-card__body{font-size:14px;color:var(--mobile-text);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-tag{display:inline-block;font-size:11px;padding:2px 8px;border-radius:4px;background:#f0f0f0;color:var(--mobile-text-secondary)}.mobile-tag--primary{background:#e8f7ef;color:var(--mobile-primary)}.mobile-tag--warning{background:#fff7e6;color:#d48806}.mobile-empty{text-align:center;padding:48px 24px;color:var(--mobile-text-secondary);font-size:14px}.mobile-filter-bar{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.mobile-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:6px;border:none;font-size:15px;cursor:pointer}.mobile-btn--primary{background:var(--mobile-primary);color:#fff}.mobile-btn--primary:disabled{opacity:.5}.mobile-btn--block{width:100%}.mobile-btn--ghost{background:#fff;color:var(--mobile-text);border:1px solid var(--mobile-border)}.mobile-btn--danger{background:#fff;color:#cf1322;border:1px solid #ffa39e}.mobile-btn--danger:disabled{opacity:.5}.mobile-form-card.ant-card{background:var(--mobile-card-bg);border-radius:8px;border:none;box-shadow:0 1px 2px #0000000a;margin-bottom:12px}.mobile-form-card .ant-card-body{padding:8px 0 12px}.mobile-form-card .ant-form-item{margin-bottom:12px;padding:0 16px}.mobile-form-card .ant-form-item-label>label{font-size:14px;color:var(--mobile-text)}.mobile-form-actions{padding:8px 16px 0;display:flex;flex-direction:column;gap:10px}.report-project-work-items-section{margin-top:8px;margin-bottom:16px;padding-top:16px;border-top:1px solid var(--mobile-border)}.report-project-work-items-section__header{margin-bottom:12px}.report-project-work-items-section__list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.report-project-work-items-section__actions{margin-top:4px}.report-project-work-item{padding:12px;border:1px solid var(--mobile-border);border-radius:10px;background:var(--mobile-surface, #fafafa)}.report-project-work-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.report-project-work-item__title{font-size:15px;font-weight:600;color:var(--mobile-text)}.report-project-work-item__remove{border:none;background:none;color:#cf1322;font-size:13px;padding:4px 0;cursor:pointer}.report-project-work-item--readonly .report-project-work-item__percent{font-size:13px;color:var(--mobile-text-secondary, #666);font-weight:500}.mobile-detail-value--multiline{white-space:pre-wrap;word-break:break-word}.mobile-project-report-merge-hint{margin-bottom:12px;padding:12px;border-radius:10px;background:#f0f5ff;border:1px solid #adc6ff}.report-project-work-item--desktop{margin-bottom:0}.mobile-mine-header{display:flex;align-items:center;gap:14px;padding:8px 4px 16px}.mobile-mine-avatar{width:56px;height:56px;border-radius:8px;background:var(--mobile-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600}.mobile-mine-name{font-size:18px;font-weight:600;color:var(--mobile-text)}.mobile-mine-sub{font-size:13px;color:var(--mobile-text-secondary);margin-top:4px}.mobile-menu-list{background:var(--mobile-card-bg);border-radius:8px;overflow:hidden}.mobile-menu-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:15px;color:var(--mobile-text);text-decoration:none;border-bottom:1px solid var(--mobile-border)}.mobile-menu-item:last-child{border-bottom:none}.mobile-menu-item:active{background:#f5f5f5}.mobile-menu-item__arrow{color:#c8c8c8;font-size:14px}.mobile-login-page{min-height:100vh;min-height:100dvh;max-width:var(--mobile-width);margin:0 auto;padding:48px 24px 24px;background:var(--mobile-bg)}.mobile-login-page .login-page__main,.mobile-login-page .login-page__footer{width:100%}.mobile-login-page .login-card{max-width:none;box-shadow:none;border-radius:12px}.mobile-load-more{text-align:center;padding:12px;font-size:13px;color:var(--mobile-text-secondary)}.mobile-workbench{display:flex;flex-direction:column;gap:12px}.mobile-workbench-card{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;border:none;border-radius:8px;background:var(--mobile-card-bg);text-align:left;text-decoration:none;color:inherit;box-shadow:0 1px 2px #0000000a;cursor:pointer}.mobile-workbench-card:active{background:#fafafa}.mobile-workbench-card--accent{background:linear-gradient(135deg,#07c160,#06ad56);color:#fff}.mobile-workbench-card--accent .mobile-workbench-card__desc,.mobile-workbench-card--accent .mobile-menu-item__arrow{color:#ffffffd9}.mobile-workbench-card__main{display:flex;align-items:center;gap:12px}.mobile-workbench-card__icon{width:40px;height:40px;border-radius:8px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:20px}.mobile-workbench-card__title{font-size:16px;font-weight:600}.mobile-workbench-card__desc{font-size:12px;color:var(--mobile-text-secondary);margin-top:4px}.mobile-section{background:var(--mobile-card-bg);border-radius:8px;padding:14px 16px;box-shadow:0 1px 2px #0000000a}.mobile-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mobile-section__title{font-size:15px;font-weight:600;color:var(--mobile-text)}.mobile-section__meta{font-size:12px;color:var(--mobile-text-secondary)}.mobile-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mobile-stat-item{text-align:center;padding:12px 4px;border-radius:6px;background:#f7f7f7}.mobile-stat-item--success .mobile-stat-item__value{color:var(--mobile-primary)}.mobile-stat-item--warning .mobile-stat-item__value{color:#fa8c16}.mobile-stat-item__value{font-size:22px;font-weight:700;line-height:1.2;color:var(--mobile-text)}.mobile-stat-item__label{font-size:12px;color:var(--mobile-text-secondary);margin-top:4px}.mobile-stat-item--link{text-decoration:none;color:inherit;display:block}.mobile-section-link{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;padding:10px;border-radius:6px;background:#f0f9f4;color:var(--mobile-primary);font-size:14px;text-decoration:none}.mobile-dept-stats{margin-top:12px;padding:12px;border-radius:8px;background:#fafafa;border:1px solid var(--mobile-border, #f0f0f0)}.mobile-dept-stats__title{font-size:13px;font-weight:600;color:var(--mobile-text);margin-bottom:8px}.mobile-dept-stats__row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;font-size:13px;border-bottom:1px solid #f0f0f0}.mobile-dept-stats__row:last-child{border-bottom:none}.mobile-dept-stats__name{color:var(--mobile-text);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-dept-stats__meta{color:var(--mobile-text-secondary);flex-shrink:0}.mobile-text-btn{border:none;background:transparent;color:var(--mobile-text-secondary);font-size:13px;padding:8px;width:100%;cursor:pointer}.mobile-filter-panel{background:var(--mobile-card-bg);border-radius:8px;padding:12px 16px;margin-bottom:12px;box-shadow:0 1px 2px #0000000a}.mobile-filter-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.mobile-filter-row:last-of-type{margin-bottom:12px}.mobile-filter-label{flex-shrink:0;width:40px;font-size:14px;color:var(--mobile-text-secondary)}.mobile-profile-hero{display:flex;flex-direction:column;align-items:center;padding:24px 16px;margin-bottom:12px;background:var(--mobile-card-bg);border-radius:8px}.mobile-hint{font-size:13px;color:var(--mobile-text-secondary);line-height:1.5;padding:0 4px}.mobile-status-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.mobile-status-badge{display:inline-block;font-size:12px;font-weight:600;padding:4px 10px;border-radius:4px}.mobile-status-badge--pending{background:#f0f0f0;color:#888}.mobile-status-badge--submitted{background:#e6f4ff;color:#1677ff}.mobile-status-badge--reviewed{background:#fff7e6;color:#fa8c16}.mobile-status-badge--commented{background:#e8f7ef;color:#07c160}.mobile-comment-preview__meta{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.mobile-comment-preview__name{font-size:14px;font-weight:600;color:var(--mobile-text)}.mobile-comment-preview__time{font-size:12px;color:var(--mobile-text-secondary)}.mobile-comment-preview__content{margin:0;font-size:14px;line-height:1.6;color:var(--mobile-text);white-space:pre-wrap}.mobile-segment-tabs{display:flex;background:var(--mobile-card-bg);border-radius:8px;padding:4px;margin-bottom:12px;box-shadow:0 1px 2px #0000000a}.mobile-segment-tabs__item{flex:1;border:none;background:transparent;padding:10px 8px;font-size:14px;color:var(--mobile-text-secondary);border-radius:6px;cursor:pointer}.mobile-segment-tabs__item--active{background:#fff;color:var(--mobile-primary);font-weight:600;box-shadow:0 1px 3px #00000014}.mobile-segment-tabs--compact .mobile-segment-tabs__item{padding:10px 4px;font-size:13px}.mobile-leader-card{background:var(--mobile-card-bg);border-radius:8px;padding:32px 24px;text-align:center;box-shadow:0 1px 2px #0000000a}.mobile-leader-card__name{font-size:22px;font-weight:700;color:var(--mobile-text);margin-bottom:12px}.mobile-leader-card__title{font-size:16px;color:var(--mobile-text);margin-bottom:8px}.mobile-leader-card__dept{font-size:14px;color:var(--mobile-text-secondary)}.mobile-content--detail{padding-bottom:calc(72px + var(--mobile-safe-bottom))}.mobile-detail-page{min-height:100%}.mobile-detail-page__body{display:flex;flex-direction:column;gap:12px}.mobile-detail-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid var(--mobile-border)}.mobile-detail-row:last-child{border-bottom:none}.mobile-detail-label{flex-shrink:0;width:56px;color:var(--mobile-text-secondary);font-size:13px}.mobile-detail-value{flex:1;text-align:right;color:var(--mobile-text);font-size:13px}.mobile-detail-text{margin:0;font-size:14px;line-height:1.7;color:var(--mobile-text);white-space:pre-wrap}.mobile-detail-images{display:flex;flex-wrap:wrap;gap:8px}.mobile-comment-item{padding:12px 0;border-bottom:1px solid var(--mobile-border)}.mobile-comment-item:last-child{border-bottom:none}.mobile-comment-item__meta{font-size:12px;color:var(--mobile-text-secondary);margin-bottom:6px}.mobile-comment-item__content{margin:0;font-size:14px;line-height:1.7;color:var(--mobile-text);white-space:pre-wrap}.mobile-detail-footer{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:var(--mobile-width);padding:10px 12px calc(10px + var(--mobile-safe-bottom));background:#f7f7f7fa;border-top:1px solid var(--mobile-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:210}.mobile-detail-footer__actions{display:flex;gap:10px}.mobile-comment-compose__input{width:100%;border:1px solid var(--mobile-border);border-radius:8px;padding:10px 12px;font-size:14px;line-height:1.6;outline:none;resize:none}.mobile-comment-compose__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.mobile-tag--success{background:#e8f7ef;color:var(--mobile-primary)}.mobile-tag--danger{background:#fff1f0;color:#cf1322}.mobile-card--link{cursor:pointer}.mobile-card--flat{box-shadow:none}.mobile-card--placeholder{text-align:center;color:var(--mobile-text-secondary)}.mobile-card--placeholder p{margin:0 0 6px;font-size:14px;color:var(--mobile-text)}.mobile-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid var(--mobile-border);font-size:13px;color:var(--mobile-text-secondary)}.mobile-filter-btn{margin-top:8px;width:100%;height:36px;border:none;border-radius:6px;background:var(--mobile-primary);color:#fff;font-size:14px;cursor:pointer}.mobile-project-progress{margin-top:10px}.mobile-project-progress__label{display:flex;justify-content:space-between;font-size:12px;color:var(--mobile-text-secondary);margin-bottom:6px}.mobile-project-progress__bar{height:6px;border-radius:3px;background:#f0f0f0;overflow:hidden}.mobile-project-progress__fill{height:100%;border-radius:3px;background:var(--mobile-primary)}.mobile-task-card__tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mobile-task-card__due{font-size:12px;color:var(--mobile-text-secondary)}.mobile-hint{margin:8px 0 0;font-size:12px;color:var(--mobile-text-secondary)}.mobile-tab-bar__icon-wrap{position:relative;display:inline-flex}.mobile-tab-bar__badge{position:absolute;top:-4px;right:-10px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ff4d4f;color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:600}.mobile-section__meta--danger{color:#ff4d4f}.mobile-segment-tabs--scroll{overflow-x:auto;flex-wrap:nowrap}.mobile-segment-tabs--scroll .mobile-segment-tabs__item{flex:0 0 auto;min-width:56px}.mobile-notification-card--unread{border-left:3px solid var(--mobile-primary)}.mobile-notification-card__title-row{display:flex;align-items:center;gap:6px;min-width:0}.mobile-notification-card__dot{width:8px;height:8px;border-radius:50%;background:var(--mobile-primary);flex-shrink:0}.mobile-notification-card__content{margin:8px 0 0;font-size:14px;line-height:1.6;color:var(--mobile-text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-notification-card__meta{display:flex;justify-content:space-between;margin-top:10px;font-size:12px;color:var(--mobile-text-secondary)}.mobile-detail-row__label{flex-shrink:0;color:var(--mobile-text-secondary);font-size:13px}.mobile-detail-row__value{flex:1;text-align:right;color:var(--mobile-text);font-size:13px}.mobile-form-field{display:block;margin-bottom:12px}.mobile-form-field__label{display:block;margin-bottom:6px;font-size:13px;color:var(--mobile-text-secondary)}.mobile-form-field__input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--mobile-border);border-radius:8px;font-size:14px;background:#fff}.mobile-leadership-tabs .ant-tabs-nav{margin-bottom:12px}.mobile-leadership-tabs .ant-tabs-tab{font-size:14px}.mobile-progress-card{text-align:left}.mobile-progress-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:6px}.mobile-progress-card__project{flex:1;font-size:15px;font-weight:600;color:var(--mobile-text)}.mobile-progress-card__date{flex-shrink:0;font-size:12px;color:var(--mobile-text-secondary)}.mobile-progress-card__meta{margin-bottom:10px;font-size:12px;color:var(--mobile-text-secondary)}.mobile-progress-card__field+.mobile-progress-card__field{margin-top:8px}.mobile-progress-card__label{display:block;margin-bottom:4px;font-size:12px;color:var(--mobile-text-secondary)}.mobile-progress-card__text{margin:0;font-size:13px;line-height:1.5;color:var(--mobile-text)}@media(min-width:376px){.mobile-app{background:#d8d8d8}}
