*{box-sizing:border-box}body{margin:0;background:#f8fafc;color:#0f172a;font-family:system-ui,-apple-system,Segoe UI,sans-serif}button,input,select,textarea{font-family:inherit}.login{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#0f172ac7,#0f172a52),url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1600&q=80) center/cover}.login-card{width:100%;max-width:420px;background:#fffffff2;border-radius:28px;padding:28px;box-shadow:0 25px 70px #0003;text-align:center}.login-logo,.logo{background:#0f172a;color:#fff;border-radius:18px;display:grid;place-items:center}.login-logo{width:56px;height:56px;margin:0 auto 12px}.logo{width:40px;height:40px}.hint{margin-top:14px;padding:12px;border-radius:18px;background:#f8fafc;color:#64748b;text-align:right;font-size:12px}.top{min-height:92px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-start;padding:14px 24px;position:sticky;top:0;z-index:20}.brand{display:flex;gap:12px;align-items:center}.brand small{display:block;color:#64748b}.layout{display:flex}.sidebar{width:270px;min-height:calc(100vh - 64px);background:#fff;border-left:1px solid #e2e8f0;padding:16px}.role-box{background:#f8fafc;border-radius:18px;padding:12px;margin-bottom:12px;color:#64748b;font-size:13px}.nav-item{width:100%;border:0;background:#fff;border-radius:18px;padding:12px 14px;text-align:right;color:#475569;display:flex;gap:10px;align-items:center;cursor:pointer}.nav-item:hover,.nav-item.active{background:#0f172a;color:#fff}.subnav{padding:4px 28px 4px 0;display:grid;gap:4px}.subnav button{border:0;border-radius:14px;background:#fff;color:#64748b;padding:9px;text-align:right;cursor:pointer}.subnav button.active,.subnav button:hover{background:#f1f5f9;color:#0f172a;font-weight:700}main{width:100%;padding:24px}.page-head{margin-bottom:18px}.page-head h2{margin:0;font-size:26px}.page-head p{margin:4px 0 0;color:#64748b}.card{background:#fff;border:1px solid #e8eef6;border-radius:24px;padding:20px;box-shadow:0 10px 30px #0f172a14}.card-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.card-head.center{justify-content:center;text-align:center;flex-wrap:wrap}.card-head.center h3{font-family:Georgia,serif;font-size:24px;letter-spacing:-.3px}.card h3{margin:0}.stack{display:grid;gap:12px}.two,.calendar-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:20px;position:relative}.stat span{display:block;color:#64748b;font-size:13px}.stat b{font-size:24px;display:block;margin-top:8px}.stat i{position:absolute;left:18px;top:18px;background:#f1f5f9;border-radius:16px;width:44px;height:44px;display:grid;place-items:center;font-style:normal}.btn{border:1px solid #e2e8f0;background:#fff;color:#334155;border-radius:16px;padding:10px 14px;cursor:pointer}.btn.dark{background:#0f172a;color:#fff;border-color:#0f172a}.btn.full{width:100%}.btn.small{padding:7px 10px;border-radius:12px}.btn.danger{color:#be123c;border-color:#fecdd3}.form{display:grid;gap:12px}.field span{display:block;margin-bottom:6px;color:#64748b;font-size:12px;font-weight:700}.input,.textarea{width:100%;border:1px solid #e2e8f0;border-radius:16px;padding:11px 13px;outline:0}.textarea{min-height:92px;resize:vertical}.alert{border-radius:18px;padding:14px;display:grid;gap:6px}.alert.error{background:#fff1f2;color:#be123c}.info{background:#f8fafc;border-radius:18px;padding:14px;color:#475569}.table-wrap{overflow:auto;border:1px solid #e8eef6;border-radius:18px;box-shadow:0 8px 22px #0f172a0f;background:#fff}table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px}th,td{padding:12px;border-bottom:1px solid #f1f5f9;text-align:right}th{background:#f8fafc;color:#64748b}.badge{display:inline-flex;border-radius:999px;padding:5px 10px;background:#f1f5f9;font-size:12px}.badge.green{background:#ecfdf5;color:#047857}.badge.red{background:#fff1f2;color:#be123c}.badge.amber{background:#fffbeb;color:#b45309}.row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.between{justify-content:space-between}.soft,.event,.event-button{background:#f8fafc;border-radius:18px;padding:14px;text-align:right;border:0}.event.note{background:#fffbeb;color:#92400e}.event.check{background:#fff1f2;color:#be123c}.event-button{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.week,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;text-align:center}.week{color:#64748b;font-size:12px;margin-bottom:8px}.day{min-height:78px;border:1px solid #f1f5f9;background:#f8fafc;border-radius:18px;padding:8px;text-align:right;cursor:pointer}.day.has{background:#fffbeb;border-color:#fde68a}.day.selected{outline:2px solid #0f172a}.day small{display:block;margin-top:4px;background:#fef3c7;color:#92400e;border-radius:8px;padding:3px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px}.backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a55;border:0}.modal{position:relative;background:#fff;border-radius:26px;padding:20px;width:100%;max-width:760px;max-height:90vh;overflow:auto;box-shadow:0 24px 70px #0004}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.toast{position:fixed;bottom:18px;left:18px;background:#0f172a;color:#fff;border-radius:18px;padding:12px 16px}.chart{overflow:auto}.chart svg{min-width:640px;background:#f8fafc;border-radius:18px}.chart line{stroke:#e2e8f0;stroke-width:2}.chart path{fill:none;stroke:#0f172a;stroke-width:3}.chart circle{fill:#0f172a}.chart text{font-size:10px;fill:#64748b}.chart-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;font-size:12px}.chart-list div{background:#f8fafc;border-radius:12px;padding:8px}.empty{border:1px dashed #cbd5e1;border-radius:18px;padding:24px;text-align:center;color:#64748b}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-grid div{background:#f8fafc;border-radius:18px;padding:14px}.info-grid span{display:block;color:#64748b;font-size:12px;margin-bottom:4px}.big-number{font-size:48px;font-weight:900;text-align:center}.filters{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;padding:12px;border-radius:18px;background:#f8fafc}.form-section{background:#f8fafc;border-radius:18px;padding:14px;display:grid;gap:10px}.dynamic-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;background:#fff;border-radius:16px;padding:12px}.link{border:0;background:transparent;text-decoration:underline;color:#0f172a;cursor:pointer}.tabs{display:flex;gap:8px;margin-bottom:12px}@media(max-width:980px){.layout{display:block}.sidebar{width:100%;min-height:auto}.stats,.two,.calendar-layout,.info-grid,.filters,.dynamic-row{grid-template-columns:1fr}main{padding:16px}.top{padding:0 14px}}.file-input{width:100%;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;padding:14px}.input.mini{max-width:260px;padding:8px 10px}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.date-control{display:grid;gap:6px}.date-control small{font-size:11px;color:#64748b}.header-actions-custom{display:grid!important;gap:8px;align-items:end;margin-top:6px}.top-actions-row{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.project-select{display:block;width:260px}.brand small{line-height:1.7}.messages-layout{display:grid;grid-template-columns:360px 1fr;gap:16px}.conversation-list{display:grid;gap:10px}.conversation-item{border:1px solid #e8eef6;background:#f8fafc;border-radius:18px;padding:12px;text-align:right;display:grid;gap:4px;cursor:pointer}.conversation-item.active{background:#0f172a;color:#fff}.conversation-item small,.conversation-item span{font-size:12px;opacity:.75}.chat-panel{display:grid;gap:14px}.chat-messages{min-height:360px;max-height:520px;overflow:auto;background:#f8fafc;border-radius:20px;padding:14px;display:grid;gap:10px;align-content:start}.chat-message{max-width:72%;background:#fff;border:1px solid #e8eef6;border-radius:18px;padding:10px 12px;box-shadow:0 6px 18px #0f172a0f}.chat-message.mine{margin-right:auto;background:#ecfeff;border-color:#a5f3fc}.chat-message p{margin:6px 0 0;line-height:1.8}.image-message{margin-top:8px;background:#f1f5f9;border-radius:12px;padding:8px;font-size:12px}.chat-compose{display:grid;gap:10px}.user-check-list{display:grid;gap:8px;max-height:220px;overflow:auto;border:1px solid #e8eef6;border-radius:16px;padding:10px}.check-row{display:flex;gap:8px;align-items:center;font-size:13px}@media(max-width:980px){.messages-layout{grid-template-columns:1fr}.chat-message{max-width:100%}}.login-screen{background-image:url(/assets/login-bg-CK7Qpkpb.png);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.login-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172a8c,#0f172a2e);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.login-card{position:relative;z-index:1;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 60px #0f172a59}.empty-action{display:grid;gap:10px}.messages-shell .card{padding:18px}.messages-layout-pro{display:grid;grid-template-columns:360px minmax(0,1fr);gap:18px;min-height:650px}.conversation-sidebar{background:#f8fafc;border:1px solid #e8eef6;border-radius:24px;padding:14px;display:grid;grid-template-rows:auto 1fr;gap:12px;min-height:640px}.conversation-search .input{background:#fff;border-radius:18px}.conversation-list-pro{display:grid;gap:10px;align-content:start;overflow:auto;padding-left:4px}.conversation-card{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;border:1px solid #e8eef6;background:#fff;border-radius:20px;padding:12px;text-align:right;cursor:pointer;transition:.18s ease;box-shadow:0 8px 20px #0f172a0a}.conversation-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14}.conversation-card.active{background:#0f172a;color:#fff;border-color:#0f172a}.conversation-avatar{width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,#f59e0b,#fbbf24);display:grid;place-items:center;color:#111827;font-weight:900}.conversation-card.active .conversation-avatar{background:#fff;color:#0f172a}.conversation-meta{display:grid;gap:3px;min-width:0}.conversation-meta b,.conversation-meta small,.conversation-meta em{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-meta small{font-size:12px;opacity:.72}.conversation-meta em{font-style:normal;font-size:12px;opacity:.58}.chat-window-pro{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e8eef6;border-radius:28px;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;box-shadow:0 15px 45px #0f172a12}.chat-header-pro{padding:18px 20px;border-bottom:1px solid #e8eef6;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-title-group{display:flex;align-items:center;gap:12px;min-width:0}.chat-title-group h3{margin:0;font-size:18px}.chat-title-group p{margin:3px 0 0;color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:520px}.chat-avatar-large{width:54px;height:54px;border-radius:20px;background:#0f172a;color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px}.chat-messages-pro{padding:22px;overflow:auto;display:grid;gap:12px;align-content:start;background:radial-gradient(circle at top right,rgba(245,158,11,.08),transparent 30%),radial-gradient(circle at bottom left,rgba(14,165,233,.08),transparent 32%),#f8fafc;min-height:430px}.message-row{display:flex;justify-content:flex-start}.message-row.mine{justify-content:flex-end}.message-bubble{max-width:min(620px,78%);background:#fff;border:1px solid #e8eef6;border-radius:22px 22px 22px 8px;padding:12px 14px;box-shadow:0 10px 28px #0f172a12}.message-row.mine .message-bubble{background:#0f172a;color:#fff;border-color:#0f172a;border-radius:22px 22px 8px}.message-bubble small{display:block;font-size:11px;opacity:.65;margin-bottom:5px}.message-bubble p{margin:0;line-height:1.95;white-space:pre-wrap;font-size:14px}.message-bubble img{display:block;max-width:260px;max-height:220px;border-radius:16px;margin-top:8px;object-fit:cover}.message-row.mine .image-message{background:#ffffff1f;color:#fff}.chat-empty-state{height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:#64748b;text-align:center;padding:28px}.chat-empty-icon{width:70px;height:70px;border-radius:28px;background:#fff;box-shadow:0 12px 35px #0f172a14;display:grid;place-items:center;font-size:28px;color:#0f172a}.chat-compose-pro{padding:14px 16px;border-top:1px solid #e8eef6;background:#fff;display:grid;gap:10px}.compose-row{display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:end}.plus-upload-btn{width:46px;height:46px;border:0;border-radius:18px;background:#f1f5f9;color:#0f172a;font-size:26px;line-height:1;cursor:pointer;transition:.18s ease}.plus-upload-btn:hover{background:#e2e8f0;transform:translateY(-1px)}.message-input-pro{min-height:46px;max-height:120px;resize:vertical;border:1px solid #e8eef6;border-radius:18px;padding:12px 14px;outline:0;background:#f8fafc;font-family:inherit;line-height:1.7}.message-input-pro:focus{background:#fff;border-color:#94a3b8;box-shadow:0 0 0 4px #94a3b829}.send-message-btn{height:46px;border:0;border-radius:18px;background:#0f172a;color:#fff;padding:0 18px;cursor:pointer;font-weight:800}.selected-image-chip{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e8eef6;border-radius:18px;padding:8px 10px;width:max-content;max-width:100%}.selected-image-chip img{width:42px;height:42px;border-radius:12px;object-fit:cover}.selected-image-chip b{font-size:12px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-image-chip button{border:0;background:#e2e8f0;border-radius:10px;width:26px;height:26px;cursor:pointer}@media(max-width:980px){.messages-layout-pro{grid-template-columns:1fr}.conversation-sidebar{min-height:auto}.chat-window-pro{min-height:600px}.message-bubble{max-width:92%}.compose-row{grid-template-columns:42px 1fr}.send-message-btn{grid-column:1/-1}}.chat-compose-pro{scroll-margin-bottom:0}.message-input-pro{direction:rtl;unicode-bidi:plaintext;overflow-anchor:none}.chat-messages-pro,.messages-shell{overflow-anchor:none}.message-meta-row{display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-wrap:wrap}.message-author{font-size:11px;font-weight:800;letter-spacing:.1px}.message-dot{font-size:10px;opacity:.45}.message-time{font-size:11px;opacity:.72;background:#0f172a0f;padding:3px 8px;border-radius:999px;line-height:1}.message-row.mine .message-time{background:#ffffff24;color:#ffffffeb}.message-row.mine .message-author{color:#fff}.message-bubble small{display:none}.ltr-input{direction:ltr!important;text-align:left!important;unicode-bidi:plaintext}.enhanced-date .date-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) auto;gap:8px;align-items:center}.native-date-input{direction:ltr;text-align:left;color:#334155}.modal-image{width:100%;max-height:55vh;object-fit:contain;border-radius:20px;background:#f8fafc;border:1px solid #e8eef6}.file-link{display:block;background:#f8fafc;border:1px solid #e8eef6;border-radius:16px;padding:12px;color:#0f172a;text-decoration:none}.card-head{flex-wrap:wrap}.table-wrap table td .row{justify-content:flex-start}.danger:hover{background:#fff1f2}@media(max-width:720px){body{background:#f8fafc}.top{position:static;display:grid;gap:12px;align-items:stretch;padding:12px}.brand{align-items:flex-start}.actions{display:grid;grid-template-columns:1fr;align-items:stretch}.input.mini,.project-select{max-width:none;width:100%}.layout{display:block}.sidebar{display:flex;gap:8px;overflow:auto;border-left:0;border-bottom:1px solid #e2e8f0;padding:10px;position:sticky;top:0;z-index:10}.sidebar .role-box{display:none}.sidebar>div{flex:0 0 auto}.nav-item{white-space:nowrap;padding:10px 12px}.subnav{display:none}main{padding:12px}.page-head h2{font-size:22px}.stats{grid-template-columns:1fr}.card{padding:14px;border-radius:20px}.card-head{display:grid;align-items:start}.filters{grid-template-columns:1fr}.table-wrap{border-radius:16px;margin-inline:-4px}table{min-width:680px}.modal-layer{padding:10px;place-items:end center}.modal{max-height:92vh;border-radius:22px 22px 0 0}.dynamic-row,.enhanced-date .date-row{grid-template-columns:1fr}.messages-shell .card{padding:10px}.messages-layout-pro{grid-template-columns:1fr;min-height:auto}.conversation-sidebar{min-height:auto;max-height:260px}.chat-window-pro{min-height:calc(100vh - 260px);border-radius:20px}.chat-messages-pro{min-height:300px;max-height:55vh;padding:12px}.message-bubble{max-width:96%;font-size:13px}.compose-row{grid-template-columns:42px 1fr}.send-message-btn{grid-column:1/-1;width:100%}.login-card{max-width:94vw;padding:22px}.chart-list,.info-grid{grid-template-columns:1fr}}.dashboard-modern{gap:18px}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:stretch;background:linear-gradient(135deg,#0f172a,#1e293b 60%,#334155);color:#fff;border-radius:32px;padding:24px;box-shadow:0 22px 55px #0f172a38;overflow:hidden;position:relative}.dashboard-hero:before{content:"";position:absolute;inset:auto -80px -120px auto;width:360px;height:360px;border-radius:999px;background:#f59e0b33;filter:blur(8px)}.hero-content,.hero-side-card{position:relative;z-index:1}.hero-content h2{font-size:30px;line-height:1.4;margin:12px 0 6px}.hero-content p{margin:0;color:#cbd5e1}.hero-progress-line{height:12px;background:#ffffff29;border-radius:999px;overflow:hidden;margin:28px 0 10px}.hero-progress-line span{display:block;height:100%;background:linear-gradient(90deg,#f59e0b,#fcd34d);border-radius:inherit}.hero-meta{color:#e2e8f0}.hero-meta b{font-size:24px;color:#fff}.hero-side-card{display:grid;gap:8px;align-content:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-side-card span{color:#cbd5e1;font-size:12px}.hero-side-card b{font-size:20px}.hero-side-card small{color:#e2e8f0;line-height:1.8}.modern-stats .modern-stat{border:0;box-shadow:0 14px 34px #0f172a14;overflow:hidden}.modern-stat:after{content:"";position:absolute;inset:auto -24px -34px auto;width:110px;height:110px;border-radius:999px;background:#f1f5f9}.modern-stat.green:after{background:#dcfce7}.modern-stat.red:after{background:#ffe4e6}.modern-stat.amber:after{background:#fef3c7}.modern-stat.blue:after{background:#dbeafe}.modern-stat i{z-index:1}.dashboard-mobile-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dashboard-lists{align-items:start}.phase-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.phase-summary>div,.phase-progress-grid>div{background:#f8fafc;border:1px solid #eef2f7;border-radius:18px;padding:14px}.phase-summary span,.phase-progress-grid span{display:block;color:#64748b;font-size:12px;margin-bottom:6px}.phase-summary b,.phase-progress-grid b{font-size:22px}.ok-text{color:#047857!important}.warn-text{color:#b45309!important}.phase-card{background:#fff;border:1px solid #e8eef6;border-radius:28px;padding:20px;box-shadow:0 12px 34px #0f172a12;display:grid;gap:16px}.phase-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.phase-head h3{margin:0;font-size:22px}.phase-head p{margin:8px 0;color:#475569;line-height:1.9}.phase-actions{justify-content:flex-end;min-width:260px}.phase-progress-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.progress-bar{height:12px;background:#f1f5f9;border-radius:999px;overflow:hidden}.progress-bar span{display:block;height:100%;background:linear-gradient(90deg,#0f172a,#475569);border-radius:inherit}.progress-bar.small{height:8px}.phase-thumb{width:100%;max-height:280px;object-fit:cover;border-radius:20px;border:1px solid #e8eef6;background:#f8fafc}.phase-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.step-card{background:#f8fafc;border:1px solid #e8eef6;border-radius:22px;padding:14px;display:grid;gap:10px}.step-card p{margin:0;color:#475569;line-height:1.8}.step-meta{display:flex;gap:8px;flex-wrap:wrap}.step-meta span{background:#fff;border:1px solid #e8eef6;border-radius:999px;padding:5px 9px;color:#64748b;font-size:12px}.phase-comments{display:grid;gap:8px}.phase-comment{background:#fff;border:1px solid #e8eef6;border-radius:16px;padding:10px}.phase-comment p{margin:6px 0;line-height:1.8}.phase-comment-box{background:#f8fafc;border:1px solid #e8eef6;border-radius:20px;padding:14px;display:grid;gap:10px}.muted{color:#64748b}.file-pill{display:inline-flex;background:#ecfeff;color:#0369a1;border-radius:999px;padding:5px 9px;margin:4px 0}.report-card{cursor:pointer;width:100%}@media(max-width:980px){.dashboard-hero,.dashboard-mobile-cards,.phase-summary,.phase-progress-grid,.phase-steps{grid-template-columns:1fr}.phase-head{display:grid}.phase-actions{min-width:0;justify-content:flex-start}.hero-content h2{font-size:25px}}@media(max-width:720px){.dashboard-modern{gap:14px}.dashboard-hero{border-radius:26px;padding:20px;margin-inline:-2px}.hero-content h2{font-size:23px}.hero-side-card{border-radius:20px}.modern-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.modern-stat{padding:16px;min-height:116px}.modern-stat b{font-size:19px;line-height:1.45}.modern-stat i{width:38px;height:38px;left:12px;top:12px}.dashboard-mobile-cards{gap:12px}.dashboard-mobile-cards>.card:nth-child(2){display:none}.dashboard-lists{grid-template-columns:1fr}.phase-card{border-radius:22px;padding:14px}.phase-head h3{font-size:19px}.phase-summary>div,.phase-progress-grid>div{padding:12px}.phase-thumb,.modal-image{max-height:45vh}.step-card{border-radius:18px}.top .brand small{display:none}.top .brand b{font-size:18px}.sidebar{scrollbar-width:none}.sidebar::-webkit-scrollbar{display:none}.nav-item{border:1px solid #e8eef6;background:#fff;box-shadow:0 8px 22px #0f172a0d}.nav-item.active{box-shadow:0 12px 28px #0f172a24}.page-head{background:#fff;border:1px solid #e8eef6;border-radius:20px;padding:12px;box-shadow:0 8px 22px #0f172a0d}.page-head p{font-size:12px}.login-screen{padding:16px;background-position:center}.login-card{border-radius:26px}.login-card h1{font-size:24px}}.loading-overlay,.login-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;background:#0f172a52;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.login-loading{background:#0f172a38}.loading-box,.login-loading{color:#0f172a;font-weight:900}.loading-box{display:flex;align-items:center;gap:12px;background:#ffffffeb;border:1px solid rgba(255,255,255,.75);border-radius:24px;padding:16px 20px;box-shadow:0 24px 70px #0f172a47}.spinner{width:22px;height:22px;border-radius:999px;border:3px solid #e2e8f0;border-top-color:#0f172a;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn:disabled{opacity:.65;cursor:not-allowed;transform:none!important}.login-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.18),transparent 32%),linear-gradient(90deg,#020617b3,#0f172a2e);pointer-events:none}.login-card{position:relative;z-index:1;box-shadow:0 28px 90px #02061757}.login-card .hint{display:none!important}.modern-stat{position:relative;isolation:isolate;min-height:118px;display:grid;align-content:start;gap:10px}.modern-stat>*{position:relative;z-index:2}.modern-stat:after{z-index:0;opacity:.72;transform:translate(14px,12px)}.modern-stat b{font-size:clamp(17px,2.8vw,24px);line-height:1.45;overflow-wrap:anywhere;max-width:calc(100% - 54px)}.modern-stat span{max-width:calc(100% - 48px)}.phase-roadmap{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;margin-top:14px}.phase-roadmap-item{border:1px solid #e8eef6;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:20px;padding:12px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;cursor:pointer;text-align:right;font-family:inherit;box-shadow:0 10px 26px #0f172a0f}.phase-roadmap-item span{width:28px;height:28px;border-radius:12px;background:#0f172a;color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px}.phase-roadmap-item b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phase-roadmap-item small{background:#eef2ff;color:#3730a3;border-radius:999px;padding:4px 8px;font-weight:800}.phase-roadmap-item.done span{background:#047857}.phase-roadmap-item.done small{background:#dcfce7;color:#047857}.phase-card{scroll-margin-top:120px;border-top:4px solid #0f172a}.step-card{position:relative;overflow:hidden}.step-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(#0f172a,#94a3b8)}.phase-actions .btn{white-space:nowrap}.chat-messages-pro img,.message-bubble img{display:block;width:min(100%,320px);max-height:320px;object-fit:cover;border-radius:18px;margin-top:10px;border:1px solid rgba(226,232,240,.75);background:#f8fafc}.message-row.mine .message-bubble img{border-color:#fff3}@media(max-width:720px){.top{position:sticky;top:0;z-index:30;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:8px 10px!important;min-height:auto!important;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e8eef6}.brand{min-width:0;gap:7px}.brand .logo{width:32px;height:32px;border-radius:12px;font-size:14px}.brand b{font-size:16px!important}.brand small{display:none!important}.actions{display:flex!important;grid-template-columns:none!important;gap:6px!important;align-items:center!important;justify-content:flex-end!important;min-width:0;flex:1;overflow:hidden}.actions .input.mini{height:34px!important;min-height:34px!important;width:min(42vw,150px)!important;max-width:42vw!important;padding:0 10px!important;border-radius:14px!important;font-size:11px!important;text-overflow:ellipsis;background:#f8fafc}.actions .btn{height:34px!important;min-height:34px!important;padding:0 9px!important;border-radius:14px!important;font-size:11px!important;white-space:nowrap;box-shadow:none!important}.actions .btn:first-of-type{max-width:82px;overflow:hidden;text-overflow:ellipsis}.layout{display:block!important}.sidebar{top:51px!important;padding:7px 8px!important;background:#f8fafcf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}main{padding:10px!important;overflow:hidden}.page-head{margin-bottom:10px;padding:10px 12px!important;border-radius:18px!important}.page-head h2{font-size:19px!important}.page-head p{font-size:11px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-hero{padding:18px!important;border-radius:24px!important;gap:12px!important}.hero-content h2{font-size:21px!important;margin-top:8px!important}.hero-progress-line{margin:18px 0 8px!important}.hero-side-card{padding:14px!important}.modern-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.modern-stat{min-height:108px!important;padding:14px!important;border-radius:20px!important}.modern-stat:after{width:78px!important;height:78px!important;right:auto!important;left:-24px!important;bottom:-24px!important;transform:none!important;opacity:.55}.modern-stat i{width:34px!important;height:34px!important;left:10px!important;top:10px!important}.modern-stat b{font-size:15px!important;max-width:100%;padding-left:38px}.modern-stat span{font-size:11px!important;max-width:100%;padding-left:38px}.dashboard-mobile-cards,.dashboard-lists{grid-template-columns:1fr!important}.dashboard-lists .table-wrap{overflow-x:auto}.phase-summary{grid-template-columns:1fr!important}.phase-roadmap{grid-template-columns:1fr 1fr!important}.phase-roadmap-item{grid-template-columns:auto 1fr;padding:10px}.phase-roadmap-item small{grid-column:2}.phase-head{gap:12px}.phase-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;width:100%}.phase-actions .btn{width:100%}.phase-progress-grid,.phase-steps{grid-template-columns:1fr!important}.phase-card{scroll-margin-top:105px}.chat-messages-pro img,.message-bubble img{width:100%;max-height:260px}}.preline{white-space:pre-line;line-height:1.9}.message-image-button{display:block;border:0;background:transparent;padding:0;margin:8px 0 0;cursor:pointer;text-align:inherit;max-width:100%}.message-image-button img{transition:transform .16s ease,box-shadow .16s ease}.message-image-button:hover img{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a2e}.message-image-button:disabled{cursor:default}.send-message-btn:disabled{opacity:.55;cursor:not-allowed}.modal-image{display:block;margin-inline:auto;box-shadow:0 12px 36px #0f172a1f}.report-card .file-pill{margin-top:8px}@media(max-width:720px){.modal-image{max-height:62vh}.message-image-button img{width:100%;max-height:300px}.send-message-btn:disabled{opacity:.7}}.persian-date-control{position:relative;overflow:visible}.persian-date-control .date-row{display:grid;grid-template-columns:minmax(150px,1fr) auto auto;gap:8px;align-items:center}.persian-date-control .jalali-date-input{font-variant-numeric:tabular-nums;letter-spacing:.3px}.jalali-picker{position:absolute;top:calc(100% + 8px);right:0;z-index:250;background:#fff;border:1px solid #e8eef6;border-radius:22px;padding:12px;width:min(340px,92vw);box-shadow:0 24px 70px #0f172a33;direction:rtl}.jalali-picker-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.jalali-picker-head b{font-size:14px}.jalali-picker-week,.jalali-picker-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;text-align:center}.jalali-picker-week span{font-size:11px;color:#64748b;font-weight:800}.jalali-picker-days button{border:1px solid #eef2f7;background:#f8fafc;border-radius:12px;min-height:36px;cursor:pointer;color:#0f172a}.jalali-picker-days button:hover,.jalali-picker-days button.selected{background:#0f172a;color:#fff;border-color:#0f172a}.jalali-picker-actions{display:flex;justify-content:flex-end;margin-top:10px}.card-head .row{justify-content:flex-end}@media(max-width:720px){.persian-date-control .date-row{grid-template-columns:1fr 1fr}.persian-date-control .jalali-date-input{grid-column:1/-1}.jalali-picker{right:auto;left:0;width:min(340px,calc(100vw - 28px))}.card-head .row{width:100%;justify-content:stretch}.card-head .row .btn{flex:1 1 auto}.filters .jalali-picker{left:auto;right:0}}.ltr-input{direction:ltr;text-align:left;font-variant-numeric:tabular-nums}select.input{max-height:260px}.subnav,.user-check-list{max-height:260px;overflow:auto}.conversation-card{position:relative;grid-template-columns:48px minmax(0,1fr) 34px!important;outline:0}.conversation-menu-btn{width:32px;height:32px;border:0;border-radius:12px;background:#f1f5f9;color:#0f172a;cursor:pointer;font-size:20px;line-height:1;display:grid;place-items:center;align-self:center}.conversation-card.active .conversation-menu-btn{background:#ffffff24;color:#fff}.conversation-menu-btn:hover{background:#fee2e2;color:#be123c}.messages-layout-pro{height:calc(100vh - 210px);min-height:560px}.chat-window-pro,.conversation-sidebar{min-height:0;height:100%}.chat-messages-pro{min-height:0!important;height:auto!important;max-height:none!important;align-content:start;overflow-y:auto;overscroll-behavior:contain}.message-row{flex:0 0 auto}.message-bubble{flex:0 1 auto}.chat-compose-pro{flex:0 0 auto}.dashboard-hero:before,.modern-stat:after{display:none!important;content:none!important}.modern-stat{overflow:visible!important;min-height:auto!important}.modern-stat b,.modern-stat span{max-width:100%!important;padding-left:0!important}.modern-stat i{position:static!important;grid-row:1;justify-self:start;margin-bottom:4px}.chart svg{width:100%;min-width:0;height:auto}.chart{max-width:100%;overflow-x:auto}.dashboard-hero{overflow:visible!important}.dashboard-mobile-cards{align-items:stretch}.dashboard-mobile-cards .card,.hero-side-card,.hero-content{min-width:0}.hero-content h2{overflow-wrap:anywhere}@media(max-width:720px){.messages-layout-pro{height:auto!important;min-height:0!important}.chat-window-pro{height:calc(100vh - 190px)!important;min-height:520px!important}.conversation-sidebar{max-height:210px!important}.chat-messages-pro{min-height:0!important}.compose-row{grid-template-columns:42px minmax(0,1fr) 72px!important}.send-message-btn{grid-column:auto!important;width:auto!important;padding-inline:12px}.message-bubble{max-width:94%!important}.conversation-card{grid-template-columns:42px minmax(0,1fr) 30px!important;padding:10px}.conversation-avatar{width:42px;height:42px;border-radius:16px}.dashboard-modern{overflow:hidden}.dashboard-hero{margin-inline:0!important;padding:16px!important;grid-template-columns:1fr!important}.hero-progress-line{height:10px!important}.modern-stats{grid-template-columns:1fr 1fr!important}.modern-stat{padding:14px!important}.dashboard-mobile-cards,.dashboard-lists{grid-template-columns:1fr!important}.chart svg{min-width:0!important;width:100%!important}.stats{gap:10px!important}}html,body,#root,.app{width:100%;max-width:100%;overflow-x:hidden}.layout,main,.card,.dashboard-modern,.dashboard-hero,.modern-stats,.modern-stat,.dashboard-mobile-cards,.dashboard-lists{min-width:0;max-width:100%}.live-search-wrap{display:grid;gap:6px}.live-search-wrap small{font-size:11px;color:#64748b}.live-search-input{background:#fff}.filters .live-search-wrap{min-width:0}.time-control{display:grid;gap:8px}.time-tools{display:flex;gap:6px;flex-wrap:wrap}.time-tools button{border:1px solid #e2e8f0;background:#f8fafc;border-radius:11px;padding:6px 9px;font-size:12px;cursor:pointer;color:#334155}.time-tools button:hover{background:#0f172a;color:#fff;border-color:#0f172a}.time-input{font-size:15px;font-weight:800;text-align:center;letter-spacing:.5px}.image-viewer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;background:#020617c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:16px}.image-viewer-box{width:min(960px,96vw);max-height:94vh;background:#fff;border-radius:24px;box-shadow:0 30px 100px #00000073;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.image-viewer-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #e8eef6}.image-viewer-head button{width:36px;height:36px;border:0;border-radius:14px;background:#f1f5f9;font-size:22px;cursor:pointer}.image-viewer-box img{display:block;max-width:100%;max-height:calc(94vh - 70px);margin:auto;object-fit:contain;background:#0f172a}.message-image-button{touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.message-image-button img{pointer-events:none}.dashboard-modern{width:100%}.dashboard-hero,.modern-stat,.dashboard-mobile-cards>.card{box-shadow:0 10px 26px #0f172a12}.dashboard-hero{background:linear-gradient(135deg,#111827,#1f2937)!important}.hero-progress-line span{background:#fbbf24!important}@media(max-width:720px){body{position:relative}.app{overflow-x:hidden!important}.layout{display:block!important;width:100%!important}.sidebar{width:100%!important;max-width:100vw!important;overflow-x:auto!important;overflow-y:hidden!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important}.sidebar>div{flex:0 0 auto!important}.nav-item{width:auto!important;min-width:max-content!important}.subnav{display:none!important}main{width:100%!important;max-width:100vw!important;overflow:visible!important;padding:10px!important}.page-head{width:100%;max-width:100%;overflow:hidden}.dashboard-modern{overflow:visible!important;gap:12px!important}.dashboard-hero{width:100%!important;max-width:100%!important;grid-template-columns:1fr!important;padding:14px!important;border-radius:22px!important;overflow:hidden!important}.hero-content h2{font-size:19px!important;line-height:1.55!important}.hero-content p,.hero-side-card small{font-size:12px!important}.hero-progress-line{height:8px!important;margin:14px 0 8px!important}.hero-meta b{font-size:18px!important}.hero-side-card{padding:12px!important;border-radius:18px!important}.hero-side-card b{font-size:16px!important}.modern-stats{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;width:100%!important}.modern-stat{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:8px 10px!important;width:100%!important;min-height:74px!important;padding:12px!important;border-radius:18px!important;overflow:hidden!important}.modern-stat i{grid-row:1 / span 2!important;width:36px!important;height:36px!important;margin:0!important;justify-self:start!important}.modern-stat span{font-size:12px!important;line-height:1.5!important;padding:0!important}.modern-stat b{font-size:16px!important;line-height:1.5!important;padding:0!important;margin:0!important;overflow-wrap:anywhere}.dashboard-mobile-cards,.dashboard-lists{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}.dashboard-mobile-cards>.card:nth-child(2){display:block!important}.dashboard-lists{display:none!important}.chart,.chart svg{width:100%!important;max-width:100%!important;min-width:0!important}.chart-list{grid-template-columns:1fr!important}.card{width:100%;max-width:100%;padding:12px!important;border-radius:18px!important}.filters{grid-template-columns:1fr!important;padding:10px!important}.input,.textarea,.btn{font-size:13px}.time-tools button{font-size:11px;padding:6px 8px}.image-viewer-layer{padding:8px}.image-viewer-box{width:100vw;max-height:100vh;border-radius:0}.image-viewer-box img{max-height:calc(100vh - 64px)}.message-image-button{width:100%}.message-image-button img{width:100%!important;max-height:320px!important;object-fit:cover}.messages-layout-pro{height:auto!important}.chat-window-pro{height:calc(100dvh - 170px)!important;min-height:520px!important}.chat-messages-pro{overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}}.table-wrap{width:100%;max-height:560px;overflow:auto}.table-wrap thead th{position:sticky;top:0;z-index:2}.table-wrap td,.table-wrap th{vertical-align:middle;white-space:nowrap}.expenses-total{direction:ltr;display:flex;justify-content:flex-start;margin-top:12px}.expenses-total-box{direction:rtl;min-width:240px;border:1px solid #e8eef6;background:#f8fafc;border-radius:18px;padding:12px 14px;box-shadow:0 8px 22px #0f172a0d}.expenses-total-box span{display:block;color:#64748b;font-size:12px;font-weight:800;margin-bottom:5px}.expenses-total-box b{display:block;font-size:18px;color:#0f172a}.conversation-menu-wrap{position:relative;align-self:center}.conversation-menu{position:absolute;left:0;top:calc(100% + 6px);z-index:20;min-width:132px;display:grid;gap:4px;padding:6px;background:#fff;border:1px solid #e8eef6;border-radius:16px;box-shadow:0 18px 45px #0f172a2e}.conversation-menu button{border:0;background:transparent;border-radius:12px;padding:9px 10px;text-align:right;cursor:pointer;color:#0f172a}.conversation-menu button:hover{background:#f1f5f9}.conversation-menu button.danger{color:#be123c}.conversation-menu-btn:hover{background:#e2e8f0;color:#0f172a}.conversation-card.active .conversation-menu{color:#0f172a}@media(max-width:720px){.table-wrap{max-height:52vh}.table-wrap table{min-width:760px}.expenses-total-box{min-width:min(240px,100%)}.conversation-menu{left:0;right:auto}}.feature-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;max-height:280px;overflow:auto;padding:8px;border:1px solid #e8eef6;border-radius:18px;background:#f8fafc}.feature-check-grid .check-row{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:9px 10px}.file-pill{display:grid;gap:4px;margin-top:8px;border:1px solid #e8eef6;background:#f8fafc;border-radius:14px;padding:8px 10px;color:#334155;max-width:100%;overflow:hidden;text-overflow:ellipsis}.file-pill small{color:#94a3b8;font-size:11px}html,body,#root{min-height:100%;height:auto;overflow-y:auto}.app{min-height:100dvh;padding-bottom:env(safe-area-inset-bottom,0)}main{padding-bottom:calc(34px + env(safe-area-inset-bottom,0))!important}.table-wrap{min-height:140px;max-height:560px;overflow:auto!important}@media(max-width:720px){body{overflow-y:auto!important}.app{overflow-y:auto!important;min-height:100dvh}.layout{min-height:0!important}.sidebar{position:sticky!important;top:51px!important}.chat-window-pro{height:auto!important;min-height:0!important;max-height:none!important}.messages-layout-pro{height:auto!important;min-height:0!important}.chat-messages-pro{max-height:56dvh!important;min-height:280px!important}.conversation-sidebar{max-height:230px!important}.modal-layer{align-items:end!important}.modal{max-height:88dvh!important}.feature-check-grid{grid-template-columns:1fr;max-height:220px}.table-wrap{max-height:54dvh!important}main{padding-bottom:calc(56px + env(safe-area-inset-bottom,0))!important}}.message-image-button.is-broken{display:none!important}.filters.single-filter{grid-template-columns:minmax(0,1fr)!important}.message-image-button{text-decoration:none;color:inherit;cursor:pointer}.message-image-fallback{display:none;margin-top:8px;border:1px dashed #cbd5e1;background:#f8fafc;border-radius:12px;padding:8px 10px;color:#334155;font-size:12px;font-weight:800}.message-image-button.is-broken{display:inline-flex!important;flex-direction:column;align-items:flex-start;gap:6px;max-width:100%;background:#fff!important;border:1px solid #e8eef6!important;border-radius:16px!important;padding:8px!important}.message-image-button.is-broken .message-image-fallback{display:inline-block}.message-image-button.is-broken:before{content:"تصویر این پیام از مسیر ذخیره‌شده پیدا نشد";font-size:11px;color:#94a3b8}.checkbox-dropdown,.worker-combobox{position:relative;min-width:0}.checkbox-dropdown-toggle{width:100%;text-align:right;cursor:pointer;background:#fff}.checkbox-dropdown-menu,.worker-combobox-menu{position:absolute;z-index:500;top:calc(100% + 6px);right:0;left:0;background:#fff;border:1px solid #e8eef6;border-radius:18px;box-shadow:0 18px 45px #0f172a29;padding:8px;max-height:240px;overflow:auto}.checkbox-dropdown-menu .check-row{display:flex;align-items:center;gap:8px;padding:8px;border-radius:12px;cursor:pointer}.checkbox-dropdown-menu .check-row:hover{background:#f8fafc}.worker-combobox-menu{display:grid;gap:6px}.worker-combobox-menu button{border:0;background:#f8fafc;border-radius:14px;padding:9px 10px;text-align:right;cursor:pointer;display:grid;gap:3px;color:#0f172a}.worker-combobox-menu button:hover{background:#0f172a;color:#fff}.worker-combobox-menu small{font-size:11px;color:#64748b}.worker-combobox-menu button:hover small{color:#dbeafe}.empty-mini{padding:10px;color:#64748b;font-size:12px;text-align:center}.nav-item{position:relative}.nav-unread-dot{width:9px;height:9px;border-radius:50%;background:#f97316;box-shadow:0 0 0 3px #f973162e;margin-inline-start:auto;display:inline-block;flex:0 0 auto}.image-viewer-box .file-link{margin:10px auto 14px;display:inline-block}@media(max-width:720px){.checkbox-dropdown-menu,.worker-combobox-menu{position:fixed;right:12px;left:12px;top:auto;bottom:18px;max-height:45vh}.nav-unread-dot{margin-inline-start:6px}.asset-records-table{min-width:860px}}.wide-cell{max-width:360px;white-space:normal!important;line-height:1.7}.report-card p{line-height:1.75}.login-screen{background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#e9f1ee!important}.login-card h1{font-size:42px;letter-spacing:-1px}@media(max-width:720px){.wide-cell{max-width:260px}.login-card h1{font-size:34px}}.banna-wordmark{font-family:Vazirmatn,IRANSans,Shabnam,Yekan Bakh,Tahoma,Arial,sans-serif;font-size:46px!important;line-height:1.2;font-weight:900;letter-spacing:-.04em;margin:8px 0 4px}.jalali-picker{z-index:30}.field{display:block}@media(max-width:720px){.banna-wordmark{font-size:38px!important}}.login-screen{background-image:url(/assets/login-bg-CK7Qpkpb.png)!important;background-size:contain!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#edf3f0!important}@media(max-width:720px){.login-screen{background-size:contain!important;background-position:center center!important;background-repeat:no-repeat!important}}html,body,#root,.app{width:100%;min-height:100%;margin:0;padding:0}body{overflow-x:hidden}.login-screen{background-image:url(/assets/login-bg-CK7Qpkpb.png)!important;width:100vw!important;min-height:100dvh!important;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background-size:cover!important;background-position:center bottom!important;background-repeat:no-repeat!important;background-color:#edf3f0!important;position:relative;overflow:hidden}.login-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0206179e,#0f172a2e);pointer-events:none}.login-card{position:relative;z-index:1}@media(max-width:720px){.login-screen{width:100vw!important;min-height:100dvh!important;padding:16px!important;background-size:cover!important;background-position:center bottom!important;background-repeat:no-repeat!important}.login-card{width:100%;max-width:94vw}}@media(max-width:420px){.login-screen{background-position:center bottom!important}}
