/* Mobile safety layer shared by all calculator-subdomain screens. */
html{max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}body{max-width:100%;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}img,video,canvas,svg{max-width:100%;height:auto}input,select,textarea,button{max-width:100%;font-size:16px}
@media(max-width:800px){
 .container,.account-page,.dashboard-container,.page-container,.calculator-container,.proposal-container,.main-container{width:calc(100% - 28px)!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
 .topbar,.header,.page-header{padding-left:14px!important;padding-right:14px!important}.brand{min-width:0}.brand h2{font-size:17px!important;overflow-wrap:anywhere}.brand img{flex:0 0 auto}.logout{flex:0 0 auto;padding:10px 13px!important}
 .card-row.two,.card-row.three,.account-grid,.form-grid,.grid,.two-column,.two-col,.three-column,.three-col,.summary-grid,.result-grid{grid-template-columns:minmax(0,1fr)!important}
 .card,.glass,.panel,.account-card,.calculator-card,.proposal-card{min-width:0!important;max-width:100%!important;padding-left:18px!important;padding-right:18px!important}
 form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),form select,form textarea{width:100%!important;min-width:0!important;box-sizing:border-box!important}
 table,.account-table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}
 .actions,.button-row,.form-actions{display:flex!important;flex-wrap:wrap!important;gap:9px!important}.actions>*{flex:1 1 auto}
 h1{font-size:clamp(27px,8vw,36px)!important;line-height:1.12!important;overflow-wrap:anywhere}h2{overflow-wrap:anywhere}
}
@media(max-width:430px){
 .login-card,.password-card{width:calc(100% - 24px)!important;max-width:100%!important;padding:27px 19px!important}.system-title{font-size:28px!important}
 .topbar{gap:10px!important}.brand{gap:9px!important}.brand img{height:36px!important}.logout{font-size:12px!important}
 .card,.glass,.panel,.account-card,.calculator-card,.proposal-card{padding:16px!important;border-radius:14px!important}
 button,.btn-primary,.primary-btn{min-height:46px}
}
