:root {
    --brand-red: #bc000a;
    --brand-red-hover: #9c0008;
    --text-dark: #000000;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    background-color: #ffffff;
}

.btn-brand {
    background-color: var(--brand-red);
    border-color: var(--brand-red);
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-brand:hover {
    background-color: var(--brand-red-hover);
    border-color: var(--brand-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(188, 0, 10, 0.2);
}

.text-brand {
    color: var(--brand-red);
}

.premium-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.premium-card:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.hero-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-title {
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
}

.nav-link {
    color: #495057;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: var(--brand-red);
}

.btn-outline-brand {
    border: 1.5px solid var(--brand-red);
    color: var(--brand-red);
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-outline-brand:hover {
    background-color: var(--brand-red);
    color: white;
}

.bg-brand { background-color: var(--brand-red) !important; }
.border-brand { border-color: var(--brand-red) !important; }

/* ── Invoice Print Styles ── */
@media print {
    .no-print, .sidebar, .topbar, .btn, nav, footer { display: none !important; }
    .main-content { display: block !important; }
    .content-area { padding: 0 !important; }
    body { background: white !important; }
    .invoice-print-wrapper { box-shadow: none !important; border: none !important; }
}

.invoice-print-wrapper {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 40px 48px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.invoice-header-brand {
    border-bottom: 3px solid var(--brand-red);
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.invoice-table thead th {
    background-color: #f9f9f9;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    padding: 12px 16px;
}

.invoice-table td {
    padding: 12px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}

.status-badge-draft    { background: #f0f0f0; color: #6c757d; }
.status-badge-posted   { background: #e8f0fe; color: #1a73e8; }
.status-badge-paid     { background: #e6f4ea; color: #188038; }
.status-badge-cancelled{ background: #fce8e6; color: #c5221f; }

/* Public landing page */
.saptone-logo{position:relative;display:inline-flex;flex-direction:column;width:165px;height:68px;line-height:1;color:#090909;font-family:Georgia,'Times New Roman',serif}.saptone-logo .logo-word{font-size:35px;font-weight:700;letter-spacing:-2.4px;white-space:nowrap}.saptone-logo .logo-word b{color:#d20d17;font-weight:700}.saptone-logo .logo-product{position:absolute;right:8px;top:36px;font-family:Inter,sans-serif;font-size:15px;letter-spacing:0}.saptone-logo .logo-rule{position:absolute;left:0;top:49px;width:139px;border-top:1px solid #bbb}.saptone-logo .logo-tagline{position:absolute;left:16px;bottom:0;color:#d20d17;font-family:Inter,sans-serif;font-size:11px;letter-spacing:1px;white-space:nowrap}.navbar-brand{text-decoration:none}.footer-brand>a{text-decoration:none}.footer-brand .saptone-logo{transform:scale(.83);transform-origin:left top;margin-bottom:-2px}
.landing-container{max-width:1440px;margin:0 auto;padding-left:52px;padding-right:52px}.landing-header{border-bottom:1px solid #e8e8e8}.landing-header .navbar{min-height:106px}.landing-header .navbar-brand{min-width:315px}.landing-header .navbar-nav{width:100%;gap:16px}.landing-header .nav-link{color:#111;font-size:14px}.landing-login{border-color:#d5d8dc;color:#111;border-radius:9px;min-width:98px}.landing-header .btn-brand{border-radius:9px;padding:11px 25px!important;margin-left:0!important}.landing-page{overflow:hidden;background:#fff}.landing-hero{padding:48px 0 32px}.hero-copy{position:relative;z-index:2}.hero-pill{display:inline-flex;align-items:center;gap:9px;background:#fff0f0;color:#d60c17;border-radius:30px;padding:8px 15px;font-size:13px;margin-bottom:25px}.hero-pill i{width:4px;height:4px;background:#d60c17;border-radius:50%}.hero-copy h1{font-size:52px;line-height:1.28;letter-spacing:-2.5px;font-weight:750;margin-bottom:17px;color:#090909}.hero-copy h1 span{color:#df151d}.hero-lead{font-size:17px;line-height:1.75;color:#65676c;max-width:570px;margin-bottom:25px}.hero-checks{display:flex;flex-wrap:wrap;column-gap:33px;row-gap:20px;color:#45474b;font-size:14px;max-width:630px}.hero-checks i{color:#df101a;margin-right:8px}.hero-actions{display:flex;gap:15px;margin-top:34px}.hero-actions .btn{height:52px;min-width:190px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.btn-demo{border:1px solid #8b8e92;background:#fff;color:#111}.btn-demo:hover{border-color:#bc000a;color:#bc000a}.btn-demo i{font-size:20px;margin-right:9px}.hero-notes{display:flex;gap:38px;color:#85878b;font-size:13px;margin-top:18px}.hero-notes i{margin-right:9px;font-size:16px}.dashboard-stage{position:relative;min-height:520px;padding:40px 20px 25px 4px}.red-shape{position:absolute;width:380px;height:300px;background:#db171e;border-radius:48% 48% 30% 45%;right:-35px;top:0}.soft-circle{position:absolute;width:245px;height:245px;border-radius:50%;background:#fff0f0;left:-65px;bottom:0}.dot-grid{position:absolute;width:100px;height:110px;right:-48px;top:245px;background-image:radial-gradient(#f1a4a7 2px,transparent 2px);background-size:18px 18px}.dashboard-frame{position:relative;z-index:2;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 16px 40px rgba(18,26,33,.16);border:1px solid #e7e9ec}.dashboard-frame img{display:block;width:100%;height:455px;object-fit:cover;object-position:left top}.feature-band{padding:0 0 34px}.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #e2e3e5;border-radius:15px;box-shadow:0 8px 22px rgba(0,0,0,.05);padding:16px 0;background:#fff}.feature-item{text-align:center;padding:8px 25px;border-right:1px solid #ececee}.feature-item:last-child{border-right:0}.feature-item>i{display:block;font-size:30px;color:#dc1019;margin-bottom:9px}.feature-item strong{display:block;font-size:14px;margin-bottom:5px}.feature-item p{font-size:12px;color:#777a80;line-height:1.45;margin:0}.trust-section{padding:0 0 42px}.trust-card{border:1px solid #e5e6e8;border-radius:15px;padding:11px 18px 17px;box-shadow:0 8px 22px rgba(0,0,0,.05)}.trust-card h2{text-align:center;font-size:18px;font-weight:700;margin:0 0 14px}.trust-card h2 span,.metric-row b{color:#df101a}.trust-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.company-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;flex:1}.company-row>div{height:58px;border:1px solid #e6e7e9;border-radius:7px;padding:9px 12px;font-size:11px;line-height:1.05;display:flex;align-items:center;gap:6px}.company-row b{color:#df101a;font-size:23px}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;flex:1.2}.metric-row>div{display:flex;align-items:center;gap:10px}.metric-row>div>i{font-size:22px;background:#f5f5f6;border-radius:50%;padding:8px;color:#151515}.metric-row span{display:flex;flex-direction:column}.metric-row b{font-size:18px}.metric-row small{font-size:11px;color:#888;white-space:nowrap}
@media(max-width:1100px){.landing-container{padding-left:28px;padding-right:28px}.landing-header .navbar-brand{min-width:auto}.hero-copy h1{font-size:43px}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-item:nth-child(3){border-right:0}.trust-content{flex-direction:column}.company-row,.metric-row{width:100%}}
@media(max-width:767px){.landing-container{padding-left:18px;padding-right:18px}.landing-header .navbar{min-height:76px}.landing-header .navbar-brand img{height:44px}.landing-header .navbar-nav{gap:4px;padding:16px 0}.hero-copy h1{font-size:38px;letter-spacing:-1.5px}.landing-hero{padding-top:32px}.hero-actions,.hero-notes{flex-direction:column;gap:12px}.hero-actions .btn{width:100%}.dashboard-stage{min-height:auto;padding:30px 0}.dashboard-frame img{height:auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-item{border-bottom:1px solid #ececee}.feature-item:nth-child(even){border-right:0}.company-row{grid-template-columns:repeat(2,1fr)}.metric-row{grid-template-columns:repeat(2,1fr)}}

/* Shared public footer */
.landing-footer{background:#fff;border-top:1px solid #ececee;padding:54px 0 18px;color:#444}.footer-grid{display:grid;grid-template-columns:1.65fr repeat(4,1fr);gap:70px}.footer-brand img{width:135px;height:auto;margin-bottom:10px}.footer-brand p{max-width:260px;font-size:13px;line-height:1.55;color:#62656a;margin:0 0 17px}.footer-socials{display:flex;gap:13px}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:#475569;color:#fff;font-size:13px;text-decoration:none;transition:background .2s,transform .2s}.footer-socials a:hover{background:#d3121c;transform:translateY(-2px)}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-column h2{font-size:14px;font-weight:700;color:#141414;margin:4px 0 3px}.footer-column a{font-size:13px;color:#5f6267;text-decoration:none}.footer-column a:hover,.footer-column .footer-highlight{color:#dd111b}.footer-copyright{text-align:center;color:#74777c;font-size:12px;margin:39px 0 0}
@media(max-width:1100px){.footer-grid{gap:32px}}
@media(max-width:767px){.landing-footer{padding-top:38px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:34px 26px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:360px}.footer-copyright{margin-top:32px}}
@media(max-width:420px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}

/* Dynamic pricing page */
.landing-header .nav-link.active{color:#d71019!important}.pricing-page{position:relative;overflow:hidden;background:#fff;padding-bottom:34px}.pricing-decoration{position:absolute;pointer-events:none}.pricing-decoration.dots{left:5px;top:56px;width:90px;height:100px;background-image:radial-gradient(#efb6b8 2px,transparent 2px);background-size:17px 17px}.pricing-decoration.arc{right:-125px;top:0;width:280px;height:370px;border:65px solid #fdeced;border-radius:50%;border-left-color:transparent;transform:rotate(18deg)}.pricing-hero{text-align:center;position:relative;z-index:1;padding-top:8px}.pricing-kicker{display:inline-block;background:#fff0f0;color:#dc111b;padding:6px 14px;border-radius:20px;font-size:12px;margin-bottom:11px}.pricing-hero h1{font-size:41px;line-height:1.2;letter-spacing:-1.5px;font-weight:750;margin:0 0 12px}.pricing-hero h1 span{color:#d80f18}.pricing-hero>p{font-size:14px;color:#62656a;line-height:1.45;margin-bottom:14px}.billing-switch{display:inline-flex;border:1px solid #d8dadd;border-radius:9px;overflow:hidden;background:#fff}.billing-switch button{border:0;background:#fff;min-width:130px;padding:10px 16px;font-size:12px;font-weight:600}.billing-switch button.active{background:#dc0711;color:#fff}.pricing-content{position:relative;z-index:1;padding-top:12px}.pricing-empty{text-align:center;padding:55px;border:1px solid #e5e5e5;border-radius:14px;color:#73767a}.pricing-grid{display:grid;grid-template-columns:repeat(var(--plan-count),minmax(0,1fr));gap:22px;align-items:stretch}.pricing-card{position:relative;border:1px solid #e2e4e7;border-radius:13px;padding:19px 24px 18px;min-height:430px;display:flex;flex-direction:column;background:#fff;box-shadow:0 5px 16px rgba(20,25,30,.06)}.pricing-card.featured{border-color:#e00d17;padding-top:38px}.popular-ribbon{position:absolute;left:-1px;right:-1px;top:-7px;height:26px;border-radius:12px 12px 0 0;background:#db0812;color:#fff;text-align:center;font-size:11px;line-height:26px}.plan-heading{display:flex;gap:16px;align-items:flex-start;min-height:70px}.plan-icon{flex:0 0 55px;height:55px;border-radius:12px;background:#fff0f0;color:#df111b;display:inline-flex;align-items:center;justify-content:center;font-size:27px}.plan-heading h2{font-size:18px;margin:1px 0 5px;font-weight:700}.plan-heading p{font-size:12px;color:#64676c;line-height:1.45;margin:0}.plan-price{display:flex;align-items:baseline;gap:6px;margin:10px 0 8px;min-height:40px}.plan-price strong{font-size:29px;line-height:1;font-weight:750}.plan-price.highlight strong{color:#d90e18}.plan-price em{font-size:12px;color:#797c80;font-style:normal}.plan-price small{display:block;align-self:flex-end;font-size:11px;color:#6e7175}.yearly-price{display:none}.show-yearly .monthly-price{display:none}.show-yearly .yearly-price{display:inline}.show-yearly .cycle-label::after{content:'year'}.show-yearly .cycle-label{font-size:12px}.show-yearly .cycle-label::after{font-size:12px}.plan-divider{height:1px;background:#e5e6e8;margin-bottom:10px}.plan-features{list-style:none;margin:0 0 18px;padding:0;font-size:12px;line-height:1.45;flex:1}.plan-features li{display:flex;gap:10px;margin:7px 0}.plan-features i{color:#e00b15;font-size:15px}.plan-cta{height:38px;border-radius:6px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:700}.plan-cta.outline{border:1px solid #df1019;color:#d90e18}.plan-cta.solid{background:#dc0812;color:#fff}.plan-cta:hover{filter:brightness(.94)}.plan-comparison{margin-top:12px;border:1px solid #e1e3e5;border-radius:13px;overflow:auto;background:#fff;box-shadow:0 5px 16px rgba(20,25,30,.05)}.compare-row{display:grid;grid-template-columns:1.25fr repeat(4,1fr);min-width:850px;border-bottom:1px solid #ececee}.compare-row:last-child{border-bottom:0}.compare-row>*{padding:10px 24px;text-align:center;border-right:1px solid #ececee;font-size:12px}.compare-row>*:last-child{border-right:0}.compare-row>*:first-child{text-align:left}.compare-head>*{font-size:14px}.compare-head small{display:inline-block;background:#fff0f0;color:#d90d17;border-radius:12px;padding:2px 7px;margin-left:5px;font-size:11px}.compare-row div i{color:#dc1019;background:#fff0f0;border-radius:5px;padding:5px;margin-right:14px}.pricing-promises{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e3e4e6;border-radius:13px;margin-top:12px;padding:15px 0;box-shadow:0 5px 16px rgba(20,25,30,.05)}.pricing-promises>div{display:flex;justify-content:center;align-items:center;gap:12px;border-right:1px solid #ececee}.pricing-promises>div:last-child{border-right:0}.pricing-promises i{font-size:21px;color:#dc1019;background:#fff0f0;border-radius:8px;padding:8px}.pricing-promises span{display:flex;flex-direction:column}.pricing-promises b{font-size:12px}.pricing-promises small{font-size:11px;color:#73767a}
@media(max-width:1100px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-promises{grid-template-columns:repeat(2,1fr);row-gap:20px}.pricing-promises>div:nth-child(2){border-right:0}.compare-row{grid-template-columns:1.25fr repeat(4,1fr)}}
@media(max-width:600px){.pricing-decoration{display:none}.pricing-hero h1{font-size:32px}.pricing-grid{grid-template-columns:1fr}.billing-switch{width:100%}.billing-switch button{min-width:0;flex:1}.pricing-promises{grid-template-columns:1fr}.pricing-promises>div{border-right:0;justify-content:flex-start;padding-left:28px}.pricing-card{min-height:0}}
.plan-comparison .compare-row{display:flex;grid-template-columns:none}.plan-comparison .compare-row>*{flex:1}.plan-comparison .compare-row>*:first-child{flex:1.25}

/* Reference-aligned 1536px pricing composition */
.pricing-page .pricing-hero{padding-top:0;margin-top:-4px}.pricing-page .pricing-content{max-width:1386px;padding-top:12px}.billing-control{position:relative;display:inline-flex;align-items:center}.best-value{position:absolute;left:calc(100% + 38px);top:1px;color:#d90d17;font-family:cursive;font-size:14px;font-style:italic;white-space:nowrap;transform:rotate(-8deg)}.best-value:before{content:'';position:absolute;right:calc(100% + 7px);top:15px;width:27px;height:12px;border-top:1.5px solid #dc111b;border-radius:50%;transform:rotate(-16deg)}.pricing-page .pricing-card{height:428px;min-height:428px;padding:19px 24px 18px}.pricing-page .pricing-card.featured{padding-top:31px}.pricing-page .popular-ribbon{top:-7px}.pricing-page .plan-heading{min-height:67px}.pricing-page .plan-features{overflow:hidden}.pricing-page .plan-comparison{margin-top:12px}.pricing-page .compare-row>*{padding-top:10px;padding-bottom:10px}.pricing-page .pricing-promises{margin-bottom:0}
@media(max-width:1100px){.pricing-page .pricing-content{max-width:100%}.pricing-page .pricing-card{height:auto;min-height:428px}.best-value{display:none}}
.pricing-page .pricing-hero{margin-top:-8px}.pricing-page .pricing-content{padding-top:16px}

/* Login and registration */
.auth-site{background:#f6f7f8;color:#111}.auth-site main{min-height:100vh;padding:29px 26px}.auth-shell{max-width:1068px;margin:0 auto;background:#fff;border-radius:13px;box-shadow:0 5px 24px rgba(20,25,30,.12);overflow:hidden}.auth-panels{display:grid;grid-template-columns:53.5% 46.5%;min-height:1185px}.auth-showcase{position:relative;padding:54px 42px 30px;background:linear-gradient(145deg,#fff 0%,#fffafa 72%,#fff0f1 100%);overflow:hidden}.auth-showcase:after{content:'';position:absolute;width:470px;height:470px;border:1px solid rgba(230,20,30,.04);border-radius:50%;right:-210px;top:90px;box-shadow:0 0 0 14px rgba(230,20,30,.015),0 0 0 30px rgba(230,20,30,.012)}.auth-logo-link{display:inline-block;text-decoration:none;position:relative;z-index:1}.auth-logo-link .saptone-logo{width:205px;height:95px}.auth-logo-link .logo-word{font-size:48px}.auth-logo-link .logo-product{font-size:20px;top:49px;right:10px}.auth-logo-link .logo-rule{top:64px;width:174px}.auth-logo-link .logo-tagline{font-size:12px;left:20px}.auth-pitch{position:relative;z-index:1;margin-top:42px}.auth-pitch h1{font-size:32px;line-height:1.37;letter-spacing:-.8px;font-weight:750;margin:0 0 16px}.auth-pitch h1 span{color:#d3111b}.auth-pitch p{font-size:14px;line-height:1.55;color:#62656a;max-width:360px;margin:0}.auth-kicker{display:inline-block;margin-top:29px;padding:7px 12px;background:#fff0f0;color:#d5111a;border-radius:20px;font-size:12px;font-weight:600}.register-shell .auth-pitch{margin-top:20px}.auth-benefits{position:relative;z-index:1;margin-top:28px;display:flex;flex-direction:column;gap:24px}.auth-benefits>div{display:flex;align-items:flex-start;gap:15px}.auth-benefits>div>i{flex:0 0 53px;height:53px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#e00d17;font-size:25px;box-shadow:0 4px 15px rgba(20,25,30,.05)}.auth-benefits span{display:flex;flex-direction:column;padding-top:4px}.auth-benefits b{font-size:13px;margin-bottom:5px}.auth-benefits small{font-size:11px;line-height:1.55;color:#65686d;max-width:245px}.auth-benefits.compact{gap:18px}.auth-device{position:relative;z-index:1;display:block;width:calc(100% + 84px);max-width:none;margin:22px -42px 0}.auth-trusted{position:relative;z-index:1;text-align:center;margin-top:28px}.auth-trusted p{font-size:12px;margin:0 0 21px}.auth-trusted p b{color:#dc0e18}.auth-trusted>div{display:flex;justify-content:space-between;color:#707378;font-size:12px;font-weight:700}.auth-trusted span{display:flex;flex-direction:column}.auth-trusted small{font-size:11px;letter-spacing:.5px}.auth-form-panel{position:relative;padding:180px 66px 45px;background:#fff}.auth-form-wrap{max-width:375px;margin:0 auto}.auth-form-wrap h2{font-size:29px;font-weight:750;margin:0 0 13px}.auth-subtitle{font-size:14px;color:#686b70;margin:0 0 32px}.auth-alert{padding:11px 13px;border-radius:7px;font-size:12px;margin:-16px 0 18px}.auth-alert.error{background:#fff0f0;color:#b20c14}.auth-alert.success{background:#eaf8ef;color:#19733a}.auth-tabs{display:flex;border-bottom:1px solid #dcdde0;margin-bottom:51px}.auth-tabs button{width:50%;padding:14px 4px;border:0;border-bottom:2px solid transparent;background:#fff;color:#55585d;font-size:14px}.auth-tabs button.active{color:#dd0e18;border-bottom-color:#dd0e18;font-weight:600}.auth-form label{display:block;font-size:13px;font-weight:600;margin-bottom:12px}.auth-input{height:56px;border:1px solid #d9dbde;border-radius:8px;display:flex;align-items:center;margin-bottom:32px;background:#fff}.auth-input>i{font-size:19px;color:#64676b;margin:0 14px 0 18px}.auth-input input,.auth-input select{height:100%;min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:14px;color:#222;padding:0 12px 0 0}.auth-input select{appearance:auto}.auth-input input::placeholder{color:#999ca1}.password-toggle{border:0;background:transparent;color:#686b70;padding:10px 16px}.forgot-link{display:block;text-align:right;color:#db0d17;text-decoration:none;font-size:13px;margin:-10px 0 28px}.auth-check{display:flex!important;align-items:center;gap:10px;font-weight:400!important;color:#64676c;margin:0 0 32px!important}.auth-check input{width:17px;height:17px;accent-color:#d80812}.auth-submit{width:100%;height:54px;border:0;border-radius:6px;background:#dc0711;color:#fff;font-size:16px;font-weight:600}.auth-divider{display:flex;align-items:center;gap:17px;color:#74777c;font-size:13px;margin:39px 0}.auth-divider:before,.auth-divider:after{content:'';height:1px;background:#e1e2e4;flex:1}.social-auth{position:relative;width:100%;height:56px;border:1px solid #dbdde0;border-radius:8px;background:#fff;margin-bottom:15px;font-size:14px}.social-auth>b{position:absolute;left:35px;top:50%;transform:translateY(-50%)}.google-mark{font-size:20px;color:#4285f4}.microsoft-mark{display:grid;grid-template-columns:repeat(2,9px);gap:2px}.microsoft-mark i{width:9px;height:9px;background:#f25022}.microsoft-mark i:nth-child(2){background:#7fba00}.microsoft-mark i:nth-child(3){background:#00a4ef}.microsoft-mark i:nth-child(4){background:#ffb900}.auth-switch{text-align:center;border-top:1px solid #e2e3e5;padding-top:25px;margin-top:30px;color:#6b6e72;font-size:13px}.auth-switch a,.auth-top-login a,.terms a{color:#d90d17;text-decoration:none;font-weight:600}.auth-security-bar{display:grid;grid-template-columns:repeat(3,1fr);position:relative;background:#101113;color:#fff;padding:29px 70px 70px}.auth-security-bar>div{display:flex;align-items:center;gap:15px}.auth-security-bar>div+div{border-left:1px solid #27282a;padding-left:45px}.auth-security-bar i,.register-security i{flex:0 0 48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#181a1d;color:#e10e18;font-size:22px}.auth-security-bar span,.register-security span{display:flex;flex-direction:column}.auth-security-bar b,.register-security b{font-size:12px}.auth-security-bar small,.register-security small{font-size:11px;line-height:1.4;color:#c4c6c9}.auth-security-bar>p{position:absolute;left:0;right:0;bottom:0;border-top:1px solid #26272a;text-align:center;color:#aaa;font-size:11px;padding-top:17px}.register-shell{max-width:1109px;border-radius:0;box-shadow:none}.register-shell .auth-panels{grid-template-columns:52.2% 47.8%;min-height:1220px}.register-shell .auth-showcase{padding:30px 42px}.register-panel{padding:115px 42px 28px}.auth-top-login{position:absolute;right:42px;top:40px;font-size:12px;color:#5e6165}.register-panel .auth-form-wrap{max-width:445px}.register-panel .auth-subtitle{margin-bottom:28px}.register-steps{display:flex;justify-content:space-between;position:relative;margin:0 20px 36px}.register-steps:before{content:'';position:absolute;left:42px;right:42px;top:16px;border-top:1px solid #ddd}.register-steps>div{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;color:#55585d;font-size:11px}.register-steps b{width:33px;height:33px;border-radius:50%;background:#f0f1f2;display:flex;align-items:center;justify-content:center}.register-steps .active{color:#dc0d17}.register-steps .active b{background:#dc0812;color:#fff}.auth-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:22px}.register-form .auth-input{height:46px;margin-bottom:20px}.auth-phone{display:flex;height:46px;border:1px solid #d9dbde;border-radius:8px;margin-bottom:20px}.auth-phone span{width:125px;border-right:1px solid #ddd;display:flex;align-items:center;gap:14px;padding:0 15px}.auth-phone input{border:0;outline:0;flex:1;padding:0 15px}.register-form label{margin-bottom:9px}.auth-check.terms{margin:4px 0 20px!important;font-size:12px}.register-panel .auth-divider{margin:28px 0}.register-panel .social-auth{height:49px}.register-safe{display:flex;gap:17px;border:1px solid #e3e4e6;border-radius:8px;padding:18px;margin-top:8px;box-shadow:0 4px 15px rgba(20,25,30,.07)}.register-safe>i{font-size:28px;color:#dd1019;background:#fff0f0;border-radius:50%;padding:12px}.register-safe span{display:flex;flex-direction:column}.register-safe b{font-size:13px;margin-bottom:5px}.register-safe small{font-size:11px;color:#686b70;line-height:1.5}.register-security{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:20px 31px 0;padding:25px 20px;border:1px solid #e4e5e7;border-radius:12px;box-shadow:0 4px 15px rgba(20,25,30,.05)}.register-security>div{display:flex;align-items:center;gap:13px;padding:0 20px}.register-security>div+div{border-left:1px solid #e5e6e8}.register-security i{background:#fff0f0}.register-security small{color:#6c6f73}.register-copyright{text-align:center;color:#64676c;font-size:12px;margin:28px 0 25px}
@media(max-width:850px){.auth-site main{padding:0}.auth-shell{border-radius:0}.auth-panels,.register-shell .auth-panels{grid-template-columns:1fr;min-height:0}.auth-showcase{display:none}.auth-form-panel,.register-panel{padding:70px 24px 50px}.auth-top-login{top:24px;right:24px}.auth-security-bar,.register-security{grid-template-columns:1fr;gap:20px}.auth-security-bar>div+div,.register-security>div+div{border-left:0;padding-left:0}.register-security{margin:0;border-radius:0}.auth-security-bar{padding:28px 35px 70px}.auth-form-wrap,.register-panel .auth-form-wrap{max-width:480px}.auth-two-cols{grid-template-columns:1fr}}
.register-panel{padding-top:85px}.auth-two-cols>div{min-width:0}.auth-two-cols .auth-input{width:100%}.register-form .auth-input{height:43px;margin-bottom:13px}.register-form label{margin-bottom:6px}.register-form .auth-phone{height:43px;margin-bottom:13px}.register-panel .auth-divider{margin:20px 0}.register-panel .social-auth{height:44px;margin-bottom:10px}.register-safe{padding:13px}.register-panel .auth-subtitle{margin-bottom:20px}.register-steps{margin-bottom:24px}
@media(max-width:850px){.register-panel{padding:70px 24px 50px}}

/* Features page */
.features-page{overflow:hidden;background:#fff}.features-hero{position:relative;padding:34px 0 37px}.features-copy{position:relative;z-index:1}.features-kicker{display:inline-block;background:#fff0f0;color:#d80f18;border-radius:20px;padding:7px 12px;font-size:11px;margin-bottom:17px}.features-copy h1{font-size:38px;line-height:1.18;letter-spacing:-1.5px;font-weight:750;margin:0 0 18px}.features-copy h1 span{color:#d71019}.features-copy>p{max-width:405px;color:#66696e;font-size:13px;line-height:1.6;margin-bottom:34px}.features-assurances{display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:430px}.features-assurances>div{display:flex;gap:10px;padding:0 12px;border-right:1px solid #e5e6e8}.features-assurances>div:first-child{padding-left:0}.features-assurances>div:last-child{border-right:0}.features-assurances i{color:#df1019;font-size:18px}.features-assurances span{display:flex;flex-direction:column}.features-assurances b{font-size:11px;white-space:nowrap}.features-assurances small{font-size:11px;color:#74777c;white-space:nowrap}.features-dashboard{position:relative;padding:15px 0}.features-dashboard img{position:relative;z-index:1;width:100%;border-radius:11px;box-shadow:0 12px 30px rgba(20,25,30,.14)}.features-red-arc{position:absolute;right:-90px;top:-35px;width:290px;height:260px;border:52px solid #fcedee;border-radius:50%}.feature-catalog{padding-bottom:42px}.catalog-heading{text-align:center;margin-bottom:22px}.catalog-heading h2{font-size:23px;font-weight:700;margin:0 0 7px}.catalog-heading h2 span,.catalog-heading h2 em{color:#dc1019;font-style:normal}.catalog-heading p{font-size:12px;color:#696c71;margin:0}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.catalog-card{min-height:340px;border:1px solid #e5e6e8;border-radius:11px;padding:16px 18px;display:flex;flex-direction:column;background:#fff;box-shadow:0 5px 14px rgba(20,25,30,.045)}.catalog-card .card-icon,.feature-strip>div>i{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:#fff0f0;color:#df1019;font-size:22px;margin-bottom:13px}.catalog-card h3{font-size:15px;font-weight:700;margin:0 0 8px}.catalog-card>p{font-size:11px;color:#5f6267;line-height:1.55;margin:0 0 13px;min-height:51px}.catalog-card>a{color:#db0e18;text-decoration:none;font-size:11px;margin-top:12px}.catalog-card>a i{margin-left:5px}.feature-mini{height:135px;border:1px solid #e5e6e8;border-radius:7px;padding:12px;font-size:11px;box-shadow:0 4px 12px rgba(20,25,30,.05);display:flex;flex-direction:column;gap:9px;overflow:hidden}.feature-mini>b{font-size:11px}.feature-mini>span{display:flex;justify-content:space-between;border-bottom:1px solid #f0f0f0;padding-bottom:6px}.feature-mini small{color:#666}.mini-bars{height:100%;display:flex;align-items:flex-end;justify-content:space-around;border-bottom:1px solid #ddd;padding:12px 5px}.mini-bars i{display:block;width:15px;background:#8e5bc2}.mini-bars i:nth-child(1){height:35%}.mini-bars i:nth-child(2){height:55%}.mini-bars i:nth-child(3){height:42%}.mini-bars i:nth-child(4){height:70%}.mini-bars i:nth-child(5){height:62%}.mini-bars i:nth-child(6){height:90%}.message-bubble{background:#e6f7ed;border-radius:7px;padding:12px;line-height:1.6}.message-bubble b{display:block;background:#fff;margin-top:12px;padding:8px;color:#d91019}.feature-strip{display:grid;grid-template-columns:repeat(5,1fr);margin:38px 0 31px}.feature-strip>div{display:flex;gap:11px;padding:0 15px;border-right:1px solid #e3e4e6}.feature-strip>div:last-child{border-right:0}.feature-strip>div>i{flex:0 0 39px;height:39px;font-size:19px;margin:0}.feature-strip span{display:flex;flex-direction:column}.feature-strip b{font-size:11px;margin-bottom:4px}.feature-strip small{font-size:11px;line-height:1.45;color:#66696e}.features-cta{position:relative;min-height:112px;border-radius:11px;background:linear-gradient(100deg,#fff0f0,#fff8f8);display:grid;grid-template-columns:1.25fr 1.15fr .75fr;align-items:center;padding:19px 25px;overflow:hidden}.features-cta h2{font-size:22px;font-weight:700;margin:0 0 8px}.features-cta p{font-size:11px;color:#65686d;line-height:1.5;margin:0}.cta-actions{display:flex;gap:13px}.cta-actions .btn{height:40px;min-width:145px;border-radius:6px;font-size:11px;display:flex;align-items:center;justify-content:center}.features-cta>div>small{display:block;font-size:11px;color:#6f7276;text-align:center;margin-top:9px}.features-cta>div>small i{color:#df1019}.features-cta>img{position:absolute;width:205px;right:-12px;bottom:-8px;transform:rotate(-3deg);box-shadow:0 4px 12px rgba(20,25,30,.12)}.landing-header .nav-link.active{position:relative}.landing-header .nav-link.active:after{content:'';position:absolute;left:16px;right:16px;bottom:-14px;height:2px;background:#df1019}
@media(max-width:1100px){.features-copy h1{font-size:33px}.features-assurances{width:100%;grid-template-columns:repeat(2,1fr);gap:15px}.catalog-grid{grid-template-columns:repeat(2,1fr)}.feature-strip{grid-template-columns:repeat(2,1fr);gap:20px}.features-cta{grid-template-columns:1fr 1fr}.features-cta>img{display:none}}
@media(max-width:767px){.features-hero{padding-top:25px}.features-dashboard{margin-top:10px}.catalog-grid{grid-template-columns:1fr}.feature-strip{grid-template-columns:1fr}.feature-strip>div{border-right:0}.features-cta{grid-template-columns:1fr;gap:18px}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}.landing-header .nav-link.active:after{display:none}}
@media(min-width:768px) and (max-width:1100px){.landing-header .navbar-brand{min-width:175px}.landing-header .navbar-nav{gap:1px}.landing-header .nav-link{padding-left:10px!important;padding-right:10px!important;font-size:12px}.landing-header .landing-login{min-width:74px;padding-left:14px!important;padding-right:14px!important}.landing-header .btn-brand{min-width:102px;padding:10px 14px!important;border-radius:8px!important;white-space:nowrap;font-size:12px}.features-page .catalog-grid{grid-template-columns:repeat(4,1fr)}.features-page .catalog-card{padding:16px;min-height:340px}.features-page .catalog-card>p{min-height:68px}.features-page .feature-strip{grid-template-columns:repeat(5,1fr);gap:0}}

/* Industries page */
.industries-page{background:#fff;overflow:hidden}.industries-hero{padding:26px 0 25px}.industry-kicker{display:inline-block;background:#fff0f0;color:#d8111a;border-radius:20px;padding:7px 12px;font-size:11px;margin-bottom:17px}.industries-copy h1{font-size:38px;line-height:1.24;letter-spacing:-1.2px;font-weight:750;margin:0 0 17px}.industries-copy h1 span,.industry-heading span,.testimonial-heading span,.industry-cta h2 span{color:#d81019}.industries-copy>p{font-size:13px;line-height:1.6;color:#65686d;max-width:390px;margin:0 0 32px}.industry-assurances{display:grid;grid-template-columns:repeat(4,1fr);width:430px}.industry-assurances>div{text-align:center;display:flex;flex-direction:column;border-right:1px solid #e5e6e8;padding:0 8px}.industry-assurances>div:last-child{border:0}.industry-assurances i{font-size:26px;color:#df111b;margin-bottom:9px}.industry-assurances b{font-size:11px}.industry-assurances small{font-size:11px;color:#73767a;margin-top:5px;white-space:nowrap}.industry-dashboard{position:relative;padding:10px 20px 25px 0}.industry-dashboard>img{width:100%;border-radius:12px;box-shadow:0 12px 30px rgba(20,25,30,.14)}.industry-phone{position:absolute;z-index:2;right:0;bottom:0;width:130px;height:268px;background:#fff;border:8px solid #16181a;border-radius:24px;box-shadow:0 8px 20px rgba(20,25,30,.2);padding:30px 10px 10px;display:flex;flex-direction:column;font-size:11px}.industry-phone>i{position:absolute;top:0;left:33px;width:52px;height:13px;border-radius:0 0 9px 9px;background:#16181a}.industry-phone>b{text-align:center;border-bottom:1px solid #eee;padding-bottom:12px}.industry-phone small{margin:13px 0}.industry-phone span{font-size:11px;color:#666}.industry-phone strong{font-size:15px;margin-top:22px}.industry-phone em{position:absolute;right:10px;top:78px;color:#168a45;font-style:normal}.industries-content{padding-bottom:42px}.industry-heading{text-align:center;margin:7px 0 22px}.industry-heading h2{font-size:24px;font-weight:700;margin:0 0 8px}.industry-heading p{font-size:12px;line-height:1.5;color:#66696e}.industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.industry-grid article{min-height:205px;border:1px solid #e3e5e7;border-radius:10px;padding:15px 17px;display:flex;flex-direction:column;box-shadow:0 4px 13px rgba(20,25,30,.045)}.industry-grid article>i{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff0f0;color:#df111b;font-size:25px;margin-bottom:12px}.industry-grid h3{font-size:13px;font-weight:700;margin:0 0 9px}.industry-grid p{font-size:11px;line-height:1.55;color:#5f6267;margin:0;flex:1}.industry-grid a{font-size:11px;color:#dc0e18;text-decoration:none;margin-top:12px}.industry-grid a i{margin-left:5px}.industry-metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e3e4e6;border-radius:12px;margin:25px 0 27px;padding:22px 32px}.industry-metrics>div{display:flex;justify-content:center;align-items:center;gap:15px;border-right:1px solid #e4e5e7}.industry-metrics>div:last-child{border:0}.industry-metrics i{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff0f0;color:#de1019;font-size:23px}.industry-metrics span{display:flex;flex-direction:column}.industry-metrics b{font-size:21px}.industry-metrics small{font-size:11px;color:#6b6e72}.testimonial-heading{text-align:center;font-size:22px;font-weight:700;margin-bottom:19px}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;max-width:870px;margin:0 auto}.testimonials article{display:flex;gap:13px;border:1px solid #e3e4e6;border-radius:9px;padding:17px;background:#fff;box-shadow:0 4px 13px rgba(20,25,30,.04)}.testimonials article>i{font-size:55px;color:#42464a}.testimonials article div{display:flex;flex-direction:column}.testimonials b{font-size:24px;color:#dc0e18;line-height:.7}.testimonials p{font-size:11px;line-height:1.5;min-height:55px;margin:0}.testimonials strong{font-size:11px}.testimonials small{font-size:11px;color:#dd0d17}.testimonial-dots{text-align:center;margin:13px 0 20px}.testimonial-dots i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ddd;margin:0 3px}.testimonial-dots i.active{background:#d90e18}.industry-cta{position:relative;min-height:125px;border-radius:11px;background:linear-gradient(100deg,#fff0f0,#fff8f8);display:grid;grid-template-columns:1.25fr 1.35fr .45fr;align-items:center;padding:20px 28px;overflow:hidden}.industry-cta h2{font-size:25px;font-weight:700;margin:0 0 7px}.industry-cta p{font-size:11px;color:#62656a;line-height:1.55;margin:0}.industry-cta>div:nth-child(2)>div{display:flex;gap:14px}.industry-cta .btn{height:40px;min-width:155px;border-radius:6px;font-size:11px;display:flex;align-items:center;justify-content:center}.industry-cta>div:nth-child(2)>small{display:block;text-align:center;font-size:11px;color:#686b70;margin-top:9px}.industry-cta small i{color:#dc0e18}.cta-invoice{justify-self:end;width:105px;height:112px;border:1px solid #ddd;border-radius:12px;background:#fff;padding:12px;transform:rotate(2deg);box-shadow:0 5px 14px rgba(20,25,30,.1);display:flex;flex-direction:column}.cta-invoice b{font-family:Georgia,serif;color:#d50f18}.cta-invoice b span{color:#111}.cta-invoice small{font-size:11px}.cta-invoice>i{font-size:32px;color:#d91019;margin-top:auto;text-align:right}
@media(max-width:1100px){.industry-copy h1{font-size:34px}.industry-grid{grid-template-columns:repeat(5,1fr)}.industry-grid article{padding:14px;min-height:215px}.industry-cta{grid-template-columns:1fr 1fr}.cta-invoice{display:none}}
@media(max-width:767px){.industry-assurances{width:100%;grid-template-columns:repeat(2,1fr);gap:20px}.industry-grid{grid-template-columns:repeat(2,1fr)}.industry-metrics,.testimonials{grid-template-columns:1fr;gap:15px}.industry-metrics>div{border-right:0;justify-content:flex-start}.industry-cta{grid-template-columns:1fr;gap:18px}.industry-cta>div:nth-child(2)>div{flex-direction:column}.industry-cta .btn{width:100%}}
.industries-hero{padding-bottom:0}.industry-grid article{min-height:202px}@media(max-width:1100px) and (min-width:768px){.industry-grid article{min-height:202px}}

/* Authenticated application shell and dashboard */
.app-body{margin:0;background:#f7f8fa;color:#111;font-size:13px}.app-wrapper{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:100;width:220px;background:#111517;color:#fff;display:flex;flex-direction:column}.sidebar-brand{height:98px;display:flex;align-items:center;justify-content:center}.sidebar-brand a{position:relative;width:155px;height:65px;color:#fff;text-decoration:none;font-family:Georgia,serif}.sidebar-brand a>span{font-size:35px;font-weight:700;letter-spacing:-2px}.sidebar-brand a>span b{color:#e82027}.sidebar-brand small{position:absolute;right:7px;top:38px;font:16px Inter,sans-serif}.sidebar-nav{padding:0 9px;overflow-y:auto;flex:1}.nav-item-custom{min-height:46px;padding:0 15px;border-radius:7px;display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none;font-size:13px;font-weight:500;margin:2px 0}.nav-item-custom>i:first-child{width:18px;font-size:17px}.nav-item-custom .nav-arrow{margin-left:auto;font-size:11px}.nav-item-custom:hover{background:#222729;color:#fff}.nav-item-custom.active{background:#eb2027;color:#fff}.sidebar-plan{margin:16px 14px 36px;padding:14px 17px;border:1px solid #45494b;border-radius:9px;color:#fff;text-decoration:none;display:grid;grid-template-columns:24px 1fr;position:relative}.sidebar-plan>i{grid-row:1/3;color:#ffc12d;font-size:17px}.sidebar-plan small{font-size:11px}.sidebar-plan b{grid-column:2;color:#ef2027;font-size:16px;margin:4px 0}.sidebar-plan span{grid-column:1/-1;color:#ddd;font-size:11px;margin:8px 0 12px}.sidebar-plan em{grid-column:1/-1;border:1px solid #777;border-radius:4px;text-align:center;padding:7px;font-style:normal;font-size:11px}.sidebar-user{padding:16px 20px 22px;display:flex;align-items:center;gap:10px}.user-avatar,.top-avatar{width:42px;height:42px;border-radius:50%;background:#e8edf5;color:#4c5660;display:flex;align-items:center;justify-content:center;font-weight:600}.sidebar-user span{display:flex;flex-direction:column;flex:1}.sidebar-user b{font-size:11px}.sidebar-user small{font-size:11px;color:#bbb}.sidebar-user>i{font-size:11px}.main-content{margin-left:220px;min-width:0;width:calc(100% - 220px);background:#f8f9fa}.topbar{height:72px;background:#fff;border-bottom:1px solid #e5e6e8;display:flex;align-items:center;justify-content:space-between;padding:0 35px}.topbar-welcome{display:flex;align-items:center;gap:28px}.sidebar-toggle{border:0;background:transparent;font-size:26px;padding:0}.topbar-welcome>span{display:flex;flex-direction:column}.topbar-welcome small{font-size:12px}.topbar-welcome b{font-size:16px}.topbar-welcome em{font-style:normal;margin-left:8px}.topbar-actions{display:flex;align-items:center;gap:25px}.topbar-actions>a{font-size:21px;color:#31373b}.company-select{height:39px;min-width:200px;border:1px solid #d9dbde;background:#fff;border-radius:7px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:11px}.notification-link{position:relative}.notification-link>b{position:absolute;right:-3px;top:-2px;width:8px;height:8px;background:#e6161d;border:1px solid #fff;border-radius:50%}.top-avatar{position:relative}.top-avatar i{position:absolute;right:0;bottom:0;width:7px;height:7px;background:#24b66c;border-radius:50%}.content-area{padding:30px 24px;min-height:calc(100vh - 72px)}.dashboard-page{max-width:1300px;margin:0 auto}.dashboard-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:17px}.dashboard-kpis article,.dash-card{background:#fff;border:1px solid #e6e8ea;border-radius:12px;box-shadow:0 3px 12px rgba(20,25,30,.035)}.dashboard-kpis article{min-height:111px;padding:17px 14px;display:flex;align-items:flex-start;gap:12px}.dashboard-kpis article>i,.business-overview span>i{flex:0 0 52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}.green{background:#e4f6e9;color:#24ad5a}.purple{background:#f0e7ff;color:#844cf1}.amber{background:#fff1d9;color:#f19b13}.red{background:#ffe7e7;color:#e93037}.blue{background:#e7efff;color:#4278ec}.dashboard-kpis span{display:flex;flex-direction:column;min-width:0}.dashboard-kpis small{font-size:11px;white-space:nowrap}.dashboard-kpis small em{color:#777;font-style:normal}.dashboard-kpis b{font-size:18px;margin:7px 0}.dashboard-kpis span>em{font-size:11px;color:#7a7d81;font-style:normal}.dashboard-kpis .up{color:#19a555}.dashboard-main-grid{display:grid;grid-template-columns:1.35fr 1.3fr .9fr;gap:14px;margin-bottom:14px}.dash-card{padding:15px}.dash-card-head{height:27px;display:flex;align-items:flex-start;justify-content:space-between}.dash-card-head h2{font-size:13px;font-weight:700;margin:0}.dash-card-head h2 em{font-size:11px;color:#73767a;font-style:normal;font-weight:400}.dash-card-head button{border:1px solid #ddd;background:#fff;border-radius:5px;padding:6px 12px;font-size:11px}.dash-card-head a{font-size:11px;color:#d90c15;text-decoration:none}.sales-chart-card,.recent-invoices-card{height:319px}.chart-legend{font-size:11px;margin:14px 0}.chart-legend i{display:inline-block;width:16px;border-top:2px solid #ed1c24;margin-right:6px}.sales-chart{height:240px;position:relative;padding-left:34px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 43px,#eef0f1 44px)}.sales-chart>span{position:absolute;left:0;font-size:11px}.sales-chart>span:nth-child(1){top:0}.sales-chart>span:nth-child(2){top:43px}.sales-chart>span:nth-child(3){top:86px}.sales-chart>span:nth-child(4){top:129px}.sales-chart>span:nth-child(5){top:172px}.sales-chart>span:nth-child(6){top:215px}.sales-chart svg{width:100%;height:220px}.sales-chart .area{fill:url(#salesFill)}.sales-chart .line{fill:none;stroke:#ed1c24;stroke-width:3}.chart-months{display:flex;justify-content:space-between}.chart-months b{font-size:11px;font-weight:400}.dash-table{font-size:11px;margin-top:8px}.dash-table-row{display:grid;grid-template-columns:1.05fr 1.3fr .85fr .75fr .7fr;align-items:center;min-height:38px;border-bottom:1px solid #eef0f1;color:#222;text-decoration:none;gap:7px}.dash-table-row.head{font-weight:600;min-height:32px}.invoice-status{padding:4px 7px;border-radius:5px;font-size:11px;background:#fff2d8;color:#a26900;font-weight:500}.invoice-status.paid{background:#dcf4e3;color:#218348}.invoice-status.overdue{background:#ffe1e1;color:#d91b23}.dash-empty{padding:30px;text-align:center;color:#777;font-size:11px}.dashboard-right-stack{display:grid;grid-template-rows:1fr 1fr;gap:14px}.cash-summary p,.top-items p,.outstanding-card p{display:flex;justify-content:space-between;border-bottom:1px solid #eceeef;padding:11px 0;margin:0;font-size:11px}.cash-summary .positive{color:#169b4e}.cash-summary .negative{color:#df111a}.dashboard-secondary-grid{display:grid;grid-template-columns:1fr 1.05fr 1.15fr;gap:14px;margin-bottom:14px}.dashboard-secondary-grid>.dash-card{height:228px}.payment-mode>div:last-child{display:flex;align-items:center;justify-content:center;gap:25px;height:170px}.donut{width:125px;height:125px;border-radius:50%;background:conic-gradient(#33b972 0 45%,#4979e8 45% 70%,#8753e8 70% 90%,#f3ad31 90%);display:flex;align-items:center;justify-content:center}.donut:before{content:'';position:absolute;width:78px;height:78px;border-radius:50%;background:#fff}.donut span{position:relative;text-align:center;font-size:11px;font-weight:700}.donut small{display:block;font-size:11px;font-weight:400}.payment-mode ul{list-style:none;padding:0;margin:0;font-size:11px}.payment-mode li{margin:12px 0}.payment-mode li i{display:inline-block;width:8px;height:8px;border-radius:3px;background:#38b976;margin-right:8px}.payment-mode li:nth-child(2) i{background:#4979e8}.payment-mode li b{display:block;margin-left:19px}.invoice-summary>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:10px}.invoice-summary span{position:relative;border:1px solid #e5e7e9;border-radius:7px;padding:11px;display:flex;flex-direction:column}.invoice-summary span b{font-size:18px}.invoice-summary span small{font-size:11px}.invoice-summary span i{position:absolute;right:11px;top:18px;color:#4c78ed;font-size:20px}.outstanding-card p{padding:12px 2px}.dashboard-bottom-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:14px}.dashboard-bottom-grid>.dash-card{height:185px}.business-overview>div:last-child,.quick-actions>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.business-overview span{position:relative;border:1px solid #e5e7e9;border-radius:7px;padding:17px 9px 10px 62px;display:flex;flex-direction:column;min-height:105px}.business-overview span>i{position:absolute;left:12px;top:17px;width:42px;height:42px;font-size:19px}.business-overview b{font-size:13px}.business-overview small{font-size:11px}.quick-actions a{height:105px;border:1px solid #e4e6e8;border-radius:7px;color:#222;text-decoration:none;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.quick-actions a i{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef2fa;font-size:23px}.quick-actions a:nth-child(2) i{background:#f0e8ff;color:#7849e9}.quick-actions a:nth-child(3) i{background:#e4f5e9;color:#27a856}.quick-actions a:nth-child(4) i{background:#ffe8e8;color:#df1119}
@media(max-width:1100px){.dashboard-kpis{grid-template-columns:repeat(2,1fr)}.dashboard-main-grid{grid-template-columns:1fr}.sales-chart-card,.recent-invoices-card{height:auto}.dashboard-right-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.dashboard-secondary-grid,.dashboard-bottom-grid{grid-template-columns:1fr}.dashboard-secondary-grid>.dash-card,.dashboard-bottom-grid>.dash-card{height:auto}}
@media(max-width:767px){.sidebar{transform:translateX(-100%);transition:transform .25s}.sidebar.open{transform:translateX(0)}.main-content{margin-left:0;width:100%}.topbar{padding:0 15px}.topbar-welcome{gap:10px}.topbar-actions{gap:13px}.company-select{display:none}.content-area{padding:18px 12px}.dashboard-kpis{grid-template-columns:1fr}.dashboard-right-stack{grid-template-columns:1fr}.business-overview>div:last-child,.quick-actions>div:last-child{grid-template-columns:repeat(2,1fr)}}
.app-body .stat-card{background:#fff;border:1px solid #e6e8ea;border-radius:12px;padding:24px;box-shadow:0 3px 12px rgba(20,25,30,.035)}.app-body .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}

/* Premium authenticated design system */
.app-body,.app-body button,.app-body input,.app-body select,.app-body textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.app-body .content-area{color:#22262a}.app-body .content-area>div:first-child h1,.app-body .content-area>div:first-child h2,.app-body .content-area>div:first-child h3{letter-spacing:-.45px}.app-body h2.fw-bold{font-size:24px}.app-body h4.fw-bold{font-size:18px}.app-body h5.fw-bold{font-size:14px}.app-body .text-secondary{color:#72767b!important}.app-body .stat-card{transition:box-shadow .2s ease,border-color .2s ease}.app-body .stat-card:hover{border-color:#dde0e3;box-shadow:0 8px 25px rgba(20,25,30,.065)}.app-body .form-label{font-size:12px;font-weight:600;color:#303438;margin-bottom:7px}.app-body .form-control,.app-body .form-select{min-height:44px;border:1px solid #dfe2e5!important;border-radius:8px!important;background:#fff!important;color:#22272b;font-size:12px;padding:10px 13px;box-shadow:none!important;transition:border-color .2s,box-shadow .2s}.app-body textarea.form-control{min-height:88px;line-height:1.5}.app-body .form-control:focus,.app-body .form-select:focus{border-color:#e41c24!important;box-shadow:0 0 0 3px rgba(228,28,36,.09)!important}.app-body .form-control::placeholder{color:#a0a4a8}.app-body .form-control:disabled,.app-body .form-control[readonly],.app-body .form-select:disabled{background:#f4f5f6!important;color:#777b80}.app-body .form-text{font-size:11px;color:#7b7f83;margin-top:6px}.app-body .form-check-input{width:17px;height:17px;border-color:#cdd1d5;box-shadow:none}.app-body .form-check-input:checked{background-color:#df111a;border-color:#df111a}.app-body .input-group-text{border-color:#dfe2e5;background:#f6f7f8;font-size:12px}.app-body .btn{min-height:39px;border-radius:7px!important;font-size:11px;font-weight:600;padding:9px 17px;display:inline-flex;align-items:center;justify-content:center;gap:3px;transition:transform .18s,box-shadow .18s,background .18s}.app-body .btn:hover{transform:translateY(-1px)}.app-body .btn-sm{min-height:31px;padding:6px 11px;font-size:11px}.app-body .btn-lg{min-height:48px;font-size:13px}.app-body .btn-brand{background:#e30d16;border-color:#e30d16;box-shadow:0 5px 12px rgba(218,11,20,.13)}.app-body .btn-brand:hover{background:#c90912;border-color:#c90912;box-shadow:0 7px 16px rgba(218,11,20,.2)}.app-body .btn-outline-brand{border-color:#df111a;color:#d80d16}.app-body .btn-outline-brand:hover{background:#df111a;color:#fff}.app-body .btn-light{background:#fff;border:1px solid #dfe2e5;color:#4f5459}.app-body .btn-light:hover{background:#f5f6f7;border-color:#d4d7da}.app-body .btn-success{background:#23a763;border-color:#23a763}.app-body .btn-warning{background:#f4aa22;border-color:#f4aa22;color:#fff}.app-body .btn.rounded-circle{border-radius:50%!important;padding:0}.app-body .table-responsive{border-radius:8px}.app-body .table{margin-bottom:0;font-size:11px;--bs-table-bg:transparent}.app-body .table>:not(caption)>*>*{padding:13px 14px;border-bottom-color:#eceeef;vertical-align:middle}.app-body .table thead th{background:#f7f8f9!important;color:#686d72!important;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e4e6e8;white-space:nowrap}.app-body .table tbody tr{transition:background .16s}.app-body .table-hover>tbody>tr:hover>*{background:#fff8f8}.app-body .table tbody tr:last-child td{border-bottom:0}.app-body .badge{font-size:11px;font-weight:600;padding:5px 8px!important;border-radius:5px!important}.app-body .alert{border:1px solid transparent!important;border-radius:9px!important;box-shadow:none!important;font-size:11px;padding:12px 15px!important}.app-body .alert-success{background:#e9f8ef!important;color:#187342!important;border-color:#ceeeda!important}.app-body .alert-danger{background:#fff0f0!important;color:#ad1118!important;border-color:#f6d4d5!important}.app-body .alert-warning{background:#fff7e8!important;color:#875b08!important;border-color:#f4e4c5!important}.app-body .dropdown-menu{border:1px solid #e4e6e8!important;border-radius:9px!important;box-shadow:0 12px 30px rgba(20,25,30,.12)!important;padding:7px}.app-body .dropdown-item{font-size:11px;border-radius:6px;padding:9px 11px}.app-body .dropdown-item:hover{background:#fff2f2;color:#d90d16}.app-body .modal-content{border:0;border-radius:13px;box-shadow:0 20px 50px rgba(20,25,30,.18)}.app-body .modal-header,.app-body .modal-footer{border-color:#eceeef;padding:17px 20px}.app-body .modal-body{padding:20px}.app-body .pagination .page-link{border-color:#e1e3e5;color:#555b60;font-size:11px;padding:8px 12px}.app-body .pagination .active>.page-link{background:#df111a;border-color:#df111a}.app-body .progress{background:#eff1f2}.app-body .progress-bar{background:#df111a!important}.app-body hr{border-color:#e7e9eb;opacity:1}.app-body a.text-brand{color:#d90d16!important}.app-body .invoice-print-wrapper{border-radius:12px;border-color:#e3e5e7;box-shadow:0 5px 18px rgba(20,25,30,.05)}.app-body input[type=file]::file-selector-button{border:0;border-right:1px solid #ddd;background:#f4f5f6;margin:-10px 13px -10px -13px;padding:12px 15px;font-size:11px}.app-body .content-area>.row,.app-body .content-area>form,.app-body .content-area>.stat-card,.app-body .content-area>.d-flex{max-width:1300px;margin-left:auto;margin-right:auto}.app-body .content-area>.d-flex.mb-4{padding:2px 0 4px}.app-body .content-area>.d-flex.mb-4>div>p{font-size:11px}.app-body .card{border-color:#e4e6e8;border-radius:11px;box-shadow:0 3px 12px rgba(20,25,30,.035)}
@media(max-width:767px){.app-body h2.fw-bold{font-size:20px}.app-body .content-area>.d-flex{align-items:flex-start!important;gap:12px;flex-wrap:wrap}.app-body .content-area>.d-flex>.d-flex{width:100%;flex-wrap:wrap}.app-body .stat-card{padding:17px}.app-body .table>:not(caption)>*>*{padding:11px 10px}.app-body .btn{padding-left:13px;padding-right:13px}}

/* Notification center */
.topbar-actions .notification-link{position:relative;width:32px;height:38px;border:0;background:transparent;color:#31373b;font-size:21px;display:flex;align-items:center;justify-content:center;padding:0}.topbar-actions .notification-link>b{position:absolute;right:-5px;top:1px;min-width:17px;height:17px;padding:0 4px;background:#e4151d;color:#fff;border:2px solid #fff;border-radius:10px;font-size:11px;line-height:13px;text-align:center}.notification-menu{width:360px!important;padding:0!important;overflow:hidden}.notification-menu-head{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;border-bottom:1px solid #eceeef}.notification-menu-head strong{font-size:13px}.notification-menu-head span{background:#fff0f0;color:#d80d16;border-radius:12px;padding:3px 8px;font-size:11px}.notification-menu-list{max-height:350px;overflow-y:auto}.notification-empty{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px}.notification-empty>i{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f5;color:#7a7e82;font-size:22px;margin-bottom:12px}.notification-empty b{font-size:11px}.notification-empty small{font-size:11px;color:#85898d;margin-top:5px}.notification-menu-item{display:flex;gap:11px;padding:13px 16px;border-bottom:1px solid #f0f1f2;background:#fff}.notification-menu-item.unread{background:#fff8f8}.notification-menu-item>i{flex:0 0 34px;height:34px;border-radius:50%;background:#fff0f0;color:#dc1019;display:flex;align-items:center;justify-content:center}.notification-menu-item>span{min-width:0;display:flex;flex-direction:column}.notification-menu-item b{font-size:11px;margin-bottom:3px}.notification-menu-item small{font-size:11px;color:#6e7276;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-menu-item em{font-size:11px;color:#9a9da1;font-style:normal;margin-top:4px}.notification-menu-foot{padding:11px 15px;display:flex;justify-content:space-between;align-items:center;background:#fafbfb}.notification-menu-foot a,.notification-menu-foot button{border:0;background:transparent;color:#d80d16;text-decoration:none;font-size:11px;font-weight:600;padding:0}.notification-menu-foot form{margin:0}.notification-history-item{position:relative;background:#fff}.notification-history-item.unread{background:#fff8f8;border-left:3px solid #df111a!important}.notification-history-item.unread:after{content:'New';position:absolute;right:12px;bottom:10px;color:#d90d16;font-size:11px;font-weight:700}@media(max-width:520px){.notification-menu{position:fixed!important;left:10px!important;right:10px!important;top:65px!important;width:auto!important;transform:none!important}}
.sidebar-section-title{padding:18px 15px 7px;color:#8f989d;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.sidebar-section-first{padding-top:5px}.nav-group-toggle{width:100%;border:0;background:transparent;text-align:left}.nav-group-toggle.active-group{background:#1a2023}.nav-group-toggle[aria-expanded="true"] .nav-arrow{transform:rotate(180deg)}.nav-group-toggle .nav-arrow{transition:transform .2s ease}.sidebar-subnav{margin:2px 0 7px 20px;padding-left:8px;border-left:1px solid #303638}.sidebar-subnav .nav-item-custom{min-height:39px;padding:0 10px;font-size:12px;gap:10px}.sidebar-subnav .nav-item-custom>i:first-child{font-size:14px}.sidebar-collapsed .nav-group-toggle .nav-arrow,.sidebar-collapsed .sidebar-section-title,.sidebar-collapsed .sidebar-subnav{display:none!important}
.app-breadcrumb{margin:-8px 0 20px}.app-breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:0;color:#7a8188;font-size:12px}.app-breadcrumb li{display:flex;align-items:center;gap:7px;min-width:0}.app-breadcrumb a{color:#6c747c;text-decoration:none;font-weight:500}.app-breadcrumb a:hover{color:var(--brand-red)}.app-breadcrumb li>i{font-size:9px;color:#a8adb2}.app-breadcrumb li[aria-current="page"] span{color:#20252a;font-weight:600;max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.app-breadcrumb{margin-top:0}.app-breadcrumb li[aria-current="page"] span{max-width:180px}}

/* Application toast notifications and confirmations */
.saptone-toast-stack{position:fixed;z-index:1090;top:82px;right:20px;width:min(390px,calc(100vw - 30px));display:flex;flex-direction:column;gap:10px;pointer-events:none}.saptone-toast{pointer-events:auto;display:grid;grid-template-columns:38px 1fr 28px;align-items:start;gap:11px;padding:15px 14px;background:#fff;border:1px solid #e5e8eb;border-left:4px solid #68717a;border-radius:12px;box-shadow:0 16px 40px rgba(22,29,36,.16);opacity:0;transform:translateX(calc(100% + 30px));transition:opacity .32s ease,transform .32s cubic-bezier(.2,.8,.2,1)}.saptone-toast.toast-visible{opacity:1;transform:translateX(0)}.saptone-toast.toast-leaving{opacity:0;transform:translateX(calc(100% + 30px))}.saptone-toast>i{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#f0f2f4;color:#68717a;font-size:18px}.saptone-toast>div{display:flex;min-width:0;flex-direction:column;padding-top:1px}.saptone-toast strong{font-size:12px;margin-bottom:3px}.saptone-toast span{font-size:11px;line-height:1.45;color:#687078}.saptone-toast>button{border:0;background:transparent;color:#8b9197;padding:5px;font-size:12px}.saptone-toast.toast-success{border-left-color:#23975b}.saptone-toast.toast-success>i{background:#e9f8ef;color:#18834b}.saptone-toast.toast-danger{border-left-color:#df2028}.saptone-toast.toast-danger>i{background:#fff0f0;color:#d51c24}.saptone-toast.toast-warning{border-left-color:#e9a31b}.saptone-toast.toast-warning>i{background:#fff7e7;color:#b97800}.saptone-toast.toast-info{border-left-color:#3377d6}.saptone-toast.toast-info>i{background:#edf4ff;color:#286bc7}.saptone-confirm-heading{display:flex;align-items:flex-start;gap:14px}.saptone-confirm-heading>span{flex:0 0 42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff0f0;color:#d91a22;font-size:19px}.saptone-confirm-heading h5{font-size:16px}.saptone-confirm-heading p{font-size:12px;line-height:1.5;max-width:350px}@media(max-width:600px){.saptone-toast-stack{top:72px;right:15px}.saptone-toast{grid-template-columns:34px 1fr 25px;padding:12px}.saptone-toast>i{width:32px;height:32px}}
.payment-ops-tabs{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:8px}.payment-ops-tabs .nav-link{min-height:76px;border:1px solid #e4e7ea;border-radius:10px;color:#34383c;display:grid;grid-template-columns:25px 1fr auto;align-items:center;text-align:left;gap:7px;padding:12px}.payment-ops-tabs .nav-link i{font-size:19px;color:#e42128}.payment-ops-tabs .nav-link span{font-weight:600}.payment-ops-tabs .nav-link b{min-width:25px;height:25px;border-radius:50%;background:#f1f3f5;display:flex;align-items:center;justify-content:center}.payment-ops-tabs .nav-link.active{background:#fff1f1;border-color:#e42128;color:#c8171e}.payment-ops-tabs .nav-link.active b{background:#e42128;color:#fff}@media(max-width:1100px){.payment-ops-tabs{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.payment-ops-tabs{grid-template-columns:1fr}}
.executive-sales-summary{display:flex;gap:35px;margin-bottom:22px}.executive-sales-summary span{display:flex;flex-direction:column}.executive-sales-summary small{color:#737980}.executive-sales-summary strong{font-size:20px;margin-top:5px}.executive-bar-chart{height:260px;display:flex;align-items:stretch;gap:8px;border-bottom:1px solid #dfe3e6;padding:20px 5px 0;overflow-x:auto;background:repeating-linear-gradient(to bottom,#eef1f3 0,#eef1f3 1px,transparent 1px,transparent 55px)}.executive-bar-point{flex:1 0 42px;min-width:42px;display:flex;flex-direction:column;align-items:center}.executive-bar-point>span{height:210px;width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.executive-bar-point b{font-size:11px;white-space:nowrap;margin-bottom:5px}.executive-bar-point i{display:block;width:min(34px,75%);min-height:3px;background:linear-gradient(180deg,#ef2c32,#bd171c);border-radius:7px 7px 2px 2px;box-shadow:0 6px 15px rgba(220,25,32,.16)}.executive-bar-point small{font-size:11px;color:#737980;margin-top:8px;white-space:nowrap}@media(max-width:700px){.executive-sales-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}.executive-sales-chart form{width:100%}.executive-sales-chart form label{flex:1}}
.executive-growth-panel{display:flex;flex-direction:column}.executive-growth-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:1}.executive-growth-grid article{border:1px solid #e6e8eb;border-radius:10px;padding:15px;background:#fbfcfc;display:flex;flex-direction:column;justify-content:center}.executive-growth-grid small{color:#737980;font-weight:500}.executive-growth-grid strong{font-size:21px;margin-top:8px}@media(max-width:500px){.executive-growth-grid{grid-template-columns:1fr}}
.executive-bar-point{flex-basis:52px;min-width:52px}.executive-bar-point>small{display:flex;flex-direction:column;align-items:center;line-height:1.25;white-space:normal}.executive-bar-point>small em{font-style:normal;color:#92979c;font-size:11px}
.executive-line-scroll{overflow-x:auto;padding-bottom:3px}.executive-line-inner{min-width:max(650px,calc(var(--sales-points) * 58px));height:285px;display:grid;grid-template-columns:48px 1fr}.executive-line-axis{height:225px;display:flex;flex-direction:column;justify-content:space-between;padding:18px 8px 11px 0;color:#656b70;font-size:11px;text-align:right}.executive-line-plot{min-width:0}.executive-line-plot svg{display:block;width:100%;height:225px;overflow:visible}.sales-grid-line{stroke:#e7eaec;stroke-width:1;vector-effect:non-scaling-stroke}.sales-area{fill:url(#executiveSalesFill)}.sales-line{fill:none;stroke:#ef3137;stroke-width:3;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.sales-point{fill:#fff;stroke:#ef3137;stroke-width:2;vector-effect:non-scaling-stroke;opacity:0;transition:opacity .15s}.sales-point:hover{opacity:1}.executive-line-labels{display:flex;justify-content:space-between;padding:5px 0 0}.executive-line-labels small{width:52px;display:flex;flex-direction:column;align-items:center;color:#62686d;line-height:1.25}.executive-line-labels em{font-style:normal;color:#92979c}
.adoption-bars{display:grid;gap:15px}.adoption-bars>div{display:grid;grid-template-columns:145px 1fr 35px;gap:12px;align-items:center}.adoption-bars i{height:10px;background:#f0f2f3;border-radius:10px;overflow:hidden}.adoption-bars i b{display:block;height:100%;background:linear-gradient(90deg,#ec242b,#ff686d);border-radius:10px}.adoption-bars strong{text-align:right}
/* Premium closing treatment for printable business documents. */
.document-closing {
    padding-top: 0;
}
.document-thank-you {
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    border: 1px solid rgba(229, 45, 45, .14);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(229, 45, 45, .055), rgba(255, 255, 255, .96));
    color: #292d33;
    font-weight: 600;
    line-height: 1.55;
}
.document-thank-you-icon {
    flex: 0 0 auto;
    color: var(--brand-red, #e52d2d);
    font-size: 16px;
}
.document-platform-footer {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid #e7e9ed;
    color: #8a9099;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .01em;
}
.document-platform-footer span {
    display: inline-block;
    margin: 0 7px;
    color: #c6cad0;
}
@media print {
    .document-thank-you { background: #fafafa !important; }
    .document-platform-footer { color: #777 !important; }
}

/* Dynamic tenant sales overview */
.sales-range-form{position:relative;margin:0}.sales-range-form select{min-width:116px;height:32px;padding:0 30px 0 12px;border:1px solid #dde0e3;border-radius:7px;background:#fff;color:#272c31;font-size:11px;appearance:none;cursor:pointer}.sales-range-form i{position:absolute;right:10px;top:9px;font-size:10px;pointer-events:none}.chart-legend{display:flex;align-items:center;gap:5px}.chart-legend>span{margin-left:auto;color:#73787d;font-size:10px}.sales-chart .sales-point{fill:#fff;stroke:#ed1c24;stroke-width:2;vector-effect:non-scaling-stroke}.chart-empty-state{position:absolute;inset:35px 15px 30px 45px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#8a8f94;font-size:11px;pointer-events:none}.chart-empty-state i{font-size:22px;color:#d4d7da}

/* Balanced tenant dashboard layout */
.dashboard-kpis{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.dashboard-secondary-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));align-items:stretch}
.dashboard-secondary-grid>.dash-card{height:auto;min-height:228px}
.dashboard-bottom-grid{grid-template-columns:minmax(0,1fr)}
.dashboard-bottom-grid>.dash-card{height:auto;min-height:166px}
.business-overview>div:last-child{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
@media(max-width:767px){.dashboard-kpis,.dashboard-secondary-grid{grid-template-columns:1fr}.business-overview>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.business-overview>div:last-child{grid-template-columns:1fr}}

/* Premium compact tenant dashboard */
.dashboard-page{max-width:1440px}
.dashboard-page .dash-card,.dashboard-page .dashboard-kpis article{border-color:#e5e8ec;border-radius:14px;box-shadow:0 1px 2px rgba(16,24,40,.025),0 8px 24px rgba(16,24,40,.035)}
.dashboard-page .dash-card{padding:18px}
.dashboard-page .dash-card-head{height:auto;min-height:28px;align-items:center;margin-bottom:8px}
.dashboard-page .dash-card-head h2{font-size:14px;letter-spacing:-.015em;color:#20242a}
.dashboard-page .dash-card-head a{padding:5px 8px;border-radius:6px;font-weight:600;color:#df252c;transition:background .2s}
.dashboard-page .dash-card-head a:hover{background:#fff1f1}
.dash-card-kicker{padding:4px 8px;border-radius:999px;background:#f3f5f7;color:#737a83;font-size:10px;font-weight:600}
.dashboard-kpis{gap:12px;margin-bottom:14px}
.dashboard-kpis article{min-height:92px;padding:15px;align-items:center}
.dashboard-kpis article>i{flex-basis:42px;height:42px;font-size:19px}
.dashboard-kpis b{font-size:17px;margin:4px 0 2px}
.dashboard-main-grid{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:14px;margin-bottom:14px;align-items:stretch}
.sales-chart-card,.recent-invoices-card{height:300px}
.sales-chart{height:215px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 38px,#edf0f2 39px)}
.sales-chart svg{height:195px}
.sales-chart>span:nth-child(1){top:0}.sales-chart>span:nth-child(2){top:38px}.sales-chart>span:nth-child(3){top:76px}.sales-chart>span:nth-child(4){top:114px}.sales-chart>span:nth-child(5){top:152px}.sales-chart>span:nth-child(6){top:190px}
.chart-legend{margin:8px 0 6px}
.sales-range-form select{height:34px;min-width:124px;border-color:#dfe3e7;border-radius:8px;font-weight:500}
.sales-range-form i{top:10px}
.dash-table{margin-top:2px}
.dash-table-row{min-height:42px;padding:2px 0;grid-template-columns:1fr 1.3fr .9fr .85fr .7fr}
.dash-table-row:not(.head):hover{background:#fafbfc}
.dashboard-finance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:14px;align-items:stretch}
.dashboard-finance-grid>.dash-card{min-height:218px}
.cash-summary p,.top-items p,.outstanding-card p{padding:10px 0}
.cash-summary p:last-child{margin-top:2px;padding-top:13px;border-top:1px solid #e3e6e9;border-bottom:0}
.payment-mode>div:last-child{height:158px;gap:22px}
.donut{width:112px;height:112px}
.donut:before{width:70px;height:70px}
.invoice-summary>div:last-child{gap:8px;margin-top:5px}
.invoice-summary span{min-height:70px;padding:12px;background:#fbfcfd;border-color:#e8ebee}
.invoice-summary span i{right:12px;top:22px}
.dashboard-insights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px;align-items:stretch}
.dashboard-insights-grid>.dash-card{min-height:150px}
.dashboard-page .dash-empty{min-height:92px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#394049}
.dashboard-page .dash-empty>i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#f1f8f3;color:#31a85b;font-size:15px;margin-bottom:4px}
.dashboard-page .dash-empty>span{font-weight:600}
.dashboard-page .dash-empty>small{color:#8a9199}
@media(max-width:1180px){.dashboard-main-grid{grid-template-columns:1fr}.sales-chart-card,.recent-invoices-card{height:auto;min-height:300px}.dashboard-finance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-finance-grid>.dash-card:last-child{grid-column:1/-1}}
@media(max-width:767px){.dashboard-page .dash-card{padding:15px}.dashboard-finance-grid,.dashboard-insights-grid{grid-template-columns:1fr}.dashboard-finance-grid>.dash-card:last-child{grid-column:auto}.dashboard-main-grid{grid-template-columns:minmax(0,1fr)}.sales-chart-card{min-height:285px}.recent-invoices-card{min-height:0}.dash-table{overflow-x:auto}.dash-table-row{min-width:560px}.chart-legend>span{display:none}}

/* Public legal, trust and static pages */
.legal-page,.static-public-page{background:#fff;color:#20242a}
.legal-hero,.static-hero{position:relative;padding:74px 0 62px;background:linear-gradient(135deg,#fff 0%,#fff7f7 60%,#fcebec 100%);overflow:hidden}
.legal-hero:after,.static-hero:after{content:'';position:absolute;width:310px;height:310px;border:64px solid rgba(224,30,39,.055);border-radius:50%;right:-70px;top:-125px}
.legal-hero .landing-container,.static-hero .landing-container{position:relative;z-index:1}
.legal-hero span,.static-hero>div>span,.static-kicker{display:inline-flex;padding:7px 12px;border-radius:999px;background:#fff;color:#d91f27;font-size:11px;font-weight:700;box-shadow:0 4px 16px rgba(40,45,50,.06)}
.legal-hero h1,.static-hero h1{font-size:42px;line-height:1.14;letter-spacing:-1.8px;font-weight:750;margin:18px 0 13px}
.static-hero h1{max-width:750px}.static-hero h1 em{font-style:normal;color:#dc2028}
.legal-hero p,.static-hero p{max-width:700px;color:#666d75;font-size:15px;line-height:1.7;margin:0 0 15px}
.legal-hero small{color:#868c93;font-size:11px}
.legal-layout{display:grid;grid-template-columns:235px minmax(0,780px);justify-content:center;gap:52px;padding-top:52px;padding-bottom:70px}
.legal-nav{position:sticky;top:105px;align-self:start;display:flex;flex-direction:column;border:1px solid #e6e9ec;border-radius:14px;padding:12px;background:#fff;box-shadow:0 10px 30px rgba(25,32,40,.05)}
.legal-nav strong{padding:9px 11px 13px;font-size:12px}.legal-nav a{display:flex;align-items:center;justify-content:space-between;padding:10px 11px;border-radius:8px;color:#626a73;text-decoration:none;font-size:12px}.legal-nav a:hover{background:#f7f8f9}.legal-nav a.active{background:#fff0f0;color:#d91f27;font-weight:700}.legal-nav i{font-size:9px}
.legal-content>.legal-note{display:flex;gap:12px;padding:16px 18px;border:1px solid #f0d9da;border-radius:12px;background:#fff9f9;margin-bottom:30px}.legal-note i{color:#dc2028}.legal-note p{margin:0;color:#626971;font-size:12px;line-height:1.65}
.legal-content>section{display:grid;grid-template-columns:38px 1fr;gap:15px;padding:0 0 27px;margin-bottom:27px;border-bottom:1px solid #edf0f2}.legal-content>section>span{width:32px;height:32px;border-radius:9px;background:#f4f5f7;color:#858b92;display:grid;place-items:center;font-size:10px;font-weight:700}.legal-content h2{font-size:18px;letter-spacing:-.3px;margin:4px 0 9px}.legal-content section p{font-size:13px;color:#626971;line-height:1.8;margin:0}
.legal-contact{display:flex;align-items:center;gap:15px;padding:20px;border-radius:14px;background:#202428;color:#fff}.legal-contact>i{width:42px;height:42px;border-radius:12px;background:#343a40;display:grid;place-items:center;font-size:19px}.legal-contact div{flex:1}.legal-contact h2{font-size:14px;margin:0 0 4px}.legal-contact p{font-size:11px;color:#c4c8cc;margin:0}.legal-contact>a{color:#fff;text-decoration:none;padding:9px 12px;border:1px solid #51575d;border-radius:8px;font-size:11px}
.about-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;padding-top:65px;padding-bottom:70px;align-items:center}.about-story>div:first-child h2{font-size:29px;line-height:1.3;letter-spacing:-1px;margin:18px 0}.about-story>div:first-child p{color:#646b73;font-size:13px;line-height:1.75}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:14px}.about-values article,.docs-grid article{border:1px solid #e6e9ec;border-radius:14px;padding:20px;background:#fff;box-shadow:0 8px 25px rgba(24,30,38,.045)}.about-values i,.docs-grid>article>i{width:42px;height:42px;border-radius:12px;background:#fff0f0;color:#dc2028;display:grid;place-items:center;font-size:18px}.about-values h3{font-size:14px;margin:14px 0 7px}.about-values p{color:#727880;font-size:11px;line-height:1.6;margin:0}
.static-cta{background:#f6f7f8;padding:34px 0}.static-cta>div{display:flex;align-items:center;gap:12px}.static-cta>div>div{flex:1}.static-cta h2{font-size:21px;margin:0 0 5px}.static-cta p{color:#747a82;font-size:12px;margin:0}.static-cta a,.docs-actions a{padding:11px 17px;border:1px solid #d9dde1;border-radius:8px;color:#30353a;text-decoration:none;font-size:12px;font-weight:600;background:#fff}.static-cta a.primary,.docs-actions a.primary{background:#df242c;border-color:#df242c;color:#fff}
.docs-actions{display:flex;gap:10px;margin-top:23px}.docs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding-top:55px;padding-bottom:65px}.docs-grid article{display:flex;gap:14px}.docs-grid>article>i{flex:0 0 40px;height:40px}.docs-grid h2{font-size:14px;margin:2px 0 7px}.docs-grid p{color:#6e757d;font-size:11px;line-height:1.6;margin:0}.docs-support{background:#202428;color:#fff;padding:28px 0}.docs-support>div{display:flex;align-items:center;gap:17px}.docs-support>div>i{width:47px;height:47px;border-radius:13px;background:#343a40;display:grid;place-items:center;font-size:21px}.docs-support>div>div{flex:1}.docs-support h2{font-size:17px;margin:0 0 4px}.docs-support p{color:#bdc2c7;font-size:11px;margin:0}.docs-support a{color:#fff;text-decoration:none;border:1px solid #555b61;padding:10px 14px;border-radius:8px;font-size:12px}
@media(max-width:991px){.legal-layout{grid-template-columns:1fr;gap:24px}.legal-nav{position:static;display:grid;grid-template-columns:repeat(2,1fr)}.legal-nav strong{grid-column:1/-1}.about-story{grid-template-columns:1fr;gap:35px}.docs-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.legal-hero,.static-hero{padding:48px 0 42px}.legal-hero h1,.static-hero h1{font-size:32px}.legal-layout{padding-top:30px;padding-bottom:45px}.legal-nav{grid-template-columns:1fr}.legal-nav strong{grid-column:auto}.legal-contact,.static-cta>div,.docs-support>div{align-items:flex-start;flex-direction:column}.legal-contact a{width:100%;text-align:center}.about-story{padding-top:42px;padding-bottom:48px}.about-values,.docs-grid{grid-template-columns:1fr}.static-cta a{width:100%;text-align:center}.docs-actions{flex-direction:column}.docs-actions a{text-align:center}.docs-grid{padding-top:38px;padding-bottom:45px}.docs-support a{width:100%;text-align:center}}
