:root{
  --bg:#F5FCF8;--bg2:#EAF8FF;--surface:#FFFFFF;--soft:#EAF8F1;--soft2:#F1FBF7;
  --teal:#13B8C6;--aqua:#38CFE3;--green:#35D07F;--green2:#07916B;--lime:#75E39A;
  --text:#123040;--muted:#536B78;--border:#D3E6E2;--strong:#7BDCC4;--danger:#E1425A;--warn:#FFF4D9;
  --shadow:0 24px 70px rgba(19,184,198,.16);--shadow2:0 14px 36px rgba(18,48,64,.10);
  --radius:28px;--radius2:20px;--max:1180px;
}
*{box-sizing:border-box} html,body,#app{min-height:100%} body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:linear-gradient(145deg,var(--bg2),var(--bg),#E9F9EF);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility} body.ltr{direction:ltr} body.rtl{direction:rtl}
button,input,textarea,select{font:inherit} button{cursor:pointer} a{color:inherit}.noscript,.boot-card{max-width:520px;margin:12vh auto;background:rgba(255,255,255,.82);border:1px solid var(--border);border-radius:28px;padding:28px;text-align:center;box-shadow:var(--shadow)}.boot-card img{width:84px;height:84px;object-fit:contain}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;backdrop-filter:blur(22px);background:rgba(245,252,248,.76);border-bottom:1px solid rgba(211,230,226,.82)}.topbar-inner{max-width:var(--max);margin:auto;display:flex;align-items:center;gap:14px;padding:12px 18px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900}.brand img{width:42px;height:42px;object-fit:contain;border-radius:14px}.brand small{display:block;color:var(--muted);font-weight:700;font-size:12px}.spacer{flex:1}.nav{display:flex;gap:8px;align-items:center}.nav button,.chip,.ghost,.primary,.danger,.outline,.seg button{border:0;border-radius:999px;padding:11px 15px;font-weight:800;transition:.18s transform,.18s box-shadow,.18s background}.nav button{background:transparent;color:var(--muted)}.nav button.active,.chip.active{background:var(--text);color:#fff}.ghost{background:rgba(255,255,255,.66);border:1px solid var(--border);color:var(--text)}.primary{background:linear-gradient(135deg,var(--green),var(--teal));color:#041D20;box-shadow:0 10px 28px rgba(53,208,127,.24)}.danger{background:var(--danger);color:#fff}.outline{background:transparent;border:1px solid var(--strong);color:var(--text)}button:disabled{opacity:.55;cursor:not-allowed}.primary:not(:disabled):hover,.ghost:hover,.outline:hover,.danger:hover,.nav button:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}.page{max-width:var(--max);margin:auto;padding:22px 18px 120px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:stretch}.hero-card,.card,.panel,.modal-card{background:rgba(255,255,255,.82);border:1px solid rgba(211,230,226,.9);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.hero-card{padding:30px;position:relative}.hero-card:before{content:"";position:absolute;inset:-90px auto auto -90px;width:220px;height:220px;background:radial-gradient(circle,var(--aqua),transparent 70%);opacity:.35}.hero h1{font-size:clamp(38px,7vw,76px);line-height:1;margin:12px 0;font-weight:950;letter-spacing:-.04em}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:730px}.hero-actions,.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.pills{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.pill,.status{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(19,184,198,.32);background:rgba(234,248,241,.72);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850;color:var(--text)}.side-card{padding:22px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(234,248,255,.72))}.side-card img{width:90px;height:90px;object-fit:contain}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-12{grid-column:span 12}.card{padding:20px}.card h2,.card h3{margin:0 0 8px}.muted{color:var(--muted)}.tiny{font-size:12px;color:var(--muted)}.section-title{margin:28px 0 12px;display:flex;align-items:end;justify-content:space-between;gap:12px}.section-title h2{margin:0;font-size:28px}.feed-card{display:grid;gap:12px}.feed-title{display:flex;justify-content:space-between;gap:10px;align-items:start}.feed-title h3{font-size:22px}.progress{height:12px;background:#E7F1EE;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green),var(--teal));border-radius:inherit}.money{font-weight:950;color:var(--green2)}.tabs,.seg{display:flex;gap:8px;flex-wrap:wrap}.seg{background:rgba(255,255,255,.72);border:1px solid var(--border);padding:5px;border-radius:999px}.seg button{background:transparent;color:var(--muted);padding:9px 13px}.seg button.active{background:var(--text);color:#fff}.form{display:grid;gap:12px}.field{display:grid;gap:6px}.field label{font-weight:850}.field input,.field textarea,.field select{width:100%;border:1px solid var(--border);border-radius:18px;background:#fff;color:var(--text);padding:13px 14px;outline:none}.field textarea{min-height:106px;resize:vertical;line-height:1.55}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(19,184,198,.12)}.check{display:flex;gap:10px;align-items:flex-start;background:rgba(234,248,241,.56);border:1px solid var(--border);border-radius:18px;padding:12px}.check input{margin-top:3px;min-width:18px;min-height:18px}.locked{border-style:dashed;background:rgba(255,244,217,.48)}.notice{position:fixed;z-index:60;left:18px;right:18px;bottom:18px;max-width:680px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:22px;padding:14px 16px;box-shadow:var(--shadow);display:flex;gap:12px;align-items:flex-start}.notice.error{border-color:rgba(225,66,90,.35)}.notice.success{border-color:rgba(53,208,127,.45)}.modal-backdrop{position:fixed;inset:0;z-index:50;background:rgba(18,48,64,.36);backdrop-filter:blur(8px);display:grid;place-items:center;padding:18px}.modal-card{width:min(760px,100%);max-height:92vh;overflow:auto;padding:22px}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.x{border:0;background:var(--soft);border-radius:50%;width:40px;height:40px;font-weight:900}.bottom-nav{display:none}.table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:16px}.table th,.table td{text-align:start;border-bottom:1px solid var(--border);padding:11px}.message{max-width:78%;padding:12px 14px;border-radius:18px;background:var(--soft);border:1px solid var(--border)}.message.me{margin-inline-start:auto;background:#E8F7FA}.install-banner{display:none}.install-banner.show{display:flex}.video-box{background:#08242E;color:#fff;border-radius:22px;padding:18px;min-height:150px;display:grid;place-items:center;text-align:center}.language-select{min-width:104px}.ltr .feed-title,.ltr .section-title,.ltr .topbar-inner,.ltr .row{direction:ltr}.rtl .feed-title,.rtl .section-title,.rtl .topbar-inner,.rtl .row{direction:rtl}
@media (max-width:900px){.hero{grid-template-columns:1fr}.col-4,.col-5,.col-6,.col-7,.col-8{grid-column:span 12}.nav{display:none}.topbar-inner{padding:10px 14px}.page{padding:16px 14px 96px}.hero-card{padding:22px}.side-card{display:none}.bottom-nav{position:fixed;display:flex;left:10px;right:10px;bottom:10px;z-index:30;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:25px;padding:8px;box-shadow:var(--shadow);justify-content:space-around}.bottom-nav button{border:0;background:transparent;color:var(--muted);font-weight:850;border-radius:18px;padding:9px 10px;min-width:58px}.bottom-nav button.active{background:var(--text);color:#fff}.message{max-width:92%}.section-title{align-items:flex-start;flex-direction:column}.modal-card{border-radius:24px}.topbar .ghost.hide-mobile{display:none}}
@media (max-width:520px){.hero h1{font-size:42px}.hero-actions .primary,.hero-actions .ghost,.row .primary,.row .ghost,.row .outline,.row .danger{width:100%;justify-content:center}.seg{width:100%;border-radius:22px}.seg button{flex:1}.card{padding:16px;border-radius:22px}.hero-card{border-radius:24px}.feed-title{flex-direction:column}.notice{bottom:82px}.brand small{display:none}.language-select{min-width:80px}}
@media (display-mode:standalone){.install-banner{display:none!important}}

/* DirectAid V31 Web/Mobile Pro conversion layer */
.v30-hero .hero-card{background:linear-gradient(150deg,rgba(255,255,255,.94),rgba(234,248,255,.82),rgba(234,248,241,.86));}
.v30-steps,.v30-vertical-steps{display:grid;gap:8px;margin:16px 0}.v30-steps{grid-template-columns:repeat(4,1fr)}.v30-steps span,.v30-vertical-steps span,.mini-note{border:1px solid rgba(19,184,198,.28);background:rgba(255,255,255,.72);border-radius:18px;padding:10px 12px;font-weight:900;color:var(--text)}
.big-cta,.big-submit{font-size:17px;padding:14px 18px}.role-mini{display:grid;gap:10px}.v30-entry-grid{margin-top:8px}.v30-convert-card,.v30-auth-side{background:linear-gradient(160deg,#fff,rgba(234,248,241,.72))}.auth-main{position:relative}.legal-compact{box-shadow:none;background:var(--soft2);border-style:solid}.legal-compact .check{background:#fff}.v30-auth-form .field input,.v30-auth-form .field select{min-height:52px}.v30-auth-form .seg button{font-size:16px}.auth-grid{align-items:start}.v30-auth-side hr{border:0;border-top:1px solid var(--border);width:100%;margin:16px 0}
@media (max-width:900px){.v30-steps{grid-template-columns:1fr 1fr}.v30-side{display:flex}.v30-side .role-mini{grid-template-columns:1fr 1fr}.auth-grid .col-5{order:-1}.v30-auth-side{display:block}}
@media (max-width:520px){.v30-steps{grid-template-columns:1fr}.v30-side{display:none}.big-cta,.big-submit{width:100%;justify-content:center}.v30-auth-side{padding:16px}.v30-entry-grid .col-6{grid-column:span 12}}

/* DirectAid V31 smart autonomous registration layer */
.smart-entry{display:grid;gap:16px}.smart-lead{font-size:17px;line-height:1.75}.smart-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.smart-choice{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:start;border-radius:22px;min-height:132px;justify-content:center}.smart-choice small{font-weight:750;line-height:1.55;color:inherit;opacity:.84}.smart-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.smart-trust-grid>div,.no-shadow{box-shadow:none!important}.smart-trust-grid>div{border:1px solid var(--border);border-radius:20px;background:rgba(255,255,255,.72);padding:13px}.smart-trust-grid p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.smart-form input{min-height:54px}.smart-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.smart-progress span{border:1px solid var(--border);border-radius:18px;background:rgba(255,255,255,.72);padding:9px 10px;font-weight:900;text-align:center;color:var(--muted)}.smart-progress span.on{background:linear-gradient(135deg,var(--green),var(--teal));color:#062225;border-color:transparent}.success-entry{text-align:center;place-items:center}.success-check{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--teal));font-size:56px;font-weight:950;color:#042126;box-shadow:0 18px 44px rgba(53,208,127,.28)}.copyright{margin:36px auto 0;text-align:center;color:var(--muted);font-size:12px}.legal-tiny{line-height:1.6}.modal-card{scrollbar-width:thin}
@media (max-width:720px){.smart-choice-grid,.smart-trust-grid,.smart-progress{grid-template-columns:1fr}.smart-choice{min-height:116px}.modal-card{padding:18px}.success-check{width:82px;height:82px;font-size:48px}}
