@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");:root{--orange-light:#ffbe76;--orange:#ff9800;--orange-dark:#e65100;--coral:#e17055;--dark:#2d3436;--dark-secondary:#636e72;--bg-light:#f8f9fa;--bg-card:#ffffff;--border:#e0e6ed;--text-primary:#2d3436;--text-secondary:#636e72;--text-muted:#94a3b8;--green:#00b894;--blue:#0984e3;--red:#d63031;--yellow:#f59e0b;--sidebar-width:260px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 2px 8px rgba(0,0,0,0.04);--shadow-md:0 4px 20px rgba(0,0,0,0.08);--shadow-lg:0 8px 40px rgba(0,0,0,0.12);--shadow-xl:0 12px 48px rgba(0,0,0,0.16);--font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--font-family);background:var(--bg-light);color:var(--text-primary);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--orange-dark);text-decoration:none}a:hover{color:var(--orange)}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-layout{display:flex;min-height:100vh}.sidebar{background:linear-gradient(180deg,#e8512d,#c0392b);box-shadow:4px 0 20px rgba(192,57,43,.15)}.sidebar-logo{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 20px 16px;margin-bottom:8px}.sidebar-logo img{box-shadow:0 4px 16px rgba(0,0,0,.15)}.sidebar-logo .logo-text{font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:white;text-align:center}.sidebar-logo .logo-sub{font-size:.72rem;opacity:.7;font-weight:400;color:rgba(255,255,255,.85)}.sidebar-nav{flex:1;padding:0 12px;overflow-y:auto;overflow-x:hidden}.nav-section-title{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5);padding:16px 16px 6px;font-weight:600}.nav-item{transition:all .2s ease}.nav-item.active{box-shadow:0 2px 8px rgba(0,0,0,.1)}.nav-item .nav-icon{margin-right:12px;font-size:1.1rem;width:24px;text-align:center}.sidebar-footer{padding:12px 14px;flex-shrink:0}.user-info{background:rgba(255,255,255,.15);backdrop-filter:blur(4px)}.user-avatar{background:rgba(255,255,255,.25);border:2px solid rgba(255,255,255,.3)}.user-name{font-weight:600;font-size:.85rem;color:white}.user-role{font-size:.68rem;color:rgba(255,255,255,.7);margin-top:1px}.logout-btn{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);transition:all .2s}.logout-btn:hover{background:rgba(255,255,255,.25)}.page-header{background:linear-gradient(135deg,rgba(255,152,0,.08),rgba(230,81,0,.04))}.page-header h1{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:4px;letter-spacing:-.02em}.page-header p{color:var(--text-secondary);font-size:.9rem}.card{transition:box-shadow .2s ease}.card:hover{box-shadow:var(--shadow-md)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-title{font-weight:600;font-size:1rem;color:var(--text-primary)}.card-subtitle{font-size:.82rem;color:var(--text-secondary);margin-top:2px}.stat-card{transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat-icon{font-size:2rem;margin-bottom:8px}.stat-label{font-size:.82rem;color:var(--text-secondary);margin-top:2px}.btn{transition:all .2s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(230,81,0,.35)}.btn-secondary{background:#f1f5f9;color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:#e2e8f0}.btn-outline{background:transparent;border:1.5px solid var(--border);color:var(--text-primary)}.btn-outline:hover{border-color:var(--orange);color:var(--orange-dark)}.btn-danger{background:linear-gradient(135deg,#e74c3c,#c0392b);color:white;box-shadow:0 2px 8px rgba(192,57,43,.25)}.btn-danger:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(192,57,43,.35)}.btn-sm{padding:6px 14px;font-size:.8rem}.btn-lg{padding:14px 28px;font-size:1rem}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-group{margin-bottom:16px}.form-label{display:block;font-weight:600;font-size:.82rem;color:var(--text-secondary);margin-bottom:6px}.form-input,.form-select,.form-textarea{width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;font-family:var(--font-family);transition:border-color .2s,box-shadow .2s;background:var(--bg-card);color:var(--text-primary)}.form-input:focus,.form-select:focus,.form-textarea:focus{box-shadow:0 0 0 3px rgba(255,152,0,.12)}.form-grid,.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.88rem}.data-table th{background:var(--bg-light);padding:10px 14px;text-align:left;font-weight:600;color:var(--text-secondary);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border)}.data-table td{padding:12px 14px;border-bottom:1px solid var(--border)}.data-table tr:hover td{background:rgba(255,152,0,.03)}.data-table tr{transition:background .15s}.badge-active,.badge-success{background:rgba(0,184,148,.1);color:var(--green)}.badge-warning{background:rgba(255,152,0,.1);color:var(--orange-dark)}.badge-danger,.badge-error{background:rgba(214,48,49,.1);color:var(--red)}.badge-info{background:rgba(9,132,227,.1);color:var(--blue)}.badge-draft{background:#f1f5f9;color:#64748b}.badge-orange{background:rgba(255,152,0,.12);color:var(--orange-dark)}.login-card{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-xl);animation:fadeInCard .6s ease}@keyframes fadeInCard{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-logo{text-align:center;margin-bottom:24px}.login-logo img{height:60px;width:auto;margin-bottom:12px}.login-title{text-align:center;color:var(--orange-dark);font-size:1.5rem;font-weight:700;margin-bottom:4px}.login-subtitle{text-align:center;color:var(--text-secondary);font-size:.88rem;margin-bottom:24px}.login-error{background:rgba(214,48,49,.08);color:var(--red);border:1px solid rgba(214,48,49,.15);border-radius:var(--radius-sm)}.login-error,.login-success{padding:10px 14px;font-size:.85rem;margin-bottom:16px}.login-success{background:rgba(0,184,148,.08);color:var(--green);border:1px solid rgba(0,184,148,.15);border-radius:var(--radius-sm)}.btn-login{transition:all .2s;box-shadow:0 2px 8px rgba(230,81,0,.25)}.btn-login:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(230,81,0,.35)}.btn-login:disabled{opacity:.6;cursor:not-allowed;transform:none}.forgot-password-link{display:block;text-align:center;margin-top:16px;font-size:.82rem;color:var(--orange-dark);cursor:pointer;transition:color .2s}.forgot-password-link:hover{color:var(--orange);text-decoration:underline}.modal-overlay{background:rgba(0,0,0,.5)}.modal{background:white;border-radius:var(--radius-md);box-shadow:var(--shadow-xl);animation:fadeInCard .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-title{font-size:1.1rem;font-weight:700}.modal-close{background:none;border:none;font-size:1.2rem;cursor:pointer;opacity:.5;transition:opacity .2s}.modal-close:hover{opacity:1}.modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state .empty-icon{font-size:3rem;margin-bottom:12px}.empty-state h3{font-size:1.1rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px}.alert,.empty-state p{font-size:.88rem}.alert{padding:10px 14px;border-radius:var(--radius-sm);margin-bottom:16px;display:flex;align-items:center;gap:10px}.alert-warning{background:rgba(255,152,0,.08);color:var(--orange-dark);border:1px solid rgba(255,152,0,.15)}.alert-success{background:rgba(0,184,148,.08);color:var(--green);border:1px solid rgba(0,184,148,.15)}.alert-error{background:rgba(214,48,49,.08);color:var(--red);border:1px solid rgba(214,48,49,.15)}.alert-info{background:rgba(9,132,227,.08);color:var(--blue);border:1px solid rgba(9,132,227,.15)}.spinner{display:inline-block;width:28px;height:28px;border-left:3px solid rgba(255,152,0,.15);border-bottom:3px solid rgba(255,152,0,.15);border-top:3px solid rgba(255,152,0,.15);border-top-color:var(--orange);border-right:3px solid rgba(255,152,0,.15);border-right-color:var(--orange-dark);border-radius:50%;animation:spinPremium .7s cubic-bezier(.68,-.55,.27,1.55) infinite}@keyframes spinPremium{to{transform:rotate(1turn)}}.loading-center{display:flex;align-items:center;justify-content:center;padding:40px;gap:12px}.loading-center:after{content:"Ładowanie...";font-size:.85rem;color:var(--text-muted);animation:loadingTextPulse 1.5s ease-in-out infinite}@keyframes loadingTextPulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.fade-in{animation:fadeIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideIn{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}.slide-in{animation:slideIn .4s cubic-bezier(.34,1.56,.64,1)}.float-up{animation:floatUp .45s cubic-bezier(.34,1.56,.64,1) both}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes floatUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:none}}.main-content{flex:1;margin-left:var(--sidebar-width);padding:24px 32px;min-height:100vh;max-width:calc(100vw - var(--sidebar-width));overflow-x:hidden;animation:pageEnter .5s cubic-bezier(.22,1,.36,1) both}.main-content>div,.main-content>h1,.main-content>h2,.main-content>section{animation:floatUp .6s cubic-bezier(.22,1,.36,1) both}.main-content>:first-child{animation-delay:.05s}.main-content>:nth-child(2){animation-delay:.1s}.main-content>:nth-child(3){animation-delay:.15s}.main-content>:nth-child(4){animation-delay:.2s}.main-content>:nth-child(5){animation-delay:.25s}.main-content>:nth-child(6){animation-delay:.3s}.main-content>:nth-child(7){animation-delay:.35s}.main-content>:nth-child(8){animation-delay:.4s}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--orange-dark),var(--coral));background-size:200% 100%;animation:gradientSlide 3s ease infinite;opacity:0;transition:opacity .3s}.stat-card:hover:before{opacity:1}.stat-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 40px rgba(230,81,0,.12),0 4px 12px rgba(0,0,0,.06);border-color:rgba(255,152,0,.25)}@keyframes gradientSlide{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.22,1,.36,1);overflow-x:auto;position:relative}.card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);border-color:rgba(255,152,0,.15)}.sidebar{position:fixed;left:0;top:0;width:var(--sidebar-width);height:100vh;background:linear-gradient(180deg,#e8512d,#c0392b 45%,#a93226);background-size:100% 200%;animation:sidebarBreathing 8s ease-in-out infinite;color:white;padding:20px 0;display:flex;flex-direction:column;z-index:100;overflow:hidden;box-shadow:4px 0 30px rgba(192,57,43,.2)}@keyframes sidebarBreathing{0%,to{background-position:0 0}50%{background-position:0 100%}}.nav-item{display:flex;align-items:center;padding:10px 16px;border-radius:var(--radius-md);color:rgba(255,255,255,.85);font-size:.88rem;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1);margin-bottom:2px;text-decoration:none;position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:white;border-radius:0 4px 4px 0;transition:height .25s cubic-bezier(.22,1,.36,1)}.nav-item:hover{background:rgba(255,255,255,.15);color:white;transform:translateX(3px)}.nav-item:hover:before{height:60%}.nav-item.active{background:rgba(255,255,255,.2);color:white;font-weight:600;box-shadow:0 2px 12px rgba(0,0,0,.15);transform:translateX(3px)}.nav-item.active:before{height:80%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius-sm);font-weight:600;font-size:.88rem;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1);border:none;font-family:var(--font-family);position:relative;overflow:hidden}.btn:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--ripple-x,50%) var(--ripple-y,50%),rgba(255,255,255,.3) 0,transparent 70%);opacity:0;transition:opacity .4s}.btn:active:after{opacity:1;transition:opacity 0s}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:white;box-shadow:0 2px 8px rgba(230,81,0,.25)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(230,81,0,.35)}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(230,81,0,.25)}.data-table tr{cursor:pointer;transition:all .2s ease}.data-table tr:hover td{background:rgba(255,152,0,.04)}.data-table tr:active td{background:rgba(255,152,0,.08)}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;transition:all .25s ease}.badge:hover{transform:scale(1.05)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,152,0,.1),0 2px 8px rgba(255,152,0,.08);transform:translateY(-1px)}@keyframes modalBackdropIn{0%{opacity:0;backdrop-filter:blur(0)}to{opacity:1;backdrop-filter:blur(8px)}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px);filter:blur(4px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:modalBackdropIn .3s ease}.modal{background:rgba(255,255,255,.97);backdrop-filter:blur(20px);padding:28px;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 1px rgba(255,152,0,.1);animation:modalSlideIn .4s cubic-bezier(.22,1,.36,1)}.login-card,.modal{border-radius:var(--radius-lg);width:100%}.login-card{background:rgba(255,255,255,.87);backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);padding:40px;max-width:420px;box-shadow:0 20px 60px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.5);animation:modalSlideIn .6s cubic-bezier(.22,1,.36,1);border:1px solid rgba(255,255,255,.4)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffbe76,#e17055 50%,#e65100);background-size:300% 300%;animation:loginGradient 12s ease infinite}@keyframes loginGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.btn-login{width:100%;padding:12px;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:white;border:none;border-radius:var(--radius-sm);font-family:var(--font-family);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);box-shadow:0 4px 16px rgba(230,81,0,.3);margin-top:8px;position:relative;overflow:hidden}.btn-login:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%);animation:loginBtnSheen 3s ease-in-out infinite}@keyframes loginBtnSheen{0%{transform:translateX(-100%) rotate(25deg)}to{transform:translateX(100%) rotate(25deg)}}.btn-login:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(230,81,0,.4)}.btn-login:active{transform:translateY(0)}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper .form-input{padding-right:44px}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--text-secondary);cursor:pointer;padding:6px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.6}.password-toggle:hover{opacity:1;color:var(--orange);background:rgba(255,152,0,.08)}.login-divider{display:flex;align-items:center;margin:16px 0;gap:12px}.login-divider:after,.login-divider:before{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.login-divider span{font-size:.8rem;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.btn-google{width:100%;padding:11px 16px;background:white;color:#3c4043;border:1px solid #dadce0;border-radius:var(--radius-sm);font-family:var(--font-family);font-size:.95rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s cubic-bezier(.22,1,.36,1);box-shadow:0 1px 3px rgba(0,0,0,.08)}.btn-google:hover{background:#f8f9fa;transform:translateY(-1px);box-shadow:0 3px 12px rgba(66,133,244,.15);border-color:#4285F4}.btn-google:active{transform:translateY(0);box-shadow:0 1px 3px rgba(0,0,0,.08)}.btn-google svg{flex-shrink:0}.page-header{background:linear-gradient(135deg,rgba(255,152,0,.06),rgba(230,81,0,.03));border:1px solid var(--border);border-radius:var(--radius-md);padding:24px 28px;margin-bottom:24px;position:relative;overflow:hidden}.page-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark),var(--coral),var(--orange-light));background-size:300% 100%;animation:gradientSlide 4s linear infinite}.skeleton{background:linear-gradient(110deg,#f1f5f9 8%,#e8edf2 18%,#f1f5f9 33%);background-size:300% 100%;animation:premiumShimmer 1.4s linear infinite;border-radius:var(--radius-sm)}@keyframes premiumShimmer{0%{background-position:300% 0}to{background-position:-300% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stats-grid>*{animation:floatUp .5s cubic-bezier(.22,1,.36,1) both}.stats-grid>:first-child{animation-delay:.05s}.stats-grid>:nth-child(2){animation-delay:.1s}.stats-grid>:nth-child(3){animation-delay:.15s}.stats-grid>:nth-child(4){animation-delay:.2s}.stats-grid>:nth-child(5){animation-delay:.25s}.stats-grid>:nth-child(6){animation-delay:.3s}.stats-grid>:nth-child(7){animation-delay:.35s}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cbd5e1,#94a3b8);border-radius:3px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#94a3b8,#64748b)}.user-info{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.12);border-radius:var(--radius-md);padding:12px 14px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);transition:all .3s ease}.user-info:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.25)}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.3),rgba(255,255,255,.1));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0;color:white;border:2px solid rgba(255,255,255,.35);transition:all .3s}.user-info:hover .user-avatar{border-color:rgba(255,255,255,.6);transform:scale(1.08)}.logout-btn{margin-top:8px;width:100%;padding:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);color:rgba(255,255,255,.85);font-size:.8rem;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1);font-family:var(--font-family)}.logout-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.35);color:white;transform:translateY(-1px)}::selection{background:rgba(255,152,0,.25);color:var(--text-primary)}:focus-visible{outline:2px solid var(--orange);outline-offset:2px;border-radius:4px}a,button,input,select,textarea{transition:all .2s ease}table{animation:fadeIn .4s ease both}.dropzone{border:2px dashed var(--border);border-radius:var(--radius-md);padding:40px;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);position:relative}.dropzone:hover{border-color:var(--orange);background:rgba(255,152,0,.04);transform:scale(1.01)}.dropzone.active{border-color:var(--orange);background:rgba(255,152,0,.08);transform:scale(1.02);box-shadow:0 0 0 4px rgba(255,152,0,.1)}.stat-value{font-size:1.8rem;font-weight:800;color:var(--orange-dark);letter-spacing:-.02em;animation:counterReveal .8s cubic-bezier(.22,1,.36,1) both}@keyframes counterReveal{0%{opacity:0;transform:translateY(10px) scale(.8);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.sidebar-logo img{width:80px;height:80px;border-radius:18px;background:white;padding:8px;object-fit:contain;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:all .4s cubic-bezier(.22,1,.36,1)}.sidebar-logo img:hover{transform:scale(1.08) rotate(-3deg);box-shadow:0 8px 30px rgba(0,0,0,.25)}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.form-grid,.form-row{grid-template-columns:1fr}}@media (max-width:768px){.sidebar{width:200px}.main-content{margin-left:200px;padding:16px}}div[style*="gridTemplateColumns: 'repeat(6"]>div,div[style*=grid-template-columns]>div{transition:all .25s cubic-bezier(.22,1,.36,1)!important}tr{transition:all .15s ease!important}button{transition:all .2s cubic-bezier(.22,1,.36,1)!important}button:hover{filter:brightness(1.05)}button:active{transform:scale(.97)!important}*{transition-property:background-color,border-color,color,box-shadow,opacity;transition-duration:.15s;transition-timing-function:ease}.fade-in,.login-page,.sidebar,.skeleton,.slide-in,.spinner,[style*=animation]{transition:none}.pwa-install-card-wrap{position:fixed;left:calc(var(--sidebar-width) + 32px);bottom:88px;z-index:9994;width:min(680px,calc(100vw - var(--sidebar-width) - 72px));pointer-events:none}.pwa-install-card{position:relative;display:grid;grid-template-columns:160px 1fr;gap:22px;min-height:170px;padding:28px 28px 24px;background:rgba(255,255,255,.97);border:1px solid rgba(226,232,240,.9);border-radius:8px;box-shadow:0 24px 70px rgba(15,23,42,.15);pointer-events:auto}.pwa-install-card h2,.pwa-install-dialog h2{margin:0;color:#1f2937;font-size:1.42rem;line-height:1.25;font-weight:800;letter-spacing:0}.pwa-install-card p,.pwa-install-dialog p{margin:0;color:#374151;font-size:.98rem;line-height:1.55}.pwa-install-card-content{position:relative;display:flex;flex-direction:column;gap:7px;padding-right:24px}.pwa-install-muted{color:#6b7280!important;font-size:.9rem!important}.pwa-install-actions,.pwa-install-dialog-actions,.pwa-install-mock-actions{display:flex;align-items:center;gap:14px}.pwa-install-actions{margin-top:14px}.pwa-install-icon-button,.pwa-install-primary,.pwa-install-secondary,.pwa-install-text-button{font:inherit}.pwa-install-primary,.pwa-install-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 28px;border-radius:8px;font-size:.96rem;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;white-space:nowrap}.pwa-install-primary{border:1px solid #ff6b00;background:linear-gradient(180deg,#ff7a18,#ff5a00);color:#fff;box-shadow:0 12px 22px rgba(255,107,0,.2)}.pwa-install-primary.outline{background:#fff;color:#f05d00;box-shadow:none}.pwa-install-secondary{border:1px solid #dbe3ee;background:#fff;color:#1f2937;box-shadow:0 8px 18px rgba(15,23,42,.04)}.pwa-install-primary:hover,.pwa-install-secondary:hover{transform:translateY(-1px)}.pwa-install-icon-button:focus-visible,.pwa-install-primary:focus-visible,.pwa-install-secondary:focus-visible,.pwa-install-text-button:focus-visible{outline:3px solid rgba(255,107,0,.28);outline-offset:2px}.pwa-install-text-button{border:0;background:transparent;color:#4b5563;font-weight:800;cursor:pointer;min-height:44px;padding:0 10px}.pwa-install-text-button:hover{color:#f05d00}.pwa-install-icon-button{position:absolute;top:-8px;right:-4px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:#334155;cursor:pointer}.pwa-install-icon-button:hover{background:#f8fafc}.pwa-install-illustration{position:relative;width:148px;height:148px;border-radius:50%;background:#fff0e7;display:flex;align-items:center;justify-content:center}.pwa-install-laptop{position:relative;width:78px;height:58px;border:4px solid #1f2937;border-radius:8px 8px 4px 4px;background:#f8fafc;box-shadow:inset 0 -10px 0 rgba(148,163,184,.12)}.pwa-install-laptop:after{content:"";position:absolute;left:-12px;right:-12px;bottom:-16px;height:8px;border-radius:999px;background:#1f2937}.pwa-install-laptop span{position:absolute;top:8px;width:5px;height:5px;border-radius:50%}.pwa-install-laptop span:first-child{left:9px;background:#ef4444}.pwa-install-laptop span:nth-child(2){left:18px;background:#f59e0b}.pwa-install-laptop span:nth-child(3){left:27px;background:#22c55e}.pwa-install-download-badge{position:absolute;right:12px;bottom:20px;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(180deg,#ff8a1f,#ff5a00);box-shadow:0 10px 24px rgba(255,107,0,.3)}.pwa-install-arrow{position:fixed;right:44px;top:20px;width:min(680px,45vw);height:260px;z-index:9996;pointer-events:none}.pwa-install-arrow.compact{position:fixed;left:calc(var(--sidebar-width) + 640px);right:32px;top:24px;bottom:168px;width:auto;height:auto;min-width:420px;opacity:.95}.pwa-install-backdrop{position:fixed;inset:0;z-index:9995;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.62);backdrop-filter:blur(3px)}.pwa-install-dialog{position:relative;z-index:9997;width:min(520px,calc(100vw - 36px));min-height:335px;display:flex;flex-direction:column;justify-content:center;gap:18px;padding:36px;border-radius:8px;background:rgba(255,255,255,.98);border:1px solid rgba(226,232,240,.92);box-shadow:0 28px 80px rgba(0,0,0,.28)}.pwa-install-dialog.done{align-items:center;text-align:center;min-height:520px}.pwa-install-step{color:#ff5a00!important;font-size:.95rem!important;font-weight:800}.pwa-install-step-list{display:flex;flex-direction:column;gap:16px;margin:6px 0 10px}.pwa-install-step-row{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:center}.pwa-install-step-row span{width:48px;height:48px;border-radius:50%;background:#fff2e8;color:#1f2937;display:flex;align-items:center;justify-content:center}.pwa-install-body{font-size:1.08rem!important}.pwa-install-body.center{max-width:390px}.pwa-install-dialog-actions{margin-top:12px;justify-content:space-between}.pwa-install-dialog-actions.two{width:100%;display:grid;grid-template-columns:1fr 1fr}.pwa-install-success{width:88px;height:88px;border-radius:50%;color:#fff;background:linear-gradient(180deg,#46d963,#0ca04c);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 32px rgba(22,163,74,.28)}.pwa-install-success-note{width:100%;max-width:395px;display:flex;align-items:center;gap:14px;padding:15px 18px;border-radius:8px;background:#e9f9ee;color:#1f2937;text-align:left;font-weight:600}.pwa-install-browser-mock{position:fixed;top:64px;right:9vw;z-index:9997;width:min(430px,88vw);padding:26px;border-radius:8px;background:#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 20px 70px rgba(0,0,0,.34)}.pwa-install-mock-badge{position:absolute;top:-30px;right:16px;width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.82);box-shadow:0 10px 28px rgba(15,23,42,.16)}.pwa-install-browser-mock h3{margin:0 0 18px;font-size:1.18rem;color:#111827}.pwa-install-browser-mock p{margin:0 0 18px;color:#4b5563;font-size:.96rem}.pwa-install-mock-app{display:flex;gap:14px;align-items:center;margin-bottom:18px}.pwa-install-mock-app span,.pwa-install-taskbar-toast span{width:52px;height:52px;border-radius:8px;background:linear-gradient(180deg,#ff7a18,#ff5a00);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.pwa-install-mock-app strong{display:block;color:#111827;margin-bottom:2px}.pwa-install-mock-app p{margin:0;color:#4b5563}.pwa-install-mock-actions{justify-content:flex-end}.pwa-install-mock-actions button{min-height:44px;padding:0 20px;border-radius:8px;border:1px solid #dbe3ee;background:#fff;color:#2563eb;font-weight:700}.pwa-install-mock-actions button:first-child{position:relative;background:#2563eb;color:#fff;box-shadow:0 0 0 8px rgba(255,107,0,.16),0 8px 22px rgba(37,99,235,.24)}.pwa-install-taskbar-toast{position:absolute;left:50%;bottom:-138px;transform:translateX(-50%);width:min(410px,calc(100vw - 40px));display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:8px;color:#fff;background:#111827;box-shadow:0 20px 48px rgba(0,0,0,.32);text-align:left}.pwa-install-taskbar-toast p{margin:2px 0 0;color:rgba(255,255,255,.86);font-size:.88rem}@media (min-width:761px) and (max-width:1450px){.pwa-install-backdrop.with-mock{justify-content:flex-start;padding-left:max(320px,calc(var(--sidebar-width) + 80px))}.pwa-install-backdrop.with-mock .pwa-install-dialog{width:min(500px,calc(100vw - var(--sidebar-width) - 420px))}.pwa-install-backdrop.with-mock .pwa-install-arrow{right:22px;top:10px;width:min(440px,34vw)}.pwa-install-browser-mock{top:42px;right:clamp(20px,4vw,62px);width:min(360px,29vw);padding:22px}}@media (max-width:1100px){.pwa-install-card-wrap{left:20px;width:calc(100vw - 40px)}.pwa-install-arrow.compact{display:none}}@media (max-width:760px){.pwa-install-card{grid-template-columns:1fr;padding:24px}.pwa-install-illustration{width:118px;height:118px}.pwa-install-actions,.pwa-install-dialog-actions,.pwa-install-dialog-actions.two{display:flex;flex-direction:column;align-items:stretch}.pwa-install-dialog{padding:28px 22px;min-height:auto}.pwa-install-arrow,.pwa-install-browser-mock{display:none}.pwa-install-taskbar-toast{position:static;transform:none;margin-top:8px}}@media (max-width:1023px){body,html{background:#eef2f7}}.mobile-shell{--mobile-orange:#ff4b12;--mobile-orange-2:#ff6a2c;--mobile-orange-pressed:#e23e08;--mobile-orange-soft:#fff1ea;--mobile-orange-soft-bd:#ffd8c4;--mobile-ink:#0d1424;--mobile-text:#334155;--mobile-strong:#111827;--mobile-muted:#64748b;--mobile-faint:#94a3b8;--mobile-border:#e9edf3;--mobile-border-control:#e6ebf1;--mobile-separator:#eef2f7;--mobile-soft:#f8fafc;--mobile-card:#ffffff;--mobile-canvas:linear-gradient(180deg,#f7f9fb,#eef2f7);--mobile-radius-card:18px;--mobile-radius-control:13px;--mobile-shadow-card:0 1px 2px rgba(16,24,40,0.05),0 10px 22px -16px rgba(16,24,40,0.2);--mobile-shadow-primary:0 8px 22px rgba(255,75,18,0.32);--mobile-shadow-sheet:0 -10px 44px rgba(16,24,40,0.24);--mobile-topbar-height:64px;--mobile-bottom-nav-height:76px;min-height:100dvh;background:var(--mobile-canvas);color:var(--mobile-text);font-family:"Manrope",var(--font-family);font-variant-numeric:tabular-nums}.mobile-shell *{letter-spacing:-.01em;-webkit-text-size-adjust:100%;text-size-adjust:100%}.mobile-shell :where(a,button,[role=button],input,select,textarea){-webkit-tap-highlight-color:rgba(255,75,18,.12)}.mobile-shell :where(input,select,textarea){font-size:16px}.mobile-shell :where(a,button,[role=button],.mobile-card,.mobile-record-card,.mobile-stat-card,.mobile-action-tile,.mobile-module-card,.mobile-bottom-item,.mobile-filter-button,.mobile-primary-button,.mobile-secondary-button,.mobile-icon-button,.mobile-avatar,.mobile-brand,.mobile-topbar-center,.mobile-quick-grid button,.mobile-action-list button,.mobile-sheet-actions button,.mobile-segmented-tabs button,.mobile-chat-compose button,.mobile-crm-chat-compose button){transform:none!important;scale:1!important;touch-action:manipulation;transition-property:background-color,border-color,color,box-shadow,opacity;transition-duration:.12s;transition-timing-function:ease}.mobile-shell :where(a,button,[role=button],.mobile-card,.mobile-record-card,.mobile-stat-card,.mobile-action-tile,.mobile-module-card,.mobile-bottom-item,.mobile-filter-button,.mobile-primary-button,.mobile-secondary-button,.mobile-icon-button,.mobile-avatar,.mobile-brand,.mobile-topbar-center,.mobile-quick-grid button,.mobile-action-list button,.mobile-sheet-actions button,.mobile-segmented-tabs button,.mobile-chat-compose button,.mobile-crm-chat-compose button):where(:hover,:active,:focus){transform:none!important;scale:1!important}.mobile-shell :where(.mobile-card-list,.mobile-stack-list,.mobile-record-card,.mobile-stat-card,.mobile-module-card,.mobile-quick-grid button){animation:none!important}.mobile-main{min-height:100dvh;padding:calc(env(safe-area-inset-top, 0px) + 76px) 16px calc(104px + env(safe-area-inset-bottom, 0px));overflow-x:hidden;touch-action:manipulation}.mobile-topbar{position:fixed;top:0;left:0;right:0;z-index:9000;height:calc(74px + env(safe-area-inset-top, 0px));padding:calc(12px + env(safe-area-inset-top, 0px)) 16px 10px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(223,231,240,.9);backdrop-filter:blur(18px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.mobile-topbar-detail{grid-template-columns:52px 1fr 52px}.mobile-brand{display:inline-flex;align-items:center;gap:8px;color:#111827;font-weight:900;font-size:1rem;line-height:1;min-width:0}.mobile-brand img{width:36px;height:36px;object-fit:contain;border-radius:8px}.mobile-brand span{display:flex;flex-direction:column;gap:4px}.mobile-brand small{color:var(--mobile-orange);font-size:.58rem;font-weight:800;letter-spacing:.28em}.mobile-topbar-center{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:#111827;font-size:.94rem;font-weight:700;white-space:nowrap}.mobile-topbar-actions{display:inline-flex;justify-content:flex-end;align-items:center;gap:8px}.mobile-icon-button{width:42px;height:42px;border:0;border-radius:999px;background:transparent;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-bell{position:relative}.mobile-bell span,.mobile-bottom-item em{position:absolute;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--mobile-orange);color:#fff;font-size:.68rem;font-style:normal;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.mobile-bell span{top:2px;right:0}.mobile-avatar{width:42px;height:42px;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#334155;font-weight:900;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0}.mobile-avatar img{width:100%;height:100%;object-fit:cover}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9000;min-height:calc(76px + env(safe-area-inset-bottom, 0px));padding:8px 10px calc(8px + env(safe-area-inset-bottom, 0px));background:rgba(255,255,255,.98);border-top:1px solid var(--mobile-border);border-radius:22px 22px 0 0;box-shadow:0 -6px 24px rgba(16,24,40,.06);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.mobile-bottom-item{position:relative;min-width:0;min-height:58px;color:#52647a;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:.74rem;font-weight:700;text-decoration:none}.mobile-bottom-item.active{color:var(--mobile-orange);background:var(--mobile-orange-soft)}.mobile-bottom-item.is-disabled{opacity:.38}.mobile-bottom-item em{top:5px;right:calc(50% - 28px)}.mobile-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:0 0 16px}.mobile-page-header h1{margin:0;font-size:clamp(1.5rem,6.2vw,1.72rem);line-height:1.08;color:var(--mobile-ink);font-weight:800;letter-spacing:-.03em}.mobile-page-header.compact h1{font-size:1.45rem}.mobile-page-header p{margin:6px 0 0;color:var(--mobile-muted);font-size:.92rem;line-height:1.4}.mobile-section{margin:16px 0}.mobile-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px}.mobile-bottom-sheet h2,.mobile-section-header h2{margin:0;font-size:1rem;line-height:1.2;font-weight:800;color:var(--mobile-ink)}.mobile-section-header h2{display:inline-flex;align-items:center;gap:9px}.mobile-section-header h2:before{content:"";width:4px;height:15px;border-radius:999px;background:linear-gradient(180deg,var(--mobile-orange-2),var(--mobile-orange));flex-shrink:0}.mobile-bottom-sheet,.mobile-card,.mobile-empty-state,.mobile-error-state,.mobile-info-box,.mobile-record-card,.mobile-stat-card{background:var(--mobile-card);border:1px solid var(--mobile-border);border-radius:var(--mobile-radius-card);box-shadow:var(--mobile-shadow-card)}.mobile-hero-card{border:1px solid #ffe2d5;border-radius:8px;padding:20px;background:linear-gradient(135deg,#fff,#fff7f2);box-shadow:0 10px 34px rgba(255,75,18,.08)}.mobile-hero-dark{position:relative;overflow:hidden;border-radius:20px;padding:18px 18px 16px;color:#fff;background:radial-gradient(130% 130% at 0 0,#1b2130,#0d1424 62%);box-shadow:0 20px 44px -14px rgba(13,20,36,.55)}.mobile-hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mobile-hero-greet strong{display:block;margin-top:7px;font-size:1.2rem;font-weight:800;letter-spacing:-.02em;color:#fff}.mobile-hero-live{display:inline-flex;align-items:center;gap:6px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9fb0c4}.mobile-hero-live i{width:7px;height:7px;border-radius:999px;background:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.18)}.mobile-hero-bell{position:relative;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.08);color:#e7edf5;flex-shrink:0}.mobile-hero-bell,.mobile-hero-bell em{display:inline-flex;align-items:center;justify-content:center}.mobile-hero-bell em{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--mobile-orange);color:#fff;font-size:.62rem;font-style:normal;font-weight:800}.mobile-hero-metric{margin-top:15px}.mobile-hero-metric span{display:block;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#8ea0b6}.mobile-hero-metric strong{display:block;margin-top:3px;font-size:2.3rem;line-height:1;font-weight:800;letter-spacing:-.045em;color:#fff}.mobile-hero-spark{display:block;width:100%;height:46px;margin:4px 0 12px}.mobile-hero-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mobile-hero-tiles button{padding:11px 10px;border-radius:13px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);color:#fff;text-align:left;display:flex;flex-direction:column;gap:2px;min-width:0}.mobile-hero-tiles span{font-size:1.16rem;font-weight:800;letter-spacing:-.02em}.mobile-hero-tiles small{font-size:.71rem;color:#9fb0c4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-cust-hero{position:relative;overflow:hidden;border-radius:20px;padding:16px;margin-bottom:16px;background:var(--mobile-card);border:1px solid var(--mobile-border);box-shadow:var(--mobile-shadow-card)}.mobile-cust-hero:before{content:"";position:absolute;top:-46px;right:-34px;width:168px;height:168px;border-radius:999px;background:radial-gradient(circle,rgba(255,106,44,.16),transparent 68%);pointer-events:none}.mobile-cust-hero-top{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mobile-cust-mono{width:52px;height:52px;border-radius:15px;background:linear-gradient(150deg,var(--mobile-orange-2),var(--mobile-orange));box-shadow:0 10px 22px -8px rgba(255,75,18,.5);color:#fff;justify-content:center}.mobile-cust-back,.mobile-cust-mono{display:inline-flex;align-items:center;flex-shrink:0}.mobile-cust-back{height:38px;padding:0 13px;border-radius:11px;border:1px solid var(--mobile-border);background:var(--mobile-soft);color:var(--mobile-muted);font-weight:700;font-size:.82rem;gap:6px}.mobile-cust-hero-body{position:relative;margin-top:13px}.mobile-cust-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.mobile-cust-eyebrow,.mobile-cust-src{font-weight:800;color:var(--mobile-orange)}.mobile-cust-src{padding:2px 8px;border-radius:999px;font-size:.62rem;font-style:normal;letter-spacing:.02em;background:var(--mobile-orange-soft)}.mobile-cust-hero-body h1{margin:7px 0 0;font-size:1.4rem;font-weight:800;letter-spacing:-.025em;line-height:1.14;color:var(--mobile-ink)}.mobile-cust-hero-body p{margin:5px 0 0;font-size:.85rem;color:var(--mobile-muted);line-height:1.4}.mobile-agr-hero{margin-bottom:14px}.mobile-agr-eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#8ea0b6;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-hero-back{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.08);color:#e7edf5;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-agr-hero-meta{display:flex;align-items:center;gap:10px;margin-top:13px;flex-wrap:wrap}.mobile-agr-hero-meta>span{font-size:.8rem;color:#9fb0c4;font-weight:600}.mobile-agr-hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.mobile-agr-hero-facts>div{padding:10px;border-radius:13px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);min-width:0}.mobile-agr-hero-facts span{display:block;font-size:.63rem;text-transform:uppercase;letter-spacing:.04em;color:#8ea0b6;font-weight:700}.mobile-agr-hero-facts strong{display:block;margin-top:3px;font-size:.92rem;font-weight:800;color:#fff;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-pipeline-card{border-radius:18px;padding:15px 16px;background:var(--mobile-card);border:1px solid var(--mobile-border);box-shadow:var(--mobile-shadow-card)}.mobile-pipeline-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.mobile-pipeline-top span{display:block;font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--mobile-muted)}.mobile-pipeline-top strong{display:block;margin-top:2px;font-size:1.28rem;font-weight:800;letter-spacing:-.02em;color:var(--mobile-ink)}.mobile-pipeline-conv{text-align:right}.mobile-pipeline-conv strong{color:var(--mobile-orange)}.mobile-pipe-bar{display:flex;height:10px;border-radius:999px;overflow:hidden;gap:2px;background:var(--mobile-separator)}.mobile-pipe-bar i{display:block;min-width:0}.mobile-pipe-bar i.slate{background:#94a3b8}.mobile-pipe-bar i.blue{background:#1478f2}.mobile-pipe-bar i.green{background:#16a34a}.mobile-pipe-bar i.orange{background:var(--mobile-orange)}.mobile-pipe-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px;margin-top:12px}.mobile-pipe-legend>div{display:flex;align-items:center;gap:7px;font-size:.8rem}.mobile-pipe-legend span{flex:1;color:var(--mobile-muted);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-pipe-legend strong{color:var(--mobile-ink);font-weight:800}.mobile-pipe-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.mobile-pipe-dot.slate{background:#94a3b8}.mobile-pipe-dot.blue{background:#1478f2}.mobile-pipe-dot.green{background:#16a34a}.mobile-pipe-dot.orange{background:var(--mobile-orange)}@keyframes om-fade{0%{opacity:0}to{opacity:1}}@keyframes om-tabfade{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes om-sheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes om-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes om-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}@keyframes om-draw{to{stroke-dashoffset:0}}.mobile-success-overlay{position:fixed;inset:0;z-index:10500;background:rgba(13,20,36,.5);backdrop-filter:blur(4px);flex-direction:column;gap:16px;animation:om-fade .2s ease}.mobile-success-badge,.mobile-success-overlay{display:flex;align-items:center;justify-content:center}.mobile-success-badge{width:96px;height:96px;border-radius:999px;background:#fff;box-shadow:0 18px 44px rgba(18,161,80,.4);animation:om-pop .4s cubic-bezier(.22,1.4,.4,1)}.mobile-success-badge svg{width:60px;height:60px}.mobile-success-ring{fill:none;stroke:#12a150;stroke-width:3;opacity:.22}.mobile-success-check{fill:none;stroke:#12a150;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:om-draw .45s cubic-bezier(.65,0,.45,1) .2s forwards}.mobile-success-overlay strong{color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:-.01em}.mobile-page{animation:om-fade .26s ease}.mobile-bottom-sheet{animation:om-sheet .3s cubic-bezier(.22,1,.36,1)}.mobile-sheet-backdrop{animation:om-fade .2s ease}.mobile-shell .mobile-rise{animation:om-rise .34s cubic-bezier(.22,1,.36,1) both}.mobile-shell .mobile-tabfade{animation:om-tabfade .24s ease both}@media (prefers-reduced-motion:reduce){.mobile-bottom-sheet,.mobile-page,.mobile-sheet-backdrop,.mobile-shell .mobile-rise,.mobile-shell .mobile-tabfade{animation:none!important}}.mobile-pw-strength{display:flex;align-items:center;gap:10px}.mobile-pw-bar{display:flex;gap:4px;flex:1}.mobile-pw-bar i{flex:1;height:5px;border-radius:999px;transition:background .2s ease}.mobile-pw-strength span{font-size:.74rem;font-weight:800;white-space:nowrap}.mobile-atena-hero{position:relative;overflow:hidden;border-radius:20px;padding:16px 18px 18px;margin-bottom:16px;background:linear-gradient(160deg,#fff6ec,#ffffff);border:1px solid #ffe6d3;box-shadow:0 14px 34px -18px rgba(255,75,18,.4)}.mobile-atena-hero:before{content:"";position:absolute;top:-50px;right:-30px;width:170px;height:170px;border-radius:999px;background:radial-gradient(circle,rgba(255,106,44,.18),transparent 68%);pointer-events:none}.mobile-atena-hero-top{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mobile-atena-mono{width:48px;height:48px;border-radius:14px;background:linear-gradient(150deg,var(--mobile-orange-2),var(--mobile-orange));box-shadow:0 10px 22px -8px rgba(255,75,18,.5);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-atena-hero-actions{display:inline-flex;align-items:center;gap:8px}.mobile-atena-badge{padding:4px 10px;border-radius:999px;background:rgba(13,20,36,.06);color:#5b6b7f;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.mobile-atena-refresh{width:36px;height:36px;border-radius:11px;border:1px solid var(--mobile-border);background:var(--mobile-card);color:var(--mobile-muted);display:inline-flex;align-items:center;justify-content:center}.mobile-atena-eyebrow{position:relative;display:block;margin-top:12px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--mobile-orange)}.mobile-atena-hero h1{position:relative;margin:4px 0 0;font-size:1.7rem;font-weight:800;letter-spacing:-.03em;color:var(--mobile-ink);line-height:1.05}.mobile-atena-hero p{position:relative;margin:6px 0 0;font-size:.85rem;color:var(--mobile-muted);line-height:1.4}.mobile-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.mobile-stat-card{padding:13px 10px;min-height:116px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.mobile-module-dot,.mobile-record-avatar,.mobile-row-icon,.mobile-stat-icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;flex-shrink:0}.mobile-stat-card strong{font-size:1.5rem;line-height:1;color:var(--mobile-ink);font-weight:800;letter-spacing:-.02em}.mobile-stat-card small,.mobile-stat-card span{color:var(--mobile-muted);font-size:.8rem;line-height:1.2}.mobile-stat-card small{color:#16a34a;font-weight:800}.mobile-tone-orange{color:#ff4b12;background:#fff0e8}.mobile-tone-purple{color:#7c3aed;background:#f2ecff}.mobile-tone-red{color:#ef3434;background:#fff0f0}.mobile-tone-blue{color:#1478f2;background:#edf6ff}.mobile-tone-green{color:#16a34a;background:#eafaf0}.mobile-tone-slate{color:#64748b;background:#f1f5f9}.mobile-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-action-tile{height:64px;border:1px solid var(--mobile-border);background:var(--mobile-card);border-radius:14px;box-shadow:var(--mobile-shadow-card);color:var(--mobile-ink);font-size:.92rem;font-weight:850;display:flex;align-items:center;justify-content:center;gap:9px}.mobile-list{display:flex;flex-direction:column;gap:8px}.mobile-row{min-height:62px;display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid #edf2f7}.mobile-row:last-child{border-bottom:0}.mobile-row-main{flex:1;min-width:0}.mobile-row-main strong{display:block;color:#111827;font-size:.92rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-row small,.mobile-row-main span{color:var(--mobile-muted);font-size:.78rem}.mobile-record-card{min-height:94px;padding:13px 12px;display:flex;align-items:center;gap:12px;color:inherit}.mobile-record-main{flex:1;min-width:0}.mobile-record-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.mobile-record-title-row h3{margin:0;color:var(--mobile-ink);font-size:1rem;line-height:1.25;font-weight:800}.mobile-record-card p{margin:5px 0 0;color:var(--mobile-muted);font-size:.86rem;line-height:1.35}.mobile-record-card small{display:block;margin-top:4px;color:#8493a6;font-size:.76rem}.mobile-record-chevron{color:#64748b;flex-shrink:0}.mobile-badge{padding:4px 8px;border-radius:999px;font-size:.72rem;font-weight:900;white-space:nowrap}.mobile-search-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin:12px 0 14px}.mobile-search{height:50px;border:1px solid var(--mobile-border-control);border-radius:13px;background:var(--mobile-card);color:#94a3b8;display:flex;align-items:center;gap:10px;padding:0 14px}.mobile-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#111827;font:inherit;font-size:.92rem}.mobile-filter-button{position:relative;width:50px;height:50px;border:1px solid var(--mobile-border-control);border-radius:13px;background:var(--mobile-card);color:var(--mobile-ink);display:inline-flex;align-items:center;justify-content:center}.mobile-filter-button span{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--mobile-orange);color:#fff;font-size:.65rem;font-weight:900}.mobile-segmented-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px 2px 10px;margin:0 -2px;-webkit-mask-image:linear-gradient(90deg,#000 88%,transparent);mask-image:linear-gradient(90deg,#000 88%,transparent)}.mobile-segmented-tabs::-webkit-scrollbar{display:none}.mobile-segmented-tabs button{height:42px;padding:0 14px;border:1px solid var(--mobile-border);border-radius:999px;background:#fff;color:#111827;font-size:.84rem;font-weight:850;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.mobile-segmented-tabs button.active{border-color:transparent;color:#fff;background:linear-gradient(150deg,var(--mobile-orange-2),var(--mobile-orange));box-shadow:0 6px 16px rgba(255,75,18,.28)}.mobile-segmented-tabs button.active span{background:rgba(255,255,255,.24);color:#fff}.mobile-segmented-tabs span{min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#f1f5f9;color:inherit;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem}.mobile-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mobile-module-card{position:relative;min-height:92px;border:1px solid var(--mobile-border);border-radius:16px;padding:14px 38px 14px 14px;background:var(--mobile-card);color:var(--mobile-ink);box-shadow:var(--mobile-shadow-card);display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center}.mobile-module-card strong{display:block;font-size:1rem;line-height:1.1;font-weight:900}.mobile-module-card small{display:block;margin-top:5px;color:var(--mobile-muted);font-size:.78rem}.mobile-module-card svg{position:absolute;right:12px;color:#64748b}.mobile-info-box{margin-top:14px;padding:15px;background:#f8fafc;display:flex;flex-direction:column;gap:5px}.mobile-info-box strong{color:#111827;font-size:.95rem}.mobile-info-box span{color:var(--mobile-muted);font-size:.84rem;line-height:1.35}.mobile-sheet-backdrop{position:fixed;inset:0;z-index:10000;background:rgba(13,20,36,.44);backdrop-filter:blur(3px);display:flex;align-items:flex-end}.mobile-bottom-sheet{position:relative;width:100%;max-height:min(86dvh,760px);border-radius:24px 24px 0 0;padding:22px 16px calc(18px + env(safe-area-inset-bottom, 0px));overflow-y:auto;box-shadow:var(--mobile-shadow-sheet)}.mobile-bottom-sheet:before{content:"";position:sticky;top:-6px;display:block;width:40px;height:4px;margin:-12px auto 12px;border-radius:999px;background:#d7dee8}.mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mobile-sheet-header button{border:0;background:#f1f5f9;color:#475569;border-radius:999px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}.mobile-sheet-body{gap:12px}.mobile-field,.mobile-sheet-body{display:flex;flex-direction:column}.mobile-field{gap:5px}.mobile-field label{color:var(--mobile-muted);font-size:.76rem;font-weight:850;text-transform:uppercase}.mobile-field input,.mobile-field select,.mobile-field textarea{width:100%;min-width:0;border:1px solid var(--mobile-border-control);border-radius:var(--mobile-radius-control);min-height:48px;padding:11px 13px;font-family:inherit;font-size:16px;color:var(--mobile-ink);background:var(--mobile-soft);transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.mobile-field input:focus,.mobile-field select:focus,.mobile-field textarea:focus{outline:0;border-color:var(--mobile-orange);background:var(--mobile-card);box-shadow:0 0 0 3px rgba(255,75,18,.12)}.mobile-sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.mobile-primary-button,.mobile-secondary-button{min-height:50px;border-radius:var(--mobile-radius-control);padding:0 16px;font-size:.94rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.mobile-primary-button{border:0;background:linear-gradient(150deg,var(--mobile-orange-2),var(--mobile-orange));color:#fff;box-shadow:var(--mobile-shadow-primary)}.mobile-primary-button:active{background:linear-gradient(150deg,var(--mobile-orange),var(--mobile-orange-pressed))}.mobile-primary-button.danger{background:linear-gradient(150deg,#f2545b,#dc2626);box-shadow:0 8px 22px rgba(220,38,38,.3)}.mobile-secondary-button{border:1px solid var(--mobile-border);background:var(--mobile-card);color:var(--mobile-orange)}.mobile-secondary-button:active{background:var(--mobile-orange-soft)}.mobile-action-list{display:flex;flex-direction:column;gap:8px}.mobile-action-list button{min-height:58px;border:1px solid var(--mobile-border);border-radius:8px;background:#fff;color:#111827;padding:11px 12px;text-align:left;display:flex;flex-direction:column;gap:3px}.mobile-action-list button.danger{color:#dc2626;border-color:#fecaca;background:#fff7f7}.mobile-action-list small{color:var(--mobile-muted)}.mobile-confirm-icon{width:48px;height:48px;border-radius:999px;background:#fff7ed;color:var(--mobile-orange);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.mobile-confirm-text{margin:8px 0 0;color:var(--mobile-muted);font-size:.9rem;line-height:1.45}.mobile-empty-state,.mobile-error-state{padding:26px 18px;text-align:center;color:var(--mobile-muted);display:flex;flex-direction:column;align-items:center;gap:8px}.mobile-empty-state svg,.mobile-error-state svg{color:var(--mobile-orange)}.mobile-empty-state strong,.mobile-error-state strong{color:#111827;font-size:1rem}.mobile-empty-state p,.mobile-error-state p{max-width:320px;margin:0;font-size:.86rem;line-height:1.4}.mobile-skeleton-list{display:flex;flex-direction:column;gap:10px}.mobile-skeleton-card{min-height:96px;border-radius:8px;background:linear-gradient(90deg,#f1f5f9,#f8fafc,#f1f5f9);background-size:200% 100%;animation:mobileSkeleton 1.2s ease-in-out infinite}@keyframes mobileSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.mobile-offline-banner{top:0;left:0;right:0;z-index:11000;min-height:calc(34px + env(safe-area-inset-top, 0px));padding:calc(6px + env(safe-area-inset-top, 0px)) 12px 6px;background:#111827;color:#fff;justify-content:center;gap:8px;font-size:.76rem;font-weight:800}.mobile-install-hint,.mobile-offline-banner{position:fixed;display:flex;align-items:center}.mobile-install-hint{left:10px;right:10px;bottom:calc(var(--mobile-bottom-nav-height, 76px) + env(safe-area-inset-bottom, 0px) + 8px);z-index:60;max-width:768px;margin:0 auto;gap:12px;padding:12px 14px;border-radius:14px;background:#1c1917;color:#fafaf9;border:1px solid rgba(255,90,20,.35);box-shadow:0 16px 40px rgba(15,23,42,.28)}.mobile-install-hint-close{position:absolute;top:6px;right:6px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#a8a29e;cursor:pointer}.mobile-install-hint-body{display:flex;flex-direction:column;gap:3px;padding-right:24px;min-width:0}.mobile-install-hint-body strong{font-size:.9rem;font-weight:700}.mobile-install-hint-body span{font-size:.8rem;line-height:1.35;color:#d6d3d1}.mobile-install-hint-steps{display:inline}.mobile-install-hint-icon{display:inline;vertical-align:-2px;color:var(--mobile-orange,#ff5a14)}.mobile-install-hint-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 16px;border:none;border-radius:10px;background:var(--mobile-orange,#ff5a14);color:#0a0a09;font-weight:700;font-size:.85rem;cursor:pointer}.mobile-inline-note{font-size:.8rem;color:#78716c;padding:6px 2px}.mobile-inline-note.error{color:#b91c1c}.mobile-doc-card{display:flex;align-items:flex-start;gap:12px}.mobile-doc-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:rgba(255,90,20,.1);color:var(--mobile-orange,#ff5a14);display:inline-flex;align-items:center;justify-content:center}.mobile-doc-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-doc-body strong{font-size:.9rem;word-break:break-word}.mobile-doc-body small{font-size:.75rem;color:#78716c}.mobile-doc-actions{display:flex;gap:4px;flex-shrink:0}.mobile-doc-actions button{width:40px;height:40px;border:1px solid var(--mobile-border,#e7e5e4);border-radius:10px;background:#fff;color:#57534e;display:inline-flex;align-items:center;justify-content:center}.mobile-doc-preview{width:100%;max-height:40vh;object-fit:contain;border-radius:12px;border:1px solid var(--mobile-border,#e7e5e4);margin-bottom:4px;background:#f5f5f4}.mobile-doc-send{width:100%;margin-top:12px}.mobile-scan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:4px 0 10px}.mobile-scan-thumb{position:relative;aspect-ratio:3/4;border-radius:10px;overflow:hidden;border:1px solid var(--mobile-border,#e7e5e4);background:#f5f5f4}.mobile-scan-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mobile-scan-num{left:4px;bottom:4px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;font-size:.72rem;font-weight:700}.mobile-scan-num,.mobile-scan-remove{position:absolute;background:rgba(28,25,23,.72);color:#fff;display:inline-flex;align-items:center;justify-content:center}.mobile-scan-remove{top:4px;right:4px;width:24px;height:24px;border:none;border-radius:50%}.mobile-scan-add{display:flex;gap:8px;margin-bottom:4px}.mobile-scan-add button{flex:1}.mobile-chip-row{display:flex;gap:8px;overflow-x:auto;padding:4px 2px 10px;-webkit-overflow-scrolling:touch}.mobile-chip{flex-shrink:0;padding:7px 14px;border-radius:999px;border:1px solid var(--mobile-border,#e7e5e4);background:#fff;color:#57534e;font-size:.8rem;font-weight:700;white-space:nowrap;min-height:36px}.mobile-chip.active{background:var(--mobile-orange,#ff5a14);border-color:var(--mobile-orange,#ff5a14);color:#0a0a09}.mobile-accordion{border:1px solid var(--mobile-border);border-radius:16px;background:var(--mobile-card);box-shadow:var(--mobile-shadow-card);margin-bottom:10px;overflow:hidden}.mobile-accordion-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border:none;background:transparent;font-size:.95rem;font-weight:700;color:#1c1917}.mobile-accordion-title{display:inline-flex;align-items:center;gap:8px}.mobile-accordion-head>svg{transition:transform .25s cubic-bezier(.22,1,.36,1)}.mobile-accordion-head svg.rot{transform:rotate(180deg)}.mobile-accordion-body{padding:0 14px 14px}.mobile-detail-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--mobile-border,#f3f4f6);font-size:.85rem}.mobile-detail-row:last-child{border-bottom:none}.mobile-detail-row span{color:#78716c;flex-shrink:0}.mobile-detail-row strong{text-align:right;word-break:break-word}.mobile-subhead{font-size:.78rem;font-weight:800;color:#78716c;text-transform:uppercase;margin:14px 0 6px}.mobile-agreement-hero{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.mobile-agreement-period{font-size:.82rem;color:#78716c;font-weight:600}.mobile-agreement-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.mobile-edit-overlay{position:fixed;inset:0;z-index:12000;background:#f5f5f4;display:flex;flex-direction:column}.mobile-edit-head{display:flex;align-items:center;justify-content:space-between;padding:calc(14px + env(safe-area-inset-top, 0px)) 16px 14px;background:#fff;border-bottom:1px solid var(--mobile-border,#e7e5e4)}.mobile-edit-head h3{margin:0;font-size:1.05rem}.mobile-edit-head button{border:none;background:transparent;color:#57534e}.mobile-edit-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.mobile-edit-foot{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));background:#fff;border-top:1px solid var(--mobile-border,#e7e5e4)}.mobile-ppe-editor{border:1px solid var(--mobile-border,#e7e5e4);border-radius:12px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:10px}.mobile-ppe-editor-head{display:flex;align-items:center;justify-content:space-between}.mobile-ppe-editor-head button{border:none;background:transparent;color:#b91c1c}.mobile-generate-overlay{position:fixed;inset:0;z-index:12500;background:rgba(10,10,9,.92);color:#fafaf9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:24px}.mobile-generate-overlay strong{font-size:1.05rem}.mobile-generate-overlay span{color:#a8a29e;font-size:.85rem}.mobile-gen-spin{animation:mobile-gen-spin-kf 1s linear infinite;color:var(--mobile-orange,#ff5a14)}@keyframes mobile-gen-spin-kf{to{transform:rotate(1turn)}}.mobile-rep-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:48px;padding:10px 14px;border:1px solid var(--mobile-border,#e7e5e4);border-radius:10px;background:#fff;color:#1c1917;font-size:.9rem;font-weight:600;text-align:left}.mobile-rep-option.active{border-color:var(--mobile-orange,#ff5a14);background:rgba(255,90,20,.08);color:#b45309}.mobile-scoring-decl{border-top:4px solid #b91c1c}.mobile-scoring-decl p{font-size:.85rem;line-height:1.5;margin:8px 0}.mobile-scoring-decl-head{background:#b91c1c;color:#fff;font-weight:800;font-size:.95rem;padding:12px 14px;border-radius:10px;margin-bottom:10px}.mobile-scoring-decl-box{background:rgba(185,28,28,.07);border:1px solid rgba(185,28,28,.25);border-radius:10px;padding:12px 14px;font-size:.85rem;line-height:1.5;margin:10px 0}.mobile-scoring-check{display:flex;gap:10px;align-items:flex-start;margin:12px 0;font-weight:700;font-size:.85rem}.mobile-scoring-check input{margin-top:3px;width:18px;height:18px;flex-shrink:0}.mobile-danger-button{min-height:48px;border:none;border-radius:10px;background:#b91c1c;color:#fff;font-weight:800;font-size:.9rem}.mobile-danger-button:disabled{background:#d6d3d1;color:#78716c}.mobile-field-row{flex-direction:row!important;align-items:center;gap:10px}.mobile-field-row input[type=checkbox]{width:20px;height:20px;flex-shrink:0}.mobile-field-row span{font-size:.85rem}.mobile-verify-check{background:rgba(255,90,20,.06);border:1px solid rgba(255,90,20,.25);border-radius:10px;padding:12px;font-weight:700}.mobile-settings-profile{display:flex;align-items:center;gap:12px;margin-bottom:10px}.mobile-settings-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--mobile-orange,#ff5a14);color:#0a0a09;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem}.mobile-settings-avatar img{width:100%;height:100%;object-fit:cover}.mobile-settings-profile strong{display:block;font-size:.95rem}.mobile-settings-profile small{color:#78716c;font-size:.78rem}.mobile-settings-avatar-btn{width:100%;justify-content:center}.mobile-linkish{border:none;background:transparent;color:var(--mobile-orange,#ff5a14);font-weight:700;font-size:.85rem;display:inline-flex;align-items:center;gap:4px}.mobile-metric-hero{grid-column:1/-1;padding:16px;background:linear-gradient(150deg,var(--mobile-orange-2),var(--mobile-orange));border-color:transparent;box-shadow:0 10px 26px -10px rgba(255,75,18,.5)}.mobile-metric-hero span{color:rgba(255,255,255,.85)}.mobile-metric-hero strong{color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:-.02em}.mobile-sticky-actions{position:sticky;bottom:calc(86px + env(safe-area-inset-bottom, 0px));z-index:20;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 0 0;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 26%)}.mobile-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-metric{border:1px solid var(--mobile-border);border-radius:14px;padding:13px;background:var(--mobile-card)}.mobile-metric span{display:block;color:var(--mobile-muted);font-size:.75rem;font-weight:800}.mobile-metric strong{display:block;margin-top:4px;color:#111827;font-size:1rem;font-weight:900}.mobile-progress-steps{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;align-items:start;padding:6px 0 4px;margin-bottom:10px}.mobile-progress-steps:before{content:"";position:absolute;top:22px;left:10%;right:10%;height:3px;border-radius:999px;background:var(--mobile-separator);z-index:0}.mobile-progress-step{position:relative;z-index:1;flex-direction:column;gap:6px;background:transparent;font-size:.67rem;text-align:center}.mobile-progress-step,.mobile-progress-step span{display:flex;align-items:center;color:var(--mobile-faint);font-weight:800}.mobile-progress-step span{width:32px;height:32px;border-radius:999px;border:2px solid var(--mobile-border);background:var(--mobile-card);justify-content:center;font-size:.82rem}.mobile-progress-step.active,.mobile-progress-step.done{color:var(--mobile-orange)}.mobile-progress-step.done span{border-color:var(--mobile-orange);background:var(--mobile-orange);color:#fff}.mobile-progress-step.active span{border-color:var(--mobile-orange);background:linear-gradient(150deg,var(--mobile-orange-2),var(--mobile-orange));color:#fff;box-shadow:0 0 0 4px rgba(255,75,18,.14)}.mobile-spin{animation:mobileSpin .9s linear infinite}@keyframes mobileSpin{to{transform:rotate(1turn)}}@media (max-width:430px){.mobile-main{padding-left:14px;padding-right:14px}.mobile-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-stat-card{min-height:108px}.mobile-brand span{display:none}}.mobile-card-list,.mobile-stack-list{display:flex;flex-direction:column;gap:10px}.mobile-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-quick-grid button{min-height:74px;border:1px solid var(--mobile-border);border-radius:8px;background:#fff;color:#111827;padding:12px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:8px;font-size:.86rem;font-weight:900;text-align:left}.mobile-quick-grid svg{color:var(--mobile-orange)}.mobile-metric-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mobile-metric-strip>div{border:1px solid var(--mobile-border);border-radius:8px;background:#fff;padding:12px 10px}.mobile-metric-strip strong{display:block;color:#111827;font-size:1.16rem;line-height:1.1}.mobile-metric-strip span{display:block;margin-top:4px;color:var(--mobile-muted);font-size:.72rem;font-weight:800}.mobile-push-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--mobile-border);border-radius:8px;background:#fff;padding:12px}.mobile-push-card strong{display:block;color:#111827;font-size:.96rem;line-height:1.2}.mobile-push-card small,.mobile-push-card span{display:block;margin-top:4px;color:var(--mobile-muted);font-size:.78rem;line-height:1.35}.mobile-push-card .mobile-primary-button{min-width:118px}.mobile-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-page-eyebrow{display:block;color:var(--mobile-orange);font-size:.72rem;font-weight:900;letter-spacing:0;text-transform:uppercase;margin-bottom:4px}.mobile-stat-card.is-clickable{cursor:pointer}.mobile-detail-grid>div{min-width:0;border:1px solid var(--mobile-border);border-radius:8px;background:#fff;padding:10px}.mobile-detail-grid span{display:block;color:var(--mobile-muted);font-size:.7rem;font-weight:850;text-transform:uppercase}.mobile-detail-grid strong{display:block;margin-top:4px;color:#111827;font-size:.9rem;line-height:1.25;overflow-wrap:anywhere}.mobile-copy{margin:0;color:#334155;font-size:.92rem;line-height:1.5}.mobile-inline-row{display:grid;grid-template-columns:minmax(0,1fr) 128px;align-items:center;gap:10px;border:1px solid var(--mobile-border);border-radius:8px;padding:10px;background:#fff}.mobile-inline-row span{color:#334155;font-size:.84rem;font-weight:850}.mobile-inline-row input{min-height:40px;border:1px solid var(--mobile-border);border-radius:8px;padding:8px 10px;font:inherit}.mobile-check-row{display:flex;align-items:flex-start;gap:10px;color:#334155;font-size:.88rem;font-weight:750;line-height:1.35}.mobile-check-row input{margin-top:2px;width:18px;height:18px;accent-color:var(--mobile-orange)}.mobile-atena-page{min-height:calc(100dvh - var(--mobile-topbar-height) - var(--mobile-bottom-nav-height))}.mobile-chat-log{display:flex;flex-direction:column;gap:10px;padding-bottom:84px}.mobile-chat-message{max-width:88%;border:1px solid var(--mobile-border);border-radius:8px;padding:11px 12px;background:#fff;align-self:flex-start}.mobile-chat-message.user{align-self:flex-end;background:#fff7ed;border-color:#fed7aa}.mobile-chat-message strong{display:block;color:#111827;font-size:.76rem;margin-bottom:4px}.mobile-chat-message p{margin:0;color:#334155;font-size:.9rem;line-height:1.45}.mobile-chat-card{margin-top:8px;border:1px solid var(--mobile-border);border-radius:8px;background:#f8fafc;padding:8px}.mobile-chat-card span{display:block;color:var(--mobile-muted);font-size:.7rem;font-weight:850}.mobile-chat-card strong{margin:2px 0 0;font-size:.9rem}.mobile-chat-actions{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.mobile-chat-actions .mobile-primary-button,.mobile-chat-actions .mobile-secondary-button{min-height:36px;padding:0 12px;font-size:.78rem}.mobile-chat-sources{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.mobile-chat-sources span{max-width:100%;border:1px solid var(--mobile-border);border-radius:999px;background:#f1f5f9;color:#475569;padding:4px 8px;font-size:.68rem;font-weight:750;overflow-wrap:anywhere}.mobile-chat-compose{position:fixed;left:10px;right:10px;bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 8px);z-index:44;display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px;max-width:768px;margin:0 auto}.mobile-chat-compose input{min-height:48px;border:1px solid var(--mobile-border);border-radius:8px;background:#fff;padding:0 14px;font:inherit;box-shadow:0 12px 30px rgba(15,23,42,.12)}.mobile-chat-compose button{width:48px;height:48px;border:1px solid var(--mobile-orange);border-radius:8px;background:var(--mobile-orange);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(234,88,12,.2)}.mobile-chat-compose button:disabled,.mobile-primary-button:disabled,.mobile-secondary-button:disabled{opacity:.55;cursor:not-allowed}.mobile-secondary-button.danger{color:#dc2626;border-color:#fecaca}.mobile-crm-chat-page{padding-bottom:88px}.mobile-crm-chat-thread{display:flex;flex-direction:column;gap:9px;padding-bottom:92px}.mobile-crm-chat-bubble{width:fit-content;max-width:86%;border:1px solid var(--mobile-border);border-radius:8px;background:#fff;padding:10px 12px;color:#334155;align-self:flex-start;box-shadow:0 8px 22px rgba(15,23,42,.045)}.mobile-crm-chat-bubble.mine{align-self:flex-end;background:#fff7ed;border-color:#fed7aa}.mobile-crm-chat-bubble strong{display:block;margin-bottom:4px;color:#111827;font-size:.75rem}.mobile-crm-chat-bubble p{margin:0;color:#334155;font-size:.9rem;line-height:1.45;overflow-wrap:anywhere}.mobile-crm-chat-bubble a{margin-top:6px;display:inline-flex;align-items:center;gap:5px;color:var(--mobile-orange);font-size:.82rem;font-weight:850;text-decoration:none}.mobile-crm-chat-bubble small{display:block;margin-top:5px;color:#8493a6;font-size:.67rem}.mobile-crm-chat-compose{position:fixed;left:10px;right:10px;bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 8px);z-index:44;display:grid;grid-template-columns:44px minmax(0,1fr) 48px;gap:8px;max-width:768px;margin:0 auto}.mobile-crm-chat-compose input:not([type]),.mobile-crm-chat-compose input[type=text]{min-height:48px;border:1px solid var(--mobile-border);border-radius:8px;background:#fff;padding:0 14px;font:inherit;box-shadow:0 12px 30px rgba(15,23,42,.12)}.mobile-crm-chat-compose button{width:100%;height:48px;border:1px solid var(--mobile-orange);border-radius:8px;background:var(--mobile-orange);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(234,88,12,.2)}.mobile-crm-chat-compose button:first-child{border-color:var(--mobile-border);background:#fff;color:var(--mobile-orange)}.mobile-crm-chat-compose button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:380px){.mobile-detail-grid,.mobile-metric-strip{grid-template-columns:1fr}}.mobile-firma-hero{background:radial-gradient(130% 130% at 0 0,#1b2130,#0d1424 62%);border-radius:20px;padding:16px 16px 14px;color:#fff;box-shadow:0 18px 40px -16px rgba(13,20,36,.55);margin-bottom:4px}.mobile-firma-hero-live{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#a7f3d0;background:rgba(52,211,153,.12);padding:4px 9px;border-radius:999px}.mobile-firma-hero-live i{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.18)}.mobile-firma-hero h1{margin:12px 0 2px;font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:#fff}.mobile-firma-hero-sub{font-size:.78rem;color:#aab4c6;font-weight:500}.mobile-firma-hero-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.mobile-firma-hero-tile{background:rgba(255,255,255,.07);border-radius:13px;padding:9px 10px}.mobile-firma-hero-tile b{display:block;font-size:1.18rem;font-weight:800;letter-spacing:-.02em}.mobile-firma-hero-tile span{font-size:.66rem;color:#9aa6ba;font-weight:600}.mobile-cal-day{display:flex;align-items:center;gap:9px;margin:16px 2px 9px}.mobile-cal-day-pill{background:linear-gradient(150deg,var(--mobile-orange-2),var(--mobile-orange));color:#fff;font-size:.72rem;font-weight:800;padding:4px 11px;border-radius:999px;box-shadow:0 5px 14px rgba(255,75,18,.26)}.mobile-cal-day-lbl{font-size:.75rem;font-weight:800;color:var(--mobile-ink);text-transform:uppercase;letter-spacing:.02em}.mobile-cal-day-hol,.mobile-cal-day.is-plain .mobile-cal-day-lbl{color:var(--mobile-faint)}.mobile-cal-day-hol{font-size:.68rem;font-weight:600;margin-left:auto}.mobile-cal-event{background:var(--mobile-card);border:1px solid var(--mobile-border);border-radius:18px;padding:12px 13px;margin-bottom:9px;display:flex;align-items:center;gap:12px;box-shadow:var(--mobile-shadow-card);width:100%;text-align:left}.mobile-cal-event-time{display:flex;flex-direction:column;align-items:flex-end;min-width:44px}.mobile-cal-event-time .h{font-size:.88rem;font-weight:800;color:var(--mobile-ink)}.mobile-cal-event-time .m{font-size:.68rem;color:var(--mobile-faint);font-weight:600}.mobile-cal-event-accent{width:3px;align-self:stretch;border-radius:999px;flex:0 0 auto}.mobile-cal-event-body{min-width:0;flex:1}.mobile-cal-event-body b{display:block;font-size:.9rem;font-weight:800;color:var(--mobile-ink);line-height:1.25}.mobile-cal-event-meta{font-size:.72rem;color:var(--mobile-muted);font-weight:600;margin-top:3px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.mobile-cal-event-who{display:inline-flex;align-items:center;gap:5px}.mobile-cal-cdot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.mobile-cal-vac{background:#eafaf0;border:1px solid #cdeed9;border-radius:14px;padding:9px 12px;margin-bottom:9px;display:flex;align-items:center;gap:9px}.mobile-cal-vac-ic{width:26px;height:26px;border-radius:9px;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.mobile-cal-vac b{font-size:.8rem;font-weight:700;color:#166534;display:block}.mobile-cal-vac span{font-size:.7rem;color:#3f8f5c;font-weight:600}.mobile-cal-busy{background:var(--mobile-soft);border:1px dashed #d7deea;border-radius:18px;padding:11px 13px;margin-bottom:9px;display:flex;align-items:center;gap:10px}.mobile-cal-busy-ic{width:26px;height:26px;border-radius:8px;background:#e5e9f0;color:#8493a6;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.mobile-cal-busy b{font-size:.8rem;font-weight:700;color:#5b6675}.mobile-cal-gstat{display:flex;align-items:center;gap:10px;background:var(--mobile-card);border:1px solid var(--mobile-border);border-radius:14px;padding:10px 12px;margin:14px 2px 6px}.mobile-cal-gstat-ic{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.mobile-cal-gstat b{font-size:.78rem;font-weight:700;color:var(--mobile-ink);display:block}.mobile-cal-gstat span{font-size:.7rem;color:var(--mobile-muted);font-weight:600}.mobile-cal-gstat-action{margin-left:auto;font-size:.78rem;font-weight:700;color:var(--mobile-orange);background:none;border:0}.mobile-cal-toolbar{display:flex;align-items:center;gap:8px;margin:14px 2px 4px}.mobile-cal-fab{margin-left:auto;width:44px;height:44px;border-radius:14px;border:0;background:linear-gradient(150deg,var(--mobile-orange-2),var(--mobile-orange));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(255,75,18,.32);flex:0 0 auto}