.dw-shop-code-stack { display:grid; gap:12px; width:min(100%,350px); flex-shrink:0; }
.dw-shop-code-stack .cb2-shop-balance { justify-self:stretch; justify-content:center; box-sizing:border-box; width:100%; }
.dw-shop-code-entry { padding:14px; background:#182923f2; border:1px solid #8ab963; border-radius:14px; text-align:left; color:#fff3cd; }
.dw-shop-code-entry label { font-weight:800; display:block; margin-bottom:8px; }
.dw-code-row { display:flex; gap:8px; flex-wrap:wrap; }
.dw-code-row input { flex:1 1 140px; width:0; }
.dw-shop-code-entry input,.dw-code-shipping input,.dw-code-shipping select { box-sizing:border-box; min-width:0; padding:10px; border:1px solid #779278; border-radius:8px; color:#fff; background:#10221e; font:inherit; }
.dw-shop-code-entry p { margin:8px 0; font-size:.85rem; overflow-wrap:anywhere; }
.dw-shop-code-entry a { color:#d5f7a8; font-size:.85rem; }
.dw-shop-code-entry .dw-shop-code-progress { margin:13px -14px -14px; padding:10px 14px; border-top:1px solid #52734b; border-radius:0 0 13px 13px; background:#0d1d18b8; color:#c4d2b5; text-align:center; font-size:.78rem; letter-spacing:.02em; }
.dw-shop-code-progress strong { color:#f3d283; font-size:.9rem; }
.dw-code-prize { position:relative; margin:14px 0; padding:18px; background:#162820; color:#f6f0dc; border:1px solid #637e50; border-radius:14px; overflow-wrap:anywhere; }
.dw-code-prize-dismiss { position:absolute; z-index:2; top:9px; right:9px; display:grid; place-items:center; width:36px; height:36px; padding:0; border:1px solid #d88977; border-radius:50%; background:#5b201d; color:#fff4df; font:900 1.45rem/1 system-ui,sans-serif; cursor:pointer; box-shadow:0 3px 12px #0008; }
.dw-code-prize-dismiss:hover,.dw-code-prize-dismiss:focus-visible { background:#852d27; border-color:#ffc1ad; transform:scale(1.05); outline:2px solid #ffe2a1; outline-offset:2px; }
.dw-code-prize-dismiss:disabled { opacity:.55; cursor:wait; transform:none; }
.dw-code-prize:has(.dw-code-prize-dismiss) .dw-code-prize-heading { padding-right:38px; }
.dw-code-prize h4 { margin:4px 0; font-size:1.2rem; }
.dw-code-prize p { margin:8px 0; }
.dw-code-prize-heading { display:flex; align-items:flex-start; gap:12px; }
.dw-code-prize-heading>span { font-size:2rem; }
.dw-code-prize small { color:#c4d2b5; }
.dw-code-status { color:#e6c66c; font-weight:700; }
.dw-code-shipping { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:12px; }
.dw-code-shipping p { grid-column:1/-1; }
.dw-code-shipping label { display:grid; gap:5px; }
.dw-code-claim-lock { position:fixed; inset:0; z-index:2147483646; display:grid; place-items:center; background:#081611df; color:#fff; padding:24px; }
.dw-code-claim-lock>div { max-width:460px; border:1px solid #cbac60; background:#17291f; padding:26px; border-radius:18px; text-align:center; }
.dw-code-admin-summary,.dw-code-admin-bundle { display:flex; flex-wrap:wrap; gap:10px; margin:12px 0; }
.dw-code-admin-summary span { background:#15291f; color:#e0edcd; padding:8px 12px; border:1px solid #576e47; border-radius:10px; }
.dw-code-admin-card { padding:18px; border:1px solid #536a4c; border-radius:12px; margin:14px 0; background:#121f19; overflow-wrap:anywhere; }
.dw-code-admin-card h3 { margin:0 0 8px; }
.dw-code-admin-card pre { white-space:pre-wrap; overflow-wrap:anywhere; }
.dw-code-admin-card code { font-size:1.2rem; color:#f3d283; }
.dw-code-admin-card button { margin:5px 6px 0 0; }
.dw-code-admin-card .dw-code-shipping { color:#f6efdc; }
.dw-code-catalog { max-height:340px; overflow:auto; }
.dw-code-catalog button { display:block; width:100%; text-align:left; margin:5px 0; }
.dw-code-admin-section details { margin:18px 0; }
.dw-code-admin-section summary { cursor:pointer; font-weight:700; }
@media(max-width:720px) { .dw-shop-code-stack { width:100%; } .dw-code-shipping { grid-template-columns:1fr; } }
