@import "https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800;900&display=swap";.app-shell{background:#f4f7fb;width:100%;height:100dvh;min-height:100dvh;display:flex;overflow:hidden}.app-sidebar{background:#fff;border-right:1px solid #e1e7ef;flex-direction:column;width:272px;min-width:272px;height:100dvh;display:flex;overflow:hidden}.app-sidebar__brand{border-bottom:1px solid #e5eaf0;flex:0 0 86px;align-items:center;gap:12px;min-height:86px;padding:12px 18px;display:flex}.app-sidebar__logo-wrap{background:#f8fafc;border:1px solid #dce5ef;border-radius:13px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.app-sidebar__logo{object-fit:contain;width:100%;height:100%;padding:4px}.app-sidebar__brand-text{flex-direction:column;display:flex}.app-sidebar__brand-text strong{color:#203d6c;font-size:16px;font-weight:950;line-height:1}.app-sidebar__brand-text span{color:#8995a5;letter-spacing:.13em;text-transform:uppercase;margin-top:4px;font-size:8px;font-weight:850}.app-sidebar__menu{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;padding:18px 13px;overflow:hidden auto}.app-sidebar__menu::-webkit-scrollbar{width:0;height:0}.app-sidebar__section-title{color:#929ead;letter-spacing:.15em;margin:0 8px 8px;font-size:8px;font-weight:900}.app-sidebar__nav{flex-direction:column;gap:4px;display:flex}.sidebar-link{box-sizing:border-box;color:#6c7d93;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:11px;width:100%;min-height:43px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:750;text-decoration:none;transition:background .16s,color .16s,border-color .16s,transform .16s;display:flex}.sidebar-link:hover{color:#263f64;background:#f7f9fc;border-color:#e6ebf2;transform:translate(2px)}.sidebar-link--active{color:#fff;background:linear-gradient(135deg,#6d36f2,#28c8e8);border-color:#0000;box-shadow:0 9px 22px #684cea38}.sidebar-link--active:hover{color:#fff;background:linear-gradient(135deg,#6d36f2,#28c8e8);transform:none}.app-sidebar__bottom{box-sizing:border-box;background:#fff;border-top:1px solid #e5eaf0;flex:0 0 63px;align-items:center;min-height:63px;padding:9px 13px;display:flex}.sidebar-link--logout{color:#708096;background:0 0}.sidebar-link--logout:hover{color:#dc3e5d;background:#fff6f8;border-color:#ffdce3;transform:none}.app-main{flex-direction:column;flex:1;min-width:0;height:100dvh;display:flex;overflow:hidden}.app-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e0e7ef;flex:0 0 92px;justify-content:space-between;align-items:center;gap:20px;height:92px;min-height:92px;padding:10px 24px;display:flex}.app-header__brand-area{align-items:center;gap:13px;min-width:0;display:flex}.app-header__logo-wrap{background:#f8fafc;border:1px solid #dce5ee;border-radius:15px;flex:0 0 54px;place-items:center;width:54px;height:54px;display:grid;overflow:hidden}.app-header__logo{object-fit:contain;width:100%;height:100%;padding:4px}.app-header__brand-copy{min-width:0}.app-header__eyebrow{color:#8794a6;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px;font-size:8px;font-weight:900;display:block}.app-header__brand-copy h2{color:#203d6c;letter-spacing:-.025em;margin:0;font-size:28px;font-weight:950;line-height:1}.app-header__right{align-items:center;display:flex}.digital-clock{grid-template-columns:6px auto auto;align-items:center;gap:10px;display:grid}.digital-clock__pulse{background:linear-gradient(#6875f4,#28c6df);border-radius:999px;width:6px;height:48px}.digital-clock__time{color:#203d6c;letter-spacing:-.035em;white-space:nowrap;font-size:31px;font-weight:950;line-height:1}.digital-clock__calendar{flex-direction:column;gap:2px;min-width:105px;display:flex}.digital-clock__calendar span,.digital-clock__calendar strong{color:#66778d;white-space:nowrap;font-size:11px;font-weight:850;line-height:1.15}.digital-clock__calendar strong{color:#8693a4;font-weight:750}.app-content{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;background:radial-gradient(circle at 20% 12%,#6c55ef09,#0000 35%),#f4f7fb;flex:1;min-height:0;padding:20px 26px;overflow:hidden auto}.app-content::-webkit-scrollbar{width:0;height:0}.app-content__inner{width:100%;max-width:1800px;margin:0 auto}.app-footer{box-sizing:border-box;background:#fff;border-top:1px solid #e1e7ee;flex:0 0 52px;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;height:52px;min-height:52px;padding:0 22px;display:grid}.app-footer__left{color:#64758c;align-items:center;gap:8px;font-size:9px;font-weight:850;display:flex}.app-footer__logo{object-fit:contain;width:27px;height:27px}.app-footer__center{color:#7e8b9e;font-size:9px;font-weight:850}.app-footer__right{color:#6675eb;text-align:right;font-size:9px;font-weight:850}@media (width<=1200px){.app-sidebar{width:245px;min-width:245px}.digital-clock__time{font-size:27px}.digital-clock__calendar{min-width:95px}.digital-clock__calendar span,.digital-clock__calendar strong{font-size:10px}}@media (width<=900px){.app-header__brand-copy h2,.digital-clock__time{font-size:23px}.digital-clock{gap:8px}}@media (width<=720px){.app-shell{flex-direction:column;height:100dvh;min-height:100dvh}.app-sidebar{width:100%;min-width:0;height:auto;min-height:auto;max-height:220px}.app-sidebar__brand{flex-basis:72px;min-height:72px}.app-sidebar__menu{padding:8px 12px;overflow:auto hidden}.app-sidebar__nav{flex-direction:row;width:max-content}.sidebar-link{width:auto;min-width:120px}.app-sidebar__bottom{flex-basis:52px;min-height:52px}.app-main{height:calc(100dvh - 220px);min-height:0}.app-header{flex-basis:84px;height:84px;min-height:84px;padding:10px 15px}.app-header__brand-copy h2,.digital-clock__time{font-size:20px}.digital-clock__calendar{display:none}.app-footer{flex-basis:54px;grid-template-columns:1fr;justify-items:center;height:auto;min-height:54px;padding:8px 12px}.app-footer__right{text-align:center}}.activation-page{box-sizing:border-box;background:radial-gradient(circle at 10% 15%,#6348ef14,#0000 28%),radial-gradient(circle at 92% 85%,#23c7e114,#0000 30%),#f4f7fb;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:14px 20px;font-family:"Exo 2",sans-serif;display:flex;overflow:auto}.activation-page__background-glow{pointer-events:none;filter:blur(8px);border-radius:50%;position:fixed}.activation-page__background-glow--one{background:#6947ef12;width:230px;height:230px;top:-110px;right:-80px}.activation-page__background-glow--two{background:#1cc6dc12;width:210px;height:210px;bottom:-100px;left:-80px}.activation-card{z-index:1;background:#fff;border:1px solid #dfe7f0;border-radius:24px;width:min(100vw - 40px,1120px);max-height:calc(100dvh - 28px);position:relative;overflow:hidden;box-shadow:0 25px 65px #2b40601c,0 6px 18px #2b40600d}.activation-card:before{content:"";background:linear-gradient(90deg,#6634ee,#8555f5,#2dc7e6);height:4px;position:absolute;top:0;left:0;right:0}.activation-card__top{justify-content:space-between;align-items:center;min-height:62px;padding:10px 22px;display:flex}.activation-brand{align-items:center;gap:10px;display:flex}.activation-brand__logo-wrap{background:#f7faff;border:1px solid #e1e8f1;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.activation-brand__logo{object-fit:contain;width:100%;height:100%;padding:4px}.activation-brand__text span{color:#8b97a8;letter-spacing:.13em;margin-bottom:2px;font-size:7px;font-weight:900;display:block}.activation-brand__text strong{color:#203d6b;font-size:15px;font-weight:950;line-height:1;display:block}.activation-badge{color:#69798f;background:#f8fbff;border:1px solid #dae6f2;border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font-size:8px;font-weight:850;display:inline-flex}.activation-badge svg{color:#0bab81}.activation-divider{background:#e7edf3;height:1px;margin:0 22px}.activation-heading{padding:24px 46px 11px}.activation-heading__eyebrow{color:#6470ef;letter-spacing:.16em;margin-bottom:5px;font-size:8px;font-weight:950}.activation-heading h1{color:#203e6c;letter-spacing:-.02em;margin:0;font-size:clamp(32px,4vw,46px);font-weight:950;line-height:.98}.activation-heading h1 span{color:#7046f2}.activation-heading p{color:#8290a5;margin:8px 0 0;font-size:10px;font-weight:600;line-height:1.5}.activation-form{padding:8px 46px 12px}.activation-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 16px;display:grid}.activation-field{min-width:0}.activation-field--full{grid-column:1/-1}.activation-field label{color:#405575;margin-bottom:5px;font-size:8px;font-weight:900;display:block}.activation-input-wrap{box-sizing:border-box;background:#fbfcfe;border:1px solid #dce5ef;border-radius:12px;align-items:center;gap:9px;min-height:46px;padding:0 12px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex}.activation-input-wrap:hover{border-color:#ced9e6}.activation-input-wrap:focus-within{background:#fff;border-color:#7564ec;box-shadow:0 0 0 3px #7564ec12}.activation-input-wrap>svg{color:#7769ec;flex:none;width:17px;height:17px}.activation-input-wrap input{color:#203d6b;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:inherit;font-size:10px;font-weight:800}.activation-input-wrap input::placeholder{color:#a6b1c0;font-weight:600}.activation-input-wrap--secure{padding-right:7px}.activation-key-toggle{color:#7467e9;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 29px;place-items:center;width:29px;height:29px;padding:0;display:grid}.activation-key-toggle:hover:not(:disabled){background:#f0edff}.activation-key-toggle:disabled{cursor:not-allowed;opacity:.45}.activation-input-hint{color:#0da980;letter-spacing:.08em;flex:none;font-size:7px;font-weight:950}.activation-field small{color:#99a5b5;margin-top:4px;font-size:7px;font-weight:600;display:block}.activation-alert{box-sizing:border-box;border-radius:9px;align-items:center;gap:8px;min-height:34px;margin-top:8px;padding:7px 10px;font-size:8px;font-weight:800;display:flex}.activation-alert svg{flex:none}.activation-alert--error{color:#d33f5e;background:#fff5f7;border:1px solid #ffd2dc}.activation-alert--success{color:#07956f;background:#f1fcf7;border:1px solid #c8eee1}.activation-submit{color:#fff;cursor:pointer;background:linear-gradient(100deg,#6733ef,#8052f4 50%,#2ac8e7);border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:9px;font-family:inherit;font-size:9px;font-weight:950;transition:transform .16s,box-shadow .16s,opacity .16s;display:flex;box-shadow:0 10px 24px #6733ef2e}.activation-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #6733ef3d}.activation-submit span{font-size:13px}.activation-submit:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.activation-submit__spinner{animation:.8s linear infinite activation-spinner}@keyframes activation-spinner{to{transform:rotate(360deg)}}.activation-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:3px 46px 14px;display:grid}.activation-benefit{background:#fbfcfe;border:1px solid #e2e9f1;border-radius:10px;align-items:center;gap:8px;min-height:48px;padding:8px 10px;display:flex}.activation-benefit>svg{color:#0bab82;flex:none;width:15px;height:15px}.activation-benefit strong{color:#375171;font-size:7px;font-weight:900;display:block}.activation-benefit span{color:#98a4b5;margin-top:2px;font-size:6px;font-weight:600;display:block}.activation-footer{background:#fff;border-top:1px solid #e6ecf2;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;min-height:47px;padding:7px 22px;display:grid}.activation-footer__brand{align-items:center;gap:7px;display:flex}.activation-footer__brand img{object-fit:contain;width:24px;height:24px}.activation-footer__brand span{color:#355070;font-size:7px;font-weight:850}.activation-footer__version{color:#7f8c9f;text-align:center;font-size:7px;font-weight:850}.activation-footer__developer{color:#437af0;text-align:right;font-size:7px;font-weight:850}@media (width<=820px){.activation-page{align-items:flex-start;min-height:100dvh;padding:10px;overflow-y:auto}.activation-card{width:100%;max-height:none}.activation-heading,.activation-form,.activation-benefits{padding-left:28px;padding-right:28px}}@media (width<=640px){.activation-form__grid{grid-template-columns:1fr}.activation-field--full{grid-column:auto}.activation-benefits{grid-template-columns:1fr}.activation-card__top{padding-left:18px;padding-right:18px}.activation-divider{margin-left:18px;margin-right:18px}.activation-heading,.activation-form,.activation-benefits{padding-left:18px;padding-right:18px}.activation-footer{grid-template-columns:1fr;justify-items:start}.activation-footer__version,.activation-footer__developer{text-align:left}}.clients-page{width:100%;max-width:1700px;margin:0 auto}.clients-shell{background:radial-gradient(circle at 100% 0,#5f4eea14,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.clients-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.clients-brand{align-items:center;gap:12px;min-width:0;display:flex}.clients-brand__icon{color:#5f54e8;background:#efedff;border-radius:14px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.clients-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.clients-brand h1{color:#203d6c;letter-spacing:-.02em;margin:4px 0 0;font-size:26px;font-weight:950}.clients-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.clients-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.clients-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;transition:transform .15s,border-color .15s,box-shadow .15s;display:inline-flex}.clients-button:hover:not(:disabled){transform:translateY(-1px)}.clients-button:disabled{opacity:.5;cursor:not-allowed}.clients-button--ghost{color:#60738b;background:#fff}.clients-button--ghost:hover:not(:disabled){color:#5e4ce2;border-color:#cbd9e6}.clients-button--soft{color:#596d87;background:#f8fbfe;border-color:#dbe5ee}.clients-button--soft:hover:not(:disabled){color:#5948df;background:#fff;border-color:#c8d7e4}.clients-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.clients-button--excel:hover:not(:disabled){color:#05765d;background:#f5fffb;border-color:#aee1d1}.clients-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.clients-button--primary:hover:not(:disabled){box-shadow:0 13px 25px #5746dd3b}.clients-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.clients-stat-card{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.clients-stat-card--soft{background:linear-gradient(145deg,#fff,#fafbff)}.clients-stat-card__icon{border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.clients-stat-card__icon--blue{color:#4386f8;background:#edf5ff}.clients-stat-card__icon--green{color:#0ba67e;background:#eafaf5}.clients-stat-card__icon--orange{color:#e59424;background:#fff5e7}.clients-stat-card__icon--purple{color:#8058ed;background:#f3eeff}.clients-stat-card span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.clients-stat-card strong{color:#284364;margin-top:4px;font-size:19px;font-weight:950;line-height:1;display:block}.clients-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.clients-alert span{flex:1}.clients-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.clients-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.clients-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:680px;height:42px;padding:0 11px;display:flex}.clients-search svg{color:#77889e;flex:none}.clients-search input{color:#2b4467;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0;font-family:inherit;font-size:10px;font-weight:750}.clients-search input::placeholder{color:#9da9b8}.clients-filter{align-items:center;gap:7px;display:flex}.clients-filter label{color:#7f8fa2;text-transform:uppercase;letter-spacing:.07em;font-size:8px;font-weight:850}.clients-filter select{color:#334d70;background:#fff;border:1px solid #dbe4ed;border-radius:10px;outline:0;min-width:150px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.clients-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.clients-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:15px;padding:15px 17px;display:flex}.clients-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.clients-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.clients-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.clients-table-wrap{overflow-x:auto}.clients-table{border-collapse:collapse;width:100%;min-width:1060px}.clients-table th{text-align:left;color:#8190a3;letter-spacing:.07em;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.clients-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.clients-table tbody tr:hover{background:#fbfdff}.clients-table tbody tr:last-child td{border-bottom:0}.clients-person{align-items:center;gap:9px;display:flex}.clients-avatar{color:#6356e9;background:#f0edff;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.clients-person strong{color:#2b4467;font-size:10px;font-weight:900;display:block}.clients-person span{color:#98a5b4;margin-top:2px;font-size:8px;font-weight:700;display:block}.clients-contact{gap:4px;display:grid}.clients-contact span{color:#6f8095;align-items:center;gap:5px;font-size:8px;font-weight:700;display:inline-flex}.clients-contact svg{color:#6f80eb}.clients-location{gap:3px;display:grid}.clients-location span{color:#6b7d92;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.clients-location span svg{color:#7183e6}.clients-location small{text-overflow:ellipsis;white-space:nowrap;color:#9aa6b5;max-width:190px;font-size:7px;font-weight:650;overflow:hidden}.clients-balance{color:#2c496c;white-space:nowrap;font-size:9px;font-weight:900}.clients-status{border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.clients-status>span{background:currentColor;border-radius:50%;width:6px;height:6px}.clients-status--active{color:#078e6e;background:#eaf9f4;border:1px solid #d2efe6}.clients-status--inactive{color:#9a7a35;background:#fff7e8;border:1px solid #f4e0b7}.clients-row-actions{align-items:center;gap:6px;display:flex}.clients-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.clients-icon-button:hover:not(:disabled){color:#5e49df;border-color:#cdd9e6}.clients-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.clients-icon-button:disabled{opacity:.5;cursor:not-allowed}.clients-empty{text-align:center;color:#7e8ea2;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.clients-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.clients-empty strong{color:#38516f;margin-top:4px;font-size:12px;font-weight:950}.clients-empty span{color:#95a2b1;font-size:9px;font-weight:650}.clients-empty__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.clients-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;font-size:8px;font-weight:750;display:flex}.clients-pagination>div{align-items:center;gap:8px;display:flex}.clients-pagination strong{color:#4b627f;font-size:9px;font-weight:900}.clients-pagination__button{color:#6a7d95;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.clients-pagination__button:disabled{opacity:.45;cursor:not-allowed}.clients-footer{color:#97a3b1;justify-content:space-between;align-items:center;gap:15px;padding:0 18px 18px;font-size:8px;font-weight:750;display:flex}.clients-footer>div{align-items:center;gap:6px;display:inline-flex}.clients-footer svg{color:#0aa680}.clients-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.clients-modal{background:#fff;border:1px solid #ffffffb8;border-radius:20px;flex-direction:column;width:min(920px,100%);max-height:min(860px,92vh);display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.clients-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px 20px 15px;display:flex}.clients-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900;display:block}.clients-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px;font-weight:950}.clients-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px;font-weight:650}.clients-modal__close{color:#6b7e96;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.clients-modal__body{padding:18px 20px 0;overflow-y:auto}.clients-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.clients-form-grid label{flex-direction:column;gap:6px;display:flex}.clients-form-grid label>span{color:#63758c;font-size:9px;font-weight:900}.clients-form-grid input,.clients-form-grid select,.clients-form-grid textarea{box-sizing:border-box;color:#2b4467;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.clients-form-grid input,.clients-form-grid select{height:42px}.clients-form-grid textarea{resize:vertical;padding-top:10px}.clients-form-grid input:focus,.clients-form-grid select:focus,.clients-form-grid textarea:focus{background:#fff;border-color:#7563eb;box-shadow:0 0 0 4px #6f56e814}.clients-form-grid__wide{grid-column:span 2}.clients-modal__footer{background:linear-gradient(#fffffff2,#fff);border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex;position:sticky;bottom:0}.clients-modal__security{color:#0aa680;align-items:center;gap:7px;display:inline-flex}.clients-modal__security span{color:#8f9dae;font-size:8px;font-weight:700}.clients-modal__actions{gap:8px;display:flex}.clients-spin{animation:.9s linear infinite clients-spin}@keyframes clients-spin{to{transform:rotate(360deg)}}@media (width<=1180px){.clients-header{flex-direction:column;align-items:flex-start}.clients-header__actions{justify-content:flex-start;width:100%}}@media (width<=1050px){.clients-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.clients-toolbar{flex-direction:column;align-items:stretch}.clients-search{max-width:none}.clients-filter{justify-content:space-between}}@media (width<=650px){.clients-shell{border-radius:16px}.clients-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.clients-header,.clients-table-card,.clients-toolbar{padding-left:12px;padding-right:12px}.clients-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.clients-header__actions .clients-button{width:100%}.clients-header__actions .clients-button--primary{grid-column:1/-1}.clients-form-grid{grid-template-columns:1fr}.clients-form-grid__wide{grid-column:span 1}.clients-modal__footer{flex-direction:column;align-items:stretch}.clients-modal__actions{grid-template-columns:1fr 1fr;display:grid}.clients-footer{flex-direction:column;align-items:stretch}}@media (width<=480px){.clients-modal-backdrop{padding:10px}.clients-modal__header,.clients-modal__body{padding-left:14px;padding-right:14px}.clients-modal__header h2{font-size:19px}.clients-header__actions{grid-template-columns:1fr}.clients-header__actions .clients-button--primary{grid-column:auto}}.company-setup-page{box-sizing:border-box;background:radial-gradient(circle at 8% 8%,#6c4ef114,#0000 28%),radial-gradient(circle at 94% 90%,#23c6e114,#0000 28%),#f4f7fb;width:100%;min-height:100dvh;padding:24px 28px 36px;font-family:"Exo 2",sans-serif;overflow:hidden auto}.company-setup-page__glow{pointer-events:none;filter:blur(14px);border-radius:50%;position:fixed}.company-setup-page__glow--one{background:#6f4af012;width:300px;height:300px;top:-130px;right:-100px}.company-setup-page__glow--two{background:#21c5dd0f;width:250px;height:250px;bottom:-110px;left:-100px}.company-setup-card{z-index:1;box-sizing:border-box;background:#fff;border:1px solid #dce5ef;border-radius:26px;width:100%;max-width:1500px;margin:0 auto;padding:0 40px 30px;position:relative;overflow:hidden;box-shadow:0 30px 90px #2b40601a,0 10px 28px #2b40600d}.company-setup-card:before{content:"";background:linear-gradient(90deg,#6633ef 0%,#8054f5 48%,#2bc9e7 100%);height:5px;position:absolute;top:0;left:0;right:0}.company-setup-header{justify-content:space-between;align-items:center;gap:24px;min-height:82px;display:flex}.company-setup-brand{align-items:center;gap:14px;display:flex}.company-setup-brand__logo{background:linear-gradient(145deg,#fff,#f5f8fd);border:1px solid #dfe7f0;border-radius:15px;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 8px 20px #31496a0f}.company-setup-brand__logo img{object-fit:contain;width:100%;height:100%;padding:5px}.company-setup-brand__eyebrow{color:#8794a7;letter-spacing:.15em;margin-bottom:4px;font-size:8px;font-weight:900;display:block}.company-setup-brand strong{color:#203e6b;font-size:19px;font-weight:950;line-height:1;display:block}.company-setup-step{background:#f8fbff;border:1px solid #dce6f1;border-radius:12px;align-items:center;gap:10px;padding:10px 13px;display:flex}.company-setup-step__icon{color:#0aa982;background:#eafaf4;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.company-setup-step span{color:#8997a8;letter-spacing:.1em;margin-bottom:3px;font-size:7px;font-weight:900;display:block}.company-setup-step strong{color:#425a77;font-size:9px;font-weight:900;display:block}.company-setup-line{background:linear-gradient(90deg,#0000,#e1e8f1 7% 93%,#0000);height:1px}.company-setup-heading{padding:32px 24px 22px}.company-setup-heading__eyebrow{color:#6370ef;letter-spacing:.17em;margin-bottom:8px;font-size:10px;font-weight:950}.company-setup-heading h1{color:#203e6b;letter-spacing:-.025em;margin:0;font-size:clamp(38px,4vw,58px);font-weight:950;line-height:1.02}.company-setup-heading h1 span{color:#7046f2}.company-setup-heading p{color:#7f8da2;max-width:950px;margin:12px 0 0;font-size:14px;font-weight:600;line-height:1.55}.company-setup-form{padding:0 24px}.setup-section{background:linear-gradient(#fff,#fbfcfe);border:1px solid #dfe7f0;border-radius:18px;padding:22px;box-shadow:0 7px 24px #2b416109}.setup-section+.setup-section{margin-top:16px}.setup-section__title{align-items:center;gap:12px;margin-bottom:18px;display:flex}.setup-section__icon{color:#5f68e8;background:#eff1ff;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.setup-section__icon--purple{color:#744ce8;background:#f3edff}.setup-section__icon--green{color:#00a982;background:#eafaf5}.setup-section__icon--orange{color:#ed931a;background:#fff5e4}.setup-section__icon--blue{color:#3f7ee9;background:#edf5ff}.setup-section__title h2{color:#29466f;margin:0;font-size:16px;font-weight:950}.setup-section__title p{color:#8d9aac;margin:3px 0 0;font-size:11px;font-weight:600}.setup-grid{gap:16px 18px;display:grid}.setup-grid--three{grid-template-columns:1.35fr 1fr 1fr}.setup-grid--four{grid-template-columns:.75fr .9fr 1.6fr 1fr}.setup-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.setup-grid--one{grid-template-columns:1fr}.setup-field{min-width:0}.setup-field label{color:#405676;margin-bottom:7px;font-size:11px;font-weight:900;display:block}.setup-field label span{color:#e04e66}.setup-input{box-sizing:border-box;background:#fbfcfe;border:1px solid #d7e1ec;border-radius:12px;align-items:center;gap:10px;min-height:52px;padding:0 14px;transition:border-color .16s,background-color .16s,box-shadow .16s,transform .16s;display:flex}.setup-input:hover{border-color:#c8d5e4;transform:translateY(-1px)}.setup-input:focus-within{background:#fff;border-color:#7363eb;box-shadow:0 0 0 4px #7363eb12}.setup-input svg{color:#7367eb;flex:none;width:19px;height:19px}.setup-input input,.setup-plain-input{box-sizing:border-box;color:#29476f;background:#fbfcfe;border:1px solid #d7e1ec;border-radius:12px;outline:none;width:100%;min-width:0;min-height:52px;font-family:inherit;font-size:13px;font-weight:750;transition:border-color .16s,background-color .16s,box-shadow .16s}.setup-input input{background:0 0;border:0;border-radius:0;min-height:auto}.setup-input input::placeholder,.setup-plain-input::placeholder{color:#9ca9ba;font-size:12px;font-weight:600}.setup-input input:focus{outline:none}.setup-plain-input{padding:0 14px}.setup-plain-input:focus{background:#fff;border-color:#7363eb;box-shadow:0 0 0 4px #7363eb12}.setup-bottom-grid{grid-template-columns:minmax(320px,.78fr) minmax(500px,1.22fr);gap:16px;margin-top:16px;display:grid}.setup-logo-section{background:#fbfcfe;border:1px solid #dfe7f0;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-top:16px;padding:18px 22px;display:flex}.setup-logo-copy{min-width:0}.setup-logo-copy .setup-section__title{margin-bottom:6px}.setup-logo-note{color:#8e9aac;margin-left:54px;font-size:10px;font-weight:600}.setup-logo-upload{box-sizing:border-box;cursor:pointer;background:#fff;border:1px dashed #c8d7e7;border-radius:13px;align-items:center;gap:12px;width:370px;padding:10px 12px;transition:border-color .16s,background-color .16s,transform .16s;display:flex}.setup-logo-upload:hover{background:#fbfaff;border-color:#7565eb;transform:translateY(-1px)}.setup-logo-upload input{display:none}.setup-logo-preview{background:#f7faff;border:1px solid #dfe7f0;border-radius:11px;flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid;overflow:hidden}.setup-logo-preview img{object-fit:contain;width:100%;height:100%;padding:5px}.setup-logo-upload__text{flex:1;min-width:0}.setup-logo-upload__text strong{color:#3e5676;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:900;display:block;overflow:hidden}.setup-logo-upload__text span{color:#909dae;margin-top:3px;font-size:9px;font-weight:600;display:block}.setup-logo-upload>svg{color:#7565ea;flex:none;width:19px;height:19px}.company-setup-alert{box-sizing:border-box;border-radius:11px;align-items:center;gap:10px;min-height:43px;margin-top:16px;padding:9px 12px;font-size:11px;font-weight:800;display:flex}.company-setup-alert--error{color:#d33e5c;background:#fff5f7;border:1px solid #ffd2dc}.company-setup-alert--success{color:#07976f;background:#f1fcf7;border:1px solid #c7eee1}.company-setup-actions{border-top:1px solid #e5ebf1;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding-top:17px;display:flex}.company-setup-security{align-items:center;gap:10px;display:flex}.company-setup-security>svg{color:#08a981;width:20px;height:20px}.company-setup-security strong{color:#4f637d;font-size:10px;font-weight:900;display:block}.company-setup-security span{color:#8e9bac;margin-top:3px;font-size:9px;font-weight:600;display:block}.company-setup-submit{color:#fff;cursor:pointer;background:linear-gradient(100deg,#6733ef,#8053f4 50%,#2dc8e6);border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 24px;font-family:inherit;font-size:11px;font-weight:950;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;box-shadow:0 12px 26px #6733ef2e}.company-setup-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 17px 31px #6733ef3d}.company-setup-submit:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}@media (width>=1500px){.company-setup-card{max-width:1600px}.company-setup-heading h1{font-size:60px}.setup-field label{font-size:12px}.setup-input input,.setup-plain-input{font-size:14px}}@media (width<=1100px){.company-setup-page{padding:16px}.company-setup-card{padding-left:26px;padding-right:26px}.setup-grid--three,.setup-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.setup-bottom-grid{grid-template-columns:1fr}.setup-logo-section{flex-direction:column;align-items:flex-start}.setup-logo-upload{width:100%}}@media (width<=720px){.company-setup-page{padding:10px}.company-setup-card{border-radius:18px;padding-left:16px;padding-right:16px}.company-setup-header{flex-direction:column;align-items:flex-start;padding:14px 0}.company-setup-heading{padding:24px 0 18px}.company-setup-heading h1{font-size:35px}.company-setup-heading p{font-size:12px}.company-setup-form{padding:0}.setup-grid--three,.setup-grid--four,.setup-grid--two{grid-template-columns:1fr}.setup-section{padding:16px}.setup-section__title h2{font-size:14px}.setup-section__title p,.setup-field label{font-size:10px}.setup-input,.setup-plain-input{min-height:49px}.setup-input input,.setup-plain-input{font-size:13px}.setup-logo-section{padding:16px}.setup-logo-upload{width:100%}.company-setup-actions{flex-direction:column;align-items:stretch}.company-setup-submit{width:100%}}.dashboard-page{box-sizing:border-box;width:100%;max-width:1750px;min-height:100%;margin:0 auto}.dashboard-company-header{box-sizing:border-box;background:linear-gradient(135deg,#fff 0%,#fbfdff 100%);border:1px solid #dfe7ef;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;min-height:104px;padding:15px 20px;display:flex;box-shadow:0 11px 28px #283f5f0e}.dashboard-company-header__brand{align-items:center;gap:14px;min-width:0;display:flex}.dashboard-company-header__logo-wrap{background:linear-gradient(145deg,#fff,#f7fafc);border:1px solid #dfe7f0;border-radius:16px;flex:0 0 64px;place-items:center;width:64px;height:64px;display:grid;overflow:hidden;box-shadow:0 7px 20px #283f5f13}.dashboard-company-header__logo{object-fit:contain;width:100%;height:100%;padding:5px}.dashboard-company-header__copy{min-width:0}.dashboard-company-header__label{color:#6373ec;letter-spacing:.16em;margin-bottom:5px;font-size:8px;font-weight:900;line-height:1;display:block}.dashboard-company-header__copy h1{color:#203d6c;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;max-width:850px;margin:0;font-size:clamp(24px,2.3vw,32px);font-weight:950;line-height:1.02;overflow:hidden}.dashboard-company-header__copy p{color:#8997aa;margin:6px 0 0;font-size:10px;font-weight:650;line-height:1.25}.dashboard-company-header__right{flex-shrink:0;align-items:center;gap:12px;display:flex}.dashboard-company-header__status{text-align:right;white-space:nowrap;border-left:2px solid #6673f4;padding-left:15px}.dashboard-company-header__status span{color:#079878;letter-spacing:.1em;justify-content:flex-end;align-items:center;gap:4px;margin-bottom:4px;font-size:8px;font-weight:900;display:flex}.dashboard-company-header__status span svg{color:#08a981}.dashboard-company-header__status strong{color:#576b85;font-size:10px;font-weight:850}.dashboard-refresh-button{color:#60728a;cursor:pointer;background:#fff;border:1px solid #dce5ee;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:37px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:850;transition:border-color .16s,background .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.dashboard-refresh-button:hover:not(:disabled){color:#5f4ae4;background:#fafbff;border-color:#cbd7e4;transform:translateY(-1px);box-shadow:0 6px 16px #374b6e0f}.dashboard-refresh-button:disabled{opacity:.55;cursor:not-allowed}.dashboard-refresh-button__spin{animation:.8s linear infinite dashboard-spin}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-meta-row{justify-content:flex-end;align-items:center;gap:16px;margin:8px 2px 12px;display:flex}.dashboard-meta-item{color:#8996a8;align-items:center;gap:6px;font-size:8px;font-weight:700;display:inline-flex}.dashboard-meta-dot{background:#7082f2;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #7082f214}.dashboard-meta-item--secure{color:#078f73}.dashboard-meta-item--secure svg{color:#08a981}.dashboard-alert{color:#d0425e;background:#fff6f8;border:1px solid #ffd5de;border-radius:10px;align-items:center;gap:9px;margin-bottom:12px;padding:10px 12px;display:flex}.dashboard-alert>svg{flex:none}.dashboard-alert>div{min-width:0}.dashboard-alert strong{color:#d0425e;font-size:9px;font-weight:900;display:block}.dashboard-alert span{color:#b55e6f;margin-top:2px;font-size:8px;font-weight:650;display:block}.dashboard-financial-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.financial-card{box-sizing:border-box;color:#fff;border-radius:17px;min-width:0;min-height:132px;padding:18px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 14px 29px #3045691c}.financial-card:hover{transform:translateY(-2px);box-shadow:0 18px 32px #30456926}.financial-card:after{content:"";pointer-events:none;border:1px solid #ffffff2e;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-50px;right:-38px}.financial-card:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:90px;height:90px;position:absolute;top:-45px;right:80px}.financial-card__top{z-index:1;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}.financial-card__top span{letter-spacing:.09em;font-size:8px;font-weight:900}.financial-card strong{z-index:1;letter-spacing:-.01em;font-variant-numeric:tabular-nums;margin-top:16px;font-size:clamp(25px,2.2vw,33px);font-weight:950;line-height:1;display:block;position:relative}.financial-card small{z-index:1;color:#ffffffdb;margin-top:7px;font-size:8px;font-weight:650;display:block;position:relative}.financial-card--received{background:linear-gradient(135deg,#18b98b 0%,#85d23f 100%)}.financial-card--expense{background:linear-gradient(135deg,#f53261 0%,#ff5541 100%)}.financial-card--dues{background:linear-gradient(135deg,#ff6d0a 0%,#ffc426 100%)}.financial-card--balance{background:linear-gradient(135deg,#35aaf7 0%,#18d5d8 100%)}.dashboard-section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin:20px 0 11px;display:flex}.dashboard-section-heading>div>span{color:#6371ed;letter-spacing:.14em;margin-bottom:3px;font-size:7px;font-weight:900;display:block}.dashboard-section-heading h2{color:#263f64;margin:0;font-size:17px;font-weight:950;line-height:1.1}.dashboard-section-heading p{color:#8b98a9;margin:0;font-size:8px;font-weight:650}.dashboard-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;display:grid}.dashboard-shortcut{color:#203d6c;background:#fff;border:1px solid #e1e8f0;border-radius:14px;align-items:center;gap:12px;min-width:0;min-height:82px;padding:11px 14px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 7px 20px #283c5b09}.dashboard-shortcut:before{transform-origin:50%;content:"";background:linear-gradient(#6673f4,#27c7e7);border-radius:14px 0 0 14px;width:3px;height:100%;transition:transform .18s;position:absolute;top:0;left:0;transform:scaleY(0)}.dashboard-shortcut:hover{background:#fcfdff;border-color:#cfd9e7;transform:translateY(-3px);box-shadow:0 14px 27px #283c5b14}.dashboard-shortcut:hover:before{transform:scaleY(1)}.dashboard-shortcut__icon{color:#4184fa;background:#edf5ff;border-radius:14px;flex:0 0 50px;place-items:center;width:50px;height:50px;transition:transform .19s,background-color .19s,color .19s,box-shadow .19s;display:grid}.dashboard-shortcut:nth-child(3n+2) .dashboard-shortcut__icon{color:#8b5cf6;background:#f4efff}.dashboard-shortcut:nth-child(3n+3) .dashboard-shortcut__icon{color:#ed4ca6;background:#fff0f8}.dashboard-shortcut:nth-child(4n) .dashboard-shortcut__icon{color:#13a989;background:#eafaf5}.dashboard-shortcut:hover .dashboard-shortcut__icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#28c8e8);transform:scale(1.08);box-shadow:0 9px 19px #6673f438,0 0 0 5px #6673f412}.dashboard-shortcut__content{flex:1;min-width:0}.dashboard-shortcut__content span{color:#203d6c;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:900;line-height:1.2;display:block;overflow:hidden}.dashboard-shortcut__content small{color:#9aa6b4;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:7px;font-weight:650;line-height:1.1;display:block;overflow:hidden}.dashboard-shortcut__arrow{color:#a1aec0;flex:none;transition:transform .18s,color .18s}.dashboard-shortcut:hover .dashboard-shortcut__arrow{color:#6673f4;transform:translate(2px,-2px)}@media (width>=1500px){.dashboard-company-header{min-height:108px;padding:18px 22px}.dashboard-company-header__logo-wrap{flex-basis:68px;width:68px;height:68px}.dashboard-company-header__copy h1{font-size:31px}.financial-card{min-height:138px}.dashboard-shortcut{min-height:84px}}@media (width<=1250px){.dashboard-financial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-company-header__copy h1{max-width:600px}}@media (width<=1100px){.dashboard-company-header{gap:15px}.dashboard-company-header__status{padding-left:12px}.dashboard-company-header__copy h1{max-width:500px}}@media (width<=950px){.dashboard-company-header{flex-direction:column;align-items:flex-start}.dashboard-company-header__right{justify-content:space-between;width:100%}.dashboard-company-header__status{text-align:left;border-left:0;padding-left:0}.dashboard-company-header__status span{justify-content:flex-start}.dashboard-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.dashboard-meta-row{flex-wrap:wrap;justify-content:flex-start}.dashboard-company-header{min-height:100px}.dashboard-company-header__brand{width:100%}.dashboard-company-header__copy h1{max-width:calc(100vw - 150px)}}@media (width<=620px){.dashboard-financial-grid,.dashboard-shortcuts{grid-template-columns:1fr}.dashboard-company-header{padding:14px}.dashboard-company-header__logo-wrap{border-radius:14px;flex-basis:56px;width:56px;height:56px}.dashboard-company-header__copy h1{max-width:calc(100vw - 125px);font-size:21px}.dashboard-company-header__label{font-size:8px}.dashboard-company-header__copy p{font-size:9px}.dashboard-company-header__right{flex-direction:column;align-items:flex-start}.dashboard-company-header__status,.dashboard-refresh-button{width:100%}.dashboard-section-heading{flex-direction:column;align-items:flex-start}.dashboard-section-heading p{display:none}}@media (width<=450px){.dashboard-page{max-width:100%}.dashboard-financial-grid{gap:10px}.financial-card{min-height:122px;padding:15px}.financial-card strong{font-size:28px}.dashboard-shortcut{min-height:76px;padding:10px 12px}.dashboard-shortcut__icon{border-radius:12px;flex-basis:45px;width:45px;height:45px}}.employees-page{width:100%;max-width:1700px;margin:0 auto}.employees-shell{background:radial-gradient(circle at 100% 0,#5f4eea14,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.employees-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.employees-brand{align-items:center;gap:12px;min-width:0;display:flex}.employees-brand__icon{color:#5f54e8;background:#efedff;border-radius:14px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.employees-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.employees-brand h1{color:#203d6c;letter-spacing:-.02em;margin:4px 0 0;font-size:26px;font-weight:950}.employees-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.employees-header__actions{align-items:center;gap:8px;display:flex}.employees-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 13px;font-family:inherit;font-size:9px;font-weight:900;transition:transform .15s,border-color .15s,box-shadow .15s;display:inline-flex}.employees-button:hover:not(:disabled){transform:translateY(-1px)}.employees-button:disabled{opacity:.55;cursor:not-allowed}.employees-button--ghost{color:#60738b;background:#fff}.employees-button--ghost:hover:not(:disabled){color:#5e4ce2;border-color:#cbd9e6}.employees-button--soft{color:#596d87;background:#f8fbfe;border-color:#dbe5ee}.employees-button--soft:hover:not(:disabled){color:#5948df;background:#fff;border-color:#c8d7e4}.employees-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.employees-button--excel:hover:not(:disabled){color:#05765d;background:#f5fffb;border-color:#aee1d1}.employees-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.employees-button--primary:hover:not(:disabled){box-shadow:0 13px 25px #5746dd3b}.employees-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.employees-stat-card{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.employees-stat-card--soft{background:linear-gradient(145deg,#fff,#fafbff)}.employees-stat-card__icon{border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.employees-stat-card__icon--blue{color:#4386f8;background:#edf5ff}.employees-stat-card__icon--green{color:#0ba67e;background:#eafaf5}.employees-stat-card__icon--orange{color:#e59424;background:#fff5e7}.employees-stat-card__icon--purple{color:#8058ed;background:#f3eeff}.employees-stat-card span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.employees-stat-card strong{color:#284364;margin-top:4px;font-size:21px;font-weight:950;line-height:1;display:block}.employees-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.employees-alert span{flex:1}.employees-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.employees-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.employees-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:680px;height:42px;padding:0 11px;display:flex}.employees-search svg{color:#77889e;flex:none}.employees-search input{color:#2b4467;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0;font-family:inherit;font-size:10px;font-weight:750}.employees-search input::placeholder{color:#9da9b8}.employees-filter{align-items:center;gap:7px;display:flex}.employees-filter label{color:#7f8fa2;text-transform:uppercase;letter-spacing:.07em;font-size:8px;font-weight:850}.employees-filter select{color:#334d70;background:#fff;border:1px solid #dbe4ed;border-radius:10px;outline:0;min-width:150px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.employees-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.employees-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:15px;padding:15px 17px;display:flex}.employees-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.employees-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.employees-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.employees-table-wrap{overflow-x:auto}.employees-table{border-collapse:collapse;width:100%;min-width:1040px}.employees-table th{text-align:left;color:#8190a3;letter-spacing:.07em;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.employees-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.employees-table tbody tr:hover{background:#fbfdff}.employees-table tbody tr:last-child td{border-bottom:0}.employees-person{align-items:center;gap:9px;display:flex}.employees-avatar{color:#6356e9;background:#f0edff;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.employees-person strong{color:#2b4467;font-size:10px;font-weight:900;display:block}.employees-person span{color:#98a5b4;margin-top:2px;font-size:8px;font-weight:700;display:block}.employees-cell-main{color:#435b78;font-size:9px;font-weight:800}.employees-contact{gap:4px;display:grid}.employees-contact span{color:#6f8095;align-items:center;gap:5px;font-size:8px;font-weight:700;display:inline-flex}.employees-contact svg{color:#6f80eb;flex:none}.employees-date{color:#6b7d92;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.employees-date svg{color:#7386e8}.employees-status{border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.employees-status>span{background:currentColor;border-radius:50%;width:6px;height:6px}.employees-status--active{color:#078e6e;background:#eaf9f4;border:1px solid #d2efe6}.employees-status--inactive{color:#9a7a35;background:#fff7e8;border:1px solid #f4e0b7}.employees-row-actions{align-items:center;gap:6px;display:flex}.employees-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.employees-icon-button:hover:not(:disabled){color:#5e49df;border-color:#cdd9e6}.employees-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.employees-icon-button:disabled{opacity:.5;cursor:not-allowed}.employees-empty{text-align:center;color:#7e8ea2;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.employees-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.employees-empty strong{color:#38516f;margin-top:4px;font-size:12px;font-weight:950}.employees-empty span{color:#95a2b1;font-size:9px;font-weight:650}.employees-empty__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.employees-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;font-size:8px;font-weight:750;display:flex}.employees-pagination>div{align-items:center;gap:8px;display:flex}.employees-pagination strong{color:#4b627f;font-size:9px;font-weight:900}.employees-pagination__button{color:#6a7d95;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.employees-pagination__button:disabled{opacity:.45;cursor:not-allowed}.employees-footer{color:#97a3b1;justify-content:space-between;align-items:center;gap:15px;padding:0 18px 18px;font-size:8px;font-weight:750;display:flex}.employees-footer>div{align-items:center;gap:6px;display:inline-flex}.employees-footer svg{color:#0aa680}.employees-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.employees-modal{background:#fff;border:1px solid #ffffffb8;border-radius:20px;flex-direction:column;width:min(920px,100%);max-height:min(860px,92vh);display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.employees-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px 20px 15px;display:flex}.employees-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900;display:block}.employees-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px;font-weight:950}.employees-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px;font-weight:650}.employees-modal__close{color:#6b7e96;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.employees-modal__body{padding:18px 20px 0;overflow-y:auto}.employees-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.employees-form-grid label{flex-direction:column;gap:6px;display:flex}.employees-form-grid label>span{color:#63758c;font-size:9px;font-weight:900}.employees-form-grid input,.employees-form-grid select,.employees-form-grid textarea{box-sizing:border-box;color:#2b4467;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.employees-form-grid input,.employees-form-grid select{height:42px}.employees-form-grid textarea{resize:vertical;padding-top:10px}.employees-form-grid input:focus,.employees-form-grid select:focus,.employees-form-grid textarea:focus{background:#fff;border-color:#7563eb;box-shadow:0 0 0 4px #6f56e814}.employees-form-grid__wide{grid-column:span 2}.employees-modal__footer{background:linear-gradient(#fffffff2,#fff);border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex;position:sticky;bottom:0}.employees-modal__security{color:#0aa680;align-items:center;gap:7px;display:inline-flex}.employees-modal__security span{color:#8f9dae;font-size:8px;font-weight:700}.employees-modal__actions{gap:8px;display:flex}.employees-spin{animation:.9s linear infinite employees-spin}@keyframes employees-spin{to{transform:rotate(360deg)}}@media (width<=1050px){.employees-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.employees-header,.employees-toolbar,.employees-footer{flex-direction:column;align-items:stretch}.employees-header__actions{flex-wrap:wrap;width:100%}.employees-header__actions .employees-button{flex:150px}.employees-toolbar{align-items:stretch}.employees-search{max-width:none}.employees-filter{justify-content:space-between}}@media (width<=650px){.employees-shell{border-radius:16px}.employees-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.employees-header,.employees-table-card,.employees-toolbar{padding-left:12px;padding-right:12px}.employees-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.employees-header__actions .employees-button{width:100%}.employees-header__actions .employees-button--primary{grid-column:1/-1}.employees-form-grid{grid-template-columns:1fr}.employees-form-grid__wide{grid-column:span 1}.employees-modal__footer{flex-direction:column;align-items:stretch}.employees-modal__actions{grid-template-columns:1fr 1fr;display:grid}}@media (width<=480px){.employees-modal-backdrop{padding:10px}.employees-modal__header,.employees-modal__body{padding-left:14px;padding-right:14px}.employees-modal__header h2{font-size:19px}}.expense-page{width:100%;max-width:1700px;margin:0 auto}.expense-shell{background:radial-gradient(circle at 100% 0,#ff48720f,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.expense-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.expense-brand{align-items:center;gap:12px;min-width:0;display:flex}.expense-brand__icon{color:#ef4d91;background:#fff0f7;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.expense-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.expense-brand h1{color:#203d6c;margin:4px 0 0;font-size:26px;font-weight:950}.expense-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.expense-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.expense-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.expense-button:disabled{opacity:.5;cursor:not-allowed}.expense-button--ghost{color:#60738b;background:#fff}.expense-button--soft{color:#596d87;background:#f8fbfe}.expense-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.expense-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.expense-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.expense-stat{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.expense-stat__icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.expense-stat__icon--blue{color:#4386f8;background:#edf5ff}.expense-stat__icon--red{color:#ef4777;background:#fff0f5}.expense-stat__icon--green{color:#0ba67e;background:#eafaf5}.expense-stat__icon--orange{color:#e59424;background:#fff5e7}.expense-stat span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.expense-stat strong{color:#284364;margin-top:4px;font-size:18px;font-weight:950;display:block}.expense-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.expense-alert span{flex:1}.expense-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.expense-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.expense-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:760px;height:42px;padding:0 11px;display:flex}.expense-search input{background:0 0;border:0;outline:0;width:100%;height:100%;font-family:inherit;font-size:10px;font-weight:750}.expense-filter{align-items:center;gap:7px;display:flex}.expense-filter label{color:#7f8fa2;text-transform:uppercase;font-size:8px;font-weight:850}.expense-filter select{background:#fff;border:1px solid #dbe4ed;border-radius:10px;min-width:160px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.expense-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.expense-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.expense-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.expense-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.expense-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.expense-table-wrap{overflow-x:auto}.expense-table{border-collapse:collapse;width:100%;min-width:1220px}.expense-table th{text-align:left;color:#8190a3;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.expense-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.expense-number{align-items:center;gap:9px;display:flex}.expense-avatar{color:#ec4d91;background:#fff0f7;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.expense-number strong{color:#2b4467;font-size:10px;display:block}.expense-number span{color:#98a5b4;font-size:8px;display:block}.expense-employee,.expense-details{gap:3px;max-width:220px;display:grid}.expense-employee strong,.expense-details strong{color:#425b78;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.expense-employee span,.expense-details span{color:#98a5b4;font-size:7px}.expense-date,.expense-location{color:#6f8195;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.expense-amount{color:#2b496d;white-space:nowrap;font-size:9px;font-weight:900}.expense-method{border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.expense-method>span{background:currentColor;border-radius:50%;width:6px;height:6px}.expense-method--cash{color:#078e6e;background:#eaf9f4}.expense-method--card{color:#5c54d9;background:#f0edff}.expense-method--bank_transfer{color:#3e7cc4;background:#eef5ff}.expense-row-actions{gap:5px;display:flex}.expense-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.expense-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.expense-empty{text-align:center;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.expense-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.expense-empty strong{color:#38516f;font-size:12px}.expense-empty span{color:#95a2b1;font-size:9px}.expense-empty__button{color:#fff;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.expense-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;padding:11px 13px;font-size:8px;display:flex}.expense-pagination>div{align-items:center;gap:8px;display:flex}.expense-pagination strong{color:#4b627f;font-size:9px}.expense-pagination__button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.expense-footer{color:#97a3b1;justify-content:space-between;align-items:center;padding:0 18px 18px;font-size:8px;display:flex}.expense-footer>div{align-items:center;gap:6px;display:inline-flex}.expense-footer svg{color:#0aa680}.expense-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.expense-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(1000px,100%);max-height:93vh;display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.expense-modal--large{width:min(1120px,100%)}.expense-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.expense-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900}.expense-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px}.expense-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px}.expense-modal__close{background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.expense-modal__body{padding:18px 20px 0;overflow-y:auto}.expense-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.expense-form-grid label{flex-direction:column;gap:6px;display:flex}.expense-form-grid label>span,.expense-field-span-3>span{color:#63758c;font-size:9px;font-weight:900}.expense-form-grid input,.expense-form-grid select,.expense-form-grid textarea{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.expense-form-grid input,.expense-form-grid select{height:42px}.expense-form-grid textarea{resize:vertical;padding-top:10px}.expense-field-span-2{grid-column:span 2}.expense-field-span-3{grid-column:1/-1}.expense-modal__footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex}.expense-modal__security{color:#0aa680;align-items:center;gap:7px;font-size:8px;display:inline-flex}.expense-modal__actions{gap:8px;display:flex}.expense-preview-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(850px,100%);max-height:92vh;display:flex;overflow:hidden}.expense-preview-modal__header{border-bottom:1px solid #e6edf3;justify-content:space-between;align-items:center;padding:14px 17px;display:flex}.expense-preview-modal__header span{color:#6f77ea;font-size:8px;font-weight:900}.expense-preview-modal__header h2{color:#294365;margin:3px 0 0;font-size:18px}.expense-preview-modal__actions{align-items:center;gap:8px;display:flex}.expense-preview{background:#f3f6fa;padding:24px;overflow-y:auto}.expense-preview__receipt{background:#fff;border:1px solid #dfe7ef;border-radius:15px;padding:25px}.expense-preview__top{border-bottom:2px solid #294a72;justify-content:space-between;align-items:flex-start;padding-bottom:15px;display:flex}.expense-preview__top span{color:#6d76ea;font-size:8px;font-weight:900;display:block}.expense-preview__top h3{color:#203d6c;margin:5px 0 0;font-size:26px}.expense-preview__amount{color:#0a9874;font-size:24px;font-weight:950}.expense-preview__grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px;display:grid}.expense-preview__grid>div{border:1px solid #e0e8f0;border-radius:10px;padding:10px}.expense-preview__grid span{color:#7f90a3;font-size:7px;font-weight:900;display:block}.expense-preview__grid strong{color:#304a6b;margin-top:4px;font-size:9px;display:block}.expense-preview__details{border:1px solid #e0e8f0;border-radius:10px;margin-top:15px;padding:11px}.expense-preview__details>span{color:#6f77ea;font-size:7px;font-weight:900}.expense-preview__details p{color:#718399;white-space:pre-wrap;margin:5px 0 0;font-size:8px}.expense-spin{animation:.9s linear infinite expense-spin}@keyframes expense-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.expense-header{flex-direction:column}.expense-header__actions{justify-content:flex-start;width:100%}}@media (width<=1050px){.expense-stats,.expense-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-field-span-3{grid-column:1/-1}}@media (width<=820px){.expense-toolbar{flex-direction:column;align-items:stretch}.expense-search{max-width:none}.expense-modal__footer{flex-direction:column;align-items:stretch}.expense-preview__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.expense-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.expense-header,.expense-table-card,.expense-toolbar{padding-left:12px;padding-right:12px}.expense-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.expense-header__actions .expense-button{width:100%}.expense-header__actions .expense-button--primary{grid-column:1/-1}.expense-form-grid{grid-template-columns:1fr}.expense-field-span-2,.expense-field-span-3{grid-column:1}.expense-preview{padding:12px}.expense-preview__grid{grid-template-columns:1fr}}.invoices-page{width:100%;max-width:1700px;margin:0 auto}.invoices-shell{background:radial-gradient(circle at 100% 0,#5f4eea14,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.invoices-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.invoices-brand{align-items:center;gap:12px;min-width:0;display:flex}.invoices-brand__icon{color:#5f54e8;background:#efedff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.invoices-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.invoices-brand h1{color:#203d6c;margin:4px 0 0;font-size:26px;font-weight:950}.invoices-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.invoices-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.invoices-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.invoices-button:hover:not(:disabled){transform:translateY(-1px)}.invoices-button:disabled{opacity:.5;cursor:not-allowed}.invoices-button--ghost{color:#60738b;background:#fff}.invoices-button--soft{color:#596d87;background:#f8fbfe;border-color:#dbe5ee}.invoices-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.invoices-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.invoices-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.invoices-stat-card{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.invoices-stat-card__icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.invoices-stat-card__icon--blue{color:#4386f8;background:#edf5ff}.invoices-stat-card__icon--purple{color:#8058ed;background:#f3eeff}.invoices-stat-card__icon--green{color:#0ba67e;background:#eafaf5}.invoices-stat-card__icon--orange{color:#e59424;background:#fff5e7}.invoices-stat-card span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.invoices-stat-card strong{color:#284364;margin-top:4px;font-size:18px;font-weight:950;display:block}.invoices-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.invoices-alert span{flex:1}.invoices-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.invoices-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.invoices-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:720px;height:42px;padding:0 11px;display:flex}.invoices-search input{background:0 0;border:0;outline:0;width:100%;height:100%;font-family:inherit;font-size:10px;font-weight:750}.invoices-filter{align-items:center;gap:7px;display:flex}.invoices-filter label{color:#7f8fa2;text-transform:uppercase;font-size:8px;font-weight:850}.invoices-filter select{background:#fff;border:1px solid #dbe4ed;border-radius:10px;min-width:160px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.invoices-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.invoices-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.invoices-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.invoices-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.invoices-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.invoices-table-wrap{overflow-x:auto}.invoices-table{border-collapse:collapse;width:100%;min-width:1120px}.invoices-table th{text-align:left;color:#8190a3;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.invoices-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.invoices-table tbody tr:hover{background:#fbfdff}.invoices-number{align-items:center;gap:9px;display:flex}.invoices-avatar{color:#6755e9;background:#f0edff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.invoices-number strong{color:#2b4467;font-size:10px;display:block}.invoices-number span{color:#98a5b4;margin-top:2px;font-size:8px;display:block}.invoices-client{gap:3px;max-width:220px;display:grid}.invoices-client strong{color:#425b78;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.invoices-client span{color:#98a5b4;font-size:7px}.invoices-date{color:#6f8195;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.invoices-total{color:#2b496d;white-space:nowrap;font-size:9px;font-weight:900}.invoices-due{color:#c46e25;white-space:nowrap;font-size:9px;font-weight:900}.invoices-status{text-transform:capitalize;border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.invoices-status>span{background:currentColor;border-radius:50%;width:6px;height:6px}.invoices-status--draft{color:#718198;background:#f4f7fa}.invoices-status--sent{color:#4377c7;background:#eef5ff}.invoices-status--partial{color:#9a7a35;background:#fff7e8}.invoices-status--paid{color:#078e6e;background:#eaf9f4}.invoices-status--overdue{color:#cf415b;background:#fff3f5}.invoices-status--cancelled{color:#875f70;background:#faf2f6}.invoices-row-actions{gap:5px;display:flex}.invoices-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.invoices-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.invoices-empty{text-align:center;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.invoices-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.invoices-empty strong{color:#38516f;font-size:12px}.invoices-empty span{color:#95a2b1;font-size:9px}.invoices-empty__button{color:#fff;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.invoices-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;padding:11px 13px;font-size:8px;display:flex}.invoices-pagination>div{align-items:center;gap:8px;display:flex}.invoices-pagination strong{color:#4b627f;font-size:9px}.invoices-pagination__button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.invoices-footer{color:#97a3b1;justify-content:space-between;align-items:center;padding:0 18px 18px;font-size:8px;display:flex}.invoices-footer>div{align-items:center;gap:6px;display:inline-flex}.invoices-footer svg{color:#0aa680}.invoices-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.invoices-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(980px,100%);max-height:93vh;display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.invoices-modal--large{width:min(1180px,100%)}.invoices-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.invoices-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900;display:block}.invoices-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px}.invoices-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px}.invoices-modal__close{background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.invoices-modal__body{padding:18px 20px 0;overflow-y:auto}.invoices-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.invoices-form-grid label,.invoices-notes{flex-direction:column;gap:6px;display:flex}.invoices-form-grid label>span,.invoices-notes>span,.invoices-item-row label>span,.invoices-item-row__total>span{color:#63758c;font-size:9px;font-weight:900}.invoices-form-grid input,.invoices-form-grid select,.invoices-item-row input,.invoices-notes textarea{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;height:42px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.invoices-notes textarea{resize:vertical;height:auto;padding-top:10px}.invoices-items-card{border:1px solid #e0e8f0;border-radius:15px;margin-top:15px;overflow:hidden}.invoices-items-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.invoices-items-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900}.invoices-items-card__head h3{color:#2c4668;margin:3px 0 0;font-size:14px}.invoices-small-button{color:#5d49df;background:#f8f7ff;border:1px solid #dbe4ed;border-radius:9px;align-items:center;gap:6px;min-height:33px;padding:0 10px;font-family:inherit;font-size:8px;font-weight:900;display:inline-flex}.invoices-items{gap:8px;padding:10px;display:grid}.invoices-item-row{background:#fbfdff;border:1px solid #e6edf3;border-radius:11px;grid-template-columns:minmax(180px,2.3fr) minmax(70px,.7fr) minmax(100px,1fr) minmax(90px,.9fr) minmax(90px,.9fr) minmax(110px,1fr) 34px;align-items:end;gap:8px;padding:9px;display:grid}.invoices-item-row label{flex-direction:column;gap:5px;display:flex}.invoices-item-row input{min-width:0}.invoices-item-row__total{flex-direction:column;justify-content:center;min-height:42px;display:flex}.invoices-item-row__total strong{color:#29486b;margin-top:4px;font-size:9px}.invoices-item-row__delete{color:#ce4761;background:#fff7f8;border:1px solid #f0d4db;border-radius:9px;place-items:center;width:34px;height:42px;display:grid}.invoices-bottom-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:14px;margin-top:14px;display:grid}.invoices-total-card{border:1px solid #e0e8f0;border-radius:14px;padding:13px}.invoices-total-card>div{color:#8291a3;border-bottom:1px solid #edf1f5;justify-content:space-between;gap:15px;padding:7px 0;font-size:8px;display:flex}.invoices-total-card strong{color:#304a6c;font-size:9px}.invoices-total-card__grand{padding:10px 0!important}.invoices-total-card__due span,.invoices-total-card__due strong{color:#cc6e23!important}.invoices-modal__footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex}.invoices-modal__security{color:#0aa680;align-items:center;gap:7px;font-size:8px;display:inline-flex}.invoices-modal__actions{gap:8px;display:flex}.invoices-preview-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(920px,100%);max-height:92vh;display:flex;overflow:hidden}.invoices-preview-modal__header{border-bottom:1px solid #e6edf3;justify-content:space-between;align-items:center;padding:14px 17px;display:flex}.invoices-preview-modal__header span{color:#6f77eb;font-size:8px;font-weight:900}.invoices-preview-modal__header h2{color:#294365;margin:3px 0 0;font-size:18px}.invoices-preview-modal__actions{align-items:center;gap:8px;display:flex}.invoices-preview{background:#f3f6fa;padding:28px;overflow-y:auto}.invoices-preview__top{border-bottom:2px solid #284a72;justify-content:space-between;align-items:flex-start;padding-bottom:15px;display:flex}.invoices-preview__top span{color:#6c76e7;letter-spacing:.15em;font-size:8px;font-weight:900}.invoices-preview__top h3{color:#203d6c;margin:5px 0 0;font-size:29px}.invoices-preview__number{text-align:right}.invoices-preview__number strong{color:#203d6c;font-size:16px;display:block}.invoices-preview__number span{text-transform:capitalize;background:#eef3f8;border-radius:999px;margin-top:5px;padding:5px 8px;font-size:7px;display:inline-block}.invoices-preview__meta{grid-template-columns:1fr 1fr;gap:14px;margin-top:15px;display:grid}.invoices-preview__meta>div{background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:11px}.invoices-preview__meta span{color:#6f77ea;margin-bottom:5px;font-size:7px;font-weight:900;display:block}.invoices-preview__meta strong,.invoices-preview__meta small{display:block}.invoices-preview__meta strong{font-size:10px}.invoices-preview__meta small{color:#8492a4;margin-top:4px;font-size:8px}.invoices-preview__items{background:#fff;border:1px solid #dfe7ef;border-radius:10px;margin-top:15px;overflow:hidden}.invoices-preview__items-head,.invoices-preview__item{grid-template-columns:1fr 60px 100px 110px;gap:8px;padding:9px 11px;display:grid}.invoices-preview__items-head{color:#fff;background:#2c4b72;font-size:7px}.invoices-preview__item{color:#536982;border-top:1px solid #edf1f5;font-size:8px}.invoices-preview__item span:nth-child(n+2),.invoices-preview__items-head span:nth-child(n+2){text-align:right}.invoices-preview__totals{background:#fff;border:1px solid #dfe7ef;border-radius:10px;width:min(340px,100%);margin:15px 0 0 auto;padding:11px 12px}.invoices-preview__totals>div{color:#78889c;border-bottom:1px solid #edf1f5;justify-content:space-between;padding:6px 0;font-size:8px;display:flex}.invoices-preview__grand{font-size:10px!important}.invoices-preview__due span,.invoices-preview__due strong{color:#cc6f24!important}.invoices-preview__notes{background:#fff;border:1px solid #dfe7ef;border-radius:10px;margin-top:15px;padding:11px}.invoices-preview__notes span{font-size:7px;font-weight:900}.invoices-preview__notes p{white-space:pre-wrap;color:#76879b;margin:5px 0 0;font-size:8px}.invoices-spin{animation:.9s linear infinite invoices-spin}@keyframes invoices-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.invoices-header{flex-direction:column}.invoices-header__actions{justify-content:flex-start;width:100%}}@media (width<=1050px){.invoices-stats,.invoices-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoices-bottom-grid{grid-template-columns:1fr}}@media (width<=820px){.invoices-toolbar{flex-direction:column;align-items:stretch}.invoices-search{max-width:none}.invoices-filter{justify-content:space-between}.invoices-item-row{grid-template-columns:repeat(2,minmax(0,1fr))}.invoices-item-row__description{grid-column:span 2}.invoices-modal__footer{flex-direction:column;align-items:stretch}}@media (width<=650px){.invoices-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.invoices-header,.invoices-table-card,.invoices-toolbar{padding-left:12px;padding-right:12px}.invoices-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.invoices-header__actions .invoices-button{width:100%}.invoices-header__actions .invoices-button--primary{grid-column:1/-1}.invoices-form-grid{grid-template-columns:1fr}.invoices-preview{padding:14px}.invoices-preview__meta{grid-template-columns:1fr}}.preview-sheet{color:#294365;background:#fff;width:794px;max-width:100%;margin:0 auto;padding:42px;box-shadow:0 18px 44px #253c5f1a}.preview-top-header{border-bottom:1px solid #284a72;grid-template-columns:1.1fr .9fr;align-items:stretch;gap:20px;padding-bottom:12px;display:grid}.preview-title h3{color:#203d6c;letter-spacing:-.02em;margin:0 0 8px;font-size:31px;font-weight:950}.preview-details{padding:0}.preview-header-art{background:linear-gradient(135deg,#31547d14,#6a56e908),repeating-linear-gradient(135deg,#0000 0 13px,#3452760b 13px 14px);border:1px solid #637a9526;border-radius:11px;min-height:82px;position:relative;overflow:hidden}.preview-header-art:before,.preview-header-art:after{content:"";border:1px solid #5b718e2e;border-radius:50%;position:absolute}.preview-header-art:before{width:82px;height:82px;top:-35px;right:18px}.preview-header-art:after{width:44px;height:44px;bottom:-18px;right:72px}.preview-details>div{color:#8492a2;justify-content:space-between;align-items:center;gap:12px;max-width:340px;padding:3px 0;font-size:9px;display:flex}.preview-details strong{color:#29496b;text-align:right;font-weight:900}.preview-separator{border-top:1px solid #d8e2ea;margin-top:10px}.preview-company-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.preview-info-box{background:#fcfdff;border:1px solid #dce5ed;border-radius:10px;padding:12px}.preview-info-title{color:#6173e8;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:950}.preview-info-box>div:not(.preview-info-title){color:#8795a6;justify-content:space-between;gap:14px;padding:3px 0;font-size:8px;display:flex}.preview-info-box strong{color:#2f4b6d;text-align:right;overflow-wrap:anywhere}.preview-items{background:#fff;border:1px solid #dce5ed;border-radius:10px;margin-top:12px;overflow:hidden}.preview-items-head,.preview-item{grid-template-columns:30px minmax(0,1fr) 55px 110px 110px;align-items:center;gap:8px;display:grid}.preview-items-head{color:#fff;text-transform:uppercase;background:#284a72;padding:9px 11px;font-size:8px;font-weight:900}.preview-item{color:#536a82;border-top:1px solid #edf1f5;padding:9px 11px;font-size:8px}.preview-item span:nth-child(n+3){text-align:right}.preview-after-table{grid-template-columns:1fr 290px;align-items:start;gap:18px;margin-top:13px;display:grid}.preview-qr{text-align:center;background:#fff;border:1px solid #dce5ed;border-radius:9px;width:136px;padding:7px}.preview-qr img{width:118px;height:118px;margin:0 auto;display:block}.preview-qr small{color:#8997a7;margin-top:5px;font-size:7px;display:block}.preview-total-box{background:#fff;border:1px solid #dce5ed;border-radius:10px;padding:12px}.preview-total-box>div{color:#7c8b9c;border-bottom:1px solid #edf1f5;justify-content:space-between;gap:14px;padding:6px 0;font-size:8px;display:flex}.preview-total-box strong{color:#29486b}.preview-total-box .grand{color:#203d6c;padding:9px 0;font-size:10px;font-weight:950}.preview-total-box .due strong{color:#c46d24}.preview-bank-box{background:#fcfdff;border:1px solid #dce5ed;border-radius:10px;margin-top:12px;padding:11px 12px}.preview-bank-grid{grid-template-columns:repeat(3,1fr);gap:7px 16px;display:grid}.preview-bank-grid>div{flex-direction:column;gap:6px;min-width:0;display:flex}.preview-bank-grid span{color:#8a98a7;font-size:7px}.preview-bank-grid strong{color:#2d496b;overflow-wrap:anywhere;font-size:8px}.preview-contact{text-align:center;border-top:1px solid #dbe4ec;border-bottom:1px solid #dbe4ec;margin-top:11px;padding:9px 0}.preview-contact strong{color:#2b486a;font-size:9px;display:block}.preview-contact span{color:#7f8e9f;margin:4px 9px 0;font-size:8px;display:inline-block}.preview-note{color:#7d8c9d;margin-top:8px;font-size:8px}.preview-note strong{color:#29486a}.preview-footer{color:#8b99a8;border-top:1px solid #dbe4ec;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding-top:8px;font-size:8px;display:flex}.preview-footer-brand{align-items:center;gap:8px;display:flex}.preview-footer-brand img,.preview-footer-logo-placeholder{object-fit:contain;border-radius:7px;width:27px;height:27px}.preview-footer-logo-placeholder{color:#fff;background:#284a72;place-items:center;font-size:7px;font-weight:950;display:grid}.preview-footer-brand strong{color:#4b627b;font-size:8px}.preview-electronic{text-align:center;color:#8b99a8;margin-top:5px;font-size:7px}@media (width<=820px){.preview-sheet{padding:24px}.preview-company-grid,.preview-top-header,.preview-after-table{grid-template-columns:1fr}.preview-details{border-top:1px solid #d7e1e9;border-left:0;padding-top:10px;padding-left:0}.preview-bank-grid{grid-template-columns:1fr 1fr}.preview-items-head,.preview-item{grid-template-columns:26px minmax(180px,1fr) 50px 100px 100px;min-width:500px}.preview-items{overflow-x:auto}}@media (width<=520px){.preview-sheet{padding:15px}.preview-bank-grid{grid-template-columns:1fr}}.leads-page{width:100%;max-width:1700px;margin:0 auto}.leads-shell{background:radial-gradient(circle at 100% 0,#6c52f014,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.leads-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.leads-brand{align-items:center;gap:12px;min-width:0;display:flex}.leads-brand__icon{color:#6254e8;background:#efedff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.leads-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.leads-brand h1{color:#203d6c;margin:4px 0 0;font-size:26px;font-weight:950}.leads-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.leads-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.leads-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.leads-button:disabled{opacity:.5;cursor:not-allowed}.leads-button--ghost{color:#60738b;background:#fff}.leads-button--soft{color:#596d87;background:#f8fbfe}.leads-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.leads-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.leads-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.leads-stat{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.leads-stat__icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.leads-stat__icon--blue{color:#4386f8;background:#edf5ff}.leads-stat__icon--purple{color:#8058ed;background:#f3eeff}.leads-stat__icon--green{color:#0ba67e;background:#eafaf5}.leads-stat__icon--orange{color:#e59424;background:#fff5e7}.leads-stat span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.leads-stat strong{color:#284364;margin-top:4px;font-size:18px;font-weight:950;display:block}.leads-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.leads-alert span{flex:1}.leads-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.leads-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.leads-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:790px;height:42px;padding:0 11px;display:flex}.leads-search input{background:0 0;border:0;outline:0;width:100%;height:100%;font-family:inherit;font-size:10px;font-weight:750}.leads-filter{align-items:center;gap:7px;display:flex}.leads-filter label{color:#7f8fa2;text-transform:uppercase;font-size:8px;font-weight:850}.leads-filter select{background:#fff;border:1px solid #dbe4ed;border-radius:10px;min-width:170px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.leads-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.leads-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.leads-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.leads-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.leads-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.leads-table-wrap{overflow-x:auto}.leads-table{border-collapse:collapse;width:100%;min-width:1260px}.leads-table th{text-align:left;color:#8190a3;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.leads-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.lead-number{align-items:center;gap:9px;display:flex}.lead-avatar{color:#6b57e7;background:#f0edff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.lead-number strong{color:#2b4467;font-size:10px;display:block}.lead-number span{color:#98a5b4;font-size:8px;display:block}.lead-contact{gap:3px;max-width:220px;display:grid}.lead-contact strong{color:#425b78;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.lead-contact span{color:#98a5b4;font-size:7px}.lead-source{color:#536a83;background:#f2f6fa;border-radius:999px;align-items:center;min-height:27px;padding:0 9px;font-size:8px;font-weight:850;display:inline-flex}.lead-value{color:#2b496d;white-space:nowrap;font-size:9px;font-weight:900}.lead-date{color:#6f8195;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.lead-assigned{color:#667b93;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.lead-status{border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.lead-status>span{background:currentColor;border-radius:50%;width:6px;height:6px}.lead-status--new{color:#4377c7;background:#eef5ff}.lead-status--contacted{color:#795bcf;background:#f2eeff}.lead-status--qualified{color:#058d6c;background:#eaf9f4}.lead-status--proposal{color:#dc8a2d;background:#fff4e7}.lead-status--won{color:#078e6e;background:#eaf9f4}.lead-status--lost{color:#cf415b;background:#fff3f5}.lead-row-actions{gap:5px;display:flex}.lead-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.lead-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.leads-empty{text-align:center;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.leads-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.leads-empty strong{color:#38516f;font-size:12px}.leads-empty span{color:#95a2b1;font-size:9px}.leads-empty__button{color:#fff;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.leads-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;padding:11px 13px;font-size:8px;display:flex}.leads-pagination>div{align-items:center;gap:8px;display:flex}.leads-pagination strong{color:#4b627f;font-size:9px}.leads-pagination__button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.leads-footer{color:#97a3b1;justify-content:space-between;align-items:center;padding:0 18px 18px;font-size:8px;display:flex}.leads-footer>div{align-items:center;gap:6px;display:inline-flex}.leads-footer svg{color:#0aa680}.leads-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.leads-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(1000px,100%);max-height:93vh;display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.leads-modal--large{width:min(1120px,100%)}.leads-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.leads-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900}.leads-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px}.leads-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px}.leads-modal__close{background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.leads-modal__body{padding:18px 20px 0;overflow-y:auto}.leads-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.leads-form-grid label{flex-direction:column;gap:6px;display:flex}.leads-form-grid label>span{color:#63758c;font-size:9px;font-weight:900}.leads-form-grid input,.leads-form-grid select,.leads-form-grid textarea{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.leads-form-grid input,.leads-form-grid select{height:42px}.leads-form-grid textarea{resize:vertical;padding-top:10px}.leads-field-span-3{grid-column:1/-1}.leads-modal__footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex}.leads-modal__security{color:#0aa680;align-items:center;gap:7px;font-size:8px;display:inline-flex}.leads-modal__actions{gap:8px;display:flex}.leads-preview-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(850px,100%);max-height:92vh;display:flex;overflow:hidden}.leads-preview-modal__header{border-bottom:1px solid #e6edf3;justify-content:space-between;align-items:center;padding:14px 17px;display:flex}.leads-preview-modal__header span{color:#6f77eb;font-size:8px;font-weight:900}.leads-preview-modal__header h2{color:#294365;margin:3px 0 0;font-size:18px}.leads-preview-modal__actions{align-items:center;gap:8px;display:flex}.leads-preview{background:#f3f6fa;padding:24px;overflow-y:auto}.leads-preview__top{background:#fff;border:1px solid #dfe7ef;border-bottom:2px solid #294a72;border-radius:15px;justify-content:space-between;align-items:flex-start;padding:25px;display:flex}.leads-preview__top span{color:#6d76ea;font-size:8px;font-weight:900;display:block}.leads-preview__top h3{color:#203d6c;margin:5px 0 0;font-size:26px}.leads-preview__top small{color:#8392a4;margin-top:4px;font-size:9px;display:block}.leads-preview__amount{color:#203f71;font-size:24px;font-weight:950}.leads-preview__grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px;display:grid}.leads-preview__grid>div{background:#fff;border:1px solid #e0e8f0;border-radius:10px;padding:10px}.leads-preview__grid span{color:#7f90a3;font-size:7px;font-weight:900;display:block}.leads-preview__grid strong{color:#304a6b;margin-top:4px;font-size:9px;display:block}.leads-preview__notes{background:#fff;border:1px solid #e0e8f0;border-radius:10px;margin-top:15px;padding:11px}.leads-preview__notes span{color:#6f77ea;font-size:7px;font-weight:900}.leads-preview__notes p{color:#718399;white-space:pre-wrap;margin:5px 0 0;font-size:8px}.leads-spin{animation:.9s linear infinite leads-spin}@keyframes leads-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.leads-header{flex-direction:column}.leads-header__actions{justify-content:flex-start;width:100%}}@media (width<=1050px){.leads-stats,.leads-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.leads-toolbar{flex-direction:column;align-items:stretch}.leads-search{max-width:none}.leads-modal__footer{flex-direction:column;align-items:stretch}.leads-preview__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.leads-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.leads-header,.leads-table-card,.leads-toolbar{padding-left:12px;padding-right:12px}.leads-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.leads-header__actions .leads-button{width:100%}.leads-header__actions .leads-button--primary{grid-column:1/-1}.leads-form-grid{grid-template-columns:1fr}.leads-field-span-3{grid-column:1}.leads-preview{padding:12px}.leads-preview__grid{grid-template-columns:1fr}}.login-page{box-sizing:border-box;background:radial-gradient(circle at 6% 8%,#694cef13,#0000 27%),radial-gradient(circle at 94% 92%,#20c6e011,#0000 29%),#f4f7fb;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:20px;font-family:"Exo 2",sans-serif;display:flex;overflow:hidden}.login-page__glow{pointer-events:none;filter:blur(28px);border-radius:50%;position:fixed}.login-page__glow--one{background:#684cef0f;width:300px;height:300px;top:-150px;right:-110px}.login-page__glow--two{background:#1ec6de0e;width:260px;height:260px;bottom:-130px;left:-100px}.login-card{z-index:1;background:#fff;border:1px solid #dfe7f0;border-radius:24px;width:min(100%,980px);position:relative;overflow:hidden;box-shadow:0 30px 85px #2a405f1c,0 7px 22px #2a405f0b}.login-card:before{content:"";background:linear-gradient(90deg,#6634ef,#8052f4 48%,#2dc8e7);height:4px;position:absolute;top:0;left:0;right:0}.login-card__header{justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:0 28px;display:flex}.login-brand{align-items:center;gap:12px;min-width:0;display:flex}.login-brand__logo{background:linear-gradient(145deg,#fff,#f5f8fd);border:1px solid #dfe7f0;border-radius:13px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.login-brand__logo img{object-fit:contain;width:100%;height:100%;padding:4px}.login-brand__eyebrow{color:#8794a6;letter-spacing:.15em;margin-bottom:4px;font-size:8px;font-weight:900;display:block}.login-brand strong{color:#203e6b;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:950;display:block;overflow:hidden}.login-security-badge{color:#68798f;white-space:nowrap;background:#f8fbff;border:1px solid #dce7f2;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:9px;font-weight:850;display:inline-flex}.login-security-badge svg{color:#0aa981}.login-card__divider{background:#e6ecf2;height:1px;margin:0 28px}.login-card__body{width:min(100%,620px);margin:0 auto;padding:34px 28px 28px}.login-intro{text-align:center}.login-intro__eyebrow{color:#6570ef;letter-spacing:.17em;margin-bottom:7px;font-size:9px;font-weight:950}.login-intro h1{color:#203e6c;letter-spacing:-.025em;margin:0;font-size:clamp(36px,4vw,49px);font-weight:950;line-height:1}.login-intro h1 span{color:#7148f2}.login-intro p{color:#7f8da1;max-width:560px;margin:10px auto 0;font-size:12px;font-weight:600;line-height:1.55}.login-form{margin-top:27px}.login-field{margin-bottom:18px}.login-field__label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.login-field label{color:#405676;margin-bottom:7px;font-size:11px;font-weight:900;display:block}.login-field__label-row label{margin-bottom:7px}.login-field__label-row>span{color:#94a0af;margin-bottom:7px;font-size:9px;font-weight:650}.login-input{box-sizing:border-box;background:#fbfcfe;border:1px solid #d6e1ec;border-radius:12px;align-items:center;gap:11px;min-height:56px;padding:0 14px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex}.login-input:hover{border-color:#cad7e4}.login-input:focus-within{background:#fff;border-color:#7363eb;box-shadow:0 0 0 4px #7363eb13}.login-input>svg{color:#7467eb;flex:none;width:20px;height:20px}.login-input input{color:#29476f;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:inherit;font-size:14px;font-weight:750}.login-input input::placeholder{color:#9eabbb;font-size:13px;font-weight:600}.login-input--password{padding-right:8px}.login-password-toggle{color:#7467e9;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.login-password-toggle:hover:not(:disabled){color:#6149e1;background:#f0edff}.login-password-toggle:focus-visible{outline-offset:2px;outline:2px solid #7564eb}.login-password-toggle:disabled{opacity:.45;cursor:not-allowed}.login-options{justify-content:space-between;align-items:center;gap:16px;margin-top:-4px;margin-bottom:17px;display:flex}.login-remember{color:#718095;cursor:pointer;align-items:center;gap:8px;font-size:10px;font-weight:650;display:inline-flex}.login-remember input{accent-color:#7047ef;cursor:pointer;width:15px;height:15px}.login-forgot{color:#6b55df;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:10px;font-weight:800}.login-forgot:hover:not(:disabled){text-decoration:underline}.login-forgot:disabled{opacity:.5;cursor:not-allowed}.login-alert{box-sizing:border-box;border-radius:10px;align-items:center;gap:9px;min-height:42px;margin-bottom:13px;padding:9px 11px;font-size:10px;font-weight:800;line-height:1.45;display:flex}.login-alert--error{color:#d33d5a;background:#fff5f7;border:1px solid #ffd1dc}.login-alert--success{color:#078f6c;background:#f1fcf7;border:1px solid #c8eee1}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(100deg,#6734ef,#8053f4 50%,#2dc8e6);border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:54px;font-family:inherit;font-size:12px;font-weight:950;transition:transform .16s,box-shadow .16s,opacity .16s;display:flex;box-shadow:0 13px 28px #6734ef33}.login-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 34px #6734ef42}.login-submit:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.login-submit__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite login-spinner}@keyframes login-spinner{to{transform:rotate(360deg)}}.login-security-panel{background:linear-gradient(#f6fdf9,#f0faf6);border:1px solid #dbece6;border-radius:11px;align-items:center;gap:11px;margin-top:20px;padding:12px 13px;display:flex}.login-security-panel__icon{color:#0aa981;background:#e7f8f2;border-radius:9px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.login-security-panel strong{color:#456278;font-size:10px;font-weight:900;display:block}.login-security-panel span{color:#8798a3;margin-top:3px;font-size:9px;font-weight:600;line-height:1.4;display:block}.login-card__footer{background:#fff;border-top:1px solid #e6ecf2;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:58px;padding:8px 28px;display:grid}.login-footer__brand{align-items:center;gap:8px;display:flex}.login-footer__brand img{object-fit:contain;width:28px;height:28px}.login-footer__brand span,.login-footer__version,.login-footer__developer{font-size:9px;font-weight:850}.login-footer__brand span{color:#355171}.login-footer__version{color:#7f8c9f}.login-footer__developer{color:#437bf0;text-align:right}@media (width>=1500px){.login-card{max-width:1040px}.login-card__body{max-width:660px}.login-intro h1{font-size:51px}}@media (width<=700px){.login-page{align-items:flex-start;padding:12px}.login-card{margin:10px 0}.login-card__header{flex-direction:column;align-items:flex-start;padding:15px 18px}.login-security-badge{align-self:flex-start}.login-card__divider{margin:0 18px}.login-card__body{width:auto;padding:27px 18px 22px}.login-intro h1{font-size:38px}.login-card__footer{grid-template-columns:1fr;justify-items:start;padding:12px 18px}.login-footer__developer{text-align:left}}@media (width<=420px){.login-intro h1{font-size:34px}.login-options{flex-direction:column;align-items:flex-start}.login-input input{font-size:13px}}.login-setup-page{box-sizing:border-box;background:radial-gradient(circle at 5% 8%,#684cef11,#0000 25%),radial-gradient(circle at 95% 92%,#20c6e00e,#0000 27%),#f4f7fb;justify-content:center;width:100%;min-height:100dvh;padding:18px 22px 28px;font-family:"Exo 2",sans-serif;display:flex;overflow:hidden auto}.login-setup-page__glow{pointer-events:none;filter:blur(20px);border-radius:50%;position:fixed}.login-setup-page__glow--one{background:#694cf00e;width:250px;height:250px;top:-110px;right:-90px}.login-setup-page__glow--two{background:#1dc6dd0d;width:220px;height:220px;bottom:-110px;left:-80px}.login-setup-card{z-index:1;box-sizing:border-box;background:#fff;border:1px solid #dce5ef;border-radius:22px;width:100%;max-width:1320px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 26px 70px #2b406017,0 7px 22px #2b40600a}.login-setup-card:before{content:"";background:linear-gradient(90deg,#6634ef 0%,#8052f4 48%,#2dc8e7 100%);height:4px;position:absolute;top:0;left:0;right:0}.login-setup-header{justify-content:space-between;align-items:center;gap:24px;min-height:78px;padding:0 28px;display:flex}.login-setup-brand{align-items:center;gap:13px;display:flex}.login-setup-brand__logo{background:linear-gradient(145deg,#fff,#f5f8fd);border:1px solid #dfe7f0;border-radius:13px;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 7px 18px #3046670d}.login-setup-brand__logo img{object-fit:contain;width:100%;height:100%;padding:4px}.login-setup-brand__eyebrow{color:#8794a6;letter-spacing:.15em;margin-bottom:4px;font-size:8px;font-weight:900;display:block}.login-setup-brand strong{color:#213f6d;font-size:20px;font-weight:950;line-height:1;display:block}.login-setup-step{background:#f8fbff;border:1px solid #dce6f1;border-radius:11px;align-items:center;gap:10px;padding:9px 12px;display:flex}.login-setup-step__icon{color:#714ce9;background:#f2eeff;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.login-setup-step span{color:#8f9bab;letter-spacing:.08em;margin-bottom:3px;font-size:7px;font-weight:900;display:block}.login-setup-step strong{color:#4c6079;font-size:10px;font-weight:900;display:block}.login-setup-line{background:#e5ebf1;height:1px;margin:0 28px}.login-setup-heading{padding:28px 46px 20px}.login-setup-heading__eyebrow{color:#6570ef;letter-spacing:.16em;margin-bottom:7px;font-size:10px;font-weight:950}.login-setup-heading h1{color:#203e6c;letter-spacing:-.02em;margin:0;font-size:clamp(36px,3.2vw,48px);font-weight:950;line-height:1.02}.login-setup-heading h1 span{color:#7148f2}.login-setup-heading p{color:#7e8ca0;max-width:820px;margin:10px 0 0;font-size:13px;font-weight:600;line-height:1.55}.login-setup-form{padding:0 46px}.login-setup-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;display:grid}.login-setup-section{background:linear-gradient(#fff,#fbfcfe);border:1px solid #dfe7ef;border-radius:16px;padding:22px;box-shadow:0 7px 22px #2b406009}.login-setup-section__title{align-items:center;gap:11px;margin-bottom:20px;display:flex}.login-setup-section__icon{color:#5e69e9;background:#eff1ff;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.login-setup-section__icon--purple{color:#754be9;background:#f3edff}.login-setup-section__title h2{color:#29466f;margin:0;font-size:17px;font-weight:950}.login-setup-section__title p{color:#8e9aaa;margin:4px 0 0;font-size:10px;font-weight:600}.login-setup-fields{grid-template-columns:1fr;gap:17px;display:grid}.login-setup-field{min-width:0}.login-setup-field label{color:#405675;margin-bottom:7px;font-size:12px;font-weight:900;display:block}.login-setup-field label span{color:#df4e67}.login-setup-input{box-sizing:border-box;background:#fbfcfe;border:1px solid #d7e2ed;border-radius:12px;align-items:center;gap:11px;min-height:54px;padding:0 14px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex}.login-setup-input:hover{border-color:#cbd7e4}.login-setup-input:focus-within{background:#fff;border-color:#7363eb;box-shadow:0 0 0 4px #7363eb13}.login-setup-input>svg{color:#7568eb;flex:none;width:19px;height:19px}.login-setup-input input{color:#29476f;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:inherit;font-size:14px;font-weight:750;line-height:1.2}.login-setup-input input::placeholder{color:#9ca9ba;font-size:13px;font-weight:600}.login-setup-input--password{padding-right:8px}.login-setup-input--invalid{background:#fffafb;border-color:#eb7387}.password-toggle{color:#7467e9;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;padding:0;transition:background-color .16s,color .16s;display:grid}.password-toggle:hover:not(:disabled){color:#6249e3;background:#f0edff}.password-toggle:focus-visible{outline-offset:2px;outline:2px solid #7565eb}.password-toggle:disabled{opacity:.45;cursor:not-allowed}.login-setup-field small{color:#8d9aaa;margin-top:7px;font-size:10px;font-weight:600;line-height:1.45;display:block}.confirm-status{font-size:10px!important}.confirm-status--valid{color:#078e6b!important}.confirm-status--invalid{color:#d24260!important}.login-setup-role{background:linear-gradient(#f6fdf9,#f1fbf7);border:1px solid #d8ebe3;border-radius:11px;align-items:center;gap:11px;margin-top:18px;padding:12px;display:flex}.login-setup-role>svg{color:#0aa981;width:21px;height:21px}.login-setup-role strong{color:#42647b;font-size:11px;font-weight:900;display:block}.login-setup-role span{color:#84949f;margin-top:3px;font-size:9px;font-weight:600;display:block}.password-rules{background:#fafbfd;border:1px solid #e0e7ef;border-radius:11px;margin:14px 0 17px;padding:13px}.password-rules__title{color:#4f637c;margin-bottom:9px;font-size:10px;font-weight:900}.password-rules__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;display:grid}.password-rule{color:#909cab;align-items:center;gap:7px;font-size:10px;font-weight:650;display:flex}.password-rule__icon{color:#0000;background:#e0e5eb;border-radius:50%;flex:0 0 17px;place-items:center;width:17px;height:17px;display:grid}.password-rule--valid{color:#078d69}.password-rule--valid .password-rule__icon{color:#fff;background:#11a982}.login-setup-alert{box-sizing:border-box;border-radius:10px;align-items:center;gap:9px;min-height:42px;margin-top:16px;padding:9px 12px;font-size:11px;font-weight:800;display:flex}.login-setup-alert--error{color:#d43e5b;background:#fff5f7;border:1px solid #ffd2dc}.login-setup-alert--success{color:#07956f;background:#f1fcf7;border:1px solid #c7eee1}.login-setup-actions{border-top:1px solid #e4eaf1;justify-content:space-between;align-items:center;gap:22px;margin-top:19px;padding-top:17px;display:flex}.login-setup-security{align-items:center;gap:10px;display:flex}.login-setup-security__icon{color:#09a982;background:#ebfaf5;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.login-setup-security strong{color:#4f637c;font-size:10px;font-weight:900;display:block}.login-setup-security span{color:#8c99a9;margin-top:3px;font-size:9px;font-weight:600;display:block}.login-setup-submit{color:#fff;cursor:pointer;background:linear-gradient(100deg,#6734ee,#8053f4 50%,#2dc8e6);border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 24px;font-family:inherit;font-size:12px;font-weight:950;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;box-shadow:0 12px 26px #6734ee2e}.login-setup-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 17px 31px #6734ee3d}.login-setup-submit:disabled{cursor:not-allowed;opacity:.56;box-shadow:none}.login-setup-footer{border-top:1px solid #e6ecf2;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:58px;margin-top:18px;padding:9px 28px 0;display:grid}.login-setup-footer__brand{align-items:center;gap:8px;display:flex}.login-setup-footer__brand img{object-fit:contain;width:28px;height:28px}.login-setup-footer__brand span,.login-setup-footer__version,.login-setup-footer__developer{font-size:9px;font-weight:850}.login-setup-footer__brand span{color:#355171}.login-setup-footer__version{color:#7e8b9e}.login-setup-footer__developer{color:#437af0;text-align:right}@media (width>=1500px){.login-setup-card{max-width:1380px}.login-setup-heading h1{font-size:50px}.login-setup-input input{font-size:15px}.login-setup-field label{font-size:12px}}@media (width<=980px){.login-setup-page{padding:12px}.login-setup-layout{grid-template-columns:1fr}.login-setup-heading,.login-setup-form,.login-setup-footer{padding-left:28px;padding-right:28px}}@media (width<=640px){.login-setup-header{flex-direction:column;align-items:flex-start;padding:14px 18px}.login-setup-line{margin:0 18px}.login-setup-heading{padding:24px 18px 18px}.login-setup-heading h1{font-size:34px}.login-setup-heading p{font-size:11px}.login-setup-form{padding:0 18px}.login-setup-section{padding:17px}.password-rules__grid{grid-template-columns:1fr}.login-setup-actions{flex-direction:column;align-items:stretch}.login-setup-submit{width:100%}.login-setup-footer{grid-template-columns:1fr;justify-items:start;padding:12px 18px}.login-setup-footer__developer{text-align:left}}.payment-page{width:100%;max-width:1700px;margin:0 auto}.payment-shell{background:radial-gradient(circle at 100% 0,#5f4eea14,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.payment-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.payment-brand{align-items:center;gap:12px;min-width:0;display:flex}.payment-brand__icon{color:#5f54e8;background:#efedff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.payment-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.payment-brand h1{color:#203d6c;margin:4px 0 0;font-size:26px;font-weight:950}.payment-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.payment-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.payment-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.payment-button:disabled{opacity:.5;cursor:not-allowed}.payment-button--ghost{color:#60738b;background:#fff}.payment-button--soft{color:#596d87;background:#f8fbfe}.payment-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.payment-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.payment-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.payment-stat{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.payment-stat__icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.payment-stat__icon--blue{color:#4386f8;background:#edf5ff}.payment-stat__icon--green{color:#0ba67e;background:#eafaf5}.payment-stat__icon--purple{color:#8058ed;background:#f3eeff}.payment-stat__icon--orange{color:#e59424;background:#fff5e7}.payment-stat span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.payment-stat strong{color:#284364;margin-top:4px;font-size:18px;font-weight:950;display:block}.payment-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.payment-alert span{flex:1}.payment-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.payment-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.payment-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:720px;height:42px;padding:0 11px;display:flex}.payment-search input{background:0 0;border:0;outline:0;width:100%;height:100%;font-family:inherit;font-size:10px;font-weight:750}.payment-filter{align-items:center;gap:7px;display:flex}.payment-filter label{color:#7f8fa2;text-transform:uppercase;font-size:8px;font-weight:850}.payment-filter select{background:#fff;border:1px solid #dbe4ed;border-radius:10px;min-width:160px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.payment-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.payment-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.payment-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.payment-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.payment-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.payment-table-wrap{overflow-x:auto}.payment-table{border-collapse:collapse;width:100%;min-width:1120px}.payment-table th{text-align:left;color:#8190a3;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.payment-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.payment-number{align-items:center;gap:9px;display:flex}.payment-avatar{color:#0a9874;background:#e9faf5;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.payment-number strong{color:#2b4467;font-size:10px;display:block}.payment-number span{color:#98a5b4;font-size:8px;display:block}.payment-client{gap:3px;max-width:220px;display:grid}.payment-client strong{color:#425b78;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.payment-client span{color:#98a5b4;font-size:7px}.payment-invoice,.payment-date{color:#6f8195;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.payment-amount{color:#2b496d;white-space:nowrap;font-size:9px;font-weight:900}.payment-method{border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.payment-method>span{background:currentColor;border-radius:50%;width:6px;height:6px}.payment-method--cash{color:#078e6e;background:#eaf9f4}.payment-method--card{color:#5c54d9;background:#f0edff}.payment-method--bank_transfer{color:#3e7cc4;background:#eef5ff}.payment-row-actions{gap:5px;display:flex}.payment-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.payment-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.payment-empty{text-align:center;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.payment-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.payment-empty strong{color:#38516f;font-size:12px}.payment-empty span{color:#95a2b1;font-size:9px}.payment-empty__button{color:#fff;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.payment-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;padding:11px 13px;font-size:8px;display:flex}.payment-pagination>div{align-items:center;gap:8px;display:flex}.payment-pagination strong{color:#4b627f;font-size:9px}.payment-pagination__button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.payment-footer{color:#97a3b1;justify-content:space-between;align-items:center;padding:0 18px 18px;font-size:8px;display:flex}.payment-footer>div{align-items:center;gap:6px;display:inline-flex}.payment-footer svg{color:#0aa680}.payment-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.payment-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(1000px,100%);max-height:93vh;display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.payment-modal--large{width:min(1120px,100%)}.payment-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.payment-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900}.payment-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px}.payment-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px}.payment-modal__close{background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.payment-modal__body{padding:18px 20px 0;overflow-y:auto}.payment-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.payment-form-grid label,.payment-notes{flex-direction:column;gap:6px;display:flex}.payment-form-grid label>span,.payment-notes>span{color:#63758c;font-size:9px;font-weight:900}.payment-form-grid input,.payment-form-grid select,.payment-notes textarea{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;height:42px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.payment-notes textarea{resize:vertical;height:auto;padding-top:10px}.payment-invoice-summary{background:#fbfdff;border:1px solid #e0e8f0;border-radius:13px;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;padding:12px;display:grid}.payment-invoice-summary>div{gap:4px;display:grid}.payment-invoice-summary span{color:#8493a5;letter-spacing:.08em;font-size:7px;font-weight:900}.payment-invoice-summary strong{color:#304a6c;font-size:9px}.payment-invoice-summary__due{border-left:1px solid #e2eaf2;padding-left:10px}.payment-notes{margin-top:14px}.payment-modal__footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex}.payment-modal__security{color:#0aa680;align-items:center;gap:7px;font-size:8px;display:inline-flex}.payment-modal__actions{gap:8px;display:flex}.payment-preview-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(850px,100%);max-height:92vh;display:flex;overflow:hidden}.payment-preview-modal__header{border-bottom:1px solid #e6edf3;justify-content:space-between;align-items:center;padding:14px 17px;display:flex}.payment-preview-modal__header span{color:#6f77eb;font-size:8px;font-weight:900}.payment-preview-modal__header h2{color:#294365;margin:3px 0 0;font-size:18px}.payment-preview-modal__actions{align-items:center;gap:8px;display:flex}.payment-preview{background:#f3f6fa;padding:24px;overflow-y:auto}.payment-preview__receipt{background:#fff;border:1px solid #dfe7ef;border-radius:15px;padding:25px}.payment-preview__receipt-top{border-bottom:2px solid #294a72;justify-content:space-between;align-items:flex-start;padding-bottom:15px;display:flex}.payment-preview__receipt-top span{color:#6d76ea;font-size:8px;font-weight:900;display:block}.payment-preview__receipt-top h3{color:#203d6c;margin:5px 0 0;font-size:26px}.payment-preview__amount{color:#0a9874;font-size:24px;font-weight:950}.payment-preview__grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px;display:grid}.payment-preview__grid>div{border:1px solid #e0e8f0;border-radius:10px;padding:10px}.payment-preview__grid span{color:#7f90a3;font-size:7px;font-weight:900;display:block}.payment-preview__grid strong{color:#304a6b;margin-top:4px;font-size:9px;display:block}.payment-preview__notes{border:1px solid #e0e8f0;border-radius:10px;margin-top:15px;padding:11px}.payment-preview__notes span{font-size:7px;font-weight:900}.payment-preview__notes p{color:#76879b;white-space:pre-wrap;margin:5px 0 0;font-size:8px}.payment-preview__footer{color:#8594a6;border-top:1px solid #e3eaf1;align-items:center;gap:6px;margin-top:17px;padding-top:10px;font-size:8px;display:flex}.payment-preview__footer svg{color:#0aa680}.payment-spin{animation:.9s linear infinite payment-spin}@keyframes payment-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.payment-header{flex-direction:column}.payment-header__actions{justify-content:flex-start;width:100%}}@media (width<=1050px){.payment-stats,.payment-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-invoice-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.payment-toolbar{flex-direction:column;align-items:stretch}.payment-search{max-width:none}.payment-modal__footer{flex-direction:column;align-items:stretch}.payment-preview__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.payment-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.payment-header,.payment-table-card,.payment-toolbar{padding-left:12px;padding-right:12px}.payment-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.payment-header__actions .payment-button{width:100%}.payment-header__actions .payment-button--primary{grid-column:1/-1}.payment-form-grid,.payment-invoice-summary{grid-template-columns:1fr}.payment-preview{padding:12px}.payment-preview__grid{grid-template-columns:1fr}}.projects-page{width:100%;max-width:1700px;margin:0 auto}.projects-shell{background:radial-gradient(circle at 100% 0,#5f4eea14,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.projects-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.projects-brand{align-items:center;gap:12px;min-width:0;display:flex}.projects-brand__icon{color:#6254e8;background:#efedff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.projects-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.projects-brand h1{color:#203d6c;margin:4px 0 0;font-size:26px;font-weight:950}.projects-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.projects-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.projects-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.projects-button:disabled{opacity:.5;cursor:not-allowed}.projects-button--ghost{color:#60738b;background:#fff}.projects-button--soft{color:#596d87;background:#f8fbfe}.projects-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.projects-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.projects-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.projects-stat{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.projects-stat__icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.projects-stat__icon--blue{color:#4386f8;background:#edf5ff}.projects-stat__icon--purple{color:#8058ed;background:#f3eeff}.projects-stat__icon--green{color:#0ba67e;background:#eafaf5}.projects-stat__icon--orange{color:#e59424;background:#fff5e7}.projects-stat span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.projects-stat strong{color:#284364;margin-top:4px;font-size:18px;font-weight:950;display:block}.projects-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.projects-alert span{flex:1}.projects-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.projects-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.projects-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:790px;height:42px;padding:0 11px;display:flex}.projects-search input{background:0 0;border:0;outline:0;width:100%;height:100%;font-family:inherit;font-size:10px;font-weight:750}.projects-filter{align-items:center;gap:7px;display:flex}.projects-filter label{color:#7f8fa2;text-transform:uppercase;font-size:8px;font-weight:850}.projects-filter select{background:#fff;border:1px solid #dbe4ed;border-radius:10px;min-width:170px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.projects-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.projects-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.projects-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.projects-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.projects-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.projects-table-wrap{overflow-x:auto}.projects-table{border-collapse:collapse;width:100%;min-width:1260px}.projects-table th{text-align:left;color:#8190a3;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.projects-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.project-number{align-items:center;gap:9px;display:flex}.project-avatar{color:#6b57e7;background:#f0edff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.project-number strong{color:#2b4467;font-size:10px;display:block}.project-number span{color:#98a5b4;font-size:8px;display:block}.project-client,.project-spent{gap:3px;max-width:220px;display:grid}.project-client strong,.project-spent strong{color:#425b78;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.project-client span,.project-spent span{color:#98a5b4;font-size:7px}.project-manager{color:#667b93;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.project-date{color:#6f8195;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.project-money{color:#2b496d;white-space:nowrap;font-size:9px;font-weight:900}.project-status{border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.project-status>span{background:currentColor;border-radius:50%;width:6px;height:6px}.project-status--planning{color:#4377c7;background:#eef5ff}.project-status--active{color:#078e6e;background:#eaf9f4}.project-status--on_hold{color:#dc8a2d;background:#fff4e7}.project-status--completed{color:#5b58d8;background:#f1efff}.project-status--cancelled{color:#cf415b;background:#fff3f5}.project-row-actions{gap:5px;display:flex}.project-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.project-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.projects-empty{text-align:center;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.projects-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.projects-empty strong{color:#38516f;font-size:12px}.projects-empty span{color:#95a2b1;font-size:9px}.projects-empty__button{color:#fff;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.projects-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;padding:11px 13px;font-size:8px;display:flex}.projects-pagination>div{align-items:center;gap:8px;display:flex}.projects-pagination strong{color:#4b627f;font-size:9px}.projects-pagination__button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.projects-footer{color:#97a3b1;justify-content:space-between;align-items:center;padding:0 18px 18px;font-size:8px;display:flex}.projects-footer>div{align-items:center;gap:6px;display:inline-flex}.projects-footer svg{color:#0aa680}.projects-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.projects-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(1000px,100%);max-height:93vh;display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.projects-modal--large{width:min(1120px,100%)}.projects-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.projects-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900}.projects-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px}.projects-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px}.projects-modal__close{background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.projects-modal__body{padding:18px 20px 0;overflow-y:auto}.projects-form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.projects-form-grid label{flex-direction:column;gap:6px;display:flex}.projects-form-grid label>span{color:#63758c;font-size:9px;font-weight:900}.projects-form-grid input,.projects-form-grid select,.projects-form-grid textarea{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.projects-form-grid input,.projects-form-grid select{height:42px}.projects-form-grid textarea{resize:vertical;padding-top:10px}.projects-field-span-2{grid-column:span 2}.projects-modal__footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex}.projects-modal__security{color:#0aa680;align-items:center;gap:7px;font-size:8px;display:inline-flex}.projects-modal__actions{gap:8px;display:flex}.projects-preview-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(850px,100%);max-height:92vh;display:flex;overflow:hidden}.projects-preview-modal__header{border-bottom:1px solid #e6edf3;justify-content:space-between;align-items:center;padding:14px 17px;display:flex}.projects-preview-modal__header span{color:#6f77ea;font-size:8px;font-weight:900}.projects-preview-modal__header h2{color:#294365;margin:3px 0 0;font-size:18px}.projects-preview-modal__actions{align-items:center;gap:8px;display:flex}.projects-preview{background:#f3f6fa;padding:24px;overflow-y:auto}.projects-preview__top{background:#fff;border:1px solid #dfe7ef;border-bottom:2px solid #294a72;border-radius:15px;justify-content:space-between;align-items:flex-start;padding:25px;display:flex}.projects-preview__top span{color:#6d76ea;font-size:8px;font-weight:900;display:block}.projects-preview__top h3{color:#203d6c;margin:5px 0 0;font-size:26px}.projects-preview__top small{color:#8392a4;margin-top:4px;font-size:9px;display:block}.projects-preview__amount{color:#203f71;font-size:24px;font-weight:950}.projects-preview__grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px;display:grid}.projects-preview__grid>div{background:#fff;border:1px solid #e0e8f0;border-radius:10px;padding:10px}.projects-preview__grid span{color:#7f90a3;font-size:7px;font-weight:900;display:block}.projects-preview__grid strong{color:#304a6b;margin-top:4px;font-size:9px;display:block}.projects-preview__notes{background:#fff;border:1px solid #e0e8f0;border-radius:10px;margin-top:15px;padding:11px}.projects-preview__notes span{color:#6f77ea;font-size:7px;font-weight:900}.projects-preview__notes p{color:#718399;white-space:pre-wrap;margin:5px 0 0;font-size:8px;line-height:1.45}.projects-spin{animation:.9s linear infinite projects-spin}@keyframes projects-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.projects-header{flex-direction:column}.projects-header__actions{justify-content:flex-start;width:100%}}@media (width<=1100px){.projects-stats,.projects-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.projects-toolbar{flex-direction:column;align-items:stretch}.projects-search{max-width:none}.projects-modal__footer{flex-direction:column;align-items:stretch}.projects-preview__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.projects-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.projects-header,.projects-table-card,.projects-toolbar{padding-left:12px;padding-right:12px}.projects-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.projects-header__actions .projects-button{width:100%}.projects-header__actions .projects-button--primary{grid-column:1/-1}.projects-form-grid{grid-template-columns:1fr}.projects-field-span-2{grid-column:1}.projects-preview{padding:12px}.projects-preview__grid{grid-template-columns:1fr}}.purchase-order-page{width:100%;max-width:1700px;margin:0 auto}.purchase-order-shell{background:radial-gradient(circle at 100% 0,#5f4eea14,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.purchase-order-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.purchase-order-brand{align-items:center;gap:12px;min-width:0;display:flex}.purchase-order-brand__icon{color:#5f54e8;background:#efedff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.purchase-order-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.purchase-order-brand h1{color:#203d6c;margin:4px 0 0;font-size:26px;font-weight:950}.purchase-order-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.purchase-order-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.purchase-order-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.purchase-order-button:disabled{opacity:.5;cursor:not-allowed}.purchase-order-button--ghost{color:#60738b;background:#fff}.purchase-order-button--soft{color:#596d87;background:#f8fbfe}.purchase-order-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.purchase-order-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.purchase-order-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.purchase-order-stat-card{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.purchase-order-stat-card__icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.purchase-order-stat-card__icon--blue{color:#4386f8;background:#edf5ff}.purchase-order-stat-card__icon--purple{color:#8058ed;background:#f3eeff}.purchase-order-stat-card__icon--green{color:#0ba67e;background:#eafaf5}.purchase-order-stat-card__icon--orange{color:#e59424;background:#fff5e7}.purchase-order-stat-card span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.purchase-order-stat-card strong{color:#284364;margin-top:4px;font-size:18px;font-weight:950;display:block}.purchase-order-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.purchase-order-alert span{flex:1}.purchase-order-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.purchase-order-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.purchase-order-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:720px;height:42px;padding:0 11px;display:flex}.purchase-order-search input{background:0 0;border:0;outline:0;width:100%;height:100%;font-family:inherit;font-size:10px;font-weight:750}.purchase-order-filter{align-items:center;gap:7px;display:flex}.purchase-order-filter label{color:#7f8fa2;text-transform:uppercase;font-size:8px;font-weight:850}.purchase-order-filter select{background:#fff;border:1px solid #dbe4ed;border-radius:10px;min-width:160px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.purchase-order-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.purchase-order-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.purchase-order-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.purchase-order-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.purchase-order-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.purchase-order-table-wrap{overflow-x:auto}.purchase-order-table{border-collapse:collapse;width:100%;min-width:1100px}.purchase-order-table th{text-align:left;color:#8190a3;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.purchase-order-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.purchase-order-number{align-items:center;gap:9px;display:flex}.purchase-order-avatar{color:#6755e9;background:#f0edff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.purchase-order-number strong{color:#2b4467;font-size:10px;display:block}.purchase-order-number span{color:#98a5b4;font-size:8px;display:block}.purchase-order-supplier{gap:3px;max-width:220px;display:grid}.purchase-order-supplier strong{color:#425b78;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.purchase-order-supplier span{color:#98a5b4;font-size:7px}.purchase-order-date{color:#6f8195;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.purchase-order-total{color:#2b496d;white-space:nowrap;font-size:9px;font-weight:900}.purchase-order-status{text-transform:capitalize;border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.purchase-order-status>span{background:currentColor;border-radius:50%;width:6px;height:6px}.purchase-order-status--draft{color:#718198;background:#f4f7fa}.purchase-order-status--sent{color:#4377c7;background:#eef5ff}.purchase-order-status--accepted{color:#078e6e;background:#eaf9f4}.purchase-order-status--rejected{color:#cf415b;background:#fff3f5}.purchase-order-status--expired{color:#9a7a35;background:#fff7e8}.purchase-order-status--cancelled{color:#875f70;background:#faf2f6}.purchase-order-row-actions{gap:5px;display:flex}.purchase-order-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.purchase-order-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.purchase-order-empty{text-align:center;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.purchase-order-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.purchase-order-empty strong{color:#38516f;font-size:12px}.purchase-order-empty span{color:#95a2b1;font-size:9px}.purchase-order-empty__button{color:#fff;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.purchase-order-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;padding:11px 13px;font-size:8px;display:flex}.purchase-order-pagination>div{align-items:center;gap:8px;display:flex}.purchase-order-pagination strong{color:#4b627f;font-size:9px}.purchase-order-pagination__button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.purchase-order-footer{color:#97a3b1;justify-content:space-between;align-items:center;padding:0 18px 18px;font-size:8px;display:flex}.purchase-order-footer>div{align-items:center;gap:6px;display:inline-flex}.purchase-order-footer svg{color:#0aa680}.purchase-order-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.purchase-order-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(980px,100%);max-height:93vh;display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.purchase-order-modal--large{width:min(1180px,100%)}.purchase-order-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.purchase-order-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900}.purchase-order-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px}.purchase-order-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px}.purchase-order-modal__close{background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.purchase-order-modal__body{padding:18px 20px 0;overflow-y:auto}.purchase-order-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.purchase-order-form-grid label,.purchase-order-notes{flex-direction:column;gap:6px;display:flex}.purchase-order-form-grid label>span,.purchase-order-notes>span,.purchase-order-item-row label>span,.purchase-order-item-row__total>span{color:#63758c;font-size:9px;font-weight:900}.purchase-order-form-grid input,.purchase-order-form-grid select,.purchase-order-item-row input,.purchase-order-notes textarea{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;height:42px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.purchase-order-notes textarea{resize:vertical;height:auto;padding-top:10px}.purchase-order-items-card{border:1px solid #e0e8f0;border-radius:15px;margin-top:15px;overflow:hidden}.purchase-order-items-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.purchase-order-items-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900}.purchase-order-items-card__head h3{color:#2c4668;margin:3px 0 0;font-size:14px}.purchase-order-small-button{color:#5d49df;background:#f8f7ff;border:1px solid #dbe4ed;border-radius:9px;align-items:center;gap:6px;min-height:33px;padding:0 10px;font-family:inherit;font-size:8px;font-weight:900;display:inline-flex}.purchase-order-items{gap:8px;padding:10px;display:grid}.purchase-order-item-row{background:#fbfdff;border:1px solid #e6edf3;border-radius:11px;grid-template-columns:minmax(180px,2.3fr) minmax(70px,.7fr) minmax(100px,1fr) minmax(90px,.9fr) minmax(90px,.9fr) minmax(110px,1fr) 34px;align-items:end;gap:8px;padding:9px;display:grid}.purchase-order-item-row label{flex-direction:column;gap:5px;display:flex}.purchase-order-item-row__total{flex-direction:column;justify-content:center;min-height:42px;display:flex}.purchase-order-item-row__total strong{color:#29486b;margin-top:4px;font-size:9px}.purchase-order-item-row__delete{color:#ce4761;background:#fff7f8;border:1px solid #f0d4db;border-radius:9px;place-items:center;width:34px;height:42px;display:grid}.purchase-order-bottom-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:14px;margin-top:14px;display:grid}.purchase-order-total-card{border:1px solid #e0e8f0;border-radius:14px;padding:13px}.purchase-order-total-card>div{color:#8291a3;border-bottom:1px solid #edf1f5;justify-content:space-between;gap:15px;padding:7px 0;font-size:8px;display:flex}.purchase-order-total-card strong{color:#304a6c;font-size:9px}.purchase-order-total-card__grand{padding:10px 0!important}.purchase-order-modal__footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex}.purchase-order-modal__security{color:#0aa680;align-items:center;gap:7px;font-size:8px;display:inline-flex}.purchase-order-modal__actions{gap:8px;display:flex}.purchase-order-preview-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(920px,100%);max-height:92vh;display:flex;overflow:hidden}.purchase-order-preview-modal__header{border-bottom:1px solid #e6edf3;justify-content:space-between;align-items:center;padding:14px 17px;display:flex}.purchase-order-preview-modal__header span{color:#6f77eb;font-size:8px;font-weight:900}.purchase-order-preview-modal__header h2{color:#294365;margin:3px 0 0;font-size:18px}.purchase-order-preview-modal__actions{align-items:center;gap:8px;display:flex}.purchase-order-preview{background:#f3f6fa;padding:28px;overflow-y:auto}.purchase-order-preview__top{border-bottom:2px solid #284a72;justify-content:space-between;align-items:flex-start;padding-bottom:15px;display:flex}.purchase-order-preview__top span{color:#6c76e7;font-size:8px;font-weight:900}.purchase-order-preview__top h3{color:#203d6c;margin:5px 0 0;font-size:28px}.purchase-order-preview__status{color:#5f7186;text-transform:capitalize;background:#eef3f8;border-radius:999px;padding:6px 9px;font-size:7px;font-weight:900}.purchase-order-preview__meta{grid-template-columns:1fr 1fr;gap:14px;margin-top:15px;display:grid}.purchase-order-preview__meta>div{background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:11px}.purchase-order-preview__meta span{color:#6f77ea;margin-bottom:5px;font-size:7px;font-weight:900;display:block}.purchase-order-preview__meta strong,.purchase-order-preview__meta small{display:block}.purchase-order-preview__meta strong{font-size:10px}.purchase-order-preview__meta small{color:#8492a4;margin-top:4px;font-size:8px}.purchase-order-preview__items{background:#fff;border:1px solid #dfe7ef;border-radius:10px;margin-top:15px;overflow:hidden}.purchase-order-preview__items-head,.purchase-order-preview__item{grid-template-columns:1fr 60px 100px 110px;gap:8px;padding:9px 11px;display:grid}.purchase-order-preview__items-head{color:#fff;background:#2c4b72;font-size:7px}.purchase-order-preview__item{color:#536982;border-top:1px solid #edf1f5;font-size:8px}.purchase-order-preview__item span:nth-child(n+2){text-align:right}.purchase-order-preview__totals{background:#fff;border:1px solid #dfe7ef;border-radius:10px;width:min(340px,100%);margin:15px 0 0 auto;padding:11px 12px}.purchase-order-preview__totals>div{color:#78889c;border-bottom:1px solid #edf1f5;justify-content:space-between;padding:6px 0;font-size:8px;display:flex}.purchase-order-preview__grand{font-size:10px!important}.purchase-order-preview__notes{background:#fff;border:1px solid #dfe7ef;border-radius:10px;margin-top:15px;padding:11px}.purchase-order-preview__notes span{font-size:7px;font-weight:900}.purchase-order-preview__notes p{white-space:pre-wrap;color:#76879b;margin:5px 0 0;font-size:8px}.purchase-order-spin{animation:.9s linear infinite purchase-order-spin}@keyframes purchase-order-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.purchase-order-header{flex-direction:column}.purchase-order-header__actions{justify-content:flex-start;width:100%}}@media (width<=1050px){.purchase-order-stats,.purchase-order-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-order-bottom-grid{grid-template-columns:1fr}}@media (width<=820px){.purchase-order-toolbar{flex-direction:column;align-items:stretch}.purchase-order-search{max-width:none}.purchase-order-item-row{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-order-item-row__description{grid-column:span 2}.purchase-order-modal__footer{flex-direction:column;align-items:stretch}}@media (width<=650px){.purchase-order-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.purchase-order-header,.purchase-order-table-card,.purchase-order-toolbar{padding-left:12px;padding-right:12px}.purchase-order-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.purchase-order-header__actions .purchase-order-button{width:100%}.purchase-order-header__actions .purchase-order-button--primary{grid-column:1/-1}.purchase-order-form-grid{grid-template-columns:1fr}.purchase-order-preview{padding:14px}.purchase-order-preview__meta{grid-template-columns:1fr}}.quotation-page{width:100%;max-width:1700px;margin:0 auto}.quotation-shell{background:radial-gradient(circle at 100% 0,#5f4eea14,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.quotation-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.quotation-brand{align-items:center;gap:12px;min-width:0;display:flex}.quotation-brand__icon{color:#5f54e8;background:#efedff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.quotation-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.quotation-brand h1{color:#203d6c;margin:4px 0 0;font-size:26px;font-weight:950}.quotation-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.quotation-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.quotation-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.quotation-button:disabled{opacity:.5;cursor:not-allowed}.quotation-button--ghost{color:#60738b;background:#fff}.quotation-button--soft{color:#596d87;background:#f8fbfe}.quotation-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.quotation-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.quotation-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 18px 0;display:grid}.quotation-stat-card{background:#fff;border:1px solid #e0e8f0;border-radius:14px;align-items:center;gap:11px;min-height:84px;padding:14px;display:flex}.quotation-stat-card__icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.quotation-stat-card__icon--blue{color:#4386f8;background:#edf5ff}.quotation-stat-card__icon--purple{color:#8058ed;background:#f3eeff}.quotation-stat-card__icon--green{color:#0ba67e;background:#eafaf5}.quotation-stat-card__icon--orange{color:#e59424;background:#fff5e7}.quotation-stat-card span{color:#8795a7;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.quotation-stat-card strong{color:#284364;margin-top:4px;font-size:18px;font-weight:950;display:block}.quotation-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin:14px 18px 0;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.quotation-alert span{flex:1}.quotation-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.quotation-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:15px 18px 12px;display:flex}.quotation-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:0;max-width:720px;height:42px;padding:0 11px;display:flex}.quotation-search input{background:0 0;border:0;outline:0;width:100%;height:100%;font-family:inherit;font-size:10px;font-weight:750}.quotation-filter{align-items:center;gap:7px;display:flex}.quotation-filter label{color:#7f8fa2;text-transform:uppercase;font-size:8px;font-weight:850}.quotation-filter select{background:#fff;border:1px solid #dbe4ed;border-radius:10px;min-width:160px;height:42px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:800}.quotation-table-card{background:#ffffffeb;border:1px solid #e0e8f0;border-radius:17px;margin:0 18px 18px;overflow:hidden}.quotation-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.quotation-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.quotation-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.quotation-table-card__summary{color:#8090a3;font-size:8px;font-weight:800}.quotation-table-wrap{overflow-x:auto}.quotation-table{border-collapse:collapse;width:100%;min-width:1100px}.quotation-table th{text-align:left;color:#8190a3;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:11px 13px;font-size:8px;font-weight:900}.quotation-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;padding:12px 13px}.quotation-number{align-items:center;gap:9px;display:flex}.quotation-avatar{color:#6755e9;background:#f0edff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.quotation-number strong{color:#2b4467;font-size:10px;display:block}.quotation-number span{color:#98a5b4;font-size:8px;display:block}.quotation-client{gap:3px;max-width:220px;display:grid}.quotation-client strong{color:#425b78;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.quotation-client span{color:#98a5b4;font-size:7px}.quotation-date{color:#6f8195;white-space:nowrap;align-items:center;gap:5px;font-size:8px;font-weight:800;display:inline-flex}.quotation-total{color:#2b496d;white-space:nowrap;font-size:9px;font-weight:900}.quotation-status{text-transform:capitalize;border-radius:999px;align-items:center;gap:6px;min-height:27px;padding:0 9px;font-size:8px;font-weight:900;display:inline-flex}.quotation-status>span{background:currentColor;border-radius:50%;width:6px;height:6px}.quotation-status--draft{color:#718198;background:#f4f7fa}.quotation-status--sent{color:#4377c7;background:#eef5ff}.quotation-status--accepted{color:#078e6e;background:#eaf9f4}.quotation-status--rejected{color:#cf415b;background:#fff3f5}.quotation-status--expired{color:#9a7a35;background:#fff7e8}.quotation-status--cancelled{color:#875f70;background:#faf2f6}.quotation-row-actions{gap:5px;display:flex}.quotation-icon-button{color:#657b94;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.quotation-icon-button--danger:hover:not(:disabled){color:#cf3d59;background:#fff7f8;border-color:#f0ccd3}.quotation-empty{text-align:center;align-content:center;place-items:center;gap:7px;min-height:290px;padding:30px;display:grid}.quotation-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.quotation-empty strong{color:#38516f;font-size:12px}.quotation-empty span{color:#95a2b1;font-size:9px}.quotation-empty__button{color:#fff;background:linear-gradient(135deg,#703ff0,#2ac3dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:38px;margin-top:7px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.quotation-pagination{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;padding:11px 13px;font-size:8px;display:flex}.quotation-pagination>div{align-items:center;gap:8px;display:flex}.quotation-pagination strong{color:#4b627f;font-size:9px}.quotation-pagination__button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.quotation-footer{color:#97a3b1;justify-content:space-between;align-items:center;padding:0 18px 18px;font-size:8px;display:flex}.quotation-footer>div{align-items:center;gap:6px;display:inline-flex}.quotation-footer svg{color:#0aa680}.quotation-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f3075;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.quotation-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(980px,100%);max-height:93vh;display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.quotation-modal--large{width:min(1180px,100%)}.quotation-modal__header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.quotation-modal__header span{color:#6f77eb;letter-spacing:.14em;font-size:8px;font-weight:900}.quotation-modal__header h2{color:#263f64;margin:4px 0 0;font-size:22px}.quotation-modal__header p{color:#8b99aa;margin:4px 0 0;font-size:9px}.quotation-modal__close{background:#fff;border:1px solid #dfe7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.quotation-modal__body{padding:18px 20px 0;overflow-y:auto}.quotation-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.quotation-form-grid label,.quotation-notes{flex-direction:column;gap:6px;display:flex}.quotation-form-grid label>span,.quotation-notes>span,.quotation-item-row label>span,.quotation-item-row__total>span{color:#63758c;font-size:9px;font-weight:900}.quotation-form-grid input,.quotation-form-grid select,.quotation-item-row input,.quotation-notes textarea{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;height:42px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.quotation-notes textarea{resize:vertical;height:auto;padding-top:10px}.quotation-items-card{border:1px solid #e0e8f0;border-radius:15px;margin-top:15px;overflow:hidden}.quotation-items-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.quotation-items-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900}.quotation-items-card__head h3{color:#2c4668;margin:3px 0 0;font-size:14px}.quotation-small-button{color:#5d49df;background:#f8f7ff;border:1px solid #dbe4ed;border-radius:9px;align-items:center;gap:6px;min-height:33px;padding:0 10px;font-family:inherit;font-size:8px;font-weight:900;display:inline-flex}.quotation-items{gap:8px;padding:10px;display:grid}.quotation-item-row{background:#fbfdff;border:1px solid #e6edf3;border-radius:11px;grid-template-columns:minmax(180px,2.3fr) minmax(70px,.7fr) minmax(100px,1fr) minmax(90px,.9fr) minmax(90px,.9fr) minmax(110px,1fr) 34px;align-items:end;gap:8px;padding:9px;display:grid}.quotation-item-row label{flex-direction:column;gap:5px;display:flex}.quotation-item-row__total{flex-direction:column;justify-content:center;min-height:42px;display:flex}.quotation-item-row__total strong{color:#29486b;margin-top:4px;font-size:9px}.quotation-item-row__delete{color:#ce4761;background:#fff7f8;border:1px solid #f0d4db;border-radius:9px;place-items:center;width:34px;height:42px;display:grid}.quotation-bottom-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:14px;margin-top:14px;display:grid}.quotation-total-card{border:1px solid #e0e8f0;border-radius:14px;padding:13px}.quotation-total-card>div{color:#8291a3;border-bottom:1px solid #edf1f5;justify-content:space-between;gap:15px;padding:7px 0;font-size:8px;display:flex}.quotation-total-card strong{color:#304a6c;font-size:9px}.quotation-total-card__grand{padding:10px 0!important}.quotation-modal__footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:14px;margin-top:17px;padding:14px 0 20px;display:flex}.quotation-modal__security{color:#0aa680;align-items:center;gap:7px;font-size:8px;display:inline-flex}.quotation-modal__actions{gap:8px;display:flex}.quotation-preview-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(920px,100%);max-height:92vh;display:flex;overflow:hidden}.quotation-preview-modal__header{border-bottom:1px solid #e6edf3;justify-content:space-between;align-items:center;padding:14px 17px;display:flex}.quotation-preview-modal__header span{color:#6f77eb;font-size:8px;font-weight:900}.quotation-preview-modal__header h2{color:#294365;margin:3px 0 0;font-size:18px}.quotation-preview-modal__actions{align-items:center;gap:8px;display:flex}.quotation-preview{background:#f3f6fa;padding:28px;overflow-y:auto}.quotation-preview__top{border-bottom:2px solid #284a72;justify-content:space-between;align-items:flex-start;padding-bottom:15px;display:flex}.quotation-preview__top span{color:#6c76e7;font-size:8px;font-weight:900}.quotation-preview__top h3{color:#203d6c;margin:5px 0 0;font-size:28px}.quotation-preview__status{color:#5f7186;text-transform:capitalize;background:#eef3f8;border-radius:999px;padding:6px 9px;font-size:7px;font-weight:900}.quotation-preview__meta{grid-template-columns:1fr 1fr;gap:14px;margin-top:15px;display:grid}.quotation-preview__meta>div{background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:11px}.quotation-preview__meta span{color:#6f77ea;margin-bottom:5px;font-size:7px;font-weight:900;display:block}.quotation-preview__meta strong,.quotation-preview__meta small{display:block}.quotation-preview__meta strong{font-size:10px}.quotation-preview__meta small{color:#8492a4;margin-top:4px;font-size:8px}.quotation-preview__items{background:#fff;border:1px solid #dfe7ef;border-radius:10px;margin-top:15px;overflow:hidden}.quotation-preview__items-head,.quotation-preview__item{grid-template-columns:1fr 60px 100px 110px;gap:8px;padding:9px 11px;display:grid}.quotation-preview__items-head{color:#fff;background:#2c4b72;font-size:7px}.quotation-preview__item{color:#536982;border-top:1px solid #edf1f5;font-size:8px}.quotation-preview__item span:nth-child(n+2){text-align:right}.quotation-preview__totals{background:#fff;border:1px solid #dfe7ef;border-radius:10px;width:min(340px,100%);margin:15px 0 0 auto;padding:11px 12px}.quotation-preview__totals>div{color:#78889c;border-bottom:1px solid #edf1f5;justify-content:space-between;padding:6px 0;font-size:8px;display:flex}.quotation-preview__grand{font-size:10px!important}.quotation-preview__notes{background:#fff;border:1px solid #dfe7ef;border-radius:10px;margin-top:15px;padding:11px}.quotation-preview__notes span{font-size:7px;font-weight:900}.quotation-preview__notes p{white-space:pre-wrap;color:#76879b;margin:5px 0 0;font-size:8px}.quotation-spin{animation:.9s linear infinite quotation-spin}@keyframes quotation-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.quotation-header{flex-direction:column}.quotation-header__actions{justify-content:flex-start;width:100%}}@media (width<=1050px){.quotation-stats,.quotation-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quotation-bottom-grid{grid-template-columns:1fr}}@media (width<=820px){.quotation-toolbar{flex-direction:column;align-items:stretch}.quotation-search{max-width:none}.quotation-item-row{grid-template-columns:repeat(2,minmax(0,1fr))}.quotation-item-row__description{grid-column:span 2}.quotation-modal__footer{flex-direction:column;align-items:stretch}}@media (width<=650px){.quotation-stats{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.quotation-header,.quotation-table-card,.quotation-toolbar{padding-left:12px;padding-right:12px}.quotation-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.quotation-header__actions .quotation-button{width:100%}.quotation-header__actions .quotation-button--primary{grid-column:1/-1}.quotation-form-grid{grid-template-columns:1fr}.quotation-preview{padding:14px}.quotation-preview__meta{grid-template-columns:1fr}}.reports-page{width:100%;max-width:1750px;margin:0 auto}.reports-shell{background:radial-gradient(circle at 100% 0,#5f4eea14,#0000 28%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.reports-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.reports-brand{align-items:center;gap:12px;min-width:0;display:flex}.reports-brand__icon{color:#6254e8;background:#efedff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.reports-brand__eyebrow{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.reports-brand h1{color:#203d6c;margin:4px 0 0;font-size:26px;font-weight:950}.reports-brand p{color:#8c99aa;margin:5px 0 0;font-size:10px;font-weight:650}.reports-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.reports-button{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.reports-button:disabled{opacity:.5;cursor:not-allowed}.reports-button--ghost{color:#60738b;background:#fff}.reports-button--soft{color:#596d87;background:#f8fbfe}.reports-button--excel{color:#078c6d;background:#effbf7;border-color:#cceee2}.reports-button--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000;box-shadow:0 10px 22px #5746dd2e}.reports-main{grid-template-columns:280px minmax(0,1fr);min-width:0;display:grid}.reports-sidebar{background:linear-gradient(#fbfdff,#f7faff);border-right:1px solid #e6edf3;padding:18px 12px}.reports-sidebar__title{color:#8190a2;letter-spacing:.14em;padding:4px 10px 9px;font-size:8px;font-weight:950}.reports-nav-item{color:#405a78;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex-direction:column;align-items:flex-start;gap:3px;width:100%;margin-bottom:6px;padding:12px 11px;display:flex}.reports-nav-item span{font-size:10px;font-weight:950}.reports-nav-item small{color:#8b9aab;font-size:7px;line-height:1.35}.reports-nav-item:hover{background:#fff;border-color:#e1e9f0}.reports-nav-item.is-active{background:linear-gradient(135deg,#f1efff,#effbff);border-color:#d9d7ff;box-shadow:0 8px 18px #4e4ccd14}.reports-nav-item.is-active span{color:#5e54e5}.reports-content{min-width:0;padding:18px}.reports-control-card{background:#fff;border:1px solid #e0e8f0;border-radius:16px;padding:16px}.reports-control-card__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.reports-control-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.reports-control-card__head h2{color:#294365;margin:3px 0 0;font-size:16px;font-weight:950}.reports-control-card__period{color:#6d8095;background:#fbfdff;border:1px solid #dce5ed;border-radius:9px;align-items:center;gap:6px;padding:8px 10px;font-size:8px;font-weight:850;display:inline-flex}.reports-filter-form{grid-template-columns:1.1fr repeat(2,minmax(130px,1fr)) 1.2fr 1.2fr auto;gap:10px;margin-top:14px;display:grid}.reports-filter-form label{flex-direction:column;gap:5px;display:flex}.reports-filter-form label span{color:#65788f;font-size:8px;font-weight:900}.reports-filter-form input,.reports-filter-form select{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:9px;outline:0;width:100%;height:40px;padding:0 10px;font-family:inherit;font-size:9px;font-weight:750}.reports-filter-actions{align-items:flex-end;gap:6px;display:flex}.reports-alert{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9;border-radius:10px;align-items:center;gap:8px;margin-top:12px;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.reports-alert span{flex:1}.reports-alert button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.reports-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-top:14px;display:grid}.reports-summary-card{background:#fff;border:1px solid #e0e8f0;border-radius:13px;align-items:center;gap:10px;min-height:76px;padding:12px;display:flex}.reports-summary-card__icon{border-radius:11px;place-items:center;width:39px;height:39px;display:grid}.reports-summary-card__icon--blue{color:#4386f8;background:#edf5ff}.reports-summary-card__icon--red{color:#ef4777;background:#fff0f5}.reports-summary-card__icon--green{color:#0ba67e;background:#eafaf5}.reports-summary-card__icon--purple{color:#8058ed;background:#f3eeff}.reports-summary-card span{color:#8795a7;letter-spacing:.08em;font-size:7px;font-weight:900;display:block}.reports-summary-card strong{color:#284364;margin-top:4px;font-size:15px;font-weight:950;display:block}.reports-table-card{background:#fff;border:1px solid #e0e8f0;border-radius:16px;margin-top:14px;overflow:hidden}.reports-table-card__head{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:flex-start;gap:10px;padding:15px 17px;display:flex}.reports-table-card__head span{color:#6d76ea;letter-spacing:.13em;font-size:8px;font-weight:900;display:block}.reports-table-card__head h2{color:#294365;margin:3px 0 0;font-size:15px;font-weight:950}.reports-table-card__head small{color:#95a2b1;margin-top:4px;font-size:8px;display:block}.reports-table-card__meta{color:#8090a3;font-size:8px;font-weight:800}.reports-table-toolbar{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.reports-search{background:#fbfcfe;border:1px solid #dbe4ed;border-radius:9px;flex:1;align-items:center;gap:7px;max-width:580px;height:38px;padding:0 10px;display:flex}.reports-search input{background:0 0;border:0;outline:0;width:100%;height:100%;font-family:inherit;font-size:9px;font-weight:750}.reports-table-toolbar__meta{color:#8493a4;white-space:nowrap;align-items:center;gap:4px;font-size:8px;font-weight:800;display:flex}.reports-table-wrap{overflow-x:auto}.reports-table{border-collapse:collapse;width:100%;min-width:1100px}.reports-table th{text-align:left;color:#8190a3;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e7edf3;padding:10px 11px;font-size:7px;font-weight:950}.reports-table td{vertical-align:middle;color:#5d728b;border-bottom:1px solid #edf1f5;padding:10px 11px;font-size:8px}.reports-type-pill{color:#5d6fdf;background:#f0efff;border-radius:999px;align-items:center;min-height:23px;padding:0 7px;font-size:7px;font-weight:900;display:inline-flex}.reports-reference{color:#2f4c70;font-size:8px}.reports-party,.reports-description{gap:3px;max-width:230px;display:grid}.reports-party strong,.reports-description strong{color:#435c79;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.reports-party span,.reports-description span{color:#98a5b4;font-size:7px}.reports-money{white-space:nowrap;font-size:8px;font-weight:900}.reports-money--debit{color:#d44a62}.reports-money--credit{color:#078e6e}.reports-status{color:#65778f;white-space:nowrap;background:#f1f5f8;border-radius:999px;align-items:center;min-height:23px;padding:0 7px;font-size:7px;font-weight:850;display:inline-flex}.reports-empty{text-align:center;align-content:center;place-items:center;gap:7px;min-height:260px;padding:28px;display:grid}.reports-empty__icon{color:#6556e7;background:#f0edff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.reports-empty strong{color:#38516f;font-size:12px}.reports-empty span{color:#95a2b1;font-size:9px}.reports-table-footer{color:#8a99a9;border-top:1px solid #e9eef4;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;font-size:8px;display:flex}.reports-table-footer>div{gap:16px;display:flex}.reports-table-footer strong{color:#4b627f}.reports-footer{color:#97a3b1;justify-content:space-between;align-items:center;margin-top:14px;font-size:8px;display:flex}.reports-footer>div{align-items:center;gap:6px;display:inline-flex}.reports-footer svg{color:#0aa680}.reports-spin{animation:.9s linear infinite reports-spin}@keyframes reports-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.reports-main{grid-template-columns:1fr}.reports-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:12px;display:grid}.reports-sidebar__title{grid-column:1/-1}.reports-nav-item{margin-bottom:0}.reports-header{flex-direction:column}.reports-header__actions{justify-content:flex-start;width:100%}.reports-filter-form{grid-template-columns:repeat(3,minmax(0,1fr))}.reports-filter-actions{grid-column:1/-1;justify-content:flex-end}}@media (width<=950px){.reports-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-control-card__head{flex-direction:column;align-items:flex-start}.reports-table-toolbar{flex-direction:column;align-items:stretch}.reports-search{max-width:none}.reports-table-toolbar__meta{justify-content:flex-end}}@media (width<=700px){.reports-content{padding:12px}.reports-sidebar{grid-template-columns:1fr}.reports-filter-form{grid-template-columns:1fr 1fr}.reports-filter-actions{grid-column:1/-1}.reports-summary-grid{grid-template-columns:1fr}.reports-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.reports-header__actions .reports-button{width:100%}}@media (width<=500px){.reports-filter-form{grid-template-columns:1fr}.reports-filter-actions{grid-column:1;grid-template-columns:1fr 1fr;display:grid}.reports-table-footer{flex-direction:column;align-items:flex-start}.reports-table-footer>div{flex-direction:column;gap:5px;width:100%}}.company-profile-page{box-sizing:border-box;width:100%;max-width:1750px;margin:0 auto}.company-profile-card{box-sizing:border-box;background:linear-gradient(145deg,#fff 0%,#fbfdff 100%);border:1px solid #dfe7ef;border-radius:20px;width:100%;padding:22px;box-shadow:0 14px 34px #283f5f11}.company-profile-header{justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;display:flex}.company-profile-header__identity{align-items:center;gap:15px;min-width:0;display:flex}.company-profile-header__logo{background:#f8fafc;border:1px solid #dce5ee;border-radius:17px;flex:0 0 68px;place-items:center;width:68px;height:68px;display:grid;overflow:hidden}.company-profile-header__logo img{object-fit:contain;width:100%;height:100%;padding:5px}.company-profile-header__identity>div:last-child{min-width:0}.company-profile-header__identity span{color:#6674ed;letter-spacing:.15em;margin-bottom:4px;font-size:8px;font-weight:900;display:block}.company-profile-header__identity h1{color:#203d6c;margin:0;font-size:clamp(25px,2.4vw,34px);font-weight:950;line-height:1}.company-profile-header__identity p{color:#8997a9;margin:6px 0 0;font-size:10px;font-weight:650}.company-profile-back{color:#65778e;cursor:pointer;background:#fff;border:1px solid #dce5ee;border-radius:10px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:850;display:inline-flex}.company-profile-back:hover{color:#5f4be1;background:#fafbff;border-color:#ccd7e3}.company-profile-header:after{content:"";display:block}.company-profile-alert{border-radius:10px;align-items:center;gap:9px;margin-bottom:16px;padding:11px 13px;font-size:10px;font-weight:800;display:flex}.company-profile-alert--error{color:#d13e5c;background:#fff6f8;border:1px solid #ffd4dc}.company-profile-alert--success{color:#078d70;background:#f2fbf7;border:1px solid #cfeee1}.company-profile-form{flex-direction:column;gap:14px;display:flex}.company-profile-section{background:#fff;border:1px solid #e0e8f0;border-radius:15px;padding:17px}.company-profile-section__heading{align-items:center;gap:10px;margin-bottom:16px;display:flex}.company-profile-section__icon{color:#6475ee;background:#eff1ff;border-radius:12px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.company-profile-section__icon--purple{color:#8b5cf6;background:#f4efff}.company-profile-section__icon--green{color:#0da27e;background:#eafaf5}.company-profile-section__icon--orange{color:#d98512;background:#fff5e6}.company-profile-section__icon--blue{color:#3f86f6;background:#edf5ff}.company-profile-section__heading h2{color:#263f64;margin:0;font-size:15px;font-weight:950}.company-profile-section__heading p{color:#98a5b5;margin:3px 0 0;font-size:8px;font-weight:650}.company-profile-grid{gap:12px;display:grid}.company-profile-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.company-profile-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.company-profile-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.company-profile-field{min-width:0}.company-profile-field--wide{grid-column:span 1}.company-profile-field label{color:#526680;margin:0 0 6px;font-size:9px;font-weight:850;display:block}.company-profile-field label span{color:#ec5570;margin-left:2px}.company-profile-input{box-sizing:border-box;color:#6879ef;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;align-items:center;gap:9px;height:43px;padding:0 11px;display:flex}.company-profile-input:focus-within{background:#fff;border-color:#7e72ec;box-shadow:0 0 0 4px #6673f414}.company-profile-input input{color:#263f64;background:0 0;border:0;outline:0;width:100%;font-family:inherit;font-size:11px;font-weight:750}.company-profile-field>input{box-sizing:border-box;color:#263f64;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;height:43px;padding:0 11px;font-family:inherit;font-size:11px;font-weight:750}.company-profile-field>input:focus{background:#fff;border-color:#7e72ec;box-shadow:0 0 0 4px #6673f414}.company-profile-input input:disabled,.company-profile-field>input:disabled{opacity:.6;cursor:not-allowed}.company-profile-bottom-grid{grid-template-columns:.9fr 1.1fr;gap:14px;display:grid}.company-profile-stack{flex-direction:column;gap:11px;display:flex}.company-profile-logo-section{background:linear-gradient(135deg,#fff,#fbfdff)}.company-profile-logo-editor{background:#fafcff;border:1px dashed #d5deea;border-radius:13px;align-items:center;gap:18px;padding:14px;display:flex}.company-profile-logo-preview{background:#fff;border:1px solid #dce5ee;border-radius:17px;flex:0 0 88px;place-items:center;width:88px;height:88px;display:grid;overflow:hidden}.company-profile-logo-preview img{object-fit:contain;width:100%;height:100%;padding:7px}.company-profile-logo-content{flex-direction:column;gap:5px;min-width:0;display:flex}.company-profile-logo-content strong{color:#263f64;font-size:12px;font-weight:900}.company-profile-logo-content span{color:#929eaf;font-size:8px;font-weight:650}.company-profile-upload-button{color:#5f4be2;cursor:pointer;background:#fff;border:1px solid #d5dfea;border-radius:9px;align-items:center;gap:6px;width:fit-content;min-height:34px;margin-top:5px;padding:0 10px;font-size:8px;font-weight:850;display:inline-flex}.company-profile-upload-button:hover{background:#f9faff;border-color:#c3cfe0}.company-profile-upload-button input{display:none}.company-profile-actions{justify-content:space-between;align-items:center;gap:16px;padding-top:5px;display:flex}.company-profile-security{align-items:center;gap:9px;display:flex}.company-profile-security__icon{color:#08a981;background:#eafaf5;border-radius:11px;place-items:center;width:39px;height:39px;display:grid}.company-profile-security strong{color:#526985;font-size:9px;font-weight:900;display:block}.company-profile-security span{color:#9aa6b5;margin-top:2px;font-size:7px;font-weight:650;display:block}.company-profile-actions__buttons{align-items:center;gap:9px;display:flex}.company-profile-cancel{color:#6c7c92;cursor:pointer;background:#fff;border:1px solid #dce5ee;border-radius:10px;min-height:42px;padding:0 15px;font-family:inherit;font-size:9px;font-weight:850}.company-profile-cancel:hover:not(:disabled){background:#f8fafc}.company-profile-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f35f3,#25c4df);border:0;border-radius:10px;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex;box-shadow:0 9px 20px #5b47e533}.company-profile-save:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px)}.company-profile-save:disabled,.company-profile-cancel:disabled{opacity:.55;cursor:not-allowed}.company-profile-save__spinner{animation:.8s linear infinite company-profile-spin}@keyframes company-profile-spin{to{transform:rotate(360deg)}}.company-profile-loading{color:#263f64;background:#fff;border:1px solid #dfe7ef;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:420px;display:flex}.company-profile-loading__spinner{color:#6d53eb;animation:.8s linear infinite company-profile-spin}.company-profile-loading strong{font-size:14px;font-weight:900}.company-profile-loading span{color:#98a4b3;font-size:9px;font-weight:650}@media (width<=1200px){.company-profile-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.company-profile-bottom-grid{grid-template-columns:1fr}}@media (width<=900px){.company-profile-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.company-profile-header{flex-direction:column;align-items:flex-start}.company-profile-back{width:100%}.company-profile-actions{flex-direction:column;align-items:flex-start}.company-profile-actions__buttons{width:100%}.company-profile-cancel,.company-profile-save{flex:1}}@media (width<=620px){.company-profile-card{padding:14px}.company-profile-grid--three,.company-profile-grid--four,.company-profile-grid--two{grid-template-columns:1fr}.company-profile-header__identity{align-items:flex-start}.company-profile-header__logo{flex-basis:58px;width:58px;height:58px}.company-profile-header__identity h1{font-size:24px}.company-profile-logo-editor{flex-direction:column;align-items:flex-start}.company-profile-logo-preview{flex-basis:78px;width:78px;height:78px}}@media (width<=430px){.company-profile-actions__buttons{flex-direction:column}.company-profile-cancel,.company-profile-save{width:100%}}.currency-settings-page{width:100%;max-width:1650px;margin:0 auto}.currency-settings-card{background:radial-gradient(circle at 100% 0,#6252ef12,#0000 30%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 18px 40px #233d6012}.currency-settings-header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.currency-settings-brand{align-items:center;gap:12px;display:flex}.currency-settings-brand__icon,.currency-section-title__icon{color:#6353e8;background:#efedff;border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.currency-settings-brand span,.currency-section-title p{color:#6d77ea;letter-spacing:.15em;font-size:8px;font-weight:900}.currency-settings-brand h1{color:#203d6c;margin:3px 0 0;font-size:25px;font-weight:950}.currency-settings-brand p{color:#8e9aab;margin:5px 0 0;font-size:10px;font-weight:650}.currency-settings-actions{gap:8px;display:flex}.currency-action{color:#5e718a;cursor:pointer;background:#fff;border:1px solid #dce5ed;border-radius:10px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font:800 9px inherit;display:inline-flex}.currency-action:hover{color:#5b49df;border-color:#c9d7e4}.currency-action--ghost{background:#fbfcff}.currency-settings-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:15px;padding:18px;display:grid}.currency-settings-section{background:#ffffffe0;border:1px solid #e0e8f0;border-radius:17px;padding:18px}.currency-section-title{align-items:center;gap:10px;margin-bottom:16px;display:flex}.currency-section-title h2{color:#2b4467;margin:0;font-size:15px;font-weight:950}.currency-section-title p{color:#98a5b5;letter-spacing:0;margin:3px 0 0;font-size:8px;font-weight:650}.currency-section-title__icon--purple{color:#8755ef;background:#f3eeff}.currency-field label,.currency-control-block>label,.currency-control-block>span{color:#63758c;margin-bottom:7px;font-size:9px;font-weight:900;display:block}.currency-select-wrap{position:relative}.currency-select-wrap select,.currency-control-block select{color:#294263;appearance:none;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;height:43px;padding:0 38px 0 12px;font-family:inherit;font-size:11px;font-weight:800}.currency-select-wrap svg{pointer-events:none;color:#708197;position:absolute;top:13px;right:12px}.currency-select-wrap select:focus,.currency-control-block select:focus{background:#fff;border-color:#7563eb;box-shadow:0 0 0 4px #6f56e814}.currency-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:13px;display:grid}.currency-meta-card{background:#f9fbfe;border:1px solid #e3eaf1;border-radius:12px;padding:12px}.currency-meta-card span{color:#98a4b3;font-size:8px;font-weight:800;display:block}.currency-meta-card strong{color:#2a4467;margin-top:5px;font-size:12px;font-weight:900;display:block}.currency-preview{color:#fff;background:radial-gradient(circle at 100% 0,#ffffff26,#0000 30%),linear-gradient(135deg,#253a63,#5843c4 55%,#1caed0);border-radius:15px;margin-top:14px;padding:16px;box-shadow:0 14px 28px #36457829}.currency-preview__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.currency-preview__header span{opacity:.72;letter-spacing:.12em;font-size:8px;font-weight:900;display:block}.currency-preview__header strong{margin-top:4px;font-size:10px;font-weight:850;display:block}.currency-preview__amount{margin:15px 0;font-size:clamp(34px,4vw,54px);font-weight:950;line-height:1}.currency-preview__row{border-top:1px solid #ffffff24;justify-content:space-between;gap:12px;margin-top:8px;padding-top:8px;font-size:9px;display:flex}.currency-preview__row strong{font-weight:900}.currency-control-block{border-bottom:1px solid #edf1f5;padding:13px 0}.currency-control-block:first-of-type{padding-top:0}.currency-control-block:last-child{border-bottom:0}.currency-segmented{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.currency-segmented button{color:#657992;cursor:pointer;background:#fff;border:1px solid #dce5ed;border-radius:10px;min-height:42px;padding:0 9px;font-family:inherit;font-size:9px;font-weight:850}.currency-segmented button.active{color:#5a46df;background:#f3f0ff;border-color:#bdb4fa}.currency-success{color:#078d70;background:#f1fbf7;border:1px solid #cfeee1;border-radius:10px;align-items:center;gap:8px;margin:0 18px 12px;padding:11px 13px;font-size:9px;font-weight:800;display:flex}.currency-settings-footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:15px;padding:15px 18px 18px;display:flex}.currency-security{align-items:center;gap:9px;display:flex}.currency-security__icon{color:#08a77f;background:#eafaf5;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.currency-security strong{color:#526985;font-size:9px;font-weight:900;display:block}.currency-security span{color:#9aa6b5;margin-top:2px;font-size:7px;font-weight:650;display:block}.currency-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6e3df0,#29c4dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:41px;padding:0 15px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex;box-shadow:0 9px 20px #5a48e12e}.currency-save:disabled{opacity:.6;cursor:not-allowed}@media (width<=1000px){.currency-settings-grid{grid-template-columns:1fr}}@media (width<=700px){.currency-settings-header,.currency-settings-footer{flex-direction:column;align-items:flex-start}.currency-settings-actions{width:100%}.currency-action,.currency-save{flex:1;justify-content:center}.currency-meta-grid{grid-template-columns:1fr}}@media (width<=480px){.currency-settings-card{border-radius:16px}.currency-settings-grid{padding:12px}.currency-settings-section{padding:14px}}.developer-info-page{place-items:center;width:100%;max-width:1450px;min-height:100%;margin:0 auto;display:grid}.developer-window{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#fffffff0,#f6faffe6);border:1px solid #ffffffd1;border-radius:22px;width:100%;overflow:hidden;box-shadow:0 25px 60px #2d4a701a,inset 0 1px #ffffffe6}.developer-window__bar{background:#ffffffad;border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:0 18px;display:flex}.developer-window__brand{color:#243d61;align-items:center;gap:10px;font-size:12px;font-weight:850;display:flex}.developer-window__brand img{object-fit:contain;width:30px;height:30px}.developer-window__close{color:#758397;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.developer-window__close:hover{color:#fff;background:#e35265}.developer-window__content{grid-template-columns:320px minmax(0,1fr);gap:30px;padding:30px;display:grid}.developer-profile{background:linear-gradient(160deg,#f8fbff,#edf4fb);border:1px solid #dde7f0;border-radius:18px;min-height:510px;position:relative;overflow:hidden;box-shadow:0 13px 28px #263d5e0f}.developer-profile:after{content:"";background:#5060e912;border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-75px}.developer-verified{z-index:3;color:#fff;letter-spacing:.09em;background:#20bd8c;border-radius:999px;align-items:center;gap:5px;min-height:27px;padding:0 10px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;top:18px;left:16px;box-shadow:0 7px 15px #20bd8c3d}.developer-profile__image{background:#eef4fb;border-radius:14px;height:420px;margin:10px;overflow:hidden}.developer-profile__image img{object-fit:cover;width:100%;height:100%}.developer-profile__footer{padding:0 20px 19px}.developer-profile__footer span{color:#6d78e8;letter-spacing:.12em;font-size:8px;font-weight:900;display:block}.developer-profile__footer strong{color:#294365;margin-top:4px;font-size:12px;font-weight:900;display:block}.developer-details{align-self:center;min-width:0;padding:6px 10px 6px 2px}.developer-details__eyebrow{color:#6b76ed;letter-spacing:.15em;font-size:8px;font-weight:900;display:block}.developer-details h1{color:#203d6c;letter-spacing:-.035em;margin:9px 0 0;font-size:clamp(30px,3.1vw,50px);font-weight:950;line-height:.98}.developer-details h1 span{color:#6f43ee}.developer-details__intro{color:#8594a8;max-width:760px;margin:12px 0 20px;font-size:11px;font-weight:650;line-height:1.55}.developer-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.developer-fact{background:#ffffffbd;border:1px solid #e1e9f0;border-radius:12px;padding:13px 14px}.developer-fact span{color:#93a0b1;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:800;display:block}.developer-fact strong{color:#2a4467;margin-top:5px;font-size:11px;font-weight:900;display:block}.developer-divider{background:#e5ecf3;height:1px;margin:18px 0 13px}.developer-info-row{grid-template-columns:140px minmax(0,1fr);align-items:center;gap:14px;padding:7px 0;display:grid}.developer-info-row__label{color:#78879b;align-items:center;gap:7px;font-size:9px;font-weight:850;display:inline-flex}.developer-info-row__label svg{color:#6474ec}.developer-info-row>strong,.developer-info-row>a{color:#2b4568;font-size:10px;font-weight:850;text-decoration:none}.developer-info-row>a:hover{color:#6246ea}.developer-platforms{align-items:center;gap:8px;display:flex}.developer-platforms span{color:#596f8a;background:#f4f8fc;border:1px solid #e1e9f0;border-radius:10px;place-items:center;width:33px;height:33px;display:grid}.developer-platforms span:hover{color:#604be3;transform:translateY(-1px)}.developer-actions{align-items:center;gap:9px;margin-top:18px;display:flex}.developer-back,.developer-site{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 13px;font-family:inherit;font-size:9px;font-weight:900;text-decoration:none;display:inline-flex}.developer-back{color:#62758b;background:#fff;border:1px solid #dce5ed}.developer-back:hover{color:#5846df;border-color:#cbd8e5}.developer-site{color:#fff;background:linear-gradient(135deg,#703ef0,#2ac4de);border:0;box-shadow:0 10px 22px #5b4ce22e}.developer-site:hover{transform:translateY(-1px)}@media (width<=1050px){.developer-window__content{grid-template-columns:260px minmax(0,1fr);gap:22px;padding:22px}.developer-profile{min-height:470px}.developer-profile__image{height:380px}.developer-info-row{grid-template-columns:120px minmax(0,1fr)}}@media (width<=800px){.developer-window__content{grid-template-columns:1fr}.developer-profile{min-height:auto}.developer-profile__image{height:360px}}@media (width<=560px){.developer-window__content{padding:14px}.developer-window__bar{min-height:56px}.developer-details h1{font-size:31px}.developer-facts{grid-template-columns:1fr}.developer-info-row{grid-template-columns:1fr;gap:4px}.developer-actions{flex-direction:column;align-items:stretch}.developer-back,.developer-site{width:100%}}.letterhead-page{width:100%;max-width:1700px;margin:0 auto}.letterhead-shell{background:radial-gradient(circle at 100% 0,#6852ee12,#0000 30%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 18px 45px #253b5e12}.letterhead-header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.letterhead-brand{align-items:center;gap:12px;display:flex}.letterhead-brand__icon{color:#6b55e9;background:#f0edff;border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.letterhead-brand span{color:#6d77ea;letter-spacing:.15em;font-size:8px;font-weight:900;display:block}.letterhead-brand h1{color:#203d6c;margin:3px 0 0;font-size:25px;font-weight:950}.letterhead-brand p{color:#8e9aab;margin:5px 0 0;font-size:10px;font-weight:650}.letterhead-back{color:#5f7189;cursor:pointer;background:#fff;border:1px solid #dce5ed;border-radius:10px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:850;display:inline-flex}.letterhead-back:hover{color:#5f4be0;border-color:#c9d7e4}.letterhead-layout{grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);gap:16px;padding:18px;display:grid}.letterhead-editor{flex-direction:column;gap:13px;min-width:0;display:flex}.letterhead-control-card{background:#fff;border:1px solid #e0e8f0;border-radius:16px;justify-content:space-between;align-items:center;gap:15px;padding:18px;display:flex}.letterhead-control-card__eyebrow{color:#6d77eb;letter-spacing:.14em;font-size:8px;font-weight:900;display:block}.letterhead-control-card h2{color:#263f64;margin:5px 0 0;font-size:20px;font-weight:950}.letterhead-control-card p{color:#8997a8;max-width:560px;margin:5px 0 0;font-size:9px;font-weight:650;line-height:1.45}.letterhead-toggle{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:110px;min-height:56px;padding:0 12px;font-family:inherit;font-size:11px;font-weight:950;display:inline-flex}.letterhead-toggle--on{color:#fff;background:linear-gradient(135deg,#0bb38d,#32cfa9);box-shadow:0 12px 24px #0faa8533}.letterhead-toggle--off{color:#69788e;background:#eef2f7;border:1px solid #dce4ec}.letterhead-info-box{background:#f4fbf8;border:1px solid #dcefe8;border-radius:13px;align-items:flex-start;gap:10px;padding:13px;display:flex}.letterhead-info-box__icon{color:#08a67e;background:#e7f8f1;border-radius:11px;flex:0 0 39px;place-items:center;width:39px;height:39px;display:grid}.letterhead-info-box strong{color:#2f5f55;font-size:10px;font-weight:900;display:block}.letterhead-info-box span{color:#829a92;margin-top:4px;font-size:8px;font-weight:650;line-height:1.5;display:block}.letterhead-form-card{background:#fff;border:1px solid #e0e8f0;border-radius:16px;padding:18px}.letterhead-section-title{color:#654de5;align-items:center;gap:9px;margin-bottom:15px;display:flex}.letterhead-section-title h3{color:#2b4467;margin:0;font-size:14px;font-weight:950}.letterhead-section-title p{color:#98a5b5;margin:3px 0 0;font-size:8px;font-weight:650}.letterhead-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.letterhead-form-grid__wide{grid-column:span 2}.letterhead-form-grid label{flex-direction:column;gap:6px;display:flex}.letterhead-form-grid label>span{color:#667891;font-size:9px;font-weight:850}.letterhead-form-grid input{box-sizing:border-box;color:#2a4467;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;height:41px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:750}.letterhead-form-grid input:focus{background:#fff;border-color:#7662ea;box-shadow:0 0 0 4px #6e5ae914}.letterhead-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.letterhead-upload-card{cursor:pointer;background:#fbfdff;border:1px dashed #d6e0ea;border-radius:13px;align-items:center;gap:10px;min-height:82px;padding:13px;display:flex}.letterhead-upload-card:hover{background:#f8fbff;border-color:#bfcce0}.letterhead-upload-card input{display:none}.letterhead-upload-card__icon{color:#4384f4;background:#edf5ff;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.letterhead-upload-card__icon--purple{color:#8b57ec;background:#f3eeff}.letterhead-upload-card strong{color:#314969;font-size:10px;font-weight:900;display:block}.letterhead-upload-card span{color:#97a4b4;margin-top:4px;font-size:8px;font-weight:650;display:block}.letterhead-saved{color:#078f72;background:#f0fbf7;border:1px solid #cfeee1;border-radius:10px;align-items:center;gap:7px;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.letterhead-actions{justify-content:space-between;align-items:center;gap:15px;padding-top:2px;display:flex}.letterhead-security{color:#09a781;align-items:center;gap:8px;display:flex}.letterhead-security strong{color:#526985;font-size:9px;font-weight:900;display:block}.letterhead-security span{color:#9aa6b5;margin-top:2px;font-size:7px;font-weight:650;display:block}.letterhead-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6e3ff0,#27c4dc);border:0;border-radius:10px;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex;box-shadow:0 10px 21px #5c47df2e}.letterhead-save:disabled{opacity:.6;cursor:not-allowed}.letterhead-preview-area{background:#f8fbfe;border:1px solid #e0e8f0;border-radius:17px;align-self:start;min-width:0;padding:16px;position:sticky;top:14px}.letterhead-preview-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;display:flex}.letterhead-preview-head>div:first-child span{color:#6d77eb;letter-spacing:.14em;font-size:8px;font-weight:900;display:block}.letterhead-preview-head h2{color:#2a4467;margin:3px 0 0;font-size:15px;font-weight:950}.letterhead-preview-head__status{color:#079377;background:#eaf9f4;border:1px solid #cfede4;border-radius:999px;align-items:center;gap:6px;min-height:29px;padding:0 9px;font-size:8px;font-weight:850;display:inline-flex}.letterhead-paper-wrap{place-items:center;padding:14px 7px 9px;display:grid}.letterhead-paper{aspect-ratio:210/297;background:#fff;border:1px solid #dbe3eb;width:min(100%,470px);position:relative;overflow:hidden;box-shadow:0 18px 36px #2e415c21}.letterhead-paper__reserved{background:linear-gradient(#fbfcfe,#fff);border-bottom:1px dashed #dde5ed;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.letterhead-paper__reserved--top{height:22%}.letterhead-paper__reserved--bottom{border-top:1px dashed #dde5ed;border-bottom:0;height:20%}.letterhead-paper__reserved--active{background:linear-gradient(#fff,#f7fbff)}.letterhead-paper__reserved>img{object-fit:cover;width:100%;height:100%}.letterhead-paper__reserved>span{color:#a3afbd;letter-spacing:.06em;text-transform:uppercase;font-size:7px;font-weight:800}.letterhead-paper__default-header{align-items:center;gap:9px;display:flex}.letterhead-paper__default-header img{object-fit:contain;width:38px;height:38px}.letterhead-paper__default-header strong{color:#2a4467;font-size:10px;font-weight:950;display:block}.letterhead-paper__default-header span{color:#8796a9;margin-top:2px;font-size:6px;font-weight:750;display:block}.letterhead-paper__body{box-sizing:border-box;height:58%;padding:14px}.letterhead-paper__line{background:#edf1f5;border-radius:99px;height:5px;margin-bottom:8px}.letterhead-paper__line--short{width:58%}.letterhead-paper__line--medium{width:76%}.letterhead-paper__table{grid-template-columns:1fr 1.5fr .7fr;gap:5px;margin-top:18px;display:grid}.letterhead-paper__table span{background:#f1f4f7;border-radius:2px;height:17px}.letterhead-paper__default-footer{color:#8998aa;text-align:center;flex-wrap:wrap;justify-content:center;gap:7px 12px;max-width:85%;font-size:6px;font-weight:750;display:flex}.letterhead-print-note{color:#8190a3;align-items:flex-start;gap:7px;padding-top:10px;font-size:8px;font-weight:650;line-height:1.45;display:flex}.letterhead-print-note svg{color:#6074e9;flex:none}.letterhead-upload-card-wrap{gap:7px;min-width:0;display:grid;position:relative}.letterhead-artwork-delete{color:#d34b64;cursor:pointer;background:#fff7f8;border:1px solid #f0d1d8;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:31px;padding:0 10px;font-family:inherit;font-size:8px;font-weight:900;display:inline-flex}.letterhead-artwork-delete:hover{color:#b72f4a;background:#fff0f3;border-color:#e6b8c2}.letterhead-artwork-delete--top{align-self:center}.letterhead-fullpage-upload{background:#fff;border:1px solid #e0e8f0;border-radius:16px;padding:16px}.letterhead-fullpage-upload__heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:11px;display:flex}.letterhead-fullpage-upload__heading>div{min-width:0}.letterhead-fullpage-upload__heading>div>span{color:#6d77eb;letter-spacing:.14em;font-size:8px;font-weight:900;display:block}.letterhead-fullpage-upload__heading h3{color:#2b4467;margin:4px 0 0;font-size:14px;font-weight:950}.letterhead-fullpage-upload__heading p{color:#95a2b2;max-width:720px;margin:4px 0 0;font-size:8px;font-weight:650;line-height:1.5}.letterhead-fullpage-dropzone{cursor:pointer;background:linear-gradient(#fbfdff,#f5f9fc);border:1px dashed #cfdbe7;border-radius:13px;width:100%;min-height:145px;display:block;position:relative;overflow:hidden}.letterhead-fullpage-dropzone input{display:none}.letterhead-fullpage-dropzone:hover{background:#f7fbff;border-color:#acbdd0}.letterhead-fullpage-empty{color:#6b7f9d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:145px;display:flex}.letterhead-fullpage-empty svg{color:#6c5be8}.letterhead-fullpage-empty strong{color:#304a6b;font-size:10px;font-weight:900}.letterhead-fullpage-empty span{color:#98a5b4;font-size:8px;font-weight:650}.letterhead-fullpage-preview{position:absolute;inset:0}.letterhead-fullpage-preview img{object-fit:fill;width:100%;height:100%;display:block}.letterhead-fullpage-preview__overlay{opacity:0;color:#fff;background:#18253e6b;place-items:center;font-size:10px;font-weight:900;transition:opacity .16s;display:grid;position:absolute;inset:0}.letterhead-fullpage-preview:hover .letterhead-fullpage-preview__overlay{opacity:1}.letterhead-paper--full-artwork{background:#fff}.letterhead-paper__full-artwork-hit-area{z-index:6;position:absolute;inset:0}.letterhead-paper__off-preview{z-index:2;background:#fff;position:absolute;inset:0}@media (width<=1120px){.letterhead-layout{grid-template-columns:1fr}.letterhead-preview-area{position:static}}@media (width<=720px){.letterhead-fullpage-upload__heading{flex-direction:column}.letterhead-artwork-delete--top{align-self:flex-start}.letterhead-header,.letterhead-control-card,.letterhead-actions{flex-direction:column;align-items:flex-start}.letterhead-back,.letterhead-save{justify-content:center;width:100%}.letterhead-form-grid,.letterhead-upload-grid{grid-template-columns:1fr}.letterhead-form-grid__wide{grid-column:span 1}.letterhead-toggle{align-self:stretch}}.letterhead-delete-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;margin-top:10px;display:flex}.letterhead-delete-row>span{color:#98a5b4;font-size:8px;font-weight:650}.letterhead-error{color:#cc3e58;background:#fff5f7;border:1px solid #ffd0d8;border-radius:10px;align-items:center;gap:7px;padding:11px 13px;font-size:9px;font-weight:850;display:flex}.letterhead-paper{isolation:isolate;background:#fff;position:relative}.letterhead-paper__full-artwork{z-index:0;object-fit:fill;width:100%;height:100%;display:block;position:absolute;inset:0}.letterhead-paper__safe-area{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:0;right:0}.letterhead-paper__safe-area--top{height:12.8283%;top:0}.letterhead-paper__safe-area--bottom{height:12.8283%;bottom:0}.letterhead-paper__safe-area span{color:#68788c80;letter-spacing:.05em;background:#fff9;border:1px dashed #6b7d9738;border-radius:999px;padding:4px 7px;font-size:6px;font-weight:900;display:none}.letterhead-paper__document-preview{z-index:3;pointer-events:none;flex-direction:column;padding-top:8px;display:flex;position:absolute;inset:15% 8%}.letterhead-paper__document-title{color:#294365c7;letter-spacing:.08em;font-size:8px;font-weight:950}.letterhead-paper__document-line{background:#d9e2ebb8;border-radius:99px;width:100%;height:4px;margin-top:10px}.letterhead-paper__document-line--short{width:62%;margin-top:6px}.letterhead-paper__document-table{grid-template-columns:2fr .65fr 1fr 1fr;gap:4px;margin-top:19px;display:grid}.letterhead-paper__document-table span{background:#ebf0f5c7;border-radius:3px;height:14px}.letterhead-paper__off-label{z-index:4;color:#8c9aac;white-space:nowrap;background:#ffffffeb;border:1px solid #d9e2ebd9;border-radius:999px;padding:7px 10px;font-size:7px;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=720px){.letterhead-delete-row{flex-direction:column;align-items:flex-start}.letterhead-delete-row>span{line-height:1.45}}.license-status-page{width:100%;max-width:1680px;margin:0 auto}.license-status-shell{background:radial-gradient(circle at 100% 0,#5a46eb14,#0000 28%),radial-gradient(circle at 0 100%,#1fc4e014,#0000 25%),linear-gradient(145deg,#fff,#fbfdff);border:1px solid #dfe7ef;border-radius:22px;padding:22px;position:relative;overflow:hidden;box-shadow:0 20px 45px #203d6c12}.license-status-topbar{border-bottom:1px solid #e6edf4;justify-content:space-between;align-items:center;gap:16px;padding-bottom:18px;display:flex}.license-status-brand{align-items:center;gap:12px;display:flex}.license-status-brand__icon{color:#6752ec;background:#f0edff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.license-status-brand span,.license-status-eyebrow{color:#6a74ed;letter-spacing:.16em;font-size:8px;font-weight:900;display:block}.license-status-brand h1{color:#203d6c;margin:3px 0 0;font-size:24px;font-weight:950}.license-status-actions{align-items:center;gap:8px;display:flex}.license-status-button{color:#4e6480;cursor:pointer;background:#fff;border:1px solid #dbe4ed;border-radius:10px;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-family:inherit;font-size:9px;font-weight:850;display:inline-flex}.license-status-button:hover:not(:disabled){color:#604ce2;border-color:#c9d5e3}.license-status-button--ghost{background:#fbfcff}.license-status-button:disabled{opacity:.55;cursor:not-allowed}.license-status-hero{justify-content:space-between;align-items:flex-end;gap:20px;padding:28px 6px 22px;display:flex}.license-status-hero__copy h2{color:#203d6c;letter-spacing:-.03em;margin:8px 0 0;font-size:clamp(28px,3vw,46px);font-weight:950;line-height:1}.license-status-hero__copy h2 span{color:#6f42ef}.license-status-hero__copy p{color:#8d9aac;max-width:700px;margin:10px 0 0;font-size:11px;font-weight:650}.license-status-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 13px;font-size:9px;font-weight:900;display:inline-flex}.license-status-pill--active{color:#079b73;background:#e9fbf4;border:1px solid #cbeee1}.license-status-pill--inactive{color:#d84b64;background:#fff0f3;border:1px solid #ffd6de}.license-status-pill__dot{background:currentColor;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #08a8801a}.license-overview-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:15px;display:grid}.license-info-panel,.license-days-panel,.license-detail-card{background:#ffffffe0;border:1px solid #e1e9f1;border-radius:17px}.license-info-panel{padding:19px}.license-info-panel__heading{align-items:center;gap:10px;display:flex}.license-info-panel__icon{color:#6a57e9;background:#f0edff;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.license-info-panel__heading h3{color:#2b4467;margin:0;font-size:14px;font-weight:950}.license-info-panel__heading p{color:#9aa7b6;margin:3px 0 0;font-size:8px;font-weight:650}.license-date-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:17px;display:grid}.license-date-box{background:#f8fbff;border:1px solid #e4ebf2;border-radius:12px;padding:14px}.license-date-box span,.license-detail-card>div:last-child>span{color:#8795a8;letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.license-date-box strong{color:#263f64;margin-top:7px;font-size:14px;font-weight:900;display:block}.license-progress{margin-top:18px}.license-progress__labels{color:#7f8ea1;justify-content:space-between;gap:12px;font-size:8px;font-weight:800;display:flex}.license-progress__labels strong{color:#6250e6}.license-progress__track{background:#edf2f7;border-radius:999px;height:8px;margin-top:8px;overflow:hidden}.license-progress__track span{border-radius:inherit;background:linear-gradient(90deg,#7041ed,#2bc7df);height:100%;display:block;box-shadow:0 0 15px #4a6ceb2e}.license-days-panel{text-align:center;background:radial-gradient(circle at 50% 0,#7852ff1f,#0000 48%),linear-gradient(160deg,#14101d,#100f15);border-color:#211d2b;flex-direction:column;justify-content:center;align-items:center;min-height:235px;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f}.license-days-panel:before{content:"";background:linear-gradient(90deg,#8136ef,#13c9e1);height:3px;position:absolute;inset:auto 0 0}.license-days-panel__caption{color:#8f8798;letter-spacing:.14em;align-items:center;gap:7px;font-size:9px;font-weight:800;display:inline-flex}.license-days-panel__number{letter-spacing:-.05em;background:linear-gradient(90deg,#ec008c,#6d62ef,#06c9ec);color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:4px;font-size:clamp(64px,7vw,96px);font-weight:950;line-height:.92}.license-days-panel__label{color:#766d7c;letter-spacing:.12em;margin-top:6px;font-size:14px;font-weight:800}.license-days-panel__mini{color:#7fe0c7;background:#10b48f17;border:1px solid #10b48f33;border-radius:999px;align-items:center;gap:6px;margin-top:20px;padding:8px 11px;font-size:8px;font-weight:800;display:inline-flex}.license-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:15px;display:grid}.license-detail-card{align-items:flex-start;gap:11px;min-height:102px;padding:14px;display:flex}.license-detail-card__icon{border-radius:12px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.license-detail-card__icon--purple{color:#7d55ef;background:#f2edff}.license-detail-card__icon--blue{color:#4388f7;background:#edf5ff}.license-detail-card__icon--green{color:#08a67f;background:#e9faf5}.license-detail-card__icon--cyan{color:#12a9d1;background:#e9f8fc}.license-detail-card strong{color:#294263;margin-top:5px;font-size:11px;font-weight:900;display:block}.license-detail-card small{color:#9aa7b6;margin-top:3px;font-size:8px;font-weight:650;display:block}.license-status-footer{color:#8f9dad;border-top:1px solid #e6edf4;justify-content:space-between;align-items:center;gap:12px;margin-top:17px;padding-top:14px;font-size:8px;font-weight:750;display:flex}.license-status-footer__secure{color:#6b819a;align-items:center;gap:6px;display:inline-flex}.license-status-footer__secure svg{color:#0aa781}.license-spin{animation:.85s linear infinite license-spin}@keyframes license-spin{to{transform:rotate(360deg)}}@media (width<=1200px){.license-overview-grid{grid-template-columns:1fr}.license-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.license-status-topbar,.license-status-hero{flex-direction:column;align-items:flex-start}.license-status-actions{width:100%}.license-status-button{flex:1;justify-content:center}.license-date-grid,.license-detail-grid{grid-template-columns:1fr}}@media (width<=520px){.license-status-shell{border-radius:17px;padding:15px}.license-status-brand h1{font-size:21px}.license-status-hero__copy h2{font-size:28px}.license-status-footer{flex-direction:column;align-items:flex-start}}.settings-page{width:100%;max-width:1750px;margin:0 auto}.settings-page__header{padding:4px 2px 18px}.settings-page__eyebrow{color:#6674ee;letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px;font-size:8px;font-weight:900;display:block}.settings-page__header h1{color:#203d6c;letter-spacing:-.025em;margin:0;font-size:clamp(28px,2.5vw,38px);font-weight:950;line-height:1}.settings-page__header p{color:#8a98aa;margin:7px 0 0;font-size:11px;font-weight:650;line-height:1.35}.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.settings-card{box-sizing:border-box;color:#203d6c;background:linear-gradient(145deg,#fff,#fbfdff);border:1px solid #e0e8f0;border-radius:17px;align-items:center;gap:15px;min-height:148px;padding:18px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 27px #2b405f0b}.settings-card:before{content:"";pointer-events:none;background:#6874f00d;border-radius:50%;width:110px;height:110px;position:absolute;top:-48px;right:-42px}.settings-card:hover{border-color:#ccd7e5;transform:translateY(-3px);box-shadow:0 17px 32px #2b405f17}.settings-card__icon{border-radius:15px;flex:0 0 58px;place-items:center;width:58px;height:58px;transition:transform .18s,color .18s,background .18s;display:grid}.settings-card:hover .settings-card__icon{transform:scale(1.06)}.settings-card--blue .settings-card__icon{color:#4184fa;background:#edf5ff}.settings-card--purple .settings-card__icon{color:#8a5cf6;background:#f3eeff}.settings-card--pink .settings-card__icon{color:#ef4fa3;background:#fff0f8}.settings-card--green .settings-card__icon{color:#0aaa88;background:#eafaf5}.settings-card--orange .settings-card__icon{color:#e89a16;background:#fff5e7}.settings-card__content{flex:1;min-width:0}.settings-card__content h2{color:#263f64;margin:0;font-size:16px;font-weight:950;line-height:1.15}.settings-card__content p{color:#8b98aa;max-width:340px;margin:6px 0 0;font-size:9px;font-weight:650;line-height:1.45}.settings-card__arrow{color:#a0aec0;flex:none;transition:transform .18s,color .18s}.settings-card:hover .settings-card__arrow{color:#6674ee;transform:translate(3px,-3px)}@media (width>=1500px){.settings-grid{gap:17px}.settings-card{min-height:158px;padding:20px}.settings-card__content h2{font-size:17px}.settings-card__content p{font-size:10px}}@media (width<=1100px){.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.settings-grid{grid-template-columns:1fr;gap:11px}.settings-page__header{padding-bottom:14px}.settings-page__header h1{font-size:29px}.settings-page__header p{font-size:10px}.settings-card{min-height:122px;padding:15px}.settings-card__icon{flex-basis:50px;width:50px;height:50px}}.webmail-page{width:100%;max-width:1750px;margin:0 auto}.webmail-shell{background:#fff;border:1px solid #dfe7ef;border-radius:21px;overflow:hidden;box-shadow:0 20px 45px #253c5f12}.webmail-header{border-bottom:1px solid #e4ebf2;justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.webmail-brand{align-items:center;gap:12px;display:flex}.webmail-brand__icon{color:#4386f8;background:#edf5ff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.webmail-brand>div>span,.wm-modal header span{color:#6f77ec;letter-spacing:.15em;font-size:8px;font-weight:950;display:block}.webmail-brand h1{color:#203d6c;margin:4px 0;font-size:26px;font-weight:950}.webmail-brand p{color:#8c99aa;margin:0;font-size:10px}.webmail-header__actions{flex-wrap:wrap;gap:7px;display:flex}.wm-btn{cursor:pointer;border:1px solid #dce5ed;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:900;display:inline-flex}.wm-btn--ghost{color:#60738b;background:#fff}.wm-btn--primary{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border-color:#0000}.wm-btn:disabled{opacity:.5;cursor:not-allowed}.wm-alert{border-radius:10px;align-items:center;gap:8px;margin:13px 18px 0;padding:11px 13px;font-size:9px;display:flex}.wm-alert span{flex:1}.wm-alert button{background:0 0;border:0}.wm-alert--error{color:#cf3f58;background:#fff5f7;border:1px solid #ffd0d9}.wm-alert--success{color:#078e6d;background:#effbf7;border:1px solid #c8eadf}.wm-empty{text-align:center;align-content:center;place-items:center;gap:8px;min-height:430px;padding:30px;display:grid}.wm-empty__icon{color:#6254e8;background:#f0edff;border-radius:17px;place-items:center;width:58px;height:58px;display:grid}.wm-empty h2{color:#294365;margin:5px 0 0;font-size:20px}.wm-empty p,.wm-empty span{color:#95a2b1;max-width:450px;font-size:9px;line-height:1.55}.wm-workspace{grid-template-columns:235px minmax(0,1fr) 430px;min-height:700px;display:grid}.wm-sidebar{background:#fbfdff;border-right:1px solid #e6edf3;padding:14px 12px}.wm-account{background:#fff;border:1px solid #e0e8f0;border-radius:12px;gap:9px;padding:9px;display:flex}.wm-account>div{color:#6355e8;background:#f0edff;border-radius:10px;place-items:center;width:35px;height:35px;display:grid}.wm-account strong,.wm-account span{display:block}.wm-account strong{color:#304b6c;font-size:9px}.wm-account span{color:#94a1ae;text-overflow:ellipsis;white-space:nowrap;max-width:150px;margin-top:3px;font-size:7px;overflow:hidden}.wm-compose{color:#fff;background:linear-gradient(135deg,#6f3ff0,#28c4dc);border:0;border-radius:10px;width:100%;height:40px;margin:12px 0;font-family:inherit;font-size:9px;font-weight:900}.wm-sidebar nav{gap:4px;display:grid}.wm-sidebar nav button{color:#60738b;text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:20px 1fr auto;align-items:center;gap:7px;height:38px;padding:0 10px;font-family:inherit;font-size:9px;display:grid}.wm-sidebar nav button.is-active{color:#5b4dde;background:#f0edff;border-color:#d9d7ff}.wm-sidebar nav em{color:#fff;background:#6254e8;border-radius:99px;place-items:center;min-width:20px;height:20px;font-size:7px;font-style:normal;display:grid}.wm-sidebar__foot{color:#8493a4;gap:6px;margin-top:18px;font-size:7px;line-height:1.45;display:flex}.wm-sidebar__foot svg{color:#0aa680;flex:none}.wm-list{flex-direction:column;min-width:0;display:flex}.wm-list>header{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.wm-list>header span,.wm-reader header span{color:#6d76ea;letter-spacing:.12em;font-size:8px;font-weight:900;display:block}.wm-list>header h2,.wm-reader header h2{color:#294365;margin:3px 0 0;font-size:13px}.wm-list>header small{color:#8190a2;font-size:8px}.wm-rows{flex:1}.wm-row{cursor:pointer;border-bottom:1px solid #edf1f5;align-items:center;gap:10px;padding:12px 13px;display:flex}.wm-row:hover{background:#fbfdff}.wm-row.is-unread{background:#f7f8ff}.wm-avatar{color:#4386f8;background:#edf5ff;border-radius:11px;flex:none;place-items:center;width:37px;height:37px;font-size:11px;font-weight:950;display:grid}.wm-row__main{flex:1;min-width:0}.wm-row__top{justify-content:space-between;gap:10px;display:flex}.wm-row__top strong{color:#526a84;font-size:9px}.wm-row__top time{color:#93a0ae;font-size:7px}.wm-row__main h3{white-space:nowrap;text-overflow:ellipsis;color:#38516f;margin:4px 0 0;font-size:9px;overflow:hidden}.wm-row__main p{white-space:nowrap;text-overflow:ellipsis;color:#8c99a8;margin:4px 0 0;font-size:7px;overflow:hidden}.wm-row__right{color:#8b98a7}.wm-pagination{color:#8897a5;border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;padding:10px 13px;font-size:8px;display:flex}.wm-pagination div{gap:5px;display:flex}.wm-pagination button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;width:29px;height:29px}.wm-pagination button:disabled{opacity:.45}.wm-reader{border-left:1px solid #e6edf3;flex-direction:column;min-width:0;display:flex}.wm-reader>header{border-bottom:1px solid #e7edf3;justify-content:space-between;gap:10px;padding:15px 16px;display:flex}.wm-reader>header button{background:#fff;border:1px solid #dfe7ef;border-radius:8px;width:31px;height:31px}.wm-reader__tools{border-bottom:1px solid #edf1f5;gap:5px;padding:9px;display:flex}.wm-reader__tools button{color:#62778f;background:#fff;border:1px solid #dce5ed;border-radius:8px;align-items:center;gap:5px;height:30px;padding:0 8px;font-family:inherit;font-size:7px;font-weight:850;display:inline-flex}.wm-reader__meta{border-bottom:1px solid #edf1f5;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;padding:12px;display:grid}.wm-reader__avatar{color:#4386f8;background:#edf5ff;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:950;display:grid}.wm-reader__meta strong,.wm-reader__meta span,.wm-reader__meta small{display:block}.wm-reader__meta strong{color:#38516f;font-size:8px}.wm-reader__meta span,.wm-reader__meta small{color:#8e9aaa;margin-top:2px;font-size:6px}.wm-reader__meta time{color:#929fad;font-size:7px}.wm-reader__body{flex:1;min-height:330px;padding:14px;overflow:auto}.wm-reader__body iframe{border:0;width:100%;height:100%;min-height:370px}.wm-reader__body pre{white-space:pre-wrap;color:#556b83;font-family:inherit;font-size:9px;line-height:1.6}.wm-reader__attach{border-top:1px solid #edf1f5;padding:10px 13px}.wm-reader__attach span{color:#6d76ea;font-size:7px;font-weight:900;display:block}.wm-reader__attach div{color:#71859a;border:1px solid #dfe7ef;border-radius:8px;align-items:center;gap:6px;margin-top:6px;padding:7px 9px;font-size:7px;display:inline-flex}.wm-backdrop{z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141f307a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.wm-modal{background:#fff;border-radius:20px;flex-direction:column;width:min(900px,100%);max-height:94vh;display:flex;overflow:hidden;box-shadow:0 30px 75px #1221393d}.wm-modal--setup{width:min(980px,100%)}.wm-modal>header{border-bottom:1px solid #e5edf4;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;display:flex}.wm-modal>header h2{color:#263f64;margin:4px 0;font-size:21px}.wm-modal>header p{color:#8b99aa;margin:0;font-size:9px}.wm-modal>header>button{background:#fff;border:1px solid #dfe7ef;border-radius:10px;width:36px;height:36px}.wm-form,.wm-compose-form{padding:18px 20px 0;overflow:auto}.wm-form>section{background:#fbfdff;border:1px solid #e1e9ef;border-radius:14px;margin-bottom:12px;padding:14px}.wm-form h3{color:#324c6e;margin:0;font-size:10px}.wm-grid{gap:11px;margin-top:11px;display:grid}.wm-grid--2{grid-template-columns:1fr 1fr}.wm-grid--4{grid-template-columns:2fr .8fr 1fr 1.4fr}.wm-grid label,.wm-compose-form>label{color:#63758c;flex-direction:column;gap:5px;font-size:8px;font-weight:900;display:flex}.wm-grid input,.wm-grid select,.wm-compose-form input,.wm-compose-form textarea{box-sizing:border-box;background:#fbfcfe;border:1px solid #dbe4ed;border-radius:10px;outline:0;width:100%;font-family:inherit;font-size:10px;font-weight:700}.wm-grid input,.wm-grid select,.wm-compose-form input{height:42px;padding:0 11px}.wm-compose-form textarea{resize:vertical;padding:11px}.wm-grid .span2{grid-column:span 2}.wm-form>footer,.wm-compose-form>footer{border-top:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:10px;padding:14px 0 20px;display:flex}.wm-form>footer>div{color:#0aa680;align-items:center;gap:6px;font-size:8px;display:flex}.wm-form>footer>aside,.wm-compose-form>footer>aside{gap:7px;display:flex}.wm-compose-form>label{margin-bottom:11px}.wm-files{gap:6px;margin-bottom:12px;display:grid}.wm-files>div{color:#687d94;border:1px solid #dfe7ef;border-radius:8px;align-items:center;gap:7px;padding:7px 9px;font-size:8px;display:flex}.wm-files div button{background:0 0;border:0;margin-left:auto}.wm-compose-form>footer>div{display:flex}.wm-spin{animation:.9s linear infinite wm-spin}@keyframes wm-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.wm-workspace{grid-template-columns:220px minmax(0,1fr)}.wm-reader{border-top:1px solid #e6edf3;border-left:0;grid-column:1/-1;min-height:500px}.webmail-header{flex-direction:column}.webmail-header__actions{width:100%}}@media (width<=850px){.wm-workspace{grid-template-columns:1fr}.wm-sidebar{border-bottom:1px solid #e6edf3;border-right:0}.wm-grid--4{grid-template-columns:1fr 1fr}.wm-grid--4 .span2{grid-column:span 2}.wm-sidebar nav{grid-template-columns:1fr 1fr}}@media (width<=650px){.webmail-header__actions{grid-template-columns:1fr 1fr;display:grid}.webmail-header__actions .wm-btn{width:100%}.webmail-header__actions .wm-btn--primary{grid-column:1/-1}.wm-grid--4,.wm-grid--2{grid-template-columns:1fr}.wm-grid .span2{grid-column:1}.wm-form>footer,.wm-compose-form>footer{flex-direction:column;align-items:flex-start}.wm-form>footer>aside,.wm-compose-form>footer>aside{justify-content:flex-end;width:100%}}:root{--color-page:#f4f7fb;--color-surface:#fff;--color-surface-soft:#f8fafc;--color-sidebar:#fff;--color-border:#e7ebf2;--color-text:#203d6c;--color-text-muted:#7d8ba0;--color-text-soft:#94a1b5;--color-brand-primary:#6673f4;--color-brand-secondary:#27c8e7;--color-success:#19b98a;--color-warning:#f5af24;--color-danger:#ef5368;--color-info:#4587f5;--gradient-brand:linear-gradient(135deg, #7c3aed 0%, #6673f4 52%, #28c8e8 100%);--gradient-brand-soft:linear-gradient(135deg, #7c3aed14, #28c8e80f);--shadow-card:0 12px 35px #283f5f0f;--shadow-brand:0 11px 24px #5b5cdc38;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--content-max-width:1700px;--transition-fast:.16s ease;--transition-normal:.22s ease;font-family:"Exo 2",sans-serif}*,:before,:after{box-sizing:border-box}html{background:#f4f7fb;width:100%;min-width:320px;min-height:100%;overflow-x:hidden}body{color:#203d6c;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#f4f7fb;width:100%;min-width:320px;min-height:100vh;margin:0;font-family:"Exo 2",sans-serif;overflow-x:hidden}body,button,input,textarea,select{font-family:"Exo 2",sans-serif}button,input,textarea,select{font-size:inherit}button{border:0}a{color:inherit}img{max-width:100%;display:block}#root{width:100%;min-height:100vh}body{line-height:1.5}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1,h2,h3,h4{letter-spacing:-.02em}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-danger{color:var(--color-danger)}.text-info{color:var(--color-info)}.text-muted{color:var(--color-text-muted)}.full-width{width:100%}.hidden{display:none!important}
