@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Readex+Pro:wght,HEXP@357,50.3&display=swap";@import"https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Readex+Pro:wght,HEXP@357,70&display=swap";*{margin:0;padding:0;box-sizing:inherit;transition:background-color .3s}html{box-sizing:border-box;font-size:10px}@media(max-width:1200px){html{font-size:9px}}@media(max-width:768px){html{font-size:8px}}@media(max-width:576px){html{font-size:7px}}@media(min-width:1800px){html{font-size:12px}}body{font-family:Poppins,sans-serif;font-weight:400;color:var(--color-text);background-color:var(--color-background)}button{border:none;background:none;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}dialog{border:none}input:focus,select:focus,textarea:focus{outline:none}input,button{font-family:inherit}:root{--color-primary: #03162b;--color-primary-hover: #021120;--color-primary-active: #010b15;--color-primary-gradient: linear-gradient(90deg, var(--color-primary), var(--color-primary-active));--color-secondary: #6b7280;--color-secondary-hover: #5f6673;--color-secondary-active: #9ca3af;--color-secondary-gradient: linear-gradient(90deg, var(--color-secondary-active), var(--color-secondary));--color-secondary-btn-gradient: linear-gradient(90deg, var(--color-secondary), var(--color-secondary-active), var(--color-secondary));--color-text: #1a1a1a;--color-text-secondary: #6b7280;--color-text-light: #9ca3af;--color-border: #e0e0e0;--color-green: #16A34A;--color-green-bg: #DCFCE7;--color-blue: #2563EB;--color-blue-bg: #DBEAFE;--color-red: #DC2626;--color-red-bg: #FEE2E2;--color-orange: #EA580C;--color-orange-bg: #FFEDD5;--color-extreme-1: #fff;--color-extreme-1-50: #ffffff50;--color-background: #e9e9ef;--shadow-bar: 0 0 10px rgba(0, 0, 0, .3);--shadow-card: 0 4px 12px rgba(0, 0, 0, .15);--shadow-card-secondary: 0 4px 10px #2d77ac90;--shadow-card-green: 0 4px 10px #3ead6390;--shadow-btn: 0 4px 10px rgba(0, 0, 0, .3);--shadow-btn-hover: 0 4px 9px rgba(0, 0, 0, .3)}.bg-body-tertiary{background-color:var(--color-background)!important}.app{display:flex;flex-direction:column;min-height:100dvh;position:relative}.container{flex:1 1 auto;display:flex;flex-direction:column;max-width:unset!important;padding:unset!important}.center{display:flex;align-items:center;justify-content:center}.layout{display:flex;flex:1 1 auto;flex-direction:column;padding:2rem;gap:1rem;justify-content:center}::-webkit-scrollbar{width:.2rem;height:.2rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-hover)}.visx-group{padding:2rem}.react-transform-component{flex:1 1 auto;width:100%!important;height:100%!important}.topbar{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 2rem;box-shadow:var(--shadow-bar);background-color:var(--color-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;position:sticky;top:0;transition:visibility .3s ease-in-out}.topbar__info{cursor:pointer;width:2.5rem;height:2.5rem;margin-right:1rem;color:var(--color-extreme-1);transition:all .3s ease}.topbar__info:hover{box-shadow:0 0 8px var(--color-secondary);border-radius:50%}.topbar__info:active{transform:scale(.95);box-shadow:0 0 4px var(--color-secondary-hover)}.topbar__title-container{display:flex;align-items:center;gap:1.2rem;cursor:pointer;color:var(--color-extreme-1)}.topbar__title{font-size:4.8rem;line-height:1;margin:0;font-weight:300}.topbar__sub-title{display:flex;flex-direction:column;justify-content:center;gap:0}.topbar__sub-title p{margin:0;font-style:italic;font-size:1.2rem;line-height:1;font-weight:500}.topbar__logo{width:100%;max-width:35rem;margin-bottom:4rem}.title{font-family:Poppins,sans-serif!important}.title__primary{font-size:2rem;margin-bottom:1rem;background:var(--color-primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.title__secondary{background:var(--color-secondary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.title__container-secondary{background-color:var(--color-secondary);padding:1rem 4rem;border-radius:4rem}.title__top-margin{margin-top:2rem}.arabic{font-family:Beiruti,sans-serif!important}.h4{font-size:2.2rem;font-weight:500}.h2{font-size:3.5rem;font-weight:800}.h6{font-size:1.8rem;font-weight:500}.subtitle{font-size:2rem;font-weight:500;color:var(--color-text);margin-top:1rem;margin-bottom:2rem}.text-primary{color:var(--color-primary)}.modal{position:fixed;width:100vw!important;height:100vh!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);top:0;left:0;z-index:1500;opacity:1;display:flex!important;background-color:#0000004d;justify-content:flex-end;transition:opacity .2s .1s;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none}.modal--open{opacity:1;pointer-events:all}.modal-content{display:flex;flex-direction:column;align-items:center;background:#fff;padding:2rem;border-radius:1rem;width:90%;max-width:65rem;max-height:75rem;position:relative;scale:.6;opacity:0;transition:scale .2s ease-in-out .1s,opacity .3s .1s;overflow-y:auto}.modal-content--open{scale:1;opacity:1}.modal-content p{font-size:1.4rem;text-align:justify}.footer{width:100%;padding:1rem 2rem;background:var(--color-primary);color:#fff;text-align:center;font-size:1.6rem;display:inline-block}.footer__link{position:relative;color:#fff;text-decoration:none;font-size:1.6rem;display:inline-block;transition:transform .3s ease,color .3s ease;margin-right:.8rem;cursor:pointer}.footer__link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease,color .3s ease}.footer__link:hover,.footer__link:active{color:#fde35a;transform:scale(1.05)}.footer__link:hover:after,.footer__link:active:after{transform:scaleX(1);transform-origin:left}.privacy-policy__title{font-size:2.2rem;font-weight:500;color:var(--color-primary)}.privacy-policy__text{font-size:1.6rem;text-align:justify}.text-center{text-align:center}.full-page-loader__message{font-size:1.4rem;font-weight:500;text-align:center;color:var(--color-primary);margin-top:1.5rem}.actions{display:flex;flex-direction:row-reverse;justify-content:space-between;gap:1rem;margin-top:2rem}.legends{display:flex;gap:1rem;padding:2rem}.legends .legend-item{flex:1 1 100%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;font-size:1.4rem;font-weight:500;border-radius:1rem}.legends .legend-item--r{background-color:var(--color-red-bg)}.legends .legend-item--b{background-color:var(--color-blue-bg)}.legends .legend-item--c{background-color:var(--color-green-bg)}.legends .legend-item--i{background-color:var(--color-orange-bg)}.home{display:flex;flex-direction:column;padding:1rem 4rem;flex:1 1 100%}.home__for-container{display:flex;gap:1rem;flex-wrap:wrap;border-radius:1rem;background-color:#fff;padding:.5rem 1rem;width:max-content;margin:1rem 0}.home__for-tag{font-size:1.2rem;font-weight:500;cursor:default;transition:all .2s ease}.home__for-tag:not(:last-child){border-right:2px solid var(--color-background);padding-right:1rem}.home__content-container{display:flex;gap:2rem;flex:1 1 auto}@media(max-width:768px){.home__content-container{flex-direction:column}}.home__form{display:flex;flex-direction:column;justify-content:center;padding:1.5rem 3.5rem;border-radius:1rem;box-shadow:var(--shadow-card);background-color:#fff;flex:1 1 35%}@media(max-width:768px){.home__form{gap:3rem;min-height:45rem}}.home__form-description{font-size:1.2rem;color:var(--color-text-secondary)}.home__form-container{display:flex;flex-direction:column;justify-content:center;gap:3.5rem;margin-top:2rem}.home__form-select-container{display:flex;align-items:center;justify-content:space-evenly;gap:1.5rem}.home__form-select-label{color:var(--color-text-secondary);cursor:pointer}.home__preview{flex:1 1 60%;background-color:#fff;border-radius:1rem;box-shadow:var(--shadow-card);padding:1.5rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.home__preview img{max-width:38rem;padding:2rem 0;align-self:center;max-height:min-content}@media(max-width:768px){.home__preview img{max-width:35rem}}.home__preview-title{font-size:1.8rem;font-weight:500}.home__preview-text{font-size:1.2rem;color:var(--color-text-secondary)}.home__preview-image{flex:1 1 100%;max-height:40rem}.home__note{font-size:1rem;color:var(--color-text-secondary);padding:0 .5rem}.step__container{display:flex;flex-direction:column;gap:.5rem}.step__title{font-size:2rem;font-weight:500}.step__description{font-size:1.2rem;color:var(--color-text-secondary);font-weight:500}.obp__content{height:100vh;overflow:hidden}.obp__content iframe{height:100%;width:100%}.department-breakdown{display:flex;flex-direction:column;padding:2rem}.department-breakdown__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(40rem,1fr));gap:2rem;margin:2rem;margin-bottom:auto}.department-breakdown__card{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.department-breakdown__card h2{font-size:2.2rem;font-weight:500;padding:.5rem 1rem}.department-breakdown__card p{font-size:1.6rem;font-weight:500}.raci-matrix__content{flex:1 1 auto}.results{display:flex;flex-direction:column;padding:.5rem 4rem;flex:1 1 auto}@media(max-width:768px){.results{padding:.5rem 3rem}}.results__content{display:flex;flex:1 1 auto;gap:2rem;margin-bottom:2rem}.results__left-panel{flex:1 1 auto;display:flex;flex-direction:column;gap:2rem;overflow:auto;transition:max-width .3s ease}.results__left-panel--narrow{max-width:70vw}.results__right-panel{flex:1 1 auto;display:grid;transition:all .3s ease;grid-template-columns:0fr;overflow:hidden}.results__right-panel--open{grid-template-columns:1fr}.results__floating-back{position:fixed;top:8rem;right:2rem;z-index:1300;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--color-extreme-1);box-shadow:var(--shadow-bar)}.header-options{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 0;border-radius:1rem;margin-bottom:.5rem}.header-options__tag{font-size:1.4rem;color:var(--color-text-secondary);padding:.5rem 1rem;border-radius:1rem;background-color:var(--color-background);box-shadow:var(--shadow-card);text-transform:capitalize}.header-options__tag-label{font-weight:600;margin-left:.5rem;border-left:1px solid var(--color-text-secondary);padding-left:.5rem}.org-chart-section{display:flex;flex-direction:column}.org-chart-section__content{flex:1 1 auto;background-color:#fff;box-shadow:var(--shadow-card);min-height:38rem;position:relative;border-radius:1rem;overflow:hidden}.org-chart__controls{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;padding:.5rem;z-index:1;background-color:#fff;border-radius:1rem;box-shadow:var(--shadow-card)}.org-chart__controls button{color:#000}.tabs-section{display:flex;flex-direction:column;flex:1 1 auto;background-color:#fff;border-radius:1rem;box-shadow:var(--shadow-card);padding:2rem 1rem}.hiring-roadmap{display:flex;flex-direction:column;gap:1rem}.phase__pill{position:relative;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background:#e5e7eb;color:#374151}.phase__pill--0:after,.phase__pill--1:after,.phase__pill--2:after{content:"";position:absolute;top:0;right:-.95rem;border-top:1.5rem solid transparent;border-bottom:1.5rem solid transparent;border-left:1rem solid;z-index:2}@media(max-width:768px){.phase__pill--0:after,.phase__pill--1:after,.phase__pill--2:after{border-top:1.8rem solid transparent;border-bottom:1.8rem solid transparent}}.phase__pill--1:before,.phase__pill--2:before{content:"";position:absolute;top:0;left:0rem;border-top:1.5rem solid transparent;border-bottom:1.5rem solid transparent;border-left:1rem solid;z-index:2;border-left-color:#fff}@media(max-width:768px){.phase__pill--1:before,.phase__pill--2:before{border-top:1.8rem solid transparent;border-bottom:1.8rem solid transparent}}.phase__pill--0{background:#eef4ff;border-radius:.5rem 0 0 .5rem}.phase__pill--0:after{border-left-color:#eef4ff}.phase__pill--1{background:#e0ecff}.phase__pill--1:after{border-left-color:#e0ecff}.phase__pill--2{background:#bfdbfe}.phase__pill--2:after{border-left-color:#bfdbfe}.phase__pill-title{display:flex;gap:.5rem;margin-left:.5rem}.phase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(42rem,1fr));gap:1.2rem}.phase__timing{font-weight:600}.phase__departments{display:flex;flex-direction:column;gap:1.5rem;flex:1 1 auto;margin:1rem 0}.phase__focus-container{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#ebf2fd;border-radius:.5rem}.phase__focus-icon-container{display:flex;align-items:center;justify-content:center;padding:.8rem;background-color:#d5e5ff;border-radius:50%}.phase__focus-icon{color:#2563eb}.phase__focus{display:flex;flex-direction:column;font-size:1.4rem;font-weight:500;margin-top:.5rem}.phase__focus strong{font-weight:600;margin-right:.5rem}.phase__column{display:flex;flex-direction:column}.dept__block{display:flex;flex-direction:column;gap:.5rem;padding:2rem 1rem;border:1px solid var(--color-border);border-left:4px solid #2563eb;border-radius:1rem}.dept__title{font-size:1.4rem;font-weight:500;display:flex;justify-content:space-between}.dept__title--count{display:flex;align-items:center;gap:.5rem;background-color:var(--color-background);padding:0 .8rem;border-radius:.5rem;color:var(--color-text)}.dept__roles{font-size:1.2rem;font-weight:500;margin-bottom:.5rem;margin-left:2rem;padding-left:1rem}.dept__roles li{list-style:none}.dept__roles li:before{content:"•";margin-right:.5rem;color:currentColor}.insights{margin-top:2rem;font-size:1.4rem;font-weight:500}.insights strong{font-weight:600;margin-right:.5rem}.insights ul{margin-top:.5rem;margin-left:2rem;padding-left:1rem}.insights li{list-style:none}.insights li:before{content:"•";margin-right:.5rem;color:currentColor}.department-panel{background-color:#fff;position:relative;border-radius:1rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:2rem;overflow:hidden}.department-panel__content{padding:2rem}.workflow{width:100%}.workflow__layout{display:flex;gap:2rem;margin-top:2rem}@media(max-width:768px){.workflow__layout{flex-direction:column}}.workflow__sidebar{flex:1 1 30%;background:#fff;border-radius:2rem;border:.1rem solid #e8edf5;padding:1.8rem;height:fit-content}.workflow__sidebar-header{margin-bottom:1.2rem}.workflow__sidebar-title{font-size:1.6rem;font-weight:600}.workflow__list{display:flex;flex-direction:column;gap:1.2rem;max-height:56rem;overflow-y:auto;padding-right:.4rem}.workflow__list-item{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;padding:1.6rem;border-radius:1.6rem;border:.1rem solid #e5e7eb;cursor:pointer;transition:all .25s ease}.workflow__list-item:hover{border-color:#2563eb;transform:translateY(-.1rem)}.workflow__list-item--active{border-color:#2563eb;background:#f4f8ff}.workflow__list-item-left{display:flex;align-items:center;gap:1.4rem}.workflow__list-number{width:3.4rem;height:3.4rem;min-width:3.4rem;border-radius:1rem;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem}.workflow__list-name{font-size:1.5rem;font-weight:600;color:var(--color-primary);margin-bottom:.4rem}.workflow__list-steps{font-size:1.3rem;color:#6b7280}.workflow__content{flex:1 1 70%;border-radius:2rem!important;border:.1rem solid #e8edf5;padding:3.2rem;min-height:50rem;overflow:auto}.workflow__content-header{margin-bottom:4rem}.workflow__content-title{font-size:2.8rem;font-weight:600;color:var(--color-primary);margin-bottom:1rem}.workflow__content-subtitle{font-size:1.5rem;color:#64748b;line-height:1.6}.workflow__step-label{font-size:1.4rem;font-weight:600;color:var(--color-primary);line-height:1.7;max-width:12rem;text-align:center}.workflow__custom-step-icon{width:3.4rem;height:3.4rem;border-radius:50%;background:#eff6ff;border:.2rem solid #dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;transition:all .25s ease}.tech-stack{display:flex;flex-direction:column;gap:2rem}.tech-stack__section{display:flex;flex-direction:column;gap:1rem}.tech-stack__section-header{font-size:1.6rem;font-weight:500;margin-bottom:.5rem;color:var(--color-extreme-1);padding:.2rem 1rem}.tech-stack__tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(40rem,1fr));gap:1.5rem}.tech-stack__tool-card-step{font-size:1.5rem;font-weight:500;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;align-self:flex-start;background-color:#d5e5ff;border-radius:5px}.tech-stack__tool-card-content{margin-bottom:3rem}.tech-stack__tool-card{display:flex;align-items:center;gap:1rem;border-radius:1rem;box-shadow:var(--shadow-card);padding:1.5rem}.tech-stack__tool-card h3{font-size:1.6rem;font-weight:600;color:var(--color-primary)}.tech-stack__tool-card .category{font-size:1.4rem;font-weight:600;color:#2563eb}.tech-stack__tool-card .description{font-size:1.2rem;font-weight:500;color:var(--color-text-secondary)}.section-header{margin:1rem 0;display:flex;align-items:center;gap:1rem;justify-content:space-between}.section-header__icon{width:5rem;height:5rem;border-radius:50%;background:var(--color-background);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-primary)}.section-header__content{display:flex;flex-direction:column}.section-header__title{margin:0;font-size:2rem;font-weight:500;color:var(--color-primary);line-height:1.25}.section-header__subtitle{margin-top:.4rem;font-size:1.2rem;color:var(--color-text-secondary);line-height:1.5}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.empty__icon{font-size:4rem;color:var(--color-secondary)}.empty__message{font-size:1.4rem;font-weight:500;color:var(--color-text-secondary);text-align:center}
