/*
Theme Name: Connections Fieldworker Theme
Theme URI: https://jataconnections.co.uk
Author: Connections Fieldworker
Description: Lightweight mobile-first theme for the Connections Fieldworker portal.
Version: 1.0.0
Text Domain: connections-fieldworker-theme
*/

:root{
  --cfw-blue:#0057B8;
  --cfw-blue-dark:#003f86;
  --cfw-bg:#f3f6fb;
  --cfw-card:#ffffff;
  --cfw-text:#101828;
  --cfw-muted:#667085;
  --cfw-border:#d0d5dd;
}

html,body{margin:0;padding:0;background:var(--cfw-bg);color:var(--cfw-text);font-family:Inter,Arial,sans-serif;}
body{min-height:100vh;}
a{color:var(--cfw-blue);} 

.site-header,.site-footer{display:none!important;}
#wpadminbar{display:none!important;} html{margin-top:0!important;}

.cfw-theme-shell{min-height:100vh;background:var(--cfw-bg);}
.cfw-theme-topbar{background:linear-gradient(135deg,var(--cfw-blue),var(--cfw-blue-dark));color:#fff;padding:18px 16px;border-radius:0 0 22px 22px;box-shadow:0 10px 30px rgba(16,24,40,.18);} 
.cfw-theme-topbar-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;}
.cfw-theme-logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:21px;letter-spacing:-.04em;}
.cfw-theme-logo-mark{width:42px;height:42px;border-radius:12px;background:#fff;color:var(--cfw-blue);display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.12);}
.cfw-theme-logo span{display:block;font-size:12px;font-weight:600;opacity:.9;letter-spacing:0;margin-top:2px;}
.cfw-theme-user{font-size:13px;opacity:.95;}
.cfw-theme-content{max-width:1120px;margin:0 auto;padding:16px 12px 86px;}

/* Plugin polish / overrides */
.cfw-app{margin:0!important;background:var(--cfw-bg)!important;min-height:auto!important;padding-bottom:86px!important;}
.cfw-app > .cfw-header{display:none!important;}
.cfw-shell{max-width:1120px!important;padding:0!important;margin:0 auto!important;}
.cfw-card{border-radius:18px!important;border:1px solid rgba(208,213,221,.9)!important;box-shadow:0 8px 24px rgba(16,24,40,.06)!important;background:#fff!important;}
.cfw-app input,.cfw-app select,.cfw-app textarea{border-radius:13px!important;border:1px solid var(--cfw-border)!important;min-height:48px!important;font-size:16px!important;}
.cfw-btn,.cfw-app button,.cfw-app input[type=submit]{background:var(--cfw-blue)!important;border-radius:13px!important;min-height:46px!important;font-weight:900!important;}
.cfw-btn.secondary{background:#eaf2ff!important;color:var(--cfw-blue)!important;}
.cfw-btn.ghost{background:#fff!important;color:var(--cfw-blue)!important;border:1px solid #b2ccff!important;}
.cfw-nav{box-shadow:0 -8px 24px rgba(16,24,40,.08)!important;border-top:1px solid #e4e7ec!important;}
.cfw-nav a.active{background:#eaf2ff!important;color:var(--cfw-blue)!important;}
.cfw-job{border-radius:16px!important;box-shadow:0 4px 14px rgba(16,24,40,.04)!important;}
.cfw-job-no{color:var(--cfw-blue)!important;}
.cfw-pill{background:#eaf2ff!important;color:var(--cfw-blue)!important;}
.cfw-login{margin-top:18px!important;}

@media(min-width:820px){
  .cfw-theme-content{padding:24px 20px 32px;}
  .cfw-app{padding-bottom:20px!important;}
}

@media print{
  .cfw-theme-topbar,.cfw-nav,.cfw-actions,.cfw-desktop-toggle{display:none!important;}
  .cfw-theme-content,.cfw-app,.cfw-shell{padding:0!important;margin:0!important;max-width:100%!important;background:#fff!important;}
  .cfw-card{box-shadow:none!important;border:1px solid #ccc!important;page-break-inside:avoid;}
  .cfw-card:first-of-type:before{content:"JATA CONNECTIONS LTD - JOB SHEET";display:block;font-size:22px;font-weight:900;margin-bottom:16px;color:#0057B8;border-bottom:2px solid #0057B8;padding-bottom:10px;}
}
