:root{--primary-color: #006699;--primary-dark: #004c73;--white: #ffffff;--text-color: #333333;--text-light: #666666;--bg-color: #f5f5f5;--font-family: "Inter", system-ui, -apple-system, sans-serif;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:none}*::-webkit-scrollbar{display:none}body{font-family:var(--font-family);background-color:var(--white);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}.card-scroll{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.card-scroll::-webkit-scrollbar{width:4px}.card-scroll::-webkit-scrollbar-track{background:transparent}.card-scroll::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:99px}.card-scroll::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.form-footer{position:fixed;bottom:0;left:52px;right:0;z-index:50;background-color:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.85rem 2rem}.form-footer:before{content:"";position:absolute;top:-80px;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.95));pointer-events:none}.form-footer__inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:.85rem}.form-footer__divider{border-top:1px solid #e2e8f0}.form-footer__actions{display:flex;justify-content:flex-end;gap:.75rem}.app-container{display:flex;height:100vh;width:100vw;overflow:hidden;background:linear-gradient(90deg,var(--primary-color) 50%,var(--white) 50%)}.left-panel{flex:1;background-color:var(--white);display:flex;align-items:center;justify-content:center;position:relative;border-top-right-radius:120px;overflow:hidden;z-index:10}.right-panel{flex:1;background-color:var(--primary-color);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--white);border-bottom-left-radius:120px;z-index:10}@media(max-width:768px){.app-container{flex-direction:column;background:var(--white)}.right-panel{display:none}.left-panel{width:100%;height:100%;border-radius:0}}
