:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--danger-color: #dc2626;--danger-hover: #b91c1c;--background-color: #f8fafc;--panel-color: #ffffff;--border-color: #e2e8f0;--text-color: #1e293b;--text-light: #64748b;--success-color: #16a34a;--nav-button-bg: #e2e8f0;--nav-button-text: #4b5563;--error-color: #ef4444;--error-bg: #fee2e2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color)}.app-container{max-width:1600px;margin:0 auto;padding:1rem}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}nav{display:flex;gap:.5rem}nav button{padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:.25rem;cursor:pointer;transition:all .2s}.nav-button{background-color:var(--nav-button-bg);color:var(--nav-button-text);font-weight:500}.nav-button:hover{background-color:var(--border-color)}nav button.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}main{grid-template-columns:1fr 400px;gap:2rem}.content-area{background-color:var(--panel-color);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;width:100%}.create-form{background-color:var(--panel-color);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;position:relative}.table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filter-indicator{font-size:.9rem;color:var(--text-light);font-weight:400;margin-left:.5rem}h1{font-size:1.5rem;font-weight:600}h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.data-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.data-table th,.data-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border-color)}.data-table th{font-weight:600;background-color:var(--background-color)}.actions{display:flex;gap:.5rem}button{padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-size:.875rem;transition:background-color .2s}button:hover{background-color:var(--primary-hover)}button.delete{background-color:var(--danger-color)}button.delete:hover{background-color:var(--danger-hover)}button:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-weight:500}input,textarea{width:100%;padding:.5rem;border:1px solid var(--border-color);border-radius:.25rem;font-family:inherit;font-size:inherit}textarea{resize:vertical;font-family:monospace}pre{background-color:var(--background-color);padding:1rem;border-radius:.25rem;overflow-x:auto;font-family:monospace;font-size:.875rem;line-height:1.5}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem}.loading{display:flex;justify-content:center;align-items:center;height:200px;font-style:italic;color:var(--text-light)}.error-container{margin-bottom:1.5rem;position:relative}.error-message{background-color:var(--error-bg);color:var(--error-color);padding:.75rem 1rem;border-radius:.25rem;margin-bottom:1rem;border-left:4px solid var(--error-color);font-size:.875rem}.close-error{position:absolute;top:.5rem;right:.5rem;background:none;color:var(--error-color);font-size:1rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;padding:0}.close-error:hover{background-color:#ef44441a}@media (max-width: 1024px){main{grid-template-columns:1fr}header{flex-direction:column;align-items:flex-start;gap:1rem}.actions{flex-wrap:wrap}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:1rem}.auth-container{width:100%;max-width:28rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:2rem}.auth-header{margin-bottom:1.5rem;text-align:center}.auth-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.auth-subtitle{font-size:1rem;color:#6b7280;font-weight:400}.auth-form{margin-top:2rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:1rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.625rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#111827;background-color:#f9fafb;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-button{width:100%;padding:.625rem;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out;margin-top:.5rem}.auth-button:hover{background-color:#1d4ed8}.auth-button:disabled{background-color:#93c5fd;cursor:not-allowed}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#6b7280}.auth-toggle{margin-left:.5rem;color:#2563eb;font-weight:500;background:none;border:none;padding:0;cursor:pointer;transition:color .15s ease-in-out}.auth-toggle:hover{color:#1d4ed8;text-decoration:underline}.auth-error{padding:.75rem;background-color:#fef2f2;color:#dc2626;border-radius:.375rem;display:flex;align-items:center;font-size:.875rem;margin-bottom:1rem}.auth-error-icon{width:1.25rem;height:1.25rem;margin-right:.5rem;flex-shrink:0}.forgot-password{font-size:.75rem;color:#6b7280;text-decoration:none;transition:color .15s ease-in-out}.forgot-password:hover{color:#2563eb;text-decoration:underline}.react-js-cron{display:flex;align-items:flex-start;flex-wrap:wrap}.react-js-cron>div,.react-js-cron-field{display:flex;align-items:center}.react-js-cron-field{margin-bottom:10px}.react-js-cron-field>span{margin-left:5px}div.react-js-cron-select{margin-left:5px}.react-js-cron-select.react-js-cron-select-no-prefix{margin-left:0}.react-js-cron-select .ant-select-selection-wrap{position:relative;align-items:center}.react-js-cron-select .ant-select-selection-overflow:has(>:nth-child(-n+1):last-child){position:absolute;top:0;left:0}.react-js-cron-select .ant-select-selection-placeholder{margin-top:-2px}div.react-js-cron-error .react-js-cron-select .ant-select-selector{border-color:#ff4d4f;background:#fff6f6}div.react-js-cron-custom-select{min-width:70px;z-index:1}div.react-js-cron-error div.react-js-cron-custom-select{background:#fff6f6}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-left:11px;padding-right:30px}.react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-right:11px}div.react-js-cron-custom-select .ant-select-selection-search{width:0!important;margin:0!important}div.react-js-cron-custom-select .ant-select-selection-placeholder{position:static;top:50%;right:auto;left:auto;transform:none;transition:none;opacity:1;color:inherit}.react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder,.react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder{opacity:.4}.react-js-cron-custom-select-dropdown{min-width:0!important;width:174px!important}.react-js-cron-custom-select-dropdown .rc-virtual-list{max-height:none!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder{max-height:initial!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner{display:grid!important;grid-template-columns:repeat(4,1fr)}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content{text-align:center}.react-js-cron-custom-select-dropdown-hours-twelve-hour-clock{width:260px!important}.react-js-cron-custom-select-dropdown-minutes-large{width:300px!important}.react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner{grid-template-columns:repeat(6,1fr)}.react-js-cron-custom-select-dropdown-minutes-medium{width:220px!important}.react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner{grid-template-columns:repeat(5,1fr)}.react-js-cron-period>span:first-child{margin-left:0!important}.react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.react-js-cron-select-dropdown-period{min-width:0!important;width:auto!important}.react-js-cron-clear-button{margin-left:10px;margin-bottom:10px}.react-js-cron-disabled .react-js-cron-select.ant-select-disabled{background:#f5f5f5}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow{align-items:center;flex:initial}
