@charset UTF-8;:root{--accu-bg:#fff;--accu-border:#f1f5f9;--accu-text:#0f172a;--accu-muted:#6b7280;--accu-accent:#6366f1;--accu-h:72px;--accu-r:14px;--accu-shadow:0 6px 20px rgba(2,6,23,.06)}.accu-topbar{position:sticky;top:0;z-index:1000;background:var(--accu-bg);border-bottom:1px solid var(--accu-border);backdrop-filter:saturate(180%) blur(6px);padding-top:var(--space-s);padding-bottom:var(--space-s)}.accu-topbar__wrap{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--space-m);width:100%;padding:10px 20px}.accu-brand{display:flex;align-items:center;gap:12px;color:var(--accu-text)}.accu-brand__logo{width:40px;height:40px;border-radius:12px;display:grid;place-content:center;background:#0b1220;color:#fff;font-weight:700}.accu-brand__name{font-weight:700;font-size:var(--text-m);line-height:1.5}.accu-brand__sub{display:block;color:var(--accu-muted);font-size:var(--text-s);font-weight:500}.accu-search{position:relative;min-width:0;z-index:5}.accu-search form{margin:0!important}.accu-search label{display:none!important}.accu-search [type=submit]{display:none!important}.accu-search input[type=search],.accu-search input[name=s]{width:min(760px,100%);height:48px!important;line-height:48px!important;padding-left:44px!important;padding-right:44px!important;border-radius:var(--accu-r)!important;border:1px solid var(--accu-border)!important;background:#fff!important;color:var(--accu-text);font-size:16px!important;outline:0;box-shadow:0 1px 2px rgba(0,0,0,.03)!important}.accu-search input::placeholder{color:#9CA3AF}.accu-search input:focus{border-color:#c7d2fe!important;box-shadow:0 0 0 4px rgba(99,102,241,.12)!important}.accu-search .icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#94A3B8;opacity:1;z-index:2;pointer-events:none}.accu-search .kbd{position:absolute;right:12px;top:50%;transform:translateY(-50%);padding:2px 7px;font-size:12px;color:#6B7280;background:#F9FAFB;border:1px solid #E5E7EB;border-bottom-width:2px;border-radius:8px;font-variant-numeric:tabular-nums}.searchwp-live-search-results{position:absolute;left:0;right:0;width:auto;margin-top:8px;background:#fff;border:1px solid var(--accu-border);box-shadow:var(--accu-shadow);max-height:60vh;overflow:auto}.searchwp-live-search-result a{display:flex;gap:10px;padding:10px 12px;color:inherit;text-decoration:none}.searchwp-live-search-no-results{padding:10px 12px;color:var(--accu-muted)}.accu-right{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:var(--space-3xs)}.accu-pill{display:flex;flex-direction:row;align-items:center;gap:var(--space-3xs);height:40px;padding:0 var(--space-xs);border:1px solid var(--accu-border);background:var(--secondary-5);border-radius:var(--radius-s);color:var(--accu-text);font-size:var(--text-s)}.accu-pill .time{font-weight:600}#accu-notify .accu-bell{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--accu-border);border-radius:12px;background:#fff}#accu-notify .accu-bell:hover{box-shadow:var(--accu-shadow)}#accu-notify .dot{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;border-radius:999px;font-size:11px;line-height:1;padding:3px 6px;min-width:18px;text-align:center}.accu-user{display:flex;align-items:center;gap:10px;padding:2px 4px;border-radius:999px}.accu-user .avatar{width:36px;height:36px;border-radius:12px;display:grid;place-content:center;background:#0f172a;color:#fff;font-weight:600}.accu-user .meta{line-height:1.1}.accu-user .name{font-size:var(--text-s);font-weight:700}.accu-user .role{font-size:calc(var(--text-s)*0.8);color:var(--accu-muted)}.meta{display:flex;flex-direction:column}@media (max-width:992px){.accu-brand__sub{display:none}.accu-search input{width:100%}.accu-right{display:none}}@media (max-width:768px){.accu-topbar__wrap{display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand right" "search search";align-items:center;gap:10px}.accu-brand{grid-area:brand}.accu-right{grid-area:right}.accu-search{grid-area:search;width:100%}.accu-search .kbd{display:none}.accu-user .meta{display:none}.accu-user .avatar{width:34px;height:34px}#accu-notify .accu-bell,.accu-pill{height:36px}.accu-search input[type=search],.accu-search input[name=s]{height:44px!important;line-height:44px!important}.searchwp-live-search-results{z-index:10000}}@media (max-width:480px){.accu-topbar{padding-top:8px;padding-bottom:8px}.accu-topbar__wrap{padding:8px 12px;gap:8px}.accu-brand__name{font-size:.95rem}.accu-brand__logo{width:36px;height:36px;border-radius:10px}.accu-right{gap:8px}.accu-pill{padding:0 10px;font-size:12px}.accu-search:focus-within{position:fixed;left:12px;right:12px;top:calc(env(safe-area-inset-top,0px) + 8px);z-index:10001}.accu-search:focus-within input[type=search],.accu-search:focus-within input[name=s]{box-shadow:0 6px 20px rgba(2,6,23,.12)!important}.accu-search:focus-within .searchwp-live-search-results{position:fixed;left:12px;right:12px;top:calc(env(safe-area-inset-top,0px) + 8px + 52px);max-height:calc(100vh - 140px)}}.accu-search svg.accu-icon,.accu-search .brxe-icon svg{width:18px!important;height:18px!important}.accu-search .brxe-icon{width:18px!important;height:18px!important}.accu-search .accu-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94A3B8;pointer-events:none;z-index:2}