html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-height:100vh;background:#f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{color:#1f2937}#root{min-height:100vh}.access-form-container{width:100%;min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;padding:40px 20px}.form-header{max-width:1200px;margin:0 auto 40px;padding:30px 40px;background:#e0f2fe;border-radius:8px;border:1px solid #bae6fd}.form-header h2{color:#1f2937;font-size:28px;margin-bottom:10px}.form-header p{color:#6b7280;font-size:16px}.access-form{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:40px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a}.access-form label{display:flex;flex-direction:column;font-weight:500;color:#1f2937;gap:8px}.access-form label .required{color:#ef4444;display:inline;margin-left:2px}.label-text{display:flex;align-items:center;gap:4px}.access-form input,.access-form textarea,.access-form select{background:#fff;border:1px solid #d1d5db;color:#1f2937;padding:10px 12px;border-radius:4px;width:100%;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.access-form input::placeholder,.access-form textarea::placeholder{color:#9ca3af}.access-form input:focus,.access-form textarea:focus,.access-form select:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f633!important}.access-form select{color:#1f2937;background:#fff;cursor:pointer}.access-form select option{color:#1f2937;background:#fff}.access-form .ant-picker{background:#fff!important;border:1px solid #d1d5db!important;border-radius:4px!important;width:100%!important;transition:border-color .2s,box-shadow .2s!important}.access-form .ant-picker-input{color:#1f2937!important;padding:10px 12px!important;font-size:14px!important;font-family:inherit!important}.access-form .ant-picker input{color:#1f2937!important;font-family:inherit!important;font-size:14px!important}.access-form .ant-picker input::placeholder{color:#9ca3af!important}.access-form .ant-picker:hover{border-color:#3b82f6!important}.access-form .ant-picker-focused{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.access-form input:focus,.access-form textarea:focus,.access-form select:focus{border-color:#000;box-shadow:0 0 0 3px #0000001a;outline:none}.access-form button{grid-column:1 / -1;margin-top:20px;background:#bae6fd;color:#000;border:none;padding:10px 32px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .2s,transform .2s;width:fit-content;align-self:center}.access-form button:hover{background:#374151;transform:translateY(-1px)}.access-form button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.repo-selector{grid-column:1 / -1;margin:0;padding:16px;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;display:flex;flex-direction:column;gap:12px}.repo-selector .section-label{font-size:16px;margin:0;display:block;color:#1f2937;font-weight:600}.org-group{margin:0;padding:0}.org-header{display:flex;align-items:center;gap:10px;cursor:pointer;width:100%;padding:8px 0}.org-name{font-weight:600;color:#1f2937;text-align:left}.repo-list{padding-left:28px;margin-top:8px;display:flex;flex-direction:column;gap:6px}.repo-list .repo-item{display:flex;flex-direction:row!important;align-items:center;justify-content:flex-start;gap:8px;cursor:pointer;color:#1f2937;width:fit-content}.repo-item span{display:inline-block}.repo-selector input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:#3b82f6}.org-header input{accent-color:#3b82f6}@media(max-width:768px){.access-form{grid-template-columns:1fr;gap:16px;padding:24px}.form-header{padding:0 0 16px}.form-header h2{font-size:24px}.form-header p{font-size:14px}.access-form-container{padding:20px 16px}}@media(max-width:480px){.access-form{grid-template-columns:1fr;gap:12px;padding:16px}.form-header{margin-bottom:24px;padding-bottom:12px}.form-header h2{font-size:20px;margin-bottom:8px}.form-header p{font-size:13px}.access-form-container{padding:16px 12px}.access-form label{font-size:14px}.access-form input,.access-form textarea,.access-form select{font-size:16px}.access-form button{padding:10px 24px;font-size:14px}.repo-selector{padding:12px}.repo-list{padding-left:24px}}
