:root{color-scheme:light;color:#1a1a1a;background-color:#f9fafb;--brand-primary: #1a1a1a;--brand-sidebar-bg: #1a1a1a;--brand-accent: #10b981;--brand-bg: #f9fafb;--brand-surface: #ffffff;--brand-text: #1a1a1a;--brand-muted-text: #6b7280;--brand-border: #e5e7eb}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--brand-text)}a{font-weight:500;color:#1a1a1a;text-decoration:inherit}a:hover{color:#1a1a1a}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9fafb;cursor:pointer;transition:border-color .25s}button:hover{border-color:#1a1a1a}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){a:visited{color:#1a1a1a}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}input[type=text],input[type=email],input[type=number],input[type=search],textarea,select{background:#fff;color:#111827}input::placeholder,textarea::placeholder{color:#6b7280}select option{background:#fff;color:#111827}.modal-close-btn:hover{background-color:#f3f4f6!important}.custom-checkbox{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.custom-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox .checkmark{position:relative;height:16px;width:16px;background-color:#fff;border:2px solid #1a1a1a;border-radius:3px;flex-shrink:0}.custom-checkbox:hover .checkmark{border-color:#4b5563}.custom-checkbox input[type=checkbox]:checked~.checkmark{background-color:#fff;border-color:#1a1a1a}.custom-checkbox .checkmark:after{content:"";position:absolute;display:none;left:4px;top:1px;width:4px;height:8px;border:solid #1a1a1a;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox input[type=checkbox]:checked~.checkmark:after{display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
