/* Hotel DeraChat PWA Helper — styled to match the Hotel DeraChat theme */
:root{
  --tr-pwa-bg:#FAF5FF;
  --tr-pwa-surface:#fff;
  --tr-pwa-ink:#18181B;
  --tr-pwa-muted:#71717A;
  --tr-pwa-line:#E9DDFE;
  --tr-pwa-orange:#7C3AED;
  --tr-pwa-orange2:#06B6D4;
  --tr-pwa-shadow:0 16px 45px rgba(17,17,45,.16);
}
#taskreview-install[hidden]{display:none!important}
.tr-pwa-install{
  position:fixed;left:0;right:0;top:68px;z-index:2147483000;
  padding:0 16px;display:flex;justify-content:center;pointer-events:none;
  font-family:Inter,Arial,sans-serif;
}
.tr-pwa-card{
  width:min(620px,100%);min-height:64px;display:flex;align-items:center;gap:11px;
  padding:9px 11px;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);
  border:1px solid var(--tr-pwa-line);border-radius:17px;box-shadow:var(--tr-pwa-shadow);
  pointer-events:auto;box-sizing:border-box;
}
.tr-pwa-card:before{
  content:"";width:4px;align-self:stretch;border-radius:8px;
  background:linear-gradient(180deg,var(--tr-pwa-orange),var(--tr-pwa-orange2));
}
.tr-pwa-icon{width:44px;height:44px;border-radius:13px;flex:0 0 44px;object-fit:cover;box-shadow:0 6px 14px rgba(124,58,237,.18)}
.tr-pwa-copy{min-width:0;flex:1}.tr-pwa-copy strong{display:block;color:var(--tr-pwa-ink);font:800 12px/1.2 'Plus Jakarta Sans',Inter,Arial,sans-serif}.tr-pwa-copy p{margin:3px 0 0;color:var(--tr-pwa-muted);font-size:9px;line-height:1.35}
.tr-pwa-action{border:0;border-radius:20px;background:linear-gradient(100deg,var(--tr-pwa-orange),var(--tr-pwa-orange2));color:#fff;padding:9px 13px;font:800 9px Inter,Arial,sans-serif;cursor:pointer;white-space:nowrap;box-shadow:0 8px 18px rgba(124,58,237,.20)}
.tr-pwa-action:hover{transform:translateY(-1px);filter:brightness(.98)}
.tr-pwa-x{width:27px;height:27px;border:1px solid var(--tr-pwa-line);background:var(--tr-pwa-surface);color:#7d8295;font-size:18px;line-height:1;cursor:pointer;border-radius:50%;display:grid;place-items:center;flex:0 0 27px;order:6}
.tr-pwa-action:focus-visible,.tr-pwa-x:focus-visible{outline:2px solid var(--tr-pwa-orange);outline-offset:2px}

/* Follow the site's explicit dark-mode class instead of relying only on OS preference. */
html.hotel-derachat-dark .tr-pwa-card{background:rgba(24,24,27,.97);border-color:#3F3F46;box-shadow:0 18px 48px rgba(0,0,0,.42)}
html.hotel-derachat-dark .tr-pwa-copy strong{color:#f5f5fb}
html.hotel-derachat-dark .tr-pwa-copy p{color:#A1A1AA}
html.hotel-derachat-dark .tr-pwa-x{background:#18181B;border-color:#3F3F46;color:#D4D4D8}

@media(prefers-color-scheme:dark){
  html:not(.taskreview-light) .tr-pwa-card{background:rgba(24,24,27,.97);border-color:#3F3F46;box-shadow:0 18px 48px rgba(0,0,0,.42)}
  html:not(.taskreview-light) .tr-pwa-copy strong{color:#f5f5fb}
  html:not(.taskreview-light) .tr-pwa-copy p{color:#A1A1AA}
  html:not(.taskreview-light) .tr-pwa-x{background:#18181B;border-color:#3F3F46;color:#D4D4D8}
}

@media(max-width:700px){
  .tr-pwa-install{top:61px;padding:0 9px}
  .tr-pwa-card{min-height:62px;gap:7px;padding:8px 8px;border-radius:15px}
  .tr-pwa-card:before{width:3px}
  .tr-pwa-icon{width:38px;height:38px;flex-basis:38px;border-radius:11px}
  .tr-pwa-copy strong{font-size:10px}
  .tr-pwa-copy p{font-size:7.5px;line-height:1.35;margin-top:2px}
  .tr-pwa-action{padding:8px 10px;font-size:8px;border-radius:17px}
  .tr-pwa-x{width:24px;height:24px;flex-basis:24px;font-size:16px}
}

@media(max-width:390px){
  .tr-pwa-card{gap:6px;padding:7px}
  .tr-pwa-icon{width:35px;height:35px;flex-basis:35px}
  .tr-pwa-copy p{display:none}
  .tr-pwa-action{padding:8px 9px}
  .tr-pwa-x{width:22px;height:22px;flex-basis:22px}
}
