/*
Theme Name: Masar Al-Qudurat
Theme URI: https://qudurat.sawaedarab.com/
Author: Masar Al-Qudurat
Description: قالب عربي RTL احترافي لمنصة مسار القدرات، متوافق مع لوحة الطالب وMasar Game Engine.
Version: 0.3.0
Text Domain: qudurat-ai
Requires at least: 6.6
Requires PHP: 8.1
*/

:root{
  --masar-navy:#11243E;
  --masar-navy-2:#173F70;
  --masar-blue:#2563EB;
  --masar-blue-2:#0F6FFF;
  --masar-sky:#EAF2FF;
  --masar-green:#10B981;
  --masar-purple:#7C3AED;
  --masar-purple-soft:#F1EDFF;
  --masar-ink:#182235;
  --masar-muted:#697586;
  --masar-line:#E5EAF0;
  --masar-bg:#F6F8FB;
  --masar-white:#fff;
  --masar-shadow:0 12px 34px rgba(17,36,62,.07);
}
*{box-sizing:border-box}
html{direction:rtl;scroll-behavior:smooth}
body{margin:0;background:var(--masar-bg);color:var(--masar-ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.masar-container{width:min(1180px,calc(100% - 28px));margin-inline:auto}
.masar-main{padding:28px 0 54px;min-height:65vh}
.masar-site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(229,234,240,.9);backdrop-filter:blur(16px)}
.masar-header-main{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.masar-brand{display:flex;align-items:center;min-width:0}
.masar-brand img{width:auto!important;height:auto!important;max-width:172px!important;max-height:60px!important;object-fit:contain}
.masar-auth-actions{display:flex;gap:10px;margin-inline-start:auto}
.masar-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;border:1px solid var(--masar-line);font-weight:800;transition:.18s ease;cursor:pointer}
.masar-btn-primary{background:linear-gradient(135deg,var(--masar-blue),#1558E8);color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(37,99,235,.18)}
.masar-btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(37,99,235,.24)}
.masar-btn-soft,.masar-btn-ghost{background:#fff;color:var(--masar-blue)}
.masar-btn-soft{background:var(--masar-sky);border-color:#D8E5FF}

.masar-account{position:relative;margin-inline-start:auto}
.masar-account-trigger{display:flex;align-items:center;gap:9px;min-height:48px;padding:6px 9px 6px 12px;border:1px solid #D8E5F5;border-radius:16px;background:#fff;color:var(--masar-navy);cursor:pointer;box-shadow:0 4px 14px rgba(17,36,62,.04)}
.masar-account-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#DCEBFF,#A9CDFE);color:#fff;flex:none}
.masar-account-avatar svg{width:20px;height:20px;stroke-width:2.1}
.masar-account-meta{display:flex;flex-direction:column;text-align:right;line-height:1.25}
.masar-account-meta strong{font-size:13px;color:var(--masar-navy);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.masar-account-meta small{font-size:10px;color:var(--masar-muted);margin-top:3px}
.masar-account-caret{font-size:16px;color:var(--masar-blue)}
.masar-account-panel{position:absolute;top:calc(100% + 10px);left:0;width:min(360px,calc(100vw - 28px));overflow:hidden;border-radius:22px;background:linear-gradient(150deg,#0E2C52 0%,#164C88 58%,#0E3566 100%);color:#fff;box-shadow:0 24px 60px rgba(17,36,62,.28);border:1px solid rgba(255,255,255,.12)}
.masar-account-panel[hidden]{display:none!important}
.masar-account-hero{position:relative;display:flex;align-items:center;gap:14px;padding:20px;background:linear-gradient(135deg,rgba(37,99,235,.28),rgba(15,111,255,.06))}
.masar-account-hero:before{content:"";position:absolute;inset:auto auto -50px -30px;width:170px;height:170px;border-radius:50%;background:rgba(37,99,235,.16)}
.masar-account-avatar-lg{width:56px;height:56px;border:2px solid rgba(255,255,255,.72);background:rgba(255,255,255,.15);position:relative;z-index:1}
.masar-account-avatar-lg svg{width:29px;height:29px}
.masar-account-hero>div{position:relative;z-index:1;display:flex;flex-direction:column}
.masar-account-hero strong{font-size:19px;line-height:1.25}
.masar-account-hero span{font-size:12px;color:#E3ECFA;margin-top:3px}
.masar-account-hero small{display:inline-flex;align-items:center;gap:6px;width:max-content;margin-top:8px;padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.09);font-size:10px;color:#DDEAFE}
.masar-account-hero small i{width:7px;height:7px;border-radius:50%;background:#58D6A3}
.masar-account-link{display:grid;grid-template-columns:34px 1fr 22px;align-items:center;gap:8px;min-height:58px;padding:0 18px;border-top:1px solid rgba(255,255,255,.12);color:#fff;transition:.18s ease}
.masar-account-link:hover{background:rgba(255,255,255,.08)}
.masar-account-link-icon{display:grid;place-items:center;font-size:21px}
.masar-account-arrow{display:grid;place-items:center;color:#BFD6F4}
.masar-account-arrow svg{width:16px}

.masar-student-nav{background:#fff;border-top:1px solid #F1F3F6}
.masar-student-nav-scroll{display:flex;gap:8px;align-items:center;overflow-x:auto;padding-block:9px;scrollbar-width:none}
.masar-student-nav-scroll::-webkit-scrollbar{display:none}
.masar-student-nav a{display:inline-flex;align-items:center;gap:7px;flex:none;min-height:42px;padding:0 13px;border:1px solid var(--masar-line);border-radius:13px;background:#fff;color:#52647D;font-size:13px;font-weight:700}
.masar-student-nav a:hover{border-color:#BFD4FF;color:var(--masar-blue);background:#F8FBFF}
.masar-student-nav a.is-active{background:var(--masar-sky);border-color:#BFD4FF;color:var(--masar-blue)}
.masar-student-nav a:last-child.is-active{background:var(--masar-purple-soft);border-color:#DED3FF;color:var(--masar-purple)}
.masar-nav-icon{display:grid;place-items:center;font-size:18px}
.masar-nav-icon svg{width:19px;height:19px}

.masar-footer{padding:30px 0;background:#fff;border-top:1px solid var(--masar-line);color:var(--masar-muted)}
.masar-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.masar-footer-brand{display:flex;align-items:center;gap:12px}
.masar-footer-brand img{max-height:46px;max-width:130px;object-fit:contain}
.masar-footer-brand span{font-size:12px}
.masar-footer p{margin:0;font-size:12px}

.masar-home-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;padding:42px 0}
.masar-home-copy h1{font-size:clamp(34px,5.5vw,62px);line-height:1.18;margin:10px 0 16px;color:var(--masar-navy)}
.masar-home-copy p{max-width:680px;font-size:18px;color:var(--masar-muted)}
.masar-kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--masar-sky);color:var(--masar-blue);font-size:12px;font-weight:800}
.masar-home-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.masar-home-visual{display:flex;flex-direction:column;align-items:center;gap:18px;padding:28px;border:1px solid var(--masar-line);border-radius:28px;background:linear-gradient(145deg,#fff,#F5F8FF);box-shadow:var(--masar-shadow)}
.masar-home-visual>img{max-width:300px;max-height:240px;object-fit:contain}
.masar-home-journey{width:100%;padding:14px;border-radius:16px;background:#fff;border:1px solid #E8EDF5;text-align:center}
.masar-home-journey strong{display:block;color:var(--masar-navy)}
.masar-home-journey span{display:block;margin-top:5px;font-size:12px;color:var(--masar-muted)}
.masar-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:10px 0 28px}
.masar-feature-grid article,.masar-content-card{background:#fff;border:1px solid var(--masar-line);border-radius:22px;padding:22px;box-shadow:0 8px 28px rgba(17,36,62,.045)}
.masar-feature-grid span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--masar-sky);color:var(--masar-blue);font-weight:900}
.masar-feature-grid h3{margin:12px 0 4px;color:var(--masar-navy)}
.masar-feature-grid p{margin:0;color:var(--masar-muted)}

.masar-page-content{min-width:0}
.masar-content-card{margin-bottom:18px}
.masar-entry-meta{font-size:12px;color:var(--masar-muted);margin-bottom:14px}
.masar-list-item{padding:14px 0;border-bottom:1px solid var(--masar-line)}
.masar-list-item:last-child{border-bottom:0}
.masar-empty-page{display:grid;place-items:center;text-align:center;min-height:52vh}
.masar-empty-page>span{font-size:80px;font-weight:900;color:#DDE7F8}
.masar-empty-page h1{margin:0;color:var(--masar-navy)}
.masar-empty-page p{color:var(--masar-muted)}

.masar-auth-page{max-width:760px;margin:18px auto 40px}
.masar-auth-shell{display:grid;gap:14px}
.masar-auth-logo{text-align:center}
.masar-auth-logo img{max-width:190px;max-height:78px;object-fit:contain}
.masar-auth-card{background:#fff;border:1px solid var(--masar-line);border-radius:24px;padding:26px;box-shadow:var(--masar-shadow)}
.masar-auth-card input:not([type=checkbox]):not([type=radio]),.masar-auth-card select{width:100%;min-height:50px;border:1px solid #D8E1EE;border-radius:12px;padding:10px 12px;font-size:16px}
.masar-auth-card button,.masar-auth-card input[type=submit]{min-height:50px;border:0;border-radius:12px;background:var(--masar-blue);color:#fff;font-weight:800;cursor:pointer}

@media(max-width:900px){
  .masar-home-hero{grid-template-columns:1fr;padding:28px 0}
  .masar-feature-grid{grid-template-columns:1fr}
  .masar-home-visual>img{max-width:230px}
}
@media(max-width:640px){
  .masar-container{width:min(100% - 20px,1180px)}
  .masar-main{padding-top:16px}
  .masar-header-main{min-height:66px;gap:8px}
  .masar-brand img{max-width:138px!important;max-height:48px!important}
  .masar-account-trigger{padding:5px;min-height:44px;border-radius:15px}
  .masar-account-meta{display:none}
  .masar-account-avatar{width:36px;height:36px}
  .masar-account-caret{padding-inline:2px}
  .masar-account-panel{position:fixed;top:72px;right:10px;left:10px;width:auto;border-radius:22px}
  .masar-account-hero{padding:18px}
  .masar-student-nav-scroll{width:100%;padding-block:8px}
  .masar-student-nav a{min-height:40px;padding:0 11px;font-size:12px}
  .masar-nav-icon{font-size:16px}
  .masar-auth-actions .masar-btn{min-height:42px;padding:0 12px;font-size:12px}
  .masar-footer-inner{flex-direction:column;align-items:flex-start}
  .masar-home-copy h1{font-size:34px}
  .masar-home-copy p{font-size:16px}
  .masar-home-actions .masar-btn{width:100%}
}
