.work-shortcut.gift {
  color: #fff;
  border-color: #385243;
  background: #24392e;
}
.work-shortcut.gift .work-shortcut-icon { color: #f0b8ca; background: rgba(255,255,255,.1); }
.work-shortcut.gift .work-shortcut-copy small,
.work-shortcut.gift .work-shortcut-copy em { color: rgba(255,255,255,.72); }
.work-shortcut.gift .work-shortcut-arrow { color: #f0b8ca; }

.gift-app-view {
  --gift-ink: #20251d;
  --gift-accent: #bd6688;
  --gift-accent-soft: #f2e3e8;
  --gift-surface: #fffaf7;
}
.gift-app-view .back-button svg { transform: rotate(180deg); }
.gift-security-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid #e5d6d7;
  border-radius: 24px;
  background: var(--gift-surface);
  box-shadow: 0 14px 36px rgba(63,44,49,.07);
}
.gift-security-card > span { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 19px; color: #8f4965; background: var(--gift-accent-soft); }
.gift-security-card > span svg { width: 29px; height: 29px; }
.gift-security-card small,.gift-security-card strong { display: block; }
.gift-security-card small { color: #9c516d; font-size: 11px; font-weight: 850; letter-spacing: 1.25px; }
.gift-security-card strong {
  margin-top: 5px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.25px;
}
.gift-security-card p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.gift-action-grid { display: grid; gap: 18px; margin-top: 20px; }
.gift-action-card {
  --gift-action-accent: #f0b8ca;
  --gift-action-ring: rgba(240,184,202,.15);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 4px 18px;
  min-height: 250px;
  padding: 30px;
  border: 1px solid #3a5546;
  border-radius: 26px;
  color: #fff;
  background: #20382b;
  text-align: left;
  box-shadow:
    0 20px 42px rgba(26,38,29,.18),
    inset 0 1px rgba(255,255,255,.09);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.gift-action-card.redeem {
  --gift-action-accent: #f4c2d2;
  --gift-action-ring: rgba(244,194,210,.14);
  border-color: #70465a;
  background: #523142;
  box-shadow:
    0 20px 42px rgba(64,35,45,.18),
    inset 0 1px rgba(255,255,255,.09);
}
.gift-action-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--gift-action-accent);
  opacity: .9;
}
.gift-action-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -52px;
  bottom: -68px;
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid var(--gift-action-ring);
  border-radius: 50%;
  box-shadow:
    0 0 0 25px color-mix(in srgb, var(--gift-action-ring) 34%, transparent),
    0 0 0 51px color-mix(in srgb, var(--gift-action-ring) 18%, transparent);
  pointer-events: none;
}
.gift-action-card > * { position: relative; z-index: 1; }
.gift-action-card > span {
  grid-row: 1 / span 4;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  color: var(--gift-action-accent);
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px rgba(255,255,255,.14), 0 8px 20px rgba(0,0,0,.08);
}
.gift-action-card > span svg { width: 32px; height: 32px; }
.gift-action-card small {
  align-self: end;
  justify-self: start;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.065);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.1px;
}
.gift-action-card strong {
  margin-top: 8px;
  font-family: inherit;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.35px;
}
.gift-action-card p { max-width: 470px; margin: 10px 0 0; color: rgba(255,255,255,.79); font-size: 15px; line-height: 1.55; }
.gift-action-card em {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  min-height: 52px;
  margin-top: 17px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  background: #365a45;
  font-size: 15px;
  font-style: normal;
  font-weight: 850;
  box-shadow:
    0 12px 25px rgba(13,29,20,.22),
    inset 0 1px rgba(255,255,255,.12);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.gift-action-card.redeem em {
  color: #fff;
  background: #78465d;
  box-shadow:
    0 12px 25px rgba(41,22,31,.24),
    inset 0 1px rgba(255,255,255,.12);
}
.gift-action-card em svg { width: 18px; height: 18px; transition: transform .2s ease; }
.gift-action-card:focus-visible { outline: 3px solid rgba(189,102,136,.45); outline-offset: 3px; }
.gift-action-card:active { transform: translateY(-1px); }
.gift-dashboard-link { display: grid; grid-template-columns: 52px 1fr 42px; align-items: center; gap: 16px; min-height: 92px; margin-top: 18px; padding: 17px 20px; border: 1px solid #e4d7d8; border-radius: 21px; background: #fff; box-shadow: 0 11px 28px rgba(63,44,49,.055); }
.gift-dashboard-link > svg:first-child { width: 31px; height: 31px; color: #9d4f6c; }
.gift-dashboard-link strong,.gift-dashboard-link small { display: block; }
.gift-dashboard-link strong { font-size: 18px; line-height: 1.25; }
.gift-dashboard-link small { margin-top: 4px; color: var(--muted); font-size: 13px; }
.gift-dashboard-link > svg:last-child { width: 20px; height: 20px; justify-self: center; color: #633247; }

.gift-workflow-grid { display: grid; gap: 14px; }
.gift-workflow-form { padding: 17px; border: 1px solid var(--line); border-radius: 22px; background: var(--card); box-shadow: var(--shadow); }
.gift-activation-form {
  display: grid;
  grid-template-areas: "lookup" "side" "sale" "confirmation";
  gap: 14px;
  align-items: start;
}
.gift-activation-panel {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.gift-activation-lookup { grid-area: lookup; }
.gift-activation-sale { grid-area: sale; }
.gift-activation-confirmation { grid-area: confirmation; }
.gift-activation-help,.gift-activation-pass { grid-area: side; }
.gift-activation-panel .gift-step { padding: 0; border: 0; }
.gift-activation-panel .gift-step h2 { margin: 1px 0 14px; color: #403b31; font: 700 20px/1.15 Georgia,serif; }
.gift-activation-lookup .gift-code-row { margin-bottom: 10px; }
.gift-lookup-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 43px;
  padding: 0 15px;
  border: 1px solid #d8b6c1;
  border-radius: 12px;
  color: #61384a;
  background: #f4e8ec;
  font-size: 10px;
  font-weight: 850;
  box-shadow: 0 7px 17px rgba(122,98,41,.1);
  cursor: pointer;
}
.gift-lookup-button svg { width: 18px; height: 18px; }
.gift-lookup-button:disabled { opacity: .66; cursor: wait; }
.gift-lookup-button.is-loading::before { content: ""; width: 15px; height: 15px; border: 2px solid rgba(80,68,31,.25); border-top-color: #514520; border-radius: 50%; animation: gift-submit-spin .75s linear infinite; }
.gift-lookup-button.is-loading svg { display: none; }
.gift-lookup-status { margin-bottom: 0; }
.gift-activation-form input[aria-invalid="true"] { border-color: #b84843 !important; box-shadow: 0 0 0 3px rgba(184,72,67,.11); }

.gift-activation-pass {
  --pass-accent: #efb3c7;
  --pass-soft: rgba(239,179,199,.14);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 330px;
  padding: 23px;
  border: 1px solid rgba(239,179,199,.28);
  border-radius: 24px;
  color: #fffdf4;
  background: #20382b;
  box-shadow: 0 19px 43px rgba(29,41,29,.22), inset 0 1px rgba(255,255,255,.1);
}
.gift-activation-pass[data-kind="monetary"] {
  --pass-accent: #f4bfd1;
  --pass-soft: rgba(244,191,209,.14);
  border-color: rgba(244,191,209,.3);
  background: #523142;
  box-shadow: 0 19px 43px rgba(65,35,40,.22), inset 0 1px rgba(255,255,255,.1);
}
.gift-activation-pass > * { position: relative; z-index: 1; }
.gift-activation-pass:focus-visible { outline: 3px solid rgba(213,160,85,.5); outline-offset: 4px; }
.gift-pass-orbit {
  position: absolute;
  z-index: 0;
  right: -82px;
  bottom: -96px;
  width: 250px;
  aspect-ratio: 1;
  border: 1px solid var(--pass-soft);
  border-radius: 50%;
  box-shadow: 0 0 0 34px color-mix(in srgb,var(--pass-soft) 36%,transparent), 0 0 0 72px color-mix(in srgb,var(--pass-soft) 18%,transparent);
  pointer-events: none;
}
.gift-activation-pass header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gift-activation-pass header > span { color: var(--pass-accent); font-size: 9px; font-weight: 900; letter-spacing: 1.65px; }
.gift-activation-pass header em { padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.07); font-size: 8px; font-style: normal; font-weight: 850; }
.gift-pass-product { display: grid; grid-template-columns: 52px minmax(0,1fr); align-items: center; gap: 14px; margin-top: 37px; }
.gift-pass-product > span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.22); border-radius: 17px; color: var(--pass-accent); background: rgba(255,255,255,.1); box-shadow: inset 0 1px rgba(255,255,255,.1); }
.gift-pass-product > span svg { width: 27px; height: 27px; }
.gift-pass-product small { color: rgba(255,255,255,.56); font-size: 7px; font-weight: 850; letter-spacing: 1px; }
.gift-pass-product h2 { margin: 4px 0 0; color: #fffdf6; font: 700 22px/1.08 Georgia,serif; }
.gift-pass-product strong { display: block; margin-top: 8px; color: var(--pass-accent); font-size: 17px; line-height: 1.15; }
.gift-activation-pass dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin: 29px 0 0; }
.gift-activation-pass dl > div { min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.055); }
.gift-activation-pass dt { color: rgba(255,255,255,.48); font-size: 7px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; }
.gift-activation-pass dd { overflow-wrap: anywhere; margin: 4px 0 0; color: rgba(255,255,255,.92); font-size: 9px; font-weight: 750; line-height: 1.3; }

.gift-resolved-channel { display: grid; grid-template-columns: 40px minmax(0,1fr) 19px; align-items: center; gap: 10px; margin-bottom: 16px; padding: 11px 12px; border: 1px solid #e1cbd2; border-radius: 13px; background: #fff8fa; }
.gift-resolved-channel > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #8f4965; background: #f1dfe6; }
.gift-resolved-channel > span svg { width: 21px; height: 21px; }
.gift-resolved-channel small,.gift-resolved-channel output { display: block; }
.gift-resolved-channel small { color: #98516c; font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.gift-resolved-channel output { margin-top: 2px; color: #302d26; font-size: 14px; font-weight: 800; }
.gift-resolved-channel > svg { width: 19px; height: 19px; color: #647842; }
.gift-activation-sale input:not(.gift-code-input) { color: #302c26; font-size: 15px; font-weight: 400; letter-spacing: 0; }
.gift-activation-sale input::placeholder { color: #9a9288; font-weight: 400; opacity: 1; }
.gift-amount-group { margin-top: 4px; padding-top: 15px; border-top: 1px solid var(--line); }
.gift-money-field { display: grid; grid-template-columns: 46px minmax(0,1fr); align-items: center; overflow: hidden; height: 57px; margin-bottom: 7px; border: 1px solid #d9c8ad; border-radius: 13px; background: #fff; box-shadow: inset 0 1px 2px rgba(74,61,43,.04); }
.gift-money-field:focus-within { border-color: #947a3c; box-shadow: 0 0 0 3px rgba(148,122,60,.12); }
.gift-money-field > span { display: grid; place-items: center; align-self: stretch; color: #81465d; background: #f2e2e8; font-size: 19px; font-weight: 750; }
.gift-money-field input { height: 55px !important; margin: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; font-size: 20px !important; font-weight: 650 !important; }
.gift-amount-group > p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.gift-amount-choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 11px; }
.gift-amount-choices button { min-height: 42px; border: 1px solid #dfcbd2; border-radius: 11px; color: #65394a; background: #fff9fb; font-size: 11px; font-weight: 850; cursor: pointer; }
.gift-amount-choices button[aria-pressed="true"] { border-color: #6b7044; color: #fff; background: #62663b; box-shadow: 0 6px 14px rgba(98,102,59,.18); }
.gift-amount-choices button:disabled { opacity: .38; cursor: not-allowed; }
.gift-activation-confirmation .gift-step { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.gift-activation-confirmation .gift-submit { margin-top: 15px; }
.gift-activation-success { margin-top: 14px; }
.gift-activation-success #giftActivateSuccessAmount { color: #f4c2d2; }
.gift-step { display: grid; grid-template-columns: 31px minmax(0,1fr); gap: 11px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.gift-step:first-child { padding-top: 0; }
.gift-step > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: #62663b; font-size: 10px; font-weight: 850; }
.gift-step label,.gift-workflow-form > label,.gift-fields label { display: block; margin: 0 0 6px; font-size: 10px; font-weight: 800; }
.gift-step input:not([type="checkbox"]),.gift-step select,.gift-workflow-form input:not([type="checkbox"]),.gift-workflow-form select { width: 100%; height: 47px; margin-bottom: 12px; padding: 0 12px; border: 1px solid #dfd3c5; border-radius: 12px; color: var(--ink); background: #fff; }
.gift-code-input { color: #555b31 !important; font-family: ui-monospace,SFMono-Regular,Menlo,monospace !important; font-size: 16px !important; font-weight: 850 !important; letter-spacing: .6px; text-transform: uppercase; }
.gift-camera-button { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 12px; border: 1px solid #dec4cc; border-radius: 11px; color: #6e3e51; background: #f7edf0; font-size: 9px; font-weight: 800; cursor: pointer; }
.gift-camera-button svg { width: 18px; height: 18px; }
.gift-code-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.gift-code-row .gift-camera-button { height: 47px; }
.gift-code-row input { margin-bottom: 0 !important; }
.gift-recognize-button,.gift-use-balance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 11px;
  padding: 0 15px;
  border: 1px solid #d8b6c1;
  border-radius: 12px;
  color: #61384a;
  background: #f4e8ec;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 7px 17px rgba(122,98,41,.1);
  cursor: pointer;
}
.gift-recognize-button svg { width: 18px; height: 18px; }
.gift-recognize-button:disabled { opacity: .66; cursor: wait; }
.gift-recognize-button.is-loading::before { content: ""; width: 16px; height: 16px; border: 2px solid rgba(80,68,31,.24); border-top-color: #514520; border-radius: 50%; animation: gift-submit-spin .75s linear infinite; }
.gift-recognize-button.is-loading svg { display: none; }
.gift-redeem-card-preview {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  align-items: center;
  gap: 13px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(239,179,199,.28);
  border-radius: 16px;
  color: #fffdf5;
  background: #20382b;
  box-shadow: 0 12px 27px rgba(34,46,35,.16), inset 0 1px rgba(255,255,255,.08);
}
.gift-redeem-card-preview > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; color: #efb3c7; background: rgba(255,255,255,.08); }
.gift-redeem-card-preview svg { width: 25px; height: 25px; }
.gift-redeem-card-preview small,.gift-redeem-card-preview strong { display: block; }
.gift-redeem-card-preview small { color: #efb3c7; font-size: 8px; font-weight: 900; letter-spacing: 1.1px; }
.gift-redeem-card-preview strong { margin-top: 3px; color: #fffdf5; font-size: 15px; line-height: 1.25; }
.gift-redeem-card-preview p { margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.4; }
.gift-balance-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 13px;
  padding: 14px 16px;
  border: 1px solid #dfc4cd;
  border-radius: 14px;
  color: #553542;
  background: #fff7fa;
}
.gift-balance-banner span { font-size: 11px; font-weight: 750; }
.gift-balance-banner strong { color: #4f572e; font-size: 22px; line-height: 1; }
.gift-use-balance { min-height: 42px; margin: 0 0 14px; border-color: #d8cdb6; color: #585246; background: #fff; box-shadow: none; }
.gift-recognize-button:focus-visible,.gift-use-balance:focus-visible,.gift-redeem-card-preview:focus-visible { outline: 3px solid rgba(173,132,49,.35); outline-offset: 3px; }
.gift-confirm { display: grid !important; grid-template-columns: 22px minmax(0,1fr); align-items: start; gap: 9px; margin: 4px 0 !important; color: #4d4a42; font-size: 11px !important; line-height: 1.45; }
.gift-confirm input { width: 20px; height: 20px; margin: 0; accent-color: #62663b; }
.gift-submit { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 52px; margin-top: 17px; padding: 0 16px; border: 0; border-radius: 14px; color: #fff; background: #62663b; font-size: 11px; font-weight: 850; box-shadow: 0 8px 19px rgba(98,102,59,.19); cursor: pointer; }
.gift-submit:disabled { opacity: .6; cursor: wait; }
.gift-submit svg { width: 18px; height: 18px; }
.gift-submit.is-loading::before { content: ""; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.38); border-top-color: #fff; border-radius: 50%; animation: gift-submit-spin .75s linear infinite; }
.gift-submit.is-loading svg { display: none; }
.gift-form-status { min-height: 18px; margin: 10px 0 0; color: var(--muted); font-size: 10px; }
.gift-form-status.is-good { color: #5e743e; }
.gift-form-status.is-error { color: #ad403e; }
.gift-help-card { padding: 20px; border-radius: 22px; color: #fff; background: #24392e; box-shadow: 0 13px 32px rgba(45,51,36,.16); }
.gift-help-card > span { display: inline-grid; place-items: center; min-width: 68px; height: 29px; padding: 0 10px; border: 1px solid rgba(240,184,202,.36); border-radius: 20px; color: #f0b8ca; font-size: 10px; font-weight: 850; letter-spacing: 1px; }
.gift-help-card h2 { margin: 15px 0 7px; font: 600 23px/1.08 Georgia,serif; }
.gift-help-card p { color: rgba(255,255,255,.76); font-size: 11px; }
.gift-help-card small { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.56); font-size: 9px; }

.gift-redeem-form fieldset { margin: 0; padding: 17px 0; border: 0; border-bottom: 1px solid var(--line); }
.gift-redeem-form fieldset:first-child { padding-top: 0; }
.gift-redeem-form legend { width: 100%; margin-bottom: 12px; color: #8c6d2c; font: 700 18px/1.2 Georgia,serif; }
.gift-fields { display: grid; gap: 0 10px; }
.gift-fields input { margin-top: 6px; color: #302c26; font-size: 15px; font-weight: 400; line-height: 1.35; letter-spacing: 0; }
.gift-fields input::placeholder { color: #9a9288; font-weight: 400; opacity: 1; }
.gift-field-help { display: block; margin: -5px 1px 12px; color: var(--muted); font-size: 9px; font-weight: 500; line-height: 1.4; }
.gift-redeem-success {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(239,179,199,.3);
  border-radius: 24px;
  color: #fffdf5;
  background: #20382b;
  box-shadow: 0 20px 48px rgba(30,43,32,.22), inset 0 1px rgba(255,255,255,.1);
}
.gift-redeem-success::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  right: -72px;
  bottom: -98px;
  width: 260px;
  aspect-ratio: 1;
  border: 1px solid rgba(246,213,140,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(246,213,140,.035), 0 0 0 72px rgba(246,213,140,.022);
}
.gift-redeem-success > * { position: relative; z-index: 1; }
.gift-redeem-success:focus-visible { outline: 3px solid rgba(208,165,75,.58); outline-offset: 4px; }
.gift-success-heading { display: grid; grid-template-columns: 58px minmax(0,1fr); align-items: center; gap: 14px; }
.gift-success-heading > span { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; color: #563446; background: #efb3c7; box-shadow: 0 10px 24px rgba(0,0,0,.14), inset 0 1px rgba(255,255,255,.4); }
.gift-success-heading > span svg { width: 29px; height: 29px; stroke-width: 2.4; }
.gift-success-heading p { margin: 0 0 5px; color: #f0b8ca; font-size: 9px; font-weight: 900; letter-spacing: 1.35px; }
.gift-success-heading h2 { margin: 0; font: 700 25px/1.08 Georgia,serif; }
.gift-success-intro { max-width: 720px; margin: 19px 0 0; color: rgba(255,255,255,.8); font-size: 11px; line-height: 1.55; }
.gift-success-details { display: grid; gap: 9px; margin: 20px 0 0; }
.gift-success-details > div { min-width: 0; padding: 12px 13px; border: 1px solid rgba(255,255,255,.105); border-radius: 13px; background: rgba(255,255,255,.07); backdrop-filter: blur(4px); }
.gift-success-details dt { color: rgba(255,255,255,.57); font-size: 8px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; }
.gift-success-details dd { overflow-wrap: anywhere; margin: 5px 0 0; color: #fffdf7; font-size: 11px; font-weight: 800; }
.gift-success-details .gift-success-order { color: #f4c2d2; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .25px; }
.gift-success-processing,.gift-success-idempotent { margin: 14px 0 0; padding: 12px 13px; border-radius: 12px; font-size: 9px; line-height: 1.5; }
.gift-success-processing { color: rgba(255,255,255,.7); background: rgba(8,18,12,.2); }
.gift-success-idempotent { border: 1px solid rgba(240,184,202,.26); color: #f4c2d2; background: rgba(240,184,202,.1); }
.gift-success-actions { display: grid; gap: 9px; margin-top: 17px; }
.gift-success-actions button,.gift-success-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 15px; border-radius: 13px; font-size: 10px; font-weight: 850; cursor: pointer; }
.gift-success-actions button { border: 0; color: #563446; background: #efb3c7; box-shadow: 0 9px 22px rgba(0,0,0,.14); }
.gift-success-actions a { border: 1px solid rgba(255,255,255,.2); color: #fffdf5; background: rgba(255,255,255,.07); }
.gift-success-actions svg { width: 18px; height: 18px; }
.gift-success-actions button:focus-visible,.gift-success-actions a:focus-visible { outline: 3px solid rgba(240,184,202,.46); outline-offset: 3px; }
.more-icon.gift { color: #87465e; background: #f0dfe5; }
.more-grid > a.gift-featured { border-color: #e1cbd2; background: #fff8fa; }

.gift-camera-sheet { position: fixed; z-index: 100; inset: 0; display: grid; place-items: end center; padding: 18px; background: rgba(25,25,21,.74); backdrop-filter: blur(6px); }
.gift-camera-dialog { width: min(100%,520px); padding: 15px; border-radius: 22px; background: #fffdf8; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.gift-camera-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.gift-camera-dialog h2 { margin: 0; font: 600 21px/1.2 Georgia,serif; }
.gift-camera-dialog header button { display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f1e9dd; cursor: pointer; }
.gift-camera-dialog video { display: block; width: 100%; aspect-ratio: 4/3; border-radius: 15px; background: #171914; object-fit: cover; }
.gift-camera-dialog p { margin: 10px 2px 2px; color: var(--muted); font-size: 10px; }

@media (min-width:700px) {
  .gift-action-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gift-security-card { grid-template-columns: 62px minmax(0,1fr); align-items: center; padding: 24px; }
  .gift-security-card > span { width: 62px; height: 62px; }
  .gift-security-card strong { font-size: 20px; }
  .gift-workflow-grid { grid-template-columns: minmax(0,1fr) 300px; align-items: start; }
  .gift-activation-form { grid-template-columns: minmax(0,1fr) minmax(280px,320px); grid-template-areas: "lookup side" "sale side" "confirmation side"; }
  .gift-activation-help,.gift-activation-pass { position: sticky; top: 168px; }
  .gift-activation-panel { padding: 21px; }
  .gift-amount-choices { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .gift-help-card { position: sticky; top: 168px; }
  .gift-fields { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gift-fields .wide { grid-column: 1/-1; }
  .gift-redeem-success { padding: 32px; }
  .gift-success-heading { grid-template-columns: 68px minmax(0,1fr); gap: 17px; }
  .gift-success-heading > span { width: 68px; height: 68px; border-radius: 20px; }
  .gift-success-heading h2 { font-size: 31px; }
  .gift-success-intro { font-size: 12px; }
  .gift-success-details { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gift-success-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gift-camera-sheet { place-items: center; }
}

@media (max-width:699px) {
  .gift-fields input { font-size: 16px; }
  .gift-activation-sale input:not(.gift-code-input) { font-size: 16px; }
  .gift-activation-pass { min-height: 320px; }
  .gift-recognize-button,.gift-use-balance { width: 100%; min-height: 48px; font-size: 12px; }
  .gift-balance-banner strong { font-size: 20px; }
}

@media (hover:hover) {
  .gift-action-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--gift-action-accent) 45%, transparent);
    box-shadow: 0 22px 44px rgba(31,31,25,.24), inset 0 1px rgba(255,255,255,.1);
  }
  .gift-action-card.activate:hover em { background: #416b52; border-color: rgba(255,255,255,.42); }
  .gift-action-card.redeem:hover em { background: #8d526e; border-color: rgba(255,255,255,.42); }
  .gift-action-card:hover em svg { transform: translateX(2px); }
  .gift-lookup-button:hover { border-color: #bd6688; background: #efdde4; }
  .gift-recognize-button:hover { border-color: #bd6688; background: #efdde4; }
  .gift-use-balance:hover { border-color: #bd6688; background: #fff8fa; }
  .gift-amount-choices button:not(:disabled):hover { border-color: #bd6688; background: #f7e8ed; }
}

@media (prefers-reduced-motion:reduce) {
  .gift-action-card,.gift-action-card em,.gift-action-card em svg { transition: none; }
  .gift-submit.is-loading::before,.gift-lookup-button.is-loading::before,.gift-recognize-button.is-loading::before { animation: none; }
}

@keyframes gift-submit-spin { to { transform: rotate(360deg); } }

@media (min-width:900px) {
  .work-shortcuts-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .gift-app-view { max-width: 1180px !important; }
}

@media (max-width:430px) {
  .gift-camera-button.compact span { display: none; }
  .gift-camera-button.compact { width: 47px; justify-content: center; padding: 0; }
  .gift-security-card { grid-template-columns: 54px minmax(0,1fr); gap: 14px; padding: 19px; }
  .gift-security-card > span { width: 54px; height: 54px; border-radius: 16px; }
  .gift-security-card strong { font-size: 18px; }
  .gift-security-card p { font-size: 13px; }
  .gift-action-card { grid-template-columns: 54px minmax(0,1fr); min-height: 238px; padding: 21px; }
  .gift-action-card > span { width: 54px; height: 54px; border-radius: 17px; }
  .gift-action-card > span svg { width: 27px; height: 27px; }
  .gift-action-card strong { font-size: 22px; }
  .gift-action-card p { font-size: 14px; }
  .gift-action-card em { min-height: 48px; padding: 0 19px; font-size: 14px; }
  .gift-dashboard-link { grid-template-columns: 43px 1fr 32px; gap: 12px; min-height: 88px; padding: 16px; }
  .gift-dashboard-link strong { font-size: 16px; }
  .gift-dashboard-link small { font-size: 12px; }
}
