/* pmm sequencer · seed unified-inbox-preserved-a153e7-storyboard-12 */
/* queue · edge · card right · depth 8.8% · width 80.1% · h 0.66 */
.inbox-additions .cmp-queue .cmp-field { right:14.8%; left:0; top:0; bottom:0; } .inbox-additions .cmp-queue .cmp-field img { object-position:0% 50%; }
.inbox-additions .cmp-queue .cmp-anchor { right:0; top:19.6%; width:80.1%; transform:none; }
/* quick · cornerA · bottom · card left · depth 15% · width 70.1% · h 0.68 */
.inbox-additions .cmp-quick .cmp-field { left:44.8%; right:0; bottom:33%; top:0; } .inbox-additions .cmp-quick .cmp-field img { object-position:100% 50%; }
.inbox-additions .cmp-quick .cmp-anchor { left:0; bottom:0; width:70.1%; transform:none; }
/* draft · inset · card right · depth 11.1% · width 78.2% · h 0.62 */
.inbox-additions .cmp-draft .cmp-field { left:0; right:0; top:0; bottom:0; } .inbox-additions .cmp-draft .cmp-field img { object-position:0% 50%; }
.inbox-additions .cmp-draft .cmp-anchor { right:11.1%; bottom:11.1%; width:78.2%; transform:none; }
/* handoff · edge · card left · depth 7.3% · width 71.2% · h 0.76 */
.inbox-additions .cmp-handoff .cmp-field { left:13.3%; right:0; top:0; bottom:0; } .inbox-additions .cmp-handoff .cmp-field img { object-position:100% 50%; }
.inbox-additions .cmp-handoff .cmp-anchor { left:0; top:10.3%; width:71.2%; transform:none; }
/* record: [{"id":"queue","shape":"edge","orientation":"right","depth":8.8,"width":80.1,"h":0.66},{"id":"quick","shape":"cornerA","orientation":"left-bottom","depth":15,"width":70.1,"h":0.68},{"id":"draft","shape":"inset","orientation":"right","depth":11.1,"width":78.2,"h":0.62},{"id":"handoff","shape":"edge","orientation":"left","depth":7.3,"width":71.2,"h":0.76}] */

/* SB-r9: homepage eye-card's purple/blue wash, without decorative lines.
   Source: resources/views/components/eye-card.blade.php, [data-eye-card]. */
#section-inbox-draft .cmp-draft .cmp-field {
  isolation: isolate;
  background-color: rgba(23, 23, 23, .1);
  background-image:
    radial-gradient(700px 136% at calc(50% - 210px) -4%, rgba(119, 61, 255, .95), rgba(119, 61, 255, 0) 62%),
    radial-gradient(620px 150% at calc(50% + 290px) 24%, rgba(10, 96, 255, .92), rgba(10, 96, 255, 0) 62%),
    linear-gradient(to bottom,
      rgba(55, 41, 250, .6) 0%,
      rgba(55, 41, 250, .28) 55%,
      rgba(55, 41, 250, .06) 78%,
      rgba(55, 41, 250, 0) 94%);
}

.inbox-additions .cmp-anchor .ui-compose { white-space: normal; }
.inbox-additions .cmp-queue .ui-line { flex-wrap: wrap; }
.inbox-additions .cmp-anchor .ui-bubble > span + span { display: block; }
.inbox-additions .cmp-anchor .ui-head:last-child { border-bottom: 0; border-top: 1px solid var(--ui-line); }
/* Give translated rows room to wrap within the narrower desktop media slot. */
@media (min-width: 1024px) and (max-width: 1199px) {
  .inbox-additions .cmp-queue .cmp-anchor { width: 86%; top: 14%; }
  .inbox-additions .cmp-handoff .cmp-anchor { width: 80%; }
  .inbox-additions .cmp-handoff .ui-head { padding: 12px 16px; }
  .inbox-additions .cmp-handoff .ui-line { padding: 10px 16px; }
  .inbox-additions .cmp-handoff .ui-body { padding: 12px 16px; }
  .inbox-additions .cmp-handoff .ui-bubble { padding: 10px 12px; }
}
#section-inbox-draft h3 { color: #d1d5db; }
@media (max-width: 1023px) {
  #section-inbox-hero img { object-position: 80% center; }
  #section-inbox-hero .bg-hero-gradient { background: linear-gradient(90deg, rgba(0,0,0,.70), rgba(0,0,0,.42)); }
}

@media (max-width: 1023px) {
 .inbox-additions .cmp .cmp-field { position: relative; inset: auto; width: 100%; height: 160px; flex: none; }
 .inbox-additions .cmp .cmp-anchor { position: relative; inset: auto; width: auto; margin: -40px 12px 0; z-index: 2; }
}
