:root{font-family:Arial,sans-serif;background-color:#f4f5f7;color:#172b4d}body,html,#root{margin:0;padding:0;height:100%}.app-shell{display:flex;flex-direction:column;min-height:100vh;padding:16px 16px 32px;gap:16px}.header-info-box{border:1px solid #c1c7d0;border-radius:8px;background:#fff;padding:12px 16px;font-size:14px;color:#42526e;line-height:1.5}.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}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}tbody tr:nth-child(2n){background:#f7f8f9}tbody tr:hover{background:#edf2ff}tbody tr:nth-child(odd){background:#fff}input,select,button,textarea{font-family: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,select:focus,textarea:focus{outline:2px solid #0052cc;border-color:transparent}.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;opacity:.6}.btn-primary{background:#0052cc;color:#fff;border-color:#0052cc}.btn-primary:hover:not(:disabled){background:#0747a6}.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}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding-bottom:8px;margin-bottom:16px}.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}.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:1000}.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 tbody tr:nth-child(2n) td{background:#fafbfc}.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}
