/*
Theme Name: SBCO Reconciliation Suite
Theme URI: https://example.com/
Author: SBCO
Description: Professional WordPress theme dashboard for Finacle, Treasury, Cashbook and BO/SO/HO reconciliation tools.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: sbco-reconciliation-suite
*/


:root{--navy:#071d38;--navy2:#0d3159;--blue:#1d5fa7;--bg:#eef3f8;--ink:#10233f;--muted:#718096;--line:#dbe4ee}
*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}
a{text-decoration:none}.sbco-top{background:linear-gradient(135deg,#061a31,#0b2d52 55%,#123e6c);color:#fff;box-shadow:0 4px 18px #0003}
.sbco-top-inner{max-width:1900px;margin:auto;padding:14px 22px;display:flex;align-items:center;gap:13px}
.sbco-logo{width:43px;height:43px;border-radius:12px;background:#ffffff18;border:1px solid #ffffff25;display:grid;place-items:center;font-weight:900;font-size:20px}
.sbco-brand{flex:1}.sbco-brand h1{margin:0;font-size:20px}.sbco-brand p{margin:3px 0 0;font-size:11px;color:#cbdced}
.sbco-user{font-size:10px;background:#ffffff12;border:1px solid #ffffff20;padding:7px 10px;border-radius:999px;color:#fff}
.sbco-logout{color:#fff;border:1px solid #ffffff30;background:#ffffff12;padding:7px 10px;border-radius:8px;font-size:10px;font-weight:800}
.sbco-menu{background:var(--navy);border-bottom:1px solid #244564;position:sticky;top:0;z-index:50}
.sbco-menu-inner{max-width:1900px;margin:auto;padding:8px 18px;display:flex;gap:6px;overflow-x:auto}
.sbco-menu a{flex:0 0 auto;color:#d9e6f3;border-radius:9px;padding:10px 13px;display:flex;align-items:center;gap:8px;min-height:47px}
.sbco-menu a:hover{background:#ffffff0d;color:#fff}.sbco-menu a.active{background:#e9f2fb;color:#0c3d6e}
.sbco-num{width:25px;height:25px;border-radius:7px;background:#173b60;color:#dce9f5;display:grid;place-items:center;font-size:10px;font-weight:900}
.sbco-menu a.active .sbco-num{background:#e8f0f7;color:#143d65}
.sbco-label{font-size:11px;font-weight:800;white-space:nowrap}.sbco-sub{display:block;font-size:9px;font-weight:500;opacity:.72;margin-top:2px}
.sbco-main{max-width:1900px;margin:auto;padding:16px 18px 35px}
.sbco-hero{background:linear-gradient(135deg,#fff,#f5f9fd);border:1px solid var(--line);border-radius:15px;padding:16px 18px;box-shadow:0 12px 38px #071d381f;margin-bottom:14px}
.sbco-hero h2{margin:0 0 4px;font-size:17px}.sbco-hero p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}
.sbco-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.sbco-chip{font-size:9px;padding:5px 8px;border:1px solid var(--line);background:#fff;border-radius:999px;color:#52657b}
.sbco-tool{display:none;background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 12px 38px #071d381f}
.sbco-tool.active{display:block}.sbco-tool-head{padding:10px 14px;background:#f7faff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:10px}
.sbco-tool-head b{font-size:13px}.sbco-tool-head span{display:block;color:var(--muted);font-size:9px;margin-top:2px}
.sbco-open{background:var(--navy);color:#fff;padding:7px 10px;border-radius:7px;font-size:9px;font-weight:800;white-space:nowrap}
.sbco-frame{display:block;width:100%;height:calc(100vh - 175px);min-height:760px;border:0;background:#fff}
.sbco-footer{text-align:center;color:#8796a8;font-size:9px;margin-top:10px;padding-bottom:20px}
.sbco-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:25px;background:radial-gradient(circle at 15% 20%,#3278c940,transparent 32%),radial-gradient(circle at 85% 80%,#14468255,transparent 34%),linear-gradient(135deg,#061a31,#0d3159 55%,#071d38)}
.sbco-login-card{width:min(440px,100%);background:#fff;border-radius:22px;padding:34px;box-shadow:0 25px 70px #0005;text-align:left}
.sbco-login-logo{width:64px;height:64px;border-radius:18px;margin:0 auto 18px;display:grid;place-items:center;background:linear-gradient(135deg,#1d5fa7,#153e6b);color:#fff;font-size:28px;font-weight:900}
.sbco-login-card h1{text-align:center;margin:0;font-size:24px;color:var(--navy)}.sbco-login-card p{text-align:center;color:var(--muted);font-size:12px;line-height:1.6}
.sbco-login-card label{display:block;font-size:11px;font-weight:800;margin:14px 0 6px}.sbco-login-card input[type=text],.sbco-login-card input[type=password]{width:100%;height:45px;border:1px solid #cbd7e5;border-radius:10px;padding:0 13px}
.sbco-login-card input[type=submit]{width:100%;height:46px;border:0;border-radius:10px;background:linear-gradient(135deg,#1d5fa7,#164c83);color:#fff;font-weight:800;cursor:pointer;margin-top:18px}
.sbco-login-card .login-remember{font-size:11px;color:#64748b;margin-top:10px}.sbco-login-card .login-remember label{display:inline;font-weight:500}
@media(max-width:900px){.sbco-top-inner{padding:11px 12px}.sbco-brand h1{font-size:16px}.sbco-brand p{font-size:9px}.sbco-user{display:none}.sbco-menu-inner{padding:7px 9px}.sbco-menu a{padding:8px 9px;min-height:43px}.sbco-label{font-size:10px}.sbco-main{padding:10px}.sbco-hero{padding:13px}.sbco-frame{height:calc(100vh - 155px);min-height:700px}}

/* Public website + account pages */
:root{--navy:#0b2f55;--blue:#0b63ce;--teal:#1c9a9a;--ink:#173b61;--muted:#63758b;--soft:#f4f8fc;--line:#dbe5ef;--white:#fff}
*{box-sizing:border-box}.public-site{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}.public-container{width:min(1180px,92%);margin:auto}.public-topbar{background:#092947;color:#dce9f5;font-size:12px}.topbar-inner{display:flex;justify-content:space-between;padding:9px 0}.public-nav{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 2px 14px rgba(13,48,80,.06)}.nav-inner{min-height:76px;display:flex;align-items:center;gap:25px}.site-brand,.auth-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy)}.brand-mark{display:grid;place-items:center;width:43px;height:43px;border-radius:10px;background:linear-gradient(135deg,#0b63ce,#16a3a3);color:#fff;font-size:24px;font-weight:800}.site-brand strong,.auth-brand strong{display:block;font-size:16px}.site-brand small,.auth-brand small{display:block;color:#718297;font-size:11px;margin-top:3px}.nav-links{margin-left:auto;display:flex;gap:22px}.nav-links a{color:#294866;text-decoration:none;font-size:14px;padding:29px 0;border-bottom:2px solid transparent}.nav-links a:hover,.nav-links a.active{color:var(--blue);border-color:var(--blue)}.nav-actions{display:flex;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:11px 19px;text-decoration:none;font-weight:700;font-size:14px;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--blue);color:#fff!important}.btn-outline{border-color:#a9c5e2;color:var(--blue)!important;background:#fff}.btn-light{background:#fff;color:var(--blue)!important}.btn-ghost-light{border-color:#cfe2f7;color:#fff!important;margin-left:8px}.btn-large{padding:14px 22px}.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:45px;align-items:center;padding:70px 0}.eyebrow{display:inline-block;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:1.5px}.hero h1{font-size:48px;line-height:1.08;margin:15px 0;color:var(--navy)}.hero h1 span{color:var(--blue)}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:10px;margin:28px 0}.trust-row{display:flex;flex-wrap:wrap;gap:15px;color:#557089;font-size:12px}.hero-visual img{width:100%;height:auto;border-radius:18px;box-shadow:0 20px 55px rgba(15,48,80,.16);border:1px solid #d9e4ee}.section{padding:75px 0}.section-soft{background:var(--soft)}.section-heading{text-align:center;max-width:780px;margin:0 auto 38px}.section-heading h2{font-size:34px;margin:10px 0;color:var(--navy)}.section-heading p{color:var(--muted);line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-grid article,.tool-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px;box-shadow:0 8px 24px rgba(16,52,85,.05)}.feature-icon{width:43px;height:43px;border-radius:10px;background:#eaf3ff;color:var(--blue);display:grid;place-items:center;font-size:22px;font-weight:800}.feature-grid h3,.tool-card h3{margin:18px 0 8px;color:var(--navy)}.feature-grid p,.tool-card p{color:var(--muted);font-size:14px;line-height:1.65}.tool-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.tool-card{position:relative;min-height:215px}.tool-number{font-size:11px;font-weight:800;color:var(--blue);letter-spacing:1px}.tool-card a{color:var(--blue);font-weight:700;font-size:13px;text-decoration:none}.workflow-image{max-width:1000px;margin:0 auto 30px}.workflow-image img{width:100%;display:block;border:1px solid var(--line);border-radius:18px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.steps article{padding:20px;border-left:3px solid var(--blue);background:#fff}.steps b{color:var(--blue)}.steps h3{margin:9px 0}.steps p{color:var(--muted);font-size:13px;line-height:1.6}.cta{background:linear-gradient(110deg,#092947,#0b63ce);color:#fff;padding:55px 0}.cta .public-container{display:flex;justify-content:space-between;align-items:center;gap:25px}.cta h2{margin:8px 0;font-size:32px}.cta p{color:#d9e8f5}.cta .eyebrow{color:#a9d5ff}.narrow{max-width:850px}.narrow details{border-bottom:1px solid var(--line);padding:19px 0}.narrow summary{cursor:pointer;font-weight:700;color:var(--navy)}.narrow details p{color:var(--muted);line-height:1.7}.contact-box{display:flex;justify-content:space-between;align-items:center;gap:30px;background:#fff;border:1px solid var(--line);padding:35px;border-radius:16px}.contact-box h2{margin:8px 0}.contact-box p{max-width:700px;color:var(--muted);line-height:1.7}.public-footer{background:#08233e;color:#cbd9e6}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:35px;padding:48px 0}.footer-brand{color:#fff;margin-bottom:15px}.public-footer p,.public-footer a,.public-footer span{font-size:13px;line-height:1.7}.public-footer a{display:block;color:#cbd9e6;text-decoration:none;margin:5px 0}.public-footer a:hover{color:#fff}.public-footer h4{color:#fff;margin:0 0 12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:15px 0;font-size:12px}.auth-shell{min-height:calc(100vh - 40px);display:grid;place-items:center;padding:50px 20px;background:linear-gradient(135deg,#eef5fb,#f9fbfe)}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:35px;box-shadow:0 18px 55px rgba(10,43,73,.12)}.auth-wide{width:min(650px,100%)}.auth-brand{margin-bottom:20px}.auth-divider{height:1px;background:var(--line);margin:20px 0}.auth-card h1{color:var(--navy);margin:0 0 8px;font-size:30px}.auth-muted{color:var(--muted);margin:0 0 25px}.auth-card form p{margin:0 0 15px}.auth-card label{display:block;color:#314d69;font-weight:700;font-size:13px}.auth-card input[type=text],.auth-card input[type=password],.auth-card input[type=email]{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #cbd9e6;border-radius:7px;font-size:15px}.auth-card input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,99,206,.1)}.auth-card #wp-submit{width:100%;background:var(--blue);border:0;color:#fff;padding:13px;border-radius:7px;font-weight:700;cursor:pointer}.auth-card .login-remember{font-weight:400;margin:10px 0 15px}.auth-card .login-remember label{font-weight:400}.auth-links{display:flex;justify-content:center;gap:10px;font-size:13px}.auth-links a,.auth-bottom a{color:var(--blue);font-weight:700;text-decoration:none}.security-note{font-size:11px;color:#7b8da0;text-align:center;margin-top:25px}.error-box{background:#fff1f1;border:1px solid #f1c4c4;color:#a02c2c;padding:12px;border-radius:7px;margin:15px 0;font-size:13px}.success-box{background:#effaf3;border:1px solid #bde4c8;padding:22px;border-radius:10px}.success-box h2{color:#146b36;margin-top:0}.success-box p{color:#4f6e5b}.btn-full{width:100%;border:0}.signup-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.signup-form .form-grid .full{grid-column:1/-1}.check-row{display:flex!important;gap:8px;align-items:flex-start;margin:20px 0;font-weight:400!important;color:#5b7085!important}.check-row input{margin-top:3px}.auth-bottom{text-align:center;font-size:13px;color:var(--muted);margin-top:20px}
@media(max-width:980px){.nav-links{display:none}.hero{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.tool-cards{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta .public-container{display:block}.cta .btn{margin-top:15px}}@media(max-width:600px){.topbar-inner{display:none}.hero{padding:45px 0}.hero h1{font-size:37px}.hero-actions{flex-direction:column}.feature-grid,.tool-cards,.steps,.footer-grid,.signup-form .form-grid{grid-template-columns:1fr}.signup-form .form-grid .full{grid-column:auto}.contact-box{display:block}.nav-actions{margin-left:auto}.nav-inner{gap:10px}.site-brand strong{font-size:13px}.site-brand small{font-size:9px}}
.sbco-announcement{background:#fff8df;border:1px solid #ead58a;color:#614b00;padding:12px 16px;border-radius:10px;margin-bottom:18px;font-weight:600}
/* v5 professional application workspace */
:root{--sbco-navy:#073b73;--sbco-blue:#087cf0;--sbco-bg:#f3f7fb;--sbco-line:#dce6f1;--sbco-text:#16324f;--sbco-muted:#718198}
body.sbco-app-page{background:var(--sbco-bg)}
.sbco-app-shell{min-height:calc(100vh - 1px);display:flex;background:var(--sbco-bg);color:var(--sbco-text);font-family:Inter,Segoe UI,Arial,sans-serif}
.sbco-sidebar{width:278px;flex:0 0 278px;background:linear-gradient(180deg,#062e5d,#073b73 55%,#052d58);color:#fff;min-height:100vh;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;box-shadow:6px 0 24px #082d5018;z-index:20}
.sbco-side-brand{display:flex;align-items:center;gap:12px;padding:20px 18px;border-bottom:1px solid #ffffff1c}.sbco-side-brand strong{font-size:18px}.sbco-side-brand small{display:block;color:#b9d0e8;font-size:10px;margin-top:3px}.sbco-post-logo{width:55px;height:48px;background:#fff;color:#d92323;border-radius:4px;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:9px;line-height:1.1;font-weight:800;box-shadow:0 2px 8px #0003}.sbco-post-logo b{color:#17365d;font-size:8px}.sbco-side-section{padding:20px 18px 8px;color:#8fb2d5;font-size:10px;font-weight:800;letter-spacing:.08em}.sbco-side-nav{padding:0 10px}.sbco-side-nav a{display:flex;align-items:center;gap:11px;color:#d9e8f8;padding:11px 11px;border-radius:9px;margin:3px 0;transition:.18s}.sbco-side-nav a:hover{background:#ffffff12;color:#fff}.sbco-side-nav a.active{background:linear-gradient(90deg,#087cf0,#0a8af8);color:#fff;box-shadow:0 7px 18px #001d4530}.sbco-side-nav a>span:first-child{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:#ffffff10;font-size:17px}.sbco-side-nav a b{display:block;font-size:12px;line-height:1.25}.sbco-side-nav a small{display:block;color:#9ebbd7;font-size:9px;margin-top:2px}.sbco-side-nav a.active small{color:#d8efff}.sbco-side-nav.compact a{padding:8px 11px}.sbco-side-bottom{margin-top:auto;padding:18px;border-top:1px solid #ffffff1c;color:#9db9d5}.sbco-security{background:#ffffff0c;border:1px solid #ffffff18;padding:9px;border-radius:8px;color:#cfe6fb;font-size:10px;margin-bottom:8px}.sbco-side-bottom small{font-size:9px}
.sbco-workspace{min-width:0;flex:1}.sbco-appbar{height:70px;background:#fff;border-bottom:1px solid var(--sbco-line);display:flex;align-items:center;justify-content:space-between;padding:0 25px;position:sticky;top:0;z-index:15;box-shadow:0 2px 10px #0b2d4b08}.sbco-breadcrumb{font-size:12px;color:#8493a6}.sbco-breadcrumb i{padding:0 8px;color:#b4c0cd;font-style:normal}.sbco-breadcrumb strong{color:var(--sbco-text)}.sbco-app-actions{display:flex;align-items:center;gap:12px}.sbco-notice{font-size:10px;color:#08723b;background:#eaf8f0;padding:7px 10px;border-radius:20px}.sbco-date{font-size:11px;color:#5c6d82}.sbco-avatar{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#087cf0;color:#fff;font-weight:800}.sbco-user-name{font-size:11px;font-weight:700}.sbco-user-name small{display:block;color:#8898ab;font-weight:400;font-size:9px}.sbco-logout-btn{font-size:10px;border:1px solid #cfdbe8;padding:7px 11px;border-radius:7px;color:#42617e;background:#fff}.sbco-content{padding:22px 25px 32px;max-width:1900px;margin:auto}.sbco-welcome-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:17px}.sbco-welcome-row h1{font-size:24px;margin:0 0 5px;color:#0b3560}.sbco-welcome-row p{margin:0;color:#718198;font-size:12px}.sbco-process-mini{background:#fff;border:1px solid var(--sbco-line);padding:10px 14px;border-radius:10px;display:flex;align-items:center;gap:9px;color:#315a80;font-size:10px;font-weight:700;white-space:nowrap}.sbco-process-mini span{padding:5px 8px;background:#f1f6fb;border-radius:6px}.sbco-process-mini b{color:#91a6bb}.sbco-stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:17px}.sbco-stat-strip>div{background:#fff;border:1px solid var(--sbco-line);border-radius:11px;padding:13px 15px;display:flex;align-items:center;gap:11px;box-shadow:0 4px 14px #163c6010}.sbco-stat-strip small{display:block;color:#8190a2;font-size:9px}.sbco-stat-strip b{display:block;color:#173b61;font-size:13px;margin-top:3px}.stat-icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#eaf8f0;color:#168a4d;font-weight:800}.stat-icon.blue{background:#eaf3ff;color:#087cf0}.stat-icon.green{background:#e9f8ef;color:#16934f}.stat-icon.purple{background:#f2edff;color:#7250d5}
.sbco-tool-panel{display:none;background:#fff;border:1px solid var(--sbco-line);border-radius:14px;overflow:hidden;box-shadow:0 8px 30px #0b2f5012}.sbco-tool-panel.active{display:block}.sbco-toolbar{display:flex;justify-content:space-between;align-items:center;padding:13px 16px;border-bottom:1px solid var(--sbco-line);background:#fff}.sbco-tool-title{display:flex;align-items:center;gap:11px}.big-tool-icon{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#087cf0,#0a63cf);color:#fff;display:grid;place-items:center;font-size:20px;box-shadow:0 5px 12px #087cf030}.sbco-tool-title h2{font-size:16px;margin:0;color:#0d3a68}.sbco-tool-title p{margin:3px 0 0;color:#8190a2;font-size:10px}.sbco-toolbar-actions{display:flex;gap:7px}.sbco-toolbar-actions button,.sbco-toolbar-actions a{border:1px solid #d4dfeb;background:#fff;color:#3c5d7d;border-radius:7px;padding:7px 10px;font-size:10px;font-weight:700;cursor:pointer}.sbco-toolbar-actions a{background:#087cf0;color:#fff;border-color:#087cf0}.sbco-tool-tip{background:#f5f9fd;border-bottom:1px solid var(--sbco-line);padding:7px 15px;color:#657a90;font-size:9px}.sbco-tool-tip span{color:#18a35a;margin-right:4px}.sbco-frame-modern{display:block;width:100%;height:calc(100vh - 225px);min-height:760px;border:0;background:#f5f8fb}
@media(max-width:1100px){.sbco-sidebar{width:220px;flex-basis:220px}.sbco-process-mini{display:none}.sbco-stat-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.sbco-sidebar{width:64px;flex-basis:64px}.sbco-side-brand>div:last-child,.sbco-side-section,.sbco-side-nav a span:last-child,.sbco-side-bottom{display:none}.sbco-side-brand{justify-content:center;padding:14px 8px}.sbco-side-nav a{justify-content:center;padding:10px}.sbco-side-nav a>span:first-child{margin:0}.sbco-appbar{padding:0 12px}.sbco-date,.sbco-user-name,.sbco-notice{display:none}.sbco-content{padding:12px}.sbco-welcome-row{display:block}.sbco-welcome-row h1{font-size:19px}.sbco-stat-strip{grid-template-columns:1fr 1fr}.sbco-stat-strip>div{padding:10px}.sbco-toolbar{align-items:flex-start;gap:8px}.sbco-toolbar-actions a{font-size:0}.sbco-toolbar-actions a:after{content:'↗';font-size:14px}.sbco-frame-modern{min-height:700px;height:calc(100vh - 205px)}}
