:root{--primary:#14254a;--primary-soft:#48a0d8;--secondary:#0e8f6d;--secondary-soft:#e8f7f2;--accent:#ffcd35;--ink:#14254a;--text:#14254a;--muted:#5d6b84;--dim:#7a879b;--dark:#edeef2;--glass-bg:#fff;--glass-strong:#fff;--glass-border:#e0e5ef;--radius:12px;--radius-lg:12px;--shadow:0 16px 36px #14254a1f;--container:1180px;--pad:clamp(16px,3vw,28px)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--ink);direction:rtl;background:#edeef2;min-height:100vh;margin:0;font-family:Tajawal,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.75;overflow-x:hidden}body:before{content:"";pointer-events:none;opacity:.5;z-index:-1;background-image:linear-gradient(#14254a09 1px,#0000 1px),linear-gradient(90deg,#14254a09 1px,#0000 1px);background-size:58px 58px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(#00000073,#0000 74%);mask-image:radial-gradient(#00000073,#0000 74%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}img,svg{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:900;line-height:1.25}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--accent);outline-offset:4px;border-radius:10px}.container{width:100%;max-width:var(--container);padding:0 var(--pad);margin:auto}.container.narrow{max-width:760px}.section{padding:clamp(56px,7vw,96px) 0}.muted{color:var(--muted)}.center{text-align:center;align-items:center}.eyebrow{color:var(--muted);border:1px solid var(--glass-border);background:#ffffff12;border-radius:999px;align-items:center;gap:8px;padding:7px 13px;font-size:13px;font-weight:800;display:inline-flex}.glass-card{background:linear-gradient(180deg,var(--glass-strong),#ffffff0b);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px)saturate(170%);padding:clamp(22px,3vw,34px)}.btn{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-soft));border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:12px 22px;font-weight:900;transition:transform .2s,filter .2s;display:inline-flex;box-shadow:0 12px 34px #3d63e65c,inset 0 1px #ffffff40}.btn:hover{filter:brightness(1.07);transform:translateY(-2px)}.btn.ghost{border:1px solid var(--glass-border);box-shadow:none;background:#ffffff14}.btn.sm{min-height:40px;padding:9px 16px;font-size:14px}.tag,.chip,.status{border:1px solid var(--glass-border);color:var(--muted);background:#ffffff14;border-radius:999px;align-items:center;gap:6px;padding:6px 11px;font-size:13px;font-weight:800;display:inline-flex}.note{color:#102044;background:linear-gradient(135deg,#ffcf3df2,#ffeaa0eb);border-radius:18px;margin-top:12px;padding:14px 16px;font-weight:800}.nav-wrap{z-index:20;padding:14px var(--pad);position:sticky;top:0}.nav{max-width:var(--container);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(22px)saturate(170%);backdrop-filter:blur(22px)saturate(170%);background:#0b15336b;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;margin:auto;padding:10px 12px;display:flex;box-shadow:0 18px 50px #00000047,inset 0 1px #ffffff2e}.nav.scrolled{background:#0b1533b8}.brand{align-items:center;gap:10px;min-width:max-content;display:flex}.logo{color:#0b1533;background:conic-gradient(from 140deg,var(--primary-soft),var(--secondary),var(--accent),var(--primary-soft));border-radius:15px;place-items:center;width:44px;height:44px;font-weight:900;display:grid;box-shadow:0 10px 26px #3d63e661,inset 0 1px #ffffffa6}.brand b{font-size:16px;line-height:1.1;display:block}.brand small{color:var(--dim);font-size:11px;line-height:1.2;display:block}.nav-links{align-items:center;gap:2px;display:flex}.nav-links a{color:var(--muted);white-space:nowrap;border-radius:999px;padding:9px 11px;font-size:14px;font-weight:800;display:block}.nav-links a:hover,.nav-links a.active{color:#fff;background:#ffffff17}.nav-more-wrap{list-style:none;position:relative}.nav-more-btn{color:var(--dim);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:9px 11px;font-family:inherit;font-size:14px;transition:background .15s,color .15s;display:block}.nav-more-btn:hover{color:#fff;background:#ffffff17}.nav-more-menu{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0b1533f2;border-radius:16px;min-width:140px;padding:8px;list-style:none;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #0006}.nav-more-menu li a{color:var(--dim);white-space:nowrap;border-radius:10px;padding:9px 14px;font-size:14px;transition:background .15s,color .15s;display:block}.nav-more-menu li a:hover{color:#fff;background:#ffffff17}.nav-more-wrap:hover .nav-more-menu,.nav-more-wrap:focus-within .nav-more-menu{display:block}.nav-actions{align-items:center;gap:8px;display:flex}.nav-toggle{border:1px solid var(--glass-border);color:#fff;background:#ffffff14;border-radius:50%;width:42px;height:42px;display:none}.nav-toggle span,.nav-toggle span:before,.nav-toggle span:after{content:"";background:#fff;border-radius:2px;width:18px;height:2px;margin:auto;display:block}.nav-toggle span:before{transform:translateY(-6px)}.nav-toggle span:after{transform:translateY(4px)}.mobile-menu{top:82px;border:1px solid var(--glass-border);box-shadow:var(--shadow);background:#0b1533e6;border-radius:24px;padding:14px;display:none;position:fixed;inset-inline:14px}.mobile-menu.open{gap:6px;display:grid}.mobile-menu a{color:var(--muted);border-radius:16px;padding:12px 14px;font-weight:900}.mobile-menu a.active,.mobile-menu a:hover{color:#fff;background:#ffffff14}.student-menu{position:relative}.student-chip{border:1px solid var(--glass-border);color:#fff;background:#ffffff17;border-radius:999px;align-items:center;gap:8px;padding:5px 10px 5px 13px;font-weight:900;display:flex}.student-chip img{background:#fff;border-radius:50%;width:32px;height:32px}.student-dropdown{border:1px solid var(--glass-border);min-width:190px;box-shadow:var(--shadow);background:#0b1533f5;border-radius:18px;padding:10px;display:none;position:absolute;top:calc(100% + 10px);left:0}.student-menu:hover .student-dropdown,.student-menu.open .student-dropdown{display:grid}.student-dropdown a,.student-dropdown button{text-align:right;color:var(--muted);background:0 0;border-radius:12px;padding:10px 12px;font-weight:800}.student-dropdown a:hover,.student-dropdown button:hover{color:#fff;background:#ffffff14}.hero{padding:clamp(46px,7vw,88px) 0}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(28px,5vw,62px);display:grid}.hero h1{letter-spacing:0;color:#fff;font-size:clamp(38px,6vw,72px)}.hero .lead{max-width:620px;color:var(--muted);margin-top:18px;font-size:clamp(17px,2vw,21px)}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.hero-panel{place-items:center;min-height:360px;display:grid;position:relative}.hero-orbit{aspect-ratio:1;border:1px solid var(--glass-border);width:min(390px,88vw);box-shadow:var(--shadow);background:radial-gradient(circle at 28% 22%,#ffffff47,#0000 28%),radial-gradient(circle at 78% 78%,#1ccf8e52,#0000 36%),linear-gradient(145deg,#5b86ff6b,#ffffff12);border-radius:34px;place-items:center;display:grid}.hero-mark{width:170px;height:170px;color:var(--dark);background:linear-gradient(145deg,#fff,#c9d3ee);border-radius:45px;place-items:center;font-size:74px;font-weight:900;display:grid;box-shadow:0 28px 70px #00000057}.quick-grid,.cards-grid,.progress-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.quick-card,.content-card{color:#fff;border:1px solid var(--glass-border);border-radius:var(--radius);background:#ffffff0f;flex-direction:column;justify-content:space-between;gap:12px;min-height:168px;padding:22px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 14px 40px #00000038,inset 0 1px #ffffff2b}.quick-card:hover,.content-card:hover{border-color:#ffffff52;transform:translateY(-4px)}.quick-card .icon,.content-card .icon{font-size:30px}.section-head p{color:var(--muted);max-width:650px}.split-card{justify-content:space-between;align-items:center;gap:20px;display:flex}.ann-list{gap:14px;display:grid}.announcement-card{grid-template-columns:auto 1fr;align-items:start;gap:14px;display:grid}.announcement-card .type{color:#102044;background:linear-gradient(135deg,var(--accent),#ffeaa0);justify-content:center;min-width:74px}.two-col{grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;display:grid}.profile-hero{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-bottom:18px;display:grid}.profile-hero img{background:#fff;border-radius:28px;width:92px;height:92px}.stars-box{text-align:center;background:#ffcf3d24;border:1px solid #ffcf3d4d;border-radius:22px;padding:16px 22px}.stars-box b{color:var(--accent);font-size:36px;line-height:1;display:block}.stars-box span{color:var(--muted);font-weight:900}.glass-card.mini{border-radius:22px;padding:18px}.row{justify-content:space-between;align-items:center;gap:12px;display:flex}.bar{background:#00000047;border-radius:999px;height:10px;margin-top:12px;overflow:hidden}.bar i{background:linear-gradient(90deg,var(--primary-soft),var(--secondary-soft));border-radius:999px;height:100%;display:block}.chips{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.quick-links{flex-wrap:wrap;gap:8px;display:flex}.quick-links a{border:1px solid var(--glass-border);background:#ffffff14;border-radius:999px;padding:9px 12px;font-weight:800}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:620px}th,td{text-align:right;border-bottom:1px solid #ffffff1f;padding:13px 14px}.form-grid{gap:14px;margin-top:22px;display:grid}label{color:var(--muted);gap:7px;font-weight:900;display:grid}input,textarea,select{border:1px solid var(--glass-border);color:#fff;background:#ffffff14;border-radius:16px;width:100%;padding:13px 14px}select option{color:#0b1533}textarea{resize:vertical;min-height:130px}.error{color:#ffb8b8;min-height:26px;font-weight:800}.lead{color:#fff;font-size:clamp(24px,4vw,42px);font-weight:900}.avatar-img{background:#fff;border-radius:50%}.form-card{max-width:720px;margin:auto}.check-row{grid-template-columns:auto 1fr;align-items:center;gap:10px;display:flex}.check-row input{width:auto}.dashboard-layout{grid-template-columns:280px 1fr;align-items:start;gap:18px;display:grid}.dashboard-side{position:sticky;top:100px}.dash-nav{gap:8px;margin-top:18px;display:grid}.dash-nav a{color:var(--muted);background:#ffffff0f;border-radius:14px;padding:10px 12px;font-weight:900}.dash-nav a:hover{color:#fff;background:#ffffff1f}.dashboard-main{gap:18px;display:grid}.newsletter-page{color:#132044;background:#fff;border-radius:26px;padding:clamp(22px,4vw,46px);box-shadow:0 24px 70px #00000042}.newsletter-page h1,.newsletter-page h2,.newsletter-page h3{color:#0b1533}.newsletter-page .muted{color:#4a5878}.newsletter-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:18px;display:grid}.newsletter-box{background:#f7f9ff;border:1px solid #dce4f7;border-radius:18px;padding:16px}.newsletter-box ul{padding-inline-start:22px;list-style:outside}.print-actions{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.footer{color:var(--muted);padding:38px 0}.footer-card{grid-template-columns:1.2fr 2fr;align-items:start;gap:20px;display:grid}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.footer-links a{color:var(--muted);font-weight:800}.privacy{color:var(--dim);margin-top:8px;font-size:13px}.reveal{opacity:0;transition:all .55s;transform:translateY(18px)}.reveal.in{opacity:1;transform:none}@media (max-width:1050px){.nav-links{display:none}.nav-toggle{display:block}.quick-grid,.cards-grid,.progress-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.footer-card,.dashboard-layout{grid-template-columns:1fr}.dashboard-side{position:static}.footer-links{justify-content:flex-start}}@media (max-width:720px){.nav{border-radius:24px}.brand small{display:none}.quick-grid,.cards-grid,.progress-grid,.two-col,.newsletter-grid{grid-template-columns:1fr}.section-head,.split-card,.profile-hero{display:grid}.profile-hero{text-align:center;grid-template-columns:1fr}.profile-hero img{margin:auto}.hero-panel{min-height:260px}.hero-mark{width:132px;height:132px;font-size:58px}.hero-orbit{width:min(310px,86vw)}}@media print{body{color:#111;background:#fff}body:before,.nav-wrap,.footer,.print-actions,.no-print{display:none!important}.section{padding:0}.container{max-width:none;padding:0}.newsletter-page{box-shadow:none;color:#111;border-radius:0;padding:0}.newsletter-page .muted{color:#333}.newsletter-box{break-inside:avoid;background:#fff;border-color:#bbb}a{color:#111}}:root{--official-navy:#14254a;--official-navy-2:#213966;--official-gold:#ffcd35;--official-sky:#48a0d8;--official-bg:#f4f6fb;--official-paper:#fff;--official-text:#17233f;--official-muted:#62708a;--official-border:#dfe6f2;--official-shadow:0 18px 48px #14254a1f}.public-header{z-index:50;border-bottom:1px solid var(--official-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;position:sticky;top:0;box-shadow:0 8px 30px #14254a14}.public-topbar{background:var(--official-navy);color:#fff;font-size:13px}.public-topbar-inner{justify-content:space-between;align-items:center;gap:14px;min-height:38px;display:flex}.public-topbar a{color:var(--official-gold);font-weight:800}.public-nav{justify-content:space-between;align-items:center;gap:18px;min-height:78px;display:flex}.public-brand{color:var(--official-text);align-items:center;gap:12px;min-width:max-content;display:flex}.public-logo{width:50px;height:50px;color:var(--official-navy);background:linear-gradient(135deg,var(--official-gold),#fff2b2);border-radius:14px;place-items:center;font-size:24px;font-weight:900;display:grid;box-shadow:0 10px 24px #ffcd3540}.public-brand small{color:var(--official-muted);font-size:12px;display:block}.public-nav-links{align-items:center;gap:4px;display:flex}.public-nav-links a,.public-link,.nav-more-btn{color:var(--official-text);border-radius:12px;padding:9px 11px;font-size:14px;font-weight:800}.public-nav-links a:hover,.public-link:hover,.nav-more-btn:hover{color:var(--official-navy);background:#eef3fb}.public-header .nav-more-menu{border-color:var(--official-border);box-shadow:var(--official-shadow);background:#fff}.public-header .nav-more-menu li a{color:var(--official-text)}.public-header .nav-more-menu li a:hover{color:var(--official-navy);background:#eef3fb}.public-header .btn{background:var(--official-navy);color:#fff;min-height:40px;box-shadow:none}.public-header .student-chip{color:var(--official-navy);border-color:var(--official-border);background:#eef3fb}.public-header .student-dropdown a:hover,.public-header .student-dropdown button:hover{color:var(--official-navy);background:#eef3fb}.public-home{background:var(--official-bg);color:var(--official-text)}.public-home h1,.public-home h2,.public-home h3{color:var(--official-navy)}.public-home p{color:var(--official-muted)}.official-hero{background:linear-gradient(120deg,#14254af5,#213966db),url(/institution/hero.jpg) 50%/cover;padding:clamp(56px,8vw,100px) 0 56px;position:relative;overflow:hidden}.official-hero:after{content:"";background:linear-gradient(180deg,transparent,var(--official-bg));height:90px;position:absolute;inset:auto 0 0}.official-hero-grid{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(28px,5vw,64px);display:grid;position:relative}.official-hero-copy h1{color:#fff;margin:14px 0 18px;font-size:clamp(38px,6vw,72px)}.official-hero-copy p{color:#dbe5f7;max-width:660px;font-size:clamp(17px,2vw,21px)}.official-eyebrow{width:max-content;color:var(--official-navy);background:var(--official-gold);border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex}.official-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.official-btn{color:#fff;border:1px solid #ffffff47;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;font-weight:900;display:inline-flex}.official-btn.primary{background:var(--official-gold);border-color:var(--official-gold);color:var(--official-navy)}.official-btn.subtle{background:#ffffff1f}.official-hero-media{min-height:420px;position:relative}.official-hero-media img{object-fit:cover;border:7px solid #ffffff2e;border-radius:26px;width:100%;height:420px;box-shadow:0 24px 70px #00000052}.official-hero-badge{box-shadow:var(--official-shadow);background:#fff;border-radius:18px;padding:16px 18px;position:absolute;inset:auto auto 22px 22px}.official-hero-badge b{color:var(--official-navy);font-size:18px;display:block}.official-hero-badge span{color:var(--official-muted);font-size:13px;display:block}.official-section{padding:clamp(50px,6vw,82px) 0}.official-section.soft{background:#fff}.official-section-head{max-width:760px;margin-bottom:28px}.official-section-head.compact{margin-bottom:18px}.official-section-head h2{margin:12px 0 8px;font-size:clamp(26px,4vw,42px)}.official-stats{z-index:2;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-86px;display:grid;position:relative}.official-stat,.official-portal-card,.official-service-card,.official-list-card,.official-feature-card,.official-value-card{background:var(--official-paper);border:1px solid var(--official-border);box-shadow:var(--official-shadow);border-radius:18px}.official-stat{text-align:center;padding:24px}.official-stat strong{color:var(--official-navy);font-size:34px;display:block}.official-stat span{color:var(--official-muted);font-weight:800}.official-about{grid-template-columns:1fr .82fr;align-items:center;gap:32px;display:grid}.official-about h2{margin:14px 0;font-size:clamp(28px,4vw,46px)}.official-about p{font-size:18px;line-height:2}.official-about img{object-fit:cover;width:100%;min-height:320px;box-shadow:var(--official-shadow);border-radius:24px}.official-portal-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.official-portal-card{padding:26px;transition:transform .2s,border-color .2s}.official-portal-card:hover,.official-service-card:hover,.official-list-card:hover{border-color:#bdd0ea;transform:translateY(-4px)}.official-portal-card span{width:54px;height:54px;color:var(--official-navy);background:#fff4bf;border-radius:16px;place-items:center;margin-bottom:18px;font-size:24px;font-weight:900;display:grid}.official-portal-card p,.official-service-card p,.official-list-card p{line-height:1.8}.official-service-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.official-service-card{border-right:5px solid var(--official-gold);padding:22px}.official-service-card h3{margin-bottom:8px}.official-value-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.official-value-card{min-height:92px;color:var(--official-navy);place-items:center;font-weight:900;display:grid}.official-news-events{grid-template-columns:1fr 1fr;gap:28px;display:grid}.official-list{gap:14px;display:grid}.official-list-card{padding:20px;display:block}.official-list-card small{color:var(--official-sky);font-weight:900}.official-list-card h3{margin:7px 0}.official-feature-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.official-feature-card{padding:28px}.official-feature-card img{object-fit:contain;width:82px;height:82px;margin-bottom:18px}.official-inline-links{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.official-inline-links a{color:var(--official-navy);background:#eef3fb;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.official-gallery{grid-template-columns:1fr 1fr 1.4fr;gap:16px;display:grid}.official-gallery img{object-fit:cover;border:1px solid var(--official-border);width:100%;height:250px;box-shadow:var(--official-shadow);background:#fff;border-radius:22px}.public-footer{background:var(--official-navy);color:#dbe5f7;padding:54px 0 22px}.public-footer p{color:#cbd6ea;font-size:14px}.public-footer-links a{color:#dbe5f7;font-size:14px;font-weight:800}@media (max-width:1050px){.public-topbar-inner span:nth-child(2),.public-nav-links{display:none}.official-hero-grid,.official-about,.official-news-events,.official-feature-row,.public-footer-grid{grid-template-columns:1fr}.official-stats,.official-portal-grid,.official-service-grid{grid-template-columns:repeat(2,1fr)}.official-value-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.public-topbar{display:none}.public-nav{min-height:72px}.public-brand small,.public-link{display:none}.official-hero-media{min-height:auto}.official-hero-media img{height:280px}.official-stats{grid-template-columns:1fr 1fr;margin-top:-48px}.official-portal-grid,.official-service-grid,.official-value-grid,.official-gallery{grid-template-columns:1fr}.official-gallery img{height:210px}.public-footer-bottom{display:grid}}:root{--card-common-1:#3d63e6;--card-common-2:#1c2d6e;--card-rare-1:#1ccf8e;--card-rare-2:#0a5c3c;--card-epic-1:#9b59b6;--card-epic-2:#4a1e6a;--card-legend-1:#ffcf3d;--card-legend-2:#8b6a00;--card-season-1:#ff6b35;--card-season-2:#7a1e00;--card-inform-1:#00b4d8;--card-inform-2:#023e8a}.hero-card{background:linear-gradient(160deg,var(--card-common-1),var(--card-common-2));border:1.5px solid #ffffff38;border-radius:20px;flex-direction:column;flex-shrink:0;gap:10px;width:220px;min-height:330px;padding:16px 14px 14px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 56px #00000073,inset 0 1px #ffffff38}.hero-card:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 28px 72px #0000008c}.hero-card.hero-card-sm{width:160px;min-height:240px;padding:12px 10px}.hero-card.hero-card-special{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent), 0 24px 64px #ffcf3d4d}.hero-card.rare{background:linear-gradient(160deg,var(--card-rare-1),var(--card-rare-2))}.hero-card.epic{background:linear-gradient(160deg,var(--card-epic-1),var(--card-epic-2))}.hero-card.legendary{background:linear-gradient(160deg,var(--card-legend-1),var(--card-legend-2));color:#1a1000}.hero-card.season{background:linear-gradient(160deg,var(--card-season-1),var(--card-season-2))}.hero-card.inform{background:linear-gradient(160deg,var(--card-inform-1),var(--card-inform-2))}.card-shine{pointer-events:none;border-radius:inherit;background:linear-gradient(115deg,#ffffff24 0%,#0000 45%,#ffffff0f 100%);position:absolute;inset:0}.card-header-row{justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.ovr-box{flex-direction:column;align-items:center;line-height:1;display:flex}.ovr-num{font-size:30px;font-weight:900;line-height:1}.ovr-label{opacity:.75;text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:700}.ovr-badge{background:linear-gradient(135deg,var(--primary),var(--primary-soft));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;font-weight:900;display:inline-flex;box-shadow:0 4px 12px #3d63e666}.card-type-badge{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.card-type-text{opacity:.8;text-align:left;font-size:9px;font-weight:800}.card-avatar-wrap{justify-content:center;margin:2px 0;display:flex;position:relative}.card-avatar-img{object-fit:cover;z-index:1;border:2px solid #ffffff59;border-radius:50%;width:78px;height:78px;position:relative}.hero-card.hero-card-sm .card-avatar-img{width:56px;height:56px}.card-avatar-placeholder{background:#ffffff2e;border:2px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;font-size:28px;font-weight:900;display:flex}.card-avatar-glow{pointer-events:none;background:radial-gradient(circle,#ffffff2e,#0000 68%);border-radius:50%;position:absolute;inset:-8px}.card-name-section{text-align:center}.card-name{margin:0;font-size:14px;font-weight:900;line-height:1.2}.card-class{opacity:.7;margin:2px 0 0;font-size:10px}.hero-card.hero-card-sm .card-name{font-size:11px}.card-stats-grid{grid-template-columns:1fr 1fr;gap:3px 8px;display:grid}.stat-row{background:#ffffff1a;border-radius:6px;justify-content:space-between;align-items:center;padding:3px 6px;font-size:10px;display:flex}.stat-label{opacity:.8}.stat-val{font-weight:900}.card-footer{border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px;margin-top:auto;padding-top:6px;font-size:11px;display:flex}.card-stars{align-items:center;gap:3px;font-weight:700;display:flex}.card-level{align-items:center;gap:4px;display:flex}.rarity-chip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff3;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}.card-grid-wrap{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.card-grid-sm .hero-card{width:160px;min-height:240px}.season-track{background:linear-gradient(160deg,var(--glass-strong),#ffffff0b);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(20px,3vw,32px)}.season-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.season-title{font-size:clamp(18px,2.5vw,24px);font-weight:900}.season-level-badge{background:linear-gradient(135deg,var(--primary),var(--primary-soft));border-radius:14px;flex-direction:column;align-items:center;min-width:64px;padding:10px 16px;display:flex;box-shadow:0 8px 24px #3d63e659}.season-lvl-num{font-size:26px;font-weight:900;line-height:1}.season-lvl-label{opacity:.8;font-size:10px;font-weight:700}.season-xp-section{margin-bottom:20px}.season-xp-labels{justify-content:space-between;margin-bottom:6px;font-size:13px;display:flex}.season-xp-bar{background:#ffffff1a;border-radius:999px;height:12px;overflow:hidden}.season-xp-fill{background:linear-gradient(90deg,var(--primary),var(--primary-soft));height:100%;box-shadow:0 0 12px var(--primary);border-radius:999px;transition:width .6s}.season-milestones{flex-wrap:wrap;gap:12px;display:flex}.season-milestone{opacity:.6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;transition:opacity .2s;display:flex}.season-milestone.reached{opacity:1;border-color:var(--primary);background:#3d63e626}.season-milestone.claimed{border-color:var(--secondary);background:#1ccf8e26}.milestone-circle{background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:900;display:flex}.season-milestone.reached .milestone-circle{background:var(--primary)}.season-milestone.claimed .milestone-circle{background:var(--secondary);color:#06291c}.milestone-info{flex-direction:column;gap:2px;display:flex}.milestone-title{font-size:12px;font-weight:700}.milestone-stars{opacity:.8;font-size:11px}.season-levels-list{flex-direction:column;gap:10px;display:flex}.season-level-row{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;flex-wrap:wrap;align-items:center;gap:16px;padding:12px 16px;display:flex}.season-level-row.reached{border-color:var(--primary);background:#3d63e626}.slr-level{min-width:80px;font-size:14px;font-weight:900}.slr-xp{color:var(--muted);min-width:70px;font-size:13px}.slr-reward{flex:1;font-size:13px}.slr-stars{font-size:13px}.leaderboard-list{flex-direction:column;gap:8px;display:flex}.leaderboard-row{background:#ffffff0d;border:1px solid #ffffff12;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 14px;display:flex}.leaderboard-row.top-three{background:#ffcf3d1a;border-color:#ffcf3d4d}.lb-rank{text-align:center;min-width:32px;font-size:18px}.lb-name{flex:1;font-weight:700}.lb-class{color:var(--muted);font-size:13px}.lb-xp{color:var(--primary-soft);font-weight:700}.lb-level{color:var(--muted);font-size:12px}.sbc-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.sbc-card{background:linear-gradient(160deg,var(--glass-strong),#ffffff0b);border:1px solid var(--glass-border);border-radius:var(--radius);flex-direction:column;gap:12px;padding:22px;transition:transform .2s,border-color .2s;display:flex}.sbc-card:hover{transform:translateY(-3px)}.sbc-card.sbc-completed{border-color:var(--secondary);background:#1ccf8e0f}.sbc-card-header{justify-content:space-between;align-items:center;display:flex}.sbc-icon{font-size:28px}.sbc-title{font-size:16px;font-weight:900}.sbc-desc{font-size:13px}.sbc-requirements{flex-direction:column;gap:6px;display:flex}.sbc-req-item{align-items:flex-start;gap:8px;font-size:13px;display:flex}.sbc-req-dot{color:var(--primary-soft);flex-shrink:0}.sbc-progress{flex-direction:column;gap:4px;display:flex}.sbc-progress-bar{background:#ffffff1a;border-radius:999px;height:8px;overflow:hidden}.sbc-progress-fill{background:linear-gradient(90deg,var(--primary),var(--primary-soft));border-radius:999px;height:100%;transition:width .5s}.sbc-progress-label{color:var(--muted);text-align:left;font-size:11px}.sbc-reward{border-top:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:10px;padding-top:4px;font-size:13px;display:flex}.sbc-reward-label{color:var(--accent);font-weight:700}.reward-card{background:linear-gradient(160deg,var(--glass-strong),#ffffff0a);border:1px solid var(--glass-border);border-radius:var(--radius);flex-direction:column;gap:10px;padding:22px;transition:transform .2s;display:flex}.reward-card:hover{transform:translateY(-3px)}.reward-card.reward-card-locked{opacity:.6}.reward-card-top{justify-content:space-between;align-items:flex-start;display:flex}.reward-icon{font-size:28px}.reward-title{font-size:15px;font-weight:900}.reward-desc{font-size:13px}.reward-cost{flex-wrap:wrap;gap:10px;display:flex}.reward-cost-item{font-size:13px;font-weight:700}.cost-cant{color:#ef4444}.rewards-balance{flex-wrap:wrap;align-items:center;gap:24px;padding:20px 28px;display:flex}.balance-num{font-size:28px;font-weight:900;line-height:1;display:block}.balance-label{color:var(--muted);font-size:12px}.totw-header{text-align:center;margin-bottom:40px}.totw-entries{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.totw-entry{flex-direction:column;align-items:center;gap:14px;display:flex}.totw-category{background:var(--glass-strong);border:1px solid var(--glass-border);border-radius:999px;align-items:center;gap:6px;padding:6px 14px;display:flex}.totw-cat-icon{font-size:18px}.totw-cat-label{font-size:14px;font-weight:700}.totw-reason{text-align:center;max-width:220px;color:var(--muted);font-size:12px;font-style:italic}.history-timeline{flex-direction:column;gap:0;display:flex}.history-icon{text-align:center;flex-shrink:0;width:36px;font-size:22px}.history-content{flex:1}.history-content h4{margin:0 0 4px;font-size:14px;font-weight:700}.history-change{color:var(--primary-soft);margin-top:4px;font-size:12px}.history-date{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:12px}.history-scores{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;display:flex}.score-chip{color:var(--primary-soft);background:#3d63e640;border:1px solid #3d63e666;border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.score-chip.star-chip{color:var(--accent);background:#ffcf3d33;border-color:#ffcf3d66}.point-event-form{flex-direction:column;gap:0;display:flex}.input-field option{background:#0b1533}.form-message{border-radius:12px;margin-bottom:12px;padding:10px 16px;font-size:14px;font-weight:600}.form-ok{color:var(--secondary);background:#1ccf8e26;border:1px solid #1ccf8e66}.form-err{color:#fca5a5;background:#ef444426;border:1px solid #ef444466}.student-profile-hero{grid-template-columns:auto 1fr;align-items:start;gap:32px;display:grid}.student-hero-card-wrap{justify-content:center;display:flex}.student-hero-info{flex-direction:column;gap:20px;display:flex}.student-card-layout{grid-template-columns:auto 1fr;align-items:start;gap:32px;display:grid}.student-card-main{justify-content:center;display:flex}.student-card-details{flex-direction:column;gap:20px;display:flex}.card-meta-row{flex-wrap:wrap;gap:16px;margin-top:8px;font-size:13px;display:flex}.section-head-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:0;display:flex}.redemption-row{background:#ffcf3d0f;border:1px solid #ffcf3d33;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.status-green{color:var(--secondary);background:#1ccf8e33;border-color:#1ccf8e66}.filter-chips{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.empty-icon{font-size:56px}@media (max-width:720px){.student-profile-hero,.student-card-layout{grid-template-columns:1fr}.student-hero-card-wrap{justify-content:center}.card-grid-wrap{gap:16px}.hero-card{width:180px;min-height:280px}.form-grid-2{grid-template-columns:1fr}.totw-entries{gap:20px}.sbc-grid{grid-template-columns:1fr}.rewards-grid{grid-template-columns:1fr 1fr}.season-milestones{flex-direction:column}.leaderboard-row{gap:8px;font-size:13px}}@media (max-width:480px){.rewards-grid{grid-template-columns:1fr}.hero-card{width:160px;min-height:255px}}.hero-card-link:hover .hero-card{transform:translateY(-8px)scale(1.03)}.hero-card-clickable{cursor:pointer;transition:transform .25s,box-shadow .25s}.ps-count-badge{color:#ffffffd9;background:#0000008c;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:3px;padding:2px 8px;font-size:11px;font-weight:900;display:flex;position:absolute;bottom:8px;left:8px}.ps-count-badge.ps-plus{color:gold;border-color:gold}.ps-badge-plus{color:gold;font-size:10px}.ls-icon-wrap{background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s;display:inline-flex;position:relative}.ls-icon-wrap.ls-plus{background:#ffd70021;border-color:#ffd70073;box-shadow:0 0 12px #ffd70033}.ls-icon-wrap.ls-selected{border-color:var(--primary);background:#3d63e62e}.ls-icon-wrap.ls-locked{opacity:.4}.ls-plus-badge{color:#1a0f00;background:gold;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:900;line-height:1;display:flex;position:absolute;top:-5px;left:-5px}.hero-profile-root{flex-direction:column;gap:24px;display:flex}.hp-tabs{border-bottom:1px solid var(--glass-border);flex-wrap:wrap;gap:6px;padding-bottom:8px;display:flex}.hp-tab-btn{border:1px solid var(--glass-border);color:var(--muted);cursor:pointer;background:#ffffff12;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:800;transition:all .18s}.hp-tab-btn:hover{color:var(--ink);background:#ffffff1f}.hp-tab-btn.active{background:linear-gradient(135deg,var(--primary),var(--primary-soft));color:#fff;border-color:#0000;box-shadow:0 4px 16px #3d63e659}.hp-tab-panel{animation:.22s fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hp-bio{grid-template-columns:auto 1fr;align-items:start;gap:28px;display:grid}.hp-bio-card-col{justify-content:center;display:flex}.hp-bio-info-col{flex-direction:column;gap:16px;display:flex}.hp-info-card{padding:20px 24px}.hp-section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px;font-size:14px;font-weight:900}.hp-xp-row{justify-content:space-between;margin-bottom:6px;font-size:13px;display:flex}.hp-xp-bar{background:#ffffff1a;border-radius:999px;height:8px;overflow:hidden}.hp-xp-fill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:999px;height:100%;transition:width .6s}.hp-meta-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hp-meta-item{flex-direction:column;gap:2px;display:flex}.hp-meta-label{color:var(--dim);font-size:11px}.hp-meta-val{font-size:14px;font-weight:700}.hp-ovr{color:var(--accent);font-size:22px;font-weight:900}.hp-badges-row{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.hp-teacher-note{border-color:#ffcf3d4d;background:#ffcf3d0f!important}.hp-stats-list{flex-direction:column;gap:14px;display:flex}.hp-stat-bar-row{grid-template-columns:100px 1fr 36px;align-items:center;gap:10px;display:grid}.hp-stat-label{text-align:right;font-size:13px;font-weight:700}.hp-stat-bar-track{background:#ffffff1a;border-radius:999px;height:10px;overflow:hidden}.hp-stat-bar-fill{border-radius:999px;height:100%;transition:width .5s}.hp-stat-num{text-align:left;font-size:13px;font-weight:900}.hp-attrs-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.hp-attr-group{padding:18px 22px}.hp-attr-group-title{color:var(--accent);margin-bottom:14px;font-size:13px;font-weight:900}.hp-attr-row{margin-bottom:8px}.hp-attr-label{font-size:12px;font-weight:600}.ps-granted-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-top:8px;display:grid}.ps-granted-item{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;display:flex}.ps-granted-item.ps-plus-item{background:#ffd70012;border-color:#ffd70059}.ps-granted-info{flex-direction:column;gap:2px;display:flex}.ps-granted-name{align-items:center;gap:4px;font-size:13px;font-weight:700;display:flex}.ps-granted-cat{font-size:11px}.ps-tier-badge{color:#1a0f00;background:gold;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:900;display:inline-flex}.ps-cat-section{margin-bottom:24px}.ps-cat-title{color:var(--muted);margin-bottom:12px;font-size:13px;font-weight:900}.ps-all-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;display:grid}.ps-all-item{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:10px 8px;transition:background .2s;display:flex;position:relative}.ps-all-item.ps-active{background:#3d63e624;border-color:#5b86ff66}.ps-all-item.ps-locked{opacity:.5}.ps-all-name{font-size:11px;font-weight:700}.ps-locked-hint{color:var(--dim);font-size:10px;line-height:1.3}.role-granted-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:8px;display:grid}.role-granted-item{background:#1ccf8e14;border:1px solid #1ccf8e40;border-radius:16px;padding:14px 16px}.role-granted-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.role-granted-name{font-size:14px;font-weight:800}.role-level-chip{color:#1a0f00;background:gold;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:900}.role-granted-desc{margin-bottom:8px;font-size:12px}.role-strengths{flex-wrap:wrap;gap:4px;display:flex}.role-all-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:8px;display:grid}.role-all-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;padding:12px 14px;transition:background .2s}.role-all-item.role-active{background:#1ccf8e1a;border-color:#1ccf8e4d}.role-all-item.role-locked{opacity:.6}.role-all-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.role-all-name{font-size:13px;font-weight:800}.role-all-group{font-size:10px!important}.card-history-list{flex-direction:column;gap:0;padding-right:20px;display:flex;position:relative}.card-history-list:before{content:"";background:var(--glass-border);width:2px;position:absolute;top:0;bottom:0;right:7px}.history-event{border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:16px;padding:14px 0;display:flex}.history-event:last-child{border-bottom:0}.history-event-dot{background:var(--primary);border:2px solid var(--glass-border);z-index:1;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:3px;position:relative;right:-13px}.history-event.event-level_up .history-event-dot{background:var(--accent)}.history-event.event-card_type .history-event-dot{background:#ff6bd6}.history-event.event-special .history-event-dot{background:#ff4d4d}.history-event.event-play_style_change .history-event-dot{background:var(--secondary)}.history-event.event-role_change .history-event-dot{background:#7c5fff}.history-event-body{flex:1}.history-event-title{margin-bottom:4px;font-size:14px;font-weight:700}.history-event-desc{margin:0;font-size:12px}.history-event-values{align-items:center;gap:8px;margin-top:6px;font-size:12px;display:flex}.history-val-old{color:#ff6b6b;background:#ff6b6b1a;border-radius:999px;padding:2px 8px}.history-val-new{color:var(--secondary);background:#1ccf8e1a;border-radius:999px;padding:2px 8px}.history-arrow{color:var(--dim)}.history-event-time{margin-top:6px;font-size:11px;display:block}.avatar-upload-widget{flex-direction:column;gap:12px;display:flex}.avatar-upload-preview{border:3px solid var(--glass-border);background:var(--glass-bg);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden}.avatar-upload-img{object-fit:cover;width:100%;height:100%}.avatar-upload-placeholder{color:var(--dim);font-size:32px;font-weight:900}.avatar-upload-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.avatar-file-input{display:none}.stats-editor-grid{flex-direction:column;gap:12px;display:flex}.stats-editor-row{grid-template-columns:110px 60px 1fr 36px;align-items:center;gap:10px;display:grid}.stats-editor-label{text-align:right;font-size:13px;font-weight:700}.stats-editor-input{border:1px solid var(--glass-border);color:var(--ink);font:inherit;text-align:center;background:#ffffff12;border-radius:8px;width:100%;padding:6px 8px;font-size:14px;font-weight:700}.stats-editor-input:focus{border-color:var(--primary);outline:none}.stats-editor-bar-track{background:#ffffff1a;border-radius:999px;height:8px;overflow:hidden}.stats-editor-bar-fill{border-radius:999px;height:100%;transition:width .3s}.stats-editor-num{text-align:left;font-size:13px;font-weight:900}.form-label{color:var(--muted);margin-bottom:4px;font-size:13px;font-weight:700;display:block}.form-msg{border-radius:12px;padding:10px 16px;font-size:13px;font-weight:700}.form-msg-ok{color:var(--secondary);background:#1ccf8e1f;border:1px solid #1ccf8e4d}.form-msg-err{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b4d}@media (max-width:720px){.hp-bio{grid-template-columns:1fr}.hp-bio-card-col{order:-1}.hp-tabs{gap:4px}.hp-tab-btn{padding:7px 12px;font-size:12px}.hp-attrs-grid{grid-template-columns:1fr}.hp-stat-bar-row{grid-template-columns:80px 1fr 30px}.stats-editor-row{grid-template-columns:90px 50px 1fr 30px}.ps-granted-grid{grid-template-columns:1fr 1fr}.ps-all-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.role-granted-grid,.role-all-grid{grid-template-columns:1fr}}.hc-v2{cursor:default;border:1px solid #ffffff2e;border-radius:22px;flex-direction:column;align-items:center;gap:0;width:220px;min-height:330px;padding:16px 14px 14px;font-family:inherit;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.hc-v2.hero-card-clickable,.hero-card-link .hc-v2{cursor:pointer}.hc-v2.hero-card-clickable:hover,.hero-card-link:hover .hc-v2{transform:translateY(-6px)scale(1.025)}.hero-card-link{color:inherit;text-decoration:none;display:inline-block}.hc-foil{pointer-events:none;z-index:1;background:linear-gradient(135deg,#0000 25%,#ffffff0a 45%,#ffffff14 50%,#ffffff0a 55%,#0000 75%);position:absolute;inset:0}.hc-v2:hover .hc-foil{background:linear-gradient(135deg,#0000 20%,#ffffff0f 42%,#ffffff24 50%,#ffffff0f 58%,#0000 80%)}.hc-accent-bar{z-index:2;opacity:.9;height:4px;position:absolute;top:0;left:0;right:0}.hc-header{z-index:2;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-top:8px;display:flex;position:relative}.hc-ovr-ring-wrap{flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative}.hc-ovr-svg{position:absolute;inset:0}.hc-ovr-inner{flex-direction:column;align-items:center;gap:0;display:flex}.hc-ovr-num{color:#fff;letter-spacing:-1px;font-size:26px;font-weight:900;line-height:1}.hc-ovr-label{color:#ffffff80;letter-spacing:2px;font-size:9px;font-weight:800}.hc-header-right{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.hc-type-badge{letter-spacing:.05em;border:1.5px solid;border-radius:999px;padding:3px 10px;font-size:10px;font-weight:900}.hc-rarity-text{letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}.hc-avatar-section{z-index:2;margin:10px 0 6px;position:relative}.hc-avatar-frame{z-index:2;border-radius:50%;width:88px;height:88px;position:relative;overflow:hidden}.hc-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.hc-avatar-initial{color:#fffc;justify-content:center;align-items:center;width:100%;height:100%;font-size:32px;font-weight:900;display:flex}.hc-avatar-glow{pointer-events:none;z-index:1;border-radius:50%;position:absolute;inset:-20px}.hc-name-section{text-align:center;z-index:2;margin-bottom:8px;position:relative}.hc-name{color:#fff;margin-bottom:2px;font-size:15px;font-weight:900;line-height:1.2}.hc-class{color:#ffffff8c;font-size:11px;font-weight:600}.hc-divider{z-index:2;width:80%;height:1px;margin:0 auto 10px;position:relative}.hc-stats-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:6px;width:100%;margin-bottom:10px;display:grid;position:relative}.hc-stat-cell{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;align-items:center;gap:1px;padding:6px 4px;display:flex}.hc-stat-key{color:#ffffff80;letter-spacing:.03em;font-size:9px;font-weight:700}.hc-footer{z-index:2;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;margin-top:2px;padding-top:8px;display:flex;position:relative}.hc-footer-stars{color:#ffcf3d;align-items:center;gap:4px;font-size:13px;font-weight:700;display:flex}.hc-footer-level{color:#ffffff80;align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}.hc-footer-level strong{font-size:14px;font-weight:900}.hc-v2-sm{width:170px;min-height:240px;padding:12px 10px 10px}.hc-v2-sm .hc-ovr-ring-wrap{width:68px;height:68px}.hc-v2-sm .hc-ovr-num{font-size:20px}.hc-v2-sm .hc-avatar-frame{width:66px;height:66px}.hc-v2-sm .hc-name{font-size:13px}.ps-count-badge{color:#fff;z-index:3;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:900;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 2px 8px #0006}.ps-badge-plus{margin-right:1px;font-size:9px;font-weight:900}.cfe-root{flex-direction:column;gap:0;display:flex}.cfe-tabs{border-bottom:1px solid var(--glass-border);flex-wrap:wrap;gap:6px;margin-bottom:20px;padding-bottom:16px;display:flex}.cfe-tab-btn{border:1px solid var(--glass-border);color:var(--muted);cursor:pointer;background:#ffffff12;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:800;transition:all .18s}.cfe-tab-btn:hover{color:var(--ink);background:#ffffff1f}.cfe-tab-btn.active{background:linear-gradient(135deg, var(--primary), var(--primary-soft));color:#fff;border-color:#0000;box-shadow:0 4px 16px #3d63e659}.cfe-panel{animation:.2s fadeInUp}.cfe-panel-title{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:18px;font-size:13px;font-weight:900}.cfe-toast{border-radius:12px;margin-bottom:16px;padding:10px 18px;font-size:13px;font-weight:700;animation:.2s fadeInUp}.cfe-toast-ok{color:var(--secondary);background:#1ccf8e1f;border:1px solid #1ccf8e4d}.cfe-toast-err{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b4d}.cfe-stats-grid{flex-direction:column;gap:14px;display:flex}.cfe-stat-row{grid-template-columns:90px 1fr 56px 1fr 32px;align-items:center;gap:10px;display:grid}.cfe-stat-label{text-align:right;font-size:13px;font-weight:700}.cfe-stat-slider{appearance:none;cursor:pointer;background:#ffffff1f;border-radius:999px;outline:none;height:6px}.cfe-stat-slider::-webkit-slider-thumb{appearance:none;background:var(--primary-soft);cursor:pointer;border:2px solid #fff6;border-radius:50%;width:16px;height:16px}.cfe-stat-input{border:1px solid var(--glass-border);color:var(--ink);font:inherit;text-align:center;background:#ffffff12;border-radius:8px;width:100%;padding:5px 6px;font-size:14px;font-weight:700}.cfe-stat-input:focus{border-color:var(--primary);outline:none}.cfe-stat-bar-track{background:#ffffff1a;border-radius:999px;height:8px;overflow:hidden}.cfe-stat-bar-fill{border-radius:999px;height:100%;transition:width .3s}.cfe-stat-num{text-align:center;font-size:12px;font-weight:900}.cfe-substats-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.cfe-substat-group{padding:18px 20px}.cfe-substat-group-title{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:12px;font-weight:900}.cfe-substat-row{grid-template-columns:1fr 56px 1fr 28px auto;align-items:center;gap:8px;margin-bottom:10px;display:grid}.cfe-substat-label{font-size:12px;font-weight:600}.cfe-ps-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;margin-top:8px;display:grid}.cfe-ps-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;transition:background .2s;display:flex}.cfe-ps-item.cfe-ps-granted{background:#3d63e61f;border-color:#5b86ff59}.cfe-ps-item.cfe-ps-plus{background:#ffd70014;border-color:#ffd70059}.cfe-ps-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cfe-ps-name{align-items:center;gap:4px;font-size:13px;font-weight:700;display:flex}.cfe-ps-actions{flex-shrink:0;gap:6px;display:flex}.cfe-roles-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.cfe-role-item{padding:16px 18px}.cfe-role-item.cfe-role-granted{border-color:#1ccf8e4d;background:linear-gradient(160deg, var(--glass-strong), #1ccf8e0f)!important}.cfe-role-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.cfe-role-name{font-size:14px;font-weight:800}.cfe-role-actions{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.cfe-meta-info-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:12px;display:grid}.cfe-meta-info-item{border:1px solid var(--glass-border);background:#ffffff0f;border-radius:14px;flex-direction:column;gap:4px;padding:14px 18px;display:flex}.card-editor-layout{grid-template-columns:260px 1fr;align-items:start;gap:24px;display:grid}.card-editor-preview-col{position:sticky;top:90px}.card-editor-section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px;font-size:13px;font-weight:900}.card-preview-meta{border-top:1px solid var(--glass-border);grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;padding-top:14px;display:grid}.card-preview-meta-item{text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}@media (max-width:900px){.card-editor-layout{grid-template-columns:1fr}.card-editor-preview-col{position:static}}@media (max-width:600px){.cfe-stat-row{grid-template-columns:80px 1fr 48px 0 28px}.cfe-stat-row .cfe-stat-bar-track{display:none}.cfe-substats-grid,.cfe-ps-grid,.cfe-roles-grid{grid-template-columns:1fr}}.quick-links{flex-wrap:wrap;align-items:center;gap:8px;display:flex}:root{--stat-gold:#ffcf3d;--stat-green:#1ccf8e;--stat-teal:#4ee0a8;--stat-yellow:#f5d060;--stat-orange:#ff9d3d;--stat-red:#ff6b6b}.stat-gold{color:var(--stat-gold)!important}.stat-green{color:var(--stat-green)!important}.stat-teal{color:var(--stat-teal)!important}.stat-yellow{color:var(--stat-yellow)!important}.stat-orange{color:var(--stat-orange)!important}.stat-red{color:var(--stat-red)!important}.hc-stat-val{font-size:22px!important;font-weight:900!important;line-height:1!important}@keyframes hcShimmer{0%{opacity:.3;transform:translate(100%)skew(-20deg)}to{opacity:0;transform:translate(-200%)skew(-20deg)}}.hc-foil{animation:3.5s ease-in-out infinite hcShimmer}.hero-profile-layout{grid-template-columns:300px 1fr;align-items:start;gap:28px;display:grid}@media (max-width:860px){.hero-profile-layout{grid-template-columns:1fr}}.notif-dot{background:var(--primary-soft);vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.obj-progress{background:#ffffff1a;border-radius:999px;height:6px;overflow:hidden}.obj-progress-fill{background:linear-gradient(90deg, var(--primary-soft), var(--secondary));border-radius:999px;height:100%;transition:width .4s}.store-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.rank-row{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:14px;padding:12px 16px;transition:background .2s;display:flex}.rank-row:hover{background:#ffffff12}.rank-row.rank-gold{background:#ffcf3d14;border-color:#ffcf3d33}.friends-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.inbox-item{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;padding:14px 16px}.inbox-item.unread{background:#5b86ff14;border-color:#5b86ff33}.guide-stat-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:16px;display:grid}.guide-stat-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;padding:16px}.empty-state{text-align:center;padding:40px 20px}.empty-icon{margin-bottom:16px;font-size:48px}.empty-state h3{margin-bottom:8px}.form-field{flex-direction:column;gap:6px;display:flex}.form-field label{color:var(--muted);font-size:13px;font-weight:700}.input-field{border:1px solid var(--glass-border);color:var(--ink);background:#ffffff0f;border-radius:12px;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}.input-field:focus{border-color:var(--primary-soft);outline:none}.form-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.form-grid-2{grid-template-columns:1fr}}.status{color:var(--muted);background:#ffffff14;border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;display:inline-flex}.status-green{color:var(--secondary);background:#1ccf8e26}.redemption-row{background:#ffffff0a;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.rewards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.rewards-balance{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.balance-item{align-items:center;gap:12px;display:flex}.balance-icon{font-size:28px}.balance-num{color:var(--accent);font-size:28px;font-weight:900;line-height:1;display:block}.balance-label{color:var(--muted);font-size:12px;display:block}:root{--moe-navy:#14254a;--moe-navy-2:#213966;--moe-gold:#ffcd35;--moe-sky:#48a0d8;--moe-bg:#edeef2;--moe-smoke:#f6f7fb;--moe-paper:#fff;--moe-text:#14254a;--moe-muted:#5d6b84;--moe-border:#e0e5ef;--moe-shadow:0 16px 36px #14254a1f}.public-header{z-index:50;color:var(--moe-text);background:0 0;position:relative}.public-topbar{color:#667085;background:linear-gradient(135deg,#14254a09 25%,#0000 25%) 0 0/28px 28px,linear-gradient(225deg,#14254a09 25%,#0000 25%) 0 0/28px 28px,#f7f8fb;padding:0}.public-topbar-inner{justify-content:space-between;align-items:center;gap:24px;min-height:80px;font-size:21px;font-weight:500;display:flex}.public-topbar-links{flex:1;justify-content:flex-end;align-items:center;gap:28px;display:flex}.public-topbar-links span{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.public-topbar-links b{color:#4b5565;font-weight:900}.public-topbar-links i{background:#c7cce0;width:2px;height:31px}.public-topbar svg{width:24px;height:24px;color:var(--moe-navy)}.public-socials{direction:ltr;align-items:center;gap:14px;display:flex}.public-social{background:#102044;border-radius:11px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 8px 18px #1020442e;color:#fff!important}.public-nav-sticky{z-index:60;background:var(--moe-navy);border-bottom:2px solid #ffcd35a6;position:sticky;top:0;box-shadow:0 10px 24px #14254a1f}.public-nav{background:var(--moe-navy);justify-content:space-between;align-items:center;gap:28px;min-height:148px;display:flex}.public-brand{color:#fff;order:3;align-items:center;gap:12px;min-width:330px;display:flex}.public-brand-logo{width:330px;height:112px;box-shadow:none;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;display:flex}.public-brand-logo img{object-fit:contain;width:100%;height:100%;transform:scale(1.18)}.public-logo{border:1px solid var(--moe-border);width:54px;height:54px;color:var(--moe-navy);background:linear-gradient(135deg,#f7fbff,#eef4fb);border-radius:8px;place-items:center;font-size:28px;font-weight:900;display:grid;box-shadow:0 8px 18px #14254a14}.public-brand b{color:var(--moe-navy);font-size:18px;line-height:1.25;display:block}.public-brand small{color:var(--moe-muted);font-size:12px;font-weight:700;display:block}.public-nav-links{flex:1;order:2;justify-content:center;align-items:center;gap:22px;display:flex}.public-nav-links a,.public-header .nav-more-btn{color:#fff;background:0 0;border-radius:0;align-items:center;min-height:52px;padding:0 4px;font-size:22px;font-weight:900;transition:all .2s;display:inline-flex}.public-nav-links a:hover,.public-header .nav-more-btn:hover{color:var(--moe-gold);background:0 0}.public-nav-links li:first-child a{color:var(--moe-gold)}.public-header .nav-more-btn:after{content:"";border-inline:5px solid #0000;border-top:6px solid;width:0;height:0;margin-inline-start:10px}.public-header .nav-more-menu{border:1px solid var(--moe-border);box-shadow:var(--moe-shadow);background:#fff;border-radius:10px;min-width:220px}.public-header .nav-more-menu a{width:100%;color:var(--moe-text);justify-content:flex-start}.nav-actions{order:1;align-items:center;gap:12px;display:flex}.public-link{color:var(--moe-navy);font-weight:900}.public-search{width:64px;height:64px;color:var(--moe-navy);background:#fff;border:1px solid #ffffff40;border-radius:15px;place-items:center;font-size:0;line-height:1;display:grid}.public-login-btn{min-height:64px;color:var(--moe-navy);background:#fff;border:1px solid #ffffff40;border-radius:15px;justify-content:center;align-items:center;gap:10px;padding:0 18px;font-size:17px;font-weight:900;display:inline-flex}.public-header .btn{background:var(--moe-navy);color:#fff;min-height:44px;box-shadow:none;border-radius:9px;padding:0 18px}.public-header .student-chip{color:var(--moe-navy);border:1px solid var(--moe-border);background:#fff}.public-header .student-dropdown{border-color:var(--moe-border);box-shadow:var(--moe-shadow);background:#fff}.public-header .student-dropdown a,.public-header .student-dropdown button{color:var(--moe-text)}.moe-home{background:var(--moe-bg);min-height:100vh;color:var(--moe-text);font-family:Tajawal,system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden}.moe-home h1,.moe-home h2,.moe-home h3{color:var(--moe-navy);letter-spacing:0}.moe-home p{color:var(--moe-muted)}.section,.public-page{background:var(--moe-bg);color:var(--moe-text);padding:clamp(56px,7vw,90px) 0}.section.compact{padding:clamp(42px,6vw,72px) 0}.section-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:28px;display:flex}.section-head h1,.section-head h2{color:var(--moe-navy);margin:8px 0 0;font-size:clamp(30px,4vw,46px)}.section-head p,.muted,.privacy{color:var(--moe-muted)!important}.eyebrow,.moe-page-kicker{color:var(--moe-sky);background:0 0;border:0;border-radius:0;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:900;display:inline-flex}.eyebrow:before,.moe-page-kicker:before{content:"";background:var(--moe-gold);border-radius:3px;width:34px;height:3px}.glass-card,.moe-panel{border:1px solid var(--moe-border)!important;box-shadow:var(--moe-shadow)!important;color:var(--moe-text)!important;-webkit-backdrop-filter:none!important;background:#fff!important;border-radius:12px!important}.glass-card h1,.glass-card h2,.glass-card h3,.moe-panel h1,.moe-panel h2,.moe-panel h3{color:var(--moe-navy)}.glass-card p,.moe-panel p{color:var(--moe-muted)}.two-col{grid-template-columns:1fr 1fr;gap:18px;display:grid}.chips{flex-wrap:wrap;gap:9px;margin:14px 0;display:flex}.chip{min-height:36px;color:var(--moe-navy);border:1px solid var(--moe-border);background:#f6f7fb;border-radius:8px;align-items:center;padding:0 13px;font-size:13px;font-weight:800;display:inline-flex}.moe-page-header{border-bottom:1px solid var(--moe-border);padding:22px 0 8px}.moe-public-hero{background:linear-gradient(90deg,#edeef2f5,#edeef2db),radial-gradient(circle at 18% 16%,#48a0d824,#0000 26%);padding:clamp(54px,8vw,92px) 0;position:relative;overflow:hidden}.moe-public-hero h1{color:var(--moe-navy);margin:10px 0 14px;font-size:clamp(34px,6vw,64px)}.moe-public-hero p{color:var(--moe-muted);max-width:720px;font-size:18px;line-height:1.9}.moe-public-hero.compact{padding:clamp(42px,6vw,68px) 0}.moe-public-hero.compact h1{font-size:clamp(32px,5vw,56px)}.moe-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.moe-info-card{border:1px solid var(--moe-border);box-shadow:var(--moe-shadow);background:#fff;border-radius:12px;padding:24px;display:block}.moe-info-card h2,.moe-info-card h3{color:var(--moe-navy);margin-bottom:10px}.moe-info-card p{color:var(--moe-muted);line-height:1.9}.moe-hero{isolation:isolate;background:#eee;min-height:690px;position:relative}.moe-hero-bg{z-index:-2;background:linear-gradient(90deg,#edeef2f5,#edeef2d1),radial-gradient(circle at 18% 18%,#48a0d829,#0000 26%),linear-gradient(#f4f6fa,#e9edf5);position:absolute;inset:0}.moe-hero-bg:after{content:"";background:linear-gradient(180deg,transparent,var(--moe-bg));height:210px;position:absolute;inset:auto 0 0}.moe-hero-inner{direction:rtl;grid-template-columns:minmax(0,1fr) minmax(410px,520px);align-items:center;gap:30px;min-height:690px;display:grid;position:relative}.moe-hero-copy{max-width:660px;padding:60px 0;animation:.7s both moeSlideIn}.moe-subtitle,.moe-kicker{color:var(--moe-sky);align-items:center;gap:9px;margin-bottom:15px;font-size:16px;font-weight:900;display:inline-flex}.moe-subtitle:before,.moe-kicker:before{content:"";background:var(--moe-gold);border-radius:3px;width:36px;height:3px}.moe-hero h1{max-width:640px;margin-bottom:24px;font-size:clamp(44px,7vw,84px);line-height:1.1}.moe-hero p{max-width:610px;margin-bottom:30px;font-size:20px;line-height:1.9}.moe-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.moe-btn{min-height:52px;color:var(--moe-navy);border:1px solid var(--moe-border);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 24px;font-weight:900;display:inline-flex;box-shadow:0 12px 24px #14254a17}.moe-btn.primary{background:var(--moe-navy);color:#fff;border-color:var(--moe-navy)}.moe-btn.light{background:var(--moe-gold);border-color:var(--moe-gold)}.moe-hero-image{direction:ltr;justify-content:center;align-items:center;min-height:560px;display:flex;position:relative}.moe-hero-image img{object-fit:contain;filter:drop-shadow(0 25px 35px #14254a2e);width:min(100%,520px);max-height:560px}.moe-hero-arrow{background:var(--moe-sky);color:#fff;border-radius:50%;place-items:center;width:56px;height:56px;font-size:46px;line-height:1;display:grid;position:absolute;top:50%;left:14px;box-shadow:0 14px 28px #48a0d842}.moe-counter-section{z-index:2;padding:clamp(40px,6vw,72px) 0;position:relative}.moe-counter-panel{box-shadow:var(--moe-shadow);background:#fff;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px;display:grid}.moe-counter-card{text-align:center;border:1px solid var(--moe-border);background:#f7f8fb;border-radius:10px;place-items:center;min-height:116px;display:grid}.moe-counter-card strong{color:var(--moe-navy);font-size:36px;line-height:1}.moe-counter-card span{color:var(--moe-muted);font-weight:900}.moe-about-section,.moe-services-section,.moe-values-section,.moe-news-section,.moe-feature-section,.moe-gallery-section{padding:clamp(58px,7vw,90px) 0}.moe-about-grid{grid-template-columns:1fr 430px;align-items:center;gap:28px;display:grid}.moe-about-card{border:1px solid var(--moe-border);box-shadow:var(--moe-shadow);background:#fff;border-radius:12px;padding:38px}.moe-about-card h2,.moe-title-area h2{margin-bottom:16px;font-size:clamp(28px,4vw,44px)}.moe-about-card p{margin-bottom:18px;font-size:18px;line-height:2}.moe-text-link{color:var(--moe-sky);text-underline-offset:5px;font-weight:900;text-decoration:underline}.moe-about-visual{position:relative}.moe-about-visual img{object-fit:cover;width:100%;height:360px;box-shadow:var(--moe-shadow);border-radius:12px}.moe-about-visual div{box-shadow:var(--moe-shadow);background:#fff;border-radius:12px;gap:3px;padding:16px 18px;display:grid;position:absolute;inset:auto 18px 18px}.moe-about-visual b{color:var(--moe-navy);font-size:20px}.moe-about-visual span{color:var(--moe-muted);font-weight:800}.moe-cta-section{background:linear-gradient(180deg,var(--moe-bg),#f7f8fb);padding:28px 0 72px}.moe-cta-bg{background:var(--moe-navy);box-shadow:var(--moe-shadow);border-radius:10px;grid-template-columns:300px 1fr;align-items:stretch;gap:22px;padding:18px;display:grid}.moe-cta-side{flex-direction:column;justify-content:center;padding:18px 22px;display:flex}.moe-cta-side h2{color:#fff;margin-bottom:12px;font-size:32px}.moe-cta-side p{color:#d8e2f1;line-height:1.9}.moe-cta-side .moe-kicker{color:var(--moe-gold)}.moe-portal-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.moe-portal-card{text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:190px;padding:20px;display:flex}.moe-portal-card img{width:48px;height:48px}.moe-portal-card small{color:var(--moe-sky);font-weight:900}.moe-portal-card h3{font-size:22px}.moe-portal-card p{font-size:14px;line-height:1.7}.moe-title-area{margin-bottom:30px}.moe-title-area.center{text-align:center}.moe-title-area.center .moe-kicker:before{display:none}.moe-title-mark{color:var(--moe-gold);margin:0 5px;font-size:20px;animation:3.2s ease-in-out infinite moeFloat;display:inline-block}.moe-services-section{background:#fff}.moe-services-shell{border:1px solid var(--moe-border);box-shadow:var(--moe-shadow);background:#f4f6fb;border-radius:12px;grid-template-columns:270px 1fr;gap:22px;padding:34px;display:grid}.moe-service-tabs{align-content:start;gap:10px;display:grid}.moe-service-tabs span{min-height:58px;color:var(--moe-navy);border:1px solid var(--moe-border);background:#fff;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-weight:900;display:flex}.moe-service-tabs span.active{background:var(--moe-navy);color:#fff}.moe-service-tabs img{width:34px;height:34px}.moe-service-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.moe-service-card{text-align:center;background:#f1f1f1;border-bottom:4px solid #d1d1d1;border-radius:12px;min-height:260px;padding:58px 18px 20px;transition:all .25s;position:relative;overflow:visible}.moe-service-icon{background:linear-gradient(84deg,#093a79 0%,#0b6eda 100%);border-radius:12px;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:absolute;top:-35px;left:50%;transform:translate(-50%)rotate(-45deg)}.moe-service-icon img{width:40px;height:40px;transform:rotate(45deg)}.moe-service-card h3{margin-bottom:12px;font-size:20px}.moe-service-card i{background:linear-gradient(84deg,#ca9f56 0%,#114a93 100%);width:112px;height:2px;margin:0 auto 14px;display:block}.moe-service-card p{min-height:58px;margin-bottom:12px;font-size:15px;line-height:1.7}.moe-service-card b{color:var(--moe-sky);font-size:15px}.moe-service-card:hover{background:var(--moe-navy);border-bottom-color:var(--moe-gold);transform:translateY(-6px)}.moe-service-card:hover h3,.moe-service-card:hover p,.moe-service-card:hover b{color:#fff}.moe-values-section{background:#f8f9fc}.moe-value-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.moe-value-card{min-height:96px;color:var(--moe-navy);border:1px solid var(--moe-border);background:#fff;border-radius:12px;place-items:center;font-size:20px;font-weight:900;display:grid;box-shadow:0 12px 24px #14254a12}.moe-news-section{background:var(--moe-bg)}.moe-news-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.moe-title-area.compact{margin-bottom:18px}.moe-list{gap:14px;display:grid}.moe-list-card{border:1px solid var(--moe-border);background:#fff;border-radius:12px;min-height:142px;padding:22px;display:block;box-shadow:0 12px 26px #14254a14}.moe-list-card small{color:var(--moe-sky);font-weight:900}.moe-list-card h3{margin:8px 0;font-size:21px}.moe-list-card p{line-height:1.8}.moe-feature-section{background:#fff}.moe-feature-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.moe-feature-card{border:1px solid var(--moe-border);box-shadow:var(--moe-shadow);background:#f6f7fb;border-radius:12px;padding:28px}.moe-feature-card img{object-fit:contain;width:78px;height:78px;margin-bottom:16px}.moe-feature-card h2{margin-bottom:10px;font-size:30px}.moe-feature-card p{margin-bottom:18px;line-height:1.9}.moe-inline-links{flex-wrap:wrap;gap:9px;display:flex}.moe-inline-links a{min-height:38px;color:var(--moe-navy);border:1px solid var(--moe-border);background:#fff;border-radius:8px;align-items:center;padding:0 13px;font-weight:900;display:inline-flex}.moe-gallery-section{background:#f8f9fc}.moe-gallery-grid{grid-template-columns:1fr 1fr 1fr;gap:18px;display:grid}.moe-gallery-grid img{object-fit:cover;border:1px solid var(--moe-border);width:100%;height:250px;box-shadow:var(--moe-shadow);background:#fff;border-radius:12px}.btn{background:var(--moe-navy);color:#fff;box-shadow:none;border-radius:8px}.btn.secondary{background:var(--moe-sky);color:#fff;box-shadow:none}.btn.ghost{color:var(--moe-navy);border:1px solid var(--moe-border);background:#fff}label{color:var(--moe-muted)}input,textarea,select{color:var(--moe-text);border:1px solid var(--moe-border);background:#fff;border-radius:10px}select option{color:var(--moe-text);background:#fff}.error{color:#b42318}table{background:#fff}th,td{border-bottom:1px solid var(--moe-border)}th{color:var(--moe-navy);background:#f6f7fb}td{color:var(--moe-muted)}.input-field{color:var(--moe-text);border:1px solid var(--moe-border);background:#fff}.input-field option{color:var(--moe-text);background:#fff}.moe-login-page{background:var(--moe-bg);grid-template-columns:minmax(360px,460px) 1fr;min-height:100vh;display:grid}.moe-login-card{box-shadow:var(--moe-shadow);z-index:1;background:#fff;flex-direction:column;justify-content:center;padding:clamp(26px,5vw,56px);display:flex}.moe-login-brand{color:var(--moe-navy);text-align:center;justify-items:center;gap:10px;margin-bottom:30px;display:grid}.moe-login-brand b{font-size:24px}.moe-login-brand small{color:var(--moe-muted);font-weight:800}.moe-login-logo-mark{background:radial-gradient(circle at 50% 42%,#fffffffa,#f2f6fbc7 56%,#14254a14),linear-gradient(135deg,#ffcd3547,#48a0d81f);border:1px solid #14254a1a;border-radius:28px;place-items:center;width:112px;height:112px;display:grid;box-shadow:0 16px 34px #14254a24,inset 0 0 0 7px #ffffffb8}.moe-login-logo-mark img{object-fit:contain;filter:drop-shadow(0 6px 9px #14254a2e);width:88px;height:88px}.moe-login-visual{background:linear-gradient(90deg,#edeef2f5,#edeef2d1),radial-gradient(circle at 18% 18%,#48a0d82e,#0000 26%);flex-direction:column;justify-content:center;padding:clamp(34px,7vw,90px);display:flex;position:relative;overflow:hidden}.moe-login-visual h1{color:var(--moe-navy);margin:8px 0 12px;font-size:clamp(42px,7vw,76px)}.moe-login-visual p{max-width:560px;color:var(--moe-muted);font-size:19px;line-height:1.9}.moe-login-visual img{filter:drop-shadow(0 25px 35px #14254a2e);align-self:center;width:min(500px,75%);margin-top:28px}.public-footer{color:#fff;background:#46536f linear-gradient(90deg,#14254ae0,#46536feb);padding:56px 0 18px}.public-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:26px;display:grid}.public-footer-brand{color:#fff;margin-bottom:14px;font-size:24px;font-weight:900}.public-footer-logo{width:250px;max-width:100%;height:auto;margin-bottom:16px}.public-footer p{color:#dbe5f5;line-height:1.9}.public-footer h3{color:var(--moe-gold);margin-bottom:13px;font-size:18px}.public-footer-links{gap:9px;display:grid}.public-footer-links a{color:#fff;font-weight:800}.public-footer .btn{width:auto;color:var(--moe-navy);box-shadow:none;background:#fff;display:inline-flex}.public-footer-bottom{color:#dbe5f5;border-top:1px solid #ffffff2e;justify-content:space-between;gap:12px;margin-top:32px;padding-top:18px;font-size:14px;display:flex}@keyframes moeSlideIn{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes moeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:1050px){.public-topbar-inner{min-height:58px;font-size:14px}.public-socials{gap:8px}.public-social{width:38px;height:38px;font-size:17px}.public-topbar-links{gap:12px}.public-topbar-links:first-child,.public-nav-links{display:none}.public-nav{min-height:108px}.public-brand{min-width:250px}.public-brand-logo{width:250px;height:84px}.public-search,.public-login-btn{border-radius:12px;height:52px;min-height:52px}.public-search{width:52px}.public-login-btn span{display:none}.moe-hero-inner,.moe-about-grid,.moe-cta-bg,.moe-services-shell,.moe-news-grid,.moe-feature-grid,.public-footer-grid,.moe-login-page{grid-template-columns:1fr}.moe-login-visual{min-height:430px}.moe-hero-inner{min-height:auto;padding:60px var(--pad) 80px}.moe-hero{min-height:auto}.moe-hero-copy{padding:20px 0}.moe-hero-image{min-height:360px}.moe-portal-grid,.moe-service-grid{grid-template-columns:repeat(2,1fr)}.moe-value-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.public-topbar{display:none}.public-nav{min-height:82px}.public-brand{min-width:auto}.public-brand-logo{width:158px;height:58px;padding:0}.public-brand small,.public-link,.public-search{display:none}.public-logo{width:46px;height:46px;font-size:24px}.public-login-btn{width:50px;height:50px;min-height:50px;padding:0}.public-login-btn span{display:none}.public-login-btn svg{width:24px;height:24px}.public-header .btn{padding:0 12px}.moe-hero h1{font-size:40px}.moe-hero p{font-size:17px}.moe-hero-actions{display:grid}.moe-btn{width:100%}.moe-hero-image{min-height:270px}.moe-hero-image img{max-height:300px}.moe-hero-arrow{width:46px;height:46px;font-size:36px;left:0}.moe-counter-panel,.moe-portal-grid,.moe-service-grid,.moe-value-grid,.moe-gallery-grid{grid-template-columns:1fr}.moe-about-card,.moe-services-shell,.moe-cta-bg{padding:20px}.moe-about-visual img,.moe-gallery-grid img{height:220px}.moe-login-card{padding:28px 20px}.moe-login-visual{display:none}.public-footer-bottom{display:grid}}body{letter-spacing:0;font-weight:400}h1,h2,h3{letter-spacing:0;font-weight:700}.moe-home h1,.moe-home h2,.moe-home h3,.public-header,.public-footer{font-family:Tajawal,system-ui,-apple-system,Segoe UI,sans-serif}.public-topbar-inner{font-size:18px;font-weight:500}.public-nav-links a,.public-link,.public-login-btn{font-size:19px;font-weight:700}.moe-hero h1{font-size:clamp(42px,7vw,68px);font-weight:700}.moe-hero p,.moe-about-card p,.moe-feature-card p,.moe-list-card p{font-size:17px;font-weight:400}.moe-about-card h2,.moe-title-area h2,.moe-feature-card h2{font-size:clamp(25px,3.2vw,36px);font-weight:700}.moe-kicker,.moe-list-card small,.moe-btn,.moe-text-link,.moe-inline-links a{font-weight:700}.moe-services-section{background:linear-gradient(135deg,#fffffff0,#edf3fad6),repeating-linear-gradient(135deg,#14254a0a 0 2px,#0000 2px 34px);border-top:8px solid #14254a14;border-bottom:8px solid #14254a14}.moe-services-section .container{max-width:1240px}.moe-services-shell{direction:ltr;background:linear-gradient(120deg,#ffffffb8,#e7eef7e6),repeating-linear-gradient(135deg,#48a0d814 0 2px,#0000 2px 48px);border:1px solid #ffffffe6;grid-template-columns:1fr 280px;grid-template-areas:"cards tabs";gap:34px;padding:40px 34px;box-shadow:inset 0 0 0 1px #ffffff8c}.moe-service-tabs{direction:rtl;background:#edf2f8d1;border:4px solid #fffffff0;border-radius:12px;grid-area:tabs;gap:12px;padding:24px 22px;box-shadow:0 12px 26px #14254a14}.moe-service-grid{direction:rtl;grid-area:cards}.moe-service-tabs-title{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:18px;display:flex}.moe-service-tabs-title span{background:linear-gradient(90deg,var(--moe-gold),var(--moe-gold) 70%,transparent 70%);border:0;border-radius:0;width:62px;height:3px;min-height:0;padding:0}.moe-service-tabs-title h3{color:var(--moe-navy);margin:0;font-size:23px;font-weight:700}.moe-service-tabs>span{color:#1f2530;background:linear-gradient(90deg,#fffffff0,#f6f6f6e6),radial-gradient(circle at 34% 52%,#14254a14,#0000 34%);border:1px solid #14254a29;border-radius:4px;justify-content:space-between;gap:14px;min-height:64px;padding:10px 14px;font-size:18px;font-weight:500}.moe-service-tabs>span.active{color:#fff;background:linear-gradient(84deg,#093a79 0%,#0b6eda 100%);border-color:#0000}.moe-service-tabs img{object-fit:contain;width:35px;height:35px}.moe-service-grid{grid-area:cards;gap:34px 24px;padding-top:20px}.moe-service-card{min-height:292px;color:var(--moe-navy);box-shadow:none;background:linear-gradient(#f7f7f7eb,#f7f7f7eb),radial-gradient(circle at 72% 45%,#48a0d821,#0000 34%);border:0;border-bottom:4px solid #d1d1d1;border-radius:12px;padding:66px 22px 82px}.moe-service-card.active,.moe-service-card:hover{color:#fff;background:linear-gradient(#093a79f0,#063874f0),radial-gradient(circle at 26% 20%,#48a0d838,#0000 34%);border-bottom-color:#d1d1d1;transform:translateY(-6px)}.moe-service-icon{border-radius:13px;width:76px;height:76px;top:-34px}.moe-service-icon img{width:43px;height:43px}.moe-service-card h3{margin-bottom:14px;font-size:17px;font-weight:700;line-height:1.6}.moe-service-card i{margin-bottom:24px}.moe-service-card p{color:#5d6b84;max-width:260px;min-height:auto;margin:0 auto;font-size:15px;font-weight:400;line-height:1.9}.moe-service-card.active p,.moe-service-card:hover p{color:#eef5ff}.moe-service-card b{color:#1e5da8;background:#e8edf5;justify-content:center;align-items:center;gap:10px;height:64px;font-size:17px;font-weight:700;display:flex;position:absolute;bottom:0;left:0;right:0}.moe-service-card.active b,.moe-service-card:hover b{color:#1e5da8;background:#e8edf5}.moe-service-card b span{font-size:19px;line-height:1}.public-footer{background-color:#46536f;background-image:linear-gradient(90deg,#14254aeb,#46536ff0),repeating-linear-gradient(135deg,#ffffff0b 0 2px,#0000 2px 34px);border-top:6px solid #ffcd35e6;padding:0 0 18px}.public-footer-grid{padding:38px var(--pad) 30px;grid-template-columns:1.35fr .9fr .9fr 1.1fr;gap:34px}.public-footer-logo{filter:drop-shadow(0 12px 16px #00000038);width:315px;margin:0 0 18px}.public-footer-about p{max-width:390px}.public-footer h3{color:#ffcd3e;margin:4px 0 18px;padding-bottom:10px;font-size:17px;font-weight:600;position:relative}.public-footer h3:after{content:"";background:linear-gradient(90deg,transparent,var(--moe-gold),#fff);width:70px;height:2px;position:absolute;bottom:0;right:0}.public-footer p,.public-footer-contact span{color:#dbe5f5;font-size:15px;font-weight:400;line-height:1.9}.public-footer-links{gap:7px}.public-footer-links a{color:#f5f8ff;padding:5px 16px 5px 0;font-size:15px;font-weight:500;transition:all .2s;display:block;position:relative}.public-footer-links a:before{content:"";background:#ffcd3e;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.public-footer-links a:hover{color:#ffcd3e;transform:translate(-4px)}.public-footer-socials{gap:10px;margin-top:18px;display:flex}.public-footer-socials a{color:#fff;background:#14254a;border:1px solid #ffffff1f;border-radius:8px;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.public-footer-contact{background:#14254a47;border:1px solid #ffffff29;gap:10px;padding:16px;display:grid}.public-footer-contact a{color:#14254a;background:#fff;border-radius:4px;justify-content:center;align-items:center;min-height:40px;font-weight:700;display:inline-flex}.public-footer-bottom{margin-top:0;font-size:13px}@media (max-width:1050px){.moe-services-shell{grid-template-columns:1fr;grid-template-areas:"tabs""cards"}.public-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.public-nav-links a,.public-link,.public-login-btn{font-size:16px}.moe-services-shell{gap:24px;padding:22px 16px}.moe-service-tabs{padding:18px 14px}.moe-service-tabs-title h3{font-size:21px}.moe-service-grid{gap:28px}.moe-service-card{min-height:282px}.public-footer-grid{grid-template-columns:1fr;padding-top:28px}.public-footer-logo{width:260px}}.moe-hero.moe-hero-v2{background:radial-gradient(820px 460px at 88% -6%, #48a0d81f, transparent 58%), linear-gradient(180deg,#f5f7fb 0%,#eef1f6 55%,var(--moe-bg) 100%);min-height:auto;padding:clamp(40px,6vw,82px) 0 clamp(52px,7vw,96px);overflow:hidden}.moe-hero-v2 .moe-hero-glow{z-index:0;pointer-events:none;background:radial-gradient(420px 420px at 8% 114%,#ffcd3514,#0000 60%);position:absolute;inset:0}.moe-hero-v2 .moe-hero-stage{z-index:1;direction:rtl;grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(22px,3.6vw,54px);display:grid;position:relative}.moe-hero-v2 .moe-hero-copy{max-width:600px;padding:6px 0;animation:.55s both moeSlideCopy}.moe-hero-v2 .moe-subtitle{color:var(--moe-sky)}.moe-hero-v2 .moe-hero-copy h1{color:var(--moe-navy);margin-bottom:20px;font-size:clamp(38px,5.2vw,64px);line-height:1.12}.moe-hero-v2 .moe-hero-copy p{color:var(--moe-muted);margin-bottom:28px;font-size:clamp(16px,1.4vw,19px);line-height:1.95}.moe-hero-v2 .moe-btn{color:var(--moe-navy);border:1px solid var(--moe-border);background:#fff;box-shadow:0 10px 22px -10px #14254a2e}.moe-hero-v2 .moe-btn.primary{background:linear-gradient(135deg,var(--moe-gold),#ffdb6b);color:#241e07;border-color:#0000;box-shadow:0 16px 30px -10px #ffcd3580}.moe-hero-v2 .moe-hero-nav{align-items:center;gap:14px;margin-top:30px;display:flex}.moe-hero-v2 .moe-hero-ctrl{border:1px solid var(--moe-border);width:46px;height:46px;color:var(--moe-navy);background:#fff;border-radius:14px;place-items:center;font-size:24px;line-height:1;transition:background .2s,transform .2s,border-color .2s;display:grid;box-shadow:0 8px 18px -10px #14254a33}.moe-hero-v2 .moe-hero-ctrl:hover{background:var(--moe-navy);color:#fff;border-color:var(--moe-navy);transform:translateY(-2px)}.moe-hero-v2 .moe-hero-nav .moe-hero-dots{margin-top:0}.moe-hero-v2 .moe-hero-dots button{background:#c8d1df}.moe-hero-v2 .moe-hero-dots button.active{background:var(--moe-gold)}.moe-hero-v2 .moe-hero-figure{animation:.6s both moeHeroImage;display:block;position:relative}.moe-hero-v2 .moe-hero-frame{border:1px solid var(--moe-border);border-radius:26px;display:block;position:relative;overflow:hidden;box-shadow:0 34px 60px -26px #14254a57}.moe-hero-v2 .moe-hero-frame:before{content:"";inset-inline:0;z-index:2;background:linear-gradient(90deg,var(--moe-gold),var(--moe-sky));height:5px;position:absolute;top:0}.moe-hero-v2 .moe-hero-frame img{object-fit:cover;width:100%;height:clamp(320px,42vw,500px);transition:transform .5s;display:block}.moe-hero-v2 .moe-hero-figure:hover .moe-hero-frame img{transform:scale(1.04)}.moe-hero-v2 .moe-hero-chip{color:#fff;-webkit-backdrop-filter:blur(8px);background:#0f1d3dc7;border:1px solid #ffffff2e;border-radius:999px;padding:9px 16px;font-size:13px;font-weight:800;position:absolute;inset-block-end:18px;inset-inline-start:18px}@media (max-width:900px){.moe-hero-v2 .moe-hero-stage{grid-template-columns:1fr}.moe-hero-v2 .moe-hero-copy{order:2;max-width:none}.moe-hero-v2 .moe-hero-figure{order:1}}.moe-hero-dots{gap:8px;margin-top:26px;display:flex}.moe-hero-dots button{background:#c8d1df;border-radius:99px;width:28px;height:4px;transition:all .2s}.moe-hero-dots button.active{background:#ffcd35;width:52px}.moe-platforms-section{background:linear-gradient(90deg,#fffffffa,#ffffffe6),repeating-linear-gradient(135deg,#14254a0b 0 2px,#0000 2px 46px);padding:clamp(60px,7vw,96px) 0}.moe-platform-grid{grid-template-columns:repeat(5,1fr);align-items:end;gap:24px;display:grid}.moe-platform-card{text-align:center;color:#14254a;background:linear-gradient(#ffffffeb,#ffffffeb),repeating-linear-gradient(135deg,#14254a0a 0 2px,#0000 2px 28px);border:1px solid #14254a29;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:92px 24px 30px;transition:all .28s;display:flex;position:relative;overflow:hidden}.moe-platform-icon{z-index:3;background:#14254a;place-items:center;width:106px;height:106px;display:grid;position:absolute;top:-38px;right:50%;transform:translate(50%)}.moe-platform-icon img{object-fit:contain;width:58px;height:58px}.moe-platform-card h3{z-index:2;margin-bottom:18px;font-size:23px;font-weight:700;position:relative}.moe-platform-card p{z-index:2;color:#777f8d;font-size:16px;line-height:1.9;position:relative}.moe-platform-card b{z-index:4;color:#14254a;background:#eef1f7;place-items:center;width:42px;height:42px;font-size:24px;font-weight:700;display:grid;position:absolute;bottom:20px;left:20px}.moe-platform-image{z-index:1;height:74%;transition:bottom .42s;position:absolute;bottom:-100%;left:0;right:0}.moe-platform-image:after{content:"";background:linear-gradient(#14254a0a,#14254ad1);position:absolute;inset:0}.moe-platform-image img{object-fit:cover;width:100%;height:100%}.moe-platform-card:hover .moe-platform-image,.moe-platform-card.featured .moe-platform-image{bottom:0}.moe-platform-card:hover h3,.moe-platform-card:hover p,.moe-platform-card.featured h3,.moe-platform-card.featured p{color:#fff}.moe-platform-card.featured h3{color:#fff;z-index:3;background:#14254a;margin:0;padding:24px;position:absolute;bottom:0;left:0;right:0}.moe-platform-card.featured p{display:none}@keyframes moeSlideCopy{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes moeHeroImage{0%{opacity:.4;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes moeArrowPulse{0%,to{box-shadow:0 0 #14254a40,0 12px 26px #14254a3d}50%{box-shadow:0 0 0 12px #14254a00,0 18px 30px #14254a47}}@media (max-width:1050px){.moe-ref-hero .moe-hero-inner{grid-template-columns:1fr;min-height:auto;padding-bottom:0}.moe-ref-hero .moe-hero-image{clip-path:none;min-height:440px}.moe-ref-hero .moe-hero-image:before{display:none}.moe-ref-hero .moe-hero-arrow{top:auto;bottom:32px;left:50%}.moe-platform-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.moe-ref-hero .moe-hero-image{min-height:320px}.moe-platform-grid{grid-template-columns:1fr}}.dashboard-table-card{border:1px solid var(--glass-border);background:#fff;border-radius:12px;overflow:auto;box-shadow:0 12px 26px #14254a14}.dashboard-table{border-collapse:collapse;width:100%;min-width:680px}.dashboard-table th,.dashboard-table td{text-align:right;border-bottom:1px solid var(--moe-border);padding:14px 16px}.dashboard-table th{color:var(--moe-navy);background:#f4f6fb;font-size:14px;font-weight:700}.dashboard-table td{color:var(--moe-muted);font-size:14px}.public-topbar-inner{direction:rtl;min-height:42px;font-size:14px}.public-topbar-links{order:1;justify-content:flex-start;gap:18px}.public-topbar-links b{font-weight:700}.public-topbar-links i{height:22px}.public-topbar svg{width:18px;height:18px}.public-socials{order:2;gap:8px;margin-inline-start:auto}.public-social{border-radius:8px;width:34px;height:34px;box-shadow:0 5px 12px #10204424}.public-social svg,.public-footer-socials svg{width:17px;height:17px}.public-nav{direction:rtl;gap:24px;min-height:94px}.public-brand{flex:none;order:0;min-width:250px}.public-brand-logo{width:250px;height:78px}.public-brand-logo img{transform:none}.public-nav-links{order:1;justify-content:center;gap:22px}.public-nav-links a,.public-header .nav-more-btn{min-height:42px;font-size:17px;font-weight:700;line-height:1.3}.nav-actions{order:2;gap:10px;margin-inline-start:auto}.public-search{border-radius:12px;width:50px;height:50px}.public-search svg{width:25px;height:25px}.public-login-btn{white-space:nowrap;border-radius:12px;gap:8px;min-height:50px;padding:0 14px;font-size:15px;font-weight:700}.public-login-btn svg{width:21px;height:21px}.moe-ref-hero{min-height:620px}.moe-ref-hero .moe-hero-inner{direction:ltr;grid-template-columns:1fr 1.05fr;gap:0;min-height:620px}.moe-ref-hero .moe-hero-copy{text-align:center;direction:rtl;grid-column:1;justify-self:center;max-width:620px}.moe-ref-hero .moe-hero-image{clip-path:polygon(16% 0,100% 0,100% 100%,0 100%);grid-column:2;min-height:560px}.moe-ref-hero .moe-hero-image:before{left:-20px;right:auto;transform:skew(-13deg)}.moe-ref-hero .moe-hero-actions,.moe-ref-hero .moe-hero-dots{justify-content:center}.moe-ref-hero .moe-hero h1,.moe-ref-hero .moe-hero-copy h1,.moe-ref-hero h1{font-size:clamp(40px,5.8vw,64px)}.moe-platforms-section{padding:72px 0 82px}.moe-platforms-section .moe-title-area{margin-bottom:58px}.moe-platforms-section .moe-title-area h2{font-size:clamp(30px,4vw,46px)}.moe-platform-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:26px}.moe-platform-card{justify-content:flex-start;min-height:310px;padding:120px 22px 56px;overflow:visible}.moe-platform-card.featured{min-height:360px}.moe-platform-icon{width:104px;height:86px;top:-1px}.moe-platform-card h3{margin-bottom:14px;font-size:22px;line-height:1.45}.moe-platform-card p{font-size:15px;line-height:1.85}.moe-platform-card b{bottom:20px;left:auto;right:20px}.moe-platform-image{height:70%;bottom:-82%;overflow:hidden}.moe-platform-card.featured h3{padding:18px 20px;font-size:21px}@media (max-width:1050px){.public-nav{min-height:82px}.public-brand{min-width:190px}.public-brand-logo{width:190px;height:64px}.public-nav-links{display:none}.moe-ref-hero .moe-hero-inner{direction:rtl;grid-template-columns:1fr}.moe-ref-hero .moe-hero-copy,.moe-ref-hero .moe-hero-image{grid-column:auto}.moe-ref-hero .moe-hero-image{clip-path:none}.moe-ref-hero .moe-hero-arrow{left:50%}.moe-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.public-topbar{display:none}.public-brand-logo{width:150px;height:54px}.public-login-btn{width:48px;padding:0}.public-login-btn span{display:none}.moe-platform-grid{grid-template-columns:1fr}.moe-platform-card,.moe-platform-card.featured{min-height:300px}}.public-nav-sticky{margin-bottom:0}.moe-ref-hero{min-height:650px;margin-top:0;overflow:hidden}.moe-ref-hero .container{width:100%;max-width:none;margin:0;padding:0}.moe-ref-hero .moe-hero-inner{grid-template-columns:minmax(0,1fr) minmax(560px,1fr);align-items:stretch;min-height:650px}.moe-ref-hero .moe-hero-copy{place-self:center;padding:56px clamp(28px,5vw,86px)}.moe-ref-hero .moe-hero-image{clip-path:polygon(17% 0,100% 0,100% 100%,0 100%);align-self:stretch;height:100%;min-height:650px;margin:0}.moe-ref-hero .moe-hero-image:before{width:72px;height:auto;top:0;bottom:0;left:-22px}.moe-ref-hero .moe-hero-image img{height:100%;min-height:650px}.moe-ref-hero .moe-hero-arrow{left:50.2%}@media (max-width:1050px){.moe-ref-hero .container{padding:0}.moe-ref-hero .moe-hero-inner{grid-template-columns:1fr;min-height:auto}.moe-ref-hero .moe-hero-copy{padding:48px var(--pad)}.moe-ref-hero .moe-hero-image,.moe-ref-hero .moe-hero-image img{min-height:420px}}.moe-services-section,.moe-platforms-section{isolation:isolate;background-color:#f4f7fb;background-image:linear-gradient(120deg,#fffffff5,#eef4fae0),linear-gradient(135deg,#0000 0 19%,#c7d8e854 19% 22%,#0000 22% 47%,#c7d8e83d 47% 50%,#0000 50%),repeating-linear-gradient(135deg,#14254a07 0 2px,#0000 2px 36px);position:relative;overflow:hidden}.moe-services-section:before,.moe-platforms-section:before{content:"";z-index:-1;pointer-events:none;opacity:.9;background:linear-gradient(135deg,#0000 0 54%,#48a0d814 54% 56%,#0000 56%),linear-gradient(315deg,#0000 0 64%,#14254a0f 64% 66%,#0000 66%);position:absolute;inset:0}.moe-services-section .container,.moe-platforms-section .container{z-index:1;position:relative}.moe-services-shell{background:linear-gradient(120deg,#ffffffb8,#e7eef7c7),linear-gradient(135deg,#0000 0 18%,#cddeec57 18% 21%,#0000 21% 48%,#cddeec42 48% 51%,#0000 51%),repeating-linear-gradient(135deg,#48a0d813 0 2px,#0000 2px 48px)}.moe-service-card,.moe-platform-card,.moe-service-tabs>span{background-image:linear-gradient(#f7f7f7ed,#f7f7f7ed),radial-gradient(circle at 72% 46%,#48a0d821,#0000 35%),repeating-linear-gradient(135deg,#14254a08 0 1px,#0000 1px 14px)}.moe-service-tabs>span.active{background-image:linear-gradient(84deg,#093a79 0%,#0b6eda 100%)}.moe-service-card:hover{background-image:linear-gradient(#093a79f0,#063874f0),radial-gradient(circle at 26% 20%,#48a0d838,#0000 34%)}.moe-platforms-section .container{max-width:1400px}.moe-platform-grid{grid-template-columns:repeat(5,minmax(210px,1fr));align-items:start;gap:28px}.moe-platform-card,.moe-platform-card.featured{aspect-ratio:1;height:auto;min-height:0;box-shadow:none;background-image:linear-gradient(#f7f7f7f0,#f7f7f7f0),radial-gradient(circle at 72% 48%,#48a0d821,#0000 35%),repeating-linear-gradient(135deg,#14254a07 0 1px,#0000 1px 14px);border:1px solid #14254a2e;justify-content:center;padding:112px 24px 58px;overflow:hidden}.moe-platform-card:hover{border-color:#14254a4d;transform:translateY(-6px);box-shadow:0 16px 30px #14254a1f}.moe-platform-icon{background:#14254a;width:104px;height:104px;top:0}.moe-platform-icon img{width:58px;height:58px}.moe-platform-card h3,.moe-platform-card.featured h3{color:#14254a;z-index:3;background:0 0;margin:0 0 16px;padding:0;font-size:23px;line-height:1.35;position:relative;inset:auto}.moe-platform-card p,.moe-platform-card.featured p{color:#7a8290;z-index:3;margin:0;font-size:15px;line-height:1.8;display:block}.moe-platform-card b{color:#14254a;background:#eef1f7;width:44px;height:44px;bottom:22px;left:auto;right:22px}.moe-platform-image{z-index:1;height:72%;transition:bottom .42s;bottom:-100%;left:0;right:0;overflow:hidden}.moe-platform-card:hover .moe-platform-image{bottom:0}.moe-platform-card:hover h3,.moe-platform-card:hover p{color:#fff}@media (max-width:1180px){.moe-platform-grid{grid-template-columns:repeat(3,minmax(210px,1fr))}}@media (max-width:760px){.moe-platform-grid{grid-template-columns:1fr}.moe-platform-card,.moe-platform-card.featured{aspect-ratio:auto;min-height:300px}}.public-nav{gap:18px}.public-brand{min-width:218px}.public-brand-logo{width:218px}.public-nav-links{gap:clamp(12px,1.4vw,22px);min-width:0}.public-nav-links li,.nav-more-wrap{flex:none}.public-nav-links a,.public-header .nav-more-btn{white-space:nowrap;word-break:keep-all;min-width:max-content;font-size:clamp(15px,1.08vw,17px)}.nav-actions{flex:none;margin-inline-start:0}.public-login-btn{white-space:nowrap}.moe-departments-section,.moe-report-section{background-color:#f4f7fb;background-image:linear-gradient(120deg,#fffffff2,#eef4fae6),linear-gradient(135deg,#0000 0 17%,#c7d8e85c 17% 20%,#0000 20% 45%,#c7d8e842 45% 48%,#0000 48% 72%,#c7d8e82e 72% 75%,#0000 75%),repeating-linear-gradient(135deg,#14254a07 0 2px,#0000 2px 34px);border-top:1px solid #14254a0f;padding:clamp(56px,7vw,88px) 0}.moe-department-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:78px 30px;padding-top:34px;display:grid}.moe-department-card{text-align:center;color:#14254a;background-image:linear-gradient(#ffffffed,#f8fafdf2),radial-gradient(circle at 72% 48%,#48a0d821,#0000 35%),repeating-linear-gradient(135deg,#14254a06 0 1px,#0000 1px 14px);border:1px solid #14254a24;border-bottom:5px solid #d1d5dc;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:292px;padding:82px 22px 70px;text-decoration:none;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s,color .25s;display:flex;position:relative;overflow:visible}.moe-department-card:hover{color:#fff;background-image:linear-gradient(135deg,#093a79fa,#14254afa),radial-gradient(circle at 38% 20%,#48a0d838,#0000 40%);border-color:#14254a61;transform:translateY(-6px);box-shadow:0 20px 38px #14254a29}.moe-department-icon{background:linear-gradient(84deg,#093a79 0%,#0b6eda 100%);border-radius:16px;place-items:center;width:94px;height:94px;display:grid;position:absolute;top:-46px;left:50%;transform:translate(-50%)rotate(-45deg);box-shadow:0 18px 34px #0b58aa33}.moe-department-icon i{color:#fff;font-size:34px;line-height:1;transform:rotate(45deg)}.moe-department-card h3{color:#14254a;margin-bottom:16px;font-size:23px;transition:color .25s}.moe-department-rule{background:linear-gradient(90deg,#c9a44c,#0b58aa);width:126px;height:3px;margin-bottom:18px;display:block}.moe-department-card p{color:#707b8f;max-width:310px;font-size:15px;line-height:1.85;transition:color .25s}.moe-department-card b{color:#0b58aa;background:#e8eef7;border-radius:0 0 8px 8px;justify-content:center;align-items:center;gap:12px;min-height:64px;font-size:18px;transition:background .25s,color .25s;display:flex;position:absolute;inset:auto 0 0}.moe-department-card:hover h3,.moe-department-card:hover p{color:#fff}.moe-department-card:hover b{color:#0b58aa;background:#dfe8f4}.moe-report-back-link{color:#0b58aa;align-items:center;margin-bottom:18px;font-weight:800;text-decoration:none;display:inline-flex}.moe-report-frame{width:100%;min-height:1280px;box-shadow:none;background:#f4f7fb;border:0;border-radius:0;display:block}.moe-report-page-content{background:#f4f7fb;padding:0 0 clamp(56px,7vw,86px)}.moe-report-page-content>div{width:100%}.moe-report-home-content{background:#f4f7fb;padding:clamp(40px,6vw,72px) 0 0}.moe-report-switcher-section{background:#f4f7fb;border-top:1px solid #14254a0f;padding:22px 0}.moe-report-switcher{z-index:20;max-width:680px;margin-inline:auto;position:relative}.moe-report-switcher summary{cursor:pointer;color:#14254a;background:#fff;border:1px solid #14254a24;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;list-style:none;display:flex;box-shadow:0 12px 30px #14254a14}.moe-report-switcher summary::-webkit-details-marker{display:none}.moe-report-switcher summary span{color:#48a0d8;white-space:nowrap;font-size:14px;font-weight:800}.moe-report-switcher summary strong{text-align:center;color:#14254a;flex:1;font-size:20px}.moe-report-switcher summary i{color:#0b58aa;transition:transform .2s}.moe-report-switcher[open] summary i{transform:rotate(180deg)}.moe-report-switcher-menu{top:calc(100% + 10px);background:#fff;border:1px solid #14254a24;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;display:grid;position:absolute;inset-inline:0;box-shadow:0 24px 60px #14254a29}.moe-report-switcher-menu a{color:#14254a;background:#f4f7fb;border-radius:8px;padding:10px 12px;font-weight:800;text-decoration:none;transition:all .2s}.moe-report-switcher-menu a:hover,.moe-report-switcher-menu a.active{color:#fff;background:#14254a}.moe-report-pager-section{background:#f4f7fb;padding:28px 0 72px}.moe-report-pager{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:980px;margin-inline:auto;display:grid}.moe-report-pager-link{color:#14254a;background:#fff;border:1px solid #14254a21;border-radius:12px;flex-direction:column;justify-content:center;min-height:94px;padding:18px 22px;text-decoration:none;transition:all .22s;display:flex;box-shadow:0 14px 34px #14254a14}.moe-report-pager-link span{color:#48a0d8;margin-bottom:6px;font-size:14px;font-weight:900}.moe-report-pager-link strong{color:#14254a;font-size:22px}.moe-report-pager-link.prev{text-align:right}.moe-report-pager-link.prev:before{content:"→";color:#0b58aa;font-size:24px;line-height:1}.moe-report-pager-link.next{text-align:left;align-items:flex-start}.moe-report-pager-link.next:before{content:"←";color:#0b58aa;font-size:24px;line-height:1}.moe-report-pager-link:hover{color:#fff;background:#14254a;transform:translateY(-3px);box-shadow:0 20px 42px #14254a29}.moe-report-pager-link:hover strong,.moe-report-pager-link:hover span,.moe-report-pager-link:hover:before{color:#fff}@media (max-width:720px){.moe-report-switcher summary{flex-direction:column;align-items:flex-start}.moe-report-switcher summary strong{text-align:right}.moe-report-switcher-menu,.moe-report-pager{grid-template-columns:1fr}}@media (max-width:980px){.moe-department-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.moe-department-grid{grid-template-columns:1fr}.moe-report-toolbar{flex-direction:column;align-items:flex-start}}.moe-nav-cbx{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.moe-burger,.moe-nav-backdrop{display:none}@media (max-width:1050px){.public-header .moe-burger{border:1px solid var(--official-border,#e0e5ef);cursor:pointer;background:#eef3fb;border-radius:14px;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;margin-inline:auto 6px;padding:0 11px;transition:background .2s;display:inline-flex}.public-header .moe-burger:hover{background:#e3ebf7}.public-header .moe-burger span{background:var(--official-navy,#14254a);border-radius:999px;width:100%;height:2.5px;transition:transform .25s,opacity .2s;display:block}.public-header .public-nav-links{-webkit-backdrop-filter:blur(20px);z-index:60;background:#fffffffa;flex-direction:column;align-items:stretch;gap:4px;width:min(82vw,340px);padding:88px 18px 28px;transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0 0 0 auto;overflow-y:auto;transform:translate(105%);box-shadow:-24px 0 60px #14254a38}.public-header .moe-nav-cbx:checked~.public-nav-links{transform:translate(0)}.public-header .public-nav-links a,.public-header .nav-more-btn{text-align:start;border-radius:12px;width:100%;padding:13px 14px;font-size:15px;display:block}.public-header .nav-more-wrap{width:100%}.public-header .nav-more-menu{box-shadow:none;background:0 0;border:0;margin:2px 0 2px 10px;padding:0;display:block;position:static}.public-header .nav-more-menu li a{opacity:.85;font-size:14px}.public-header .moe-nav-backdrop{opacity:0;visibility:hidden;z-index:55;background:#0b15336b;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.public-header .moe-nav-cbx:checked~.moe-nav-backdrop{opacity:1;visibility:visible}.public-header .moe-nav-cbx:checked~.moe-burger span:first-child{transform:translateY(7.5px)rotate(45deg)}.public-header .moe-nav-cbx:checked~.moe-burger span:nth-child(2){opacity:0}.public-header .moe-nav-cbx:checked~.moe-burger span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}}body:has(.moe-nav-cbx:checked){overflow:hidden}.moe-home{--moe-accent:#0e8f6d;--moe-radius:20px;--moe-shadow:0 18px 40px -12px #14254a29, 0 4px 12px -4px #14254a12;background:radial-gradient(1100px 460px at 88% -6%, #48a0d81a, transparent 60%), radial-gradient(900px 420px at 2% 104%, #0e8f6d12, transparent 62%), var(--moe-bg)}.moe-home .moe-about-card,.moe-home .moe-about-visual img,.moe-home .moe-about-visual div,.moe-home .moe-portal-card,.moe-home .moe-services-shell,.moe-home .moe-service-card,.moe-home .moe-value-card,.moe-home .moe-list-card,.moe-home .moe-feature-card,.moe-home .moe-cta-bg{border-radius:var(--moe-radius)}.moe-home .moe-title-area h2,.moe-home .moe-about-card h2{padding-bottom:15px;position:relative}.moe-home .moe-title-area h2:after,.moe-home .moe-about-card h2:after{content:"";inset-inline-start:0;background:linear-gradient(90deg,var(--moe-gold),var(--moe-accent));border-radius:999px;width:62px;height:4px;position:absolute;bottom:0}.moe-home .moe-title-area.center h2:after{inset-inline-start:50%;transform:translate(-50%)}.moe-home .moe-kicker:before,.moe-home .moe-subtitle:before{background:linear-gradient(90deg,var(--moe-gold),var(--moe-accent));border-radius:999px;width:26px;height:6px}.moe-home .moe-portal-card,.moe-home .moe-value-card,.moe-home .moe-list-card,.moe-home .moe-feature-card{border:1px solid var(--moe-border);transition:transform .26s,box-shadow .26s,border-color .26s}.moe-home .moe-portal-card:hover,.moe-home .moe-value-card:hover,.moe-home .moe-list-card:hover,.moe-home .moe-feature-card:hover{border-color:#0e8f6d6b;transform:translateY(-5px);box-shadow:0 24px 48px -16px #14254a38}.moe-home .moe-list-card{border-inline-start:3px solid #0000}.moe-home .moe-list-card:hover{border-inline-start-color:var(--moe-gold)}.moe-home .moe-counter-card{border:1px solid var(--moe-border);background:linear-gradient(#fff,#f7f9fc);border-radius:16px;transition:transform .24s,box-shadow .24s}.moe-home .moe-counter-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px -14px #14254a33}.moe-home .moe-counter-card strong{background:linear-gradient(120deg,var(--moe-navy),var(--moe-sky));color:#0000;-webkit-background-clip:text;background-clip:text}.moe-home .moe-service-icon{background:linear-gradient(135deg,var(--moe-navy),var(--moe-sky))}.moe-home .moe-service-card:hover{border-bottom-color:var(--moe-accent)}.moe-home .moe-text-link{color:var(--moe-accent)}
