.app-header{background:#fff;border-bottom:1px solid #f0f0f0;padding:0 32px 0 0;display:flex;justify-content:space-between;align-items:center;height:64px;position:sticky;top:0;z-index:10}.header-left{display:flex;align-items:center;gap:16px}.header-title{font-size:20px;font-weight:600;color:#000}.header-actions{display:flex;align-items:center;gap:24px}.user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .2s}.user-info:hover{background-color:#f5f5f5}.user-name{font-size:14px;font-weight:500;color:#000}@media (max-width: 767px){.app-header{height:56px;padding:0 8px 0 0}.header-left{gap:4px}.header-title{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.app-sidebar{border-right:1px solid #e8e8e8;background:#fafafa!important}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid #e8e8e8;background:#fafafa}.logo-icon{border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;font-weight:700}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:14px;font-weight:600;color:#0a0a0a;line-height:1.2}.logo-subtitle{font-size:11px;color:#8c8c8c;line-height:1.2}.sidebar-section-title{padding:16px 24px 8px;font-size:11px;font-weight:600;color:#8c8c8c;text-transform:uppercase;letter-spacing:.5px}.sidebar-menu{border-right:none;padding:0 12px;background:transparent!important}.sidebar-menu .ant-menu-item{height:40px;line-height:40px;margin:4px 0;border-radius:6px;color:#0a0a0a;font-size:14px}.sidebar-menu .ant-menu-item-selected{background-color:#dce8ff!important;color:#1a4fd8!important;font-weight:500}.sidebar-menu .ant-menu-item-selected .anticon{color:#1a4fd8!important}.sidebar-menu .ant-menu-item-selected:after{display:none}.sidebar-menu .ant-menu-item:hover{background-color:#f0f0f0;color:#0a0a0a}.sidebar-bottom{position:absolute;bottom:0;left:0;right:0;border-top:1px solid #e8e8e8;padding:12px 0;background:#fafafa}.sidebar-menu-bottom{border-right:none;padding:0 12px;background:transparent!important}.sidebar-menu-bottom .ant-menu-item{height:40px;line-height:40px;margin:4px 0;border-radius:6px;display:flex;align-items:center;gap:8px;color:#0a0a0a;font-size:14px}.sidebar-menu-bottom .ant-menu-item:hover{background-color:#f0f0f0;color:#0a0a0a}.sidebar-menu-bottom .ant-menu-item:after{content:"↗";margin-left:auto;font-size:14px;color:#8c8c8c}.main-content{padding:24px;background:#3068ff;min-height:calc(100vh - 112px)}.main-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#fff;color:#00000073;font-size:13px;line-height:24px}.main-footer__copy{color:#00000073}.main-footer__socials{display:flex;gap:16px}.main-footer__link{font-size:20px;color:#00000073;transition:color .2s}.main-footer__link:hover{color:#3068ff}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;animation:backdrop-fade-in .2s ease}@keyframes backdrop-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width: 767px){.main-content{padding:8px;min-height:calc(100vh - 100px)}.main-footer{padding:8px 10px;font-size:12px;line-height:18px;gap:8px}.main-footer__socials{gap:12px}.main-footer__link{font-size:18px}}.tech-req-page{display:flex;flex-direction:column;gap:16px}.tech-req-filters-card{border-radius:8px}.tech-req-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.clear-filters-link{font-size:13px;cursor:pointer}.tech-req-filters-row{display:flex;flex-wrap:wrap;gap:10px}.tech-req-filter-select{min-width:180px;flex:1 1 180px;max-width:280px}.tech-req-table-card{border-radius:8px}.tech-req-table-header{display:flex;align-items:center;margin-bottom:12px}.cell-ellipsis{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:200px}.cell-ellipsis-wide{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:340px}.tech-req-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;font-size:13px;white-space:nowrap}.tech-req-table .ant-table-tbody>tr>td{font-size:13px;vertical-align:top;padding:8px 12px}.tech-req-table .ant-table-tbody>tr:hover>td{background:#f0f7ff}.tech-req-filters-bar{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:4px 2px}.tech-req-filters-drawer .tech-req-filters-row{flex-direction:column;gap:12px}.tech-req-filters-drawer .tech-req-filter-select{width:100%;min-width:0;max-width:none}@media (max-width: 767px){.tech-req-page{gap:8px}.tech-req-table-card .ant-card-body{padding:8px}.tech-req-filters-row{gap:6px}.tech-req-filter-select{min-width:0;flex:1 1 100%;max-width:100%}.tech-req-table .ant-table-tbody>tr>td{padding:6px 8px;font-size:12px}.tech-req-table .ant-table-thead>tr>th{font-size:12px;padding:6px 8px}.cell-ellipsis,.cell-ellipsis-wide{max-width:180px}}.login-page{min-height:100vh;background:#3068ff;display:flex;align-items:center;justify-content:center}.login-card{background:#fff;border-radius:16px;padding:48px 40px 36px;width:100%;max-width:400px;box-shadow:0 8px 40px #3068ff2e;display:flex;flex-direction:column;align-items:center}.login-logo{width:160px;margin-bottom:24px}.login-title{margin-bottom:24px!important;color:#1a1a2e!important}.login-alert{width:100%;margin-bottom:16px}.login-footer-text{margin-top:8px;font-size:12px}.login-card .ant-form{width:100%}.login-card .ant-btn-primary{background:#3068ff;border-color:#3068ff}.login-card .ant-btn-primary:hover{background:#1a4fd6;border-color:#1a4fd6}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)}@-ms-viewport{width:device-width}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}mark{padding:.2em;background-color:#feffe6}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:300 900;font-display:swap;src:url(/fonts/43145459071bf43f-s.p.505423df.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:300 900;font-display:swap;src:url(/fonts/8780dfd0812b997c-s.p.5704523e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Display Fallback;src:local(Arial);ascent-override:102.68%;descent-override:30.76%;line-gap-override:0%;size-adjust:99.15%}@font-face{font-family:Red Hat Text;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/a3fa11cb2bc1e056-s.p.40086c30.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Text;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/012bcfd9b166d28a-s.p.fc62c168.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Text Fallback;src:local(Arial);ascent-override:101.53%;descent-override:30.42%;line-gap-override:0%;size-adjust:100.27%}*{margin:0;padding:0;box-sizing:border-box;font-family:Red Hat Text,Red Hat Text Fallback,Arial,sans-serif!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.ant-btn-primary{background:#3068ff!important;border-color:#3068ff!important;color:#fff!important;transition:all .3s ease}.ant-btn-primary:hover{background:#1a4fd8!important;border-color:#1a4fd8!important;color:#fff!important}.ant-btn-primary:focus{background:#3068ff!important;border-color:#3068ff!important;color:#fff!important}.ant-btn-primary:active{background:#1a4fd8!important;border-color:#1a4fd8!important;color:#fff!important}
