.cfd-scrim{z-index:var(--z-overlay);background:var(--scrim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;align-items:center;padding:24px;animation:.16s cfd-fade;display:flex;position:fixed;inset:0}.cfd-modal{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-lg);width:100%;max-width:400px;box-shadow:var(--shadow-3);animation:.22s cubic-bezier(.32,.72,0,1) cfd-in;overflow:hidden}.cfd-modal .cfd-head{align-items:flex-start;gap:14px;padding:22px 22px 0;display:flex}.cfd-modal .cfd-ic{border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.cfd-modal .cfd-ic.bad{background:var(--bad-soft);color:var(--bad)}.cfd-modal .cfd-ic.warn{background:var(--warn-soft);color:var(--warn)}.cfd-modal .cfd-ic .ic{width:21px;height:21px}.cfd-modal .cfd-head b{font:600 18px var(--font);letter-spacing:-.01em;color:var(--text);line-height:1.28;display:block}.cfd-modal .cfd-body{font:500 14px var(--font);color:var(--muted);padding:12px 22px 4px 78px;line-height:1.55}.cfd-modal .cfd-foot{border-top:1px solid var(--line);background:var(--surface-2);justify-content:flex-end;align-items:center;gap:10px;margin-top:14px;padding:18px 22px;display:flex}.cfd-modal .cfd-keep{border:1px solid var(--line-2);height:44px;color:var(--text);font:500 14px var(--font);cursor:pointer;background:0 0;border-radius:11px;padding:0 18px}.cfd-modal .cfd-keep:hover{background:var(--surface-3)}.cfd-modal .cfd-danger{background:var(--bad);color:#fff;height:44px;font:600 14px var(--font);cursor:pointer;border:none;border-radius:11px;padding:0 20px}.cfd-modal .cfd-danger:hover{filter:brightness(1.06)}.cfd-modal.tdk{max-width:440px}.tdk-note{font:500 13px var(--font);color:var(--faint);margin-top:10px;line-height:1.5}.tdk-warn{font:600 13px var(--font);color:var(--warn);margin-top:10px;line-height:1.5}.cfd-modal .tdk-go{background:var(--accent);height:44px;color:var(--accent-ink);font:600 14px var(--font);cursor:pointer;border:none;border-radius:11px;padding:0 20px}.cfd-modal .tdk-go:hover:not(:disabled){filter:brightness(1.06)}.cfd-modal .tdk-go:disabled{opacity:.45;cursor:not-allowed}.cfd-modal .tdk-link{text-align:right;width:100%;font:500 12.5px var(--font);color:var(--accent-text);cursor:pointer;background:0 0;border:0;padding:0 22px 16px;display:block}@keyframes cfd-fade{0%{opacity:0}to{opacity:1}}@keyframes cfd-in{0%{opacity:0;transform:translateY(14px)scale(.975)}to{opacity:1;transform:none}}
.pd-scrim{--font-brand:var(--font-sora), "Sora", "Onest", system-ui, sans-serif;z-index:var(--z-overlay);background:var(--scrim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;align-items:center;padding:24px;animation:.2s pd-fade;display:flex;position:fixed;inset:0}.pd-scrim.closing{opacity:0;pointer-events:none;transition:opacity .2s}.pd-modal{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-lg);width:100%;max-width:640px;max-height:88vh;box-shadow:var(--shadow-3);flex-direction:column;animation:.24s cubic-bezier(.32,.72,0,1) pd-modal;display:flex;overflow:hidden}.pd-scrim.closing .pd-modal{opacity:0;transition:opacity .2s,transform .2s;transform:translateY(12px)scale(.985)}.pd-head{border-bottom:1px solid var(--line);flex:none;align-items:flex-start;gap:13px;padding:18px 20px 15px;display:flex}.pd-head-ic{background:var(--surface-2);width:40px;height:40px;color:var(--muted);border-radius:11px;flex:none;place-items:center;display:grid}.pd-head-ic .ic{width:20px;height:20px}.pd-head-ic.new{background:var(--accent-soft);color:var(--accent-text)}.pd-head-tt{flex:1;min-width:0;padding-top:1px}.pd-head-title{font-family:var(--font-brand);color:var(--text);font-size:17px;font-weight:600;line-height:1.25}.pd-head-ctx{color:var(--muted);align-items:center;gap:6px;min-width:0;margin-top:4px;font-size:12.5px;display:flex}.pd-head-ctx .ic{width:13px;height:13px;color:var(--faint);flex:none}.pd-ctx-txt{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.pd-x{background:var(--surface-2);border:1px solid var(--line-2);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:9px;flex:none;place-items:center;display:grid}.pd-x:hover{background:var(--surface-3);color:var(--text)}.pd-body{flex:1;padding:18px 20px;overflow-y:auto}.pd-field{margin-bottom:16px}.pd-field label{color:var(--text);margin-bottom:7px;font-size:13px;font-weight:600;display:block}.pd-req{color:var(--accent-text)}.pd-ta{background:var(--surface-2);border:1px solid var(--line-2);width:100%;color:var(--text);font:400 14px/1.55 var(--font);resize:none;border-radius:11px;padding:11px 42px 11px 13px}.pd-ta.bad{border-color:var(--bad);box-shadow:0 0 0 3px var(--bad-soft)}.pd-ta:focus,.pd-ta-sm:focus{border-color:var(--accent-line);outline:none}.pd-err{color:var(--bad);align-items:center;gap:7px;margin-top:7px;font-size:12px;display:flex}.pd-err .ic{flex:none;width:14px;height:14px}.pd-box{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface-2);margin-bottom:12px;overflow:hidden}.pd-box-head{cursor:pointer;text-align:left;width:100%;font-family:var(--font);background:0 0;border:none;align-items:center;gap:10px;padding:13px 14px;display:flex}.pd-box-head .ic:last-child{width:18px;height:18px;color:var(--faint);flex:none}.pd-box-ic{background:var(--surface-3);width:28px;height:28px;color:var(--muted);border-radius:8px;flex:none;place-items:center;display:grid}.pd-box-ic .ic{width:15px;height:15px}.pd-box-tt{flex:1;min-width:0}.pd-box-title{color:var(--text);font-size:13.5px;font-weight:600;display:block}.pd-box-sub{color:var(--faint);margin-top:1px;font-size:11.5px;display:block}.pd-box-body{padding:0 14px 14px;animation:.16s pd-rise}.pd-mini-label{color:var(--muted);margin-bottom:5px;font-size:11.5px;font-weight:600;display:block}.pd-subfield+.pd-subfield{margin-top:12px}.pd-row2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.pd-ta-sm{background:var(--surface);border:1px solid var(--line-2);width:100%;color:var(--text);font:400 13.5px/1.55 var(--font);resize:none;border-radius:10px;padding:10px 40px 10px 12px}.pd-next{background:var(--surface-2);border:1px solid var(--line);border-radius:11px;align-items:flex-start;gap:10px;margin-top:16px;padding:12px 14px;display:flex}.pd-next .ic{width:16px;height:16px;color:var(--muted);flex:none;margin-top:1px}.pd-next div{color:var(--muted);font-size:12.5px;line-height:1.5}.pd-next b{color:var(--text);font-weight:600}.pd-link{color:var(--accent-text);align-items:center;gap:4px;font-weight:600;display:inline-flex}.pd-link .ic{width:13px;height:13px}.pd-banner{border-radius:11px;align-items:center;gap:9px;margin-top:14px;padding:11px 13px;font-size:13px;display:flex}.pd-banner.bad{background:var(--bad-soft);color:var(--bad)}.pd-banner .ic{flex:none;width:16px;height:16px}.pd-success{align-items:flex-start;gap:14px;padding:8px 2px 4px;display:flex}.pd-success-ic{background:var(--ok-soft);width:42px;height:42px;color:var(--ok);border-radius:12px;flex:none;place-items:center;display:grid}.pd-success-ic .ic{width:21px;height:21px}.pd-success b{color:var(--text);margin-bottom:6px;font-size:15px;display:block}.pd-success p{color:var(--muted);margin:0;font-size:13.5px;line-height:1.55}.pd-foot{border-top:1px solid var(--line);background:var(--surface-2);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.pd-dirty-hint{color:var(--faint);font-size:12px}.pd-foot-btns{gap:10px;display:flex}.pd-btn{border:1px solid var(--line-2);height:44px;color:var(--text);font:500 14px var(--font);cursor:pointer;background:0 0;border-radius:11px;padding:0 16px}.pd-btn:hover:not(:disabled){background:var(--surface-3)}.pd-btn:disabled{opacity:.6;cursor:not-allowed}.pd-btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 8px 18px var(--accent-soft);border:none;align-items:center;gap:8px;padding:0 20px;font-weight:600;display:inline-flex}.pd-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.pd-btn-primary .ic,.pd-btn-primary .spinner{width:16px;height:16px}@keyframes pd-fade{0%{opacity:0}to{opacity:1}}@keyframes pd-modal{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:none}}@keyframes pd-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (max-width:640px){.pd-modal{max-height:92vh}.pd-row2{grid-template-columns:1fr}.pd-foot{flex-wrap:wrap}}
.sgt-scrim{z-index:var(--z-overlay);background:var(--scrim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;align-items:flex-end;padding:22px;animation:.15s sgt-fade;display:flex;position:fixed;inset:0}.sgt-card{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-lg);width:100%;max-width:380px;box-shadow:var(--shadow-3);padding:20px;animation:.25s cubic-bezier(.2,.7,.2,1) sgt-rise}.sgt-head{align-items:center;gap:11px;margin-bottom:10px;display:flex}.sgt-ic{background:var(--accent-soft);width:34px;height:34px;color:var(--accent-text);border-radius:10px;flex:none;place-items:center;display:grid}.sgt-ic .ic{width:18px;height:18px}.sgt-title{font:600 16px var(--font-brand);letter-spacing:-.01em;color:var(--text)}.sgt-body{font:500 13px var(--font);color:var(--muted);margin-bottom:16px;line-height:1.5}.sgt-login{background:var(--accent);width:100%;height:44px;color:var(--accent-ink);font:600 14px var(--font);cursor:pointer;border:none;border-radius:11px;justify-content:center;align-items:center;gap:9px;display:inline-flex}.sgt-login:hover{filter:brightness(1.06)}.sgt-login .ic{width:17px;height:17px}.sgt-dismiss{width:100%;height:40px;color:var(--faint);font:500 13.5px var(--font);cursor:pointer;background:0 0;border:none;border-radius:11px;margin-top:8px}.sgt-dismiss:hover{color:var(--text)}@keyframes sgt-fade{0%{opacity:0}to{opacity:1}}@keyframes sgt-rise{0%{opacity:0;transform:translateY(14px)scale(.975)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.sgt-scrim,.sgt-card{animation-duration:.01ms}}
@keyframes omn-fade{0%{opacity:0}to{opacity:1}}@keyframes omn-pop{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:none}}.omn-bell{position:relative}.omn-bell.on{border-color:var(--accent-line);background:var(--surface-3)}.omn-badge{border-radius:var(--r-pill);background:var(--accent);min-width:18px;height:18px;color:var(--accent-ink);font:700 10.5px var(--mono);border:2px solid var(--surface);justify-content:center;align-items:center;padding:0 5px;display:flex;position:absolute;top:-5px;right:-5px}.omn-scrim{z-index:var(--z-overlay);background:var(--scrim-light);animation:.15s omn-fade;position:fixed;inset:0}.omn-pop{z-index:var(--z-overlay);background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-lg);width:394px;max-height:544px;box-shadow:var(--shadow-3);flex-direction:column;animation:.2s cubic-bezier(.32,.72,0,1) omn-pop;display:flex;position:fixed;top:68px;right:16px}.omn-tip{background:var(--surface);border-left:1px solid var(--line-2);border-top:1px solid var(--line-2);width:12px;height:12px;position:absolute;top:-6px;right:59px;transform:rotate(45deg)}.omn-grip{display:none}.omn-head{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:15px 16px 13px;display:flex}.omn-h1{font:600 15.5px var(--font-brand)}.omn-sub{font:400 12px var(--font);color:var(--muted);margin-top:2px}.omn-all{border:1px solid var(--line-2);border-radius:var(--r-pill);background:var(--surface-2);height:30px;color:var(--muted);font:600 12px var(--font);cursor:pointer;flex:none;align-items:center;gap:6px;padding:0 11px;transition:all .14s;display:inline-flex}.omn-all:hover{color:var(--text);border-color:var(--accent-line)}.omn-all .ic{width:14px;height:14px}.omn-list{flex:1;padding:6px 10px 12px;overflow-y:auto}.omn-list::-webkit-scrollbar{width:8px}.omn-list::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:4px}.omn-grp{font:400 10.5px var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--faint);padding:12px 6px 6px}.omn-row{cursor:pointer;text-align:left;width:100%;font-family:var(--font);background:0 0;border:none;border-radius:11px;align-items:flex-start;gap:12px;padding:11px 10px;transition:background .12s;display:flex}.omn-row:hover{background:var(--surface-2)}.omn-ic{background:var(--surface-2);border:1px solid var(--line);width:34px;height:34px;color:var(--muted);border-radius:9px;flex:none;place-items:center;margin-top:1px;display:grid}.omn-ic .ic{width:17px;height:17px}.omn-main{flex:1;min-width:0}.omn-t{font:500 13.5px/1.4 var(--font);color:var(--muted);display:block}.omn-row.new .omn-t{color:var(--text);font-weight:600}.omn-w{font:400 12px/1.4 var(--font);color:var(--muted);margin-top:3px;display:block}.omn-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.omn-time{font:400 10.5px var(--mono);color:var(--faint)}.omn-pill{border-radius:var(--r-pill);height:17px;font:600 9.5px var(--mono);align-items:center;padding:0 8px;display:inline-flex}.omn-pill.ok{background:var(--ok-soft);border:1px solid var(--ok-line);color:var(--ok)}.omn-pill.bad{background:var(--bad-soft);border:1px solid var(--bad-line);color:var(--bad)}.omn-dot{background:var(--accent);border-radius:50%;flex:none;align-self:center;width:8px;height:8px;margin-left:4px}.omn-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:52px 26px;display:flex}.omn-empty-ic{background:var(--surface-2);border:1px solid var(--line-2);width:58px;height:58px;color:var(--faint);border-radius:16px;place-items:center;margin-bottom:18px;display:grid}.omn-empty-ic .ic{width:26px;height:26px}.omn-empty h3{font:600 18px var(--font-brand);margin:0 0 8px}.omn-empty p{font:400 13.5px/1.55 var(--font);color:var(--muted);max-width:280px;margin:0}.omn-skel{flex-direction:column;gap:14px;padding:12px 10px;display:flex}.omn-skel-row{align-items:flex-start;gap:12px;display:flex}.omn-sk{background:linear-gradient(90deg, var(--surface-2) 25%, var(--surface-3) 50%, var(--surface-2) 75%);background-size:250% 100%;border-radius:6px;animation:1.5s linear infinite om-shimmer}.omn-sk-ic{border-radius:9px;flex:none;width:34px;height:34px}.omn-sk-a{width:78%;height:11px}.omn-sk-b{width:46%;height:9px;margin-top:8px}.omn-err{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:44px 26px;display:flex}.omn-err p{font:400 13.5px/1.5 var(--font);color:var(--muted);margin:0}.omn-retry{border:1px solid var(--line-2);border-radius:var(--r-pill);background:var(--surface-2);height:32px;color:var(--text);font:600 12.5px var(--font);cursor:pointer;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.omn-retry:hover{border-color:var(--accent-line)}.omn-retry .ic{width:14px;height:14px;color:var(--muted)}@keyframes om-focus-flash{0%,68%{box-shadow:0 0 0 2px var(--accent-line)}to{box-shadow:0 0 0 2px #0000}}.om-focus{animation:2.6s forwards om-focus-flash}.om-focus.om-focus-card{border-radius:16px}@media (max-width:640px){@keyframes omn-sheet{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.omn-scrim{background:var(--scrim)}.omn-pop{width:auto;max-height:78dvh;z-index:var(--z-sheet);border-bottom:none;border-left:none;border-right:none;border-radius:22px 22px 0 0;animation:.28s cubic-bezier(.32,.72,0,1) omn-sheet;inset:auto 0 0;box-shadow:0 -14px 34px #00000052}.omn-tip{display:none}.omn-grip{flex:none;justify-content:center;padding:9px 0 3px;display:flex}.omn-grip span{background:var(--line-2);border-radius:3px;width:44px;height:5px}.omn-head{padding:6px 16px 12px}.omn-h1{font-size:15px}.omn-sub{margin-top:1px;font-size:11px}.omn-list{padding:6px 12px 14px}.omn-grp{padding:9px 4px 5px;font-size:9.5px}.omn-row{gap:11px;min-height:56px;padding:9px 6px}.omn-ic{width:32px;height:32px}.omn-ic .ic{width:16px;height:16px}.omn-t{font-size:12.5px;line-height:1.35}.omn-w{margin-top:2px;font-size:11px}.omn-meta{margin-top:4px}.omn-time{font-size:9.5px}.omn-dot{align-self:flex-start;margin-top:12px}}
