.ops-calculator-backdrop{z-index:59;cursor:default;background:0 0;border:none;padding:0;position:fixed;inset:0}.ops-calculator-overlay{top:4.75rem;right:max(1rem, env(safe-area-inset-right,0px));z-index:60;pointer-events:none;isolation:isolate;flex-direction:column;flex-shrink:0;gap:.5rem;width:260px;min-width:240px;max-width:280px;display:flex;position:fixed}.ops-calculator-card{pointer-events:auto;box-sizing:border-box;border:1px solid var(--border);background:rgb(var(--surface-rgb) / .97);width:260px;min-width:240px;max-width:280px;box-shadow:0 10px 24px -12px rgb(var(--scrim-rgb) / .28), 0 0 0 1px rgb(var(--surface-rgb) / .6) inset;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;flex:none;padding:.625rem;overflow:visible}@media (max-width:640px){.ops-calculator-overlay{top:auto;bottom:max(1rem, env(safe-area-inset-bottom,0px));right:max(.75rem, env(safe-area-inset-right,0px));left:max(.75rem, env(safe-area-inset-left,0px));width:auto;min-width:0;max-width:none}.ops-calculator-card{width:100%;min-width:0;max-width:none}}
