:root{--primary-color: #0171b3;--primary-light: #0ea5e9;--primary-dark: #0369a1;--text-color: #4b5563;--background-color: #f0f9ff;--background-gradient: linear-gradient(135deg, #f0f9ff 0%, #e6f7ff 100%);--card-background: rgb(253, 253, 253);--icon-background: rgba(224, 242, 254, .9);--content-max-width: 900px;--content-padding: 24px;--header-height: 90px;--header-bg-color: rgb(12, 92, 176);--support-button-bg: rgb(10, 175, 224)}.fullscreen-container{display:flex;flex-direction:column;min-height:100vh;width:100%;background:var(--background-gradient);position:fixed;top:0;left:0;z-index:100}.app-bar{background:var(--header-bg-color)!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;position:sticky!important;width:100%!important;z-index:1100!important;height:var(--header-height)!important;display:flex!important;align-items:center!important}.header-content-container{max-width:var(--content-max-width);width:100%;margin:0 auto;padding:0 var(--content-padding);display:flex!important;align-items:center!important;justify-content:space-between!important;height:100%!important}.app-toolbar{padding:0!important;width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.header-logo-container{display:flex!important;align-items:center!important;margin-right:0!important}.header-logo{width:90px!important;height:90px!important;object-fit:contain!important;margin-right:0!important;border-radius:0!important}.spacer{flex-grow:1!important}.header-text-container{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;margin-left:0!important}.header-top-text{color:#fff!important;font-weight:700!important;font-size:clamp(1.25rem,2vw,1.5rem)!important;line-height:1.2!important;margin-bottom:2px!important}.app-title{color:#fffc!important;font-size:clamp(.625rem,1vw,.75rem)!important;letter-spacing:.05em!important;text-transform:uppercase!important}.support-button{background-color:var(--support-button-bg)!important;color:#fff!important;height:var(--header-height)!important;padding:0 24px!important;font-size:1rem!important;font-weight:500!important;transition:all .3s ease!important;text-transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.support-button:hover{background-color:#0aafe0e6!important;transform:scale(1.03)!important}.content-container{flex-grow:1;display:flex;align-items:flex-start!important;justify-content:center;max-width:var(--content-max-width);width:100%;margin:0 auto;padding:24px var(--content-padding);padding-top:40px!important}.support-card{width:100%;padding:24px 48px!important;background-color:var(--card-background)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;border-radius:16px!important;box-shadow:0 20px 60px #00000014,0 10px 30px #0000000d!important;transition:all .4s cubic-bezier(.16,1,.3,1)!important}.support-card:hover{transform:translateY(-10px)!important;box-shadow:0 30px 80px #0000001f,0 15px 40px #00000014!important}.card-content{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:16px!important;padding:0!important}.card-title{color:var(--primary-color)!important;font-weight:700!important;margin-bottom:8px!important;text-align:left!important}.contact-container{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%!important}.support-text{font-size:18px!important;line-height:1.6!important;color:var(--text-color)!important;text-align:left!important;margin:0!important}.email-link{color:var(--primary-color)!important;text-decoration:none!important;display:inline!important;font-weight:500!important;transition:all .2s ease!important;border-bottom:1px solid transparent!important}.email-link:hover{color:var(--primary-dark)!important;border-bottom:1px solid var(--primary-dark)!important}
