.simplenote-app-banner{--simplenote-banner-bg:#fff;--simplenote-banner-fg:#2c3338;--simplenote-banner-muted:#646970;--simplenote-banner-accent:#3361cc;--simplenote-banner-border:rgba(0,0,0,0.1);box-sizing:border-box;position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;gap:12px;padding:12px 16px;background:var( --simplenote-banner-bg );border-top:1px solid var( --simplenote-banner-border );box-shadow:0 -2px 16px rgba(0,0,0,0.12);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;color:var( --simplenote-banner-fg );padding-bottom:calc(12px + env( safe-area-inset-bottom, 0px ))}.simplenote-app-banner[hidden]{display:none}.simplenote-app-banner *{box-sizing:border-box}.simplenote-app-banner__close{flex:0 0 auto;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:transparent;color:var( --simplenote-banner-muted );font-size:20px;line-height:1;cursor:pointer}.simplenote-app-banner__close:hover,
.simplenote-app-banner__close:focus-visible{background:rgba(0,0,0,0.06);color:var( --simplenote-banner-fg )}.simplenote-app-banner__icon{flex:0 0 auto;width:44px;height:44px;border-radius:10px}.simplenote-app-banner__text{flex:1 1 auto;min-width:0}.simplenote-app-banner__title{display:block;font-size:15px;font-weight:600;line-height:1.3}.simplenote-app-banner__copy{display:block;margin-top:2px;color:var( --simplenote-banner-muted );font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simplenote-app-banner__cta{flex:0 0 auto;padding:8px 18px;border-radius:4px;background:var( --simplenote-banner-accent );color:#fff;font-size:15px;font-weight:500;line-height:1.3;text-decoration:none;white-space:nowrap}.simplenote-app-banner__cta:link,
.simplenote-app-banner__cta:visited{color:#fff;text-decoration:none}.simplenote-app-banner__cta:hover,
.simplenote-app-banner__cta:focus-visible{background:#2a4fa8;color:#fff}@media ( prefers-color-scheme: dark ){.simplenote-app-banner{--simplenote-banner-bg:#1d2327;--simplenote-banner-fg:#f0f0f1;--simplenote-banner-muted:#a7aaad;--simplenote-banner-accent:#4f7ce0;--simplenote-banner-border:rgba(255,255,255,0.12);box-shadow:0 -2px 16px rgba(0,0,0,0.5)}.simplenote-app-banner__close:hover,
	.simplenote-app-banner__close:focus-visible{background:rgba(255,255,255,0.1)}.simplenote-app-banner__cta:hover,
	.simplenote-app-banner__cta:focus-visible{background:#6b91e8}}@media ( max-width: 480px ){.simplenote-app-banner{gap:10px;padding-left:10px;padding-right:10px}.simplenote-app-banner__icon{width:38px;height:38px}.simplenote-app-banner__cta{padding:8px 14px}}@media ( prefers-reduced-motion: no-preference ){.simplenote-app-banner{animation:simplenote-app-banner-in 200ms ease-out}@keyframes simplenote-app-banner-in{from{transform:translateY(100%)}to{transform:translateY(0)}}}