:root{color-scheme:light;font-family:Space Grotesk,Segoe UI,sans-serif;background:radial-gradient(circle at top,#f5f7ff,#f0f3f8);color:#0f172a}body,html{height:100%}*{box-sizing:border-box}body{margin:0;display:flex;flex-direction:column;overflow:hidden}.context-bar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;gap:16px;padding:12px 24px;background:rgba(15,23,42,.95);color:#f8fafc;align-items:center;flex:0 0 auto}.context-bar a{color:#f8fafc;text-decoration:none;font-size:14px}.context-left{gap:12px;min-width:1px;flex:1 1 auto}.context-left,.context-links{display:flex;align-items:center}.context-links{gap:16px;flex-wrap:wrap;justify-content:flex-end}.context-schedule-title{display:flex;align-items:baseline;gap:12px;min-width:0;color:#f8fafc}.context-schedule-title strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:18px;line-height:1}.context-schedule-title span{flex:0 0 auto;color:#cbd5e1;font-size:13px}.context-schedule-actions{display:flex;gap:8px;align-items:center}.context-schedule-actions .button{min-height:36px;padding:8px 14px;border-radius:8px}.status{font-size:12px;padding:4px 10px;border-radius:999px;background:#1e293b}.status.ok{background:#16a34a}.status.warn{background:#f97316}.status.info{background:#2563eb}.status.danger{background:#dc2626}.page{flex:1 1 auto;min-height:0;overflow:hidden;padding:24px 24px 40px;display:flex;flex-direction:column}body.embedded-mode .page{--embedded-frame-gap:clamp(10px,1.2vw,16px);--embedded-content-gap:clamp(8px,1vw,14px);padding:var(--embedded-frame-gap);overflow:auto}body.schedule-focus-mode .page{padding:12px 12px 20px}.page-block{width:100%;height:100%;min-height:0;padding:16px 0;display:flex;justify-content:center;overflow:hidden;align-items:flex-start}body.embedded-mode .page-block{overflow:visible}.page-block.schedule-route,body.embedded-mode .page-block{padding:0;justify-content:stretch;align-items:stretch}.card{width:min(960px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 50px rgba(15,23,42,.1);max-height:100%;overflow:auto}body.embedded-mode .page-block>.card{width:100%;max-width:none;max-height:none;height:auto;padding:var(--embedded-content-gap);border-radius:0;box-shadow:none;background:transparent;overflow:visible}.card.narrow{width:min(520px,100%)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.time-header{align-items:center}.time-header .date-picker{display:flex;align-items:center}.time-header .date-picker .input{min-width:180px}.range{margin:16px 0 12px;font-size:14px;color:#64748b}.event-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.event{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#f8fafc}.event-time_entry{border-left:6px solid #1d4ed8}.event-leave{border-left:6px solid #f97316}.event-milestone{border-left:6px solid #10b981}.event-task{border-left:6px solid #7c3aed}.event-title{font-weight:600;margin-bottom:8px}.event-meta{display:flex;flex-wrap:wrap;gap:12px;color:#475569;font-size:14px}.form{display:grid;grid-gap:16px;gap:16px;margin:16px 0}.form.two-col{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end}.form.three-col{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:end}.input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;margin-top:6px;background:#fff}.button:focus,.calendar-cell:focus,.entry-line:focus,.icon-button:focus,.input:focus,.project-item:focus{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.button-row{display:flex;gap:12px;flex-wrap:wrap}.button{background:#0f172a;color:#f8fafc;border:none;padding:10px 16px;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.button.ghost{background:#e2e8f0;color:#0f172a}.button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,23,42,.12)}.button:disabled,.button:disabled:hover{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.button.ghost.active{background:#0f172a;color:#f8fafc}.button.success{background:#16a34a;color:#f8fafc}.button.danger{background:#dc2626;color:#f8fafc}.icon-button{width:40px;height:40px;border-radius:999px;border:1px solid #1e293b;background:transparent;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background .15s ease,border-color .15s ease}.icon-button.light{border-color:#e2e8f0;color:#0f172a;background:#f8fafc}.icon-button.light:hover{background:#e2e8f0;border-color:#cbd5f5}.icon-button.danger{border-color:#fecaca;color:#dc2626;background:#fff5f5}.icon-button.danger:hover{background:#fee2e2;border-color:#fca5a5}.icon{width:20px;height:20px}.icon-button:hover{background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.6)}.notification-wrap{position:relative}.badge-dot{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;border-radius:999px;padding:2px 6px;font-size:10px}.notification-panel{position:absolute;right:0;top:calc(100% + 8px);width:min(360px,80vw);background:#fff;color:#0f172a;border-radius:16px;box-shadow:0 20px 50px rgba(15,23,42,.15);border:1px solid #e2e8f0;padding:12px;z-index:30}.settings-menu{position:relative}.settings-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 14px 30px rgba(15,23,42,.12);min-width:180px;padding:6px;z-index:10}.settings-item{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;color:#0f172a;font-size:14px}.settings-item:hover{background:#f1f5f9}.notification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.link-button{border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:12px}.notification-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.notification-item{width:100%;text-align:left;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:10px;display:grid;grid-gap:4px;gap:4px;cursor:pointer}.notification-item.unread{background:#eff6ff;border-color:#93c5fd}.notification-title{font-weight:600}.notification-message{font-size:12px;color:#475569}.notification-time{font-size:11px;color:#94a3b8}.list{list-style:none;padding:0;margin:16px 0 0;display:grid;grid-gap:8px;gap:8px}.summary-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.summary-card{background:#f8fafc;border-radius:16px;padding:16px;border:1px solid #e2e8f0}.summary-value{font-size:28px;font-weight:600;margin:8px 0 0}.timer-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:16px 0}.timer-grid.compact{margin:0;align-items:stretch;height:100%}.timer-card{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#f8fafc}.timer-card.compact{padding:12px;display:flex;flex-direction:column;gap:10px;min-height:0}.timer-card-main{display:grid;grid-gap:6px;gap:6px;flex:1 1 auto}.timer-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.timer-header h2{margin:0;font-size:16px}.timer-date-input{min-width:156px;width:auto}.timer-compact{display:grid;grid-template-columns:minmax(120px,1fr) minmax(160px,1.3fr);grid-gap:12px;gap:12px;align-items:center}.timer-details{display:grid;grid-gap:4px;gap:4px}.timer-actions{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));grid-gap:12px;gap:12px;margin-top:auto}.square-button{width:100%;height:clamp(84px,12vh,120px);border-radius:16px;font-size:18px;font-weight:700}.timer-value{font-size:36px;font-weight:700;margin:12px 0 6px}.timer-meta{font-weight:600}.timer-balance{font-size:28px;font-weight:800;margin:0}.timer-balance.positive{color:#15803d}.timer-balance.negative{color:#ea580c}.timer-balance.neutral{color:#334155}.project-list{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.project-list.scroll{flex-direction:column;max-height:240px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:8px}.project-list.scroll.list{max-height:190px;flex-wrap:nowrap}.project-item{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:8px 12px;cursor:pointer;font-size:13px;text-align:left;transition:background .15s ease,border-color .15s ease}.project-list.scroll.list .project-item{width:100%}.project-item:hover{background:#f1f5f9}.project-item.active{background:#0f172a;color:#f8fafc;border-color:#0f172a}.card-section{margin-top:24px}.entry-form{border:1px solid #e2e8f0;border-radius:16px;padding:12px;background:#f8fafc;display:grid;grid-gap:12px;gap:12px}.entry-form-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.entry-form-day{color:#64748b;font-size:14px;margin:0 0 0 auto}.entry-form-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:end}.entry-list{list-style:none;padding:0;margin:12px 0;display:grid;grid-gap:10px;gap:10px}.entry-list li{grid-template-columns:1fr auto;grid-gap:8px;gap:8px}.entry-line,.entry-list li{display:grid;align-items:center}.entry-line{width:100%;grid-template-columns:minmax(120px,.6fr) minmax(100px,.4fr) minmax(0,1fr);grid-gap:10px;gap:10px;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.entry-line:hover{border-color:#94a3b8;box-shadow:0 8px 16px rgba(15,23,42,.08)}.entry-project{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entry-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#334155;white-space:nowrap}.entry-desc{color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entry-list .icon-button{width:36px;height:36px}.entry-list .icon-button .icon{width:18px;height:18px}.edit-panel{margin-top:16px;padding:16px;border-radius:16px;border:1px solid #e2e8f0;background:#f8fafc}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.modal-panel{width:min(560px,100%);background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:18px;box-shadow:0 20px 50px rgba(15,23,42,.2);display:flex;flex-direction:column;gap:12px}.modal-panel h3{margin:0}.time-card{height:100%;display:flex;flex-direction:column;overflow:hidden}.embedded-page-block{padding:0;align-items:stretch}.time-card-embedded{width:100%;max-height:none;padding:var(--embedded-content-gap);background:transparent;border-radius:0;box-shadow:none;overflow:visible}.time-layout{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px}.time-top{flex:0 0 46%;min-height:200px}.time-entries{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.entry-scroll{flex:1 1 auto;min-height:0;overflow:auto;padding-right:6px}.compact-label{font-size:12px;color:#475569}.calendar-controls{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.calendar-controls .button{min-width:92px}.calendar-controls .input{min-width:160px}.filters-row{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:16px 0}.calendar-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));margin:16px 0}.calendar-cell{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:6px;text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;position:relative;overflow:hidden}.calendar-cell:hover{transform:translateY(-1px);border-color:#94a3b8}.calendar-cell.active{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.calendar-date,.calendar-dow{font-weight:600}.calendar-dow{position:absolute;top:8px;right:10px;font-size:11px;letter-spacing:.08em;color:rgba(148,163,184,.28);pointer-events:none}.calendar-hours{font-size:18px}.calendar-detail{font-size:12px;color:#64748b}.day-detail{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:24px}.day-summary{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#f8fafc}.pie{width:140px;height:140px;border-radius:50%;margin:16px 0}.legend{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.day-events{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#fff}.member-row{justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.member-actions,.member-row{display:flex;align-items:center}.member-actions{gap:8px;flex-wrap:wrap}.member-row strong{font-size:15px}.member-row .hint{margin-top:4px}.timesheet-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.timesheet-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;inset:0;background:#e2e8f0;border-radius:999px;transition:background .2s ease}.switch-slider:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s ease;box-shadow:0 4px 10px rgba(15,23,42,.15)}.switch input:checked+.switch-slider{background:#0f172a}.switch input:checked+.switch-slider:before{transform:translateX(20px)}.switch input:disabled+.switch-slider{opacity:.6;cursor:not-allowed}.divider{height:1px;background:#e2e8f0;margin:24px 0}.link-grid{margin-top:24px;display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.link-grid a{display:block;padding:12px 16px;border-radius:12px;border:1px solid #e2e8f0;text-decoration:none;color:#0f172a;transition:background .15s ease,transform .15s ease}.link-grid a:hover{background:#f1f5f9;transform:translateY(-1px)}.hint{color:#64748b}.notice{margin:16px 0;padding:12px 16px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.progress{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:8px}.progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#0ea5e9);width:0;transition:width .2s ease}.import-log{display:grid;grid-gap:6px;gap:6px;margin-top:12px}.notice.warning{border-color:#f97316;background:#fff7ed}.footer-hint{margin-top:24px;font-size:12px;color:#94a3b8}.hero{max-width:720px;padding:48px;border-radius:24px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.1)}.hero h1{margin:12px 0 8px;font-size:40px;letter-spacing:-.02em}.subtitle{margin:0;font-size:18px;color:#475569}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#0f172a;color:#f8fafc;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.dashboard-page{width:100%;height:100%;min-height:0}.dashboard-shell{width:min(1200px,100%);margin:0 auto;display:flex;flex-direction:column;gap:20px;height:100%;min-height:0}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.dashboard-title{margin:12px 0 8px;font-size:32px;letter-spacing:-.02em}.dashboard-subtitle{margin:0;color:#64748b}.dashboard-actions{display:flex;gap:12px;flex-wrap:wrap}.dashboard-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-auto-rows:minmax(180px,auto);flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px}.dashboard-card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:16px;display:flex;flex-direction:column;min-height:220px;box-shadow:0 12px 30px rgba(15,23,42,.08);min-height:0;position:relative;cursor:pointer}.dashboard-card-header{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.dashboard-card-title{margin:0;font-size:16px}.dashboard-card-desc{margin:4px 0 0;color:#64748b;font-size:13px}.dashboard-card-body{flex:1 1;display:flex;flex-direction:column;gap:12px;overflow:auto}.dashboard-time-header{display:grid;grid-template-columns:minmax(120px,1fr) minmax(120px,1.2fr);grid-gap:12px;gap:12px;align-items:start}.dashboard-time-info{font-size:13px}.dashboard-time-info,.dashboard-time-select{display:grid;grid-gap:6px;gap:6px;color:#475569}.dashboard-time-select{font-size:12px}.dashboard-time-select label{display:grid;grid-gap:6px;gap:6px}.dashboard-time-select .input{margin-top:4px}.dashboard-time-actions{margin-top:auto;display:grid;grid-template-columns:repeat(2,minmax(88px,120px));grid-gap:12px;gap:12px;justify-content:start}.dashboard-square{height:clamp(54px,8vh,72px);font-size:14px;border-radius:12px}.card-link{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.card-link:hover{background:#e2e8f0;transform:translateY(-1px);box-shadow:0 6px 14px rgba(15,23,42,.1)}.dashboard-kpi{display:flex;flex-direction:column;gap:4px}.dashboard-kpi-value{font-size:32px;font-weight:700;letter-spacing:-.02em}.dashboard-kpi-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.dashboard-meta{display:grid;grid-gap:6px;gap:6px;font-size:13px;color:#475569}.dashboard-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px;font-size:13px}.dashboard-list li{display:flex;justify-content:space-between;gap:8px}.muted{color:#94a3b8}.layout-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:24px;z-index:40}.layout-panel{width:min(640px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:20px;box-shadow:0 20px 50px rgba(15,23,42,.2);display:flex;flex-direction:column;gap:16px}.layout-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.layout-mode{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.layout-role{display:grid;grid-gap:6px;gap:6px;margin-top:8px;font-size:12px;color:#475569}.layout-apply-users{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:13px;color:#0f172a}.layout-apply-users input{width:16px;height:16px;accent-color:#2563eb}.layout-panel .icon-button{width:36px;height:36px;color:#0f172a;border-color:#cbd5f5}.layout-panel .icon-button:hover{background:#f1f5f9}.layout-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.layout-item{border:1px solid #e2e8f0;border-radius:14px;padding:12px;background:#f8fafc;display:grid;grid-gap:6px;gap:6px;font-size:13px}.layout-toggle{display:flex;align-items:center;gap:10px;font-weight:600}.layout-toggle input{width:16px;height:16px;accent-color:#2563eb}.layout-footer{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.dashboard-fullview-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:24px;z-index:45}.dashboard-fullview-panel{width:min(1200px,100%);height:min(90vh,960px);background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 20px 50px rgba(15,23,42,.2);display:flex;flex-direction:column;overflow:hidden}.dashboard-fullview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0}.dashboard-fullview-frame{flex:1 1 auto;width:100%;border:none}.dashboard-report-panel{padding:28px;display:grid;grid-gap:18px;gap:18px;overflow:auto}.dashboard-report-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.dashboard-report-header h2{margin:0}.project-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.projects-route{align-items:stretch}.projects-card{width:min(1180px,100%);display:flex;flex-direction:column;gap:18px;padding:28px;border-radius:10px}.project-settings-header,.project-settings-panel-head,.projects-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}.project-settings-header h1,.projects-header h1{margin:0}.project-create-bar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.2fr) auto;grid-gap:12px;gap:12px;align-items:end;padding:14px;border:1px solid #dbe4f0;border-radius:8px;background:#f8fafc}.project-management-list{display:grid;grid-gap:10px;gap:10px;min-height:0}.project-list-section-title{display:flex;align-items:center;gap:8px;padding:14px 4px 2px;color:#64748b;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.project-list-section-title span{padding:2px 7px;border-radius:999px;background:#e2e8f0;color:#334155;letter-spacing:0}.project-management-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:14px;gap:14px;align-items:center;padding:12px 14px;border:1px solid #dbe4f0;border-radius:8px;background:#fff}.project-open-area{border:none;background:transparent;display:grid;grid-gap:4px;gap:4px;min-width:0;padding:0;text-align:left;color:inherit;cursor:pointer}.project-open-area span,.project-open-area strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-open-area:hover strong{color:#2563eb}.project-code{color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.project-member-actions,.project-row-actions,.project-row-meta,.task-type-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.project-empty-state{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:180px;padding:24px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;text-align:center}.project-empty-state p{margin:0}.project-settings-route{align-items:stretch}.project-settings-card{width:100%;max-width:none;display:flex;flex-direction:column;gap:18px;padding:24px;border-radius:10px}.project-settings-layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);grid-gap:18px;gap:18px;align-items:start}.project-settings-main,.project-settings-side{display:grid;grid-gap:16px;gap:16px;min-width:0}.project-settings-side{position:-webkit-sticky;position:sticky;top:0}.project-settings-panel{display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid #dbe4f0;border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.05)}.project-settings-panel h2{margin:0;font-size:20px}.project-settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:end}.project-settings-form .wide{grid-column:1/-1}.project-role-checks label,.project-toggle{display:inline-flex;align-items:center;gap:8px}.project-role-checks input,.project-toggle input{accent-color:#2563eb}.project-assignment-form{display:grid;grid-template-columns:minmax(220px,1fr) auto;grid-gap:12px;gap:12px;align-items:end}.project-member-list,.project-task-preview,.task-type-list{display:grid;grid-gap:10px;gap:10px}.project-member-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:10px 12px;border:1px solid #edf2f7;border-radius:8px;background:#f8fafc}.project-member-row>div:first-child{display:grid;grid-gap:3px;gap:3px;min-width:0}.project-member-row span{color:#64748b;font-size:13px}.task-type-create-form{display:grid;grid-template-columns:minmax(100px,.8fr) minmax(160px,1.1fr) minmax(100px,.7fr) 80px minmax(260px,1fr) auto;grid-gap:12px;gap:12px;align-items:end;padding:12px;border:1px solid #edf2f7;border-radius:8px;background:#f8fafc}.project-role-checks{display:flex;flex-wrap:wrap;gap:8px 12px;color:#475569;font-size:13px}.task-type-row{display:grid;grid-template-columns:10px minmax(0,1fr);grid-gap:12px;gap:12px;padding:12px;border:1px solid #dbe4f0;border-radius:8px;background:#fff}.task-type-color{width:10px;min-height:100%;border-radius:999px}.task-type-fields{display:grid;grid-template-columns:minmax(160px,1.2fr) minmax(100px,.7fr) 80px;grid-gap:10px;gap:10px}.task-type-row .project-role-checks,.task-type-row .task-type-actions{grid-column:2}.project-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.project-stat-grid span{display:grid;grid-gap:4px;gap:4px;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.project-stat-grid small{color:#64748b;font-size:11px;font-weight:700;text-transform:uppercase}.project-stat-grid strong{font-size:20px}.project-task-preview button{border:1px solid #edf2f7;border-radius:8px;background:#fff;display:grid;grid-gap:4px;gap:4px;padding:10px 12px;text-align:left;cursor:pointer}.project-task-preview button:hover{border-color:#bfdbfe;background:#f8fbff}.project-task-preview button span,.project-task-preview button strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-danger-panel{border-color:#fecaca;background:snow}.project-danger-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.project-danger-box{display:grid;grid-gap:12px;gap:12px;align-content:start;padding:14px;border:1px solid #fee2e2;border-radius:8px;background:#fff}.project-danger-copy{display:grid;grid-gap:4px;gap:4px}.project-danger-copy p{margin:0;color:#64748b;font-size:13px}.textarea{resize:vertical}.list.compact{margin-top:8px;gap:6px;font-size:14px}.schedule-page-card{width:100%;max-width:none;height:100%;max-height:none;padding:0;overflow:hidden;display:flex;flex-direction:column;gap:0;border:1px solid #d6deea;border-radius:10px;background:#f6f8fb;box-shadow:none}.schedule-page-card-loading{display:flex;align-items:center;justify-content:center}.schedule-composer{flex:0 0 auto;display:grid;grid-template-columns:minmax(150px,190px) minmax(0,1fr);grid-gap:16px;gap:16px;margin:14px clamp(18px,2vw,26px) 0;padding:14px 16px;border:1px solid #dbe4f0;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05)}.schedule-composer-copy{display:grid;grid-gap:6px;gap:6px;align-content:center}.schedule-board-top h2,.schedule-composer-copy h2{margin:0;font-size:20px;letter-spacing:0}.schedule-eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}.schedule-form{display:grid;grid-template-columns:minmax(150px,1.15fr) minmax(110px,.75fr) minmax(200px,1.4fr) minmax(135px,.9fr) minmax(135px,.9fr) minmax(170px,1fr) auto;grid-gap:12px;gap:12px;align-items:end}.schedule-field{display:grid;align-content:start;color:#475569;font-size:12px;font-weight:600}.schedule-multi{min-height:44px;max-height:72px}.schedule-submit{min-width:96px;white-space:nowrap;align-self:end}.schedule-page-card>.hint{margin:10px clamp(18px,2vw,26px) 0}.schedule-shell{flex:1 1 auto;grid-template-columns:minmax(0,1fr) minmax(330px,380px);grid-gap:16px;padding:14px clamp(18px,2vw,26px) 20px;overflow:hidden;align-items:stretch}.schedule-main,.schedule-shell{display:grid;gap:16px;min-height:0}.schedule-main{min-width:0;grid-template-rows:auto minmax(0,1fr);grid-gap:16px}.schedule-summary-bar{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#475569;align-items:flex-start}.schedule-summary-bar span{display:inline-flex;align-items:center;min-height:32px;padding:7px 10px;border-radius:8px;background:#fff;border:1px solid #dbe4f0}.schedule-board-card{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0;padding:16px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.05)}.schedule-board-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.schedule-grid-scroll{flex:1 1 auto;min-height:0;overflow:auto;border:1px solid #dbe4f0;border-radius:8px;background:#fff;scrollbar-gutter:stable}.schedule-board{--schedule-label-width:clamp(260px,25vw,360px);display:grid;grid-gap:0;gap:0;min-width:100%;background:#fff}.schedule-header-row,.schedule-row{display:grid;grid-template-columns:var(--schedule-label-width) max-content;grid-gap:0;gap:0;align-items:stretch;padding:0}.schedule-label-spacer{left:0;z-index:8;display:flex;align-items:center;padding:12px 14px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b;border-right:1px solid #dbe4f0}.schedule-header-row,.schedule-label-spacer{position:-webkit-sticky;position:sticky;background:#f8fbff}.schedule-header-row{top:0;z-index:7;border-bottom:1px solid #dbe4f0}.schedule-timeline-shell{min-width:max-content}.schedule-days,.schedule-milestone-strip,.schedule-track{display:grid;grid-gap:0;gap:0}.schedule-milestone-strip{min-height:34px;align-items:center;background:#f8fbff}.schedule-day-cell,.schedule-day-head{border-left:1px solid #e2e8f0}.schedule-day-cell:last-child,.schedule-day-head:last-child{border-right:1px solid #e2e8f0}.schedule-day-head{display:grid;place-items:center;min-height:48px;padding:6px 4px;text-align:center;color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0}.schedule-day-date{font-size:14px;font-weight:700;color:#0f172a;line-height:1}.schedule-day-weekday{font-size:11px;line-height:1.2;text-transform:uppercase;color:#64748b}.schedule-day-cell{min-height:100%}.schedule-milestone-strip .schedule-day-cell{display:flex;align-items:center;min-height:34px;padding:4px}.schedule-day-cell.weekend,.schedule-day-head.weekend{background:#f9fafb}.schedule-day-cell.today,.schedule-day-head.today{background:#ecfdf5}.schedule-day-cell.month-start,.schedule-day-head.month-start{border-left-color:#94a3b8}.schedule-milestone-chip{display:inline-flex;max-width:100%;padding:4px 6px;border-radius:6px;background:#fef3c7;color:#92400e;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-row{min-height:74px;background:hsla(0,0%,100%,.92);border-bottom:1px solid #e7edf5}.schedule-row.active{background:#eef6ff;box-shadow:inset 3px 0 0 #2563eb}.schedule-row.summary{background:#f8fafc}.schedule-label{position:-webkit-sticky;position:sticky;left:0;z-index:4;border:none;border-right:1px solid #dbe4f0;background:inherit;text-align:left;display:grid;align-content:center;grid-gap:5px;gap:5px;width:100%;min-width:0;padding:10px 14px;border-radius:0;cursor:pointer;color:inherit}.schedule-label:hover{background:#f1f5f9}.schedule-label-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.schedule-label strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.schedule-code{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#2563eb}.schedule-row-status{flex:0 0 auto;padding:3px 7px;border-radius:6px;font-size:11px;font-weight:700;background:#e2e8f0;color:#334155}.schedule-label-meta{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;color:#64748b}.schedule-track{position:relative;min-width:max-content;min-height:74px;align-items:stretch;padding:0}.schedule-bar,.schedule-track .schedule-day-cell{grid-row:1}.schedule-bar{align-self:center;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;border:none;color:#fff;min-height:32px;border-radius:7px;padding:6px 9px;margin:0 3px;text-align:left;cursor:pointer;z-index:1;box-shadow:0 8px 16px rgba(15,23,42,.16);overflow:hidden;font-weight:700}.schedule-bar-title{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.schedule-bar-duration{flex:0 0 auto;padding:2px 5px;border-radius:5px;background:rgba(15,23,42,.18);font-size:11px}.schedule-bar.summary{background-image:repeating-linear-gradient(135deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,.18) 10px,hsla(0,0%,100%,.04) 0,hsla(0,0%,100%,.04) 20px)}.density-compact .schedule-row{min-height:56px}.density-compact .schedule-label{gap:2px;padding-top:7px;padding-bottom:7px}.density-compact .schedule-track{min-height:56px}.density-compact .schedule-bar{min-height:26px;padding:4px 7px;font-size:12px}.density-compact .schedule-label-meta:last-child{display:none}.schedule-side{min-width:0;min-height:0;overflow:auto;padding-right:2px}.schedule-side-sticky{position:-webkit-sticky;position:sticky;top:0}.schedule-panel{border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#fff;display:grid;grid-gap:14px;gap:14px;box-shadow:0 10px 28px rgba(15,23,42,.05)}.schedule-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.status-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600;background:#e2e8f0;color:#0f172a}.status-blocked{background:#fee2e2;color:#991b1b}.status-in_progress{background:#dbeafe;color:#1d4ed8}.status-done{background:#dcfce7;color:#166534}.status-canceled{background:#e5e7eb;color:#4b5563}.schedule-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.schedule-detail-grid span{display:grid;grid-gap:4px;gap:4px;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.schedule-detail-grid small{color:#64748b;font-size:11px;font-weight:700;text-transform:uppercase}.schedule-detail-grid strong{font-size:13px}.schedule-pill-list{display:flex;flex-wrap:wrap;gap:8px}.schedule-pill{padding:7px 10px;border-radius:8px;background:#fff;border:1px solid #dbeafe;font-size:12px;color:#1e3a8a}.schedule-section{display:grid;grid-gap:10px;gap:10px;padding-top:12px;border-top:1px solid #edf2f7}.schedule-section h3{margin:0;font-size:16px}.schedule-section-label{margin:0;color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase}.schedule-check-item{display:flex;align-items:center;gap:10px}.schedule-check-item input{accent-color:#2563eb}.schedule-check-item .done{text-decoration:line-through;color:#94a3b8}.schedule-assignee-editor{margin:0;gap:10px}.schedule-assignee-list{margin-top:0}.schedule-assignee-picker{display:grid;grid-gap:8px;gap:8px;padding:0;margin:0;border:0}.schedule-assignee-picker legend{padding:0;margin-bottom:2px;color:#64748b;font-size:12px;font-weight:700}.schedule-assignee-options{display:grid;grid-gap:8px;gap:8px}.schedule-assignee-option{display:flex;align-items:center;gap:10px;min-height:44px;padding:9px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;cursor:pointer}.schedule-assignee-option.selected{border-color:#bfdbfe;background:#eff6ff}.schedule-assignee-option input{flex:0 0 auto;accent-color:#2563eb}.schedule-assignee-option span{min-width:0;display:grid;grid-gap:2px;gap:2px}.schedule-assignee-option strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}.schedule-assignee-option small{color:#64748b;font-size:11px}.schedule-assignee-actions{display:flex;gap:8px;flex-wrap:wrap}.schedule-empty-state{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:220px;padding:24px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;color:#475569;text-align:center}.schedule-empty-state p{margin:0}.schedule-comments li{display:grid;grid-gap:4px;gap:4px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}@media (max-width:1024px){.card{width:min(860px,100%)}.project-management-row{grid-template-columns:minmax(0,1fr) auto}.project-row-meta{justify-content:flex-start}.project-row-actions{grid-column:2;grid-row:1/span 2}.project-settings-layout{grid-template-columns:1fr}.project-settings-side{position:static}.task-type-create-form{grid-template-columns:repeat(2,minmax(0,1fr))}.task-type-create-form .button,.task-type-create-form .project-role-checks{grid-column:1/-1}.schedule-page-card{overflow:auto}.schedule-composer{grid-template-columns:1fr}.schedule-form{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-submit{grid-column:1/-1}.schedule-shell{grid-template-columns:1fr;overflow:visible}.schedule-main{min-height:auto}.schedule-board-card{min-height:520px}.schedule-side{order:2;overflow:visible;padding-right:0}.schedule-board{--schedule-label-width:280px}.schedule-header-row,.schedule-row{grid-template-columns:var(--schedule-label-width) max-content}}@media (max-width:900px){.page-block{padding:12px 0}.context-schedule-title{align-items:flex-start;flex-direction:column;gap:3px}.context-schedule-title strong{font-size:16px}.context-schedule-actions .button{padding:8px 10px}.project-settings-card,.projects-card{padding:20px}.project-assignment-form,.project-create-bar,.project-danger-grid,.project-settings-form,.task-type-fields{grid-template-columns:1fr}.project-assignment-form .button,.project-create-bar .button{width:100%}.project-management-row,.project-member-row{grid-template-columns:1fr}.project-row-actions{grid-column:auto;grid-row:auto}.project-member-actions,.project-row-actions,.task-type-actions{justify-content:flex-start}.card{padding:24px}.schedule-page-card{padding:0}.entry-line{grid-template-columns:1fr}.calendar-grid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr))}.time-top{flex:0 0 auto}.timer-compact{grid-template-columns:1fr}.timer-header{flex-wrap:wrap}.timer-date-input{width:100%;min-width:0}.square-button{height:clamp(72px,10vh,100px)}.schedule-form{grid-template-columns:1fr}.schedule-field{grid-column:auto}.schedule-submit{width:100%}.schedule-board-top{flex-direction:column}.schedule-side-sticky{position:static}.schedule-detail-grid{grid-template-columns:1fr}}@media (max-width:640px){.context-bar{padding:10px 16px;align-items:flex-start}.context-left,.context-links{width:100%}.context-schedule-actions{flex:1 1 100%;width:100%}.context-schedule-actions .button{flex:1 1}.page{padding:16px 16px 28px}.page-block{padding:16px 0}.card{padding:20px;border-radius:18px}.card-header{flex-direction:column;align-items:stretch}.member-row{flex-direction:column;align-items:flex-start}.member-actions{width:100%;justify-content:flex-start}.timesheet-row{flex-direction:column;align-items:flex-start}.timesheet-actions{width:100%;justify-content:flex-start}.calendar-controls .input{min-width:100%}.calendar-grid{grid-template-columns:repeat(auto-fit,minmax(84px,1fr))}.day-detail{grid-template-columns:1fr}.hero h1{font-size:32px}.dashboard-shell{gap:20px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dashboard-time-header{grid-template-columns:1fr}.entry-form-header{align-items:flex-start}.entry-form-day{width:100%;margin-left:0}.schedule-page-card{border-radius:8px}.schedule-composer{margin-left:12px;margin-right:12px;padding:12px}.schedule-shell{padding:12px 12px 16px}.schedule-board{--schedule-label-width:240px}}@media (max-width:480px){.button{padding:9px 12px}.context-links{gap:8px}.calendar-controls .button{min-width:78px}.project-list.scroll{max-height:200px}.dashboard-card{min-height:200px}.dashboard-title{font-size:26px}}.pm-workspace{height:100%;min-height:0;display:grid;grid-template-rows:auto auto auto auto 1fr;grid-gap:10px;gap:10px;color:#111827}.pm-filterbar,.pm-quick-create,.pm-topbar,.pm-view-tabs{background:#fff;border:1px solid #dbe3ea;border-radius:8px}.pm-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px}.pm-title-zone{min-width:0}.pm-title-zone h1{margin:4px 0 0;font-size:22px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pm-breadcrumb{display:flex;gap:8px;align-items:center;color:#5b6472;font-size:12px;min-width:0}.pm-breadcrumb span:not(:last-child):after{content:"/";margin-left:8px;color:#94a3b8}.pm-filterbar,.pm-header-actions,.pm-quick-create,.pm-view-tabs{display:flex;align-items:center;gap:8px}.pm-icon-button{width:36px;height:36px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pm-icon-button:hover{background:#eef2f7}.pm-view-tabs{padding:6px;overflow-x:auto}.pm-view-tabs button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#475569;border-radius:8px;padding:9px 12px;cursor:pointer;white-space:nowrap}.pm-view-tabs button.active{background:#111827;color:#fff}.pm-filterbar{padding:10px;flex-wrap:wrap}.pm-search{min-width:min(260px,100%);flex:1 1 220px;display:flex;gap:8px;align-items:center;border:1px solid #cbd5e1;border-radius:8px;padding:0 10px;background:#fff}.pm-builder-section button,.pm-builder-section input,.pm-comment-form button,.pm-comment-form textarea,.pm-filterbar select,.pm-inline-form button,.pm-inline-form input,.pm-inline-form select,.pm-quick-create button,.pm-quick-create input,.pm-quick-create select,.pm-search input,.pm-table input,.pm-table select,.pm-task-drawer input,.pm-task-drawer select,.pm-task-drawer textarea,.pm-task-row input,.pm-task-row select{min-height:36px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#111827;padding:8px 10px;font:inherit}.pm-search input{border:0;outline:0;min-width:0;width:100%}.pm-quick-create{padding:10px;display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(130px,.5fr) minmax(130px,.5fr) 140px 140px auto}.pm-builder-section button,.pm-comment-form button,.pm-inline-form button,.pm-quick-create button{background:#111827;color:#fff;cursor:pointer}.pm-status-line{margin:0;padding:8px 10px;border-radius:8px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.pm-main{min-height:0;overflow:auto;background:#fff;border:1px solid #dbe3ea;border-radius:8px}.pm-board-view,.pm-calendar-view,.pm-dashboard-view,.pm-gantt-view,.pm-list-view,.pm-table-scroll{min-height:100%}.pm-list-view{display:grid;align-content:start;grid-gap:8px;gap:8px;padding:10px}.pm-task-group{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pm-group-head,.pm-task-row{display:grid;grid-template-columns:96px minmax(180px,1fr) 150px 180px 140px 140px;align-items:center;grid-gap:8px;gap:8px}.pm-group-head{padding:10px 12px;background:#f1f5f9;color:#334155}.pm-group-head span{justify-self:end}.pm-task-row{padding:8px 12px;border-top:1px solid #edf2f7}.pm-task-row:hover{background:#f8fafc}.pm-code-button,.pm-link-cell{border:0;background:transparent;color:#0369a1;font-weight:700;cursor:pointer;text-align:left}.pm-inline-input{width:100%;border:1px solid transparent;background:transparent;min-height:34px;border-radius:8px;padding:6px 8px}.pm-inline-input:focus{border-color:#38bdf8;background:#fff;outline:0}.pm-board-view{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);grid-gap:10px;gap:10px;padding:10px;overflow-x:auto}.pm-board-column{min-height:360px;border:1px solid #dbe3ea;border-radius:8px;background:#f8fafc;padding:8px}.pm-board-column.over{background:#ecfeff;border-color:#22d3ee}.pm-board-column-head{border-left:4px solid #64748b;padding:8px 10px;background:#fff;border-radius:8px}.pm-board-stack{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.pm-board-card{display:grid;grid-gap:5px;gap:5px;width:100%;text-align:left;border:1px solid #dbe3ea;border-radius:8px;background:#fff;padding:10px;cursor:-webkit-grab;cursor:grab;box-shadow:0 5px 14px rgba(15,23,42,.05)}.pm-board-card.dragging{opacity:.75;cursor:-webkit-grabbing;cursor:grabbing}.pm-code{color:#0f766e;font-size:12px;font-weight:700}.pm-table-scroll{overflow:auto}.pm-table{width:100%;min-width:980px;border-collapse:collapse}.pm-table td,.pm-table th{border-bottom:1px solid #e2e8f0;padding:8px;text-align:left;vertical-align:middle}.pm-table th{position:-webkit-sticky;position:sticky;top:0;background:#f1f5f9;z-index:1}.pm-calendar-view{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));grid-gap:1px;gap:1px;background:#dbe3ea;padding:1px}.pm-calendar-day{min-height:130px;background:#fff;padding:8px;display:grid;align-content:start;grid-gap:6px;gap:6px}.pm-calendar-day>button{border:1px solid #bae6fd;border-radius:8px;background:#f0f9ff;text-align:left;padding:6px;cursor:pointer}.pm-calendar-day button span{display:block;color:#0369a1;font-weight:700;font-size:12px}.pm-gantt-view{overflow:auto;padding:10px}.pm-gantt-header,.pm-gantt-row{display:grid;min-width:max-content}.pm-gantt-header{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f1f5f9;border-bottom:1px solid #cbd5e1}.pm-gantt-cell,.pm-gantt-header span,.pm-gantt-row>button:first-child{min-height:42px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.pm-gantt-header span{display:flex;align-items:center;justify-content:center;font-size:12px}.pm-gantt-row{position:relative}.pm-gantt-row>button:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:1;display:grid;align-items:center;text-align:left;background:#fff;border:0;border-right:1px solid #cbd5e1;cursor:pointer}.pm-gantt-row>button:first-child span{color:#0f766e;font-weight:700}.pm-gantt-bar{align-self:center;height:26px;margin:8px 3px;border:0;border-radius:8px;color:#fff;padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.pm-dashboard-view{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));grid-gap:10px;gap:10px;padding:10px}.pm-widget,.pm-widget-wide{border:1px solid #dbe3ea;border-radius:8px;background:#fff;text-align:left;padding:14px}.pm-widget{display:grid;grid-gap:6px;gap:6px;cursor:pointer}.pm-widget strong{font-size:28px}.pm-widget-wide{grid-column:span 2}.pm-status-bars,.pm-workload-list{display:grid;grid-gap:8px;gap:8px}.pm-status-bars button,.pm-workload-list div{display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:8px 10px}.pm-settings-panel,.pm-task-drawer{position:fixed;top:64px;right:16px;bottom:16px;z-index:40;width:min(520px,calc(100vw - 32px));overflow:auto;background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 20px 60px rgba(15,23,42,.2);padding:14px}.pm-settings-panel{width:min(460px,calc(100vw - 32px))}.pm-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.pm-panel-head h2{margin:2px 0 0;font-size:20px}.pm-panel-head span{color:#0f766e;font-size:12px;font-weight:700;text-transform:uppercase}.pm-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.pm-drawer-grid label,.pm-drawer-section label,.pm-drawer-textarea{display:grid;grid-gap:5px;gap:5px;font-size:13px;color:#475569}.pm-drawer-input{width:100%}.pm-drawer-textarea{margin:10px 0}.pm-comment-form textarea,.pm-drawer-textarea textarea{min-height:90px;resize:vertical}.pm-builder-section,.pm-drawer-section{border-top:1px solid #e2e8f0;padding-top:12px;margin-top:12px;display:grid;grid-gap:8px;gap:8px}.pm-builder-section h3,.pm-drawer-section h3{margin:0;font-size:15px;display:flex;align-items:center;gap:6px}.pm-inline-form{grid-template-columns:minmax(0,1fr) auto auto}.pm-comment-form,.pm-inline-form{display:grid;grid-gap:8px;gap:8px}.pm-checklist,.pm-comments,.pm-drawer-section ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.pm-comments article{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:8px}.pm-comments p{margin:4px 0}.pm-builder-list{display:grid;grid-gap:6px;gap:6px}.pm-builder-row{display:flex;justify-content:space-between;gap:8px;align-items:center;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.pm-builder-row span{border-left:4px solid #cbd5e1;padding-left:8px}.pm-builder-row button{border:1px solid #fecaca;color:#b91c1c;background:#fff1f2;border-radius:8px;min-height:32px;padding:4px 8px}@media (max-width:1020px){.pm-quick-create{grid-template-columns:1fr 1fr}.pm-quick-create svg{display:none}.pm-group-head,.pm-task-row{grid-template-columns:86px minmax(180px,1fr) 140px}.pm-task-row input,.pm-task-row select:nth-of-type(2){display:none}.pm-dashboard-view{grid-template-columns:repeat(2,minmax(170px,1fr))}}@media (max-width:720px){.pm-workspace{grid-template-rows:auto auto auto auto minmax(0,1fr)}.pm-topbar{align-items:flex-start}.pm-title-zone h1{font-size:18px}.pm-filterbar,.pm-quick-create{display:grid;grid-template-columns:1fr}.pm-group-head,.pm-task-row{grid-template-columns:82px minmax(160px,1fr)}.pm-task-row input,.pm-task-row select{display:none}.pm-calendar-view,.pm-dashboard-view{grid-template-columns:1fr}.pm-widget-wide{grid-column:span 1}.pm-drawer-grid,.pm-inline-form{grid-template-columns:1fr}}