:root{--color-bg: #f6f8fa;--color-bg-light: #fafbfc;--color-border: #e5e7eb;--color-primary: #2563eb;--color-primary-light: #3b82f6;--color-text: #22223b;--color-text-light: #6b7280}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--color-bg);color:var(--color-text)}h2{color:var(--color-primary);margin-top:0}button{background:var(--color-primary);color:#fff;border:none;border-radius:4px;padding:.5rem 1.2rem;font-size:1rem;cursor:pointer;transition:background .2s}button:hover{background:var(--color-primary-light)}#root>div{box-sizing:border-box;min-height:100vh}.login-page-container{display:flex;justify-content:center;align-items:center;min-height:80vh;background-color:#f7fafc}.login-card{background-color:#fff;padding:2rem 2.5rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;width:100%;max-width:400px}.login-card h2{text-align:center;margin-bottom:1.5rem;color:#1f2937;font-size:1.5rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;box-sizing:border-box}.login-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666}.login-button{width:100%;padding:.75rem;border:none;border-radius:6px;background-color:#3b82f6;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.login-button:hover{background-color:#2563eb}.login-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.8}.login-spinner{border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top:3px solid #fff;width:18px;height:18px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-error{color:#ef4444;text-align:center;margin-top:.5rem;font-size:.875rem}.dashboard-container{max-width:900px;margin:2rem auto;padding:1rem}.dashboard-title{text-align:center;font-size:2rem;color:#1f2937;margin-bottom:2.5rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{display:block;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.card-content{padding:1.5rem}.card-title{font-size:1.25rem;font-weight:600;color:#3b82f6;margin-top:0;margin-bottom:.5rem}.card-description{font-size:.9rem;color:#4b5563;line-height:1.5}.toggle-button{background-color:#e2e8f0;color:#4a5568;border:1px solid #cbd5e0;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease-in-out;display:flex;align-items:center;white-space:nowrap}.toggle-button:hover:not(.active){background-color:#cfdae6}.toggle-button.active{background-color:#2563eb;color:#eeeaea;border-color:#1d4ed8}.toggle-button.active:hover{background-color:#457ffc}.toggle-button-count{margin-left:8px;border-radius:9999px;line-height:1}.header-actions-divider{width:1px;height:24px;background-color:#d1d5db;margin:0 8px}.header-actions-count{font-size:.9rem;color:#4b5563;white-space:nowrap}.contract-list-container{padding:24px}.contract-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.contract-list-title{font-size:24px;font-weight:700;margin:0}.header-actions{display:flex;align-items:center;gap:8px}.table-container{overflow-x:auto}.contract-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;table-layout:fixed}.table-header-cell{padding:12px 16px;text-align:left;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;font-size:.85rem;font-weight:600;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;word-break:break-word}.table-header-content{display:flex;align-items:center;gap:4px}.sort-indicator{font-size:12px;color:#6b7280}.contract-row{cursor:pointer;transition:background-color .2s}.contract-row:hover{background-color:#f3f4f6}.contract-cell{font-size:.9rem;padding:12px 16px;border-bottom:1px solid #e5e7eb;word-break:break-word}.contract-table th:nth-child(1),.contract-table td:nth-child(1){width:25%;min-width:220px}.contract-table th:nth-child(2),.contract-table td:nth-child(2){width:25%;min-width:220px}.contract-table th:nth-child(3),.contract-table td:nth-child(3){width:15%;min-width:150px}.contract-table th:nth-child(4),.contract-table td:nth-child(4){width:15%;min-width:150px}.contract-table th:nth-child(5),.contract-table td:nth-child(5),.contract-table th:nth-child(6),.contract-table td:nth-child(6){width:10%;min-width:120px}.contract-table th:nth-child(7),.contract-table td:nth-child(7){width:100px;min-width:100px}.contract-row.currently-open-contract{background-color:#e0f2fe;border-left:4px solid #3b82f6}.contract-row.currently-open-contract:hover{background-color:#e0f2fe}.filter-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.filter-select,.filter-input{border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-size:14px;background-color:#fff;color:#1f2937}.filter-select{flex:1;min-width:150px}.filter-input{flex:2;min-width:200px}.filter-delete-btn{background-color:transparent;border:1px solid #d1d5db;color:#6b7280;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;line-height:1;transition:background-color .2s,color .2s,border-color .2s}.filter-delete-btn:hover{background-color:#fee2e2;color:#b91c1c;border-color:#fecaca}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.contract-detail-container{padding:24px}.detail-grid{display:grid;grid-template-columns:70fr 30fr;gap:2rem;width:100%;height:calc(100vh - 150px)}.metadata-panel{background-color:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a;overflow-y:auto}.right-panel{display:flex;flex-direction:column}.pdf-viewer-wrapper{height:100%}.detail-header{margin-bottom:20px}.detail-title{font-size:24px;font-weight:700;margin-bottom:24px}.detail-subtitle{font-size:18px;font-weight:600;margin-bottom:16px}.back-button{display:inline-flex;align-items:center;padding:8px 16px;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;gap:8px;transition:background-color .2s}.back-button:hover{background-color:#e5e7eb}.divider{margin:24px 0;border:none;border-top:1px solid #e5e7eb}.status-badge-detail{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:14px;text-align:center}.status-badge-detail.status-open{background-color:#fef9c3;color:#854d0e}.status-badge-detail.status-done{background-color:#dcfce7;color:#166534}.status-badge-detail.status-unknown{background-color:#f3f4f6;color:"#374151"}.metadata-field{margin-bottom:16px}.metadata-label{color:#6b7280;font-size:14px;margin-bottom:4px}.metadata-value{color:#111827;font-size:16px}.metadata-input{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:16px;color:#111827;background-color:#fff;transition:border-color .2s,box-shadow .2s}.metadata-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.metadata-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.error-message{color:#dc2626;margin-top:12px}.success-message{color:#16a34a;margin-top:12px}.document-selection-panel{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff}.document-selector{display:flex;align-items:center;padding:12px 16px;margin-top:8px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:background-color .2s,border-color .2s;font-weight:500}.document-selector:hover{background-color:#f9fafb;border-color:#9ca3af}.document-selector.active{background-color:#e0e7ff;border-color:#4f46e5;color:#4f46e5}.document-selector.disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.7}.doc-icon{margin-right:12px;font-size:1.2rem}.minimize-button:hover{background-color:#f9fafb}.form-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.detail-title{font-size:1.75rem;font-weight:600;color:#111827;word-break:break-all}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem;margin-top:1.5rem;margin-bottom:1.5rem}.divider{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.line-items-container{margin-top:2.5rem}.line-items-title{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.table-wrapper{overflow-x:auto;border:1px solid #d1d5db;border-radius:8px}.line-items-table{width:100%;border-collapse:collapse;font-size:.875rem}.line-items-table th,.line-items-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb}.line-items-table th{background-color:#f9fafb;font-weight:600;color:#4b5563}.line-items-table tr:last-child td{border-bottom:none}.line-item-input{width:100%;padding:4px 0;border:none;background-color:transparent;font-family:inherit;font-size:inherit;color:inherit}.line-item-input:focus{outline:none;background-color:#eff6ff}.line-item-input:disabled{background-color:transparent;cursor:not-allowed}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.contract-navigation{display:flex;gap:.5rem}.nav-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:50%;font-size:1.5rem;font-weight:700;line-height:1;cursor:pointer;transition:background-color .2s}.nav-button:hover:not(:disabled){background-color:#3b82f6}.nav-button:disabled{background-color:#93c5fd;cursor:not-allowed;opacity:.6}.form-actions{display:flex;align-items:center;gap:1rem;margin-top:2.5rem}.save-button{width:.5;flex-grow:1;padding:.75rem 1.5rem;border:none;border-radius:6px;background-color:#2563eb;color:#fff;font-weight:500;text-align:center;cursor:pointer;transition:background-color .2s}.save-button:hover:not(:disabled){background-color:#3b82f6}.save-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.7}.back-button-bottom{width:auto;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;background-color:#f3f4f6;border:1px solid #d1d5db;color:#374151;white-space:nowrap}.back-button-bottom:hover{background-color:#e5e7eb}.add-row-button{margin-top:1rem;padding:8px 16px;border:1px dashed #9ca3af;border-radius:6px;background-color:transparent;cursor:pointer;color:#4b5563;font-weight:500;transition:all .2s}.add-row-button:hover:not(:disabled){background-color:#f9fafb;border-color:#4b5563}.add-row-button:disabled{cursor:not-allowed;opacity:.5}.page-container{padding:2rem;font-family:sans-serif}.data-table{width:100%;border-collapse:collapse;margin-top:1rem}.data-table th,.data-table td{border:1px solid #e0e0e0;padding:8px 12px;text-align:left}.data-table th{background-color:#f5f5f5}.clickable-row{cursor:pointer}.clickable-row:hover{background-color:#f0f8ff}.error-message{color:red}.filter-panel-container{background-color:#f9f9f9;border:1px solid #e0e0e0;padding:15px;margin-bottom:20px;border-radius:5px}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.filter-header h3{margin:0;font-size:1.1em;color:#333}.filter-button{background-color:transparent;border:none;color:#007bff;cursor:pointer;margin-left:10px;font-size:.9em}.filter-button:hover{text-decoration:underline}.filter-controls-container{display:flex;flex-direction:column;gap:10px}.filter-row{display:flex;gap:10px;align-items:center}.filter-select,.search-input{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:.9em}.filter-select{min-width:120px}.search-input{flex-grow:1}.remove-filter-button{background-color:#dc3545;color:#fff;border:none;border-radius:4px;padding:8px 12px;cursor:pointer;font-weight:700}.remove-filter-button:hover{background-color:#c82333}.add-filter-button{background-color:#007bff;color:#fff;border:none;border-radius:4px;padding:10px 15px;cursor:pointer;margin-top:10px;align-self:flex-start}.add-filter-button:hover{background-color:#0056b3}.page-container{padding:2rem;background-color:#f9f9f9}.detail-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.fields-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.form-field{position:relative;display:flex;flex-direction:column}.form-field label{font-size:.8rem;color:#666;margin-bottom:4px}.form-field input{padding:8px;border:1px solid #ccc;border-radius:4px;background-color:#f4f4f4}.form-field.highlight-error input{border-color:red;box-shadow:0 0 3px red}.error-icon{position:absolute;top:0;right:5px;color:red;font-weight:700;font-size:1.2rem;cursor:help}.form-actions{margin-top:2rem;display:flex;gap:1rem}.form-actions button{padding:10px 20px;border:1px solid #ccc;border-radius:4px;cursor:pointer}.form-actions button.primary{background-color:#007bff;color:#fff;border-color:#007bff}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.section-divider{border:none;border-top:1px solid #e5e7eb;margin:0 0 2rem}.nav-arrows{position:absolute;top:95px;right:50px;display:flex;gap:10px}.nav-arrows button{background-color:#007bff;border:1px solid #535353;border-radius:50%;width:40px;height:40px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.nav-arrows button:hover:not(:disabled){background-color:#e0e0e0}.nav-arrows button:disabled{color:#ccc;cursor:not-allowed}
