:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f4f5f7;color:#172b4d;--z-sticky-day: 90;--z-sticky: 100;--z-dropdown: 200;--z-drawer: 300;--wl-head-height: 44px}body,html,#root{margin:0;padding:0;height:100%}.app-shell{display:flex;flex-direction:column;height:100dvh;overflow:auto;box-sizing:border-box;padding:16px 16px 32px;gap:12px}.app-header,.uploader-section{flex-shrink:0}.app-header{border:1px solid #c1c7d0;border-radius:8px;background:#fff;padding:8px 16px}.app-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.app-header-brand{display:flex;align-items:center;gap:12px;min-width:0}.app-header-tools{display:flex;align-items:center;gap:8px;flex:none}.app-logo{display:block;height:40px}.header-info-box{padding:0 8px;font-size:14px;color:#42526e;line-height:1.5;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploader{border:2px dashed #c1c7d0;border-radius:8px;padding:24px;background:#fff;text-align:center;transition:border-color .2s ease}.uploader.drag-active{border-color:#0052cc}.uploader-block{display:flex;flex-direction:column;gap:16px}.text-entry textarea{width:100%;resize:vertical;min-height:60px;padding:12px;border:1px solid #c1c7d0;border-radius:6px;font-size:14px;box-sizing:border-box}.text-entry-actions{margin-top:8px}.worklog-table{flex:1;display:flex;flex-direction:column;min-height:0}table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px}thead{background-color:#f0f1f3}th,td{padding:12px;font-size:14px;text-align:left}input,select,button,textarea{font-family:inherit;font-variant-numeric:inherit}input[type=text],input[type=number],input[type=url],input[type=password],input[type=date],select{width:100%;padding:8px 10px;border:1px solid #c1c7d0;border-radius:6px;background:#fff;font-size:14px;box-sizing:border-box}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid #0052cc;outline-offset:2px}input:focus,select:focus,textarea:focus{border-color:#4c9aff;box-shadow:0 0 0 2px #0052cc59}::placeholder{color:#626f86;opacity:1}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:6px;border:1px solid #c1c7d0;background:#f4f5f7;color:#172b4d;cursor:pointer;font-size:14px;transition:background .2s ease,border-color .2s ease}.btn:hover:not(:disabled){background:#ebecf0}.btn:disabled{cursor:not-allowed;background-color:#f4f5f7;border-color:#c1c7d0;color:#626f86}.btn-primary{background:#0052cc;color:#fff;border-color:#0052cc}.btn-primary:hover:not(:disabled){background:#0747a6}.btn-primary:disabled{background-color:#dae2f0;border-color:#c3cfe3;color:#44546f}.btn-danger{background:#ff5630;color:#fff;border-color:#ff5630}.btn-danger:hover:not(:disabled){background:#de350b}.btn-ghost{background:transparent;border:none;font-size:20px;line-height:1;color:#6b778c}.btn-ghost:hover{color:#172b4d}.btn-quiet{padding:6px 12px;font-size:13px;background:#fff}.wl-table-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #091e4214;overflow:hidden;display:flex;flex-direction:column;min-height:0;flex:1}.wl-table-scroll{overflow:auto;flex:1;min-height:200px}.wl-table{width:100%;min-width:1176px;font-variant-numeric:tabular-nums;border-collapse:separate;border-spacing:0;table-layout:fixed;background:#fff;border-radius:0}.wl-head{position:sticky;top:0;z-index:var(--z-sticky);background:#f4f5f7}.wl-head .wl-cell{font-size:12px;font-weight:600;color:#5e6c84;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #dfe1e6;text-align:left;height:calc(var(--wl-head-height) - 26px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wl-cell{padding:12px;vertical-align:top}.wl-head .wl-cell,.wl-day .wl-cell{vertical-align:middle}.wl-cell-checkbox{width:60px;padding:12px 8px}.wl-row-select{display:flex;align-items:center;justify-content:flex-end;gap:8px;height:35px}.wl-cell-date{width:130px}.wl-cell-task{width:280px}.wl-cell-comment{width:auto;min-width:240px}.wl-cell-activity{width:200px}.wl-cell-duration{width:130px;text-align:center}.wl-table tbody .wl-row{background:#fff;transition:background-color .15s ease}.wl-table tbody .wl-row:hover{background:#fafbfc}.wl-table tbody .wl-row-attention,.wl-table tbody .wl-row-attention:hover{background:#f9eed4}.wl-table tbody .wl-row-rejected,.wl-table tbody .wl-row-rejected:hover{background:#fdeae8}.wl-row-attention .wl-cell-checkbox{box-shadow:inset 3px 0 #a54800}.wl-row-rejected .wl-cell-checkbox{box-shadow:inset 3px 0 #ae2a19}.wl-row-marker{display:inline-flex;align-items:center;justify-content:center;flex:none;width:18px;height:18px;border-radius:50%;background:#a54800;color:#fff;font-size:12px;font-weight:700;line-height:1;vertical-align:middle}.wl-row-marker-empty{visibility:hidden}.wl-row-rejected .wl-row-marker{background:#ae2a19}.wl-input-missing{border-color:#d99000;background:#fffbf2}.wl-row-note{display:block;margin-top:4px;font-size:13px;line-height:1.3;color:#6b4e00;overflow-wrap:break-word}.wl-row .wl-cell{border-bottom:1px solid #e8e8e8}.wl-input{width:100%;padding:8px 10px;border:1px solid #dfe1e6;border-radius:6px;background:#fafbfc;color:#172b4d;font-family:inherit;font-size:14px;box-sizing:border-box;transition:background .2s ease,border-color .2s ease}.wl-input:hover:not(:focus){background:#fff;border-color:#b3d4ff}.wl-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#0052cc}.wl-checkbox[aria-disabled=true]{cursor:not-allowed;opacity:.5}.wl-task{position:relative}.wl-task-note{display:block;margin-top:4px;font-size:13px;line-height:1.3;color:#5e6c84;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wl-task-note-missing{color:#ae2a19;white-space:normal;overflow-wrap:break-word}.wl-row-error{display:block;margin-top:4px;font-size:13px;line-height:1.3;color:#ae2a19;overflow-wrap:break-word}.wl-stepper{display:flex;align-items:center;gap:4px}.wl-stepper-btn{width:28px;height:34px;flex:none;padding:0;border:1px solid #dfe1e6;border-radius:6px;background:#fff;color:#172b4d;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.wl-stepper-btn:hover:not(:disabled){background:#f4f5f7;border-color:#4c9aff}.wl-stepper-value{text-align:center;font-weight:500;min-width:0;flex:1;-moz-appearance:textfield}.wl-stepper-value::-webkit-inner-spin-button,.wl-stepper-value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wl-day{position:sticky;top:var(--wl-head-height);z-index:var(--z-sticky-day);background:#fff;font-weight:600}.wl-day .wl-cell{border-bottom:2px solid #dfe1e6;padding-top:10px;padding-bottom:10px;font-size:14px}.wl-table tbody .wl-day-under{background:#fff3cd;color:#6b4e00}.wl-table tbody .wl-day-full{background:#d4edda;color:#10461c}.wl-table tbody .wl-day-over{background:#f8d7da;color:#7a1620}.wl-day-label{letter-spacing:.3px}.wl-day-label:first-letter{text-transform:uppercase}.wl-day-count{font-weight:400}.wl-day-hours{font-size:15px;font-weight:700;text-align:center}.wl-table-foot{padding:16px;border-top:1px solid #e8e8e8;background:#fafbfc}.action-bar{display:flex;align-items:center;gap:16px;font-variant-numeric:tabular-nums;margin-top:12px;padding:12px 16px;border:1px solid #c1c7d0;border-radius:8px;background:#fff;box-shadow:0 -2px 8px #091e4214}.action-bar-submit{font-size:15px;font-weight:500;padding:10px 20px}.action-bar-note{color:#42526e;font-size:14px}.action-bar-outcome{color:#172b4d;font-size:14px;font-weight:500}.action-bar-undo-note{color:#ae2a19;font-size:13px}.action-bar-hint{margin-left:auto;color:#5e6c84;font-size:13px}.user-menu{position:relative;flex:none}.user-menu-trigger{display:flex;align-items:center;gap:10px;padding:6px 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:#172b4d;cursor:pointer;font-size:14px}.user-menu-trigger:hover,.user-menu-trigger[aria-expanded=true]{background:#ebecf0;border-color:#c1c7d0}.user-menu-avatar{width:32px;height:32px;border-radius:50%}.user-menu-name{display:flex;flex-direction:column;align-items:flex-start;line-height:1.3;font-weight:500}.user-menu-label{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-role{font-size:12px;font-weight:400;color:#5e6c84}.user-menu-list{position:absolute;top:calc(100% + 4px);right:0;z-index:var(--z-dropdown);min-width:220px;padding:4px;border:1px solid #c1c7d0;border-radius:8px;background:#fff;box-shadow:0 4px 12px #091e4226}.user-menu-item{display:block;width:100%;padding:8px 12px;border:none;border-radius:4px;background:transparent;color:#172b4d;cursor:pointer;font-size:14px;text-align:left}.user-menu-item:hover{background:#f4f5f7}.user-menu-item-separated{margin-top:4px;border-top:1px solid #dfe1e6;border-radius:0 0 4px 4px}.source-strip{border:1px solid #c1c7d0;border-radius:8px;background:#fff;overflow:hidden}.source-strip-head{display:flex;align-items:center;gap:12px;padding:6px 12px}.source-thumb{width:32px;height:32px;flex:none;object-fit:cover;border:1px solid #dfe1e6;border-radius:4px;background:#f4f5f7}.source-thumb-text{display:flex;align-items:center;justify-content:center;font-weight:700;color:#5e6c84}.source-strip-label{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;font-size:14px}.source-strip-meta{color:#5e6c84;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-strip-actions{display:flex;gap:8px;flex:none}.source-expanded{border-top:1px solid #dfe1e6;padding:12px;background:#fafbfc}.source-full{display:block;max-width:100%;margin:0 auto;border-radius:4px}.source-full-text{margin:0;white-space:pre-wrap;font-family:inherit;font-size:14px;line-height:1.5;color:#172b4d}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge-beta{background:#deebff;color:#0747a6}.alert{border-radius:8px;padding:16px;background:#fff;border:1px solid #c1c7d0;display:flex;flex-direction:column;gap:4px}.alert strong{font-weight:600}.alert-error{border-color:#ff5630;background:#ffebe6;color:#a32919}.alert-success{border-color:#00875a;background:#e3fcef;color:#064}.alert-info{border-color:#0052cc;background:#deebff;color:#0747a6}.empty-state{display:flex;gap:6px;flex-wrap:wrap;color:#5e6c84;font-size:14px}.empty-state strong{color:#172b4d}.spinner{display:inline-flex;gap:8px}.spinner div{width:10px;height:10px;border-radius:50%;background:#0052cc;animation:spinner-bounce .8s infinite alternate}.spinner div:nth-child(2){animation-delay:.2s}.spinner div:nth-child(3){animation-delay:.4s}@keyframes spinner-bounce{0%{transform:translateY(0);opacity:1}to{transform:translateY(-6px);opacity:.6}}.center-block{display:flex;justify-content:center;padding:24px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;align-items:stretch;z-index:var(--z-drawer)}.drawer-backdrop{flex:1;background:#091e4266;cursor:pointer}.drawer-panel{position:relative;background:#fff;width:min(840px,100%);height:100%;box-shadow:-4px 0 12px #091e4226;padding:24px;overflow-y:auto}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.drawer-content,.form-grid{display:flex;flex-direction:column;gap:16px}.form-section-title{margin:0;font-size:14px;font-weight:600;color:#253858}.form-grid label{display:flex;flex-direction:column;gap:6px;font-size:14px}.form-actions{display:flex;gap:8px;margin-top:8px}.dictionary-manager{display:flex;flex-direction:column;gap:12px}.dictionary-table-wrapper{max-height:calc(100vh - 300px);overflow-x:auto;overflow-y:auto;border:1px solid #e1e4e8;border-radius:6px}.dictionary-table{width:100%;border-collapse:collapse;min-width:800px}.dictionary-table th{background:#f4f5f7;text-align:left;font-size:13px;font-weight:600;color:#253858;padding:12px;border:1px solid #e1e4e8}.dictionary-table td{padding:8px 12px;border:1px solid #e1e4e8;vertical-align:top;background:#fff}.dictionary-table input{width:100%}.dictionary-table-actions{white-space:nowrap;text-align:right}.dictionary-table-key-col{width:12%;min-width:110px}.dictionary-table-label-col,.dictionary-table-comment-col{width:38%}.worklog-history{display:flex;flex-direction:column;gap:16px}.worklog-history-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px}.worklog-history-filters label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#6b778c}.worklog-history-filters input[type=date]{min-width:160px}.worklog-history-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;color:#42526e}.worklog-history-total{font-weight:600}.worklog-history-table-wrapper{overflow-x:auto}.worklog-history-table{width:100%;border-collapse:collapse;min-width:600px}.worklog-history-table th,.worklog-history-table td{border:1px solid #e1e4e8}.worklog-history-date{white-space:nowrap}.worklog-history-time{color:#6b778c;font-size:13px;margin-top:2px}.worklog-history-duration{font-weight:600;font-size:14px;margin-top:4px;color:#172b4d}.worklog-history-issue{display:flex;flex-direction:column;gap:6px}.worklog-history-issue-main{display:flex;flex-direction:column;gap:4px}.worklog-history-issue-main code{background:#f4f5f7;padding:2px 6px;border-radius:4px;font-size:13px;width:fit-content}.worklog-history-issue-main span{font-size:13px;color:#42526e}.worklog-history-empty{color:#6b778c;font-style:italic;font-size:13px}.drawer-content section{scroll-margin-top:20px}.drawer-content h2,.drawer-content h3{margin-top:0}.drawer-content p{margin:0}.drawer-content ul,.drawer-content ol{margin:0;padding-left:20px}.drawer-content li{margin-bottom:4px}.help-content{display:flex;flex-direction:column;gap:24px;font-size:14px;line-height:1.6;color:#172b4d}.help-content p{margin:0 0 8px}.help-content p:last-child{margin-bottom:0}.help-content ul,.help-content ol{margin:0 0 8px}.help-content ul:last-child,.help-content ol:last-child{margin-bottom:0}.help-title{margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #0052cc;font-size:20px;font-weight:600;color:#0052cc}.help-subtitle{margin:0 0 8px;font-size:16px;font-weight:600;color:#253858}.help-group-title{margin:0 0 12px;font-size:17px;font-weight:600;color:#253858}.help-question{margin:0 0 6px;font-size:15px;font-weight:600;color:#0052cc}.help-stack{display:flex;flex-direction:column;gap:12px}.help-stack-loose{gap:16px}.help-stack-looser{gap:20px}.help-content .help-steps{display:flex;flex-direction:column;gap:20px;margin:0;padding-left:24px}.help-steps>li::marker{font-weight:600;color:#0052cc}.help-faq-item{padding:12px;border-radius:6px;background:#fafbfc}.help-term+.help-term{padding-top:12px;border-top:1px solid #ebecf0}.help-term-split{display:grid;grid-template-columns:180px 1fr;gap:8px}.help-term strong{display:block;margin-bottom:4px}.help-term-split strong{margin-bottom:0}.help-content .help-hint{margin:8px 0 0;font-size:13px;color:#6b778c}.help-content .help-hint-boxed{padding:8px;border-radius:4px;background:#fff;font-style:italic}.help-content .help-note{margin:8px 0 0;padding:8px;border-radius:4px;font-size:13px}.help-note-warning{background:#fff3cd}.help-note-success{background:#e3fcef;color:#064}.help-alert{padding:10px;border-radius:4px}.help-alert strong{display:block;margin-bottom:4px}.help-alert-success{background:#e3fcef;border:1px solid #00875a}.help-alert-success strong{color:#064}.help-alert-error{background:#ffebe6;border:1px solid #ff5630}.help-alert-error strong{color:#a32919}.help-alert-info{background:#deebff;border:1px solid #0052cc}.help-alert-info strong{color:#0747a6}.help-tone-under{color:#856404}.help-tone-full{color:#155724}.help-tone-over{color:#721c24}.help-outro{padding:20px;border-radius:8px;background:#deebff}.help-outro-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#0052cc}.help-outro-list{line-height:1.8}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.ta-action:hover{background:#deebff}
