.edz-static-page{max-width:960px;margin:0 auto;padding:24px 20px 48px}.edz-static-hero{margin-bottom:24px}.edz-static-hero h1{margin:0 0 8px;font-size:2rem}.edz-static-hero p{margin:0;color:var(--edz-muted)}.edz-static-body{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:var(--edz-radius-lg);padding:20px;line-height:1.6}.edz-admin-wrap{max-width:1200px;margin:0 auto;padding:24px 16px 48px}.edz-admin-login,.edz-admin-panel{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:var(--edz-radius-lg);padding:20px}.edz-admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.edz-admin-tabs button{border:1px solid var(--edz-border);background:var(--edz-bg);border-radius:999px;padding:8px 14px;cursor:pointer}.edz-admin-tabs button.edz-admin-tab-active{background:var(--edz-red);color:#fff;border-color:var(--edz-red)}.edz-admin-form{display:grid;grid-gap:10px;gap:10px;margin-bottom:20px}.edz-admin-form input,.edz-admin-form select,.edz-admin-form textarea{width:100%;border:1px solid var(--edz-border);border-radius:8px;padding:10px;font:inherit}.edz-admin-table{width:100%;border-collapse:collapse;font-size:14px}.edz-admin-table td,.edz-admin-table th{border-bottom:1px solid var(--edz-border);padding:8px;text-align:left}.edz-list-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.edz-list-card{border:1px solid var(--edz-border);border-radius:12px;padding:14px;background:var(--edz-surface)}.edz-list-card h3{margin:0 0 6px}.edz-list-card p{margin:0;color:var(--edz-muted);font-size:14px}.edz-page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:16px;color:var(--edz-muted)}.edz-page-loading-spinner{width:36px;height:36px;border:3px solid var(--edz-border);border-top-color:var(--edz-red);border-radius:50%;animation:edz-spin .8s linear infinite}@keyframes edz-spin{to{transform:rotate(1turn)}}.edz-not-found-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:12px;padding:32px}.edz-not-found-icon{font-size:56px}.edz-not-found-page h1{font-size:28px;margin:0}.edz-not-found-page p{color:var(--edz-muted);margin:0 0 16px}.edz-page-hero{padding:48px 40px 36px;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap}.edz-page-hero-blue{background:linear-gradient(135deg,#1b49cf,#2e64de 60%,#3b82f6);color:#fff}.edz-page-hero-red{background:linear-gradient(135deg,#ff3b30,#ff6a1a 60%,#ff8c42);color:#fff}.edz-page-hero-content{flex:1 1 400px;max-width:680px}.edz-page-hero-tag{display:inline-block;background:rgba(255,255,255,.2);border-radius:999px;padding:4px 14px;font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:14px}.edz-page-hero h1{margin:0 0 10px;font-size:clamp(24px,4vw,38px);font-weight:800;line-height:1.15}.edz-page-hero p{margin:0 0 20px;font-size:15px;color:rgba(255,255,255,.88);line-height:1.5}.edz-page-search-wrap{display:flex;background:#fff;border-radius:10px;overflow:hidden;max-width:400px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.edz-page-search-wrap input{flex:1 1;border:none;outline:none;padding:12px 16px;font-size:14px;color:#162449}.edz-page-content{max-width:1300px;margin:0 auto;padding:36px 32px 60px}.edz-explore-hero{background:linear-gradient(135deg,#1b49cf,#3b82f6);color:#fff;padding:48px 40px;text-align:center}.edz-explore-hero h1{margin:0 0 8px;font-size:36px;font-weight:800}.edz-explore-hero p{margin:0 0 24px;font-size:15px;opacity:.9}.edz-explore-search{display:flex;align-items:center;max-width:520px;margin:0 auto;background:#fff;border-radius:12px;padding:4px 4px 4px 16px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.edz-explore-search-icon{font-size:18px;margin-right:8px;flex-shrink:0}.edz-explore-search input{flex:1 1;border:none;outline:none;font-size:14px;color:#162449;padding:8px 0;background:transparent}.edz-explore-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:24px;gap:24px;max-width:1300px;margin:0 auto;padding:28px 32px 48px;align-items:start}.edz-explore-sidebar{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:14px;padding:18px;position:-webkit-sticky;position:sticky;top:88px}.edz-explore-sidebar h4{margin:0 0 12px;font-size:13px;font-weight:800;color:var(--edz-ink)}.edz-explore-cat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.edz-explore-cat-list li{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:8px;font-size:13px;cursor:pointer;transition:background .15s ease,color .15s ease}.edz-explore-cat-list li:hover{background:var(--edz-bg);color:var(--edz-red)}.edz-explore-cat-active{background:var(--edz-chip-bg)!important;color:var(--edz-red)!important;font-weight:700}.edz-explore-cat-count{color:var(--edz-muted);font-size:12px}.edz-explore-cat-active .edz-explore-cat-count{color:var(--edz-red)}.edz-explore-main{min-width:0}.edz-explore-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.edz-explore-result-count{font-size:13px;color:var(--edz-muted);font-weight:600;margin:0}.edz-explore-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:12px;color:var(--edz-muted);font-size:14px;text-align:center}.edz-explore-empty span{font-size:40px}.edz-filter-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;font-size:12px;font-weight:700;color:var(--edz-muted)}.edz-filter-field input,.edz-filter-field select{border:1px solid var(--edz-border);border-radius:8px;padding:8px 10px;font:inherit;font-weight:600;color:var(--edz-ink);background:#fff}.edz-filter-field input:focus,.edz-filter-field select:focus{outline:2px solid rgba(27,73,207,.2);border-color:#1b49cf}.edz-chip-btn{width:100%;margin-top:6px;border:1px solid var(--edz-border);background:#fff;border-radius:999px;padding:8px 12px;font-weight:700;font-size:12px;cursor:pointer;color:var(--edz-ink)}.edz-chip-btn.is-active{background:var(--edz-chip-bg);color:var(--edz-red);border-color:transparent}.edz-m-filter-bar,.edz-m-filter-sheet{display:none}.edz-m-chip-dd{position:relative;flex:0 0 auto}.edz-m-chip-dd-trigger,.edz-m-filter-more-btn{display:inline-flex;align-items:center;gap:6px;max-width:160px;height:34px;padding:0 12px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;box-shadow:0 1px 4px rgba(15,23,42,.04);cursor:pointer;font:inherit;color:#334155;transition:border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease,transform .18s ease}.edz-m-chip-dd-trigger:active,.edz-m-filter-more-btn:active{transform:scale(.96)}.edz-m-chip-dd.is-active .edz-m-chip-dd-trigger,.edz-m-filter-more-btn.is-active{border-color:#ff6b35;background:#fff4ef;color:#ff6b35}.edz-m-chip-dd.is-open .edz-m-chip-dd-trigger,.edz-m-filter-more-btn.is-open{border-color:#ff6b35;box-shadow:0 4px 14px rgba(255,107,53,.18)}.edz-m-chip-dd.is-disabled{opacity:.45;pointer-events:none}.edz-m-chip-dd-label{font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.edz-m-chip-dd-chevron{flex-shrink:0;color:#94a3b8;transition:transform .28s cubic-bezier(.22,1,.36,1),color .2s ease}.edz-m-chip-dd.is-active .edz-m-chip-dd-chevron,.edz-m-chip-dd.is-open .edz-m-chip-dd-chevron,.edz-m-filter-more-btn.is-active .edz-m-chip-dd-chevron,.edz-m-filter-more-btn.is-open .edz-m-chip-dd-chevron{color:#ff6b35}.edz-m-chip-dd.is-open .edz-m-chip-dd-chevron,.edz-m-filter-more-btn.is-open .edz-m-chip-dd-chevron{transform:rotate(180deg)}.edz-m-chip-dd-menu{position:fixed;z-index:80;pointer-events:none;opacity:0;transform:translateY(-10px) scale(.94);transform-origin:top left;transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1)}.edz-m-chip-dd.is-open .edz-m-chip-dd-menu{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.edz-m-chip-dd-menu-inner{max-height:240px;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8ecf4;border-radius:14px;padding:6px;box-shadow:0 12px 32px rgba(15,23,42,.14)}.edz-m-chip-dd-item{display:block;width:100%;text-align:left;border:none;background:transparent;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:600;color:#334155;cursor:pointer;opacity:0;transform:translateY(6px);transition:background .15s ease,color .15s ease,opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1);transition-delay:0s}.edz-m-chip-dd.is-open .edz-m-chip-dd-item{opacity:1;transform:translateY(0);transition-delay:calc(var(--i, 0) * 28ms + 40ms)}.edz-m-chip-dd-item.is-selected,.edz-m-chip-dd-item:active,.edz-m-chip-dd-item:hover{background:#fff4ef;color:#ff6b35}.edz-m-chip-dd-item.is-selected{font-weight:800}.edz-explore-pager{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px}.edz-explore-pager button{border:1px solid var(--edz-border);background:#fff;border-radius:8px;padding:8px 14px;font-weight:700;cursor:pointer}.edz-explore-pager button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:900px){.edz-explore-layout{grid-template-columns:1fr}.edz-explore-sidebar{position:static}}@media (max-width:768px){.edz-explore-sidebar{display:none!important}.edz-m-filter-bar{display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:12px 16px 10px;background:#fff;border-bottom:1px solid #eef1f7;position:-webkit-sticky;position:sticky;top:0;z-index:40}.edz-m-filter-bar::-webkit-scrollbar{display:none}.edz-m-filter-clear,.edz-m-filter-more-btn{white-space:nowrap;font-size:12px;font-weight:700}.edz-m-filter-clear{flex:0 0 auto;border:none;background:transparent;color:#ff6b35;padding:0 4px;cursor:pointer}.edz-m-filter-sheet{display:grid;grid-template-rows:0fr;opacity:0;margin:0 16px;transition:grid-template-rows .35s cubic-bezier(.22,1,.36,1),opacity .25s ease,margin .25s ease}.edz-m-filter-sheet.is-open{grid-template-rows:1fr;opacity:1;margin-bottom:8px}.edz-m-filter-sheet-panel{overflow:hidden;min-height:0;background:#fff;border:1px solid #eef1f7;border-radius:14px;box-shadow:0 4px 16px rgba(15,23,42,.06);padding:0 12px;transform:translateY(-6px);transition:padding .3s ease,transform .35s cubic-bezier(.22,1,.36,1)}.edz-m-filter-sheet.is-open .edz-m-filter-sheet-panel{padding:12px;transform:translateY(0)}.edz-m-filter-sheet-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 10px;gap:8px 10px}.edz-m-filter-sheet .edz-chip-btn{margin-top:10px}.edz-explore-layout{padding:12px 16px 40px;gap:0}.edz-explore-toolbar{margin-bottom:12px}.edz-explore-main .edz-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (min-width:769px){.edz-m-filter-bar,.edz-m-filter-sheet{display:none!important}}.edz-search-hero{background:linear-gradient(135deg,#152c8f,#1b49cf);color:#fff;padding:52px 40px;text-align:center}.edz-search-hero h1{margin:0 0 8px;font-size:36px;font-weight:800}.edz-search-hero p{margin:0 0 24px;font-size:15px;opacity:.88}.edz-search-bar-wrap{display:flex;align-items:center;max-width:600px;margin:0 auto;background:#fff;border-radius:12px;padding:4px 8px 4px 16px;box-shadow:0 8px 28px rgba(0,0,0,.2);gap:8px}.edz-search-hero-icon{font-size:18px;flex-shrink:0}.edz-search-bar-wrap input{flex:1 1;border:none;outline:none;font-size:15px;color:#162449;padding:10px 0;background:transparent}.edz-search-clear{border:none;background:var(--edz-bg);border-radius:50%;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.edz-search-results{max-width:1300px;margin:0 auto;padding:28px 32px 60px}.edz-search-result-label{font-size:14px;font-weight:600;color:var(--edz-muted);margin:0 0 20px}.edz-institutions-page{background:#fff}.edz-inst-content{padding-top:24px}.edz-inst-toolbar-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.edz-inst-count{margin:0;font-size:13px;font-weight:600;color:var(--edz-muted)}.edz-inst-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:16px;gap:16px}.edz-inst-card{display:flex;gap:14px;background:var(--edz-surface,#fff);border:1px solid var(--edz-border,#e8ecf4);border-radius:16px;padding:18px;text-decoration:none;color:inherit;box-shadow:0 2px 10px rgba(22,36,73,.04);transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,border-color .2s ease;animation:edz-cat-in .45s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--delay,0s)}.edz-inst-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(16,24,40,.1);border-color:rgba(255,107,53,.35)}.edz-inst-card-icon{width:56px;height:56px;border-radius:16px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;flex-shrink:0;overflow:hidden}.edz-inst-card-icon img{width:100%;height:100%;object-fit:cover}.edz-inst-card-icon em{font-style:normal;font-size:10px;font-weight:800;letter-spacing:.02em;line-height:1}.edz-inst-card-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.edz-inst-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.edz-inst-card-body h3{margin:0;font-size:16px;font-weight:800;line-height:1.25;display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap}.edz-inst-verified{color:#1b49cf;flex-shrink:0}.edz-inst-card-rating{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:700;color:#b45309;background:#fff7ed;border-radius:999px;padding:4px 8px;flex-shrink:0;white-space:nowrap}.edz-inst-card-loc{margin:0;display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--edz-muted)}.edz-inst-card-desc{margin:0;font-size:13px;line-height:1.45;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.edz-inst-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:8px}.edz-inst-card-meta{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--edz-muted);min-width:0}.edz-inst-card-dot{width:3px;height:3px;border-radius:50%;background:#cbd5e1;flex-shrink:0}.edz-inst-card-cta{display:inline-flex;align-items:center;gap:2px;font-size:12px;font-weight:700;color:#ff6b35;white-space:nowrap;flex-shrink:0}.edz-inst-card:hover .edz-inst-card-cta{gap:4px}.edz-uni-page{background:#f5f7fb;min-height:70vh}.edz-uni-cover{position:relative;min-height:280px;color:#fff;overflow:hidden}.edz-uni-cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.edz-uni-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,54,.35),rgba(8,18,54,.82))}.edz-uni-cover-content{position:relative;max-width:1300px;margin:0 auto;padding:28px 32px 36px;display:flex;flex-direction:column;gap:48px;min-height:280px;justify-content:space-between}.edz-uni-back{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.9);text-decoration:none;font-size:13px;font-weight:600;width:-moz-fit-content;width:fit-content}.edz-uni-title-row{display:flex;gap:16px;align-items:flex-end}.edz-uni-avatar{width:72px;height:72px;border-radius:18px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0}.edz-uni-name-line{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.edz-uni-name-line h1{margin:0;font-size:clamp(26px,4vw,40px);font-weight:800}.edz-uni-verified{gap:5px;background:rgba(255,255,255,.16);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.edz-uni-loc,.edz-uni-verified{display:inline-flex;align-items:center}.edz-uni-loc{margin:8px 0 0;gap:6px;opacity:.92;font-size:14px}.edz-uni-shell{max-width:1300px;margin:-28px auto 0;padding:0 32px 60px;display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:20px;gap:20px;align-items:start;position:relative;z-index:1}.edz-uni-main{background:#fff;border:1px solid var(--edz-border);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(15,27,61,.05)}.edz-uni-tabs{display:flex;gap:4px;padding:10px;border-bottom:1px solid var(--edz-border);background:#fafbff;overflow-x:auto}.edz-uni-tabs button{border:none;background:transparent;border-radius:10px;padding:10px 14px;font:inherit;font-size:13px;font-weight:700;color:var(--edz-muted);cursor:pointer;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.edz-uni-tabs button em{font-style:normal;background:#eef2ff;color:#3730a3;border-radius:999px;padding:1px 7px;font-size:11px}.edz-uni-tabs button.is-active{background:#fff;color:var(--edz-ink);box-shadow:0 1px 3px rgba(15,27,61,.08)}.edz-uni-panel{padding:22px 22px 28px}.edz-uni-panel h2{margin:0 0 10px;font-size:20px;font-weight:800}.edz-uni-panel h3{margin:22px 0 10px;font-size:15px;font-weight:800}.edz-uni-panel-sub{margin:0 0 18px;color:var(--edz-muted);font-size:14px}.edz-uni-about{margin:0;font-size:15px;line-height:1.65;color:#334155}.edz-uni-chips{display:flex;flex-wrap:wrap;gap:8px}.edz-uni-chips span{background:#eef2ff;color:#3730a3;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.edz-uni-facts{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.edz-uni-facts>div{display:flex;gap:12px;align-items:flex-start;background:#f8fafc;border:1px solid var(--edz-border);border-radius:14px;padding:14px;color:#1b49cf}.edz-uni-facts strong{display:block;color:var(--edz-ink);font-size:13px}.edz-uni-facts p{margin:3px 0 0;color:var(--edz-muted);font-size:13px;font-weight:600}.edz-uni-preview-block{margin-top:8px}.edz-uni-preview-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.edz-uni-preview-head h3{margin:0}.edz-link-btn{border:none;background:none;color:var(--edz-red);font:inherit;font-size:13px;font-weight:700;cursor:pointer}.edz-uni-event-grid{margin-top:14px}.edz-uni-review-summary{background:linear-gradient(135deg,#fff7ed,#fff1f2);border:1px solid #fed7aa;border-radius:14px;padding:18px;margin-bottom:16px}.edz-uni-review-score{display:flex;flex-direction:column;gap:6px}.edz-uni-review-score strong{font-size:36px;font-weight:800;color:#9a3412;line-height:1}.edz-uni-review-score>span{font-size:13px;color:#9a3412}.edz-uni-stars{display:inline-flex;gap:2px;color:#cbd5e1}.edz-uni-stars .is-on{color:#f59e0b}.edz-uni-review-list{display:flex;flex-direction:column;gap:12px}.edz-uni-review-card{border:1px solid var(--edz-border);border-radius:14px;padding:16px;background:#fff}.edz-uni-review-top{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;margin-bottom:10px}.edz-uni-review-avatar{width:40px;height:40px;border-radius:12px;background:#e0e7ff;color:#3730a3;display:grid;place-items:center;font-weight:800}.edz-uni-review-top strong{display:block;font-size:14px}.edz-uni-review-top p{margin:2px 0 0;font-size:12px;color:var(--edz-muted)}.edz-uni-review-meta{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.edz-uni-review-meta span{font-size:11px;color:var(--edz-muted)}.edz-uni-review-card h3{margin:0 0 6px;font-size:15px;font-weight:800}.edz-uni-review-card>p{margin:0;font-size:14px;line-height:1.55;color:#475569}.edz-uni-aside-card{background:#fff;border:1px solid var(--edz-border);border-radius:18px;padding:18px;box-shadow:0 10px 30px rgba(15,27,61,.05);position:-webkit-sticky;position:sticky;top:88px}.edz-uni-aside-card h3{margin:0 0 12px;font-size:14px;font-weight:800}.edz-uni-aside-card ul{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:10px}.edz-uni-aside-card li{display:flex;justify-content:space-between;gap:10px;font-size:13px}.edz-uni-aside-card li span{color:var(--edz-muted)}.edz-uni-cta,.edz-uni-web{width:100%;justify-content:center;margin-top:8px}@media (max-width:980px){.edz-uni-shell{grid-template-columns:1fr;padding:0 16px 48px}.edz-uni-aside-card{position:static}.edz-uni-cover-content{padding-left:16px;padding-right:16px}.edz-uni-facts{grid-template-columns:1fr}.edz-uni-review-top{grid-template-columns:auto 1fr}.edz-uni-review-meta{grid-column:2;align-items:flex-start;text-align:left}}.edz-categories-page{background:#fff}.edz-cat-content{padding-top:24px}.edz-cat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:18px}.edz-cat-toolbar h2{margin:0;font-size:18px;font-weight:800;display:inline-flex;align-items:center;gap:10px;color:var(--edz-ink)}.edz-section-accent{width:3px;height:1.1em;border-radius:3px;background:#ff6b35;display:inline-block}.edz-cat-toolbar-actions{display:flex;align-items:center;gap:12px}.edz-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.edz-cat-card{display:flex;gap:14px;background:var(--edz-surface,#fff);border:1px solid var(--edz-border,#e8ecf4);border-radius:16px;padding:18px;text-decoration:none;color:inherit;box-shadow:0 2px 10px rgba(22,36,73,.04);transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,border-color .2s ease;animation:edz-cat-in .45s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--delay,0s)}@keyframes edz-cat-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.edz-cat-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(16,24,40,.1);border-color:rgba(255,107,53,.35)}.edz-cat-card-icon{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.edz-cat-card-body{flex:1 1;min-width:0}.edz-cat-card-body h3{margin:0 0 4px;font-size:15px;font-weight:800}.edz-cat-card-body p{margin:0 0 12px;font-size:12.5px;color:var(--edz-muted,#64748b);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.edz-cat-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.edz-cat-card-count{font-size:12px;color:var(--edz-muted,#64748b);font-weight:600}.edz-cat-card-cta{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:#ff6b35;font-weight:700}.edz-img-hero{position:relative;overflow:hidden;color:#fff}.edz-img-hero-bg{width:100%;height:100%;object-fit:cover;object-position:center right;transform:scale(1.02);filter:saturate(.88) brightness(.9);opacity:.96}.edz-img-hero-bg,.edz-img-hero-fade{position:absolute;inset:0;pointer-events:none}.edz-img-hero-fade{background:radial-gradient(circle at 18% 34%,rgba(247,242,232,.96) 0 15%,rgba(247,242,232,.82) 25%,rgba(247,242,232,.28) 48%,rgba(247,242,232,0) 68%),linear-gradient(90deg,rgba(247,242,232,.98),rgba(247,242,232,.88) 18%,rgba(247,242,232,.58) 35%,rgba(247,242,232,.2) 52%,rgba(247,242,232,0) 72%)}.edz-img-hero-overlay{position:absolute;inset:0}.edz-img-hero-navy .edz-img-hero-overlay{background:linear-gradient(120deg,rgba(15,27,61,.92),rgba(27,73,207,.72) 55%,rgba(59,130,246,.45))}.edz-img-hero-sunset .edz-img-hero-overlay{background:linear-gradient(120deg,rgba(90,24,20,.88),rgba(234,88,12,.7) 50%,rgba(255,140,66,.45))}.edz-img-hero-inner{position:relative;z-index:1;max-width:1300px;margin:0 auto;padding:48px 40px 40px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;flex-wrap:wrap}.edz-img-hero-copy{flex:1 1 420px;max-width:680px}.edz-img-hero-tag{display:inline-block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:4px 12px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}.edz-img-hero h1{margin:0 0 8px;font-size:clamp(26px,4vw,40px);font-weight:800;line-height:1.15}.edz-img-hero p{margin:0 0 16px;font-size:15px;color:rgba(255,255,255,.9);line-height:1.5;max-width:540px}.edz-img-hero-search{display:flex;align-items:center;gap:10px;max-width:460px;width:100%;background:#fff;border-radius:14px;padding:10px 14px;box-shadow:0 8px 28px rgba(0,0,0,.18);color:#94a3b8;margin-top:4px}.edz-img-hero-search input{flex:1 1;border:none;outline:none;background:transparent;font-size:14px;color:#162449;min-width:0}.edz-img-hero-search .edz-search-clear{border:none;background:#f1f5f9;width:26px;height:26px;border-radius:50%;cursor:pointer;color:#64748b;font-size:12px}.edz-img-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.edz-img-hero-ghost{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.35)!important}@media (min-width:769px){.edz-img-hero{min-height:280px}}@media (max-width:768px){.edz-img-hero{display:block;width:auto;max-width:none;min-height:0;margin:10px 16px 0;box-sizing:border-box}.edz-img-hero,.edz-img-hero-bg,.edz-img-hero-fade,.edz-img-hero-overlay{border-radius:18px}.edz-img-hero-inner{padding:16px 16px 14px;flex-direction:column;align-items:stretch;gap:0;min-height:0}.edz-img-hero-copy{flex:none;max-width:none}.edz-img-hero-tag{margin-bottom:8px}.edz-img-hero h1{font-size:22px;margin-bottom:6px}.edz-img-hero p{font-size:13px;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.edz-img-hero-fade{background:linear-gradient(180deg,rgba(247,242,232,.84),rgba(247,242,232,.55) 28%,rgba(247,242,232,.12) 62%,rgba(247,242,232,0)),radial-gradient(circle at 30% 18%,rgba(247,242,232,.72) 0 12%,rgba(247,242,232,0) 48%)}.edz-img-hero-search{max-width:none;border-radius:12px;padding:10px 12px;margin-top:0}.edz-img-hero-actions{margin-top:10px}.edz-page-content{padding:18px 16px 48px}.edz-cat-toolbar h2{font-size:17px}.edz-cat-grid{grid-template-columns:1fr;gap:12px}.edz-cat-card{border-radius:14px;padding:14px}.edz-cat-card-icon{width:48px;height:48px;border-radius:14px}.edz-inst-toolbar{align-items:flex-start}.edz-inst-grid{grid-template-columns:1fr;gap:12px}.edz-inst-card{border-radius:14px;padding:14px;gap:12px}.edz-inst-card-icon{width:48px;height:48px;border-radius:14px}.edz-inst-card-body h3{font-size:15px}.edz-inst-card-desc{-webkit-line-clamp:1}.edz-inst-card-footer{flex-wrap:wrap;gap:6px}}.edz-about-actions{display:flex;gap:12px;flex-wrap:wrap}.edz-about-section{margin-bottom:48px}.edz-about-section h2{font-size:24px;font-weight:800;margin:0 0 16px}.edz-about-lead{font-size:17px;line-height:1.6;color:var(--edz-ink);font-weight:500;margin:0 0 16px}.edz-about-section p{font-size:15px;line-height:1.7;color:var(--edz-muted);margin:0 0 12px}.edz-about-banner{position:relative;border-radius:16px;overflow:hidden}.edz-about-banner img{width:100%;height:300px;object-fit:cover;display:block}.edz-about-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,37,64,.85),rgba(15,37,64,.4));display:flex;flex-direction:column;justify-content:flex-end;padding:32px;color:#fff}.edz-about-banner-overlay blockquote{margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.4;max-width:500px}.edz-about-banner-overlay cite{font-size:13px;opacity:.85}.edz-values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px}.edz-value-card{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:14px;padding:24px}.edz-value-emoji{font-size:32px;display:block;margin-bottom:12px}.edz-value-card h3{margin:0 0 8px;font-size:16px;font-weight:700}.edz-value-card p{margin:0;font-size:13.5px;color:var(--edz-muted);line-height:1.5}.edz-team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:16px;gap:16px}.edz-team-card{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:14px;padding:24px;text-align:center}.edz-team-avatar{font-size:40px;margin-bottom:12px}.edz-team-card h4{margin:0 0 4px;font-size:15px;font-weight:700}.edz-team-card p{margin:0;font-size:12.5px;color:var(--edz-muted)}.edz-about-cta{background:linear-gradient(135deg,#1b49cf,#3b82f6);border-radius:16px;padding:40px;text-align:center;color:#fff}.edz-about-cta h2{margin:0 0 8px;font-size:26px;font-weight:800}.edz-about-cta p{margin:0 0 24px;opacity:.88;font-size:15px}.edz-about-cta .edz-about-actions{justify-content:center}.edz-about-cta .edz-btn-ghost{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.3)}.edz-hiw-section{margin-bottom:48px}.edz-hiw-section h2{font-size:24px;font-weight:800;margin:0 0 24px}.edz-hiw-section-label{display:inline-block;background:var(--edz-chip-bg);color:var(--edz-red);font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px;margin-bottom:8px}.edz-steps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px}.edz-step-card{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:14px;padding:24px;position:relative}.edz-step-card-blue{border-color:#bfdbfe}.edz-step-num{font-size:11px;font-weight:800;color:var(--edz-red);letter-spacing:.05em;margin-bottom:10px}.edz-step-num-blue{color:var(--edz-navy)}.edz-step-emoji{font-size:32px;margin-bottom:12px;display:block}.edz-step-card h3{margin:0 0 8px;font-size:15px;font-weight:700}.edz-step-card p{margin:0;font-size:13.5px;color:var(--edz-muted);line-height:1.5}.edz-hiw-cta{margin-top:24px}.edz-hiw-divider{height:1px;background:var(--edz-border);margin:48px 0}.edz-faq-section{margin-top:48px}.edz-faq-section h2{font-size:24px;font-weight:800;margin:0 0 20px}.edz-faq-list{display:flex;flex-direction:column;gap:12px}.edz-faq-item{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:12px;padding:20px}.edz-faq-item h4{margin:0 0 8px;font-size:15px;font-weight:700}.edz-faq-item p{margin:0;font-size:14px;color:var(--edz-muted);line-height:1.5}.edz-org-section{margin-bottom:48px}.edz-org-section h2{font-size:24px;font-weight:800;margin:0 0 16px}.edz-org-lead{font-size:15px;color:var(--edz-muted);margin:0 0 24px;line-height:1.6}.edz-features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px}.edz-feature-card{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:14px;padding:24px}.edz-feature-emoji{font-size:28px;display:block;margin-bottom:12px}.edz-feature-card h3{margin:0 0 8px;font-size:15px;font-weight:700}.edz-feature-card p{margin:0;font-size:13.5px;color:var(--edz-muted);line-height:1.5}.edz-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.edz-pricing-card{background:var(--edz-surface);border:2px solid var(--edz-border);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:12px;position:relative}.edz-pricing-card-highlight{border-color:var(--edz-navy);box-shadow:0 8px 32px rgba(27,73,207,.15)}.edz-pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--edz-navy);color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:999px;white-space:nowrap}.edz-pricing-card h3{margin:0;font-size:16px;font-weight:700}.edz-pricing-price{display:flex;align-items:baseline;gap:4px}.edz-pricing-amount{font-size:32px;font-weight:800;color:var(--edz-red)}.edz-pricing-desc,.edz-pricing-period{font-size:13px;color:var(--edz-muted)}.edz-pricing-desc{margin:0}.edz-pricing-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;flex:1 1}.edz-pricing-features li{font-size:13.5px;display:flex;align-items:center;gap:8px}.edz-pricing-features li span{color:#16a34a;font-weight:700}.edz-pricing-cta{margin-top:8px;display:block;text-align:center}.edz-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.edz-testimonial-card{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:14px;padding:24px}.edz-testimonial-card p{margin:0 0 16px;font-size:14.5px;color:var(--edz-ink);font-style:italic;line-height:1.6}.edz-testimonial-author strong{display:block;font-size:14px}.edz-testimonial-author span{font-size:12px;color:var(--edz-muted)}.edz-contact-layout{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:40px;gap:40px;align-items:start}.edz-contact-info h2{font-size:22px;font-weight:800;margin:0 0 12px}.edz-contact-info>p{font-size:14.5px;color:var(--edz-muted);line-height:1.6;margin:0 0 24px}.edz-contact-items{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.edz-contact-item{display:flex;align-items:flex-start;gap:14px}.edz-contact-emoji{font-size:22px;flex-shrink:0;margin-top:2px}.edz-contact-item strong{display:block;font-size:13px;color:var(--edz-muted);font-weight:600;margin-bottom:2px}.edz-contact-item a{font-size:14px;color:var(--edz-red);font-weight:600;text-decoration:none}.edz-contact-item p{margin:0;font-size:14px;color:var(--edz-ink)}.edz-contact-card{background:var(--edz-bg);border:1px solid var(--edz-border);border-radius:12px;padding:18px}.edz-contact-card h3{margin:0 0 8px;font-size:14px;font-weight:700}.edz-contact-card p{margin:0;font-size:13.5px;color:var(--edz-muted);line-height:1.5}.edz-contact-card a{color:var(--edz-red);font-weight:600}.edz-contact-form-wrap{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:16px;padding:32px}.edz-contact-form h2{margin:0 0 24px;font-size:20px;font-weight:800}.edz-contact-submit{width:100%;justify-content:center;padding:13px}.edz-contact-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:12px;text-align:center}.edz-contact-success span{font-size:48px}.edz-contact-success h3{margin:0;font-size:22px;font-weight:800}.edz-contact-success p{margin:0 0 16px;color:var(--edz-muted)}@media (max-width:768px){.edz-contact-layout{grid-template-columns:1fr}}.edz-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.edz-form-group{display:flex;flex-direction:column;gap:6px}.edz-form-group label{font-size:13px;font-weight:600;color:var(--edz-ink)}.edz-form-group label small{font-weight:400;color:var(--edz-muted)}.edz-form-group input,.edz-form-group textarea{border:1px solid var(--edz-border);border-radius:9px;padding:10px 14px;font:inherit;font-size:14px;color:var(--edz-ink);background:var(--edz-bg);transition:border-color .2s ease,box-shadow .2s ease;outline:none}.edz-form-group input:focus,.edz-form-group textarea:focus{border-color:var(--edz-red);box-shadow:0 0 0 3px var(--edz-chip-bg)}.edz-input-wrap{position:relative}.edz-input-wrap input{width:100%;padding-right:42px}.edz-pwd-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:none;cursor:pointer;font-size:16px;padding:4px}.edz-auth-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 16px;background:var(--edz-bg)}.edz-auth-card{background:var(--edz-surface);border:1px solid var(--edz-border);border-radius:20px;padding:40px;width:100%;max-width:420px;box-shadow:0 16px 48px rgba(16,24,40,.08)}.edz-auth-card-wide{max-width:600px}.edz-auth-logo{display:flex;justify-content:center;margin-bottom:20px}.edz-auth-logo img{height:44px;object-fit:contain}.edz-auth-card h1{margin:0 0 6px;font-size:24px;font-weight:800;text-align:center}.edz-auth-subtitle{text-align:center;color:var(--edz-muted);font-size:14px;margin:0 0 24px}.edz-auth-form{display:flex;flex-direction:column;gap:16px}.edz-auth-actions{display:flex;align-items:center;gap:10px}.edz-auth-submit{width:100%;justify-content:center;padding:13px;font-size:15px;margin-top:4px}.edz-auth-secondary{flex:0 0 auto}.edz-auth-msg{padding:10px 14px;border-radius:9px;font-size:13.5px;font-weight:500}.edz-auth-msg-ok{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.edz-auth-msg-err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.edz-auth-linkbtn{align-self:flex-start;border:none;background:transparent;color:var(--edz-navy);font-size:13px;font-weight:700;cursor:pointer;padding:0}.edz-otp-input{text-align:center;letter-spacing:.34em;font-size:22px;font-weight:800}.edz-auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--edz-muted);font-size:12.5px}.edz-auth-divider:after,.edz-auth-divider:before{content:"";flex:1 1;height:1px;background:var(--edz-border)}.edz-auth-socials{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-bottom:20px}.edz-auth-social-btn{border:1px solid var(--edz-border);background:var(--edz-surface);border-radius:9px;padding:10px;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .15s ease}.edz-auth-social-btn:hover{background:var(--edz-bg)}.edz-auth-switch{text-align:center;font-size:13.5px;color:var(--edz-muted);margin:0}.edz-auth-switch a{color:var(--edz-red);font-weight:700}.edz-auth-terms{text-align:center;font-size:12px;color:var(--edz-muted);margin:12px 0 0}.edz-auth-terms a{color:var(--edz-navy)}.edz-role-selector{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:24px}.edz-role-btn{border:2px solid var(--edz-border);background:var(--edz-surface);border-radius:10px;padding:12px 8px;cursor:pointer;text-align:center;transition:border-color .2s ease,background .2s ease;display:flex;flex-direction:column;gap:4px;align-items:center}.edz-role-btn span{font-size:13px;font-weight:700;color:var(--edz-ink)}.edz-role-btn small{font-size:10.5px;color:var(--edz-muted);line-height:1.2}.edz-role-btn-active{border-color:var(--edz-red);background:var(--edz-chip-bg)}.edz-role-btn-active span{color:var(--edz-red)}@media (max-width:640px){.edz-form-row,.edz-role-selector{grid-template-columns:1fr}.edz-auth-actions{flex-direction:column;align-items:stretch}}.edz-home-error{margin:16px 32px;padding:14px 18px;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:14px}.edz-skeleton-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:20px 32px}.edz-skeleton-card{height:280px;border-radius:16px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:edz-shimmer 1.2s infinite}@keyframes edz-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.edz-register-overlay{position:fixed;inset:0;z-index:1200;background:rgba(15,27,61,.45);display:grid;place-items:center;padding:16px}.edz-register-embed,.edz-register-modal{width:min(480px,100%);background:var(--edz-surface,#fff);border:1px solid var(--edz-border,#e5eaf3);border-radius:16px;box-shadow:0 24px 64px rgba(15,27,61,.18)}.edz-register-embed{width:100%;max-width:none;box-shadow:none;margin-top:8px}.edz-register-form{padding:20px}.edz-register-form-head{position:relative;margin-bottom:14px}.edz-register-form-head h3{margin:0 0 4px;font-size:18px;font-weight:800;color:var(--edz-ink,#0f1b3d)}.edz-register-form-head p{margin:0;color:var(--edz-muted,#6b7a99);font-size:13px}.edz-register-close{position:absolute;top:-4px;right:-4px;border:none;background:#f1f5f9;width:32px;height:32px;border-radius:999px;font-size:20px;cursor:pointer;line-height:1}.edz-register-fields{display:grid;grid-gap:12px;gap:12px}.edz-register-fields label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:var(--edz-ink,#0f1b3d)}.edz-register-fields input,.edz-register-fields textarea{border:1px solid var(--edz-border,#e5eaf3);border-radius:10px;padding:10px 12px;font:inherit;font-weight:500;background:#fafbff}.edz-register-submit{width:100%;justify-content:center;margin-top:14px}.edz-register-hint{margin:10px 0 0;font-size:12px;color:var(--edz-muted,#6b7a99);text-align:center}.edz-event-preview .edz-event-layout{grid-template-columns:1fr}@media (max-width:900px){.edz-event-layout{grid-template-columns:1fr!important}.edz-event-sidebar{display:none}.edz-explore-layout{grid-template-columns:1fr!important}}