:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{height:100%;width:100%;overflow-x:hidden;overflow-y:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh}.header{padding:1rem 2rem}.user-button{background:none;border:none;color:white;font-weight:500;font-size:1.1rem;cursor:pointer;padding:0}.user-menu{position:absolute;right:0;top:2.5rem;background:white;color:#022D60;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.12);min-width:120px;z-index:1000}.user-menu button{background:none;border:none;color:#022D60;font-size:1rem;padding:.75rem 1.5rem;text-align:left;cursor:pointer;border-radius:8px}.footer,.user-menu button{font-weight:500;width:100%}.footer{height:40px;min-height:40px;padding:0 1.2rem;background-color:#022D60;color:white;display:flex;justify-content:center;align-items:center;font-size:.92rem;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,.04);position:fixed;left:0;bottom:0;z-index:100;text-align:center;box-shadow:0 -2px 8px rgba(0,0,0,.04)}@media (max-width:600px){.footer{font-size:.8rem;padding:0 .5rem;height:32px;min-height:32px}}.main-content{padding-bottom:40px}.header{height:64px;min-height:64px;padding:0 2rem;background-color:#022D60;color:white;justify-content:space-between;font-weight:600;font-size:1.2rem;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,.04);width:100%;position:relative}.header,.logo-area{display:flex;align-items:center}.logo-area{gap:1rem}.logo-area img{height:38px;width:auto;object-fit:contain}.company-title{font-size:1.2rem;font-weight:600;letter-spacing:.5px;white-space:nowrap;@media (max-width:600px){.header{font-size:1rem;padding:0 1rem;height:48px;min-height:48px}}}