:root{--color-bg:#f8f7f4;--color-surface:#ffffff;--color-text:#1c1917;--color-muted:#6b6560;--color-primary:#0f766e;--color-primary-contrast:#ffffff;--color-border:#e7e2dc;--radius:14px;--shadow:0 1px 3px rgb(0 0 0/0.06),0 8px 24px rgb(0 0 0/0.05);--font-arabic:var(--font-cairo),"Cairo","Segoe UI","Tahoma","Noto Kufi Arabic","Noto Sans Arabic","Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-arabic);background:var(--color-bg);color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-inline-size:1080px;margin-inline:auto;padding-inline:1.25rem}.site-header{background:var(--color-surface);-webkit-border-after:1px solid var(--color-border);border-block-end:1px solid var(--color-border);position:-webkit-sticky;position:sticky;inset-block-start:0;z-index:10}.site-header .container{display:flex;align-items:center;justify-content:space-between;block-size:64px}.brand{font-size:1.15rem;font-weight:800;color:var(--color-primary)}.nav{display:flex;gap:1rem;font-size:.95rem}.nav a{color:var(--color-muted);padding:.35rem .6rem;border-radius:8px}.nav a:hover{background:var(--color-bg);color:var(--color-text)}.hero{padding-block:clamp(3rem,8vw,6rem);text-align:center}.hero h1{font-size:clamp(1.8rem,4.5vw,3rem);margin:0 0 .75rem;line-height:1.35}.hero .tagline{color:var(--color-primary);font-weight:700;font-size:clamp(1.05rem,2.5vw,1.35rem);margin:0 0 1rem}.hero p.lead{color:var(--color-muted);max-inline-size:42rem;margin-inline:auto;font-size:1.05rem}.cta{display:inline-block;-webkit-margin-before:1.75rem;margin-block-start:1.75rem;background:var(--color-primary);color:var(--color-primary-contrast);padding:.8rem 2rem;border-radius:999px;font-weight:700;transition:opacity .15s ease}.cta:hover{opacity:.9}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem;padding-block:2rem 4rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow)}.card h3{margin:0 0 .4rem;font-size:1.05rem}.card p{margin:0;color:var(--color-muted);font-size:.95rem}.dashboard-title{margin-block:2rem .25rem;font-size:1.5rem}.dashboard-subtitle{color:var(--color-muted);margin-block:0 1.5rem}.empty-state{background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius);padding:3rem 1.5rem;color:var(--color-muted)}.empty-state strong{display:block;color:var(--color-text);font-size:1.1rem;-webkit-margin-after:.4rem;margin-block-end:.4rem}.site-footer{-webkit-border-before:1px solid var(--color-border);border-block-start:1px solid var(--color-border);padding-block:1.5rem;color:var(--color-muted);font-size:.85rem;text-align:center}@media (max-width:640px){.site-header .container{block-size:56px}.nav{gap:.4rem}}.landing-page{overflow:hidden;background:#fbfcfc}.landing-hero{position:relative;background:radial-gradient(circle at 85% 20%,#e9fbf6 0,#fbfcfc 34%),linear-gradient(135deg,#fbfcfc,#f3f8f7);padding:clamp(4rem,8vw,7.5rem) 0 clamp(4.5rem,8vw,7rem);isolation:isolate}.landing-hero:after,.landing-hero:before{content:"";position:absolute;border:1px solid #bfe7df88;border-radius:50%;pointer-events:none;animation:orbit 16s linear infinite}.landing-hero:before{width:520px;height:520px;inset:-190px auto auto -120px}.landing-hero:after{width:300px;height:300px;inset:auto -80px -120px auto;animation-duration:22s;animation-direction:reverse}.hero-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr);align-items:center;grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem)}.hero-copy{text-align:right;position:relative;z-index:1}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:.5rem;color:#0d8b80;font-size:.82rem;font-weight:800;letter-spacing:.02em}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#efaa4b;box-shadow:0 0 0 5px #efaa4b22}.hero-copy h1{font-size:clamp(2.5rem,5.2vw,4.8rem);line-height:1.18;letter-spacing:-.055em;margin:1.2rem 0 .8rem;color:#123c3a;font-weight:900}.hero-copy h1 span,.workflow-copy h2 span{color:#0b998d}.hero-tagline{font-size:clamp(1.1rem,2vw,1.45rem);color:#e3a048;font-weight:800;margin:0 0 .8rem}.hero-lead{color:#657876;font-size:1.06rem;max-width:34rem;line-height:2;margin:0}.hero-actions{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.outline-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:3.25rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.primary-button{color:#fff;background:#0b998d;box-shadow:0 12px 24px #0b998d2d}.primary-button:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0b998d42}.outline-button{color:#225452;border:1px solid #c8dedb;background:#ffffffaa}.outline-button:hover{background:#fff;transform:translateY(-2px)}.play-icon{display:grid;place-items:center;width:1.35rem;height:1.35rem;font-size:.55rem;color:#0b998d;border:1px solid #94c8c3;border-radius:50%}.hero-note{margin:.9rem 0 0;color:#829390;font-size:.76rem}.hero-visual{min-height:430px;position:relative;display:grid;place-items:center;direction:rtl}.glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.75}.glow-one{width:360px;height:360px;background:#cceee8;top:2%;right:12%;animation:float-orb 7s ease-in-out infinite}.glow-two{width:130px;height:130px;background:#fff0d2;bottom:5%;left:0;animation:float-orb 9s ease-in-out -2s infinite}.dashboard-preview{width:min(100%,570px);padding:1.25rem;border:1px solid #dbe9e6;border-radius:20px;background:#fff;box-shadow:0 28px 65px #255d5730;transform:rotate(-2deg);position:relative;z-index:1;animation:dashboard-in .9s ease both}.chart-head,.preview-bottom,.preview-metrics,.preview-title,.preview-top{display:flex;align-items:center;justify-content:space-between}.preview-top{padding-bottom:1rem;border-bottom:1px solid #edf2f1}.preview-brand{color:#0c8f83;font-weight:900}.preview-status{color:#72918d;font-size:.62rem}.preview-status:first-letter{color:#26bc83}.preview-status b{color:#0c8f83;margin-right:.35rem}.preview-title{padding:1rem 0}.floating-card small,.preview-bottom small,.preview-metrics small,.preview-title small{display:block;color:#9aaba8;font-size:.6rem}.preview-title strong{display:block;color:#214745;font-size:1rem;margin-top:.2rem}.avatar{display:grid;place-items:center;width:2.3rem;height:2.3rem;border-radius:50%;color:#fff;background:linear-gradient(135deg,#f2b86d,#ef8c71);font-weight:700}.preview-metrics{gap:.6rem;align-items:stretch}.preview-metrics>div{flex:1 1;background:#f5faf9;padding:.65rem;border-radius:10px}.preview-metrics strong{display:block;color:#214745;font-size:1.25rem;line-height:1.4}.preview-metrics strong span{font-size:.7rem}.preview-metrics em{color:#22a87b;font-size:.58rem;font-style:normal}.preview-chart{margin-top:1rem;padding:.8rem;border:1px solid #edf2f1;border-radius:12px}.chart-head{color:#365c59;font-size:.72rem}.chart-head span{color:#94a8a5;font-size:.58rem}.chart-lines{height:112px;position:relative;margin-top:.75rem;overflow:hidden}.chart-lines i{display:block;height:1px;background:#edf2f1;margin-top:27px}.chart-area{background:linear-gradient(180deg,#c8eee5aa,#c8eee500);-webkit-clip-path:polygon(0 75%,12% 57%,25% 65%,38% 30%,51% 47%,63% 20%,76% 38%,88% 8%,100% 18%,100% 100%,0 100%);clip-path:polygon(0 75%,12% 57%,25% 65%,38% 30%,51% 47%,63% 20%,76% 38%,88% 8%,100% 18%,100% 100%,0 100%)}.chart-area,.chart-path{position:absolute;inset:22px 0 0}.chart-path{border-top:3px solid #0b998d;-webkit-clip-path:polygon(0 75%,12% 57%,25% 65%,38% 30%,51% 47%,63% 20%,76% 38%,88% 8%,100% 18%,100% 21%,88% 11%,76% 41%,63% 23%,51% 50%,38% 33%,25% 68%,12% 60%,0 78%);clip-path:polygon(0 75%,12% 57%,25% 65%,38% 30%,51% 47%,63% 20%,76% 38%,88% 8%,100% 18%,100% 21%,88% 11%,76% 41%,63% 23%,51% 50%,38% 33%,25% 68%,12% 60%,0 78%)}.chart-labels{display:flex;justify-content:space-between;color:#a2b1af;font-size:.5rem}.preview-bottom{margin-top:1rem;padding:.7rem .8rem;background:#f0fbf8;border-radius:10px}.preview-bottom>div{display:flex;align-items:center;gap:.55rem}.preview-bottom b{display:block;color:#26726c;font-size:.65rem}.mini-icon,.spark{display:grid;place-items:center;width:1.7rem;height:1.7rem;border-radius:8px;color:#d59b3f;background:#fff1d8}.arrow{color:#0b998d}.floating-card{position:absolute;z-index:2;display:flex;align-items:center;gap:.65rem;padding:.7rem .9rem;border:1px solid #e5eeec;border-radius:12px;background:#fff;box-shadow:0 12px 30px #255d5722}.floating-card b{color:#355854;display:block;font-size:.68rem}.floating-top{top:13%;left:-3%}.floating-bottom{right:-3%;bottom:9%}.check{display:grid;place-items:center;width:1.7rem;height:1.7rem;background:#30ba87;font-size:.8rem}.check,.spark{color:#fff;border-radius:50%}.spark{background:#f1b760}.platform-section{padding:6rem 0;background:#fff}.section-heading{max-width:600px;margin:0 auto 2.5rem;text-align:center}.section-heading h2,.workflow-copy h2{color:#173f3d;font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.04em;line-height:1.25;margin:.75rem 0 .7rem}.section-heading p,.workflow-copy p{color:#758986;margin:0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.1rem;gap:1.1rem}.platform-tabs{max-width:980px;margin-inline:auto;padding:.65rem;border:1px solid #dcece8;border-radius:24px;background:linear-gradient(135deg,#f7fcfb,#ffffff);box-shadow:0 24px 60px #255d5714}.platform-tab-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.45rem;gap:.45rem;padding:.25rem;border-radius:16px;background:#edf8f5}.platform-tab{display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:3.1rem;padding:.65rem .7rem;border:0;border-radius:12px;color:#62817c;background:transparent;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer;transition:.25s ease}.platform-tab span{color:#0b998d;font-size:1.1rem}.platform-tab.is-active,.platform-tab:hover{color:#174944;background:#fff;box-shadow:0 8px 18px #255d5714;transform:translateY(-1px)}.platform-tab-panel{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:3rem;gap:3rem;align-items:center;min-height:310px;padding:2.5rem 2.2rem}.tab-panel-copy h3{margin:.8rem 0 .55rem;color:#173f3d;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.35}.tab-panel-copy p{max-width:27rem;color:#718681;line-height:2;margin:0 0 1.2rem}.tab-icon{display:grid;place-items:center;width:3.1rem;height:3.1rem;border-radius:14px;color:#fff;background:linear-gradient(135deg,#0b998d,#47c49d);box-shadow:0 10px 22px #0b998d35;font-size:1.45rem}.tab-panel-dashboard{position:relative;overflow:hidden;padding:1.1rem;border:1px solid #d8eae6;border-radius:18px;background:#fff;box-shadow:0 18px 38px #255d5718;animation:tab-panel-in .35s ease both}.tab-panel-dashboard:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#dff8f1;inset:-100px -50px auto auto}.tab-dashboard-head,.tab-insight{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.tab-dashboard-head{padding-bottom:.85rem;border-bottom:1px solid #edf3f1;color:#345d58;font-size:.8rem}.tab-dashboard-head b{padding:.25rem .55rem;border-radius:99px;color:#168d6f;background:#e8faf3;font-size:.65rem}.tab-metrics{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.55rem;gap:.55rem;margin:1rem 0}.tab-metric{padding:.7rem;border-radius:10px;background:#f4faf8}.tab-metric small{display:block;color:#8da39f;font-size:.6rem}.tab-metric strong{display:block;margin-top:.2rem;color:#1c5b54;font-size:1.2rem}.tab-bars{display:flex;align-items:end;justify-content:space-around;height:105px;padding:0 1rem;border-bottom:1px solid #e6f0ed;background:repeating-linear-gradient(180deg,transparent 0 34px,#edf4f2 35px)}.tab-bars i{display:block;width:8%;min-height:20px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#42c79e,#0b998d);animation:bars-in .7s ease both}.tab-bars i:nth-child(2){animation-delay:.06s}.tab-bars i:nth-child(3){animation-delay:.12s}.tab-bars i:nth-child(4){animation-delay:.18s}.tab-bars i:nth-child(5){animation-delay:.24s}.tab-bars i:nth-child(6){animation-delay:.3s}.tab-bars i:nth-child(7){animation-delay:.36s}.tab-insight{justify-content:flex-start;gap:.55rem;margin-top:.9rem;padding:.7rem;border-radius:10px;color:#4d7770;background:#eefbf7;font-size:.68rem}.tab-insight span{display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:7px;color:#d39b3a;background:#fff1d5}.tab-insight p{margin:0}@keyframes float-orb{0%,to{transform:translateZ(0)}50%{transform:translate3d(10px,-14px,0)}}@keyframes orbit{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1.05)}}@keyframes dashboard-in{0%{opacity:0;transform:translateY(18px) rotate(-2deg)}to{opacity:1;transform:translateY(0) rotate(-2deg)}}@keyframes tab-panel-in{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes bars-in{0%{opacity:0;transform:scaleY(.2);transform-origin:bottom}to{opacity:1;transform:scaleY(1);transform-origin:bottom}}.feature-card{padding:1.8rem;border:1px solid #e5efed;border-radius:16px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px #255d5714}.feature-icon{display:grid;place-items:center;width:3rem;height:3rem;border-radius:12px;color:#0b998d;background:#eaf8f5;font-size:1.4rem}.feature-card h3{color:#234f4b;font-size:1.15rem;margin:1.15rem 0 .45rem}.feature-card p{color:#7c8f8c;min-height:4.2rem;font-size:.9rem;margin:0 0 1rem}.feature-card a,.text-button{color:#0b998d;font-size:.82rem;font-weight:800}.feature-card a span,.primary-button span,.text-button span{margin-right:.35rem}.workflow-section{padding:6rem 0;background:#eff9f7}.workflow-section .container{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:6rem;gap:6rem;align-items:center}.workflow-copy p{line-height:2;max-width:31rem;margin-bottom:1.4rem}.steps{padding:.7rem 0}.step{display:grid;grid-template-columns:3.4rem 1px 1fr;grid-gap:1rem;gap:1rem;align-items:center;min-height:5rem}.step>b{color:#a6c6c1;font-size:.9rem}.step-line{width:1px;height:100%;background:#b7d9d4;position:relative}.step-line:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#0b998d;right:-4px;top:calc(50% - 4px);box-shadow:0 0 0 5px #d5efea}.step strong{color:#24514d;font-size:1.05rem}.step p{color:#77908b;margin:.15rem 0 0;font-size:.78rem}.landing-cta{padding:4rem 0;color:#fff;background:linear-gradient(120deg,#0a776f,#0d9c8e)}.landing-cta .container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.landing-cta .section-kicker{color:#b8eee6}.landing-cta h2{margin:.5rem 0 0;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.35}.light-button{color:#0a8178;background:#fff;box-shadow:none}.light-button:hover{box-shadow:0 12px 25px #075e573d}.nav-login{color:#27615c!important}.nav-cta{color:#fff!important;background:#0b998d;padding:.42rem 1rem!important;border-radius:8px!important;font-weight:800}.nav-cta:hover{background:#087e75!important}.nav-user{color:#27615c;font-size:.78rem;font-weight:700;padding:.35rem .4rem}.nav-logout{border:0;background:transparent;color:#8b6860;cursor:pointer;font:inherit;padding:.35rem .4rem}@media (max-width:900px){.hero-layout,.workflow-section .container{grid-template-columns:1fr;gap:3rem}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{max-width:650px;width:100%;margin-inline:auto}.workflow-copy{text-align:center}.workflow-copy p{margin-inline:auto}.features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.nav a:first-child{display:none}.nav{gap:.15rem;font-size:.76rem}.nav-cta{padding-inline:.7rem!important}.landing-hero{padding-top:3.2rem}.hero-copy h1{font-size:2.55rem}.hero-visual{min-height:335px}.dashboard-preview{padding:.8rem}.floating-card{transform:scale(.82)}.floating-top{left:-12%;top:4%}.floating-bottom{right:-12%;bottom:3%}.preview-metrics strong{font-size:1rem}.features-grid{grid-template-columns:1fr}.feature-card p{min-height:auto}.platform-section,.workflow-section{padding:4rem 0}.platform-tab-list{grid-template-columns:repeat(2,1fr)}.platform-tab{font-size:.72rem}.platform-tab-panel{grid-template-columns:1fr;gap:1.6rem;padding:1.7rem .8rem 1rem}.tab-panel-copy{text-align:center}.tab-icon,.tab-panel-copy p{margin-inline:auto}.landing-cta .container{flex-direction:column;text-align:center;align-items:center}}.case-study-section{padding:6rem 0;background:#fff}.case-study-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:5rem;gap:5rem;align-items:center}.case-copy h2,.demo-hero h1,.demo-plan-grid h2{color:#173f3d;font-size:clamp(2rem,4vw,3.2rem);line-height:1.3;margin:.75rem 0}.case-copy h2 span,.demo-hero h1 span{color:#0b998d}.case-copy p,.demo-lead,.demo-plan-grid p{color:#718681;line-height:2;max-width:34rem;margin-bottom:1.6rem}.case-board{padding:1.4rem;border:1px solid #dbe9e6;border-radius:20px;background:linear-gradient(135deg,#f8fdfc,#fff);box-shadow:0 24px 55px #255d5720}.case-board-head,.case-columns,.case-score{display:flex;justify-content:space-between;align-items:center}.case-board-head{padding-bottom:1rem;border-bottom:1px solid #e6efed;color:#22504b}.case-board-head span,.case-columns small,.case-score span{color:#8aa09c;font-size:.72rem}.case-score{padding:1.5rem 0;gap:.8rem;justify-content:flex-start}.case-score strong{color:#0b998d;font-size:2.8rem}.case-score i{color:#2bb77e;font-size:.68rem;font-style:normal;margin-right:auto}.case-columns{gap:.6rem;align-items:stretch}.case-columns>div{flex:1 1;padding:.7rem;border-radius:10px;background:#f1f9f7}.case-columns b{display:block;color:#29534f;font-size:.78rem;margin-top:.2rem}.case-progress{height:7px;border-radius:99px;background:#e2efec;margin-top:1.2rem;overflow:hidden}.case-progress span{display:block;height:100%;border-radius:inherit;background:#0b998d}.case-note{color:#5b827b;font-size:.72rem;margin:1rem 0 0}.demo-page{background:#fbfcfc}.demo-hero{padding:6rem 0;background:radial-gradient(circle at 10% 10%,#e8faf5,transparent 35%),linear-gradient(135deg,#f8fdfc,#eef8f6)}.demo-hero-grid,.demo-plan-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.demo-hero-card{padding:2rem;border:1px solid #cde5e0;border-radius:22px;background:#fff;box-shadow:0 25px 55px #255d5720}.demo-hero-card small{color:#0b998d;font-weight:800}.demo-hero-card strong{display:block;color:#174540;font-size:1.75rem;line-height:1.6;margin:1rem 0 1.5rem}.demo-hero-card div{display:flex;justify-content:space-between;padding:.8rem 0;border-top:1px solid #edf2f1;font-size:.82rem}.demo-hero-card div span{color:#8aa09c}.demo-hero-card div b{color:#2d625b}.demo-section{padding:6rem 0}.demo-tinted{background:#eff9f7}.demo-phases{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.demo-phase{padding:1.5rem;border:1px solid #e0ece9;border-radius:15px;background:#fff}.demo-phase>b{color:#0b998d;font-size:.85rem}.demo-phase h3{color:#234f4b;margin:1rem 0 .4rem}.demo-phase p{color:#758986;font-size:.85rem;line-height:1.9;margin:0}.demo-content-list{background:#fff;border-radius:18px;padding:.6rem 1.2rem;box-shadow:0 15px 40px #255d5710}.demo-content-list div{display:flex;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid #edf2f1}.demo-content-list div:last-child{border:0}.demo-content-list b{min-width:6.5rem;color:#0b998d;font-size:.75rem}.demo-content-list span{color:#315b56;font-weight:700}.demo-bottom-cta{padding:4rem 0;color:#fff;background:linear-gradient(120deg,#0a776f,#0d9c8e);text-align:center}.demo-bottom-cta h2{margin:0;font-size:2.2rem}.demo-bottom-cta p{color:#c4eee8;margin:.5rem auto 1.5rem}.demo-bottom-cta .primary-button{display:inline-flex}@media (max-width:900px){.case-study-grid,.demo-hero-grid,.demo-plan-grid{grid-template-columns:1fr;gap:2.5rem}.case-copy{text-align:center}.case-copy p{margin-inline:auto}.demo-phases{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.nav-user{display:none}.demo-phases{grid-template-columns:1fr}.case-study-section,.demo-section{padding:4rem 0}.case-columns{flex-direction:column}.demo-content-list div{align-items:flex-start;flex-direction:column;gap:.25rem}}.auth-card{margin:4rem auto;background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e2e2);display:flex;flex-direction:column;gap:.9rem}.auth-card h1{font-size:1.35rem;margin:0 0 .5rem}.page{max-width:60rem;margin:2rem auto;padding:0 1.25rem 3rem}.header-actions{display:flex;gap:.6rem;align-items:center}.page section{margin-top:2rem}.card{border:1px solid var(--color-border,#e2e2e2);border-radius:10px;padding:1.25rem}label{display:flex;flex-direction:column;gap:.3rem;font-size:.92rem}label.checkbox{flex-direction:row;align-items:center;gap:.5rem}input,select{padding:.55rem .7rem;border:1px solid var(--color-border,#ccc);border-radius:8px;font:inherit;background:#fff}input:focus,select:focus{outline:2px solid var(--color-primary,#1a7f5a);outline-offset:1px}button{padding:.6rem 1.1rem;background:var(--color-primary,#1a7f5a)}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{background:transparent;color:inherit;border:1px solid var(--color-border,#ccc)}button.danger{background:#b3261e}button.link{background:none;color:var(--color-primary,#1a7f5a);padding:0;text-decoration:underline}.form-inline{display:flex;flex-direction:column;gap:.8rem;max-width:28rem}table{width:100%;border-collapse:collapse;margin-top:.75rem;font-size:.93rem}td,th{text-align:right;padding:.6rem .7rem;border-bottom:1px solid var(--color-border,#eee)}th{color:var(--color-muted,#666);font-weight:600}.row-actions{display:flex;gap:.7rem;align-items:center;flex-wrap:wrap}.alert{padding:.75rem 1rem;line-height:1.7}.alert-error{background:#fdecea;color:#8a1c14;border:1px solid #f5c6c1}.alert-success{background:#e8f6ef;color:#14532d;border:1px solid #b7e4cd}.alert-info{background:#eef4fd;color:#1e3a5f;border:1px solid #c4d9f5}.empty-state{color:var(--color-muted,#666);border:1px dashed var(--color-border,#ccc);border-radius:10px;margin-top:.75rem}.badge{background:var(--color-surface-2,#f1f1f1)}.badge-pending{background:#fff4d6}.badge-accepted{background:#e8f6ef}.badge-cancelled,.badge-expired{background:#fdecea}.ws-switcher{min-width:14rem}.loading{padding:2rem 0}.auth-card{max-width:26rem;margin:3rem auto;padding:2rem;background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:12px}.container{max-width:60rem;margin:0 auto;padding:2rem 1rem}.stack{display:flex;flex-direction:column;gap:.9rem}.stack.narrow{max-width:26rem}.field{display:flex;flex-direction:column;gap:.3rem}.field-label{font-weight:600;font-size:.9rem}.field-hint{font-size:.78rem;color:#64748b}.field input,.field select{padding:.55rem .7rem;border:1px solid #cbd5e1;border-radius:8px;font:inherit;background:#fff}.field input:focus,.field select:focus{outline:2px solid #2563eb;border-color:#2563eb}.checkbox{display:flex;gap:.5rem;align-items:center;font-size:.9rem}button{padding:.55rem 1.1rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font:inherit;cursor:pointer}button:disabled{opacity:.6;cursor:wait}button.secondary{background:#e2e8f0;color:#0f172a}button.danger{background:#dc2626}.link-button{background:none;color:#2563eb;padding:0;text-decoration:underline}.alert{padding:.8rem 1rem;border-radius:8px;margin-block:.8rem;font-size:.92rem}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.empty-state{padding:2rem;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px}.empty-state,.muted{color:#64748b}.table{width:100%;border-collapse:collapse;margin-block:1rem}.table td,.table th{padding:.6rem .8rem;border-bottom:1px solid #e2e8f0;text-align:right}.table th{background:#f8fafc;font-size:.85rem}.badge{padding:.15rem .6rem;background:#e0e7ff;color:#3730a3;font-size:.78rem}.badge-accepted{background:#dcfce7;color:#166534}.badge-cancelled{background:#f1f5f9;color:#475569}.badge-expired{background:#fef3c7;color:#92400e}.card-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.7rem}.card{justify-content:space-between;gap:1rem;padding:1rem 1.2rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.card,.card-actions,.header-actions{display:flex;align-items:center;flex-wrap:wrap}.card-actions,.header-actions{gap:.9rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.panel{padding:1.2rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;margin-block:1.2rem}.metadata-cell{font-size:.75rem;max-width:22rem;overflow-wrap:anywhere}code{background:#f1f5f9;padding:.1rem .4rem;border-radius:4px;font-size:.85em}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin-block:1rem}.section-head{display:flex;justify-content:space-between;align-items:center}.resource-card h3{margin:0 0 .5rem;font-size:1rem}.card-actions{display:flex;gap:.5rem;margin-top:.5rem}.badge{display:inline-block;background:var(--surface-2,#eef);padding:.1rem .6rem;font-size:.8rem}.badge,.progress{border-radius:999px}.progress{background:#e8e8ef;height:10px;overflow:hidden;margin-block:.5rem}.progress.small{height:6px}.progress-bar{background:var(--primary,#2563eb);height:100%;transition:width .3s}.completion-overall{display:flex;align-items:baseline;gap:.75rem}.completion-overall strong{font-size:2.2rem}.section-card.complete{-webkit-border-start:4px solid #16a34a;border-inline-start:4px solid #16a34a}.section-card.incomplete{-webkit-border-start:4px solid #d97706;border-inline-start:4px solid #d97706}.palette{display:flex;flex-wrap:wrap;gap:.75rem;margin-block:.75rem}.swatch{display:flex;align-items:center;gap:.4rem;border:1px solid #ddd;border-radius:8px;padding:.35rem .6rem}.swatch-color{width:22px;height:22px;border-radius:6px;border:1px solid rgba(0,0,0,.15)}.inline-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}.terms-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.logo-preview{max-height:120px;max-width:240px;object-fit:contain;display:block;margin-block:.5rem;background:#fafafa;border:1px dashed #ccc;border-radius:8px;padding:.5rem}.checks-row{display:flex;flex-wrap:wrap;gap:.75rem}.check-inline{display:inline-flex;gap:.3rem;align-items:center;font-weight:400}.upload-zone input[type=file]{margin-block:.5rem}.filters{margin-block:.75rem}.form-card{margin-block:1rem}.form-actions{display:flex;gap:.5rem;margin-top:.75rem}.muted{color:#667;font-size:.9rem}@font-face{font-family:Cairo;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo Fallback;src:local("Arial");ascent-override:137.65%;descent-override:60.32%;line-gap-override:0.00%;size-adjust:94.66%}.__className_8de06d{font-family:Cairo,Cairo Fallback;font-style:normal}.__variable_8de06d{--font-cairo:"Cairo","Cairo Fallback"}