/* OneMagic Unified 2.3.0 — shared design system and enhanced components. */
:root{
  --om-color-ink:#071124;
  --om-color-text:#23334f;
  --om-color-muted:#66758f;
  --om-color-blue:#1266ff;
  --om-color-blue-strong:#0757e7;
  --om-color-blue-soft:#eef5ff;
  --om-color-line:#dfe7f1;
  --om-color-surface:#fff;
  --om-color-page:#f4f7fb;
  --om-radius-sm:12px;
  --om-radius-md:18px;
  --om-radius-lg:24px;
  --om-shadow-sm:0 10px 28px rgba(15,35,66,.05);
  --om-shadow-md:0 20px 52px rgba(15,35,66,.10);
  --om-shell:min(calc(100% - 40px),1240px);
  --om-focus:0 0 0 4px rgba(18,102,255,.18);
}
html{scroll-behavior:smooth}
body.omg-v230{overflow-x:hidden}
body.omg-v230 :where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid var(--om-color-blue)!important;outline-offset:3px!important;box-shadow:var(--om-focus)!important}
body.omg-v230 :where(img,video,iframe){max-width:100%}
body.omg-v230 :where(button,input,select,textarea){font:inherit}
body.omg-search-open{overflow:hidden!important}

/* Header search button */
.omg-global-search-open{display:grid;place-items:center;width:40px;height:40px;margin:0;padding:0;border:1px solid #e1e7ef;border-radius:12px;background:#f5f8fc;color:#0b1736;cursor:pointer}
.omg-global-search-open svg{width:19px;height:19px;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.omg-global-search-open:hover{background:#eef5ff;color:var(--om-color-blue);border-color:#cfe0ff}
@media(min-width:1025px){.omg-global-header__inner{grid-template-columns:auto 40px minmax(0,1fr)!important;gap:18px!important}}
@media(max-width:1024px){.omg-global-header__inner{grid-template-columns:minmax(0,1fr) 40px 42px!important}.omg-global-search-open{width:40px;height:40px}}

/* Smart search dialog */
.omg-search-dialog[hidden]{display:none!important}
.omg-search-dialog{position:fixed;inset:0;z-index:2147483647;display:grid;place-items:start center;padding:clamp(72px,10vh,120px) 18px 24px}
.omg-search-dialog__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(7,17,36,.58);backdrop-filter:blur(7px);cursor:default}
.omg-search-dialog__panel{position:relative;z-index:1;width:min(100%,760px);max-height:calc(100dvh - 100px);overflow:auto;padding:26px;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:#fff;box-shadow:0 36px 100px rgba(7,17,36,.30)}
.omg-search-dialog__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.omg-search-dialog__kicker{display:block;margin-bottom:6px;color:var(--om-color-blue);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.omg-search-dialog__head h2{margin:0;color:var(--om-color-ink);font-size:clamp(23px,4vw,32px);line-height:1.08;font-weight:950;letter-spacing:-.045em}
.omg-search-dialog__close{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border:1px solid var(--om-color-line);border-radius:12px;background:#f7f9fc;color:#18243b;font-size:26px;line-height:1;cursor:pointer}
.omg-search-dialog__form{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:7px 7px 7px 16px;border:1px solid #cfdced;border-radius:17px;background:#fff;box-shadow:0 12px 32px rgba(15,35,66,.06)}
.omg-search-dialog__icon{display:flex;color:#6d7d98}.omg-search-dialog__icon svg{width:21px;height:21px;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.omg-search-dialog__form input{min-width:0;width:100%;border:0!important;outline:0!important;background:transparent!important;color:var(--om-color-ink);font-size:15px;font-weight:700;box-shadow:none!important}
.omg-search-dialog__form input::placeholder{color:#8a97aa}
.omg-search-dialog__form button{height:44px;padding:0 20px;border:0;border-radius:12px;background:var(--om-color-blue);color:#fff;font-size:13px;font-weight:900;cursor:pointer}
.omg-search-dialog__tips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.omg-search-dialog__tips button{min-height:32px;padding:0 12px;border:1px solid var(--om-color-line);border-radius:999px;background:#f8faff;color:#31425f;font-size:11.5px;font-weight:850;cursor:pointer}
.omg-search-dialog__tips button:hover{background:var(--om-color-blue-soft);border-color:#c9ddff;color:var(--om-color-blue)}
.omg-search-dialog__status{margin:18px 2px 10px;color:var(--om-color-muted);font-size:12.5px;font-weight:700}
.omg-search-dialog__results{display:grid;gap:9px}
.omg-search-result{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:72px;padding:12px 14px;border:1px solid #e1e8f2;border-radius:15px;background:#fff;color:var(--om-color-ink);text-decoration:none;transition:.16s ease}
.omg-search-result:hover,.omg-search-result.is-active{transform:translateY(-1px);border-color:#bfd6ff;background:#f8fbff;box-shadow:0 12px 28px rgba(18,102,255,.08)}
.omg-search-result__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--om-color-blue-soft);color:var(--om-color-blue);font-size:16px;font-weight:950}
.omg-search-result__body{min-width:0}.omg-search-result__body strong{display:block;color:var(--om-color-ink);font-size:14px;line-height:1.28;font-weight:900}.omg-search-result__body span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-top:4px;color:var(--om-color-muted);font-size:12px;line-height:1.35}
.omg-search-result__meta{display:grid;justify-items:end;gap:4px;color:#7b899e;font-size:10.5px;font-weight:800}.omg-search-result__meta b{color:var(--om-color-blue);font-size:11px}
@media(max-width:600px){.omg-search-dialog{padding:68px 10px 10px}.omg-search-dialog__panel{max-height:calc(100dvh - 78px);padding:18px;border-radius:20px}.omg-search-dialog__form{grid-template-columns:22px minmax(0,1fr);padding:11px 13px}.omg-search-dialog__form button{grid-column:1/-1;width:100%}.omg-search-result{grid-template-columns:38px minmax(0,1fr);padding:11px}.omg-search-result__mark{width:38px;height:38px}.omg-search-result__meta{display:none}}

/* Article progress, trust and actions */
.omg-reading-progress{position:fixed;top:0;left:0;z-index:2147483647;width:100%;height:3px;pointer-events:none;background:transparent}
.admin-bar .omg-reading-progress{top:32px}.omg-reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#1266ff,#16b4e8);box-shadow:0 0 12px rgba(18,102,255,.45);transition:width .08s linear}
.omg-article-trustbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;width:min(100%,920px);margin:18px auto 24px;padding:13px 15px;border:1px solid #dfe8f4;border-radius:16px;background:linear-gradient(135deg,#fbfdff,#f3f8ff);box-shadow:var(--om-shadow-sm)}
.omg-article-trustbar__facts{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;color:#566681;font-size:12px;font-weight:750}.omg-article-trustbar__facts span,.omg-article-trustbar__facts a{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none}.omg-article-trustbar__facts a:hover{color:var(--om-color-blue)}
.omg-article-tools{display:flex;align-items:center;gap:7px}.omg-article-tools button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid #d7e1ee;border-radius:11px;background:#fff;color:#263754;font-size:11.5px;font-weight:850;cursor:pointer}.omg-article-tools button:hover{border-color:#bcd3ff;color:var(--om-color-blue);background:#f7fbff}
@media(max-width:720px){.omg-article-trustbar{grid-template-columns:1fr;margin:14px 0 20px;padding:13px}.omg-article-tools{display:grid;grid-template-columns:1fr 1fr}.omg-article-tools button{width:100%}}

/* Dictionary quick actions */
.omg-term-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.omg-term-actions button,.omg-term-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid #dbe5f1;border-radius:12px;background:#fff;color:#263754;font-size:12px;font-weight:850;text-decoration:none;cursor:pointer}
.omg-term-actions button:hover,.omg-term-actions a:hover{border-color:#bdd5ff;background:#f7fbff;color:var(--om-color-blue)}

/* Stronger route result on the homepage */
body.sej-home-page .omg-rh-route-note:not(:empty){padding:14px!important;border:1px solid #cfe0ff!important;border-radius:15px!important;background:linear-gradient(135deg,#f8fbff,#edf5ff)!important;box-shadow:0 12px 28px rgba(18,102,255,.08)!important}
body.sej-home-page .omg-rh-route-note strong{color:var(--om-color-ink)!important}

/* Shared content polish */
body.omg-v230 .sej-pagination a,body.omg-v230 .sej-pagination span,body.omg-v230 .omk2-pagination a,body.omg-v230 .omk2-pagination span{min-width:38px;min-height:38px;border-radius:999px}
body.omg-v230 .article-body :where(table,.wp-block-table){max-width:100%}
body.omg-v230 .article-body .wp-block-table{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:782px){.admin-bar .omg-reading-progress{top:46px}}

/* Search results and empty states */
.omg-search-page__main,.omg-404{min-height:72vh;padding:50px 0 80px;background:var(--om-color-page)}
.omg-search-page__shell{width:var(--om-shell);margin:0 auto}
.omg-search-page__hero{padding:34px;border:1px solid var(--om-color-line);border-radius:var(--om-radius-lg);background:linear-gradient(135deg,#fff,#eef5ff);box-shadow:var(--om-shadow-sm)}
.omg-search-page__hero>span{color:var(--om-color-blue);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.omg-search-page__hero h1{margin:10px 0 10px;color:var(--om-color-ink);font-size:clamp(30px,5vw,48px);line-height:1.04;font-weight:950;letter-spacing:-.055em}.omg-search-page__hero p{margin:0;color:var(--om-color-muted);font-size:15px;line-height:1.55}
.omg-search-page__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:720px;margin-top:22px}.omg-search-page__form input{min-height:50px;padding:0 16px;border:1px solid #cfdced;border-radius:13px;background:#fff;color:var(--om-color-ink);font-size:14px;font-weight:700}.omg-search-page__form button{min-height:50px;padding:0 20px;border:0;border-radius:13px;background:var(--om-color-blue);color:#fff;font-size:13px;font-weight:900;cursor:pointer}
.omg-search-page__results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.omg-search-page__card a{display:flex;flex-direction:column;min-height:220px;height:100%;padding:22px;border:1px solid var(--om-color-line);border-radius:18px;background:#fff;color:var(--om-color-ink);text-decoration:none;box-shadow:var(--om-shadow-sm);transition:.16s ease}.omg-search-page__card a:hover{transform:translateY(-2px);border-color:#bfd6ff;box-shadow:var(--om-shadow-md)}.omg-search-page__type{align-self:flex-start;padding:6px 9px;border-radius:999px;background:var(--om-color-blue-soft);color:var(--om-color-blue);font-size:10px;font-weight:900}.omg-search-page__card h2{margin:18px 0 9px;font-size:19px;line-height:1.18;font-weight:950;letter-spacing:-.035em}.omg-search-page__card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:var(--om-color-muted);font-size:13px;line-height:1.5}.omg-search-page__card small{display:flex;justify-content:space-between;gap:12px;margin-top:auto;padding-top:20px;color:#7b899e;font-size:11px;font-weight:800}.omg-search-page__card small b{color:var(--om-color-blue)}
.omg-search-page__pagination{margin-top:26px}.omg-search-page__pagination .nav-links{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.omg-search-page__pagination a,.omg-search-page__pagination span{display:grid;place-items:center;min-height:38px;min-width:38px;padding:0 12px;border:1px solid var(--om-color-line);border-radius:999px;background:#fff;color:var(--om-color-ink);font-size:12px;font-weight:850;text-decoration:none}.omg-search-page__pagination .current{background:var(--om-color-ink);color:#fff}
.omg-empty-state,.omg-404__card{width:min(calc(100% - 28px),700px);margin:40px auto;padding:42px;border:1px solid var(--om-color-line);border-radius:26px;background:#fff;text-align:center;box-shadow:var(--om-shadow-md)}.omg-empty-state>span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 16px;border-radius:18px;background:var(--om-color-blue-soft);color:var(--om-color-blue);font-size:30px}.omg-empty-state h2,.omg-404__card h1{margin:0 0 10px;color:var(--om-color-ink);font-size:32px;line-height:1.08;font-weight:950;letter-spacing:-.045em}.omg-empty-state p,.omg-404__card p{margin:0 auto;max-width:560px;color:var(--om-color-muted);font-size:14px;line-height:1.55}.omg-empty-state>div,.omg-404__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:22px}.omg-empty-state button,.omg-empty-state a,.omg-404__actions button,.omg-404__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border:1px solid var(--om-color-line);border-radius:12px;background:#fff;color:var(--om-color-ink);font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}.omg-empty-state button,.omg-404__actions button{border-color:var(--om-color-blue);background:var(--om-color-blue);color:#fff}.omg-404{display:grid;place-items:center}.omg-404__code{display:block;color:var(--om-color-blue);font-size:72px;line-height:1;font-weight:950;letter-spacing:-.08em}
@media(max-width:900px){.omg-search-page__results{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.omg-search-page__main,.omg-404{padding:24px 0 50px}.omg-search-page__hero{padding:22px}.omg-search-page__form{grid-template-columns:1fr}.omg-search-page__results{grid-template-columns:1fr}.omg-search-page__card a{min-height:190px}.omg-empty-state,.omg-404__card{padding:28px 20px}.omg-empty-state h2,.omg-404__card h1{font-size:26px}}
