/* Asmbly 0.9.26 — Unified Notifications + Delivery Operations */
:root{--asmbly-notify-bg:#10110f;--asmbly-notify-panel:#161713;--asmbly-notify-card:#20211c;--asmbly-notify-line:rgba(255,255,255,.11);--asmbly-notify-ink:#f7f5ec;--asmbly-notify-muted:#aaa99f;--asmbly-notify-orange:#ff6a32;--asmbly-notify-gold:#f4b44d;--asmbly-notify-green:#72d29b;--asmbly-notify-red:#ff8b82}
.asmbly-notification-trigger{position:relative}.asmbly-notification-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:4px;border-radius:999px;background:var(--asmbly-notify-orange);color:#fff;font:800 10px/18px system-ui;font-style:normal;box-shadow:0 0 0 2px rgba(0,0,0,.28)}.asmbly-mobile-notification-trigger{position:fixed;right:18px;bottom:calc(84px + env(safe-area-inset-bottom,0px));z-index:67;width:48px;height:48px;border:1px solid rgba(255,255,255,.17);border-radius:50%;display:none;place-items:center;background:rgba(18,19,16,.94);color:#fff;box-shadow:0 14px 42px rgba(0,0,0,.28);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.asmbly-mobile-notification-trigger>span{position:relative;width:17px;height:16px;border:2px solid currentColor;border-bottom:0;border-radius:9px 9px 4px 4px}.asmbly-mobile-notification-trigger>span:before{content:"";position:absolute;left:50%;bottom:-4px;width:21px;height:2px;border-radius:2px;background:currentColor;transform:translateX(-50%)}.asmbly-mobile-notification-trigger>span:after{content:"";position:absolute;left:50%;bottom:-8px;width:4px;height:4px;border-radius:50%;background:currentColor;transform:translateX(-50%)}.asmbly-mobile-notification-trigger .asmbly-notification-count{position:absolute;right:-3px;top:-3px;margin:0}
body.asmbly-notification-open{overflow:hidden}.asmbly-notification-center{position:fixed;inset:0;z-index:100080;display:flex;justify-content:flex-end;align-items:stretch}.asmbly-notification-center[hidden]{display:none!important}.asmbly-notification-backdrop{position:absolute;inset:0;background:rgba(2,3,2,.7);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.asmbly-notification-panel{position:relative;z-index:1;width:min(520px,100vw);height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;background:linear-gradient(160deg,#1a1b17 0%,#10110f 100%);border-left:1px solid var(--asmbly-notify-line);color:var(--asmbly-notify-ink);box-shadow:-24px 0 70px rgba(0,0,0,.42);overflow:hidden}.asmbly-notification-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 24px 18px}.asmbly-notification-panel>header small,.asmbly-notification-preference-head small{display:block;color:var(--asmbly-notify-gold);font:800 10px/1.2 system-ui;letter-spacing:.12em;text-transform:uppercase}.asmbly-notification-panel>header p{margin:8px 0 0;max-width:360px;color:var(--asmbly-notify-muted);font:500 12px/1.5 system-ui}.asmbly-notification-panel>header h2{margin:5px 0 0;color:inherit;font:750 clamp(27px,4vw,38px)/1.04 system-ui;letter-spacing:-.04em}.asmbly-notification-panel>header button,.asmbly-notification-preference-head button{border:1px solid var(--asmbly-notify-line);border-radius:999px;background:rgba(255,255,255,.035);color:inherit;min-width:44px;min-height:44px;padding:0 14px;font-weight:750;cursor:pointer}.asmbly-notification-panel>header button:hover,.asmbly-notification-preference-head button:hover{background:rgba(255,255,255,.09)}
.asmbly-notification-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:0 24px 16px;border-bottom:1px solid var(--asmbly-notify-line)}.asmbly-notification-toolbar>div{display:flex;gap:7px;overflow:auto;scrollbar-width:none}.asmbly-notification-toolbar>div::-webkit-scrollbar{display:none}.asmbly-notification-toolbar button{white-space:nowrap;border:1px solid var(--asmbly-notify-line);border-radius:999px;background:transparent;color:var(--asmbly-notify-muted);padding:8px 11px;font:700 11px/1 system-ui;cursor:pointer}.asmbly-notification-toolbar button.active{background:var(--asmbly-notify-ink);border-color:var(--asmbly-notify-ink);color:#131411}.asmbly-notification-toolbar>[data-notification-settings]{width:40px;height:40px;padding:0;font-size:17px;color:var(--asmbly-notify-ink)}
#asmblyNotificationList{min-height:0;overflow:auto;padding:14px 18px calc(24px + env(safe-area-inset-bottom,0px));overscroll-behavior:contain}.asmbly-notification-item{display:grid;grid-template-columns:10px minmax(0,1fr);gap:13px;margin:0 0 9px;padding:16px 15px;border:1px solid rgba(255,255,255,.075);border-radius:19px;background:rgba(255,255,255,.028);transition:border-color .18s ease,background .18s ease,transform .18s ease}.asmbly-notification-item:hover{border-color:rgba(255,255,255,.17);background:rgba(255,255,255,.045);transform:translateY(-1px)}.asmbly-notification-item.is-unread{border-color:rgba(255,106,50,.33);background:linear-gradient(120deg,rgba(255,106,50,.105),rgba(255,255,255,.025))}.asmbly-notification-item[data-priority="urgent"]{border-color:rgba(255,139,130,.42)}.asmbly-notification-dot{width:9px;height:9px;border-radius:50%;margin-top:4px;background:#62645e;box-shadow:0 0 0 5px rgba(98,100,94,.1)}.asmbly-notification-item.is-unread .asmbly-notification-dot{background:var(--asmbly-notify-orange);box-shadow:0 0 0 5px rgba(255,106,50,.12)}.asmbly-notification-item[data-priority="urgent"] .asmbly-notification-dot{background:var(--asmbly-notify-red)}.asmbly-notification-copy>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:10px}.asmbly-notification-copy small{color:var(--asmbly-notify-gold);font:800 9px/1.2 system-ui;letter-spacing:.11em;text-transform:uppercase}.asmbly-notification-copy time{color:#7f8179;font:600 10px/1.2 system-ui}.asmbly-notification-copy h3{margin:8px 0 5px;color:inherit;font:750 16px/1.22 system-ui;letter-spacing:-.015em}.asmbly-notification-copy p{margin:0;color:var(--asmbly-notify-muted);font:500 13px/1.5 system-ui}.asmbly-notification-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-top:13px}.asmbly-notification-actions a,.asmbly-notification-actions button{border:1px solid var(--asmbly-notify-line);border-radius:999px;background:transparent;color:var(--asmbly-notify-ink);padding:7px 10px;text-decoration:none;font:750 10px/1 system-ui;cursor:pointer}.asmbly-notification-actions a{background:var(--asmbly-notify-orange);border-color:var(--asmbly-notify-orange);color:#fff}.asmbly-notification-actions a:hover,.asmbly-notification-actions button:hover{filter:brightness(1.08)}.asmbly-notification-empty{display:grid;justify-items:center;text-align:center;padding:70px 30px;color:var(--asmbly-notify-muted)}.asmbly-notification-empty>span{display:grid;place-items:center;width:54px;height:54px;margin-bottom:18px;border-radius:50%;background:rgba(114,210,155,.11);color:var(--asmbly-notify-green);font-size:24px}.asmbly-notification-empty b{color:var(--asmbly-notify-ink);font:750 18px/1.2 system-ui}.asmbly-notification-empty p{max-width:320px;margin:8px 0 0;font:500 13px/1.55 system-ui}.asmbly-notification-empty.is-error>span{background:rgba(255,139,130,.1);color:var(--asmbly-notify-red)}
.asmbly-notification-preferences{min-height:0;overflow:auto;padding:5px 24px calc(30px + env(safe-area-inset-bottom,0px))}.asmbly-notification-preferences[hidden]{display:none!important}.asmbly-notification-preference-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:8px 0 20px}.asmbly-notification-preference-head h3{margin:5px 0 0;color:inherit;font:750 24px/1.06 system-ui;letter-spacing:-.035em}.asmbly-notification-master{display:flex;gap:13px;align-items:center;padding:16px;border:1px solid rgba(255,106,50,.28);border-radius:18px;background:rgba(255,106,50,.07);cursor:pointer}.asmbly-notification-master input{width:20px;height:20px;accent-color:var(--asmbly-notify-orange)}.asmbly-notification-master span{display:grid;gap:3px}.asmbly-notification-master b{font:750 14px/1.2 system-ui}.asmbly-notification-master em{color:var(--asmbly-notify-muted);font:500 11px/1.4 system-ui}.asmbly-notification-preferences fieldset{margin:15px 0 0;padding:15px;border:1px solid var(--asmbly-notify-line);border-radius:18px}.asmbly-notification-preferences legend{padding:0 7px;color:var(--asmbly-notify-gold);font:800 10px/1.2 system-ui;letter-spacing:.11em;text-transform:uppercase}.asmbly-notification-preferences fieldset>label{display:flex;align-items:center;gap:9px;margin:9px 0;color:var(--asmbly-notify-ink);font:650 13px/1.3 system-ui}.asmbly-notification-preferences fieldset input[type="checkbox"]{width:18px;height:18px;accent-color:var(--asmbly-notify-orange)}.asmbly-notification-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:15px 0 0}.asmbly-notification-contact-grid label,.asmbly-notification-preferences>form>label:not(.asmbly-notification-master){display:grid;gap:6px;color:var(--asmbly-notify-muted);font:700 10px/1.2 system-ui;letter-spacing:.06em;text-transform:uppercase}.asmbly-notification-preferences input[type="email"],.asmbly-notification-preferences input[name="phone"],.asmbly-notification-preferences input[type="time"],.asmbly-notification-preferences input[name="timezone"],.asmbly-notification-preferences select{width:100%;min-height:43px;border:1px solid var(--asmbly-notify-line);border-radius:12px;background:#11120f;color:var(--asmbly-notify-ink);padding:10px 11px;font:600 13px/1.2 system-ui;letter-spacing:normal;text-transform:none}.asmbly-notification-preferences button[type="submit"]{width:100%;min-height:47px;margin-top:18px;border:0;border-radius:14px;background:var(--asmbly-notify-orange);color:#fff;font:800 13px/1 system-ui;cursor:pointer}.asmbly-notification-preferences button[type="submit"]:disabled{opacity:.48;cursor:wait}.asmbly-notification-consent-note{margin:13px 1px 0;color:#85877f;font:500 11px/1.5 system-ui}.asmbly-notification-toast{position:absolute;left:50%;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:3;transform:translate(-50%,15px);opacity:0;pointer-events:none;max-width:calc(100% - 40px);border-radius:13px;background:#f7f5ec;color:#131411;padding:11px 14px;box-shadow:0 16px 45px rgba(0,0,0,.4);font:700 12px/1.35 system-ui;transition:opacity .18s ease,transform .18s ease}.asmbly-notification-toast.show{opacity:1;transform:translate(-50%,0)}.asmbly-notification-toast.is-error{background:#ffd9d5;color:#611b18}
@media(max-width:760px){.asmbly-mobile-notification-trigger{display:grid}.asmbly-notification-panel{width:100%;border-left:0}.asmbly-notification-panel>header{padding:calc(18px + env(safe-area-inset-top,0px)) 18px 15px}.asmbly-notification-toolbar{padding:0 18px 14px}.asmbly-notification-toolbar{grid-template-columns:minmax(0,1fr) 40px}#asmblyNotificationList{padding:12px 12px calc(95px + env(safe-area-inset-bottom,0px))}.asmbly-notification-preferences{padding:4px 17px calc(95px + env(safe-area-inset-bottom,0px))}.asmbly-notification-contact-grid{grid-template-columns:1fr}.asmbly-notification-item{padding:15px 13px}.asmbly-notification-panel>header h2{font-size:29px}}
@media(max-width:430px){.asmbly-mobile-notification-trigger{right:12px;bottom:calc(76px + env(safe-area-inset-bottom,0px));width:44px;height:44px}.asmbly-notification-panel>header{padding-left:14px;padding-right:14px}.asmbly-notification-toolbar{padding-left:14px;padding-right:14px}.asmbly-notification-toolbar button{padding:8px 10px}.asmbly-notification-actions{gap:5px}.asmbly-notification-actions a,.asmbly-notification-actions button{padding:7px 9px}.asmbly-notification-copy>div:first-child{align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.asmbly-notification-item,.asmbly-notification-toast{transition:none!important}}
