.gift-page{padding:6rem 1rem 2rem;min-height:100vh;text-align:center;font-family:var(--font-sans)}.gift-page h1{font-size:2rem;margin-bottom:1rem}.desc{margin-top:1rem}.stocks{background:linear-gradient(#d6f5d6,#bff5bf);color:#005d00}.stock-list{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;padding:0;margin-top:1rem}.stock-item{background:rgba(255,255,255,.8);padding:.75rem 1rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;min-width:120px}.stock-item img{width:40px;height:40px;margin-bottom:.5rem}.price{font-size:1.25rem;font-weight:700;margin-top:.5rem}.chart-container{margin-top:1rem;max-width:480px;margin-left:auto;margin-right:auto}.line-chart{width:100%;height:auto}