:root{--bg:#f6f5f1;--surface:#fff;--surface2:#f0efe9;--text:#20231f;--muted:#73766e;--line:#e5e4dd;--primary:#6b6f5f;--primary2:#858a78;--accent:#b6926a;--danger:#b85757;--success:#4e8064;--shadow:0 16px 44px rgba(40,43,38,.08);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Vazirmatn,Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.75}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:#252923;color:#fff;padding:24px 18px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px;padding:6px 7px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,var(--primary2),var(--accent));font-weight:800;font-size:20px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.brand b,.brand small{display:block}.brand b{font-size:15px}.brand small{font-size:11px;color:#adb2a7;font-weight:400}.sidebar nav{display:flex;flex-direction:column;gap:7px;padding:22px 0}.nav-item{display:flex;gap:12px;align-items:center;padding:11px 13px;border-radius:14px;color:#c9cdc5;transition:.2s}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.09);color:#fff}.nav-item svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar-foot{margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.mini-user{display:flex;gap:10px;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e8dfd1;color:#4d4b43;font-weight:800}.mini-user b,.mini-user small{display:block}.mini-user b{font-size:13px}.mini-user small{color:#9ea49a;font-size:11px}.logout{display:inline-block;margin-top:14px;font-size:12px;color:#d8b6b6}.main{min-width:0}.topbar{height:96px;display:flex;align-items:center;padding:18px 34px;gap:16px;border-bottom:1px solid var(--line);background:rgba(246,245,241,.88);backdrop-filter:blur(14px);position:sticky;top:0;z-index:15}.topbar h1{font-size:22px;line-height:1.2;margin:0;font-weight:800}.topbar p{font-size:12px;color:var(--muted);margin:5px 0 0}.home-link{margin-right:auto;padding:8px 13px;border:1px solid var(--line);border-radius:12px;font-size:12px;background:#fff}.menu-btn{display:none;border:0;background:transparent;font-size:24px}.content{padding:30px 34px 50px;max-width:1500px;width:100%;margin:auto}.grid{display:grid;gap:18px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 3px 0 rgba(30,35,28,.015)}.metric{position:relative;overflow:hidden}.metric::after{content:'';position:absolute;width:90px;height:90px;border-radius:50%;background:var(--surface2);left:-28px;top:-28px}.metric .label{color:var(--muted);font-size:12px}.metric .value{display:block;font-size:28px;font-weight:800;margin-top:6px;letter-spacing:-.5px}.metric .hint{font-size:11px;color:var(--muted);margin-top:2px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:28px 0 14px}.section-title h2{font-size:17px;margin:0}.section-title p{margin:3px 0 0;color:var(--muted);font-size:12px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:7px;border:0;border-radius:13px;padding:10px 16px;font-weight:700;font-size:13px;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--primary);color:#fff}.btn.secondary{background:var(--surface2);color:var(--text)}.btn.ghost{background:#fff;border:1px solid var(--line)}.btn.danger{background:#fff1f1;color:var(--danger)}.btn.small{padding:7px 11px;font-size:11px}.btn.block{width:100%}.form-card{max-width:760px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px 13px;outline:none;color:var(--text);transition:.2s}.field textarea{min-height:110px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#a4a895;box-shadow:0 0 0 4px rgba(107,111,95,.08)}.help{font-size:11px;color:var(--muted)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}.table{width:100%;border-collapse:collapse;min-width:760px}.table th,.table td{padding:13px 15px;text-align:right;border-bottom:1px solid var(--line);vertical-align:middle}.table th{font-size:11px;color:var(--muted);font-weight:700;background:#fbfaf7}.table td{font-size:13px}.table tr:last-child td{border-bottom:0}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:700;background:#f0efe9;color:#5c6055}.badge.active,.badge.paid,.badge.open{background:#e8f4ec;color:#3f7756}.badge.pending{background:#fff4df;color:#9a6b20}.badge.suspended,.badge.rejected,.badge.expired,.badge.cancelled{background:#fdeaea;color:#a94f4f}.alert{border-radius:15px;padding:12px 16px;margin-bottom:18px;font-size:13px}.alert.success{background:#e8f4ec;color:#35644a}.alert.danger{background:#fdeaea;color:#9d4848}.empty{text-align:center;padding:38px 20px;color:var(--muted)}.empty strong{display:block;color:var(--text);margin-bottom:5px}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.plan-card{position:relative;display:flex;flex-direction:column;min-height:290px}.plan-type{font-size:10px;color:var(--accent);font-weight:800}.plan-card h3{font-size:19px;margin:8px 0}.plan-card p{color:var(--muted);font-size:12px;flex:1}.plan-price{font-size:20px;font-weight:800;margin:14px 0}.plan-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.chip{background:var(--surface2);padding:5px 8px;border-radius:9px;font-size:10px}.profile-row{display:flex;gap:14px;align-items:center}.profile-row .avatar{width:54px;height:54px;font-size:16px}.profile-row h3{font-size:14px;margin:0}.profile-row p{margin:3px 0 0;color:var(--muted);font-size:11px}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1.15fr;background:#f8f7f3}.auth-aside{padding:70px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(160deg,#2b3029,#454b40);color:#fff}.auth-aside .brand-big{font-size:32px;font-weight:800;line-height:1.4;margin-bottom:18px}.auth-aside p{max-width:500px;color:#cdd1ca}.auth-aside .soft{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.auth-aside .soft span{padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:11px;color:#dce0d9}.auth-main{display:grid;place-items:center;padding:40px}.auth-box{width:min(470px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.auth-box h1{font-size:24px;margin:0 0 6px}.auth-box .lead{color:var(--muted);font-size:12px;margin:0 0 22px}.auth-links{text-align:center;font-size:12px;color:var(--muted);margin-top:16px}.role-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:var(--surface2);padding:5px;border-radius:14px;margin-bottom:18px}.role-switch label{cursor:pointer;text-align:center;padding:9px;border-radius:11px;font-size:12px}.role-switch input{display:none}.role-switch label:has(input:checked){background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);font-weight:700}.chat-layout{display:grid;grid-template-columns:310px minmax(0,1fr);height:calc(100vh - 164px);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.chat-info{border-left:1px solid var(--line);padding:20px;background:#fbfaf7;overflow:auto}.chat-room{display:flex;flex-direction:column;min-width:0}.messages{flex:1;overflow:auto;padding:22px;background:radial-gradient(circle at 20% 10%,rgba(182,146,106,.08),transparent 25%),#faf9f6}.message{display:flex;margin:8px 0}.message.mine{justify-content:flex-start}.bubble{max-width:min(72%,680px);padding:10px 13px;border-radius:15px 15px 4px 15px;background:#fff;border:1px solid var(--line);box-shadow:0 2px 8px rgba(30,35,28,.03);white-space:pre-wrap}.message.mine .bubble{background:#e9eee5;border-color:#dde6d8;border-radius:15px 15px 15px 4px}.bubble small{display:block;color:var(--muted);font-size:9px;margin-top:4px}.composer{padding:12px;border-top:1px solid var(--line);display:flex;gap:9px;background:#fff}.composer textarea{flex:1;resize:none;height:48px;max-height:110px;border:1px solid var(--line);border-radius:14px;padding:10px 12px;outline:none}.public-header{position:absolute;top:0;right:0;left:0;display:flex;align-items:center;padding:20px 6vw;z-index:5}.public-brand{font-weight:800}.public-nav{margin-right:auto;display:flex;gap:20px;font-size:12px;color:#575b53}.hero{min-height:720px;padding:150px 7vw 80px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;background:linear-gradient(180deg,#f6f5f1,#efeee8)}.hero-kicker{color:var(--accent);font-weight:800;font-size:12px}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.3;letter-spacing:-1.5px;margin:12px 0 20px;max-width:780px}.hero p{max-width:650px;color:var(--muted);font-size:16px}.hero-actions{display:flex;gap:10px;margin-top:28px}.hero-art{min-height:460px;position:relative;display:grid;place-items:center}.hero-circle{width:min(390px,76vw);aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#d8d8ca,#b7a58d);box-shadow:0 40px 90px rgba(60,65,54,.18);position:relative}.hero-card{position:absolute;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);padding:16px;border-radius:18px;box-shadow:var(--shadow);width:230px}.hero-card.one{top:15%;right:0}.hero-card.two{bottom:12%;left:0}.hero-card b{display:block;font-size:13px}.hero-card span{font-size:11px;color:var(--muted)}.public-section{padding:80px 7vw}.public-section.alt{background:#fff}.public-section .heading{max-width:650px;margin-bottom:30px}.public-section .heading h2{font-size:30px;margin:0}.public-section .heading p{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{padding:25px;border:1px solid var(--line);border-radius:22px;background:#fff}.feature-card .num{font-size:11px;color:var(--accent);font-weight:800}.feature-card h3{font-size:16px}.feature-card p{font-size:12px;color:var(--muted)}.public-footer{padding:28px 7vw;background:#252923;color:#aeb4a9;font-size:12px;display:flex;justify-content:space-between}.privacy-note{font-size:11px;color:var(--muted);padding:10px 12px;background:#f6f5f1;border-radius:12px;margin-top:10px}
@media(max-width:1050px){.app-shell{grid-template-columns:220px 1fr}.grid.cols-4{grid-template-columns:repeat(2,1fr)}.plan-grid,.grid.cols-3{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr;padding-top:130px}.hero-art{min-height:360px}.feature-grid{grid-template-columns:1fr 1fr}.auth-aside{padding:45px}}
@media(max-width:780px){body{font-size:14px}.app-shell{display:block}.sidebar{position:fixed;right:0;transform:translateX(105%);width:265px;transition:.25s}.menu-open .sidebar{transform:none}.menu-open:before{content:'';position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:18}.topbar{height:80px;padding:14px 17px}.topbar h1{font-size:18px}.topbar p{display:none}.menu-btn{display:block}.content{padding:20px 15px 40px}.grid.cols-2,.grid.cols-3,.grid.cols-4,.plan-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.auth-page{grid-template-columns:1fr}.auth-aside{display:none}.auth-main{padding:20px}.auth-box{padding:23px;border-radius:22px}.chat-layout{grid-template-columns:1fr;height:calc(100vh - 120px)}.chat-info{display:none}.bubble{max-width:86%}.public-header{padding:16px 5vw}.public-nav{display:none}.hero{padding:120px 5vw 55px;gap:20px}.hero h1{font-size:38px}.hero p{font-size:14px}.hero-art{min-height:320px}.hero-circle{width:270px}.hero-card{width:190px}.feature-grid{grid-template-columns:1fr}.public-section{padding:58px 5vw}.public-footer{flex-direction:column;gap:7px}.home-link{display:none}}
/* Moshaveret public website v2 */
.public-body{background:#f7f6f2;color:#20231f}.site-header{height:84px;padding:0 6.5vw;display:flex;align-items:center;gap:28px;position:relative;z-index:30;background:rgba(247,246,242,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(34,38,32,.06)}.site-header.compact{height:74px}.site-brand{display:flex;align-items:center;gap:11px;min-width:max-content}.site-brand-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--primary),var(--accent));color:#fff;font-size:18px;font-weight:800;box-shadow:0 8px 24px rgba(62,66,55,.14)}.site-brand b,.site-brand small{display:block}.site-brand b{font-size:16px;line-height:1.25}.site-brand small{font-size:10px;color:var(--muted);font-weight:400;margin-top:2px}.site-brand.inverse b{color:#fff}.site-brand.inverse small{color:#aeb5aa}.site-nav{display:flex;align-items:center;gap:26px;margin-right:auto;font-size:12px;color:#595e55}.site-nav a{transition:.2s}.site-nav a:hover{color:var(--text)}.site-header-actions{display:flex;gap:9px;align-items:center}.login-link{font-size:12px;padding:9px 8px}.site-notice{text-align:center;padding:8px 5vw;background:#ebe8df;color:#5a5d54;font-size:11px}.new-hero{min-height:680px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:5vw;padding:74px 7vw 86px;background:radial-gradient(circle at 82% 18%,rgba(182,146,106,.15),transparent 28%),radial-gradient(circle at 8% 90%,rgba(107,111,95,.08),transparent 32%),#f7f6f2;overflow:hidden}.hero-copy{max-width:760px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid #deddd5;border-radius:999px;background:rgba(255,255,255,.62);font-size:11px;color:#666a61}.hero-badge span{width:7px;height:7px;border-radius:50%;background:var(--accent)}.new-hero h1{font-size:clamp(42px,5.4vw,75px);line-height:1.25;letter-spacing:-2px;margin:18px 0 22px;max-width:800px}.new-hero .hero-copy>p{font-size:16px;color:var(--muted);max-width:670px;line-height:2}.btn.large{padding:13px 21px;font-size:14px;border-radius:15px}.soft-button{background:#ecebe5;color:#33372f;border:1px solid #e1e0d9}.light-button{background:#fff;color:#252923}.hero-trust{display:flex;align-items:center;gap:18px;margin-top:34px;flex-wrap:wrap}.hero-trust>div b,.hero-trust>div span{display:block}.hero-trust>div b{font-size:11px}.hero-trust>div span{font-size:9.5px;color:var(--muted)}.hero-trust i{width:1px;height:30px;background:#d9d8d1}.hero-visual{position:relative;min-height:500px;display:grid;place-items:center}.conversation-window{width:min(455px,88vw);background:#fff;border:1px solid #e4e2da;border-radius:28px;box-shadow:0 35px 85px rgba(55,59,49,.14);overflow:hidden;transform:rotate(-1deg)}.conversation-top{display:flex;align-items:center;gap:10px;padding:17px 18px;border-bottom:1px solid #eeece6}.conversation-top .avatar{width:38px;height:38px}.conversation-top b,.conversation-top small{display:block}.conversation-top b{font-size:12px}.conversation-top small{font-size:9px;color:var(--muted)}.online-dot{margin-right:auto;width:9px;height:9px;border-radius:50%;background:#76a17d;box-shadow:0 0 0 5px #edf5ee}.demo-chat{min-height:330px;padding:28px 20px;background:linear-gradient(180deg,#faf9f6,#f5f4ef)}.demo-msg{width:78%;padding:11px 13px;border-radius:16px;background:#fff;border:1px solid #e7e5df;font-size:11px;line-height:1.9;margin-bottom:14px;box-shadow:0 4px 14px rgba(40,45,36,.035)}.demo-msg.outgoing{margin-right:auto;background:#e9eee5;border-color:#dde5d8;border-radius:16px 16px 16px 5px}.demo-msg.incoming{border-radius:16px 16px 5px 16px}.demo-msg.short{width:54%}.demo-composer{height:66px;padding:10px 14px;display:flex;align-items:center;gap:10px}.demo-composer span{flex:1;background:#f4f3ee;color:#a1a39d;padding:10px 12px;border-radius:12px;font-size:10px}.demo-composer b{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:var(--primary);color:#fff}.floating-card{position:absolute;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid #e7e5df;border-radius:17px;padding:12px 14px;box-shadow:0 18px 45px rgba(49,53,45,.12)}.floating-card b,.floating-card small{display:block}.floating-card b{font-size:11px}.floating-card small{font-size:9px;color:var(--muted)}.mini-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#edf0e9;color:var(--primary);font-weight:800}.fc-one{top:16%;right:-2%}.fc-two{bottom:14%;left:-1%}.quick-path{margin:-28px auto 0;width:min(1180px,88vw);position:relative;z-index:4;background:#252923;color:#fff;border-radius:24px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 20px 55px rgba(31,35,29,.14)}.quick-path span,.quick-path b{display:block}.quick-path span{font-size:10px;color:#b8bdb4}.quick-path b{font-size:14px;margin-top:3px}.site-section{padding:90px 7vw}.tone-section{background:#fff}.section-eyebrow{font-size:10px;font-weight:800;letter-spacing:.4px;color:var(--accent);margin-bottom:9px}.section-eyebrow.light{color:#d8bf9f}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section-head.narrow{max-width:760px}.section-head h2{font-size:clamp(27px,3.2vw,42px);line-height:1.4;margin:0}.section-head p{margin:9px 0 0;color:var(--muted);max-width:670px;font-size:13px}.text-link{font-size:11px;color:#555a51;white-space:nowrap;padding-bottom:5px}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.topic-card{padding:22px;border:1px solid #e5e3dc;border-radius:20px;background:#fff;transition:.2s;min-height:180px}.topic-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(50,54,45,.07);border-color:#d9d6cd}.topic-card>span{font-size:9px;color:var(--accent);font-weight:800}.topic-card h3{font-size:15px;margin:18px 0 8px}.topic-card p{font-size:11px;color:var(--muted);margin:0}.steps-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:15px}.step-card{display:flex;gap:12px}.step-no{width:34px;height:34px;border-radius:11px;background:#efeee8;display:grid;place-items:center;font-weight:800;font-size:11px;flex:0 0 auto}.step-card h3{font-size:14px;margin:1px 0 7px}.step-card p{font-size:10.5px;color:var(--muted);margin:0}.step-line{width:38px;height:1px;background:#dddcd5;margin-top:17px}.new-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.new-plan-card{background:#fff;border:1px solid #e4e2db;border-radius:24px;padding:24px;display:flex;flex-direction:column;min-height:355px}.new-plan-card.featured{border-color:#b7b9aa;box-shadow:0 18px 50px rgba(57,62,51,.09);transform:translateY(-7px)}.plan-top{display:flex;justify-content:space-between;align-items:center}.plan-top span{font-size:10px;color:var(--accent);font-weight:800}.plan-top b{font-size:9px;background:#252923;color:#fff;border-radius:999px;padding:5px 8px}.new-plan-card h3{font-size:20px;margin:15px 0 8px}.new-plan-card>p{font-size:11px;color:var(--muted);min-height:65px}.plan-details{display:flex;flex-direction:column;gap:7px;margin:14px 0;font-size:10px;color:#5d6159}.new-plan-price{font-size:22px;font-weight:800;margin:auto 0 15px}.plan-placeholder{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.plan-placeholder>div{background:#fff;border:1px dashed #d8d6ce;border-radius:20px;padding:22px}.plan-placeholder span{font-size:10px;color:var(--accent)}.plan-placeholder h3{font-size:14px;margin:9px 0}.plan-placeholder>p{grid-column:1/-1;text-align:center;color:var(--muted);font-size:11px}.counselor-section{background:#f0efe9}.counselor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.counselor-card{background:#fff;border:1px solid #e2e0d8;border-radius:21px;padding:20px;display:flex;gap:15px}.counselor-avatar{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#ddd7cc,#c5b49f);color:#3f423a;font-weight:800;flex:0 0 auto}.counselor-info h3{font-size:14px;margin:0}.counselor-info>span{font-size:10px;color:var(--accent)}.counselor-info p{font-size:10.5px;color:var(--muted);margin:9px 0}.counselor-info small{font-size:9px;color:#666a61}.empty-state-public{text-align:center;background:#fff;border:1px solid #e2e0d8;border-radius:24px;padding:42px 20px}.empty-avatar-row{display:flex;justify-content:center;margin-bottom:18px}.empty-avatar-row span{width:48px;height:48px;border-radius:50%;background:#ddd8ce;border:3px solid #fff;margin:-5px}.empty-avatar-row span:nth-child(2){background:#c9c7bb}.empty-avatar-row span:nth-child(3){background:#bfb29d}.empty-state-public h3{font-size:16px}.empty-state-public p{font-size:11px;color:var(--muted);margin-bottom:18px}.why-section{padding:80px 7vw;background:#252923;color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.why-copy h2{font-size:39px;line-height:1.4;margin:8px 0 14px}.why-copy p{color:#bbc0b7;font-size:12px;max-width:520px;margin-bottom:22px}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.08)}.why-grid>div{padding:24px;background:#252923}.why-grid span{font-size:9px;color:#d2b792}.why-grid h3{font-size:14px;margin:11px 0 7px}.why-grid p{font-size:10px;color:#abb0a7;margin:0}.faq-section{max-width:1200px;margin:auto}.faq-list{border-top:1px solid #deddd6}.faq-list details{border-bottom:1px solid #deddd6;padding:5px 0}.faq-list summary{list-style:none;cursor:pointer;padding:17px 0;font-weight:700;font-size:13px;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;left:5px;font-size:18px;font-weight:400}.faq-list details[open] summary:after{content:'−'}.faq-list p{font-size:11px;color:var(--muted);max-width:780px;margin:0 0 18px}.final-cta{margin:0 7vw 90px;padding:38px 42px;border-radius:28px;background:linear-gradient(135deg,#e7e3d9,#d9d8ca);display:flex;align-items:center;justify-content:space-between;gap:28px}.final-cta span{font-size:10px;color:#6b6f63}.final-cta h2{font-size:29px;margin:5px 0}.final-cta p{font-size:11px;color:#6a6d65;margin:0}.new-footer{background:#20231f;color:#fff;padding:58px 7vw 22px}.footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer-brand p{color:#9fa59c;font-size:10.5px;max-width:310px;margin-top:18px}.footer-main h4{font-size:11px;margin:0 0 15px;color:#e7e9e4}.footer-main>div>a,.footer-main>div>span{display:block;font-size:10px;color:#9fa59c;margin:9px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;color:#858b83;font-size:9px}.mobile-request-bar{display:none}
/* Consultation request flow */
.request-page{min-height:calc(100vh - 74px);padding:54px 6vw 80px;background:radial-gradient(circle at 10% 10%,rgba(182,146,106,.1),transparent 26%),#f7f6f2}.request-layout{max-width:1220px;margin:auto;display:grid;grid-template-columns:.78fr 1.22fr;gap:52px;align-items:start}.request-intro{position:sticky;top:35px;padding:24px 0}.back-link{font-size:10px;color:var(--muted)}.request-intro h1{font-size:42px;line-height:1.45;margin:14px 0 15px}.request-intro>p{font-size:12px;color:var(--muted);max-width:470px}.request-benefits{margin:30px 0;display:flex;flex-direction:column;gap:12px}.request-benefits>div{display:flex;gap:11px;align-items:center;font-size:11px}.request-benefits b{width:30px;height:30px;border-radius:10px;background:#ecebe5;display:grid;place-items:center;font-size:10px}.privacy-card{margin-top:25px;border-top:1px solid #deddd6;padding-top:20px;max-width:470px}.privacy-card strong{font-size:11px}.privacy-card p{font-size:10px;color:var(--muted)}.request-form-card{background:#fff;border:1px solid #e2e0d8;border-radius:28px;padding:30px;box-shadow:0 20px 55px rgba(52,56,48,.06)}.form-heading h2{font-size:24px;margin:4px 0}.form-heading p{font-size:10px;color:var(--muted);margin:0 0 20px}.consent-row{display:flex;gap:9px;align-items:flex-start;margin:18px 0;font-size:10px;color:#62665d}.consent-row input{margin-top:5px}.request-submit{padding:13px}.micro-note{font-size:9.5px;color:var(--muted);text-align:center;margin:12px 0 0}.request-success{max-width:720px;margin:55px auto;background:#fff;border:1px solid #e2e0d8;border-radius:30px;padding:45px;text-align:center;box-shadow:0 24px 65px rgba(52,56,48,.07)}.success-icon{width:62px;height:62px;border-radius:20px;background:#e8f1e8;color:#4c7858;display:grid;place-items:center;margin:0 auto 17px;font-size:25px;font-weight:800}.request-success h1{font-size:30px;margin:7px 0 12px}.request-success>p{font-size:12px;color:var(--muted);max-width:540px;margin:0 auto}.tracking-box{display:inline-flex;gap:14px;align-items:center;background:#f3f2ed;border-radius:14px;padding:10px 14px;margin:22px 0}.tracking-box span{font-size:9px;color:var(--muted)}.tracking-box b{font-family:monospace;font-size:15px;letter-spacing:1px}.hero-actions.center{justify-content:center}.request-filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.filter-chip{padding:7px 10px;border-radius:999px;background:#eeeDE7;font-size:10px;color:#62665d}.filter-chip b{margin-right:4px}.filter-chip.active{background:#252923;color:#fff}.request-detail-admin{margin-bottom:26px}.request-detail-head{display:flex;justify-content:space-between;gap:18px;align-items:start}.request-detail-head h2{font-size:20px;margin:8px 0 1px}.request-detail-head p{font-size:11px;color:var(--muted);margin:0}.request-contact-actions{display:flex;gap:7px;flex-wrap:wrap}.request-contact-actions form{display:inline}.request-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.request-facts>div{background:#f6f5f1;border-radius:13px;padding:10px 12px}.request-facts span,.request-facts b{display:block}.request-facts span{font-size:9px;color:var(--muted)}.request-facts b{font-size:11px;margin-top:3px}.request-facts.compact{grid-template-columns:repeat(4,1fr);margin:15px 0}.request-description{border-right:3px solid #ddd2c2;padding:4px 13px;margin:16px 0}.request-description span{font-size:9px;color:var(--muted)}.request-description p{font-size:11px;margin:4px 0}.request-admin-form{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.urgency-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-left:6px;background:#8f9589}.urgency-dot.soon{background:#d6a157}.urgency-dot.urgent{background:#c76262}.badge.new{background:#e8eef7;color:#4c6786}.badge.reviewing{background:#fff4df;color:#9a6b20}.badge.contacted{background:#eee9f7;color:#6e5b91}.badge.recommended{background:#e7f2ea;color:#4c7757}.badge.converted{background:#e5f3ee;color:#36765e}.badge.closed{background:#eeeeeb;color:#6e716a}.customer-request-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.customer-request-hero h2{font-size:19px;margin:5px 0}.customer-request-hero p{font-size:11px;color:var(--muted);margin:0}.request-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.customer-request-top{display:flex;justify-content:space-between;gap:12px}.customer-request-top h3{font-size:15px;margin:9px 0}.request-code{font-family:monospace;font-size:10px;color:var(--muted)}.request-next-step{border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.request-next-step span{font-size:9px;color:var(--accent);font-weight:800}.request-next-step p{font-size:10px;color:var(--muted)}.customer-request-banner{padding:22px 24px;margin-bottom:18px;border-radius:22px;background:linear-gradient(130deg,#ebe8dd,#dedfd2);display:flex;justify-content:space-between;align-items:center;gap:20px}.customer-request-banner h2{font-size:18px;margin:5px 0}.customer-request-banner p{font-size:10px;color:#686c63;margin:0}
@media(max-width:1050px){.site-nav{display:none}.new-hero{grid-template-columns:1fr;padding-top:58px}.hero-copy{max-width:none}.hero-visual{min-height:430px}.topic-grid,.new-plan-grid,.counselor-grid{grid-template-columns:repeat(2,1fr)}.steps-row{grid-template-columns:1fr 1fr}.step-line{display:none}.why-section{grid-template-columns:1fr}.footer-main{grid-template-columns:1.4fr 1fr 1fr}.footer-main>div:last-child{display:none}.request-layout{grid-template-columns:1fr}.request-intro{position:relative;top:auto;max-width:760px}.request-facts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.site-header{height:70px;padding:0 16px}.site-header.compact{height:66px}.site-brand-mark{width:38px;height:38px;border-radius:13px}.site-brand b{font-size:14px}.site-header-actions .btn{padding:8px 10px}.login-link{display:none}.new-hero{padding:42px 18px 58px;gap:14px;min-height:auto}.new-hero h1{font-size:40px;letter-spacing:-1px}.new-hero .hero-copy>p{font-size:13px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-trust{gap:10px}.hero-trust i{display:none}.hero-trust>div{width:calc(50% - 6px);padding:8px 0}.hero-visual{min-height:365px}.conversation-window{width:92%;border-radius:23px}.demo-chat{min-height:245px;padding:20px 14px}.floating-card{padding:9px 10px}.fc-one{top:9%;right:0}.fc-two{bottom:6%;left:0}.quick-path{width:calc(100% - 30px);margin:-22px auto 0;padding:17px;border-radius:20px;align-items:flex-start;flex-direction:column}.quick-path .btn{width:100%}.site-section{padding:62px 17px}.section-head{align-items:start;flex-direction:column;margin-bottom:24px}.section-head h2{font-size:28px}.topic-grid,.new-plan-grid,.counselor-grid{grid-template-columns:1fr}.topic-card{min-height:auto}.steps-row{grid-template-columns:1fr;gap:22px}.new-plan-card.featured{transform:none}.plan-placeholder{grid-template-columns:1fr}.plan-placeholder>p{grid-column:auto}.why-section{padding:58px 18px;gap:35px}.why-copy h2{font-size:31px}.why-grid{grid-template-columns:1fr}.final-cta{margin:0 16px 70px;padding:26px 22px;align-items:flex-start;flex-direction:column}.final-cta h2{font-size:23px}.final-cta .btn{width:100%}.new-footer{padding:45px 18px 74px}.footer-main{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-main>div:last-child{display:block}.footer-bottom{flex-direction:column;gap:5px}.mobile-request-bar{display:flex;position:fixed;right:14px;left:14px;bottom:12px;z-index:80;background:#252923;color:#fff;border-radius:16px;padding:12px 16px;align-items:center;justify-content:space-between;font-weight:800;font-size:12px;box-shadow:0 14px 40px rgba(0,0,0,.22)}.request-page{padding:30px 15px 65px}.request-layout{gap:18px}.request-intro{padding:0}.request-intro h1{font-size:31px}.request-benefits{margin:20px 0}.request-form-card{padding:20px;border-radius:22px}.request-success{margin:20px auto;padding:28px 20px}.request-success h1{font-size:24px}.request-detail-head{flex-direction:column}.request-contact-actions{width:100%}.request-facts,.request-facts.compact{grid-template-columns:1fr 1fr}.customer-request-hero,.customer-request-banner{flex-direction:column;align-items:stretch}.request-cards{grid-template-columns:1fr}}

/* ===== MOSHAVERET V3 — clean white / red-green administrative theme ===== */
:root{--brand-red:#d71920;--brand-red-dark:#b91118;--brand-green:#83b954;--brand-green-soft:#f1f7eb;--brand-pink:#fff3f3;--bg:#fff;--surface:#fff;--surface2:#f8f8f8;--text:#1f2022;--muted:#6d7075;--line:#e9e9ea;--primary:#d71920;--primary2:#b91118;--accent:#83b954;--danger:#d71920;--success:#5d9237;--shadow:0 12px 34px rgba(25,25,28,.07);--radius:18px}
body{background:#fff;color:var(--text);font-family:Vazirmatn,Tahoma,Arial,sans-serif;font-size:14px;line-height:1.9}
.btn{border-radius:11px}.btn.primary,.request-red{background:var(--brand-red)!important;color:#fff!important;box-shadow:0 8px 20px rgba(215,25,32,.15)}.btn.primary:hover,.request-red:hover{background:var(--brand-red-dark)!important}.clean-outline{background:#fff!important;color:#2a2b2e!important;border:1px solid #dedfe1!important}.clean-outline:hover{border-color:var(--brand-red)!important;color:var(--brand-red)!important}.red-link{color:var(--brand-red)!important}.section-eyebrow.red{color:var(--brand-red)}.section-eyebrow.green{color:#5f9638}

/* Public site */
.clean-public{background:#fff}.clean-header{position:sticky;top:0;z-index:50;height:82px;padding:10px clamp(20px,5vw,72px);display:flex;align-items:center;gap:28px;background:rgba(255,255,255,.97);border-bottom:1px solid #eee;backdrop-filter:blur(12px)}.logo-link{display:flex;align-items:center}.logo-link img{width:92px;height:62px;object-fit:contain;object-position:center}.clean-header .site-nav{margin-right:auto;display:flex;align-items:center;gap:24px;font-size:12px;font-weight:600;color:#34363a}.clean-header .site-nav a:hover{color:var(--brand-red)}.clean-header .site-header-actions{display:flex;align-items:center;gap:12px}.clean-header .login-link{font-weight:700;font-size:12px}
.clean-hero{max-width:1320px;margin:0 auto;min-height:575px;padding:70px 38px 54px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:62px;background:#fff}.hero-logo-panel{display:grid;place-items:center}.hero-logo-panel img{width:min(420px,92%);height:auto;display:block}.clean-hero-copy{max-width:650px}.hero-mini{display:inline-flex;color:#555;font-size:12px;font-weight:700;margin-bottom:12px}.clean-hero-copy h1{font-size:clamp(34px,4.2vw,58px);line-height:1.35;margin:0 0 18px;font-weight:900;letter-spacing:-1.5px}.clean-hero-copy h1 em{font-style:normal;color:var(--brand-red)}.clean-hero-copy p{font-size:15px;color:#555b61;max-width:620px;margin:0}.clean-hero-copy .hero-actions{display:flex;gap:10px;align-items:center;margin-top:26px}.hero-text-link{display:inline-block;margin-top:17px;color:var(--brand-red);font-size:11px;font-weight:700}.tight-section{padding-top:26px!important}.site-section{max-width:1320px;margin:0 auto;padding:58px 38px}.center-title{text-align:center;font-size:23px;margin:0 0 26px;font-weight:900}.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.benefit-card{min-height:142px;border:1px solid #e7e8e9;border-radius:15px;padding:18px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#fff;box-shadow:0 7px 20px rgba(20,20,25,.035)}.line-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:var(--brand-red)}.line-icon svg,.clean-step i svg,.solid-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.benefit-card b{font-size:13px}.benefit-card small{font-size:10px;color:#777b80}.clean-how{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.clean-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:12px}.clean-step{text-align:center;position:relative;padding:12px}.clean-step>span{position:absolute;top:-5px;right:18%;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--brand-red);color:#fff;font-size:10px;font-weight:800}.clean-step i{width:52px;height:52px;border:1px solid #eee;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;color:var(--brand-red);background:#fff}.clean-step b{display:block;font-size:12px;margin-bottom:2px}.clean-step small{font-size:9px;color:#777}.step-arrow{font-size:21px;color:var(--brand-red);font-weight:900}.snapshot{padding-top:42px;padding-bottom:46px}.snapshot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.snapshot-grid>div{text-align:center}.solid-icon{width:46px;height:46px;border-radius:50%;background:var(--brand-red);color:#fff;display:grid;place-items:center;margin:0 auto 8px}.snapshot-grid strong{display:block;font-size:23px;font-weight:900}.snapshot-grid small{color:#6f7379;font-size:10px}.clean-head{margin-bottom:22px}.clean-head h2{font-size:26px;margin:5px 0 3px}.clean-head p{color:#72767b;margin:0}.clean-plans .new-plan-card{border-radius:16px;box-shadow:none;border:1px solid #e7e8ea}.clean-plans .new-plan-card.featured{border:1.5px solid var(--brand-red);box-shadow:0 12px 34px rgba(215,25,32,.08)}.clean-plans .plan-top b{background:var(--brand-red)!important}.clean-placeholder{background:#fff;border:1px dashed #ddd}.clean-counselors .counselor-card{border:1px solid #e7e8ea;box-shadow:none}.clean-counselors .counselor-avatar{background:var(--brand-green-soft);color:#5f9638}.clean-empty{border:1px solid #ececee;background:#fff}.clean-cta{max-width:1244px!important;min-height:185px;margin:26px auto 56px!important;background:linear-gradient(90deg,#fff6f6,#fff1f1)!important;border:1px solid #f3dddd!important;border-radius:18px!important;color:#222!important;display:grid!important;grid-template-columns:170px 1fr auto!important;align-items:center!important;gap:30px!important;padding:28px 34px!important}.clean-cta .cta-art{position:relative;width:140px;height:105px}.clean-cta .plant{font-size:72px;position:absolute;right:35px;top:0}.clean-cta .heart{font-size:58px;color:var(--brand-red);position:absolute;right:0;bottom:-3px}.clean-cta h2{margin:3px 0;font-size:25px}.clean-cta p{margin:0;color:#666}.clean-footer{background:#fff!important;color:#282a2c!important;border-top:1px solid #ececee}.clean-footer .footer-main{max-width:1320px;margin:auto}.clean-footer .footer-brand img{width:125px;height:92px;object-fit:contain}.clean-footer a:hover{color:var(--brand-red)}.clean-footer .footer-bottom{border-top-color:#eee;color:#777}.mobile-request-bar{background:var(--brand-red)!important}

/* Forms/auth/request */
.auth-page{background:#fff;grid-template-columns:.85fr 1.15fr}.auth-aside{background:#fff;color:#222;border-left:1px solid #eee;padding:56px;align-items:center;text-align:center}.auth-aside::before{content:"";display:block;width:210px;height:160px;background:url('logo-moshaveret.png') center/contain no-repeat;margin-bottom:18px}.auth-aside .brand-big{color:#222;font-size:27px}.auth-aside p{color:#6d7075}.auth-aside .soft span{border-color:#e3e3e4;color:#666;background:#fafafa}.auth-main{background:#fff}.auth-box{box-shadow:none;border:1px solid #e6e7e8;border-radius:18px}.auth-box h1{font-size:22px}.role-switch{background:#f6f6f7}.role-switch label:has(input:checked){color:var(--brand-red);box-shadow:0 3px 10px rgba(30,30,35,.05)}
.request-page{background:#fff!important;min-height:calc(100vh - 82px)}.site-header.compact{position:sticky!important;background:#fff!important;border-bottom:1px solid #eee!important}.site-header.compact .site-brand{display:flex;align-items:center}.site-header.compact .site-brand-mark{display:none}.site-header.compact .site-brand:before{content:"";display:block;width:92px;height:62px;background:url('logo-moshaveret.png') center/contain no-repeat}.site-header.compact .site-brand>span:last-child{display:none}.request-layout{max-width:1120px;margin:0 auto;padding:48px 28px 70px;display:grid;grid-template-columns:.8fr 1.2fr;gap:44px}.request-intro{padding:18px 6px}.request-intro .eyebrow,.form-heading .eyebrow{color:var(--brand-red)!important}.request-intro h1{font-size:34px;line-height:1.45}.request-benefits>div b{background:var(--brand-red)!important}.privacy-card{background:var(--brand-green-soft)!important;border-color:#dcebd0!important}.request-form-card{border:1px solid #e5e6e8!important;box-shadow:0 14px 36px rgba(20,20,25,.05)!important;border-radius:18px!important}.field input,.field textarea,.field select{border-radius:10px;background:#fff;border-color:#dfe1e3}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--brand-red);box-shadow:0 0 0 3px rgba(215,25,32,.07)}.consent-row{background:#fafafa!important;border:1px solid #ececee!important}.request-success{border:1px solid #e5e6e8!important;box-shadow:none!important}.success-icon{background:var(--brand-green)!important}

/* App/admin/customer/counselor panels */
.app-body{background:#fff}.app-shell{grid-template-columns:245px minmax(0,1fr)}.sidebar{background:#fff;color:#2c2d30;border-left:1px solid #ececee;padding:18px 15px}.brand{border-bottom:1px solid #eee;padding:0 0 16px;justify-content:center}.brand .brand-mark{display:none}.brand:before{content:"";display:block;width:120px;height:90px;background:url('logo-moshaveret.png') center/contain no-repeat}.brand>span:last-child{display:none}.sidebar nav{padding:16px 0;gap:5px}.nav-item{color:#55595e;border-radius:10px;padding:10px 12px;font-weight:600}.nav-item:hover{background:#fff5f5;color:var(--brand-red)}.nav-item.active{background:#fff0f0;color:var(--brand-red);font-weight:800}.nav-item svg{color:currentColor}.sidebar-foot{border-top:1px solid #eee}.mini-user .avatar{background:var(--brand-green-soft);color:#5d9237}.mini-user b{color:#292b2e}.mini-user small{color:#777}.logout{color:var(--brand-red)}.topbar{height:78px;background:#fff;border-bottom:1px solid #ececee;padding:15px 28px;backdrop-filter:none}.topbar h1{font-size:20px}.home-link{border-color:#e4e5e6;background:#fff}.content{padding:25px 28px 48px;background:#fff}.card{border-radius:14px;box-shadow:none;border-color:#e6e7e8}.metric::after{background:#fff3f3}.metric .value{font-size:25px}.section-title h2{font-size:16px}.table-wrap{border-radius:13px}.table th{background:#fafafa}.badge.active,.badge.paid,.badge.open{background:#edf7e7;color:#4f8532}.badge.pending{background:#fff7e8;color:#9a6b20}.customer-request-banner{background:linear-gradient(90deg,#fff7f7,#fff2f2)!important;border-color:#f0dddd!important;border-radius:16px!important}.customer-request-banner .eyebrow{color:var(--brand-red)!important}.plan-card,.new-plan-card{border-color:#e6e7e8}.chat-layout{border-radius:14px}.chat-info{background:#fafafa}.messages{background:#fbfbfb}.message.mine .bubble{background:#fff0f0;border-color:#f3d7d8}.composer .btn{background:var(--brand-red)!important}.avatar{background:#f3f4f4;color:#444}

@media(max-width:980px){.clean-header{height:72px;padding:7px 18px}.logo-link img{width:80px;height:55px}.clean-header .site-nav{display:none}.clean-header .site-header-actions{margin-right:auto}.clean-header .login-link{display:none}.clean-hero{grid-template-columns:1fr;padding:38px 22px 32px;gap:22px}.hero-logo-panel{order:2}.hero-logo-panel img{width:230px}.clean-hero-copy{order:1;text-align:center;margin:auto}.clean-hero-copy .hero-actions{justify-content:center}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-card:last-child{grid-column:1/-1}.clean-steps{grid-template-columns:1fr 1fr}.step-arrow{display:none}.snapshot-grid{grid-template-columns:repeat(2,1fr);gap:28px}.clean-cta{grid-template-columns:1fr!important;text-align:center!important}.clean-cta .cta-art{margin:auto}.request-layout{grid-template-columns:1fr}.request-intro{padding-bottom:0}.auth-page{grid-template-columns:1fr}.auth-aside{padding:28px 20px;border-left:0;border-bottom:1px solid #eee}.auth-aside::before{width:150px;height:105px;margin-bottom:5px}.auth-aside .brand-big{font-size:20px}.auth-aside p,.auth-aside .soft{display:none}.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;right:0;top:0;width:min(300px,86vw);height:100vh;transform:translateX(105%);transition:.2s;box-shadow:-20px 0 50px rgba(0,0,0,.08)}body.menu-open .sidebar{transform:translateX(0)}.menu-btn{display:block}.topbar{height:72px;padding:12px 18px}.content{padding:20px 16px 42px}.grid.cols-4,.grid.cols-3,.grid.cols-2{grid-template-columns:1fr 1fr}.plan-grid,.new-plan-grid{grid-template-columns:1fr}.chat-layout{height:calc(100vh - 120px);grid-template-columns:1fr}.chat-info{display:none}}
@media(max-width:620px){.clean-hero-copy h1{font-size:34px}.site-section{padding:42px 18px}.benefit-grid{gap:8px}.benefit-card{min-height:126px}.center-title{font-size:20px}.clean-steps{grid-template-columns:1fr}.snapshot-grid{grid-template-columns:1fr 1fr}.clean-cta{margin:18px 14px 70px!important;padding:24px 20px!important}.request-layout{padding:26px 16px 55px}.request-intro h1{font-size:27px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.grid.cols-4,.grid.cols-3,.grid.cols-2{grid-template-columns:1fr}.topbar h1{font-size:18px}.home-link{display:none}.clean-footer .footer-main{grid-template-columns:1fr 1fr}.clean-footer .footer-brand{grid-column:1/-1}.clean-header .site-header-actions .btn{padding:8px 11px}.clean-header .site-header-actions{gap:6px}}

/* ===== MOSHAVERET V4 — responsive lock + hosting-safe visual system ===== */
html,body{max-width:100%;overflow-x:hidden}
body{font-family:Vazirmatn,"Noto Sans Arabic",Tahoma,Arial,sans-serif!important;background:#fff!important;color:#202124!important}
img{max-width:100%;height:auto}
svg{display:block;max-width:100%}
.public-body,.clean-public{width:100%;min-width:0;background:#fff!important}
.clean-public main{display:block;width:100%;min-width:0}

/* Header */
.clean-header{width:100%;max-width:none!important;min-height:76px;height:auto!important;padding:8px clamp(16px,4.5vw,64px)!important;display:flex!important;align-items:center!important;gap:22px!important;background:#fff!important;border-bottom:1px solid #ececef!important;box-shadow:0 3px 18px rgba(20,20,24,.025)!important}
.logo-link{display:flex!important;align-items:center!important;flex:0 0 auto!important}
.logo-link img{display:block!important;width:88px!important;height:58px!important;max-width:88px!important;object-fit:contain!important}
.clean-header .site-nav{display:flex;align-items:center;gap:22px;margin-right:auto!important;font-size:12px;font-weight:700;color:#36383c;white-space:nowrap}
.clean-header .site-nav a{padding:6px 0}
.clean-header .site-header-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto}
.clean-header .login-link{font-size:12px;font-weight:800;color:#33363a}
.clean-header .request-red{white-space:nowrap}

/* Hero */
.clean-hero{width:min(1240px,calc(100% - 36px))!important;max-width:1240px!important;min-height:500px!important;margin:0 auto!important;padding:54px 26px 42px!important;display:grid!important;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr)!important;gap:60px!important;align-items:center!important;direction:ltr}
.clean-hero>*{direction:rtl;min-width:0}
.hero-logo-panel{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important}
.hero-logo-panel img{display:block!important;width:340px!important;max-width:100%!important;height:auto!important;max-height:390px!important;object-fit:contain!important}
.clean-hero-copy{max-width:650px!important;margin:0!important;text-align:right!important}
.hero-mini{font-size:12px!important;font-weight:700!important;color:#666b70!important;margin-bottom:10px!important}
.clean-hero-copy h1{font-size:clamp(36px,4vw,56px)!important;line-height:1.45!important;letter-spacing:-1px!important;margin:0 0 14px!important;font-weight:900!important;color:#1f2022!important}
.clean-hero-copy h1 em{color:#d71920!important}
.clean-hero-copy p{font-size:14px!important;line-height:2.05!important;color:#5f6469!important;margin:0!important;max-width:610px!important}
.clean-hero-copy .hero-actions{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:10px!important;justify-content:flex-start!important;margin-top:23px!important}
.btn.large{min-height:46px!important;padding:11px 20px!important;font-size:13px!important}
.request-red{background:#d71920!important;color:#fff!important;border:1px solid #d71920!important}
.clean-outline{background:#fff!important;color:#292b2e!important;border:1px solid #dedfe2!important}
.hero-text-link{font-size:11px!important;margin-top:14px!important;color:#d71920!important}

/* Sections */
.site-section{width:min(1240px,calc(100% - 36px))!important;max-width:1240px!important;margin:0 auto!important;padding:52px 20px!important}
.tight-section{padding-top:28px!important}
.center-title{font-size:22px!important;line-height:1.5!important;margin:0 0 24px!important;text-align:center!important;font-weight:900!important}
.benefit-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}
.benefit-card{min-width:0!important;min-height:138px!important;padding:16px 10px!important;border:1px solid #e7e8ea!important;border-radius:14px!important;background:#fff!important;box-shadow:0 6px 18px rgba(20,20,25,.035)!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:6px!important}
.line-icon{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;color:#d71920!important;background:#fff7f7!important;border-radius:11px!important;flex:0 0 38px!important}
.line-icon svg,.clean-step i svg,.solid-icon svg{display:block!important;width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.benefit-card b{font-size:12px!important;line-height:1.5!important}
.benefit-card small{font-size:9.5px!important;line-height:1.7!important;color:#74787d!important}
.clean-how{border-top:1px solid #f0f0f1!important;border-bottom:1px solid #f0f0f1!important}
.clean-steps{display:grid!important;grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr!important;gap:10px!important;align-items:center!important}
.clean-step{min-width:0!important;text-align:center!important;padding:12px 6px!important;position:relative!important}
.clean-step>span{width:22px!important;height:22px!important;font-size:10px!important;right:14%!important;top:-3px!important;background:#d71920!important}
.clean-step i{display:grid!important;place-items:center!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;border:1px solid #e8e9eb!important;border-radius:50%!important;margin:0 auto 10px!important;color:#d71920!important;background:#fff!important;font-style:normal!important}
.clean-step b{display:block!important;font-size:11.5px!important;line-height:1.6!important;margin-bottom:3px!important}
.clean-step small{display:block!important;font-size:9px!important;color:#74777c!important;line-height:1.7!important}
.step-arrow{font-size:18px!important;color:#d71920!important;text-align:center!important}
.snapshot-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.snapshot-grid>div{min-width:0!important;text-align:center!important;padding:8px!important}
.solid-icon{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:50%!important;background:#d71920!important;color:#fff!important;margin:0 auto 7px!important}
.snapshot-grid strong{display:block!important;font-size:20px!important;line-height:1.3!important}
.snapshot-grid small{display:block!important;font-size:9.5px!important;color:#70747a!important;margin-top:3px!important}
.section-head.clean-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:20px!important;margin-bottom:22px!important}
.clean-head h2{font-size:25px!important;line-height:1.55!important;margin:4px 0!important}
.clean-head p{font-size:12px!important;line-height:1.9!important;color:#72767b!important;margin:0!important}
.new-plan-grid,.counselor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.new-plan-card,.counselor-card{min-width:0!important;background:#fff!important;border:1px solid #e7e8ea!important;border-radius:15px!important;padding:20px!important;box-shadow:none!important}
.plan-placeholder{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;border:1px dashed #ddd!important;border-radius:15px!important;padding:18px!important;background:#fff!important}
.plan-placeholder>div{padding:14px!important;border-radius:12px!important;background:#fafafa!important}
.plan-placeholder>p{grid-column:1/-1!important;margin:0!important;color:#73767b!important;font-size:11px!important}
.empty-state-public{padding:32px 22px!important;text-align:center!important;border:1px solid #ececee!important;border-radius:15px!important;background:#fff!important}

/* CTA / footer */
.clean-cta{width:min(1204px,calc(100% - 36px))!important;max-width:1204px!important;min-height:170px!important;margin:22px auto 46px!important;padding:24px 28px!important;display:grid!important;grid-template-columns:135px minmax(0,1fr) auto!important;gap:26px!important;align-items:center!important;background:#fff4f4!important;border:1px solid #f1dcdc!important;border-radius:16px!important;color:#222!important}
.clean-cta .cta-art{width:115px!important;height:90px!important;position:relative!important;display:grid!important;place-items:center!important}
.clean-cta .plant{font-size:0!important;display:block!important;width:78px!important;height:78px!important;border-radius:50%!important;background:radial-gradient(circle at 50% 70%,#edf7e7 0 38%,transparent 39%),linear-gradient(145deg,transparent 48%,#83b954 49% 53%,transparent 54%)!important}
.clean-cta .heart{font-size:34px!important;line-height:1!important;color:#d71920!important;position:absolute!important;right:4px!important;bottom:0!important}
.clean-cta h2{font-size:23px!important;line-height:1.5!important;margin:2px 0!important}
.clean-cta p{font-size:11px!important;line-height:1.8!important;color:#666b70!important}
.faq-list{max-width:900px;margin:0 auto;display:grid;gap:8px}
.faq-list details{border:1px solid #e8e9ea;border-radius:12px;padding:13px 15px;background:#fff}
.faq-list summary{font-size:12px;font-weight:800;cursor:pointer}
.faq-list p{font-size:11px;color:#6e7277;margin:8px 0 0}
.clean-footer{width:100%!important;background:#fff!important;border-top:1px solid #ececee!important;padding:40px clamp(18px,5vw,70px) 20px!important}
.clean-footer .footer-main{width:min(1240px,100%)!important;max-width:1240px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1.5fr repeat(3,1fr)!important;gap:28px!important}
.clean-footer .footer-brand img{display:block!important;width:110px!important;height:78px!important;max-width:110px!important;object-fit:contain!important}
.clean-footer .footer-brand p,.clean-footer a,.clean-footer span{font-size:10.5px!important;line-height:1.8!important}
.clean-footer h4{font-size:12px!important;margin:0 0 8px!important}
.clean-footer .footer-main>div{display:flex;flex-direction:column;gap:5px}
.clean-footer .footer-bottom{width:min(1240px,100%)!important;margin:24px auto 0!important;padding-top:14px!important;border-top:1px solid #eee!important;display:flex!important;justify-content:space-between!important;gap:12px!important;color:#777!important}
.mobile-request-bar{display:none!important}

/* Auth / registration */
.auth-page{min-height:100svh!important;display:grid!important;grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr)!important;background:#fff!important}
.auth-aside{min-width:0!important;padding:44px!important;background:#fff!important;color:#222!important;border-left:1px solid #ececee!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
.auth-aside::before{width:190px!important;height:145px!important;flex:0 0 auto!important;background:url('logo-moshaveret.png') center/contain no-repeat!important;margin-bottom:12px!important}
.auth-aside .brand-big{font-size:23px!important;line-height:1.6!important;color:#242629!important}
.auth-aside p{font-size:12px!important;line-height:2!important;color:#6d7075!important;max-width:460px!important}
.auth-main{min-width:0!important;padding:34px 24px!important;background:#fff!important;display:grid!important;place-items:center!important}
.auth-box{width:min(560px,100%)!important;padding:26px!important;border:1px solid #e6e7e8!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 30px rgba(22,22,26,.04)!important}
.auth-box h1{font-size:22px!important;line-height:1.5!important;margin:0 0 4px!important}
.auth-box .lead{font-size:11px!important;margin:0 0 18px!important;color:#73767b!important}
.form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}
.field{min-width:0!important;gap:6px!important}
.field label{font-size:11px!important}
.field input,.field textarea,.field select{font-size:13px!important;width:100%!important;min-width:0!important;border-radius:9px!important;padding:10px 12px!important;background:#fff!important;border:1px solid #dfe1e3!important}
.field textarea{min-height:98px!important}
.auth-links{font-size:11px!important}

/* Request form */
.request-page{width:100%!important;background:#fff!important;min-height:calc(100svh - 70px)!important}
.site-header.compact{width:100%!important;min-height:70px!important;height:auto!important;padding:6px clamp(16px,4vw,54px)!important;background:#fff!important;border-bottom:1px solid #eee!important}
.site-header.compact .site-brand:before{width:86px!important;height:56px!important}
.request-layout{width:min(1080px,calc(100% - 32px))!important;max-width:1080px!important;margin:0 auto!important;padding:38px 0 56px!important;display:grid!important;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr)!important;gap:38px!important;align-items:start!important}
.request-intro{min-width:0!important;padding:8px 0!important}
.request-intro h1{font-size:30px!important;line-height:1.55!important;margin:6px 0 12px!important}
.request-intro p{font-size:12px!important;line-height:2!important;color:#686d72!important}
.request-form-card{min-width:0!important;padding:22px!important;border:1px solid #e5e6e8!important;border-radius:15px!important;box-shadow:0 10px 28px rgba(20,20,25,.04)!important}

/* Panels */
.app-shell{width:100%!important;min-height:100svh!important;display:grid!important;grid-template-columns:235px minmax(0,1fr)!important;background:#fff!important}
.sidebar{width:auto!important;min-width:0!important;background:#fff!important;color:#2c2d30!important;border-left:1px solid #ececee!important;padding:15px 13px!important}
.brand:before{width:108px!important;height:78px!important}
.nav-item{font-size:12px!important;line-height:1.5!important;padding:9px 10px!important}
.nav-item svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important}
.main{min-width:0!important;width:100%!important}
.topbar{width:100%!important;min-height:72px!important;height:auto!important;padding:12px 24px!important;background:#fff!important;border-bottom:1px solid #ececee!important}
.topbar h1{font-size:19px!important}
.content{width:100%!important;max-width:1460px!important;margin:0 auto!important;padding:22px 24px 44px!important;background:#fff!important}
.card{min-width:0!important;padding:18px!important;border-radius:13px!important}
.metric .value{font-size:23px!important}
.table-wrap{max-width:100%!important;overflow-x:auto!important}
.table{min-width:720px!important}
.chat-layout{max-width:100%!important}

/* Desktop wide */
@media (min-width:1280px){
 .clean-hero{grid-template-columns:390px minmax(0,1fr)!important;padding-left:34px!important;padding-right:34px!important}
 .hero-logo-panel img{width:360px!important}
 .clean-hero-copy h1{font-size:54px!important}
}

/* Tablet */
@media (max-width:980px){
 .clean-header{min-height:68px!important;padding:6px 16px!important;gap:10px!important}
 .logo-link img{width:72px!important;height:50px!important;max-width:72px!important}
 .clean-header .site-nav{display:none!important}
 .clean-header .site-header-actions{margin-right:auto!important}
 .clean-header .login-link{display:none!important}
 .clean-hero{width:min(760px,calc(100% - 28px))!important;grid-template-columns:1fr!important;gap:22px!important;padding:36px 14px 32px!important;direction:rtl!important}
 .clean-hero-copy{order:1!important;text-align:center!important;margin:0 auto!important;max-width:650px!important}
 .hero-logo-panel{order:2!important}
 .hero-logo-panel img{width:220px!important;max-height:250px!important}
 .clean-hero-copy .hero-actions{justify-content:center!important}
 .clean-hero-copy p{margin:0 auto!important}
 .site-section{width:calc(100% - 28px)!important;padding:42px 8px!important}
 .benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 .benefit-card:nth-child(4),.benefit-card:nth-child(5){grid-column:auto!important}
 .clean-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
 .step-arrow{display:none!important}
 .snapshot-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}
 .new-plan-grid,.counselor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .clean-cta{width:calc(100% - 28px)!important;grid-template-columns:100px minmax(0,1fr)!important;gap:18px!important}
 .clean-cta>a{grid-column:1/-1!important;width:100%!important}
 .clean-footer .footer-main{grid-template-columns:1.4fr 1fr 1fr!important}
 .clean-footer .footer-main>div:last-child{display:none!important}
 .auth-page{grid-template-columns:1fr!important}
 .auth-aside{padding:22px!important;border-left:0!important;border-bottom:1px solid #eee!important}
 .auth-aside::before{width:120px!important;height:88px!important;margin-bottom:2px!important}
 .auth-aside .brand-big{font-size:18px!important;margin-bottom:2px!important}
 .auth-aside p,.auth-aside .soft{display:none!important}
 .request-layout{grid-template-columns:1fr!important;width:min(760px,calc(100% - 28px))!important;gap:18px!important;padding-top:28px!important}
 .app-shell{display:block!important}
 .sidebar{position:fixed!important;right:0!important;top:0!important;width:min(290px,86vw)!important;height:100svh!important;transform:translateX(105%)!important;transition:.22s!important;z-index:100!important;box-shadow:-18px 0 46px rgba(0,0,0,.10)!important}
 body.menu-open .sidebar{transform:translateX(0)!important}
 body.menu-open:after{content:"";position:fixed;inset:0;background:rgba(0,0,0,.24);z-index:90}
 .menu-btn{display:block!important}
 .topbar{min-height:68px!important;padding:10px 15px!important;position:sticky!important;top:0!important;z-index:70!important}
 .content{padding:18px 14px 38px!important}
 .grid.cols-4,.grid.cols-3,.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .plan-grid,.new-plan-grid{grid-template-columns:1fr!important}
 .chat-layout{grid-template-columns:1fr!important;height:calc(100svh - 106px)!important}
 .chat-info{display:none!important}
}

/* Mobile */
@media (max-width:620px){
 body{font-size:13px!important;line-height:1.85!important}
 .clean-header{min-height:64px!important;padding:5px 12px!important}
 .logo-link img{width:64px!important;height:46px!important;max-width:64px!important}
 .clean-header .site-header-actions .btn{min-height:36px!important;padding:7px 10px!important;font-size:10.5px!important;border-radius:9px!important}
 .clean-hero{width:100%!important;min-height:auto!important;padding:26px 18px 28px!important;gap:18px!important}
 .hero-mini{font-size:10.5px!important}
 .clean-hero-copy h1{font-size:31px!important;line-height:1.48!important;letter-spacing:-.4px!important;margin-bottom:10px!important}
 .clean-hero-copy p{font-size:12px!important;line-height:2!important}
 .clean-hero-copy .hero-actions{flex-direction:column!important;width:100%!important}
 .clean-hero-copy .hero-actions .btn{width:100%!important;min-height:44px!important}
 .hero-logo-panel img{width:170px!important;max-height:195px!important}
 .site-section{width:100%!important;padding:34px 14px!important}
 .center-title{font-size:19px!important;margin-bottom:18px!important}
 .benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 .benefit-card{min-height:118px!important;padding:12px 8px!important;border-radius:12px!important}
 .benefit-card:last-child{grid-column:1/-1!important}
 .line-icon{width:34px!important;height:34px!important;flex-basis:34px!important}
 .line-icon svg,.clean-step i svg,.solid-icon svg{width:21px!important;height:21px!important;min-width:21px!important;min-height:21px!important}
 .clean-steps{grid-template-columns:1fr!important;gap:9px!important}
 .clean-step{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:12px!important;text-align:right!important;align-items:center!important;border:1px solid #ececee!important;border-radius:12px!important;padding:11px 12px!important}
 .clean-step>span{top:7px!important;right:auto!important;left:8px!important;width:20px!important;height:20px!important}
 .clean-step i{grid-row:1/3!important;grid-column:1!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;margin:0!important}
 .clean-step b{grid-column:2!important;margin:0!important;font-size:11.5px!important}
 .clean-step small{grid-column:2!important;font-size:9px!important}
 .snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
 .snapshot-grid>div{border:1px solid #eee!important;border-radius:12px!important;padding:12px 8px!important}
 .solid-icon{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
 .snapshot-grid strong{font-size:18px!important}
 .section-head.clean-head{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}
 .clean-head h2{font-size:21px!important}
 .new-plan-grid,.counselor-grid{grid-template-columns:1fr!important}
 .plan-placeholder{grid-template-columns:1fr!important;padding:12px!important}
 .plan-placeholder>p{grid-column:auto!important}
 .clean-cta{width:calc(100% - 24px)!important;grid-template-columns:1fr!important;text-align:center!important;padding:20px 16px!important;gap:10px!important;margin:16px auto 36px!important}
 .clean-cta .cta-art{margin:0 auto!important;width:86px!important;height:66px!important}
 .clean-cta h2{font-size:20px!important}
 .clean-cta>a{grid-column:auto!important}
 .clean-footer{padding:30px 16px 72px!important}
 .clean-footer .footer-main{grid-template-columns:1fr 1fr!important;gap:22px 12px!important}
 .clean-footer .footer-brand{grid-column:1/-1!important;align-items:center!important;text-align:center!important}
 .clean-footer .footer-brand img{width:92px!important;height:65px!important;max-width:92px!important;margin:0 auto!important}
 .clean-footer .footer-bottom{flex-direction:column!important;text-align:center!important;gap:3px!important}
 .mobile-request-bar{display:flex!important;position:fixed!important;right:12px!important;left:12px!important;bottom:10px!important;z-index:85!important;min-height:46px!important;padding:10px 14px!important;border-radius:13px!important;background:#d71920!important;color:#fff!important;align-items:center!important;justify-content:space-between!important;font-size:11.5px!important;font-weight:900!important;box-shadow:0 12px 30px rgba(215,25,32,.24)!important}
 .site-header.compact{min-height:62px!important;padding:4px 12px!important}
 .site-header.compact .site-brand:before{width:70px!important;height:48px!important}
 .request-layout{width:100%!important;padding:22px 14px 46px!important;gap:14px!important}
 .request-intro h1{font-size:24px!important}
 .request-form-card{padding:16px!important;border-radius:13px!important}
 .form-grid{grid-template-columns:1fr!important;gap:11px!important}
 .field.full{grid-column:auto!important}
 .auth-aside{padding:14px 10px!important}
 .auth-aside::before{width:98px!important;height:70px!important}
 .auth-aside .brand-big{font-size:16px!important}
 .auth-main{padding:16px 12px 26px!important}
 .auth-box{padding:18px 15px!important;border-radius:13px!important}
 .auth-box h1{font-size:19px!important}
 .role-switch{grid-template-columns:1fr 1fr!important}
 .grid.cols-4,.grid.cols-3,.grid.cols-2{grid-template-columns:1fr!important}
 .topbar h1{font-size:17px!important}
 .topbar{padding:9px 12px!important}
 .content{padding:14px 10px 34px!important}
 .card{padding:15px!important}
 .metric .value{font-size:21px!important}
 .table{min-width:650px!important}
 .bubble{max-width:88%!important}
}
