:root{--green:#103f36;--green2:#18594b;--mint:#e9f2ed;--gold:#c49a56;--ink:#17231f;--muted:#6b7772;--line:#e3e8e5;--cream:#f7f5ef;--white:#fff;--danger:#9e4b45}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Sans Arabic",sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.hero{background:var(--green);color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid #ffffff15;border-radius:50%;left:-80px;top:55px;box-shadow:0 0 0 65px #ffffff08,0 0 0 130px #ffffff05}.nav{height:90px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff1f;position:relative;z-index:1}.brand{display:flex;gap:12px;align-items:center}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffff50;border-radius:50%;font:700 21px "Noto Kufi Arabic"}.brand div{display:flex;flex-direction:column}.brand small{opacity:.6;font-size:11px}.today{font-size:13px;opacity:.75}.hero-content{padding:54px 0 46px;position:relative;z-index:1}.eyebrow{font:600 12px "Noto Kufi Arabic";letter-spacing:2px;color:#d7bb88}.hero h1{font:600 clamp(29px,4vw,49px) "Noto Kufi Arabic";margin:12px 0;max-width:780px}.hero-content>p:not(.eyebrow){color:#d4dfdb;max-width:660px;line-height:2}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff20;margin-top:38px;border:1px solid #ffffff20;border-radius:12px;overflow:hidden}.hero-stats div{padding:22px;background:#ffffff09;display:flex;flex-direction:column;gap:5px}.hero-stats span{font-size:12px;color:#bdcec8}.hero-stats strong{font-size:23px;direction:ltr;text-align:right}.notice{display:flex;gap:16px;background:#fff8e9;border:1px solid #ead8b5;border-radius:12px;padding:20px;margin:34px 0;color:#665534}.notice-icon{flex:0 0 28px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#d5b677;color:#fff;font-family:serif;font-weight:bold}.notice p{margin:5px 0 0;line-height:1.9;font-size:13px}.section-head{display:flex;align-items:end;justify-content:space-between;margin:42px 0 18px}.section-head>div{display:flex;align-items:center;gap:12px}.section-head span{color:var(--gold);font-weight:700}.section-head h2,.panel h2{font:600 22px "Noto Kufi Arabic";margin:0}.section-head p,.panel-title p{color:var(--muted);font-size:13px;margin:0}.heirs-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.heir-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;position:relative;overflow:hidden}.heir-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--green)}.heir-card.mother:before{background:var(--gold)}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green);font-weight:700;margin-bottom:14px}.mother .avatar{background:#f7eddb;color:#8f6b31}.heir-card h3{margin:0;font:600 16px "Noto Kufi Arabic"}.heir-card small{color:var(--muted)}.heir-card strong{display:block;margin-top:17px;font-size:19px;color:var(--green)}.workspace{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:50px}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 24px #183c3010}.calculator-panel,.preview-panel{padding:28px}.panel-title{display:flex;gap:13px;align-items:center;margin-bottom:25px}.icon{width:43px;height:43px;border-radius:12px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:23px}.icon.muted{background:var(--mint);color:var(--green)}form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600;margin-bottom:15px}input,select{height:47px;border:1px solid var(--line);border-radius:9px;padding:0 13px;background:#fbfcfb;font:inherit;color:var(--ink);outline:none}input:focus,select:focus{border-color:var(--green2);box-shadow:0 0 0 3px #18594b13}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.primary,.ghost{border:0;border-radius:9px;height:48px;padding:0 18px;font:600 13px inherit;cursor:pointer}.primary{background:var(--green);color:#fff;width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.primary:hover{background:var(--green2)}.ghost{background:#fff;border:1px solid var(--line);color:var(--green)}.preview-empty{min-height:330px;display:grid;place-content:center;text-align:center;color:#9ca7a2}.preview-empty span{font-size:58px;color:#dce5e1}.preview-list{display:flex;flex-direction:column;gap:5px}.preview-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f7faf8;border-radius:8px}.preview-row span{font-size:13px}.preview-row b{direction:ltr;color:var(--green)}.preview-total{border-top:1px dashed var(--line);margin-top:8px;padding-top:13px;display:flex;justify-content:space-between}.accounts,.ledger{overflow:hidden}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{text-align:right;padding:16px 20px;border-bottom:1px solid var(--line);font-size:13px}th{background:#f7f9f8;color:var(--muted);font-size:11px}.person{display:flex;align-items:center;gap:10px}.person .avatar{width:34px;height:34px;margin:0}.money{direction:ltr;text-align:right;font-weight:600}.positive{color:var(--green)}.negative{color:var(--danger)}.withdraw-btn{height:34px;border:1px solid var(--line);background:#fff;border-radius:7px;color:var(--green);cursor:pointer;padding:0 12px}.filters{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;gap:7px}.filter{border:0;padding:8px 17px;border-radius:20px;background:#f1f4f2;color:var(--muted);cursor:pointer}.filter.active{background:var(--green);color:#fff}.type-badge{font-size:11px;padding:5px 9px;border-radius:15px;background:var(--mint);color:var(--green)}.type-badge.out{background:#f7e9e7;color:var(--danger)}.empty-row td{text-align:center;color:var(--muted);padding:55px}.ledger{margin-bottom:70px}dialog{border:0;border-radius:18px;width:min(480px,calc(100% - 30px));padding:0;box-shadow:0 20px 80px #0e292280}dialog::backdrop{background:#0f2d2770;backdrop-filter:blur(3px)}dialog form{padding:30px;position:relative}.close{position:absolute;left:20px;top:17px;background:transparent;border:0;font-size:26px;cursor:pointer;color:var(--muted)}dialog h2{font:600 22px "Noto Kufi Arabic";margin:5px 0}.eyebrow.dark{color:var(--gold)}.available{background:var(--mint);padding:11px 14px;border-radius:8px;font-size:13px;margin:16px 0}.dialog-actions{display:grid;grid-template-columns:1fr 2fr;gap:8px}.dialog-actions .primary{height:48px}footer{background:#0c332b;color:#fff;padding:34px 0}footer p{color:#9fb7af;font-size:12px;margin:7px 0}@media(max-width:950px){.heirs-grid{grid-template-columns:repeat(3,1fr)}.workspace{grid-template-columns:1fr}.section-head p{display:none}}@media(max-width:600px){.shell{width:min(100% - 24px,1180px)}.nav{height:72px}.today{display:none}.hero-content{padding:35px 0}.hero-stats{grid-template-columns:1fr}.hero-stats div{padding:14px 18px}.heirs-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.section-head{align-items:center}.section-head h2{font-size:18px}.calculator-panel,.preview-panel{padding:19px}.notice{padding:15px}.notice p{font-size:12px}.hero h1{font-size:28px}}
