:root{--bg: #2d1020;--surface: #4a1c31;--surface-alt: #5a233b;--surface-soft: #642742;--border: rgba(198, 232, 255, .34);--text: #fff7fd;--muted: #d5eaff;--pink: #d45d6a;--pink-soft: rgba(212, 93, 106, .22);--blue: #c6e8ff;--shadow: 0 28px 80px rgba(15, 3, 10, .3)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Segoe UI,Trebuchet MS,system-ui,sans-serif;color:var(--text);background:var(--bg)}button,input{font:inherit}.page-shell{position:relative;min-height:100vh;overflow:hidden}.bg-layer{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg)}.bg-glow{position:fixed;width:340px;height:340px;border-radius:999px;filter:blur(20px);opacity:.7;pointer-events:none}.glow-top{top:-120px;right:-100px;background:#ff925157}.glow-bottom{bottom:-140px;left:-90px;background:#d45d6a54}.web-frame{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:32px 18px 40px}.page-shell-rtl{direction:rtl}.card{background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.auth-stack{display:grid;grid-template-columns:1.3fr .9fr;gap:18px}.auth-card{padding:22px}.language-switcher{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.language-chip{border:1px solid rgba(198,232,255,.28);border-radius:999px;background:#ffffff14;color:var(--muted);min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.language-chip-active{background:#d45d6a38;border-color:#ffdce680;color:var(--text)}.language-flag-svg{width:18px;height:12px;display:block;border-radius:3px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff2e}.auth-card-large{min-height:380px}.auth-card-small{background:var(--surface-alt);align-self:stretch}.eyebrow,.header-eyebrow{margin:0;color:var(--blue);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:800}.eyebrow-soft{color:var(--muted)}.auth-title,.auth-subtitle{margin:10px 0 0;font-weight:800}.auth-title{font-size:clamp(1.9rem,2vw + 1rem,2.7rem)}.auth-subtitle{font-size:1.6rem}.auth-copy{margin:8px 0 0;color:var(--muted)}.form-block{display:grid;gap:10px;margin-top:16px}label{color:var(--muted);font-size:.95rem}input{width:100%;min-height:52px;border-radius:14px;border:1px solid rgba(198,232,255,.5);background:#ffffff14;color:var(--text);padding:0 14px;outline:none;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}input::placeholder{color:#9fb9da}input:focus{border-color:#ffdce68a;box-shadow:0 0 0 3px #d45d6a1f}.btn{border:0;border-radius:14px;min-height:50px;padding:0 16px;cursor:pointer;transition:transform .12s ease,filter .12s ease,opacity .12s ease}.btn:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.03)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--pink);color:#fff8fd;font-weight:800}.btn-accent{background:var(--blue);color:#3a2840;font-weight:800}.btn-ghost{background:#c6e8ff24;color:var(--text);border:1px solid rgba(198,232,255,.5)}.btn-small{min-height:42px;padding:0 14px}.mobile-shell{background:var(--surface);border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:760px;display:flex;flex-direction:column}.mobile-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 20px 16px;border-bottom:1px solid rgba(198,232,255,.18)}.mobile-header h1{margin:8px 0 0;font-size:2rem;font-weight:800}.header-user{margin:4px 0 0;color:var(--muted);font-size:1rem}.mobile-content{flex:1;padding:16px}.content-card{background:var(--surface-alt);border:1px solid var(--border);border-radius:18px;padding:16px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-head h2{margin:0;font-size:1.35rem}.result-card{margin-top:12px}.result-label{margin:0 0 10px;color:var(--muted);font-size:.92rem}.json-box{margin:0;min-height:160px;padding:14px;border-radius:16px;border:1px solid rgba(198,232,255,.22);background:#ffffff0f;color:#f0fbff;overflow:auto;white-space:pre-wrap;word-break:break-word}.empty-card{border-radius:16px;border:1px solid rgba(198,232,255,.22);background:#ffffff0f;color:var(--muted);padding:18px}.match-list{display:grid;gap:10px}.match-item{display:flex;align-items:flex-start;justify-content:flex-start;gap:16px;padding:14px 15px;border-radius:16px;border:1px solid rgba(198,232,255,.22);background:#ffffff0f}.match-main{display:grid;width:100%}.match-phone{margin:0;font-weight:800}.match-meta,.match-date{margin:4px 0 0;color:var(--muted);font-size:.9rem}.match-date-inline{margin:4px 0 0;color:var(--muted);font-size:.82rem;justify-self:end;text-align:right}.match-date-inline-ar{justify-self:start;text-align:left}.mobile-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px 12px 14px;border-top:1px solid rgba(198,232,255,.18);background:#4b1f35}.tab-btn{border:1px solid transparent;border-radius:16px;background:transparent;color:var(--muted);min-height:88px;display:grid;place-items:center;gap:4px;cursor:pointer}.tab-btn-active{background:var(--pink-soft);border-color:#b74a8473;color:var(--text)}.tab-icon{font-size:1.65rem;font-weight:800;line-height:1}.profile-tab-icon-wrap{width:22px;height:20px;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start}.profile-tab-icon-head{width:9px;height:9px;border-radius:999px;background:#b98f95}.profile-tab-icon-head-active{background:#d45d6a}.profile-tab-icon-body{width:18px;height:9px;margin-top:2px;border-radius:10px 10px 5px 5px;background:#a9787f}.profile-tab-icon-body-active{background:#c55361}.tab-label{font-size:.96rem;font-weight:700}.profile-stack{display:grid;gap:10px}.profile-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;border-radius:16px;border:1px solid rgba(198,232,255,.22);background:#ffffff0f}.profile-label{color:var(--muted);font-size:.92rem}.profile-value{color:var(--text);font-weight:800}.profile-actions{margin-top:14px}.status-strip{margin-top:18px;padding:14px 16px;display:flex;align-items:center;gap:10px}.status-label{color:var(--blue);font-weight:800}.status-text{color:var(--text)}.legal-footer{margin-top:16px;text-align:center}.legal-footer a{color:var(--muted);text-decoration:none;border-bottom:1px solid rgba(170,192,212,.3);padding-bottom:2px}.legal-footer a:hover{color:var(--text);border-bottom-color:#edf5ffa6}@media (max-width: 920px){.web-frame{padding:20px 12px 28px}.auth-stack{grid-template-columns:1fr}.mobile-header,.match-item{flex-direction:column;align-items:flex-start}.mobile-shell{min-height:auto}}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
