/* ÖZAY GRUP V36 • Merkezi Anlık Global Arama */
.topbar{position:relative}
.oz-global-search{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(720px,46vw);z-index:1250}
.oz-global-search-box{height:48px;border:1px solid #d7dde7;background:#fff;border-radius:15px;display:flex;align-items:center;gap:11px;padding:0 14px;box-shadow:0 5px 22px rgba(15,23,42,.08);transition:.18s ease}
.oz-global-search-box:focus-within{border-color:#64748b;box-shadow:0 0 0 4px rgba(71,85,105,.09),0 10px 30px rgba(15,23,42,.12);transform:translateY(-1px)}
.oz-global-search-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;color:#64748b;flex:0 0 auto}
#ozGlobalSearchInput{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;margin:0!important;width:100%;font:inherit;font-size:14px;font-weight:550;color:#101828;height:46px}
#ozGlobalSearchInput::placeholder{color:#8b95a7;font-weight:450}
.oz-global-search-live{font-size:9px;font-weight:800;letter-spacing:.08em;color:#64748b;background:#f4f6f8;border:1px solid #e2e7ee;border-radius:999px;padding:5px 7px;white-space:nowrap}
.oz-global-results{position:absolute;top:57px;left:0;right:0;background:#fff;border:1px solid #e1e6ed;border-radius:16px;box-shadow:0 24px 60px rgba(15,23,42,.2);overflow:hidden;max-height:min(650px,74vh);display:flex;flex-direction:column}
.oz-global-results.hidden{display:none!important}
.oz-global-search-head{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #f0f2f5;background:#fbfcfd;color:#667085;font-size:12px}
.oz-global-search-head strong{color:#344054;font-size:13px}
.oz-global-search-list{overflow:auto;padding:7px}
.oz-global-group-title{padding:9px 9px 5px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#98a2b3}
.oz-global-result{width:100%;border:0;background:transparent;border-radius:11px;padding:10px 11px;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;text-align:left;cursor:pointer;color:#101828}
.oz-global-result:hover,.oz-global-result.is-active{background:#f2f4f7}
.oz-global-result-icon{width:36px;height:36px;border-radius:10px;background:#f2f4f7;display:grid;place-items:center;font-size:17px}
.oz-global-result-main{min-width:0}.oz-global-result-title{font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.oz-global-result-sub{font-size:12px;color:#667085;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.oz-global-result-type{font-size:11px;color:#667085;background:#f9fafb;border:1px solid #eaecf0;border-radius:999px;padding:4px 7px;white-space:nowrap}
.oz-global-empty{padding:30px 18px;text-align:center;color:#667085}.oz-global-empty strong{display:block;color:#344054;margin-bottom:5px}
.oz-global-loading{padding:24px;text-align:center;color:#667085}.oz-global-search-spinner{display:inline-block;width:18px;height:18px;border:2px solid #e4e7ec;border-top-color:#667085;border-radius:50%;animation:ozGlobalSpin .7s linear infinite;vertical-align:-4px;margin-right:7px}
@keyframes ozGlobalSpin{to{transform:rotate(360deg)}}
@media(max-width:1250px){.oz-global-search{width:min(540px,40vw)}.oz-global-search-live{display:none}}
@media(max-width:900px){.topbar{flex-wrap:wrap}.oz-global-search{position:relative;left:auto;top:auto;transform:none;order:3;flex-basis:100%;width:100%;max-width:none;margin:10px 0 0}.oz-global-results{position:fixed;left:10px;right:10px;top:118px;max-height:calc(100vh - 140px)}}
@media(max-width:600px){.oz-global-search-box{height:44px;border-radius:12px}.oz-global-results{top:112px}.oz-global-result{grid-template-columns:36px 1fr}.oz-global-result-type{display:none}}
