.login-page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#0d0d0d,#1a1a1a 55%,#2a0a0c)}.login-card{width:100%;max-width:400px;background:var(--white);border-radius:18px;padding:2.5rem 2.25rem;box-shadow:0 24px 60px #00000073;border-top:5px solid var(--red)}.login-brand{text-align:center;margin-bottom:1.75rem}.login-logo-img{width:72px;height:72px;object-fit:contain}.login-tagline{margin:.6rem 0 0;font-size:.8rem;font-weight:500;letter-spacing:.5px;color:var(--gray-600);text-transform:uppercase}.login-title{margin:0;font-size:1.6rem;font-weight:700;color:var(--black)}.login-subtitle{margin:.15rem 0 1.5rem;color:var(--gray-400);font-size:.9rem;font-weight:500}.login-form{display:flex;flex-direction:column;gap:1.1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field>span{font-size:.8rem;font-weight:600;color:var(--black)}.field input{width:100%;padding:.75rem .85rem;border:1.5px solid var(--gray-200);border-radius:10px;font-size:.95rem;transition:border-color .15s ease,box-shadow .15s ease;outline:none}.field input:focus{border-color:var(--red);box-shadow:0 0 0 3px #e11d2a1f}.password-wrap{position:relative;display:flex;align-items:center}.password-wrap input{padding-right:4rem}.toggle-pass{position:absolute;right:.5rem;background:none;border:none;color:var(--red);font-size:.8rem;font-weight:600;padding:.3rem .5rem}.login-error{background:#e11d2a14;border:1px solid rgba(225,29,42,.3);color:var(--red-dark);padding:.6rem .75rem;border-radius:8px;font-size:.85rem;font-weight:500}.login-notice{background:#15803d14;border:1px solid rgba(21,128,61,.3);color:#15803d;padding:.6rem .75rem;border-radius:8px;font-size:.85rem;font-weight:500}.forgot-link{align-self:flex-end;background:none;border:none;padding:0;margin-top:-.35rem;font-size:.82rem;font-weight:600;color:var(--red);cursor:pointer}.forgot-link:hover{text-decoration:underline}.forgot-link:disabled{opacity:.6;cursor:default}.login-btn{margin-top:.25rem;padding:.8rem;background:var(--red);color:var(--white);border:none;border-radius:10px;font-size:1rem;font-weight:600;letter-spacing:.3px;transition:background .15s ease,transform .05s ease}.login-btn:hover:not(:disabled){background:var(--red-dark)}.login-btn:active:not(:disabled){transform:translateY(1px)}.login-btn:disabled{opacity:.65;cursor:not-allowed}.login-foot{margin:1.75rem 0 0;text-align:center;font-size:.75rem;color:var(--gray-400)}.doc-tabs{display:flex;gap:8px;border-bottom:1.5px solid var(--gray-200);margin-bottom:18px}.doc-tabs button{background:none;border:none;padding:10px 14px;font-weight:600;color:var(--gray-600);border-bottom:2px solid transparent;cursor:pointer;font-family:inherit;font-size:.9rem}.doc-tabs button.active{color:var(--red);border-bottom-color:var(--red)}.doc-list{display:flex;flex-direction:column;gap:10px}.doc-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:14px 16px}.doc-title{font-weight:700;color:var(--black)}.doc-sub{color:var(--gray-600);font-size:.85rem;margin-top:2px}.doc-empty{text-align:center;color:var(--gray-400);padding:40px 0}.doc-upload{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:14px;margin-bottom:16px}.doc-upload-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.doc-upload-row select,.doc-upload-row input{padding:8px 10px;border:1.5px solid var(--gray-200);border-radius:8px;background:#fff;color:var(--black);font-family:inherit}.doc-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.doc-thumbs img{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid var(--gray-200)}.sign-pad{border:2px dashed var(--gray-300, #d4d4d8);border-radius:12px;background:#fff;width:100%;max-width:460px;touch-action:none;cursor:crosshair}.slip-preview{border:1px solid var(--gray-200);border-radius:12px;padding:20px;background:#fff}.slip-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid var(--gray-200);padding-bottom:12px;margin-bottom:14px}.slip-logo{color:var(--red);font-weight:800;font-size:1.3rem}.slip-head>div:first-child{font-weight:800;font-size:1.3rem;color:var(--black)}.slip-org{font-size:.72rem;color:var(--gray-400);font-weight:600}.slip-h{font-weight:800;font-size:1.1rem}.slip-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.slip-meta>div{display:flex;flex-direction:column}.slip-meta span{font-size:.68rem;text-transform:uppercase;color:var(--gray-400);font-weight:700}.slip-meta strong{font-size:.95rem;color:var(--black)}.slip-sec-title{background:var(--gray-50);font-weight:700;font-size:.8rem;text-transform:uppercase;padding:6px 10px;border-radius:6px;margin:12px 0 6px}.slip-line{display:flex;justify-content:space-between;padding:5px 10px;font-size:.9rem}.slip-line.total{font-weight:700;border-top:1px solid var(--gray-200);margin-top:4px}.slip-net{display:flex;justify-content:space-between;align-items:center;background:var(--black);color:#fff;border-radius:8px;padding:12px 16px;margin-top:14px;font-weight:800}.slip-net span:last-child{font-size:1.15rem}.slip-note{color:var(--gray-600);font-size:.82rem;font-style:italic;margin-top:10px}.slip-net-mini{margin-top:14px;text-align:right;color:var(--gray-600)}.doc-gate{max-width:360px;margin:30px auto;text-align:center;display:flex;flex-direction:column;gap:10px}.doc-gate-icon{font-size:40px}.doc-gate h3{margin:0}.doc-gate p{color:var(--gray-600);margin:0 0 6px}.doc-gate input{padding:11px 12px;border:1.5px solid var(--gray-200);border-radius:8px;background:#fff;color:var(--black);font-family:inherit}.doc-gate-hint{font-size:.8rem;color:var(--gray-400)!important}.doc-emp-picker{display:flex;align-items:center;gap:10px;margin-bottom:16px}.doc-emp-picker select{padding:9px 12px;border:1.5px solid var(--gray-200);border-radius:8px;background:#fff;color:var(--black);font-family:inherit;min-width:220px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.gallery-card{margin:0;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.gallery-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000001f}.gallery-card img{width:100%;height:160px;object-fit:cover;display:block}.gallery-card figcaption{padding:.7rem .85rem;display:flex;flex-direction:column;gap:2px}.gallery-card figcaption strong{font-size:.9rem}.gallery-card figcaption span{font-size:.78rem;color:var(--gray-600)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:200;padding:2rem;cursor:zoom-out}.lightbox img{max-width:90%;max-height:80vh;border-radius:10px;object-fit:contain}.lightbox-cap{color:var(--white);font-weight:500}.pm-body{min-width:0}.panel-subnav{display:flex;flex-direction:column;margin:2px 0 6px}.panel-sublink{display:flex;align-items:center;gap:10px;padding:8px 12px 8px 26px;margin:1px 0;border-radius:8px;color:#ffffffb3;text-decoration:none;font-size:.85rem}.panel-sublink:hover{background:#ffffff14;color:#fff}.panel-sublink.active{background:#ffffff29;color:#fff;font-weight:600}.task-tabs{display:flex;gap:1.25rem;border-bottom:1px solid var(--gray-200, #e5e7eb);margin-bottom:1rem;flex-wrap:wrap}.task-tab{border:none;background:transparent;padding:.6rem 0;font-size:.9rem;font-weight:600;color:var(--gray-500, #6b7280);cursor:pointer;border-bottom:2px solid transparent;display:inline-flex;align-items:center;gap:6px}.task-tab.active{color:var(--gray-900, #111827);border-bottom-color:var(--red, #dc2626)}.task-tab.danger .task-count{background:var(--red, #dc2626);color:#fff}.task-count{font-size:.72rem;background:var(--gray-200, #e5e7eb);color:var(--gray-700, #374151);border-radius:999px;padding:1px 8px;font-weight:700}.pm-bucket-tabs{margin-top:.25rem}.pm-empty{text-align:center;color:var(--gray-500, #6b7280);padding:2.5rem 1rem;background:#fff;border:1px dashed var(--gray-200, #e5e7eb);border-radius:12px}.pm-section{margin-top:1.5rem}.pm-section-title{font-size:1rem;margin:0 0 .75rem}.pm-view-toggle{margin-bottom:.75rem}.link-back{border:none;background:none;color:var(--gray-500,#6b7280);cursor:pointer;font-size:.8rem;padding:0;margin-bottom:4px}.link-title{border:none;background:none;color:var(--gray-900,#111827);font-weight:600;cursor:pointer;padding:0;text-align:left}.link-title:hover{color:var(--red,#dc2626);text-decoration:underline}.status-chip{border:none;border-radius:999px;padding:2px 10px;font-size:.72rem;font-weight:700;cursor:pointer}.status-chip.sm{font-size:.66rem;padding:1px 8px;cursor:default}.status-chip.s-todo{background:var(--gray-200,#e5e7eb);color:var(--gray-700,#374151)}.status-chip.s-in_progress{background:#fef3c7;color:#92400e}.status-chip.s-in_review{background:#dbeafe;color:#1e40af}.status-chip.s-approved{background:#ccfbf1;color:#115e59}.status-chip.s-done{background:#dcfce7;color:#166534}.prio-dot{display:inline-block;width:8px;height:8px;border-radius:999px;margin-right:6px;vertical-align:middle}.due-over{color:var(--red,#dc2626);font-weight:700}.row-done .link-title{text-decoration:line-through;opacity:.65}.time-link{border:none;background:none;cursor:pointer;color:var(--gray-600,#4b5563);font-size:.8rem;padding:0}.time-link:hover{color:var(--red,#dc2626)}.time-edit{display:inline-flex;gap:4px;align-items:center}.time-edit input{width:70px;padding:2px 6px}.btn-sm{padding:2px 8px;font-size:.75rem}.sum-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.sum-card{background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;padding:14px;border-top:3px solid var(--gray-300,#d1d5db)}.sum-today{border-top-color:#2563eb}.sum-overdue{border-top-color:#dc2626}.sum-upcoming{border-top-color:#16a34a}.sum-head{display:flex;justify-content:space-between;font-weight:700;margin-bottom:8px}.sum-count{background:var(--gray-100,#f3f4f6);border-radius:999px;padding:0 9px;font-size:.8rem}.sum-empty{color:var(--gray-400,#9ca3af);font-size:.85rem;padding:6px 0}.sum-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.sum-item{padding:8px;border-radius:8px;cursor:pointer;border:1px solid var(--gray-100,#f3f4f6)}.sum-item:hover{background:var(--gray-50,#f9fafb)}.sum-title{font-weight:600;font-size:.9rem}.sum-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.75rem;color:var(--gray-500,#6b7280);margin-top:3px}.sum-time{margin-left:auto}.proj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.proj-card{text-align:left;background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;padding:16px;cursor:pointer}.proj-card:hover{border-color:var(--red,#dc2626);box-shadow:0 2px 10px #0000000f}.proj-name{font-weight:700;font-size:1rem}.proj-desc{color:var(--gray-500,#6b7280);font-size:.82rem;margin:6px 0 12px;min-height:2.2em}.proj-foot{display:flex;justify-content:space-between;font-size:.8rem;color:var(--gray-600,#4b5563);margin-bottom:6px}.proj-bar{height:6px;background:var(--gray-200,#e5e7eb);border-radius:999px;overflow:hidden}.proj-bar-fill{height:100%;background:#16a34a}.member-picker{display:flex;flex-wrap:wrap;gap:6px}.member-chip{border:1px solid var(--gray-300,#d1d5db);border-radius:999px;padding:4px 12px;font-size:.8rem;cursor:pointer}.member-chip.on{background:var(--red,#dc2626);color:#fff;border-color:var(--red,#dc2626)}.proj-overview{display:flex;flex-direction:column;gap:1rem}.ov-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.ov-block{background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:10px;padding:12px}.ov-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500,#6b7280);margin-bottom:4px}.ov-members{display:flex;flex-wrap:wrap;gap:12px}.ov-member{display:flex;align-items:center;gap:6px;font-size:.85rem}.ov-danger{color:var(--red,#dc2626);align-self:flex-start}.pm-proj-tabs{margin-bottom:1rem}.dash-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.25rem}.dash-tile{background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;padding:16px;text-align:center}.dash-num{font-size:1.8rem;font-weight:800}.dash-lbl{font-size:.78rem;color:var(--gray-500,#6b7280);margin-top:2px}.dash-charts{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.dash-chart{background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;padding:12px}.dash-chart-title{font-weight:600;font-size:.9rem;margin-bottom:8px}.gantt-scroll{overflow-x:auto;border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;background:#fff}.gantt-inner{min-width:100%}.gantt-head,.gantt-row{display:flex;align-items:stretch}.gantt-head{border-bottom:1px solid var(--gray-200,#e5e7eb);background:var(--gray-50,#f9fafb)}.gantt-label-col{flex:0 0 220px;padding:8px 12px;font-size:.82rem;font-weight:600;display:flex;align-items:center;gap:6px;border-right:1px solid var(--gray-200,#e5e7eb);overflow:hidden}.gantt-label-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto}.gantt-label-time{flex:0 0 auto;font-size:.7rem;font-weight:700;color:var(--gray-500,#6b7280)}.gantt-timeline{position:relative;flex:0 0 auto}.gantt-month{display:inline-block;box-sizing:border-box;border-right:1px solid var(--gray-200,#e5e7eb);font-size:.72rem;color:var(--gray-500,#6b7280);padding:6px 4px;text-align:left}.gantt-row{border-bottom:1px solid var(--gray-100,#f3f4f6);min-height:40px}.gantt-row .gantt-timeline{display:flex;align-items:center}.gantt-bar{position:absolute;height:22px;border:none;border-radius:6px;color:#fff;font-size:.72rem;padding:0 8px;cursor:pointer;overflow:hidden;white-space:nowrap;display:flex;align-items:center}.gantt-bar:hover{filter:brightness(1.05)}.gantt-bar-label{overflow:hidden;text-overflow:ellipsis}.gantt-today{position:absolute;top:0;bottom:0;width:2px;background:#dc2626;opacity:.5;z-index:1}.gantt-unscheduled{padding:10px 12px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.gantt-unscheduled-head{font-size:.78rem;color:var(--gray-500,#6b7280);margin-right:6px}.gantt-chip{border:1px dashed var(--gray-300,#d1d5db);background:#fff;border-radius:8px;padding:4px 10px;font-size:.8rem;cursor:pointer}.pm-cal{background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;padding:12px}.pm-cal-head{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:10px}.pm-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.pm-cal-dow{text-align:center;font-size:.72rem;font-weight:700;color:var(--gray-500,#6b7280);padding:4px 0}.pm-cal-cell{min-height:84px;border:1px solid var(--gray-100,#f3f4f6);border-radius:8px;padding:4px}.pm-cal-cell.empty{background:var(--gray-50,#f9fafb);border:none}.pm-cal-cell.is-today{border-color:var(--red,#dc2626)}.pm-cal-date{font-size:.74rem;color:var(--gray-500,#6b7280);font-weight:700}.pm-cal-tasks{display:flex;flex-direction:column;gap:3px;margin-top:3px}.pm-cal-task{text-align:left;border:none;border-left:3px solid var(--gray-400,#9ca3af);background:var(--gray-50,#f9fafb);border-radius:4px;padding:2px 5px;font-size:.7rem;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mode-toggle{display:inline-flex;gap:4px;background:var(--gray-100,#f3f4f6);padding:4px;border-radius:10px;margin-bottom:14px}.mode-toggle button{border:none;background:transparent;padding:6px 20px;border-radius:8px;font-size:.85rem;font-weight:700;color:var(--gray-600,#4b5563);cursor:pointer}.mode-toggle button.active{background:var(--red,#dc2626);color:#fff}.bulk{display:flex;flex-direction:column;gap:12px;max-height:52vh;overflow-y:auto;padding-right:2px}.bulk-hint{font-size:.82rem;color:var(--gray-500,#6b7280);margin:0}.bulk-card{border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;padding:12px 14px;background:var(--gray-50,#f9fafb)}.bulk-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.bulk-num{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400,#9ca3af)}.bulk-x{border:none;background:none;color:var(--gray-400,#9ca3af);cursor:pointer;font-size:.85rem;line-height:1}.bulk-x:hover{color:var(--red,#dc2626)}.bulk-title{width:100%;padding:9px 11px;border:1px solid var(--gray-200,#e5e7eb);border-radius:9px;font-size:.92rem;font-weight:600;background:#fff}.bulk-title:focus{outline:none;border-color:var(--red,#dc2626)}.bulk-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.bulk-field{display:flex;flex-direction:column;gap:4px}.bulk-field>span{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400,#9ca3af)}.bulk-field select,.bulk-field input{padding:8px 10px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;font-size:.85rem;background:#fff;width:100%}.bulk-field select{text-transform:capitalize}.bulk-field select:focus,.bulk-field input:focus{outline:none;border-color:var(--red,#dc2626)}.bulk-add{align-self:flex-start}.td-changes{margin-top:10px;display:flex;flex-direction:column;gap:8px}.td-changes textarea{width:100%;border:1px solid var(--gray-200,#e5e7eb);border-radius:10px;padding:9px 11px;font-size:.9rem;font-family:inherit;resize:vertical}.td-changes textarea:focus{outline:none;border-color:var(--red,#dc2626)}.td-changes-row{display:flex;gap:8px;justify-content:flex-end}.assets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.asset-card{border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;overflow:hidden;background:#fff}.asset-media{display:block;height:120px;background:var(--gray-50,#f9fafb)}.asset-media img{width:100%;height:120px;object-fit:cover;display:block}.asset-icon{display:flex;align-items:center;justify-content:center;height:120px;font-size:2.2rem}.asset-meta{padding:8px 10px}.asset-name{font-size:.82rem;font-weight:600;color:var(--gray-800,#1f2937);text-decoration:none;word-break:break-all;display:block}.asset-name:hover{color:var(--red,#dc2626)}.asset-sub{font-size:.72rem;color:var(--gray-500,#6b7280);margin-top:2px}.asset-dl{display:inline-block;margin-top:6px;font-size:.75rem;font-weight:600;color:var(--red,#dc2626);text-decoration:none}.asset-dl:hover{text-decoration:underline}.sr-file{display:inline-flex;align-items:center;gap:4px}.sr-dl{text-decoration:none;color:var(--gray-500,#6b7280);font-size:.95rem}.sr-dl:hover{color:var(--red,#dc2626)}.pf-assets{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.pf-thumb img{width:34px;height:34px;object-fit:cover;border-radius:6px;border:1px solid var(--gray-200,#e5e7eb);display:block}.pf-fchip{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--gray-200,#e5e7eb);border-radius:6px;text-decoration:none}.pf-more{font-size:.75rem;color:var(--gray-500,#6b7280)}.sr{display:flex;flex-direction:column;gap:14px}.sr-field{display:flex;flex-direction:column;gap:6px}.sr-field>span{font-size:.8rem;font-weight:700;color:var(--gray-700,#374151)}.sr-field textarea,.sr-field input[type=text],.sr-linkadd input{padding:8px 10px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;width:100%;font-family:inherit}.sr-field textarea:focus,.sr-linkadd input:focus{outline:none;border-color:var(--red,#dc2626)}.sr-linkadd{display:flex;gap:8px}.sr-linkadd input{flex:1}.sr-list{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:.85rem}.sr-list li{display:flex;align-items:center;gap:6px}.sr-list a{color:var(--red,#dc2626);word-break:break-all}.sr-x{border:none;background:none;color:var(--gray-400,#9ca3af);cursor:pointer;margin-left:auto}.sr-x:hover{color:var(--red,#dc2626)}.sr-kind{flex:0 0 auto}.sr-hint{font-size:.8rem;color:var(--gray-500,#6b7280);margin:0}.sr-view{background:var(--gray-50,#f9fafb);border:1px solid var(--gray-100,#f3f4f6);border-radius:12px;padding:12px}.sr-note{white-space:pre-wrap;font-size:.9rem;margin:6px 0}.sr-files{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.sr-thumb img{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid var(--gray-200,#e5e7eb)}.sr-fchip{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;padding:6px 10px;font-size:.82rem;color:var(--gray-700,#374151);text-decoration:none}.sr-fchip:hover{border-color:var(--red,#dc2626)}.sr-reviewers{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}.sr-rev{display:inline-flex;align-items:center;gap:5px;font-size:.82rem}.board-composer{background:var(--gray-50,#f9fafb);border:1px solid var(--gray-100,#f3f4f6);border-radius:12px;padding:12px;margin-bottom:1rem}.board-row{display:flex;gap:8px;align-items:flex-start;margin-top:8px}.board-row textarea,.board-row input[type=text],.board-row input:not([type]){flex:1;padding:8px 10px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;font-family:inherit}.board-row textarea:focus,.board-row input:focus{outline:none;border-color:var(--red,#dc2626)}.board-feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.board-item{display:flex;gap:10px}.board-body{flex:1;min-width:0;background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:12px;padding:10px 12px}.board-head{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.board-head .td-x{margin-left:auto}.board-text{white-space:pre-wrap;font-size:.9rem}.board-link{color:var(--red,#dc2626);text-decoration:none;word-break:break-all}.board-file{display:flex;align-items:center;gap:8px}.board-file img{max-width:220px;max-height:160px;border-radius:8px;border:1px solid var(--gray-200,#e5e7eb)}.td-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;z-index:1000;display:flex;justify-content:flex-end}.td-panel{width:min(560px,100%);height:100%;background:#fff;box-shadow:-8px 0 40px #0000002e;display:flex;flex-direction:column;overflow:hidden;animation:td-slide .18s ease-out}@keyframes td-slide{0%{transform:translate(28px);opacity:.5}to{transform:none;opacity:1}}.td-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--gray-200,#e5e7eb);background:#fff}.td-close{width:32px;height:32px;border-radius:8px;border:none;background:var(--gray-100,#f3f4f6);color:var(--gray-600,#4b5563);font-size:.95rem;cursor:pointer}.td-close:hover{background:var(--gray-200,#e5e7eb)}.td-body{padding:20px 22px 36px;overflow-y:auto}.td-title-input{width:calc(100% + 20px);font-size:1.35rem;font-weight:800;letter-spacing:-.01em;border:1px solid transparent;border-radius:10px;padding:6px 10px;margin:0 -10px 6px}.td-title-input:hover{background:var(--gray-50,#f9fafb)}.td-title-input:focus{border-color:var(--red,#dc2626);background:#fff;outline:none}.td-title{font-size:1.35rem;font-weight:800;letter-spacing:-.01em;margin:0 0 6px}.td-meta{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px;background:var(--gray-50,#f9fafb);border:1px solid var(--gray-100,#f3f4f6);border-radius:14px;padding:16px;margin:14px 0}.td-row{display:flex;flex-direction:column;gap:6px;font-size:.9rem;min-width:0}.td-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400,#9ca3af)}.td-value{font-weight:600;color:var(--gray-800,#1f2937)}.td-person{display:flex;align-items:center;gap:8px;font-weight:600}.td-assignees{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.td-addassignee{padding:3px 6px;border:1px dashed var(--gray-300,#d1d5db);border-radius:8px;font-size:.78rem;background:#fff}.td-time input{width:78px;padding:5px 8px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px}.td-meta select{padding:5px 8px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;font-weight:600;text-transform:capitalize}.td-section{padding:16px 0;border-top:1px solid var(--gray-100,#f3f4f6)}.td-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500,#6b7280);margin-bottom:10px}.td-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.td-actions select{padding:6px 10px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;font-weight:600}.btn-approve{background:#16a34a;color:#fff;border:none}.btn-approve:hover{background:#15803d}.td-desc{width:100%;min-height:84px;border:1px solid var(--gray-200,#e5e7eb);border-radius:10px;padding:10px 12px;font-size:.9rem;resize:vertical;font-family:inherit}.td-desc:focus{outline:none;border-color:var(--red,#dc2626)}.td-desc-ro{white-space:pre-wrap;font-size:.9rem;color:var(--gray-700,#374151)}.td-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.td-dep,.td-sub{display:flex;align-items:center;gap:10px;font-size:.9rem;background:var(--gray-50,#f9fafb);border:1px solid var(--gray-100,#f3f4f6);border-radius:10px;padding:8px 12px}.td-sub-done{text-decoration:line-through;color:var(--gray-400,#9ca3af)}.td-sub-who{color:var(--gray-500,#6b7280);font-size:.78rem;margin-left:auto}.td-x{border:none;background:none;cursor:pointer;color:var(--gray-400,#9ca3af);font-size:.9rem;margin-left:auto}.td-x:hover{color:var(--red,#dc2626)}.td-add{display:flex;gap:8px;margin-top:10px}.td-add select,.td-add input{flex:1;padding:8px 10px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px}.td-add input:focus,.td-add select:focus{outline:none;border-color:var(--red,#dc2626)}.td-dep-reason{color:var(--gray-500,#6b7280);font-size:.82rem}.td-dep-tag{font-size:.64rem;text-transform:uppercase;letter-spacing:.04em;background:var(--gray-200,#e5e7eb);color:var(--gray-600,#4b5563);border-radius:999px;padding:1px 7px;font-weight:700}.td-dep-add{display:grid;grid-template-columns:1fr;gap:8px;margin-top:12px;background:var(--gray-50,#f9fafb);border:1px solid var(--gray-100,#f3f4f6);border-radius:12px;padding:12px}.td-dep-kind{display:inline-flex;gap:4px;background:#fff;border:1px solid var(--gray-200,#e5e7eb);border-radius:9px;padding:3px;width:fit-content}.td-dep-kind button{border:none;background:transparent;padding:5px 16px;border-radius:7px;font-size:.82rem;font-weight:600;color:var(--gray-600,#4b5563);cursor:pointer}.td-dep-kind button.active{background:var(--red,#dc2626);color:#fff}.td-dep-add select,.td-dep-add input{padding:8px 10px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;width:100%}.td-dep-add select:focus,.td-dep-add input:focus{outline:none;border-color:var(--red,#dc2626)}.td-subtask-add{display:grid;gap:8px;margin-top:10px}.td-subtask-add>input{padding:8px 10px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px}.td-subtask-row{display:flex;gap:8px}.td-subtask-row select{flex:1;padding:8px 10px;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px}.td-subtask-add input:focus,.td-subtask-row select:focus{outline:none;border-color:var(--red,#dc2626)}.td-comments{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:14px}.td-comment{display:flex;gap:10px}.td-comment-body{flex:1;min-width:0}.td-comment-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:3px}.td-comment-text{font-size:.9rem;white-space:pre-wrap;background:var(--gray-50,#f9fafb);border:1px solid var(--gray-100,#f3f4f6);border-radius:10px;padding:8px 12px}.td-comment-form{display:flex;gap:8px}.td-comment-form input{flex:1;padding:9px 12px;border:1px solid var(--gray-200,#e5e7eb);border-radius:10px}.td-comment-form input:focus{outline:none;border-color:var(--red,#dc2626)}.td-hint{color:var(--gray-400,#9ca3af);font-size:.85rem}.pf-filters{display:flex;gap:10px;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.pf-filters select{min-width:180px}.pf-total{margin-left:auto;color:var(--gray-500, #6b7280);font-size:.85rem}th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}@media (max-width: 720px){.sum-grid,.dash-charts{grid-template-columns:1fr}}.panel{display:flex;min-height:100vh;background:var(--gray-50)}.panel-sidebar{width:240px;background:var(--black);color:var(--white);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;flex-shrink:0}.panel-logo{display:flex;align-items:center;justify-content:center;padding:1.4rem 1.5rem;border-bottom:1px solid #262626}.panel-logo img{width:52px;height:52px;object-fit:contain}.panel-nav{display:flex;flex-direction:column;padding:.75rem .6rem;gap:2px;overflow-y:auto}.panel-link{display:flex;align-items:center;gap:.7rem;padding:.65rem .85rem;border-radius:8px;color:#cfcfcf;font-size:.88rem;font-weight:500;transition:background .15s ease,color .15s ease}.panel-link:hover{background:#1c1c1c;color:var(--white)}.panel-link.active{background:var(--red);color:var(--white);font-weight:600}.panel-link-icon{width:20px;text-align:center}.panel-main{flex:1;min-width:0;display:flex;flex-direction:column}.panel-topbar{display:flex;align-items:center;gap:1rem;padding:.85rem 1.5rem;background:var(--white);border-bottom:2px solid var(--gray-200);position:sticky;top:0;z-index:20}.panel-topbar-title{font-weight:700;font-size:1.05rem}.panel-user{margin-left:auto;display:flex;align-items:center;gap:.7rem;font-size:.85rem}.panel-role{text-transform:uppercase;font-weight:700;font-size:.65rem;background:var(--red);color:var(--white);padding:.2rem .55rem;border-radius:999px;letter-spacing:.5px}.panel-username{font-weight:600}.panel-logout{background:var(--black);color:var(--white);border:none;padding:.45rem .9rem;border-radius:8px;font-weight:600;font-size:.8rem}.panel-logout:hover{background:var(--red)}.profile-menu{position:relative}.profile-menu-trigger{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;cursor:pointer;padding:.2rem .35rem;border-radius:8px}.profile-menu-trigger:hover{background:#0000000d}.profile-menu-caret{font-size:.7rem;color:var(--gray-400, #a1a1aa)}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:var(--white, #fff);border:1px solid var(--gray-200, #e4e4e7);border-radius:14px;box-shadow:0 12px 32px #00000024;padding:14px;z-index:100}.profile-dropdown-head{display:flex;align-items:center;gap:12px;padding-bottom:12px;margin-bottom:8px;border-bottom:1px solid var(--gray-200, #e4e4e7)}.profile-dropdown-name{font-weight:800;color:var(--black, #0d0d0d);font-size:1rem}.profile-dropdown-role{color:var(--gray-600, #52525b);font-size:.8rem;text-transform:capitalize;margin-top:2px}.profile-dropdown-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0;font-size:.85rem}.profile-dropdown-label{color:var(--gray-400, #a1a1aa);font-weight:700}.profile-dropdown-value{color:var(--black, #0d0d0d);font-weight:600;text-align:right;word-break:break-word}.panel-burger{display:none;background:none;border:none;font-size:1.3rem}.panel-content{padding:1.75rem;flex:1;min-width:0}@media (max-width: 900px){.panel-content{padding:1rem}}.page-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.page-head h2{margin:0;font-size:1.4rem;font-weight:700}.page-head p{margin:.15rem 0 0;color:var(--gray-600);font-size:.85rem}.btn{border:none;border-radius:8px;padding:.6rem 1.1rem;font-weight:600;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-dark)}.btn-dark{background:var(--black);color:var(--white)}.btn-ghost{background:transparent;border:1.5px solid var(--gray-200);color:var(--black)}.btn-sm{padding:.35rem .7rem;font-size:.78rem}.btn-danger{background:transparent;color:var(--red);border:1.5px solid rgba(225,29,42,.4)}.btn-danger:hover{background:var(--red);color:var(--white)}.btn-success{background:#16794a;color:var(--white)}.card{background:var(--white);border-radius:14px;border:1px solid var(--gray-200);box-shadow:0 4px 16px #00000008}.card-pad{padding:1.25rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.stat{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--red);border-radius:12px;padding:1rem 1.2rem}.stat .stat-label{font-size:.75rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.stat .stat-value{font-size:1.5rem;font-weight:800;margin-top:.2rem}.table-wrap{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;overflow-x:auto;-webkit-overflow-scrolling:touch}table.data{width:100%;min-width:640px;border-collapse:collapse;font-size:.86rem}table.data.compact{min-width:0;font-size:.82rem}table.data.compact th,table.data.compact td{padding:.5rem .7rem}table.data th{text-align:left;padding:.8rem 1rem;background:var(--black);color:var(--white);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}table.data td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-200);vertical-align:middle}table.data tr:last-child td{border-bottom:none}table.data tbody tr:hover{background:var(--gray-50)}.person{display:flex;align-items:center;gap:.65rem}.person .p-name{font-weight:600}.person .p-sub{font-size:.75rem;color:var(--gray-600)}.avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:var(--white);font-weight:700}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize}.badge-approved{background:#dcfce7;color:#15803d}.badge-pending{background:#fef9c3;color:#a16207}.badge-rejected{background:#fee2e2;color:#b91c1c}.badge-neutral{background:var(--gray-200);color:var(--gray-600)}.badge-red{background:#fee2e2;color:var(--red-dark)}.badge-black{background:var(--black);color:var(--white)}.policy-editor{width:100%;padding:1rem;border:1.5px solid var(--gray-200);border-radius:12px;font-family:inherit;font-size:.92rem;line-height:1.6;resize:vertical;outline:none}.policy-editor:focus{border-color:var(--red)}.doc-thumbs{display:flex;gap:6px;flex-wrap:wrap}.doc-thumbs img{height:34px;width:34px;object-fit:cover;border-radius:6px;border:1px solid var(--gray-200)}.view-toggle{display:inline-flex;border:1.5px solid var(--gray-200);border-radius:9px;overflow:hidden}.view-toggle button{border:none;background:var(--white);padding:.45rem .95rem;font-weight:600;font-size:.82rem;cursor:pointer;color:var(--gray-600)}.view-toggle button.active{background:var(--black);color:var(--white)}.att-pill{display:block;font-size:.68rem;font-weight:700;border-radius:5px;padding:1px 5px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.att-g{background:#dcfce7;color:#15803d}.att-y{background:#fef9c3;color:#a16207}.att-r{background:#fee2e2;color:#b91c1c}.att-n{background:var(--gray-200);color:var(--gray-600)}.att-rain{background:#dbeafe;color:#1e40af}.balance-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:1rem 1.25rem;margin:1rem 0}.balance-net{display:flex;flex-direction:column;gap:2px}.balance-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.balance-value{font-size:1.9rem;font-weight:800;line-height:1.1}.balance-value.up{color:#15803d}.balance-value.down{color:#b91c1c}.balance-sub{font-size:.78rem;color:var(--gray-500)}.balance-split{display:flex;gap:1.75rem}.balance-split>div{display:flex;flex-direction:column;gap:4px}.balance-chip{font-weight:700;font-size:1rem}.balance-chip.up{color:#15803d}.balance-chip.down{color:#b91c1c}.profile-setup{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-100);padding:1.5rem}.profile-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1rem}.profile-logo{height:40px;width:auto;object-fit:contain;align-self:flex-start}.profile-card h2{margin:0}.profile-sub{margin:0 0 .5rem;color:var(--gray-600)}.profile-photo-row{display:flex;align-items:center;gap:1rem}.profile-photo{height:72px;width:72px;border-radius:50%;object-fit:cover;border:1px solid var(--gray-200)}.profile-photo.placeholder{display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:var(--gray-100);color:var(--gray-400)}.profile-hint{font-size:.75rem;color:var(--gray-500);margin-top:4px}.profile-actions{display:flex;justify-content:space-between;margin-top:.5rem}.cal-legend{display:flex;gap:1.25rem;margin:0 0 .9rem;font-size:.76rem;color:var(--gray-600);flex-wrap:wrap}.cal-legend span{display:inline-flex;align-items:center;gap:.35rem}.cal-legend i{width:12px;height:12px;border-radius:3px;display:inline-block}.cal-clickable{cursor:pointer;transition:background .12s ease}.cal-clickable:hover{background:var(--gray-50)}.day-detail{display:flex;flex-direction:column;gap:1rem}.day-detail-card{border:1px solid var(--gray-200);border-radius:12px;padding:1rem 1.1rem}.ddc-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.ddc-head strong{font-size:.95rem}.ddc-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.25rem}.ddc-grid>div{display:flex;flex-direction:column;gap:3px}.ddc-breaks{margin-top:.6rem;font-size:.8rem;color:var(--gray-600);text-transform:capitalize}.ddc-dsr{margin-top:.75rem}.ddc-dsr p{margin:3px 0 0;font-size:.88rem;line-height:1.5;white-space:pre-wrap}.ddc-note{margin-top:.6rem;font-size:.8rem;font-weight:600;color:var(--red-dark)}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.25rem}.review-grid>div{display:flex;flex-direction:column;gap:2px}.review-grid .full{grid-column:1 / -1}.rg-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--gray-600)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field.full{grid-column:1 / -1}.form-field label{font-size:.78rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{padding:.55rem .7rem;border:1.5px solid var(--gray-200);border-radius:8px;font-size:.88rem;font-family:inherit;outline:none;background:#fff;color:var(--black)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--red)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:2000}.modal{background:var(--white);border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;border-top:5px solid var(--red)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;border-bottom:1px solid var(--gray-200)}.modal-head h3{margin:0;font-size:1.1rem}.modal-close{background:none;border:none;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--gray-600)}.modal-body{padding:1.4rem;overflow-y:auto}.modal-foot{padding:1rem 1.4rem;border-top:1px solid var(--gray-200);display:flex;justify-content:flex-end;gap:.6rem}.empty,.loading{text-align:center;color:var(--gray-400);padding:3rem 1rem;font-weight:500}.error-banner{background:#fee2e2;color:var(--red-dark);padding:.7rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.85rem;font-weight:500}.toolbar{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.toolbar select,.toolbar input{padding:.5rem .7rem;border:1.5px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.85rem}.cal{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;overflow:hidden}.cal-head{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;background:var(--black);color:var(--white)}.cal-head button{background:transparent;border:1.5px solid #444;color:var(--white);border-radius:8px;padding:.3rem .7rem;cursor:pointer}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr)}.cal-dow{text-align:center;padding:.5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--gray-600);border-bottom:1px solid var(--gray-200)}.cal-cell{min-height:84px;border:1px solid var(--gray-200);padding:.35rem;font-size:.75rem}.cal-cell.muted{background:var(--gray-50);color:var(--gray-400)}.cal-cell.today{outline:2px solid var(--red);outline-offset:-2px}.cal-date{font-weight:700;margin-bottom:.2rem}.cal-event{display:block;background:var(--red);color:var(--white);border-radius:5px;padding:1px 5px;margin-bottom:2px;font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cal-event.leave{background:var(--black)}.cal-event.bday{background:#a16207}.hint{font-size:.78rem;color:var(--gray-600);background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:.6rem .85rem;margin-bottom:1rem}@media (max-width: 860px){.panel-sidebar{position:fixed;left:0;top:0;z-index:60;transform:translate(-100%);transition:transform .2s ease}.panel-sidebar.open{transform:translate(0)}.panel-burger{display:block}.panel-username{display:none}.form-grid{grid-template-columns:1fr}}.rain-toggle{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem .9rem;border:1px solid var(--gray-200);border-radius:10px;cursor:pointer;font-weight:600;font-size:.9rem;-webkit-user-select:none;user-select:none}.rain-toggle input{width:auto;cursor:pointer}.timer-card{display:flex;gap:1.5rem;align-items:center;justify-content:space-between;flex-wrap:wrap;background:var(--white);border:1px solid var(--gray-200);border-left:5px solid var(--gray-400);border-radius:16px;padding:1.5rem 1.75rem}.timer-card.state-working{border-left-color:#16794a}.timer-card.state-on_lunch{border-left-color:#a16207}.timer-card.state-on_break{border-left-color:#6b7280}.timer-card.state-ended{border-left-color:var(--red)}.timer-left{flex:1;min-width:260px}.state-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .6rem;border-radius:999px;background:var(--gray-200);color:var(--gray-600)}.state-pill.state-working{background:#dcfce7;color:#15803d}.state-pill.state-on_lunch{background:#fef9c3;color:#a16207}.state-pill.state-on_break{background:#e5e7eb;color:#374151}.state-pill.state-ended{background:#fee2e2;color:var(--red-dark)}.dot{width:8px;height:8px;border-radius:50%;background:currentColor}.dot.live{animation:pulse 1.2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.timer-clock{font-size:3rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:1px;margin:.4rem 0 .1rem;color:var(--black)}.timer-sub{color:var(--gray-600);font-size:.85rem;font-weight:500}.timer-bar{margin:.75rem 0 .6rem;height:8px;background:var(--gray-200);border-radius:999px;overflow:hidden;max-width:420px}.timer-bar-fill{height:100%;background:linear-gradient(90deg,#16794a,var(--red));transition:width .5s ease}.timer-meta{font-size:.82rem;color:var(--gray-600)}.timer-actions{display:flex;flex-direction:column;gap:.6rem;align-items:stretch;min-width:200px}.btn-big{border:none;border-radius:12px;padding:1rem 2rem;font-size:1.05rem;font-weight:700;color:var(--white);cursor:pointer}.btn-big:disabled{opacity:.6;cursor:not-allowed}.btn-in{background:#16794a}.btn-in:hover:not(:disabled){background:#12613b}.btn-out{background:var(--red)}.btn-out:hover:not(:disabled){background:var(--red-dark)}.btn-half{background:#b45309}.btn-half:hover:not(:disabled){background:#92400e}.btn-big small{display:block;font-size:.7rem;font-weight:500;opacity:.85;margin-top:2px}.daytype-choice{display:flex;flex-direction:column;gap:.6rem}.pill-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.day-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:.2rem .55rem;border-radius:999px}.day-tag.full{background:#e0e7ff;color:#3730a3}.day-tag.half{background:#ffedd5;color:#9a3412}.day-tag.sm{margin-left:4px;font-size:.62rem;padding:.12rem .45rem}.checkout-options{display:flex;flex-direction:column;gap:.5rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:.85rem}.checkout-title{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--gray-600)}.opt-lunch{background:#fef9c3;color:#854d0e;justify-content:flex-start}.opt-break{background:#e5e7eb;color:#374151;justify-content:flex-start}.opt-end{background:var(--black);color:var(--white);justify-content:flex-start}.opt-lunch:hover{background:#fde68a}.opt-break:hover{background:#d1d5db}.opt-end:hover{background:var(--red)}.ended-actions{display:flex;flex-direction:column;gap:.5rem;align-items:center}.ended-note{text-align:center;font-weight:700;color:#15803d;padding:.3rem}.work-pill{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-weight:700;font-size:.8rem}.work-green{background:#dcfce7;color:#15803d}.work-yellow{background:#fef9c3;color:#a16207}.work-red{background:#fee2e2;color:#b91c1c}.delta{font-weight:700;font-size:.82rem}.delta.up{color:#15803d}.delta.down{color:#b91c1c}.dsr-cell{max-width:240px}.dsr-link{background:none;border:none;padding:0;text-align:left;color:var(--black);font:inherit;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dsr-link:hover{color:var(--red);text-decoration:underline}.resume-reminder{background:#fef3c7;border:1px solid #fcd34d;color:#92400e;border-radius:10px;padding:10px 14px;margin-bottom:12px;font-size:.9rem;font-weight:600}.rec-controls{display:flex;align-items:center;gap:10px;margin-bottom:16px}.rec-controls label{font-size:.85rem;font-weight:600;color:var(--gray-600)}.rec-controls select{padding:7px 12px;border-radius:8px;border:1.5px solid var(--gray-200);background:#fff;color:var(--black);font-family:inherit;font-size:.9rem}.rec-count{margin-left:auto;color:var(--gray-400);font-size:.85rem}.rec-month-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:16px}.rec-month-stats>div{display:flex;flex-direction:column;gap:4px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:12px 14px}.rec-stat-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-400);font-weight:600}.rec-stat-val{font-size:1.1rem;font-weight:700;color:var(--black)}.rec-stat-val.up{color:#15803d}.rec-stat-val.down{color:var(--red-dark)}.missed-list{display:flex;flex-direction:column;gap:10px;margin:12px 0}.missed-row{border:1px solid var(--gray-200);border-radius:10px;padding:12px 14px;background:var(--gray-50)}.missed-date{font-weight:700;margin-bottom:8px}.missed-actions{display:flex;flex-wrap:wrap;gap:8px}.missed-actions .btn{background:#fff;border:1.5px solid var(--gray-200);color:var(--black);border-radius:8px;padding:7px 12px;font-weight:600}.missed-actions .btn:hover{border-color:var(--red)}.missed-hint{font-size:.8rem;color:var(--gray-400);margin-bottom:0}.policy-list{display:flex;flex-direction:column;gap:1rem;max-width:760px}.policy-item{display:flex;gap:1rem;background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--red);border-radius:12px;padding:1.1rem 1.25rem}.policy-num{font-size:1.4rem;font-weight:800;color:var(--red);line-height:1;flex-shrink:0}.policy-item h3{margin:0 0 .35rem;font-size:1rem}.policy-item p{margin:0;color:var(--gray-600);font-size:.88rem;line-height:1.5}:root{color-scheme:light;--black: #0d0d0d;--white: #ffffff;--red: #e11d2a;--red-dark: #b3141f;--gray-50: #f6f6f7;--gray-200: #e4e4e7;--gray-400: #a1a1aa;--gray-600: #52525b;font-family:Poppins,system-ui,sans-serif;color:var(--black);background:var(--white)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}button{font-family:inherit;cursor:pointer}input{font-family:inherit}a{color:var(--red);text-decoration:none}
