.stock-adjusted-backdrop{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(40,26,20,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:stock-adjusted-fade .15s ease-out}@keyframes stock-adjusted-fade{0%{opacity:0}to{opacity:1}}.stock-adjusted-card{width:100%;max-width:400px;max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow-y:auto;padding:28px 26px 22px;background:var(--bling-bg-solid,#fffdfa);border:1px solid var(--bling-border,rgba(201,169,110,.3));border-radius:18px;box-shadow:0 24px 60px rgba(40,26,20,.25);animation:stock-adjusted-pop .19s cubic-bezier(.19,1,.22,1)}@keyframes stock-adjusted-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stock-adjusted-card h2{margin:0 0 8px;font-family:var(--serif);font-size:1.3rem;color:var(--bling-text)}.stock-adjusted-message{font-size:.92rem}.stock-adjusted-list,.stock-adjusted-message{margin:0 0 20px;color:var(--bling-muted);line-height:1.5}.stock-adjusted-list{padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;font-size:.88rem}.stock-adjusted-list strong{color:var(--bling-text)}.stock-adjusted-ok{width:100%}