/* DBX ONE STOCKROOM v0.10.8 - new-item setup + low-stock reminders */
.demo-tile-alert{width:100%;margin-top:12px;padding:10px 12px;border:1px solid rgba(87,170,235,.28);border-radius:14px;background:rgba(17,64,99,.34);color:#dcefff;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font:inherit;position:relative;z-index:3}
.demo-tile-alert:hover{border-color:rgba(78,178,255,.58);background:rgba(22,83,128,.46)}
.demo-tile-alert:focus-visible{outline:2px solid #37a9ff;outline-offset:2px}
.demo-tile-alert span{font-weight:850;font-size:12px;letter-spacing:-.01em}
.demo-tile-alert small{font-size:10px;color:#8fb4cf;line-height:1.25;text-align:right;max-width:180px}
[data-room-display="list"] .demo-room-tile .demo-tile-alert{width:auto;min-width:180px;margin:0 0 0 auto}
.demo-new-product-card,.demo-stock-alert-card{width:min(560px,calc(100vw - 28px))}
.demo-new-product-target{margin-top:20px}
.demo-new-product-target input{font-size:22px;font-weight:850;padding:14px 16px}
.demo-new-product-message{padding:12px 14px;border-radius:14px;background:rgba(18,75,116,.25);border:1px solid rgba(78,167,232,.18);color:#9fc5df}
.demo-stock-alert-grid{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:12px;margin-top:18px}
.demo-stock-alert-email{display:flex!important;grid-template-columns:none!important;align-items:flex-start!important;gap:10px!important;margin-top:18px;padding:13px 14px;border:1px solid rgba(87,170,235,.22);border-radius:14px;background:rgba(9,35,56,.46);color:#cce3f4}
.demo-stock-alert-email input{width:18px!important;height:18px!important;flex:0 0 auto;margin:1px 0 0;padding:0}
.demo-stock-alert-email span{font-size:12px;line-height:1.45;font-weight:650}
.demo-stock-alert-email strong{color:#eef8ff;overflow-wrap:anywhere}
@media(max-width:620px){
  .demo-tile-alert{padding:11px 12px;border-radius:13px;align-items:flex-start}
  .demo-tile-alert small{max-width:135px}
  [data-room-display="list"] .demo-room-tile .demo-tile-alert{width:100%;min-width:0;margin:8px 0 0;grid-column:1/-1}
  .demo-stock-alert-grid{grid-template-columns:1fr}
  .demo-new-product-card,.demo-stock-alert-card{width:min(100%,calc(100vw - 18px))}
}
