@charset "UTF-8";
:root{--bg:#f5f7f9;--surface:#fff;--ink:#24342f;--muted:#83918b;--green:#217766;--green-dark:#175b4e;--mint:#e9f4ef;--border:#e9eeeb;--red:#c95e5d;--orange:#bc8c45;--blue:#617cad;--radius:13px;--sidebar:224px}
*{box-sizing:border-box}body{margin:0;font:14px/1.65 "Microsoft YaHei","PingFang SC",system-ui,sans-serif;color:var(--ink);background:var(--bg)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}a{color:var(--green);text-decoration:none}svg{width:20px;height:20px;flex-shrink:0}button svg{width:17px;height:17px}.muted{color:var(--muted)}.small{font-size:12px}.mono{font-variant-numeric:tabular-nums}.nowrap{white-space:nowrap}.danger-text{color:var(--red)}.hidden{display:none!important}.boot{height:100vh;display:grid;place-content:center;text-align:center}.spinner{display:inline-block;width:22px;height:22px;border:2px solid #cce0d5;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}
.sidebar{width:var(--sidebar);height:100vh;position:fixed;left:0;top:0;background:white;border-right:1px solid var(--border);padding:30px 17px 18px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:11px;padding:0 10px 35px}.brand img{width:39px;height:39px}.brand strong{font-size:20px;letter-spacing:3px;line-height:1.4}.brand small{display:block;color:#8b9890;font-size:10px;letter-spacing:2px}.nav-label{color:#a2aaa6;font-size:10px;letter-spacing:1px;margin:8px 17px 10px}.nav-item{display:flex;align-items:center;gap:13px;padding:11px 15px;border-radius:8px;color:#76827c;margin-bottom:5px;position:relative}.nav-item:hover{background:#f7faf8}.nav-item.active{background:var(--mint);color:var(--green);font-weight:700}.nav-count{font-size:10px;margin-left:auto;background:#e2ebe6;padding:1px 7px;border-radius:5px}.nav-separator{border-top:1px solid var(--border);margin:18px 8px}.sidebar-bottom{margin-top:auto}.side-note{background:#f7f9f7;padding:15px;border-radius:10px;color:#89958e;font-size:11px;margin:14px 7px}.side-note strong{display:block;color:#4b6c5e;font-size:12px;margin-bottom:5px}.account-box{padding:14px 7px 0;border-top:1px solid var(--border);display:flex;align-items:center;gap:9px}.account-box strong{font-size:12px}.account-box .muted{font-size:10px}.account-box button{margin-left:auto}.avatar{width:35px;height:35px;border-radius:50%;background:#e7f0e9;color:#4e7462;display:inline-grid;place-items:center;font-size:12px;flex-shrink:0;font-weight:700}.avatar.sm{width:27px;height:27px;font-size:10px}.avatar-group{display:flex;padding-left:5px}.avatar-group .avatar{margin-left:-5px;border:2px solid white}
.shell{margin-left:var(--sidebar)}.topbar{height:75px;display:flex;align-items:center;justify-content:space-between;padding:0 35px;background:#ffffffdb;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.breadcrumbs{font-size:12px;color:#a1aaa5;display:flex;align-items:center;gap:9px}.breadcrumbs strong{font-weight:500;color:#667a6c}.top-actions{display:flex;gap:17px;align-items:center}.top-search{display:flex;align-items:center;gap:9px;background:#f7f9f8;border:1px solid #edf0ee;border-radius:7px;padding:7px 11px;color:#a0aaa4}.top-search input{border:0;outline:0;background:transparent;width:160px;font-size:12px;color:var(--ink)}.top-date{font-size:11px;color:#8a978f}.icon-btn{background:none;border:0;color:#8b9891;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:6px;position:relative}.icon-btn:hover{background:#edf4ef;color:var(--green)}.notification-dot{width:6px;height:6px;border-radius:50%;background:#d59652;position:absolute;right:7px;top:6px}.mobile-toggle{display:none}.content{padding:31px 35px 45px;max-width:1760px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.eyebrow{color:#8ca59a;font-size:10px;letter-spacing:2px;margin-bottom:7px}.page-heading h1{font-size:25px;font-weight:700;letter-spacing:1px;margin:0 0 7px;line-height:1.5}.page-heading p{font-size:12px;color:var(--muted);margin:0}.heading-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.button{border:1px solid #dfe7e2;background:#fff;color:#5f7568;border-radius:7px;padding:9px 14px;display:inline-flex;gap:7px;align-items:center;justify-content:center;font-size:12px;white-space:nowrap;min-height:37px}.button:hover{background:#f6faf7}.button.primary{background:var(--green);border-color:var(--green);color:white;box-shadow:0 3px 7px #19664f10}.button.primary:hover{background:var(--green-dark)}.button.danger{color:var(--red);border-color:#efd4d4;background:#fff8f8}.button.compact{padding:5px 9px;min-height:29px;font-size:11px}.text-button{padding:0;border:0;background:none;color:var(--green);font-size:12px;display:inline-flex;gap:5px;align-items:center}.text-button svg{width:14px;height:14px}
.stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:23px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:17px 17px 15px;min-height:111px;cursor:pointer;transition:transform .15s}.stat:hover{transform:translateY(-2px)}.stat-top{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#809087}.stat-icon{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:#edf5f1;color:#6d9580}.stat-icon svg{width:16px;height:16px}.stat-number{font-size:29px;line-height:1.3;font-weight:700;display:flex;gap:9px;align-items:baseline;margin-top:8px;letter-spacing:.2px}.stat-number span{font-size:10px;font-weight:400;color:#a3afa7}.stat.red .stat-icon{color:#c27770;background:#fbefec}.stat.red .stat-number{color:#c1665e}.stat.amber .stat-icon{color:#c3995d;background:#fbf4e7}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:21px}.stack{display:grid;gap:21px;align-content:start}.panel{background:white;border:1px solid var(--border);border-radius:var(--radius);min-width:0;overflow:hidden}.panel-head{padding:20px 22px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-title{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700}.panel-title .muted{font-size:11px;font-weight:400}.panel-body{padding:0 22px 21px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.project-grid.listing{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card{border:1px solid var(--border);border-radius:10px;padding:17px;min-width:0;cursor:pointer;transition:border-color .15s,box-shadow .15s;background:white}.project-card:hover{border-color:#c6d9cb;box-shadow:0 5px 17px #184f3910}.project-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.project-symbol{height:32px;width:32px;border-radius:8px;display:grid;place-items:center;background:color-mix(in srgb,var(--project-color) 9%,white);color:var(--project-color)}.project-symbol svg{height:18px;width:18px}.project-card h3{font-size:13px;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-card .code{color:#a2ada6;font-size:10px;margin-bottom:17px}.badge{font-size:10px;padding:3px 7px;border-radius:4px;display:inline-flex;gap:4px;align-items:center;white-space:nowrap;line-height:1.6;font-weight:400;background:#eef3f0;color:#718c79}.badge.risk,.badge.blocked{background:#fcf0eb;color:#c87c62}.badge.attention,.badge.review,.badge.resolved{background:#faf2e3;color:#bd944d}.badge.completed,.badge.closed,.badge.normal{background:#eaf5ee;color:#6c9c79}.badge.in_progress{background:#edf4fa;color:#7494ae}.badge.not_started,.badge.new,.badge.assigned{background:#f0f1f7;color:#8b90a7}.badge.cancelled,.badge.paused,.badge.void,.badge.inactive{background:#f0f2f3;color:#9ba3a6}.progress-label{display:flex;justify-content:space-between;color:#929f98;font-size:10px;margin-bottom:7px}.progress-label b{font-weight:600;color:#6b8175}.progress-track{height:5px;background:#f0f3f1;border-radius:9px;overflow:hidden}.progress-track i{display:block;height:100%;background:var(--project-color,var(--green));border-radius:9px;max-width:100%}.project-meta{display:flex;justify-content:space-between;gap:6px;font-size:10px;color:#9fa8a1;margin-top:14px}.project-bottom{margin-top:15px;padding-top:13px;border-top:1px solid #f0f3f1;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#8e9e94}.project-bottom .due{color:#92a18e}.project-bottom .due.overdue{color:#c78769}.section-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:0 22px 17px}.segmented{display:flex;gap:4px}.segmented button{border:0;background:none;font-size:11px;color:#93a196;padding:5px 10px;border-radius:5px;white-space:nowrap}.segmented button.active{color:var(--green);background:var(--mint);font-weight:600}.select,.input{font-size:12px;border:1px solid var(--border);padding:8px 11px;border-radius:6px;background:white;color:#63776b;min-height:37px}.input:focus,.select:focus{outline:2px solid #b7d7c5;outline-offset:1px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.filters .input{min-width:230px}.table-scroll{overflow:auto}.table{width:100%;border-collapse:collapse;font-size:11px;text-align:left;white-space:nowrap}.table th{color:#9aa59f;background:#fafcfb;font-weight:400;padding:12px 16px;border-top:1px solid #f0f3f1;border-bottom:1px solid #f0f3f1}.table td{padding:16px;border-bottom:1px solid #f0f3f1;color:#839287}.table tr:last-child td{border-bottom:none}.table tbody tr:hover{background:#fbfdfc}.table .title-cell{color:#5c7465;font-size:12px;max-width:310px;white-space:normal;min-width:180px}.table .title-cell small{display:block;color:#a5afa8;font-size:10px;margin-top:3px}.table .clickable{cursor:pointer}.mini-progress{display:flex;align-items:center;gap:8px;min-width:94px}.mini-progress .progress-track{width:58px;height:4px}.mini-progress span{font-size:10px;color:#7f9587}.empty{padding:46px 24px;text-align:center;color:#9aa99e}.empty svg{width:34px;height:34px;color:#c0d0c4;margin-bottom:8px}.empty h3{color:#698574;font-size:14px;font-weight:500;margin:5px 0}.empty p{font-size:12px;margin:5px 0}.empty .button{margin-top:12px}.panel-foot{border-top:1px solid var(--border);text-align:center;padding:11px;color:#94a298;font-size:10px}
.daily-callout{background:linear-gradient(135deg,#f5f5e8,#f7f6eb);border:1px solid #ebe9d6;border-radius:12px;padding:20px 21px}.daily-head{display:flex;justify-content:space-between;align-items:center;color:#a39d6e}.daily-head svg{width:25px;height:25px}.daily-callout h3{font-size:15px;color:#6c7653;margin:13px 0 6px}.daily-callout p{font-size:11px;color:#a3a481;line-height:1.9;margin:0 0 16px}.daily-callout .button{background:#e7ead4;color:#7c8659;border:0;min-height:32px;width:100%;font-size:11px}.agenda-item{display:flex;gap:12px;margin-bottom:18px;cursor:pointer}.agenda-line{width:3px;border-radius:3px;background:var(--event-color,var(--green));margin-top:4px;flex-shrink:0}.agenda-item strong{font-size:11px;color:#627967;font-weight:500;display:block}.agenda-item small{color:#a2afa5;font-size:10px}.agenda-day{font-size:10px;color:#9ca99f;letter-spacing:.5px;margin-bottom:15px}.week-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px}.week-metrics strong{font-size:24px;color:#5d7a65}.week-metrics small{display:block;font-size:10px;color:#a2aaa2;margin-top:3px}.week-metrics span{font-size:10px;color:#a0afa5;margin-left:4px}.report-link{display:flex;justify-content:space-between;align-items:center;background:#f6f9f6;color:#8aa080;font-size:10px;border-radius:6px;padding:9px 12px;margin-top:18px}.hint{padding:11px 14px;border-radius:7px;background:#f7f8f0;color:#a2a174;font-size:11px}.error-box{padding:18px 22px;border:1px solid #efdbd6;background:#fff7f5;border-radius:9px;color:#b77a6b;font-size:13px;margin-bottom:20px}.error-box button{margin-left:12px}.tabs{display:flex;gap:23px;border-bottom:1px solid #e3ebe5;margin-bottom:23px;overflow:auto}.tabs button{border:0;background:none;color:#929f95;padding:0 1px 13px;white-space:nowrap;font-size:12px;border-bottom:2px solid transparent}.tabs button.active{color:var(--green);font-weight:700;border-bottom-color:var(--green)}.project-hero{display:flex;gap:14px;align-items:center}.project-hero .project-symbol{height:47px;width:47px}.project-hero h1{font-size:23px}.detail-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.kv{display:grid;grid-template-columns:100px 1fr;gap:13px;font-size:12px;align-items:start}.kv dt{color:#a4ada6}.kv dd{margin:0;color:#6d8173}.description{white-space:pre-wrap;line-height:2;font-size:12px;color:#788d7d}.board{display:grid;grid-template-columns:repeat(5,minmax(200px,1fr));gap:16px;overflow-x:auto;padding-bottom:18px}.board-column{background:#eef2ef;border-radius:10px;padding:13px;min-height:320px}.board-column h3{font-size:12px;margin:0 0 15px;color:#7c8d80;font-weight:500}.board-card{background:white;padding:15px;border-radius:8px;border:1px solid #e3e9e4;margin-bottom:10px;cursor:pointer}.board-card h4{font-size:12px;color:#627963;font-weight:500;margin:0 0 12px}.board-card .muted{font-size:10px}.board-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.tree-title{display:flex;align-items:center;gap:8px}.tree-title.summary{font-weight:700;color:#406d51}.tree-title .wbs{font-size:9px;color:#a1b0a3;min-width:25px}.tree-toggle{border:0;background:none;color:#7f9784;padding:2px 4px;cursor:pointer}.tree-toggle svg{width:12px;height:12px}
.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.calendar-toolbar h2{font-size:19px;margin:0 15px}.calendar-controls{display:flex;align-items:center;gap:8px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:white;border-top:1px solid var(--border);border-left:1px solid var(--border);border-radius:10px;overflow:hidden}.calendar-day-label{padding:12px;text-align:center;font-size:11px;color:#8ea08f;background:#f8faf8;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.calendar-day{min-height:122px;padding:8px;border-bottom:1px solid var(--border);border-right:1px solid var(--border);min-width:0}.calendar-day.other{background:#fafbfa;color:#b5bdb6}.calendar-number{font-size:11px;margin:0 0 6px;width:24px;height:24px;display:grid;place-items:center}.calendar-day.today .calendar-number{background:var(--green);color:white;border-radius:50%}.calendar-event{display:block;width:100%;border:0;border-left:2px solid var(--event-color);background:color-mix(in srgb,var(--event-color) 8%,white);color:#76816f;font-size:10px;padding:3px 5px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;border-radius:3px;cursor:pointer}.calendar-event.overdue{border-left-color:#d08770;background:#fff4ec}.calendar-more{border:0;background:none;font-size:10px;color:#9cac9d}.agenda-list .agenda-group{margin-bottom:22px}.agenda-list h3{font-size:12px;color:#8ba08a;font-weight:500}.agenda-event{display:flex;gap:20px;align-items:center;padding:16px 20px;background:white;border:1px solid var(--border);border-left:3px solid var(--event-color);margin-bottom:8px;border-radius:8px;cursor:pointer}.agenda-event .event-time{font-size:12px;color:#9ba98f;min-width:90px}.agenda-event strong{font-size:13px;font-weight:500;color:#658168}.agenda-event small{display:block;font-size:10px;color:#9daf9c}
.gantt-wrap{background:white;border:1px solid var(--border);border-radius:10px;overflow:auto;max-height:680px}.gantt-table{border-collapse:separate;border-spacing:0;font-size:10px;table-layout:fixed}.gantt-table th,.gantt-table td{border-bottom:1px solid #edf2ed;height:41px;padding:0;position:relative;text-align:center;min-width:28px}.gantt-table thead th{position:sticky;top:0;z-index:5;background:#f4f8f4;font-weight:400;color:#92a38f;height:45px;border-right:1px solid #edf2ed}.gantt-table .gantt-name{position:sticky;left:0;min-width:230px;width:230px;max-width:230px;text-align:left;background:white;z-index:4;padding:8px 14px;border-right:1px solid #e5ece3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6f866b;cursor:pointer}.gantt-table thead .gantt-name{z-index:7;background:#f4f8f4}.gantt-cell.weekend{background:#fafcf9}.gantt-cell.today{border-left:2px solid #d4ad69}.gantt-bar{height:14px;background:color-mix(in srgb,var(--project-color) 28%,white);position:absolute;left:0;right:0;top:13px}.gantt-bar.complete{background:var(--project-color)}.gantt-bar.first{border-radius:5px 0 0 5px}.gantt-bar.last{border-radius:0 5px 5px 0}.gantt-bar.overdue{border-top:2px solid #cb8271}.milestone{color:#be9b55;font-size:16px}.gantt-legend{display:flex;gap:20px;margin-top:14px;font-size:11px;color:#8da28a;flex-wrap:wrap}.legend-dot{display:inline-block;height:8px;width:8px;margin-right:5px;background:var(--color);border-radius:2px}.reports-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:21px}.report-card{padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-field{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#7c9279}.form-field.full{grid-column:1/-1}.form-field input,.form-field select,.form-field textarea{border:1px solid #dfe8de;background:#fff;border-radius:7px;padding:10px 11px;font-size:13px;outline:0;color:#556e52;width:100%;min-height:40px}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:#8cb794;box-shadow:0 0 0 3px #e8f2e6}.form-field textarea{resize:vertical;min-height:100px;line-height:1.9}.form-field .help{font-size:10px;color:#a4b09c}.form-field select[multiple]{min-height:92px}.check-field{display:flex;align-items:center;gap:8px;font-size:12px;color:#82977e;margin-top:10px}.check-field input{accent-color:var(--green)}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.report-side .list-item{padding:14px 18px;border-bottom:1px solid var(--border);font-size:11px;color:#8d9c86;cursor:pointer}.report-side .list-item strong{display:block;color:#6b8567;font-size:12px;font-weight:500;margin-bottom:4px}.report-side .list-item.active{background:#eff7eb}.notification-row{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;gap:15px;align-items:center}.notification-row.unread{background:#fcfdf9}.notification-row h3{font-size:13px;font-weight:500;color:#63815e;margin:0 0 6px}.notification-row p{margin:0;font-size:11px;color:#a3b099}.activity-item{padding:16px 0;border-bottom:1px solid var(--border);display:flex;gap:14px;font-size:12px}.activity-item p{margin:3px 0;color:#a1af97;font-size:11px}.activity-icon{width:29px;height:29px;border-radius:50%;background:#edf4e9;color:#94ad88;display:grid;place-items:center}.activity-icon svg{width:14px;height:14px}.comment-list{max-height:260px;overflow:auto;margin-top:15px}.comment{background:#f8faf6;padding:12px;margin-bottom:9px;border-radius:7px;font-size:12px;white-space:pre-wrap}.comment-head{display:flex;justify-content:space-between;font-size:10px;color:#99aa90;margin-bottom:7px}.dialog-content{padding:21px 25px}.dialog-content .description{margin-top:14px}.dialog-meta{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}
dialog{padding:0;border:1px solid #dce8d8;border-radius:13px;max-width:680px;width:calc(100vw - 36px);max-height:88vh;color:var(--ink);box-shadow:0 25px 80px #1f42292b}dialog.wide{max-width:890px}dialog::backdrop{background:#1f332a57;backdrop-filter:blur(2px)}.dialog-head{padding:20px 25px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:white;z-index:2}.dialog-head h2{font-size:17px;margin:0;color:#436b49}.dialog-form{padding:23px 25px}.dialog-error{background:#fff2ed;border:1px solid #f2dcd1;border-radius:6px;padding:10px 13px;color:#bd8268;font-size:12px;margin-bottom:17px}.dialog-action-bar{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.mobile-nav{display:none}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%) translateY(100px);background:#284b32;color:white;border-radius:8px;padding:12px 20px;z-index:100;max-width:90vw;box-shadow:0 5px 18px #243b2525;transition:transform .2s;font-size:13px;pointer-events:none}#toast.visible{transform:translateX(-50%) translateY(0)}#toast.error{background:#9e6456}.login-page{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr;background:white}.login-visual{background:#154c42;color:#eff6ef;padding:60px 65px;position:relative;overflow:hidden;display:flex;flex-direction:column}.login-brand{display:flex;align-items:center;gap:13px;font-size:22px;letter-spacing:3px;z-index:1}.login-brand img{width:48px;height:48px;border:1px solid #76a38755;border-radius:12px}.login-copy{margin:auto 0;z-index:1;max-width:420px}.login-copy .eyebrow{color:#a7c5a9}.login-copy h1{font-size:44px;font-weight:500;letter-spacing:2px;line-height:1.7;margin:18px 0}.login-copy p{font-size:13px;color:#aac4b0;line-height:2.3}.login-orbit{width:600px;height:600px;border:1px solid #a3cdb523;border-radius:50%;position:absolute;right:-290px;bottom:-200px}.login-orbit:before,.login-orbit:after{content:"";position:absolute;border:1px solid #a3cdb51c;border-radius:50%;inset:55px}.login-orbit:after{inset:110px}.login-features{display:flex;gap:25px;font-size:11px;color:#93b99e;z-index:1}.login-features span{display:flex;gap:6px;align-items:center}.login-form-side{display:flex;align-items:center;justify-content:center;padding:45px}.login-form{width:340px}.login-form h2{font-size:27px;margin:0 0 9px;color:#325e40}.login-form>p{color:#9dae99;font-size:12px;margin-bottom:32px}.login-form .form-field{margin-bottom:21px}.login-form .button{width:100%;margin-top:10px;padding:12px}.login-note{font-size:11px;color:#a5b09e;text-align:center;margin-top:27px}.login-error{font-size:12px;color:#b77768;min-height:20px}.login-form-side .brand-mobile{display:none}.responsive-card-label{display:none}
@media(min-width:1600px){.dashboard-grid{grid-template-columns:minmax(0,1fr) 330px}.project-card{padding:22px}.stat{padding:20px}.content{padding:38px 45px}.project-grid.listing{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1250px){:root{--sidebar:195px}.brand{padding-left:4px}.brand strong{font-size:18px}.content{padding:25px}.topbar{padding:0 25px}.stats{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:minmax(0,1fr) 250px;gap:17px}.project-grid{grid-template-columns:1fr}.project-card{padding:15px}.project-card-top{margin-bottom:9px}.project-card .code{margin-bottom:10px}.project-grid.listing{grid-template-columns:repeat(2,minmax(0,1fr))}.top-date{display:none}.reports-layout{grid-template-columns:minmax(0,1fr) 250px}.panel-head,.panel-body{padding-left:18px;padding-right:18px}.project-meta{margin-top:11px}}
@media(max-width:1020px){.dashboard-grid{grid-template-columns:1fr}.dashboard-grid>.stack:last-child{grid-template-columns:repeat(3,1fr);gap:15px}.project-grid{grid-template-columns:repeat(3,1fr)}.project-card h3{font-size:12px}.project-bottom{font-size:9px}.detail-grid,.reports-layout{grid-template-columns:1fr}.report-side{display:none}.top-search input{width:115px}.heading-actions{gap:6px}}
@media(max-width:767px){:root{--sidebar:224px}.sidebar{transform:translateX(-100%);transition:transform .2s}.sidebar.open{transform:translateX(0);box-shadow:10px 0 30px #243b3025}.shell{margin-left:0}.topbar{height:61px;padding:0 17px}.mobile-toggle{display:inline-flex}.breadcrumbs{font-size:11px}.top-actions{gap:8px}.top-search{display:none}.top-date{display:none}.top-actions>.avatar{width:29px;height:29px;font-size:10px}.content{padding:22px 16px 90px}.page-heading{align-items:flex-start;margin-bottom:20px}.page-heading h1{font-size:22px}.page-heading p{font-size:11px;max-width:250px}.eyebrow{font-size:9px}.heading-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px}.heading-actions .button{padding:8px 10px;font-size:11px}.heading-actions .button svg{display:none}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:18px}.stat{padding:12px 11px;min-height:94px;border-radius:9px}.stat-top{font-size:9px}.stat-icon{width:23px;height:23px;border-radius:6px}.stat-icon svg{width:13px;height:13px}.stat-number{font-size:25px;margin-top:8px}.stat-number span{font-size:8px}.dashboard-grid{gap:17px}.stack{gap:17px}.project-grid{grid-template-columns:1fr}.project-grid.listing{grid-template-columns:1fr;gap:13px}.project-card{padding:17px}.project-card h3{font-size:14px}.project-card .code{font-size:11px}.project-meta{font-size:11px}.project-bottom{font-size:10px}.project-card-top{margin-bottom:12px}.project-grid:not(.listing){display:flex;overflow:auto;gap:12px;padding-bottom:4px;scroll-snap-type:x mandatory}.project-grid:not(.listing) .project-card{min-width:240px;scroll-snap-align:start}.dashboard-grid>.stack:last-child{display:grid;grid-template-columns:1fr}.panel-head{padding:17px 17px 15px}.panel-title{font-size:13px}.panel-body{padding:0 17px 17px}.section-toolbar{padding-left:17px;padding-right:17px}.table{font-size:11px}.table th,.table td{padding:13px}.dashboard-table .table th:nth-child(2),.dashboard-table .table td:nth-child(2),.dashboard-table .table th:nth-child(4),.dashboard-table .table td:nth-child(4){display:none}.table .title-cell{min-width:143px;max-width:180px;font-size:11px}.segmented button{font-size:10px;padding:5px 7px}.daily-callout{padding:18px}.daily-callout h3{font-size:16px}.daily-callout p{font-size:12px}.daily-callout .button{min-height:39px;font-size:12px}.filters{gap:8px}.filters .input{min-width:0;flex:1;width:100%}.filters .select{flex:1;min-width:110px}.input,.select{font-size:14px}.tabs{gap:22px;margin-bottom:19px}.tabs button{font-size:12px;padding-bottom:12px}.project-hero{gap:10px}.project-hero h1{font-size:18px}.project-hero .project-symbol{width:38px;height:38px}.project-hero p{max-width:230px;font-size:10px}.project-detail-heading{flex-wrap:wrap}.project-detail-heading .heading-actions{width:100%;justify-content:flex-start}.form-grid{grid-template-columns:1fr;gap:16px}.form-field{font-size:12px}.form-field input,.form-field select,.form-field textarea{font-size:16px;min-height:44px}.report-card{padding:18px}.report-card .form-field textarea{min-height:135px}.form-actions{flex-wrap:wrap}.calendar-grid{border-radius:8px}.calendar-day{min-height:90px;padding:4px 2px}.calendar-day-label{font-size:9px;padding:8px 0}.calendar-number{font-size:10px;width:20px;height:20px;margin:auto auto 4px}.calendar-event{font-size:8px;line-height:1.5;padding:2px;white-space:nowrap}.calendar-toolbar{gap:13px}.calendar-toolbar h2{font-size:16px;margin:0 7px}.calendar-toolbar .button{font-size:10px;padding:6px 9px}.calendar-controls{gap:3px}.agenda-event{padding:13px;gap:12px}.agenda-event strong{font-size:12px}.agenda-event .event-time{font-size:10px;min-width:68px}.gantt-table .gantt-name{min-width:150px;width:150px;max-width:150px;font-size:10px;padding:8px}.gantt-legend{gap:10px;font-size:10px}.notification-row{padding:16px;gap:10px}.notification-row h3{font-size:12px}.notification-row .button{font-size:10px;padding:6px 8px}.mobile-nav{display:flex;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;height:calc(62px + env(safe-area-inset-bottom));padding:8px 8px env(safe-area-inset-bottom);background:#ffffffee;border-top:1px solid var(--border);backdrop-filter:blur(12px);z-index:25}.mobile-nav a{color:#9cae94;font-size:9px;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:49px}.mobile-nav a.active{color:var(--green);font-weight:700}.mobile-nav a svg{width:21px;height:21px}dialog{max-height:calc(100dvh - 24px);width:calc(100vw - 20px);border-radius:10px}.dialog-head{padding:17px}.dialog-head h2{font-size:16px}.dialog-form,.dialog-content{padding:18px}.dialog-action-bar .button{font-size:11px;padding:9px 10px;min-height:41px}#toast{bottom:82px;font-size:12px;max-width:calc(100vw - 28px);width:max-content}.login-page{display:block}.login-visual{display:none}.login-form-side{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:38px 30px}.login-form-side .brand-mobile{display:flex;gap:10px;align-items:center;color:#367342;font-size:16px;margin-bottom:55px;width:100%;max-width:340px}.brand-mobile img{width:36px;height:36px}.login-form{width:100%;max-width:340px}.login-form h2{font-size:25px}.login-form .button{font-size:15px;min-height:47px}.kv{grid-template-columns:78px 1fr;gap:11px}.icon-btn{min-width:40px;height:40px}.button{min-height:40px}.login-form>p{font-size:12px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
:not(.visible)#toast{visibility:hidden;opacity:0}
@media(max-width:767px){.page-heading{flex-direction:column;align-items:flex-start}.page-heading h1{font-size:22px}.heading-actions{width:100%;justify-content:flex-start}}
