:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--orange: #ff7a00;--orange-dark: #e36800;--bg-light: #fffaf5;--white: #ffffff;--text: #2c2c2c;--shadow: rgba(0, 0, 0, .08)}.login-container{flex:1;width:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(to bottom,var(--white) 0%,var(--bg-light) 100%);padding:5vw}.login-box{background-color:var(--white);padding:clamp(2rem,5vw,4rem);border-radius:1.5rem;box-shadow:0 .8rem 2rem var(--shadow);max-width:25rem;width:100%;text-align:center;border-top:.4rem solid var(--orange)}.login-box h2{font-size:clamp(1.5rem,4vw,2rem);color:var(--orange-dark);margin-bottom:2rem}.login-box form{display:flex;flex-direction:column;gap:1.2rem}.login-box input{padding:.9rem 1.2rem;border:.1rem solid #ddd;border-radius:.8rem;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.login-box input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 .2rem var(--orange)}.login-box button{background-color:var(--orange);color:#fff;border:none;border-radius:.8rem;padding:1rem;font-size:1rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.login-box button:hover{background-color:var(--orange-dark);transform:translateY(-.1rem)}:root{--white: #ffffff;--text: #2c2c2c}.dashboard-embed{flex:1;width:100%;min-height:calc(100vh - 8rem);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--white);margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}.dashboard-embed h1{margin-top:1.5rem;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--text);text-align:center}.dashboard-logo-container{width:100%;display:flex;justify-content:center;align-items:center;margin:2rem 0 1rem}.dashboard-logo{max-height:clamp(4rem,10vh,6rem);width:auto;object-fit:contain}.tableau-placeholder{position:relative;width:100%;max-width:100vw;height:auto;aspect-ratio:16 / 9;background:var(--white);border:none;margin:0 auto;overflow:hidden;box-shadow:none;display:flex;justify-content:center;align-items:center}.tableau-placeholder iframe{width:100%!important;height:100%!important;border:none!important;background:transparent!important;display:block;box-shadow:none!important}.tableau-placeholder object{width:98%!important;height:100%!important;border:none!important;background:transparent!important;display:block;margin:0 auto!important;box-shadow:none!important}.tableau-placeholder:after{content:"";position:absolute;bottom:0;width:100%;height:45px;background:var(--white);pointer-events:all;cursor:default;z-index:3}@media(max-width:900px){.tableau-placeholder{width:100%;aspect-ratio:auto;height:75vh}}.tableau-placeholder>*{margin:0 auto!important;display:block!important}.header{display:flex;align-items:center;justify-content:center;gap:clamp(.6rem,1.5vw,2rem);flex-wrap:wrap;background-color:var(--white);color:var(--text);padding:clamp(1rem,2.5vw,2rem);min-height:clamp(5rem,10vw,7rem);width:100%;box-sizing:border-box;position:relative;top:0;z-index:1;border-bottom:.1rem solid rgba(0,0,0,.05)}.header-section{display:flex;align-items:center;justify-content:center;flex:1 1 15%;min-width:8rem}.logo{height:clamp(2.5rem,8vh,5rem);max-width:100%;object-fit:contain;transition:transform .3s ease}.logo:hover{transform:scale(1.03)}.logo-aiju{height:clamp(2.3rem,7vh,4.5rem);margin:0 .5rem}.logo-adage{height:clamp(2.5rem,7.5vh,4.8rem)}.logout-button{background-color:var(--orange);color:#fff;border:none;border-radius:.8rem;padding:.7rem 1.4rem;font-size:clamp(.9rem,2vw,1rem);font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-left:auto}.logout-button:hover{background-color:var(--orange-dark);transform:translateY(-.05rem)}.company-logo-section{display:flex;align-items:center;justify-content:center}.logo-company{height:clamp(2.5rem,8vh,5rem);max-width:100%;object-fit:contain;margin-left:clamp(1rem,2vw,2rem);transition:transform .3s ease}.logo-company:hover{transform:scale(1.03)}@media(max-width:900px){.header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.logo{height:clamp(2rem,7vh,4rem)}.logout-button{margin-top:.5rem}}:root{--orange: #ff7a00;--orange-dark: #e36800;--white: #ffffff;--text: #2c2c2c}.footer{display:flex;align-items:center;justify-content:center;gap:clamp(.6rem,1.5vw,2rem);flex-wrap:wrap;background-color:var(--white);color:var(--text);padding:clamp(1rem,2.5vw,2rem);min-height:clamp(5rem,10vw,7rem);width:100%;box-sizing:border-box;position:relative;bottom:0;z-index:1;border-top:.1rem solid rgba(0,0,0,.05)}.footer-section{display:flex;align-items:center;justify-content:center;flex:1 1 15%;min-width:8rem}.footer-logo{height:clamp(2.5rem,8vh,5rem);max-width:100%;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 .2rem .3rem rgba(0,0,0,.05))}.footer-logo:hover{transform:scale(1.03)}@media(max-width:900px){.footer{flex-direction:column;align-items:center;text-align:center;gap:1rem}.footer-logo{height:clamp(2rem,7vh,4rem)}}:root{--orange: #ff7a00;--orange-dark: #e36800;--bg-light: #fffaf5;--white: #ffffff;--text: #2c2c2c}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}body{font-family:Inter,Roboto,sans-serif;color:var(--text);background:linear-gradient(to bottom,var(--white) 0%,var(--bg-light) 100%);display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}@media(max-width:768px){body{font-size:.95rem}}
