/* FCP App Frontend - shortcode [fcp_app] */
body:has(.fcp-app-shell) .site-main,
body:has(.fcp-app-shell) .entry-content,
body:has(.fcp-app-shell) .wp-block-post-content{
  max-width:none !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
}
.fcp-app-shell{
  --fcp-app-bg:#f3f7fb;
  --fcp-app-text:#08224a;
  --fcp-app-muted:#607089;
  --fcp-app-border:#d8e4f2;
  --fcp-app-primary:#1967d2;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  min-height:100vh;
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:var(--fcp-app-bg);
  color:var(--fcp-app-text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.fcp-app-sidebar{
  position:sticky;
  top:0;
  align-self:start;
  height:100vh;
  padding:22px 18px;
  background:#071f42;
  color:#fff;
  display:flex;
  flex-direction:column;
  gap:22px;
  box-shadow:8px 0 24px rgba(15,23,42,.08);
  z-index:5;
}
.fcp-app-brand{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.14)}
.fcp-app-logo{width:42px;height:42px;border-radius:14px;background:#38a8ff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:#061b38}
.fcp-app-brand strong{display:block;font-size:14px;line-height:1.2}.fcp-app-brand small{display:block;color:#a9bdd8;margin-top:3px}
.fcp-app-nav{display:flex;flex-direction:column;gap:7px}.fcp-app-nav a{color:#d9e8ff;text-decoration:none;padding:11px 12px;border-radius:12px;font-weight:700;font-size:14px;transition:.16s ease}
.fcp-app-nav a:hover,.fcp-app-nav a.is-active{background:#fff;color:#071f42;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.fcp-app-user{margin-top:auto;padding:14px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.fcp-app-user small{display:block;color:#a9bdd8}.fcp-app-user strong{display:block;margin:3px 0 8px}.fcp-app-user a{color:#fff;text-decoration:none;font-weight:700}
.fcp-app-main{min-width:0;padding:26px clamp(18px,2.5vw,38px) 60px}.fcp-app-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;padding:18px 22px;background:#fff;border:1px solid var(--fcp-app-border);border-radius:22px;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.fcp-app-topbar small{color:var(--fcp-app-muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.fcp-app-topbar h1{margin:2px 0 0;font-size:26px;line-height:1.15;color:var(--fcp-app-text)}
.fcp-app-top-actions a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid var(--fcp-app-border);border-radius:12px;background:#f7fbff;text-decoration:none;font-weight:800;color:var(--fcp-app-primary)}
.fcp-app-main .wrap,.fcp-app-admin-wrap{margin:0 !important;max-width:none !important}.fcp-app-main .notice{display:block}.fcp-app-main input,.fcp-app-main select,.fcp-app-main textarea{max-width:100%}
.fcp-app-main .button,.fcp-app-main button,.fcp-app-main input[type="submit"]{cursor:pointer}.fcp-app-panel,.fcp-app-login{max-width:520px;margin:60px auto;padding:28px;background:#fff;border:1px solid var(--fcp-app-border);border-radius:24px;box-shadow:0 18px 45px rgba(15,23,42,.08)}
.fcp-app-login h2{margin:0 0 8px;color:var(--fcp-app-text)}.fcp-app-login p{color:var(--fcp-app-muted)}.fcp-app-login label{font-weight:800;color:var(--fcp-app-text)}.fcp-app-login input[type=text],.fcp-app-login input[type=password]{width:100%;border:1px solid var(--fcp-app-border);border-radius:12px;padding:11px 12px}.fcp-app-login input[type=submit]{background:var(--fcp-app-primary);border:0;color:#fff;border-radius:12px;padding:11px 16px;font-weight:800}.fcp-app-denied{border-color:#ffd6d6;background:#fffafa}
@media (max-width: 960px){.fcp-app-shell{grid-template-columns:1fr}.fcp-app-sidebar{position:relative;height:auto;flex-direction:column}.fcp-app-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.fcp-app-main{padding:16px}.fcp-app-topbar{align-items:flex-start;flex-direction:column}}
@media (max-width: 640px){.fcp-app-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.fcp-app-brand{align-items:flex-start}.fcp-app-topbar h1{font-size:22px}.fcp-app-shell{width:100%;margin-left:0}.fcp-app-sidebar{border-radius:0}}


/* 14.2.21 - Root app mode */
html:has(.fcp-app-root-page),
body.fcp-app-root-page{
  margin:0 !important;
  padding:0 !important;
  min-height:100%;
  background:#f3f7fb !important;
}
body.fcp-app-root-page #wpadminbar{
  display:none !important;
}
body.fcp-app-root-page .fcp-app-shell{
  min-height:100vh;
  width:100%;
  margin-left:0;
}
body.fcp-app-root-page .fcp-app-login{
  margin-top:10vh;
}

/* 14.2.22 - accesso app tramite link privato */
.fcp-app-public-badge{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:#eaf4ff;color:#0b4f8a;font-weight:700;font-size:13px;border:1px solid #c9e4ff}
.fcp-app-key-required code{display:inline-block;margin-top:8px;padding:10px 12px;border-radius:10px;background:#f4f7fb;color:#102a43;word-break:break-all}
.fcp-app-key-required details{margin-top:18px}
.fcp-app-key-required summary{cursor:pointer;font-weight:700;color:#0b4f8a}

/* 14.2.24 - Premium mobile app UI */
:root{
  --fcp-mobile-safe-bottom: env(safe-area-inset-bottom, 0px);
}
body.fcp-app-root-page,
body:has(.fcp-app-shell){
  overflow-x:hidden !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.fcp-app-shell{
  --fcp-app-bg:#eef4fb;
  --fcp-app-card:#ffffff;
  --fcp-app-text:#061b3a;
  --fcp-app-muted:#66788f;
  --fcp-app-border:#dbe7f5;
  --fcp-app-primary:#0b63ce;
  --fcp-app-primary-dark:#06458f;
  --fcp-app-accent:#20a4f3;
  --fcp-app-danger:#c81e4a;
  --fcp-app-success:#0f8a51;
  background:
    radial-gradient(circle at top left, rgba(32,164,243,.16), transparent 32vw),
    linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%);
}
.fcp-app-main{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
.fcp-app-sidebar{
  background:linear-gradient(180deg,#061b3a 0%,#082850 100%);
  border-right:1px solid rgba(255,255,255,.06);
}
.fcp-app-logo{
  background:linear-gradient(135deg,#4fc3ff,#88f0d0);
  color:#061b3a;
  box-shadow:0 10px 26px rgba(79,195,255,.28);
}
.fcp-app-topbar,
.fcp-app-main .fcp-card,
.fcp-app-main .fcp-panel,
.fcp-app-main .fcp-box,
.fcp-app-main .fcp-kpi,
.fcp-app-main .fcp-summary-card,
.fcp-app-main .postbox,
.fcp-app-main .card,
.fcp-app-main .fcp-section,
.fcp-app-main .fcp-form-card{
  border-radius:22px !important;
  border:1px solid rgba(176,197,224,.82) !important;
  box-shadow:0 16px 40px rgba(6,27,58,.07) !important;
  background:#fff !important;
}
.fcp-app-main .button,
.fcp-app-main .button-primary,
.fcp-app-main button,
.fcp-app-main input[type="submit"],
.fcp-app-main a.button{
  min-height:42px;
  border-radius:13px !important;
  padding:10px 15px !important;
  font-weight:800 !important;
  letter-spacing:-.01em;
  box-shadow:none !important;
}
.fcp-app-main .button-primary,
.fcp-app-main input[type="submit"].button-primary,
.fcp-app-main .fcp-btn-primary{
  background:linear-gradient(135deg,var(--fcp-app-primary),var(--fcp-app-primary-dark)) !important;
  border-color:transparent !important;
  color:#fff !important;
}
.fcp-app-main input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.fcp-app-main select,
.fcp-app-main textarea{
  min-height:44px;
  border-radius:14px !important;
  border:1px solid #cfdded !important;
  background:#fff !important;
  color:#061b3a !important;
  font-size:15px !important;
  box-shadow:0 1px 0 rgba(6,27,58,.02) !important;
}
.fcp-app-main textarea{min-height:94px;line-height:1.45}
.fcp-app-main label{color:#061b3a;font-weight:800}
.fcp-app-main table{
  border-color:#dbe7f5 !important;
  border-radius:18px !important;
  overflow:hidden;
}
.fcp-app-main table th{
  background:#f6f9fd !important;
  color:#062352 !important;
  font-size:12px !important;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.fcp-app-main table td{vertical-align:middle;color:#061b3a}
.fcp-app-mobile-topbar,
.fcp-app-bottom-nav{display:none}
.fcp-app-main .fcp-app-admin-wrap > h1:first-child,
.fcp-app-main .wrap > h1:first-child{
  margin-top:0 !important;
}
.fcp-app-main .fcp-crm-tabs,
.fcp-app-main .nav-tab-wrapper,
.fcp-app-main .fcp-tabs{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.fcp-app-main .fcp-crm-tabs::-webkit-scrollbar,
.fcp-app-main .nav-tab-wrapper::-webkit-scrollbar,
.fcp-app-main .fcp-tabs::-webkit-scrollbar{display:none}

@media (min-width: 961px){
  .fcp-app-shell{grid-template-columns:280px minmax(0,1fr)}
  .fcp-app-main{padding:30px clamp(28px,3vw,54px) 70px}
  .fcp-app-topbar{position:sticky;top:14px;z-index:4;backdrop-filter:blur(16px);background:rgba(255,255,255,.88) !important}
}

@media (max-width: 960px){
  html.fcp-app-active, body.fcp-app-root-page{background:#eef4fb !important}
  .fcp-app-shell{
    display:block;
    width:100% !important;
    min-height:100dvh;
    margin:0 !important;
    padding:0;
    background:
      radial-gradient(circle at -15% -10%, rgba(32,164,243,.25), transparent 48%),
      linear-gradient(180deg,#f7fbff 0%,#eef4fb 42%,#eaf1fa 100%);
  }
  .fcp-app-sidebar{
    position:sticky;
    top:0;
    height:auto;
    min-height:0;
    display:block;
    padding:14px 14px 12px;
    border-radius:0 0 24px 24px;
    box-shadow:0 14px 36px rgba(6,27,58,.24);
    z-index:99;
  }
  .fcp-app-brand{border-bottom:0;padding-bottom:8px;gap:10px}
  .fcp-app-logo{width:38px;height:38px;border-radius:13px;font-size:14px}
  .fcp-app-brand strong{font-size:13px;color:#fff}
  .fcp-app-brand small{font-size:11px;color:#bdd3ed}
  .fcp-app-user{
    display:none !important;
  }
  .fcp-app-nav{
    display:flex;
    flex-direction:row;
    gap:8px;
    overflow-x:auto;
    padding:8px 0 2px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .fcp-app-nav::-webkit-scrollbar{display:none}
  .fcp-app-nav a{
    flex:0 0 auto;
    min-width:auto;
    white-space:nowrap;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.11);
    color:#dcebff;
    font-size:13px;
  }
  .fcp-app-nav a.is-active{
    background:#fff;
    color:#062352;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
  }
  .fcp-app-main{
    padding:14px 12px calc(92px + var(--fcp-mobile-safe-bottom)) !important;
  }
  .fcp-app-topbar{
    padding:14px 15px !important;
    margin:0 0 12px !important;
    border-radius:22px !important;
    box-shadow:0 12px 30px rgba(6,27,58,.08) !important;
    flex-direction:row !important;
    align-items:center !important;
  }
  .fcp-app-topbar small{font-size:10px;color:#0b63ce;letter-spacing:.08em}
  .fcp-app-topbar h1{font-size:22px !important;letter-spacing:-.04em;margin-top:1px;color:#061b3a !important}
  .fcp-app-top-actions{display:none !important}
  .fcp-app-public-badge{font-size:11px;padding:7px 9px}
  .fcp-app-main .wrap,
  .fcp-app-admin-wrap{
    padding:0 !important;
    width:100% !important;
    max-width:100% !important;
  }
  .fcp-app-main .wrap > h1,
  .fcp-app-main .fcp-app-admin-wrap > h1,
  .fcp-app-main h1{
    font-size:25px !important;
    line-height:1.05 !important;
    letter-spacing:-.04em;
    margin:14px 0 12px !important;
    color:#061b3a !important;
  }
  .fcp-app-main h2{font-size:20px !important;letter-spacing:-.03em;color:#061b3a !important}
  .fcp-app-main h3{font-size:17px !important;color:#061b3a !important}
  .fcp-app-main p{font-size:14px;line-height:1.45;color:#53677f}
  .fcp-app-main .fcp-grid,
  .fcp-app-main .fcp-kpi-grid,
  .fcp-app-main .fcp-dashboard-grid,
  .fcp-app-main .fcp-client-grid,
  .fcp-app-main .fcp-cards-grid,
  .fcp-app-main .fcp-summary-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .fcp-app-main .fcp-card,
  .fcp-app-main .fcp-panel,
  .fcp-app-main .fcp-box,
  .fcp-app-main .fcp-kpi,
  .fcp-app-main .fcp-summary-card,
  .fcp-app-main .postbox,
  .fcp-app-main .card,
  .fcp-app-main .fcp-section,
  .fcp-app-main .fcp-form-card,
  .fcp-app-main .fcp-client-detail-card{
    border-radius:20px !important;
    padding:15px !important;
    margin:0 0 12px !important;
    box-shadow:0 12px 30px rgba(6,27,58,.06) !important;
  }
  .fcp-app-main form p,
  .fcp-app-main .form-field,
  .fcp-app-main .fcp-field,
  .fcp-app-main .fcp-form-row{
    margin-bottom:13px !important;
  }
  .fcp-app-main input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .fcp-app-main select,
  .fcp-app-main textarea{
    width:100% !important;
    min-height:48px;
    font-size:16px !important;
    box-sizing:border-box;
  }
  .fcp-app-main .button,
  .fcp-app-main button,
  .fcp-app-main input[type="submit"],
  .fcp-app-main a.button{
    min-height:46px;
    border-radius:14px !important;
    font-size:14px !important;
    text-align:center;
  }
  .fcp-app-main .button + .button,
  .fcp-app-main a.button + a.button,
  .fcp-app-main button + button{margin-left:0 !important;margin-top:6px}
  .fcp-app-main .wp-list-table,
  .fcp-app-main table.widefat,
  .fcp-app-main table.fcp-table,
  .fcp-app-main .fcp-table-wrap table{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    overflow-x:auto !important;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
    border-radius:18px !important;
  }
  .fcp-app-main .wp-list-table tbody,
  .fcp-app-main table.widefat tbody{min-width:760px}
  .fcp-app-main table th,
  .fcp-app-main table td{padding:11px 12px !important;font-size:13px !important}
  .fcp-app-main .fcp-crm-tabs,
  .fcp-app-main .nav-tab-wrapper,
  .fcp-app-main .fcp-tabs,
  .fcp-app-main .subsubsub{
    display:flex !important;
    gap:8px;
    overflow-x:auto;
    padding:8px 2px 10px !important;
    margin:0 0 12px !important;
    white-space:nowrap;
  }
  .fcp-app-main .nav-tab,
  .fcp-app-main .fcp-tab,
  .fcp-app-main .subsubsub a,
  .fcp-app-main .fcp-crm-tabs a,
  .fcp-app-main .fcp-crm-tabs button{
    flex:0 0 auto;
    border-radius:999px !important;
    padding:10px 13px !important;
    border:1px solid #cfe0f2 !important;
    background:#fff !important;
    color:#0b376d !important;
    font-weight:800 !important;
    text-decoration:none !important;
  }
  .fcp-app-main .nav-tab-active,
  .fcp-app-main .is-active,
  .fcp-app-main .fcp-crm-tabs .active{
    background:linear-gradient(135deg,#0b63ce,#06458f) !important;
    color:#fff !important;
    border-color:transparent !important;
  }
  .fcp-app-main .fcp-calendar,
  .fcp-app-main .fcp-calendar-grid,
  .fcp-app-main [class*="calendar"]{
    max-width:100%;
  }
  .fcp-app-main .fcp-calendar-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .fcp-app-main .fcp-calendar-day,
  .fcp-app-main .fcp-day,
  .fcp-app-main .calendar-day{
    min-height:96px !important;
    border-radius:18px !important;
    background:#fff !important;
    border:1px solid #dce8f6 !important;
  }
  .fcp-app-main .fcp-task-card,
  .fcp-app-main .task-card,
  .fcp-app-main [class*="task-card"]{
    border-radius:16px !important;
    padding:12px !important;
    background:#fff !important;
    border:1px solid #dbe7f5 !important;
    box-shadow:0 8px 18px rgba(6,27,58,.06) !important;
  }
  .fcp-app-bottom-nav{
    display:flex;
    position:fixed;
    left:10px;
    right:10px;
    bottom:calc(10px + var(--fcp-mobile-safe-bottom));
    z-index:9999;
    justify-content:space-around;
    gap:6px;
    padding:9px;
    border-radius:24px;
    background:rgba(5,20,42,.94);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 18px 46px rgba(0,0,0,.32);
    backdrop-filter:blur(20px);
  }
  .fcp-app-bottom-nav a{
    flex:1 1 0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    min-height:48px;
    border-radius:17px;
    text-decoration:none;
    color:#b7c8dd;
    font-size:11px;
    font-weight:800;
  }
  .fcp-app-bottom-nav a::before{
    content:attr(data-icon);
    font-size:17px;
    line-height:1;
  }
  .fcp-app-bottom-nav a.is-active{
    color:#fff;
    background:linear-gradient(135deg,#0b63ce,#20a4f3);
  }
}

@media (max-width: 430px){
  .fcp-app-main{padding-left:10px !important;padding-right:10px !important}
  .fcp-app-topbar h1{font-size:20px !important}
  .fcp-app-nav a{font-size:12px;padding:9px 12px}
  .fcp-app-main table th,
  .fcp-app-main table td{font-size:12px !important}
}


/* 14.2.25 - Mobile native app redesign
   Obiettivo: esperienza mobile separata dal look backend WordPress, stile Any.do/Trello/CRM. */
.fcp-native-mobile-header{display:none}

@media (max-width: 960px){
  html.fcp-app-mobile,
  html.fcp-app-active,
  body.fcp-app-root-page{
    background:#f5f7fb !important;
    overscroll-behavior-y:contain;
  }
  body.fcp-app-root-page{
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  }
  .fcp-app-shell{
    --fcp-app-bg:#f5f7fb;
    --fcp-app-card:#ffffff;
    --fcp-app-text:#071d3a;
    --fcp-app-muted:#667991;
    --fcp-app-border:#e0e8f2;
    --fcp-app-primary:#1686f3;
    --fcp-app-primary-dark:#075cc0;
    min-height:100dvh;
    background:#f5f7fb !important;
    padding-bottom:calc(88px + var(--fcp-mobile-safe-bottom));
  }

  /* Header mobile vero: non più sidebar backend */
  .fcp-native-mobile-header{
    display:flex;
    position:sticky;
    top:0;
    z-index:10000;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px 14px 10px;
    background:rgba(245,247,251,.92);
    border-bottom:1px solid rgba(224,232,242,.75);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .fcp-native-mobile-brand{display:flex;align-items:center;gap:10px;min-width:0}
  .fcp-native-mobile-brand .fcp-app-logo{width:38px;height:38px;border-radius:15px;font-size:15px;flex:0 0 38px}
  .fcp-native-mobile-brand strong{display:block;color:#071d3a;font-size:15px;line-height:1.1;font-weight:900;letter-spacing:-.03em}
  .fcp-native-mobile-brand small{display:block;color:#667991;font-size:12px;font-weight:800;margin-top:2px}
  .fcp-native-mobile-action{
    display:inline-flex;align-items:center;justify-content:center;
    min-height:38px;padding:0 13px;border-radius:999px;
    color:#fff !important;text-decoration:none !important;font-weight:900;font-size:13px;
    background:linear-gradient(135deg,#1686f3,#075cc0);
    box-shadow:0 10px 22px rgba(22,134,243,.24);
    white-space:nowrap;
  }

  .fcp-app-sidebar{
    display:none !important;
  }
  .fcp-app-topbar{
    display:none !important;
  }
  .fcp-app-main{
    padding:12px 12px 0 !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }
  .fcp-app-main .wrap,
  .fcp-app-admin-wrap{
    background:transparent !important;
  }

  /* Gerarchia più app, meno wp-admin */
  .fcp-app-main .wrap > h1,
  .fcp-app-main .fcp-app-admin-wrap > h1,
  .fcp-app-main h1{
    font-size:26px !important;
    line-height:1.05 !important;
    margin:8px 2px 14px !important;
    letter-spacing:-.055em !important;
    color:#071d3a !important;
  }
  .fcp-app-main h2{font-size:21px !important;line-height:1.12 !important;color:#071d3a !important;letter-spacing:-.045em !important}
  .fcp-app-main h3{font-size:17px !important;color:#071d3a !important;letter-spacing:-.025em !important}
  .fcp-app-main p,.fcp-app-main small{color:#667991 !important}

  /* Card native */
  .fcp-app-main .fcp-card,
  .fcp-app-main .fcp-panel,
  .fcp-app-main .fcp-box,
  .fcp-app-main .fcp-kpi,
  .fcp-app-main .fcp-summary-card,
  .fcp-app-main .postbox,
  .fcp-app-main .card,
  .fcp-app-main .fcp-section,
  .fcp-app-main .fcp-form-card,
  .fcp-app-main .fcp-client-detail-card,
  .fcp-app-main .fcp-notification-panel,
  .fcp-app-main .fcp-calendar-day,
  .fcp-app-main .fcp-day,
  .fcp-app-main .calendar-day{
    border-radius:24px !important;
    border:1px solid #e0e8f2 !important;
    background:#fff !important;
    box-shadow:0 10px 28px rgba(7,29,58,.055) !important;
  }

  /* Form più touch-friendly */
  .fcp-app-main label{font-size:13px !important;color:#071d3a !important;font-weight:900 !important;margin-bottom:7px !important}
  .fcp-app-main input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .fcp-app-main select,
  .fcp-app-main textarea{
    min-height:52px !important;
    border-radius:18px !important;
    border:1px solid #d9e4f1 !important;
    background:#fff !important;
    color:#071d3a !important;
    font-size:16px !important;
    padding:13px 15px !important;
    box-shadow:0 2px 0 rgba(7,29,58,.015) !important;
  }
  .fcp-app-main textarea{min-height:108px !important}
  .fcp-app-main input:focus,
  .fcp-app-main select:focus,
  .fcp-app-main textarea:focus{
    outline:none !important;
    border-color:#1686f3 !important;
    box-shadow:0 0 0 4px rgba(22,134,243,.12) !important;
  }

  /* Pulsanti: niente stile plugin/WordPress */
  .fcp-app-main .button,
  .fcp-app-main .button-primary,
  .fcp-app-main button,
  .fcp-app-main input[type="submit"],
  .fcp-app-main a.button,
  .fcp-app-main .fcp-btn,
  .fcp-app-main .fcp-btn-primary{
    min-height:46px !important;
    border-radius:17px !important;
    padding:11px 15px !important;
    font-size:14px !important;
    line-height:1.1 !important;
    font-weight:900 !important;
    text-decoration:none !important;
    border:1px solid #d9e4f1 !important;
    background:#fff !important;
    color:#0b376d !important;
    box-shadow:none !important;
  }
  .fcp-app-main .button-primary,
  .fcp-app-main input[type="submit"].button-primary,
  .fcp-app-main .fcp-btn-primary{
    color:#fff !important;
    background:linear-gradient(135deg,#1686f3,#075cc0) !important;
    border-color:transparent !important;
    box-shadow:0 10px 22px rgba(22,134,243,.18) !important;
  }
  .fcp-app-main a:not(.button):not(.fcp-native-mobile-action):not(.fcp-app-bottom-nav a){color:#075cc0 !important;font-weight:850}

  /* Chip/tag: sostituisce il magenta pesante visto nel video */
  .fcp-app-main .fcp-chip,
  .fcp-app-main .fcp-badge,
  .fcp-app-main .fcp-tag,
  .fcp-app-main .tag,
  .fcp-app-main .badge,
  .fcp-app-main [class*="badge"],
  .fcp-app-main [class*="chip"],
  .fcp-app-main [class*="tag"]{
    border-radius:999px !important;
    border:1px solid #dce7f4 !important;
    background:#f4f8fd !important;
    color:#0b376d !important;
    font-weight:900 !important;
    box-shadow:none !important;
  }
  .fcp-app-main [class*="priority"],
  .fcp-app-main [class*="alta"],
  .fcp-app-main [class*="urgent"]{
    color:#9b3a08 !important;
    background:#fff5e8 !important;
    border-color:#ffd7a6 !important;
  }

  /* Tabelle desktop -> cards mobile */
  .fcp-app-main table.fcp-mobile-card-table,
  .fcp-app-main table.widefat.fcp-mobile-card-table,
  .fcp-app-main .wp-list-table.fcp-mobile-card-table{
    display:block !important;
    width:100% !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    white-space:normal !important;
    overflow:visible !important;
  }
  .fcp-app-main table.fcp-mobile-card-table thead{display:none !important}
  .fcp-app-main table.fcp-mobile-card-table tbody{display:block !important;min-width:0 !important;width:100% !important}
  .fcp-app-main table.fcp-mobile-card-table tr{
    display:block !important;
    margin:0 0 12px !important;
    padding:14px !important;
    border-radius:24px !important;
    border:1px solid #e0e8f2 !important;
    background:#fff !important;
    box-shadow:0 10px 28px rgba(7,29,58,.055) !important;
  }
  .fcp-app-main table.fcp-mobile-card-table td,
  .fcp-app-main table.fcp-mobile-card-table th{
    display:flex !important;
    justify-content:space-between;
    align-items:flex-start;
    gap:14px;
    width:100% !important;
    border:0 !important;
    padding:8px 0 !important;
    white-space:normal !important;
    font-size:14px !important;
    color:#071d3a !important;
  }
  .fcp-app-main table.fcp-mobile-card-table td::before{
    content:attr(data-fcp-label);
    flex:0 0 38%;
    max-width:38%;
    color:#667991;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.07em;
    font-weight:950;
  }
  .fcp-app-main table.fcp-mobile-card-table td:empty{display:none !important}
  .fcp-app-main table.fcp-mobile-card-table td.check-column,
  .fcp-app-main table.fcp-mobile-card-table th.check-column{display:none !important}

  /* Task/Kanban stile app */
  .fcp-app-main .fcp-kanban,
  .fcp-app-main .fcp-kanban-board,
  .fcp-app-main [class*="kanban"]{
    gap:12px !important;
  }
  .fcp-app-main .fcp-kanban-column,
  .fcp-app-main [class*="kanban-column"]{
    border-radius:26px !important;
    background:#f7faff !important;
    border:1px solid #e0e8f2 !important;
    padding:13px !important;
    min-width:0 !important;
  }
  .fcp-app-main .fcp-task-card,
  .fcp-app-main .task-card,
  .fcp-app-main [class*="task-card"]{
    position:relative;
    border-radius:23px !important;
    padding:16px !important;
    background:#fff !important;
    border:1px solid #e0e8f2 !important;
    box-shadow:0 12px 26px rgba(7,29,58,.065) !important;
    color:#071d3a !important;
  }
  .fcp-app-main .fcp-task-card strong,
  .fcp-app-main .task-card strong,
  .fcp-app-main [class*="task-card"] strong{font-size:16px !important;color:#071d3a !important;letter-spacing:-.025em}
  .fcp-app-main .fcp-task-card select,
  .fcp-app-main .task-card select{margin-top:10px !important}

  /* Calendario: su mobile meglio lista leggibile */
  .fcp-app-main .fcp-calendar-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .fcp-app-main .fcp-calendar-day,
  .fcp-app-main .fcp-day,
  .fcp-app-main .calendar-day{
    min-height:72px !important;
    padding:13px !important;
  }

  /* Nasconde elementi tecnici/ingombranti tipici admin, ma non le funzioni */
  .fcp-app-main .notice,
  .fcp-app-main .updated,
  .fcp-app-main .error{
    border-radius:18px !important;
    margin:0 0 12px !important;
    padding:12px 14px !important;
  }
  .fcp-app-main .subsubsub li::after{display:none !important}

  /* Bottom nav stile app */
  .fcp-app-bottom-nav{
    display:flex !important;
    left:12px !important;
    right:12px !important;
    bottom:calc(12px + var(--fcp-mobile-safe-bottom)) !important;
    padding:8px !important;
    border-radius:28px !important;
    background:rgba(7,20,39,.94) !important;
    box-shadow:0 20px 50px rgba(7,20,39,.34) !important;
    border:1px solid rgba(255,255,255,.12) !important;
  }
  .fcp-app-bottom-nav a{
    min-height:50px !important;
    border-radius:20px !important;
    font-size:10px !important;
    letter-spacing:-.02em;
    color:#aebed1 !important;
  }
  .fcp-app-bottom-nav a::before{font-size:17px !important;margin-bottom:1px}
  .fcp-app-bottom-nav a.is-active{
    background:linear-gradient(135deg,#1686f3,#26b3ff) !important;
    color:#fff !important;
    box-shadow:0 12px 26px rgba(22,134,243,.32) !important;
  }
}

@media (max-width: 390px){
  .fcp-native-mobile-action{display:none}
  .fcp-app-bottom-nav{left:8px !important;right:8px !important;border-radius:24px !important}
  .fcp-app-bottom-nav a{font-size:9px !important;min-height:48px !important}
  .fcp-app-main{padding-left:9px !important;padding-right:9px !important}
}


/* 14.2.26 - Smart mobile dashboard and activities UI */
.fcp-native-mobile-header{display:none}
@media (max-width:960px){
  .fcp-app-shell{--nav-h:74px;--header-h:74px;background:#f7f9fc!important;}
  .fcp-app-sidebar{display:none!important;}
  .fcp-native-mobile-header{position:sticky;top:0;z-index:101;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px 12px;background:#fff;border-bottom:1px solid #e6edf7;box-shadow:0 8px 28px rgba(15,46,95,.07)}
  .fcp-native-mobile-brand{display:flex;align-items:center;gap:10px;min-width:0}.fcp-native-mobile-brand .fcp-app-logo{width:42px;height:42px;border-radius:14px;font-size:18px}.fcp-native-mobile-brand strong{display:block;font-size:17px;line-height:1.1;color:#0f2345}.fcp-native-mobile-brand small{display:block;font-size:12px;color:#6d7f97;margin-top:3px}.fcp-native-mobile-action{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;border-radius:14px;background:#f53b8c;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 8px 20px rgba(245,59,140,.24)}
  .fcp-app-topbar{display:none!important;}
  .fcp-app-main{padding:12px 12px calc(var(--nav-h) + 18px)!important;}
  .fcp-app-main .wrap,.fcp-app-main .fcp-app-admin-wrap{margin:0!important;padding:0!important;max-width:100%!important}
  .fcp-app-main .notice,.fcp-app-main .updated,.fcp-app-main .error{margin:0 0 12px!important}
  .fcp-app-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:120;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px;border-radius:24px;background:#0b2246;box-shadow:0 16px 40px rgba(5,21,44,.28)}
  .fcp-app-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:58px;padding:7px 4px;border-radius:18px;color:#c8d6ea;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:-.01em;background:transparent;border:0}
  .fcp-app-bottom-nav a::before{content:attr(data-icon);display:block;font-size:18px;line-height:1}
  .fcp-app-bottom-nav a.is-active{background:#2293ff;color:#fff;box-shadow:0 10px 20px rgba(34,147,255,.28)}

  /* generic cards */
  .fcp-app-main .fcp-card,.fcp-app-main .fcp-panel,.fcp-app-main .postbox,.fcp-app-main .card,.fcp-app-main .fcp-form-card,.fcp-app-main .fcp-client-manage-card,.fcp-app-main .fcp-dashboard-panel{border-radius:20px!important;padding:14px!important;box-shadow:0 8px 24px rgba(16,36,60,.06)!important;border:1px solid #e7eef8!important;background:#fff!important}
  .fcp-app-main h1{font-size:28px!important;line-height:1.05;margin:0 0 10px!important}.fcp-app-main h2{font-size:18px!important;line-height:1.15;margin:0 0 12px!important}.fcp-app-main h3{font-size:16px!important;line-height:1.2;margin:0 0 10px!important}.fcp-app-main p,.fcp-app-main li,.fcp-app-main td,.fcp-app-main label,.fcp-app-main .description{font-size:13px!important;line-height:1.45!important;color:#5a6f8d!important}
  .fcp-app-main .button,.fcp-app-main button,.fcp-app-main a.button{min-height:40px!important;padding:8px 12px!important;font-size:13px!important}
  .fcp-app-main input:not([type=checkbox]):not([type=radio]):not([type=submit]),.fcp-app-main select,.fcp-app-main textarea{min-height:40px!important;padding:9px 12px!important;font-size:14px!important}
  .fcp-app-main .fcp-grid,.fcp-app-main .fcp-grid-2,.fcp-app-main .fcp-grid-3,.fcp-app-main .fcp-admin-two-col,.fcp-app-main .fcp-edit-grid,.fcp-app-main .fcp-client-board-grid{grid-template-columns:1fr!important;gap:10px!important}

  /* dashboard inspiration #1 */
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main > .wrap > h1:first-child,
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main > .fcp-app-admin-wrap > h1:first-child{display:none!important}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-bottom:12px!important}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-card{padding:12px!important;border-radius:16px!important;min-height:92px}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-card h3{font-size:12px!important;color:#7f8da3!important;text-transform:none!important;margin-bottom:8px!important}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-big{font-size:28px!important;color:#10243c!important;font-weight:900!important;margin:0!important}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-card:nth-child(1) .fcp-big{color:#ff4b6a!important}.fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-card:nth-child(2) .fcp-big{color:#3d72ff!important}.fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-card:nth-child(3) .fcp-big{color:#1cb17f!important}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type::before{content:"Ciao, Felice 👋";display:block;grid-column:1/-1;font-size:24px;font-weight:900;color:#0f2345;margin:2px 0 -2px}.fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type::after{content:"Ecco cosa conta oggi.";display:block;grid-column:1/-1;font-size:13px;color:#7a8ca6;margin:-2px 0 4px}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-card + .fcp-card{margin-top:10px!important}

  /* Task / activities inspired by #3 and #6 */
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;margin-bottom:12px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-tabs a{display:flex!important;align-items:center;justify-content:center;min-height:42px;border-radius:14px!important;background:#f4f7fb!important;color:#28456b!important;font-size:12px!important;text-transform:none!important;letter-spacing:0!important;font-weight:800!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-tabs a.button-primary,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-tabs a.is-active{background:#d9ebff!important;color:#0b4db3!important;border-color:#bedcff!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-card > h2:first-child{font-size:28px!important;margin-bottom:12px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-card > h2:first-child::before{content:"Le mie attività";display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7d8ca2;margin-bottom:6px}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-board,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-column,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban-col{min-width:220px;scroll-snap-align:start;background:#fff!important;border-radius:18px!important;padding:10px!important;border:1px solid #e6edf7!important;box-shadow:none!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-column:nth-child(1),.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban-col:nth-child(1){background:#eef5ff!important}.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-column:nth-child(2),.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban-col:nth-child(2){background:#fff8e7!important}.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-column:nth-child(3),.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban-col:nth-child(3){background:#effaf3!important}.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-column h3,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban-col h3{font-size:15px!important;text-transform:none!important;letter-spacing:0!important;margin-bottom:8px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-column h3 span,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban-col h3 span{background:#fff!important;border:1px solid #d7e2f3!important;padding:4px 8px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-task,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-task-card{grid-template-columns:1fr!important;padding:10px!important;border-radius:14px!important;margin-bottom:8px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-check,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-calendar-complete{display:none!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-main strong{font-size:14px!important}.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-main p{display:none!important}.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-meta{gap:6px!important}.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-date{padding:6px 9px!important;border-radius:999px!important;background:#fff!important;border:1px solid #dbe6f5!important;font-size:11px!important}

  /* calendar mobile like Google Calendar */
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:6px!important;overflow-x:auto;align-items:start}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-day,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-box{min-width:110px;min-height:130px!important;padding:8px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e6edf7!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-day h3,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-box h3{position:sticky;top:0;background:#fff;font-size:12px!important;padding-bottom:4px;margin-bottom:6px!important;z-index:1}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-item{padding:7px!important;border-radius:10px!important;border-left:3px solid #5c8fff!important;background:#eef4ff!important;margin-bottom:6px!important;box-shadow:none!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-item strong{font-size:11px!important;line-height:1.25!important;color:#0f2345!important}.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-item span{font-size:10px!important;line-height:1.2!important;color:#5a6f8d!important;margin-left:0!important}

  /* leads compact */
  .fcp-app-shell[data-tab="lead"] .fcp-app-main table thead{display:none!important}
  .fcp-app-shell[data-tab="lead"] .fcp-app-main table,.fcp-app-shell[data-tab="lead"] .fcp-app-main tbody,.fcp-app-shell[data-tab="lead"] .fcp-app-main tr,.fcp-app-shell[data-tab="lead"] .fcp-app-main td{display:block!important;width:100%!important}
  .fcp-app-shell[data-tab="lead"] .fcp-app-main tr{padding:12px!important;border:1px solid #e7eef8!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px rgba(16,36,60,.05)!important;margin-bottom:10px!important}
  .fcp-app-shell[data-tab="lead"] .fcp-app-main td{padding:4px 0!important;border:0!important}.fcp-app-shell[data-tab="lead"] .fcp-app-main td::before{content:attr(data-fcp-label);display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#7b8ca2;margin-bottom:3px}
  .fcp-app-shell[data-tab="lead"] .fcp-app-main .fcp-lead-actions,.fcp-app-shell[data-tab="lead"] .fcp-app-main .fcp-actions-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}
  .fcp-app-shell[data-tab="lead"] .fcp-app-main .fcp-grid:first-of-type{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-bottom:10px!important}

  /* clients */
  .fcp-app-shell[data-tab="clienti"] .fcp-app-main table thead{display:none!important}
  .fcp-app-shell[data-tab="clienti"] .fcp-app-main table,.fcp-app-shell[data-tab="clienti"] .fcp-app-main tbody,.fcp-app-shell[data-tab="clienti"] .fcp-app-main tr,.fcp-app-shell[data-tab="clienti"] .fcp-app-main td{display:block!important;width:100%!important}
  .fcp-app-shell[data-tab="clienti"] .fcp-app-main tr{padding:12px!important;border:1px solid #e7eef8!important;border-radius:18px!important;background:#fff!important;margin-bottom:10px!important}
  .fcp-app-shell[data-tab="clienti"] .fcp-app-main td{padding:4px 0!important;border:0!important}.fcp-app-shell[data-tab="clienti"] .fcp-app-main td::before{content:attr(data-fcp-label);display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#7b8ca2;margin-bottom:3px}
}

/* 14.2.27 - Mobile spacing, task sheet, compact calendar and Zoho lead view */
@media (max-width:960px){
  .fcp-app-shell{--nav-h:72px;background:#f7f9fc!important;}
  .fcp-native-mobile-header{padding:9px 14px 8px!important;min-height:62px!important;gap:8px!important}
  .fcp-native-mobile-brand .fcp-app-logo{width:36px!important;height:36px!important;border-radius:12px!important}
  .fcp-native-mobile-brand strong{font-size:18px!important;line-height:1.05!important}
  .fcp-native-mobile-brand small{font-size:12px!important;margin-top:2px!important}
  .fcp-native-mobile-action{height:42px!important;min-width:90px!important;border-radius:16px!important;padding:0 13px!important;background:#f5368b!important;color:#fff!important;font-size:15px!important}

  .fcp-app-main{padding:8px 10px calc(var(--nav-h) + 12px)!important}
  .fcp-app-main .fcp-card,.fcp-app-main .fcp-panel,.fcp-app-main .postbox,.fcp-app-main .card,.fcp-app-main .fcp-form-card,.fcp-app-main .fcp-client-manage-card,.fcp-app-main .fcp-dashboard-panel{padding:10px!important;margin:0 0 8px!important;border-radius:16px!important}
  .fcp-app-main h1{font-size:23px!important;margin:0 0 8px!important}
  .fcp-app-main h2{font-size:17px!important;margin:0 0 8px!important}
  .fcp-app-main h3{font-size:15px!important;margin:0 0 6px!important}
  .fcp-app-main p,.fcp-app-main li,.fcp-app-main td,.fcp-app-main label,.fcp-app-main .description{font-size:12px!important;line-height:1.35!important;margin:2px 0!important}
  .fcp-app-main .fcp-grid,.fcp-app-main .fcp-grid-2,.fcp-app-main .fcp-grid-3,.fcp-app-main .fcp-admin-two-col,.fcp-app-main .fcp-edit-grid,.fcp-app-main .fcp-client-board-grid{gap:7px!important;margin:7px 0!important}
  .fcp-app-main input:not([type=checkbox]):not([type=radio]):not([type=submit]),.fcp-app-main select,.fcp-app-main textarea{min-height:36px!important;padding:7px 10px!important;font-size:13px!important;border-radius:12px!important}
  .fcp-app-main .button,.fcp-app-main button,.fcp-app-main a.button{min-height:34px!important;padding:6px 9px!important;border-radius:11px!important;font-size:12px!important}
  .fcp-app-main .fcp-actions-row,.fcp-app-main .fcp-crm-anydo-actions,.fcp-app-main .fcp-calendar-task-actions{gap:4px!important;margin-top:4px!important}

  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin:6px 0 10px!important}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type::before{content:"Ciao, Felice 👋";grid-column:1/-1;font-size:22px;font-weight:900;color:#0f2345;margin:0}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type::after{content:"Ecco cosa conta oggi.";grid-column:1/-1;font-size:13px;color:#6c7d94;margin:-4px 0 2px}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-card{min-height:76px!important;padding:10px!important;border-radius:15px!important}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-card h3{font-size:11px!important;margin:0 0 5px!important;color:#7d8aa0!important}
  .fcp-app-shell[data-tab="dashboard"] .fcp-app-main .fcp-grid:first-of-type .fcp-big{font-size:24px!important;margin:0!important}

  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;margin:4px 0 8px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-tabs a{min-height:34px!important;padding:6px 8px!important;border-radius:12px!important;font-size:11px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-card > h2:first-child{font-size:21px!important;margin-bottom:8px!important}

  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-board,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban{grid-template-columns:repeat(3,200px)!important;gap:7px!important;overflow-x:auto!important;align-items:start!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-column,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-kanban-col{min-width:200px!important;padding:8px!important;border-radius:15px!important;min-height:150px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-task,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-task-card{padding:8px!important;margin-bottom:6px!important;border-radius:12px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-main strong{font-size:13px!important;line-height:1.2!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-meta{gap:4px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-anydo-date{padding:4px 7px!important;font-size:10px!important}

  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar{display:grid!important;grid-template-columns:repeat(7,82px)!important;gap:4px!important;overflow-x:auto!important;align-items:start!important;padding:2px 0 8px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-day,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-box{min-width:82px!important;min-height:92px!important;max-height:148px!important;overflow-y:auto!important;padding:5px!important;border-radius:12px!important;background:#fff!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-day h3,.fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-box h3{font-size:11px!important;margin:0 0 4px!important;padding-bottom:3px!important;line-height:1.1!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-item{padding:5px 5px!important;margin:0 0 4px!important;border-radius:9px!important;border-left:3px solid #3b82f6!important;background:#eef5ff!important;box-shadow:none!important;min-height:0!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-item strong{font-size:10px!important;line-height:1.15!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-crm-calendar-item span{font-size:9px!important;line-height:1.15!important;margin-left:0!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-calendar-task-actions{display:flex!important;gap:3px!important;margin-top:3px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-calendar-task-actions .button{min-height:24px!important;padding:2px 5px!important;font-size:9px!important}
  .fcp-app-shell[data-tab="task"] .fcp-app-main .fcp-calendar-complete-button{display:none!important}

  body.fcp-mobile-sheet-active .fcp-mobile-sheet-backdrop{display:block;position:fixed;inset:0;background:rgba(4,16,34,.48);z-index:230}
  .fcp-mobile-sheet-backdrop{display:none}
  .fcp-mobile-new-task-sheet{display:none!important}
  .fcp-mobile-new-task-sheet.is-open{display:block!important;position:fixed!important;left:8px!important;right:8px!important;bottom:calc(78px + env(safe-area-inset-bottom,0px))!important;max-height:76dvh!important;overflow:auto!important;z-index:250!important;background:#fff!important;border-radius:24px!important;box-shadow:0 24px 70px rgba(5,21,44,.30)!important;padding:14px!important}
  .fcp-mobile-sheet-close{position:sticky;top:0;margin-left:auto;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#eef4fb;border:1px solid #d8e4f2;color:#0f2345;font-weight:900}
  .fcp-title-suggestion.is-hidden-mobile{display:none!important}

  .fcp-mobile-lead-focus{display:block!important;margin:0 0 8px!important;padding:12px!important;border:1px solid #e7eef8;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(16,36,60,.06)}
  .fcp-mobile-lead-focus-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:8px}
  .fcp-mobile-lead-eyebrow{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#74859c}
  .fcp-mobile-lead-name{font-size:22px;font-weight:950;color:#0f2345;line-height:1.05;margin-top:2px}
  .fcp-mobile-lead-status{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#e8fff2;color:#087d44;font-size:10px;font-weight:900;text-transform:uppercase}
  .fcp-mobile-lead-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:8px 0}
  .fcp-mobile-lead-mini{padding:8px;border:1px solid #edf2f8;border-radius:13px;background:#f8fbff}
  .fcp-mobile-lead-mini span{display:block;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#8795aa;margin-bottom:3px}
  .fcp-mobile-lead-mini strong{display:block;font-size:13px;color:#10243c;line-height:1.2;word-break:break-word}
  .fcp-mobile-lead-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:8px}
  .fcp-mobile-lead-actions .button,.fcp-mobile-lead-actions a,.fcp-mobile-lead-actions button{width:100%!important;text-align:center!important;justify-content:center!important}
  .fcp-app-shell[data-tab="lead"] .fcp-app-main .fcp-grid:first-of-type{display:none!important}
  .fcp-app-shell[data-tab="lead"] .fcp-app-main .fcp-mobile-source-lead-row{display:none!important}
  .fcp-app-shell[data-tab="lead"] .fcp-app-main table{margin-top:8px!important}
}

/* 14.2.28 - Pixel 8 mobile density pass */
@media (max-width: 960px){
  .fcp-app-shell{--fcp-pixel8-gap:8px;--fcp-pixel8-radius:16px}
  .fcp-app-main{padding:8px 8px calc(82px + env(safe-area-inset-bottom,0px))!important}
  .fcp-app-main .wrap>h1,.fcp-app-topbar{display:none!important}
  .fcp-app-main .wrap{margin:0!important;padding:0!important}
  .fcp-app-main .fcp-card,.fcp-app-main .postbox,.fcp-dashboard-panel{border-radius:14px!important;margin:0 0 8px!important;padding:9px!important;box-shadow:0 4px 14px rgba(15,35,60,.045)!important}
  .fcp-app-main h2,.fcp-app-main h3{font-size:15px!important;line-height:1.1!important;margin:0 0 6px!important}
  .fcp-app-main p{margin:0 0 6px!important;line-height:1.25!important}
  .fcp-app-main label{font-size:12px!important;line-height:1.2!important}
  .fcp-app-main input,.fcp-app-main select,.fcp-app-main textarea{min-height:38px!important;font-size:15px!important;border-radius:12px!important}
  .fcp-app-main .button,.fcp-app-main button,.fcp-app-main a.button{min-height:34px!important;padding:7px 10px!important;border-radius:12px!important;font-size:13px!important;line-height:1!important}
  .fcp-native-mobile-header{height:72px!important;padding:10px 14px!important}
  .fcp-native-mobile-action{height:46px!important;padding:0 19px!important;border-radius:20px!important}

  /* Dashboard: niente colonne verticali inutili */
  .fcp-app-shell[data-tab="dashboard"] .fcp-dashboard-row-primary,
  .fcp-app-shell[data-tab="dashboard"] .fcp-dashboard-row-secondary{display:none!important}
  .fcp-mobile-dashboard-compact{display:grid!important;gap:7px;margin:0 0 8px!important}
  .fcp-mobile-kpi-strip,.fcp-mobile-task-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .fcp-mobile-kpi-strip article,.fcp-mobile-task-strip article{border:1px solid #e5edf7;background:#fff;border-radius:15px;padding:8px;min-width:0}
  .fcp-mobile-kpi-strip span,.fcp-mobile-task-strip span{display:block;color:#718096;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .fcp-mobile-kpi-strip strong,.fcp-mobile-task-strip strong{display:block;color:#0f2345;font-size:24px;line-height:1;font-weight:950;margin-top:3px}
  .fcp-mobile-kpi-strip em{display:block;font-style:normal;color:#718096;font-size:10px;margin-top:3px;white-space:nowrap}
  .fcp-dashboard-row-lists{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin:0!important}
  .fcp-dashboard-panel h2{font-size:14px!important}
  .fcp-mini-list-row,.fcp-alert-row{padding:7px 8px!important;border-radius:11px!important;margin-bottom:5px!important;min-height:0!important}
  .fcp-mini-list-row strong,.fcp-alert-row span{font-size:12px!important;line-height:1.1!important}
  .fcp-mini-list-row span,.fcp-alert-row strong{font-size:11px!important;line-height:1.1!important}

  /* Clienti: KPI secchi + filtri compatti */
  .fcp-app-shell[data-tab="clienti"] .wrap>p:first-of-type{display:none!important}
  .fcp-client-mobile-kpis{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin:0 0 8px!important}
  .fcp-client-dashboard-card{padding:8px!important;border-radius:14px!important;min-height:0!important;text-align:left!important}
  .fcp-client-dashboard-card h2{font-size:10px!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#718096!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .fcp-client-dashboard-card strong{font-size:24px!important;line-height:1!important;margin-top:4px!important;display:block!important}
  .fcp-client-dashboard-card span,.fcp-client-dashboard-card a{display:none!important}
  .fcp-client-filter-form{display:none!important}
  .fcp-mobile-client-search-open{display:inline-flex!important;margin:0 0 8px!important;width:100%!important;justify-content:center!important;background:#0ea5e9!important;color:#fff!important;border-color:#0ea5e9!important}
  .fcp-client-search-modal{position:fixed;inset:auto 10px calc(82px + env(safe-area-inset-bottom,0px)) 10px;z-index:260;background:#fff;border-radius:20px;padding:12px;box-shadow:0 22px 70px rgba(5,21,44,.32);display:none}
  .fcp-client-search-modal.is-open{display:block}
  .fcp-client-search-modal input{width:100%!important;margin:8px 0!important}
  .fcp-client-search-modal .fcp-client-modal-row{display:flex;gap:8px}
  .fcp-client-search-backdrop{display:none;position:fixed;inset:0;background:rgba(4,16,34,.45);z-index:250}.fcp-client-search-backdrop.is-open{display:block}
  .fcp-client-card,.fcp-client-item,.fcp-client-row,[class*="client"] .fcp-card{margin-bottom:7px!important}

  /* Lead: filtri in tab laterale, niente configurazioni operative su mobile */
  .fcp-app-shell[data-tab="lead"] .fcp-group-nav,
  .fcp-app-shell[data-tab="lead"] .fcp-lead-intro-card,
  .fcp-app-shell[data-tab="lead"] .fcp-lead-sources-desktop-only,
  .fcp-app-shell[data-tab="lead"] .fcp-quick-filter-row,
  .fcp-app-shell[data-tab="lead"] .fcp-lead-bulk-bar{display:none!important}
  .fcp-lead-mobile-kpis{display:grid!important;grid-template-columns:repeat(5,minmax(62px,1fr))!important;gap:6px!important;overflow-x:auto!important;margin:0 0 8px!important;padding-bottom:2px!important}
  .fcp-lead-mobile-kpis .fcp-card{padding:8px!important;margin:0!important;min-width:62px!important}
  .fcp-lead-mobile-kpis .fcp-card strong{font-size:10px!important;text-transform:uppercase;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
  .fcp-lead-mobile-kpis .fcp-big{font-size:24px!important;line-height:1!important;margin-top:4px!important}
  .fcp-mobile-filter-open{display:inline-flex!important;width:100%!important;justify-content:center!important;margin:0 0 8px!important;background:#0ea5e9!important;color:#fff!important;border-color:#0ea5e9!important}
  .fcp-lead-filter-form{display:none!important;position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(86vw,340px)!important;z-index:270!important;overflow:auto!important;border-radius:0 22px 22px 0!important;margin:0!important;padding:16px 12px calc(88px + env(safe-area-inset-bottom,0px))!important;box-shadow:20px 0 60px rgba(5,21,44,.30)!important;background:#fff!important}
  body.fcp-filter-drawer-active .fcp-lead-filter-form{display:block!important}
  .fcp-filter-drawer-backdrop{display:none;position:fixed;inset:0;background:rgba(4,16,34,.45);z-index:260}body.fcp-filter-drawer-active .fcp-filter-drawer-backdrop{display:block}
  .fcp-lead-table-wrap{margin-top:0!important}
  .fcp-lead-crm-table.fcp-mobile-card-table tr{padding:8px!important;margin-bottom:7px!important;border-radius:14px!important;background:#fff!important}
  .fcp-lead-crm-table.fcp-mobile-card-table td{padding:5px 0!important;min-height:0!important;font-size:12px!important}
  .fcp-lead-crm-table.fcp-mobile-card-table td::before{font-size:9px!important;letter-spacing:.06em!important;min-width:72px!important}
  .fcp-lead-crm-table.fcp-mobile-card-table td[data-fcp-label="Campagna"],
  .fcp-lead-crm-table.fcp-mobile-card-table td[data-fcp-label="Source"]{display:none!important}
  .fcp-lead-crm-table .button,.fcp-lead-crm-table button{min-height:30px!important;padding:6px 8px!important;font-size:12px!important}

  /* Task popup: versione rapida, senza campi inutili */
  .fcp-mobile-new-task-sheet.is-open{left:10px!important;right:10px!important;bottom:calc(78px + env(safe-area-inset-bottom,0px))!important;max-height:70dvh!important;padding:12px!important;border-radius:22px!important}
  .fcp-mobile-new-task-sheet h2{font-size:20px!important;margin:0 0 4px!important}
  .fcp-mobile-new-task-sheet p.description{display:none!important}
  .fcp-mobile-new-task-sheet label{font-size:12px!important}
  .fcp-mobile-new-task-sheet p{margin-bottom:7px!important}
  .fcp-mobile-new-task-sheet p:has(select[name="client_id"]),
  .fcp-mobile-new-task-sheet p:has(select[name="priority"]),
  .fcp-mobile-new-task-sheet p:has(select[name="task_context"]),
  .fcp-mobile-new-task-sheet p:has(select[name="quote_id"]){display:none!important}
  .fcp-mobile-new-task-sheet .fcp-title-suggestion,.fcp-mobile-new-task-sheet [class*="suggest"],.fcp-mobile-new-task-sheet [class*="preset"]{display:none!important}
  .fcp-mobile-new-task-sheet input[name="task_title"]{width:100%!important}
  .fcp-mobile-new-task-sheet textarea{min-height:78px!important}
  .fcp-mobile-new-task-sheet .submit{margin:6px 0 0!important;padding:0!important}
  .fcp-mobile-new-task-sheet .submit .button{width:100%!important;background:#0ea5e9!important;border-color:#0ea5e9!important;color:#fff!important}
  .fcp-crm-form-grid{gap:7px!important}
  .fcp-crm-quick-dates{display:flex!important;gap:6px!important;overflow-x:auto!important;margin:4px 0 6px!important}
  .fcp-crm-quick-dates button{white-space:nowrap!important}
}
@media (min-width: 961px){.fcp-mobile-dashboard-compact,.fcp-mobile-filter-open,.fcp-mobile-client-search-open{display:none!important}}
@media (max-width:960px){
  .fcp-client-quick-status{display:grid!important;grid-template-columns:repeat(3,1fr);gap:6px;margin:0 0 8px!important}.fcp-client-quick-status .button{text-align:center!important;justify-content:center!important}
  .fcp-mobile-hidden-task-field{display:none!important}.fcp-empty-mobile-field{display:none!important}
}

/* 14.2.29 - FCP Mobile Workspace: vera esperienza mobile-first */
.fcp-mobile-native-screen{display:none}
@media (min-width:961px){.fcp-mobile-native-screen{display:none!important}}
@media (max-width:960px){
  .fcp-app-shell{background:#f5f7fb!important;color:#0d2748!important;min-height:100svh!important}
  .fcp-native-mobile-header{height:72px!important;padding:10px 14px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px);box-shadow:0 8px 20px rgba(13,39,72,.06)!important}
  .fcp-native-mobile-brand .fcp-app-logo{width:42px!important;height:42px!important;border-radius:15px!important;background:linear-gradient(135deg,#63e2f0,#80e4c4)!important;color:#06264c!important;font-weight:900!important}
  .fcp-native-mobile-brand strong{font-size:18px!important;letter-spacing:-.04em!important}.fcp-native-mobile-brand small{font-size:12px!important;font-weight:800!important;color:#7b8da7!important}
  .fcp-native-mobile-action{min-width:54px!important;width:54px!important;height:48px!important;border-radius:17px!important;padding:0!important;font-size:0!important;background:#f2278b!important;color:#fff!important;box-shadow:0 14px 30px rgba(242,39,139,.28)!important}.fcp-native-mobile-action::before{content:'+';font-size:28px;font-weight:900;line-height:1}
  .fcp-app-main{padding:10px 10px calc(86px + env(safe-area-inset-bottom,0px))!important;max-width:100%!important;overflow-x:hidden!important}.fcp-app-legacy-content{display:none!important}.fcp-mobile-native-screen{display:block!important}.fcp-mobile-native-screen *{box-sizing:border-box}
  .fcp-app-bottom-nav{left:12px!important;right:12px!important;bottom:10px!important;grid-template-columns:repeat(4,1fr)!important;padding:7px!important;border-radius:25px!important;background:#0d213c!important;box-shadow:0 18px 42px rgba(6,17,37,.28)!important}.fcp-app-bottom-nav a{min-height:54px!important;border-radius:19px!important;font-size:10px!important;font-weight:850!important;color:#b8c6d8!important}.fcp-app-bottom-nav a.is-active{background:#1594ff!important;color:#fff!important;box-shadow:0 10px 22px rgba(21,148,255,.33)!important}.fcp-app-bottom-nav a::before{font-size:18px!important}
  .fcp-mobile-hero,.fcp-mobile-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px}.fcp-mobile-hero span,.fcp-mobile-section-head span{display:block;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#2281f4}.fcp-mobile-hero h2,.fcp-mobile-section-head h2{margin:1px 0 0!important;font-size:22px!important;line-height:1.05!important;color:#0d2748!important;letter-spacing:-.05em}.fcp-mobile-hero p{margin:2px 0 0!important;font-size:13px!important;color:#6f8097!important}.fcp-mobile-search-button,.fcp-mobile-filter-button{border:1px solid #dce7f5!important;background:#fff!important;color:#0d376a!important;border-radius:14px!important;min-height:39px!important;padding:0 13px!important;font-size:12px!important;font-weight:900!important;box-shadow:0 8px 18px rgba(13,39,72,.05)!important}
  .fcp-mobile-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:8px 0 10px}.fcp-mobile-kpi-row{display:grid;grid-template-columns:repeat(5,minmax(72px,1fr));gap:7px;overflow-x:auto;padding-bottom:2px;margin:8px 0 9px}.fcp-mobile-kpi-3{grid-template-columns:repeat(3,1fr);overflow:visible}.fcp-mobile-kpi-grid article,.fcp-mobile-kpi-row article{background:#fff;border:1px solid #e2ebf6;border-radius:16px;padding:9px 8px;min-height:60px;box-shadow:0 8px 20px rgba(13,39,72,.045)}.fcp-mobile-kpi-grid span,.fcp-mobile-kpi-row span{display:block;font-size:10px;line-height:1.15;font-weight:850;color:#71829a}.fcp-mobile-kpi-grid strong,.fcp-mobile-kpi-row strong{display:block;margin-top:4px;font-size:22px;line-height:1;font-weight:950;letter-spacing:-.05em;color:#0d2748}
  .fcp-mobile-block{background:#fff;border:1px solid #e4edf8;border-radius:20px;padding:11px;margin:9px 0;box-shadow:0 10px 24px rgba(13,39,72,.045)}.fcp-mobile-block header{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.fcp-mobile-block h3{margin:0!important;font-size:15px!important;color:#0d2748!important}.fcp-mobile-block header a{font-size:12px;font-weight:850;color:#1686f3;text-decoration:none}.fcp-mobile-list{display:grid;gap:7px}.fcp-mobile-empty{margin:0!important;padding:10px;border-radius:14px;background:#f6f9fd;color:#76879e!important;font-size:12px!important}
  .fcp-mobile-task-card,.fcp-mobile-lead-card,.fcp-mobile-client-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:start;border:1px solid #e2ebf6;background:#fff;border-radius:16px;padding:9px;min-height:68px;box-shadow:0 7px 18px rgba(13,39,72,.04)}.fcp-mobile-task-card strong,.fcp-mobile-card-main strong{display:block;font-size:14px;line-height:1.18;color:#0d2748;font-weight:950;letter-spacing:-.025em}.fcp-mobile-task-card span,.fcp-mobile-card-main span{display:block;margin-top:2px;font-size:12px;line-height:1.25;color:#71829a;font-weight:650}.fcp-mobile-task-card em,.fcp-mobile-client-card>em{align-self:start;border-radius:999px;background:#edf4ff;color:#175899;padding:5px 7px;font-style:normal;font-size:10px;font-weight:900;text-transform:uppercase}.fcp-mobile-task-card .prio-high,.fcp-mobile-task-card .prio-urgent{background:#ffecec;color:#bd1f1f}.fcp-mobile-card-actions{grid-column:1/-1;display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.fcp-mobile-card-actions a,.fcp-mobile-card-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border-radius:11px;border:1px solid #dfe9f6;background:#f8fbff;color:#0d376a;text-decoration:none;padding:0 9px;font-size:11px;font-weight:900}.fcp-mobile-card-actions a:first-child{background:#0e8bf7;color:#fff;border-color:#0e8bf7}.fcp-mobile-alert{background:#fff6e8;border:1px solid #ffd59b;border-radius:14px;padding:8px 10px;color:#8a4b00;font-size:12px;font-weight:800}
  .fcp-mobile-task-tabs,.fcp-mobile-chipbar{display:flex;gap:7px;overflow-x:auto;margin:6px 0 10px;padding-bottom:2px}.fcp-mobile-task-tabs button,.fcp-mobile-chipbar button,.fcp-mobile-chipbar select{flex:0 0 auto;border:1px solid #dae7f6;background:#fff;border-radius:999px;min-height:36px;padding:0 12px;color:#0d376a;font-weight:900;font-size:12px}.fcp-mobile-task-tabs button.is-active,.fcp-mobile-chipbar button.is-active{background:#0e8bf7;color:#fff;border-color:#0e8bf7}.fcp-mobile-task-panel{display:none}.fcp-mobile-task-panel.is-active{display:block}.fcp-mobile-timeline{display:grid;gap:8px}.fcp-mobile-week-day{margin:0 0 10px}.fcp-mobile-week-day h3{font-size:13px!important;margin:0 0 6px!important;color:#7b8da7!important;text-transform:uppercase;letter-spacing:.07em}
  .fcp-mobile-month-grid{display:grid;grid-template-columns:repeat(7,minmax(42px,1fr));gap:5px;background:#fff;border:1px solid #e4edf8;border-radius:20px;padding:8px}.fcp-mobile-month-day{position:relative;min-height:72px;border:1px solid #edf3fa;background:#fbfdff;border-radius:12px;padding:6px 4px;text-align:left;overflow:hidden}.fcp-mobile-month-day strong{font-size:12px;color:#0d2748}.fcp-mobile-month-day span{display:block;margin-top:3px;border-radius:6px;background:#eaf3ff;color:#125898;padding:2px 3px;font-size:9px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fcp-mobile-month-day em{position:absolute;right:4px;bottom:3px;font-size:9px;font-style:normal;font-weight:900;color:#1686f3}.fcp-mobile-day-sheet{position:fixed;left:10px;right:10px;bottom:calc(82px + env(safe-area-inset-bottom,0px));z-index:160;max-height:55vh;overflow:auto;background:#fff;border:1px solid #dfe9f6;border-radius:24px;padding:16px;box-shadow:0 24px 70px rgba(5,17,35,.28);transform:translateY(130%);transition:.22s ease}.fcp-mobile-day-sheet.is-open{transform:translateY(0)}.fcp-mobile-day-sheet h3{margin:0 0 10px!important;font-size:17px!important}
  .fcp-mobile-search-inline{display:flex;gap:7px;margin:8px 0 10px}.fcp-mobile-search-inline input{flex:1;min-height:40px!important;border:1px solid #dce7f5!important;border-radius:14px!important;padding:0 12px!important;font-size:14px!important}.fcp-mobile-search-inline button{min-height:40px;border:1px solid #dce7f5;background:#fff;border-radius:14px;padding:0 12px;color:#0d376a;font-weight:900}.fcp-mobile-lead-list,.fcp-mobile-client-list{gap:8px}.fcp-mobile-lead-badges{display:flex;gap:5px;justify-content:flex-end;flex-wrap:wrap}.fcp-mobile-lead-badges em{border-radius:999px;background:#edf4ff;color:#0d376a;padding:5px 7px;font-style:normal;font-size:10px;font-weight:900;text-transform:uppercase}
  .fcp-mobile-action-backdrop,.fcp-mobile-search-backdrop,.fcp-mobile-filter-backdrop,.fcp-mobile-sheet-backdrop{position:fixed;inset:0;background:rgba(9,20,37,.42);z-index:140;opacity:0;pointer-events:none;transition:.18s ease}.fcp-mobile-action-sheet,.fcp-mobile-search-overlay,.fcp-mobile-filter-drawer,.fcp-mobile-task-sheet{position:fixed;left:10px;right:10px;bottom:calc(82px + env(safe-area-inset-bottom,0px));z-index:150;background:#fff;border:1px solid #dfe9f6;border-radius:26px;padding:16px;box-shadow:0 24px 70px rgba(5,17,35,.28);transform:translateY(130%);transition:.22s ease;max-height:72vh;overflow:auto}.fcp-mobile-action-sheet{display:grid;gap:8px}.fcp-mobile-action-sheet button,.fcp-mobile-action-sheet a{display:flex;align-items:center;min-height:48px;border-radius:16px;border:1px solid #dfe9f6;background:#f8fbff;padding:0 14px;color:#0d2748;font-weight:950;text-decoration:none;font-size:15px}.fcp-mobile-action-sheet button:first-child{background:#0e8bf7;color:#fff;border-color:#0e8bf7}.fcp-mobile-actions-open .fcp-mobile-action-backdrop,.fcp-mobile-search-open .fcp-mobile-search-backdrop,.fcp-mobile-filter-open .fcp-mobile-filter-backdrop,.fcp-mobile-task-open .fcp-mobile-sheet-backdrop{opacity:1;pointer-events:auto}.fcp-mobile-actions-open .fcp-mobile-action-sheet,.fcp-mobile-search-open .fcp-mobile-search-overlay,.fcp-mobile-filter-open .fcp-mobile-filter-drawer,.fcp-mobile-task-open .fcp-mobile-task-sheet{transform:translateY(0)}.fcp-mobile-sheet-x{width:38px;height:38px;border-radius:14px;border:1px solid #dfe9f6;background:#fff;color:#0d376a;font-size:22px;font-weight:900}.fcp-mobile-task-sheet h3,.fcp-mobile-search-overlay h3,.fcp-mobile-filter-drawer h3{margin:0 0 10px!important;font-size:19px!important;color:#0d2748!important}.fcp-mobile-task-sheet form,.fcp-mobile-filter-drawer{display:grid;gap:9px}.fcp-mobile-task-sheet label,.fcp-mobile-filter-drawer label{display:grid;gap:4px;font-size:11px!important;font-weight:900!important;color:#637792!important;text-transform:uppercase;letter-spacing:.05em}.fcp-mobile-task-sheet input,.fcp-mobile-task-sheet select,.fcp-mobile-task-sheet textarea,.fcp-mobile-filter-drawer input,.fcp-mobile-filter-drawer select,.fcp-mobile-search-overlay input{width:100%;min-height:40px!important;border:1px solid #dce7f5!important;border-radius:14px!important;padding:8px 11px!important;font-size:14px!important;color:#0d2748!important;background:#fff!important}.fcp-mobile-date-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.fcp-mobile-date-actions button{min-height:39px;border:1px solid #dce7f5;border-radius:14px;background:#f8fbff;color:#0d376a;font-size:13px;font-weight:950}.fcp-mobile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fcp-mobile-save-button{min-height:44px!important;border:0!important;border-radius:16px!important;background:#0e8bf7!important;color:#fff!important;font-weight:950!important;font-size:15px!important}.fcp-mobile-search-results{display:grid;gap:7px;margin-top:10px}.fcp-mobile-search-result{display:grid;gap:2px;border:1px solid #e4edf8;border-radius:14px;padding:9px;text-decoration:none;background:#fff}.fcp-mobile-search-result small{font-size:10px;color:#1686f3;font-weight:900;text-transform:uppercase}.fcp-mobile-search-result strong{font-size:14px;color:#0d2748}.fcp-mobile-search-result span{font-size:12px;color:#71829a}.fcp-mobile-filter-drawer{left:0;right:auto;top:0;bottom:0;width:min(86vw,360px);border-radius:0 24px 24px 0;transform:translateX(-105%)}.fcp-mobile-filter-open .fcp-mobile-filter-drawer{transform:translateX(0)}
}
@media (max-width:390px){.fcp-mobile-kpi-grid{gap:5px}.fcp-mobile-kpi-grid article{padding:8px 6px}.fcp-mobile-kpi-grid strong{font-size:20px}.fcp-mobile-month-grid{gap:4px;padding:6px}.fcp-mobile-month-day{min-height:66px}}


/* 14.2.30 - Premium mobile product UI: app vera, non plugin responsive */
@media (max-width:960px){
  :root{--fcp-m-bg:#f8fafc;--fcp-m-card:#ffffff;--fcp-m-line:#e6edf6;--fcp-m-text:#0f172a;--fcp-m-muted:#64748b;--fcp-m-blue:#2563eb;--fcp-m-sky:#38bdf8;--fcp-m-green:#16a34a;--fcp-m-red:#dc2626;--fcp-m-warn:#f59e0b;--fcp-m-shadow:0 10px 24px rgba(15,23,42,.06)}
  html.fcp-app-mobile,body.fcp-app-root-page{background:var(--fcp-m-bg)!important;color:var(--fcp-m-text)!important;overscroll-behavior-y:none}
  .fcp-app-shell{background:var(--fcp-m-bg)!important;min-height:100svh!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;color:var(--fcp-m-text)!important}
  .fcp-app-main{padding:10px 12px calc(78px + env(safe-area-inset-bottom))!important;background:var(--fcp-m-bg)!important}
  .fcp-native-mobile-header{height:66px!important;min-height:66px!important;padding:10px 12px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid rgba(226,232,240,.9)!important;box-shadow:0 4px 18px rgba(15,23,42,.05)!important}
  .fcp-native-mobile-brand{gap:9px!important}.fcp-native-mobile-brand .fcp-app-logo{width:40px!important;height:40px!important;border-radius:13px!important;background:linear-gradient(135deg,#e0f2fe,#67e8f9)!important;color:#0f172a!important;font-size:18px!important;box-shadow:none!important}.fcp-native-mobile-brand strong{font-size:18px!important;letter-spacing:-.03em!important;color:var(--fcp-m-text)!important}.fcp-native-mobile-brand small{font-size:12px!important;color:var(--fcp-m-muted)!important;font-weight:700!important;margin-top:1px!important}.fcp-native-mobile-action{width:44px!important;min-width:44px!important;height:44px!important;border-radius:15px!important;padding:0!important;background:var(--fcp-m-blue)!important;color:white!important;font-size:30px!important;line-height:1!important;font-weight:700!important;box-shadow:0 10px 22px rgba(37,99,235,.22)!important}
  .fcp-mobile-native-screen{display:block!important}.fcp-app-legacy-content{display:none!important}
  .fcp-mobile-section-head,.fcp-mobile-hero{margin:2px 0 10px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important}.fcp-mobile-section-head span,.fcp-mobile-hero span{display:block!important;font-size:11px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:var(--fcp-m-blue)!important}.fcp-mobile-section-head h2,.fcp-mobile-hero h2{font-size:22px!important;line-height:1.05!important;margin:3px 0 0!important;letter-spacing:-.05em!important;color:var(--fcp-m-text)!important}.fcp-mobile-hero p{margin:2px 0 0!important;font-size:13px!important;color:var(--fcp-m-muted)!important;font-weight:600!important}.fcp-mobile-search-button,.fcp-mobile-filter-button{height:38px!important;min-height:38px!important;border-radius:14px!important;border:1px solid var(--fcp-m-line)!important;background:#fff!important;color:var(--fcp-m-text)!important;font-size:13px!important;font-weight:800!important;padding:0 13px!important;box-shadow:none!important}
  .fcp-mobile-kpi-grid,.fcp-mobile-kpi-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:8px 0 12px!important;overflow:visible!important}.fcp-mobile-kpi-row{grid-auto-flow:column;grid-auto-columns:minmax(78px,1fr);display:grid!important;overflow-x:auto!important;scrollbar-width:none!important}.fcp-mobile-kpi-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fcp-mobile-kpi-grid article,.fcp-mobile-kpi-row article{height:74px!important;min-height:74px!important;border-radius:16px!important;background:var(--fcp-m-card)!important;border:1px solid var(--fcp-m-line)!important;box-shadow:var(--fcp-m-shadow)!important;padding:10px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.fcp-mobile-kpi-grid span,.fcp-mobile-kpi-row span{font-size:10px!important;line-height:1.15!important;text-transform:none!important;color:var(--fcp-m-muted)!important;font-weight:800!important;letter-spacing:-.01em!important}.fcp-mobile-kpi-grid strong,.fcp-mobile-kpi-row strong{font-size:22px!important;line-height:1!important;color:var(--fcp-m-text)!important;font-weight:900!important;letter-spacing:-.05em!important}
  .fcp-mobile-block{margin:0 0 10px!important;padding:10px!important;background:var(--fcp-m-card)!important;border:1px solid var(--fcp-m-line)!important;border-radius:18px!important;box-shadow:var(--fcp-m-shadow)!important}.fcp-mobile-block header{margin:0 0 8px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.fcp-mobile-block h3{font-size:15px!important;line-height:1.15!important;margin:0!important;letter-spacing:-.03em!important;color:var(--fcp-m-text)!important}.fcp-mobile-block header a{font-size:12px!important;font-weight:800!important;color:var(--fcp-m-blue)!important;text-decoration:none!important}.fcp-mobile-list{display:grid!important;gap:7px!important}.fcp-mobile-empty{font-size:13px!important;color:var(--fcp-m-muted)!important;margin:4px 0!important}
  .fcp-mobile-task-tabs,.fcp-mobile-chipbar{display:flex!important;gap:7px!important;overflow-x:auto!important;margin:8px 0 12px!important;padding-bottom:2px!important;scrollbar-width:none!important}.fcp-mobile-task-tabs button,.fcp-mobile-chipbar button,.fcp-mobile-chipbar select{height:38px!important;min-height:38px!important;border-radius:13px!important;padding:0 13px!important;border:1px solid var(--fcp-m-line)!important;background:#fff!important;color:var(--fcp-m-text)!important;font-weight:800!important;font-size:13px!important;white-space:nowrap!important;box-shadow:none!important}.fcp-mobile-task-tabs button.is-active,.fcp-mobile-chipbar button.is-active{background:var(--fcp-m-blue)!important;border-color:var(--fcp-m-blue)!important;color:#fff!important}.fcp-mobile-task-panel{display:none!important}.fcp-mobile-task-panel.is-active{display:block!important}.fcp-mobile-timeline{display:grid!important;gap:8px!important;background:transparent!important;padding:0!important;border:0!important}
  .fcp-mobile-task-card{position:relative!important;display:grid!important;grid-template-columns:30px minmax(0,1fr) auto 30px!important;align-items:center!important;gap:9px!important;min-height:70px!important;padding:10px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--fcp-m-line)!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important;margin:0!important;color:var(--fcp-m-text)!important}.fcp-mobile-task-card::before{content:none!important}.fcp-mobile-task-check{display:block!important;width:24px!important;height:24px!important;border-radius:999px!important;border:2px solid #cbd5e1!important;background:#fff!important}.fcp-mobile-task-check:active{background:#dcfce7!important;border-color:var(--fcp-m-green)!important}.fcp-mobile-task-body{min-width:0!important}.fcp-mobile-task-body strong,.fcp-mobile-task-card strong{display:block!important;font-size:15px!important;line-height:1.18!important;color:var(--fcp-m-text)!important;font-weight:850!important;letter-spacing:-.025em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-task-body span,.fcp-mobile-task-card span{display:block!important;margin-top:2px!important;font-size:12px!important;line-height:1.25!important;color:var(--fcp-m-muted)!important;font-weight:650!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-task-card em{justify-self:end!important;align-self:center!important;border:0!important;border-radius:999px!important;padding:5px 8px!important;background:#eef2ff!important;color:#334155!important;font-style:normal!important;font-size:10px!important;line-height:1!important;font-weight:900!important;text-transform:uppercase!important}.fcp-mobile-task-card em.prio-high,.fcp-mobile-task-card em.prio-urgent{background:#fee2e2!important;color:#b91c1c!important}.fcp-mobile-task-card em.prio-medium{background:#fef3c7!important;color:#92400e!important}.fcp-mobile-task-more{width:30px!important;height:30px!important;min-height:30px!important;border-radius:10px!important;padding:0!important;border:1px solid var(--fcp-m-line)!important;background:#f8fafc!important;color:var(--fcp-m-muted)!important;font-size:13px!important;font-weight:900!important;letter-spacing:-.2em!important}.fcp-mobile-card-actions{display:none!important}
  .fcp-mobile-week-day{margin:0 0 10px!important}.fcp-mobile-week-day h3{font-size:13px!important;color:var(--fcp-m-muted)!important;margin:0 0 6px!important;text-transform:capitalize!important}.fcp-mobile-month-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:4px!important;background:#fff!important;border:1px solid var(--fcp-m-line)!important;border-radius:18px!important;padding:8px!important;box-shadow:var(--fcp-m-shadow)!important}.fcp-mobile-month-day{height:76px!important;min-height:76px!important;border-radius:12px!important;border:1px solid #eef2f7!important;background:#fbfdff!important;padding:5px!important;text-align:left!important;overflow:hidden!important;box-shadow:none!important;color:var(--fcp-m-text)!important}.fcp-mobile-month-day strong{display:block!important;font-size:12px!important;line-height:1!important;margin-bottom:5px!important}.fcp-mobile-month-day span{display:block!important;border-radius:6px!important;background:#eff6ff!important;color:#1d4ed8!important;font-size:9px!important;font-weight:800!important;line-height:1.1!important;margin:2px 0!important;padding:3px 4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-month-day em{display:block!important;color:var(--fcp-m-muted)!important;font-size:9px!important;font-style:normal!important;font-weight:900!important;margin-top:2px!important}.fcp-mobile-day-sheet,.fcp-mobile-task-sheet,.fcp-mobile-action-sheet,.fcp-mobile-search-overlay,.fcp-mobile-filter-drawer{border-radius:24px 24px 0 0!important;background:#fff!important;border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 -16px 44px rgba(15,23,42,.18)!important;max-height:82svh!important;padding:16px 14px calc(18px + env(safe-area-inset-bottom))!important}.fcp-mobile-task-sheet h3,.fcp-mobile-action-sheet h3,.fcp-mobile-search-overlay h3,.fcp-mobile-filter-drawer h3{font-size:20px!important;letter-spacing:-.04em!important;margin:0 0 12px!important;color:var(--fcp-m-text)!important}.fcp-mobile-sheet-x{width:36px!important;height:36px!important;min-height:36px!important;border-radius:12px!important;background:#f8fafc!important;color:var(--fcp-m-text)!important;border:1px solid var(--fcp-m-line)!important;font-size:20px!important}.fcp-mobile-task-sheet form{display:grid!important;gap:10px!important}.fcp-mobile-task-sheet label{display:grid!important;gap:5px!important;font-size:12px!important;color:var(--fcp-m-muted)!important;font-weight:850!important;margin:0!important}.fcp-mobile-task-sheet input,.fcp-mobile-task-sheet select,.fcp-mobile-task-sheet textarea,.fcp-mobile-search-overlay input,.fcp-mobile-filter-drawer input,.fcp-mobile-filter-drawer select{height:42px!important;min-height:42px!important;border-radius:14px!important;border:1px solid #dbe5f0!important;background:#fff!important;color:var(--fcp-m-text)!important;font-size:16px!important;padding:9px 12px!important;box-shadow:none!important}.fcp-mobile-task-sheet textarea{height:72px!important;min-height:72px!important;resize:none!important}.fcp-mobile-date-actions{display:flex!important;gap:7px!important;margin:0!important}.fcp-mobile-date-actions button{height:38px!important;min-height:38px!important;flex:1!important;border-radius:13px!important;border:1px solid var(--fcp-m-line)!important;background:#fff!important;color:var(--fcp-m-text)!important;font-weight:850!important;font-size:13px!important}.fcp-mobile-date-actions button.is-active{background:#eff6ff!important;border-color:#bfdbfe!important;color:var(--fcp-m-blue)!important}.fcp-mobile-form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.fcp-mobile-save-button{height:44px!important;min-height:44px!important;border:0!important;border-radius:15px!important;background:var(--fcp-m-blue)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;box-shadow:0 10px 22px rgba(37,99,235,.2)!important}.fcp-mobile-action-sheet button,.fcp-mobile-action-sheet a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;height:48px!important;border-radius:16px!important;border:1px solid var(--fcp-m-line)!important;background:#fff!important;color:var(--fcp-m-text)!important;text-decoration:none!important;font-size:15px!important;font-weight:850!important;padding:0 14px!important;margin:0 0 8px!important;box-shadow:none!important}
  .fcp-mobile-lead-card,.fcp-mobile-client-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;min-height:92px!important;background:#fff!important;border:1px solid var(--fcp-m-line)!important;border-radius:17px!important;box-shadow:var(--fcp-m-shadow)!important;padding:11px!important;margin:0!important}.fcp-mobile-card-main strong{display:block!important;font-size:15px!important;line-height:1.15!important;color:var(--fcp-m-text)!important;font-weight:900!important;letter-spacing:-.03em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-card-main span{display:block!important;margin-top:3px!important;font-size:12px!important;color:var(--fcp-m-muted)!important;font-weight:650!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-lead-badges,.fcp-mobile-client-card>em{display:flex!important;gap:5px!important;align-items:flex-start!important}.fcp-mobile-lead-badges em,.fcp-mobile-client-card>em{border:0!important;border-radius:999px!important;background:#f1f5f9!important;color:#334155!important;font-style:normal!important;font-size:10px!important;font-weight:900!important;line-height:1!important;padding:5px 7px!important;text-transform:uppercase!important}.fcp-mobile-lead-card .fcp-mobile-card-actions,.fcp-mobile-client-card .fcp-mobile-card-actions{grid-column:1/-1!important;display:flex!important;gap:6px!important;margin-top:2px!important;overflow-x:auto!important}.fcp-mobile-lead-card .fcp-mobile-card-actions a,.fcp-mobile-client-card .fcp-mobile-card-actions a{height:32px!important;min-height:32px!important;border-radius:11px!important;border:1px solid var(--fcp-m-line)!important;background:#f8fafc!important;color:var(--fcp-m-text)!important;text-decoration:none!important;font-size:12px!important;font-weight:850!important;padding:7px 9px!important;white-space:nowrap!important}.fcp-mobile-lead-card .fcp-mobile-card-actions a:first-child,.fcp-mobile-client-card .fcp-mobile-card-actions a:first-child{background:var(--fcp-m-blue)!important;color:#fff!important;border-color:var(--fcp-m-blue)!important}
  .fcp-mobile-search-inline{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;margin:0 0 10px!important}.fcp-mobile-search-inline input{height:40px!important;border-radius:14px!important;border:1px solid var(--fcp-m-line)!important;background:#fff!important;font-size:16px!important;padding:8px 12px!important}.fcp-mobile-search-inline button{height:40px!important;border-radius:14px!important;background:#fff!important;border:1px solid var(--fcp-m-line)!important;color:var(--fcp-m-text)!important;font-size:13px!important;font-weight:850!important;padding:0 13px!important}.fcp-mobile-search-result{display:block!important;border:1px solid var(--fcp-m-line)!important;border-radius:15px!important;padding:10px!important;margin-bottom:8px!important;text-decoration:none!important;color:var(--fcp-m-text)!important;background:#fff!important}.fcp-mobile-search-result small{font-size:10px!important;color:var(--fcp-m-blue)!important;text-transform:uppercase!important;font-weight:900!important}.fcp-mobile-search-result strong{display:block!important;font-size:15px!important;margin-top:2px!important}.fcp-mobile-search-result span{display:block!important;font-size:12px!important;color:var(--fcp-m-muted)!important;margin-top:2px!important}
  .fcp-mobile-notification-mini{margin:0 0 10px!important;border:1px solid var(--fcp-m-line)!important;background:#fff!important;border-radius:16px!important;padding:10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:var(--fcp-m-shadow)!important}.fcp-mobile-notification-mini strong{display:block!important;font-size:14px!important;color:var(--fcp-m-text)!important}.fcp-mobile-notification-mini span{display:block!important;font-size:12px!important;color:var(--fcp-m-muted)!important;margin-top:2px!important}.fcp-mobile-notification-mini button{height:34px!important;min-height:34px!important;border-radius:12px!important;border:1px solid var(--fcp-m-line)!important;background:#f8fafc!important;color:var(--fcp-m-text)!important;font-size:12px!important;font-weight:850!important;padding:0 11px!important}
  .fcp-app-bottom-nav{height:64px!important;left:12px!important;right:12px!important;bottom:10px!important;padding:6px!important;border-radius:22px!important;background:#0f172a!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;box-shadow:0 18px 40px rgba(15,23,42,.28)!important}.fcp-app-bottom-nav a{min-height:52px!important;border-radius:17px!important;gap:3px!important;font-size:10px!important;color:#94a3b8!important}.fcp-app-bottom-nav a::before{font-size:17px!important}.fcp-app-bottom-nav a.is-active{background:var(--fcp-m-blue)!important;color:#fff!important;box-shadow:0 8px 20px rgba(37,99,235,.28)!important}
  .fcp-mobile-action-backdrop,.fcp-mobile-search-backdrop,.fcp-mobile-filter-backdrop,.fcp-mobile-sheet-backdrop{background:rgba(15,23,42,.35)!important;backdrop-filter:blur(4px)!important}.fcp-mobile-task-open .fcp-mobile-task-sheet,.fcp-mobile-actions-open .fcp-mobile-action-sheet,.fcp-mobile-search-open .fcp-mobile-search-overlay,.fcp-mobile-filter-open .fcp-mobile-filter-drawer,.fcp-mobile-day-sheet.is-open{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}.fcp-mobile-task-sheet,.fcp-mobile-action-sheet,.fcp-mobile-search-overlay,.fcp-mobile-filter-drawer,.fcp-mobile-day-sheet{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:99999!important;transform:translateY(105%)!important;transition:transform .22s ease,opacity .22s ease!important;opacity:0!important;pointer-events:none!important}.fcp-mobile-task-open .fcp-mobile-sheet-backdrop,.fcp-mobile-actions-open .fcp-mobile-action-backdrop,.fcp-mobile-search-open .fcp-mobile-search-backdrop,.fcp-mobile-filter-open .fcp-mobile-filter-backdrop{display:block!important;opacity:1!important}.fcp-mobile-sheet-backdrop,.fcp-mobile-action-backdrop,.fcp-mobile-search-backdrop,.fcp-mobile-filter-backdrop{display:none!important;position:fixed!important;inset:0!important;z-index:99990!important;opacity:0!important}
}

@media (max-width:960px){.fcp-mobile-task-menu{position:fixed;inset:0;z-index:100000}.fcp-mobile-task-menu .fcp-mobile-action-backdrop{display:block!important;position:absolute!important;inset:0!important;opacity:1!important;background:rgba(15,23,42,.34)!important}.fcp-mobile-menu-panel{position:absolute;left:12px;right:12px;bottom:12px;background:#fff;border:1px solid #e6edf6;border-radius:22px;padding:10px;box-shadow:0 -14px 44px rgba(15,23,42,.18)}.fcp-mobile-menu-panel a,.fcp-mobile-menu-panel button{display:flex;align-items:center;width:100%;height:44px;border-radius:14px;border:1px solid #e6edf6;background:#fff;color:#0f172a;text-decoration:none;font-weight:850;font-size:14px;padding:0 12px;margin:0 0 7px}.fcp-mobile-menu-panel a{background:#2563eb;color:#fff;border-color:#2563eb}.fcp-mobile-row-too-dense{max-height:140px!important;overflow:hidden!important}.fcp-mobile-premium-1430 .fcp-app-main *{box-sizing:border-box!important}}

/* 14.2.31 - Mobile premium functional polish: native app feel, compact cards, board drag/drop */
@media (max-width:960px){
  html.fcp-mobile-ux-1431,
  html.fcp-mobile-ux-1431 body,
  body.fcp-app-root-page{
    background:#F7F8FB!important;
    color:#0F172A!important;
  }
  html.fcp-mobile-ux-1431 #wpadminbar,
  body.fcp-app-root-page #wpadminbar,
  body:has(.fcp-mobile-native-screen) #wpadminbar{
    display:none!important;
  }
  html.fcp-mobile-ux-1431{margin-top:0!important;}
  html.fcp-mobile-ux-1431 body{padding-top:0!important;}
  .fcp-app-root-page .fcp-app-shell,
  .fcp-app-shell[data-fcp-app="1"]{
    background:#F7F8FB!important;
    min-height:100dvh!important;
    color:#0F172A!important;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  }
  .fcp-app-shell[data-fcp-app="1"] .fcp-app-legacy-content{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }
  .fcp-app-shell[data-fcp-app="1"] .notice,
  .fcp-app-shell[data-fcp-app="1"] .updated,
  .fcp-app-shell[data-fcp-app="1"] .error,
  .fcp-app-shell[data-fcp-app="1"] .fcp-app-sidebar,
  .fcp-app-shell[data-fcp-app="1"] .fcp-app-topbar{
    display:none!important;
  }
  .fcp-app-shell[data-fcp-app="1"] .fcp-app-main{
    padding:0 12px calc(86px + env(safe-area-inset-bottom))!important;
    background:#F7F8FB!important;
    min-height:100dvh!important;
  }

  /* Header più vicino ad app native moderne */
  .fcp-native-mobile-header{
    display:flex!important;
    position:sticky!important;
    top:0!important;
    z-index:200!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:66px!important;
    padding:10px 14px!important;
    background:rgba(255,255,255,.94)!important;
    border-bottom:1px solid rgba(226,232,240,.86)!important;
    box-shadow:0 10px 26px rgba(15,23,42,.06)!important;
    backdrop-filter:blur(18px)!important;
  }
  .fcp-native-mobile-brand{gap:10px!important;min-width:0!important;}
  .fcp-native-mobile-brand .fcp-app-logo{
    width:44px!important;height:44px!important;border-radius:15px!important;
    background:linear-gradient(135deg,#67E8F9,#A7F3D0)!important;
    color:#0F172A!important;font-weight:950!important;font-size:18px!important;
    box-shadow:0 10px 22px rgba(56,189,248,.18)!important;
  }
  .fcp-native-mobile-brand strong{
    display:block!important;font-size:19px!important;line-height:1.05!important;letter-spacing:-.045em!important;color:#0F172A!important;font-weight:950!important;
  }
  .fcp-native-mobile-brand small{
    display:block!important;margin-top:3px!important;font-size:12px!important;line-height:1.1!important;color:#64748B!important;font-weight:750!important;
  }
  .fcp-native-mobile-action{
    width:46px!important;height:46px!important;min-width:46px!important;border-radius:16px!important;
    padding:0!important;background:#2563EB!important;color:#fff!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    font-size:30px!important;line-height:1!important;font-weight:800!important;text-decoration:none!important;
    box-shadow:0 12px 24px rgba(37,99,235,.24)!important;
  }

  /* Home / sezioni */
  .fcp-mobile-native-screen{display:block!important;max-width:480px!important;margin:0 auto!important;padding:14px 0 4px!important;}
  .fcp-mobile-hero,
  .fcp-mobile-section-head{
    display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;margin:2px 0 12px!important;
  }
  .fcp-mobile-hero span,.fcp-mobile-section-head span{
    display:block!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#2563EB!important;font-size:11px!important;font-weight:950!important;margin-bottom:4px!important;
  }
  .fcp-mobile-hero h2,.fcp-mobile-section-head h2{
    margin:0!important;color:#0F172A!important;font-size:26px!important;line-height:1.02!important;letter-spacing:-.065em!important;font-weight:950!important;
  }
  .fcp-mobile-hero p{margin:4px 0 0!important;color:#64748B!important;font-size:13px!important;font-weight:700!important;}
  .fcp-mobile-search-button{
    min-height:38px!important;height:38px!important;border-radius:14px!important;padding:0 13px!important;
    border:1px solid #E2E8F0!important;background:#fff!important;color:#0F172A!important;font-size:13px!important;font-weight:850!important;box-shadow:0 5px 15px rgba(15,23,42,.05)!important;
  }
  .fcp-mobile-kpi-grid,.fcp-mobile-kpi-row{
    display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;margin:0 0 12px!important;
  }
  .fcp-mobile-kpi-grid article,.fcp-mobile-kpi-row article{
    min-height:68px!important;padding:9px!important;border-radius:17px!important;background:#fff!important;border:1px solid #E6EDF6!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important;
  }
  .fcp-mobile-kpi-grid span,.fcp-mobile-kpi-row span{display:block!important;font-size:10px!important;line-height:1.08!important;color:#64748B!important;font-weight:850!important;letter-spacing:-.01em!important;min-height:22px!important;}
  .fcp-mobile-kpi-grid strong,.fcp-mobile-kpi-row strong{display:block!important;margin-top:6px!important;font-size:23px!important;line-height:1!important;color:#0F172A!important;font-weight:950!important;letter-spacing:-.06em!important;}
  .fcp-mobile-block{
    background:#fff!important;border:1px solid #E6EDF6!important;border-radius:20px!important;padding:10px!important;margin:0 0 10px!important;box-shadow:0 10px 24px rgba(15,23,42,.045)!important;
  }
  .fcp-mobile-block>header{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 8px!important;}
  .fcp-mobile-block h3{margin:0!important;font-size:16px!important;line-height:1.1!important;font-weight:920!important;color:#0F172A!important;letter-spacing:-.04em!important;}
  .fcp-mobile-block header a{font-size:12px!important;text-decoration:none!important;color:#2563EB!important;font-weight:850!important;}
  .fcp-mobile-list{display:grid!important;gap:8px!important;}
  .fcp-mobile-empty{margin:0!important;padding:10px!important;border-radius:14px!important;background:#F8FAFC!important;color:#64748B!important;font-size:13px!important;font-weight:700!important;}

  /* Task card premium: no blu laterale, no card giganti */
  .fcp-mobile-timeline{display:grid!important;gap:8px!important;background:transparent!important;padding:0!important;border:0!important;}
  .fcp-mobile-task-card{
    position:relative!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) auto 34px!important;align-items:center!important;gap:8px!important;
    min-height:72px!important;padding:10px!important;border-radius:18px!important;background:#fff!important;border:1px solid #E6EDF6!important;
    box-shadow:0 8px 20px rgba(15,23,42,.045)!important;margin:0!important;overflow:hidden!important;touch-action:pan-y!important;transition:transform .16s ease, box-shadow .16s ease, opacity .16s ease!important;
  }
  .fcp-mobile-task-card::before{content:none!important;display:none!important;}
  .fcp-mobile-task-card.is-saving{opacity:.58!important;pointer-events:none!important;}
  .fcp-mobile-task-card.is-completed{transform:translateX(18px)!important;opacity:0!important;}
  .fcp-mobile-task-card.is-dragging,.fcp-mobile-task-card.is-dragging-touch{box-shadow:0 18px 45px rgba(37,99,235,.22)!important;border-color:#93C5FD!important;}
  .fcp-mobile-task-check{
    width:24px!important;height:24px!important;min-height:24px!important;border-radius:50%!important;border:2px solid #CBD5E1!important;background:#fff!important;padding:0!important;box-shadow:none!important;margin:0!important;
  }
  .fcp-mobile-task-check::after{content:"";display:block;width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);margin:7px auto 0;opacity:0;}
  .fcp-mobile-task-check:active,.fcp-mobile-task-check:hover{background:#2563EB!important;border-color:#2563EB!important;}
  .fcp-mobile-task-check:active::after,.fcp-mobile-task-check:hover::after{opacity:1;}
  .fcp-mobile-task-body{
    display:block!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;text-align:left!important;min-height:0!important;height:auto!important;box-shadow:none!important;overflow:hidden!important;color:#0F172A!important;
  }
  .fcp-mobile-task-body strong{display:block!important;font-size:15px!important;line-height:1.14!important;max-height:34px!important;overflow:hidden!important;color:#0F172A!important;font-weight:900!important;letter-spacing:-.035em!important;}
  .fcp-mobile-task-body span{display:block!important;margin-top:3px!important;font-size:12px!important;line-height:1.15!important;color:#64748B!important;font-weight:720!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .fcp-mobile-task-card em{font-style:normal!important;border-radius:999px!important;padding:6px 8px!important;background:#F1F5F9!important;color:#334155!important;font-size:10px!important;font-weight:950!important;line-height:1!important;text-transform:uppercase!important;}
  .fcp-mobile-task-card em.prio-high,.fcp-mobile-task-card em.prio-urgent{background:#FEF2F2!important;color:#DC2626!important;}
  .fcp-mobile-task-card em.prio-medium{background:#FFF7ED!important;color:#EA580C!important;}
  .fcp-mobile-task-more{width:31px!important;height:31px!important;min-height:31px!important;border-radius:12px!important;border:1px solid #E2E8F0!important;background:#F8FAFC!important;color:#64748B!important;font-weight:950!important;font-size:15px!important;padding:0!important;box-shadow:none!important;}

  /* Tabs e board */
  .fcp-mobile-task-tabs{display:flex!important;gap:7px!important;overflow-x:auto!important;margin:0 0 10px!important;padding:0 0 1px!important;scrollbar-width:none!important;}
  .fcp-mobile-task-tabs::-webkit-scrollbar{display:none!important;}
  .fcp-mobile-task-tabs button{flex:0 0 auto!important;height:38px!important;min-height:38px!important;border-radius:14px!important;border:1px solid #E2E8F0!important;background:#fff!important;color:#334155!important;padding:0 13px!important;font-size:13px!important;font-weight:850!important;box-shadow:none!important;}
  .fcp-mobile-task-tabs button.is-active{background:#2563EB!important;color:#fff!important;border-color:#2563EB!important;box-shadow:0 10px 22px rgba(37,99,235,.2)!important;}
  .fcp-mobile-task-panel{display:none!important;}
  .fcp-mobile-task-panel.is-active{display:block!important;}
  .fcp-mobile-board{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:84%!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:4px!important;scrollbar-width:none!important;}
  .fcp-mobile-board::-webkit-scrollbar{display:none!important;}
  .fcp-mobile-board-col{scroll-snap-align:start!important;background:#F8FAFC!important;border:1px solid #E6EDF6!important;border-radius:20px!important;padding:9px!important;min-height:360px!important;}
  .fcp-mobile-board-col header{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:8px!important;}
  .fcp-mobile-board-col h3{margin:0!important;font-size:14px!important;letter-spacing:-.02em!important;color:#0F172A!important;font-weight:950!important;}
  .fcp-mobile-board-col header span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:24px!important;height:24px!important;border-radius:999px!important;background:#fff!important;border:1px solid #E2E8F0!important;color:#64748B!important;font-size:11px!important;font-weight:900!important;}
  .fcp-mobile-board-dropzone{display:grid!important;gap:8px!important;min-height:300px!important;align-content:start!important;}
  .fcp-mobile-board-dropzone.is-over{outline:2px dashed #60A5FA!important;outline-offset:3px!important;border-radius:16px!important;background:#EFF6FF!important;}
  .fcp-mobile-board-hint{margin:8px 0 0!important;color:#64748B!important;font-size:12px!important;text-align:center!important;font-weight:700!important;}

  /* Month calendar calm */
  .fcp-mobile-month-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:5px!important;background:#fff!important;border:1px solid #E6EDF6!important;border-radius:20px!important;padding:8px!important;box-shadow:0 10px 24px rgba(15,23,42,.045)!important;}
  .fcp-mobile-month-day{min-height:72px!important;border-radius:13px!important;border:1px solid #EEF2F7!important;background:#FAFCFF!important;padding:6px!important;text-align:left!important;box-shadow:none!important;overflow:hidden!important;}
  .fcp-mobile-month-day strong{display:block!important;font-size:12px!important;color:#0F172A!important;margin-bottom:4px!important;}
  .fcp-mobile-month-day span{display:block!important;margin:0 0 3px!important;padding:3px 4px!important;border-radius:6px!important;background:#DBEAFE!important;color:#1D4ED8!important;font-size:9px!important;line-height:1.1!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .fcp-mobile-month-day em{display:inline-flex!important;align-items:center!important;padding:2px 5px!important;border-radius:999px!important;background:#F1F5F9!important;color:#64748B!important;font-size:9px!important;font-style:normal!important;font-weight:900!important;}

  /* Lead/Client card: no tabelle verticali brutte */
  .fcp-mobile-lead-card,.fcp-mobile-client-card{grid-template-columns:minmax(0,1fr) auto!important;min-height:78px!important;padding:10px!important;border-radius:18px!important;margin:0!important;background:#fff!important;border:1px solid #E6EDF6!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important;}
  .fcp-mobile-card-main{border:0!important;background:transparent!important;text-align:left!important;padding:0!important;min-height:0!important;height:auto!important;box-shadow:none!important;color:#0F172A!important;}
  .fcp-mobile-card-main strong{font-size:15px!important;color:#0F172A!important;font-weight:950!important;letter-spacing:-.035em!important;}
  .fcp-mobile-card-main span{font-size:12px!important;color:#64748B!important;font-weight:720!important;}
  .fcp-mobile-card-actions{display:flex!important;gap:6px!important;overflow-x:auto!important;scrollbar-width:none!important;}
  .fcp-mobile-card-actions::-webkit-scrollbar{display:none!important;}
  .fcp-mobile-card-actions a{height:31px!important;min-height:31px!important;border-radius:11px!important;padding:0 9px!important;display:inline-flex!important;align-items:center!important;text-decoration:none!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important;background:#F8FAFC!important;color:#1D4ED8!important;border:1px solid #E2E8F0!important;box-shadow:none!important;}
  .fcp-mobile-card-actions a:first-child{background:#2563EB!important;color:#fff!important;border-color:#2563EB!important;}
  .fcp-mobile-lead-badges em,.fcp-mobile-client-card>em{background:#F1F5F9!important;color:#334155!important;border:0!important;}

  /* Detail card */
  .fcp-mobile-detail-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:2px 0 10px!important;}
  .fcp-mobile-detail-head a{color:#2563EB!important;text-decoration:none!important;font-weight:900!important;font-size:13px!important;}
  .fcp-mobile-detail-head span{font-size:11px!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-weight:950!important;color:#64748B!important;}
  .fcp-mobile-detail-card{background:#fff!important;border:1px solid #E6EDF6!important;border-radius:22px!important;padding:13px!important;box-shadow:0 10px 24px rgba(15,23,42,.045)!important;margin-bottom:10px!important;}
  .fcp-mobile-detail-card small{display:inline-flex!important;padding:5px 8px!important;border-radius:999px!important;background:#F1F5F9!important;color:#334155!important;font-size:10px!important;font-weight:950!important;text-transform:uppercase!important;}
  .fcp-mobile-detail-card h2{font-size:24px!important;line-height:1.04!important;letter-spacing:-.06em!important;margin:9px 0 4px!important;color:#0F172A!important;font-weight:950!important;}
  .fcp-mobile-detail-card p{margin:0!important;color:#64748B!important;font-size:13px!important;font-weight:720!important;}
  .fcp-mobile-detail-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:12px!important;}
  .fcp-mobile-detail-actions a{height:38px!important;border-radius:14px!important;background:#F8FAFC!important;border:1px solid #E2E8F0!important;color:#1D4ED8!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:900!important;}
  .fcp-mobile-detail-actions a:first-child{background:#2563EB!important;color:#fff!important;border-color:#2563EB!important;}
  .fcp-mobile-accordion{background:#fff!important;border:1px solid #E6EDF6!important;border-radius:18px!important;padding:10px!important;margin:10px 0!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important;}
  .fcp-mobile-accordion summary{font-weight:900!important;color:#0F172A!important;font-size:14px!important;}
  .fcp-mobile-accordion p{font-size:13px!important;color:#64748B!important;}

  /* Sheets / menu */
  .fcp-mobile-action-sheet,.fcp-mobile-search-overlay,.fcp-mobile-filter-drawer,.fcp-mobile-task-sheet,.fcp-mobile-day-sheet,.fcp-mobile-menu-panel-1431{border-radius:26px 26px 0 0!important;background:#fff!important;border:1px solid #E6EDF6!important;box-shadow:0 -18px 50px rgba(15,23,42,.18)!important;}
  .fcp-mobile-action-sheet{padding:12px 12px calc(12px + env(safe-area-inset-bottom))!important;}
  .fcp-mobile-action-sheet button,.fcp-mobile-action-sheet a{height:46px!important;border-radius:15px!important;background:#fff!important;color:#0F172A!important;border:1px solid #E2E8F0!important;box-shadow:none!important;}
  .fcp-mobile-action-sheet button:first-child{background:#2563EB!important;color:#fff!important;border-color:#2563EB!important;}
  .fcp-mobile-task-sheet{max-height:80dvh!important;overflow:auto!important;padding:14px 12px calc(14px + env(safe-area-inset-bottom))!important;}
  .fcp-mobile-task-sheet h3{font-size:20px!important;letter-spacing:-.045em!important;margin:0 42px 10px 0!important;}
  .fcp-mobile-task-sheet form{gap:8px!important;}
  .fcp-mobile-task-sheet label{font-size:11px!important;text-transform:none!important;color:#64748B!important;}
  .fcp-mobile-task-sheet input,.fcp-mobile-task-sheet select,.fcp-mobile-task-sheet textarea{border-radius:14px!important;border:1px solid #E2E8F0!important;font-size:16px!important;color:#0F172A!important;}
  .fcp-mobile-task-sheet textarea{height:64px!important;min-height:64px!important;}
  .fcp-mobile-date-actions{gap:6px!important;}
  .fcp-mobile-date-actions button{height:36px!important;border-radius:13px!important;font-size:12px!important;}
  .fcp-mobile-save-button{height:42px!important;border-radius:15px!important;background:#2563EB!important;box-shadow:0 10px 22px rgba(37,99,235,.18)!important;}

  .fcp-mobile-task-menu-1431{position:fixed!important;inset:0!important;z-index:100000!important;pointer-events:none!important;}
  .fcp-mobile-task-menu-1431.is-open{pointer-events:auto!important;}
  .fcp-mobile-menu-backdrop{position:absolute!important;inset:0!important;background:rgba(15,23,42,.32)!important;backdrop-filter:blur(8px)!important;}
  .fcp-mobile-menu-panel-1431{position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:14px 12px calc(14px + env(safe-area-inset-bottom))!important;transform:translateY(0)!important;}
  .fcp-mobile-menu-panel-1431 small{font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#2563EB!important;font-weight:950!important;}
  .fcp-mobile-menu-panel-1431 h3{margin:6px 42px 12px 0!important;font-size:19px!important;line-height:1.08!important;letter-spacing:-.045em!important;color:#0F172A!important;}
  .fcp-mobile-menu-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .fcp-mobile-menu-grid button{height:42px!important;border-radius:15px!important;border:1px solid #E2E8F0!important;background:#F8FAFC!important;color:#0F172A!important;font-size:13px!important;font-weight:900!important;}
  .fcp-mobile-menu-grid button:first-child{background:#16A34A!important;color:#fff!important;border-color:#16A34A!important;}

  /* Bottom nav compatta */
  .fcp-app-bottom-nav{display:grid!important;height:62px!important;left:12px!important;right:12px!important;bottom:9px!important;padding:6px!important;border-radius:22px!important;background:#0F172A!important;box-shadow:0 18px 38px rgba(15,23,42,.28)!important;}
  .fcp-app-bottom-nav a{min-height:50px!important;border-radius:17px!important;color:#94A3B8!important;font-size:10px!important;}
  .fcp-app-bottom-nav a.is-active{background:#2563EB!important;color:#fff!important;box-shadow:none!important;}

  .fcp-mobile-toast{position:fixed!important;left:50%!important;bottom:86px!important;transform:translate(-50%,20px)!important;z-index:100001!important;max-width:calc(100vw - 32px)!important;background:#0F172A!important;color:#fff!important;border-radius:999px!important;padding:10px 14px!important;font-size:13px!important;font-weight:850!important;box-shadow:0 14px 34px rgba(15,23,42,.25)!important;opacity:0!important;pointer-events:none!important;transition:.18s ease!important;}
  .fcp-mobile-toast.is-visible{opacity:1!important;transform:translate(-50%,0)!important;}
  .fcp-mobile-toast.is-error{background:#DC2626!important;}
}


/* 14.2.32 - Mobile app UI inspired by modern productivity/CRM patterns (Any.do/Trello/Zoho style, no proprietary assets) */
@media (max-width:960px){
  :root{--fcp-a-bg:#F7F8FB;--fcp-a-surface:#FFFFFF;--fcp-a-text:#101828;--fcp-a-muted:#667085;--fcp-a-line:#E7ECF3;--fcp-a-blue:#2563EB;--fcp-a-blue2:#0EA5E9;--fcp-a-green:#16A34A;--fcp-a-red:#DC2626;--fcp-a-warn:#F59E0B;--fcp-a-shadow:0 10px 30px rgba(16,24,40,.07)}
  html.fcp-mobile-anydo-inspired,html.fcp-mobile-anydo-inspired body{background:var(--fcp-a-bg)!important;color:var(--fcp-a-text)!important;-webkit-font-smoothing:antialiased!important;overscroll-behavior-y:none!important}
  html.fcp-mobile-anydo-inspired #wpadminbar{display:none!important} html.fcp-mobile-anydo-inspired{margin-top:0!important} body.fcp-app-root-page{padding-top:0!important}
  .fcp-app-shell{min-height:100dvh!important;background:var(--fcp-a-bg)!important;padding:0!important;overflow:hidden!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
  .fcp-app-sidebar,.fcp-app-topbar,.fcp-app-legacy-content,.fcp-app-main .notice,.fcp-app-main .updated,.fcp-app-main .error,.fcp-app-main .wrap,.fcp-app-main .fcp-app-admin-wrap{display:none!important}
  .fcp-native-mobile-header{position:sticky!important;top:0!important;z-index:70!important;display:flex!important;align-items:center!important;justify-content:space-between!important;height:72px!important;padding:10px 14px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid rgba(231,236,243,.85)!important;box-shadow:0 6px 22px rgba(16,24,40,.05)!important}
  .fcp-native-mobile-brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.fcp-app-logo{width:44px!important;height:44px!important;border-radius:14px!important;background:linear-gradient(135deg,#7DE3F6,#A7F3D0)!important;color:#0F172A!important;font-weight:900!important;font-size:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}.fcp-native-mobile-brand strong{font-size:18px!important;line-height:1.05!important;letter-spacing:-.04em!important;color:var(--fcp-a-text)!important}.fcp-native-mobile-brand small{font-size:12px!important;line-height:1.2!important;color:var(--fcp-a-muted)!important;font-weight:700!important;margin-top:3px!important}.fcp-native-mobile-action{width:48px!important;height:48px!important;min-height:48px!important;border-radius:16px!important;background:var(--fcp-a-blue)!important;color:#fff!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:30px!important;font-weight:800!important;box-shadow:0 10px 24px rgba(37,99,235,.25)!important;padding:0!important;line-height:1!important}
  .fcp-app-main{display:block!important;padding:12px 12px calc(92px + env(safe-area-inset-bottom))!important;background:var(--fcp-a-bg)!important;max-width:480px!important;margin:0 auto!important;min-height:calc(100dvh - 72px)!important}
  .fcp-mobile-native-screen{display:block!important}.fcp-mobile-hero,.fcp-mobile-section-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin:2px 0 12px!important}.fcp-mobile-hero span,.fcp-mobile-section-head span{display:block!important;color:var(--fcp-a-blue)!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.12em!important;margin-bottom:3px!important}.fcp-mobile-hero h2,.fcp-mobile-section-head h2{font-size:24px!important;line-height:1.02!important;margin:0!important;letter-spacing:-.06em!important;color:var(--fcp-a-text)!important}.fcp-mobile-hero p{font-size:13px!important;color:var(--fcp-a-muted)!important;margin:4px 0 0!important;font-weight:700!important}.fcp-mobile-search-button,.fcp-mobile-filter-button{height:38px!important;min-height:38px!important;border-radius:14px!important;background:#fff!important;border:1px solid var(--fcp-a-line)!important;color:#0B376D!important;padding:0 12px!important;font-size:13px!important;font-weight:850!important;box-shadow:0 6px 16px rgba(16,24,40,.04)!important}
  .fcp-mobile-kpi-grid,.fcp-mobile-kpi-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:0 0 12px!important}.fcp-mobile-kpi-row.fcp-mobile-kpi-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fcp-mobile-kpi-grid article,.fcp-mobile-kpi-row article{min-height:72px!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;border-radius:17px!important;padding:10px!important;box-shadow:var(--fcp-a-shadow)!important}.fcp-mobile-kpi-grid span,.fcp-mobile-kpi-row span{display:block!important;font-size:10px!important;line-height:1.1!important;font-weight:850!important;color:var(--fcp-a-muted)!important;margin:0 0 6px!important}.fcp-mobile-kpi-grid strong,.fcp-mobile-kpi-row strong{display:block!important;font-size:23px!important;line-height:1!important;letter-spacing:-.05em!important;color:var(--fcp-a-text)!important}
  .fcp-mobile-block{background:#fff!important;border:1px solid var(--fcp-a-line)!important;border-radius:20px!important;padding:10px!important;margin:0 0 10px!important;box-shadow:var(--fcp-a-shadow)!important}.fcp-mobile-block header{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 8px!important}.fcp-mobile-block h3{font-size:16px!important;line-height:1.1!important;margin:0!important;color:var(--fcp-a-text)!important;letter-spacing:-.035em!important}.fcp-mobile-block header a{font-size:12px!important;font-weight:850!important;color:var(--fcp-a-blue)!important;text-decoration:none!important}.fcp-mobile-list,.fcp-mobile-timeline{display:grid!important;gap:7px!important}.fcp-mobile-empty{margin:0!important;border-radius:14px!important;background:#F8FAFC!important;color:var(--fcp-a-muted)!important;padding:10px!important;font-size:13px!important;font-weight:700!important}
  .fcp-mobile-task-tabs,.fcp-mobile-chipbar{display:flex!important;gap:7px!important;overflow-x:auto!important;margin:0 0 10px!important;padding:0 0 2px!important;scrollbar-width:none!important}.fcp-mobile-task-tabs::-webkit-scrollbar,.fcp-mobile-chipbar::-webkit-scrollbar{display:none!important}.fcp-mobile-task-tabs button,.fcp-mobile-chipbar button,.fcp-mobile-chipbar select{flex:0 0 auto!important;height:38px!important;min-height:38px!important;border-radius:14px!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;color:#0F2747!important;font-size:13px!important;font-weight:850!important;padding:0 13px!important;box-shadow:none!important}.fcp-mobile-task-tabs button.is-active,.fcp-mobile-chipbar button.is-active{background:var(--fcp-a-blue)!important;border-color:var(--fcp-a-blue)!important;color:#fff!important}.fcp-mobile-task-panel{display:none!important}.fcp-mobile-task-panel.is-active{display:block!important}
  .fcp-mobile-task-card{position:relative!important;display:grid!important;grid-template-columns:28px minmax(0,1fr) auto 30px!important;align-items:center!important;gap:8px!important;min-height:64px!important;padding:9px!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--fcp-a-line)!important;box-shadow:0 7px 20px rgba(16,24,40,.055)!important;margin:0!important;color:var(--fcp-a-text)!important;touch-action:pan-y!important}.fcp-mobile-task-card::before{display:none!important}.fcp-mobile-task-check{width:24px!important;height:24px!important;min-height:24px!important;border-radius:999px!important;border:2px solid #CDD5DF!important;background:#fff!important;padding:0!important}.fcp-mobile-task-check:active{background:#DCFCE7!important;border-color:var(--fcp-a-green)!important}.fcp-mobile-task-body{min-width:0!important;display:block!important;text-align:left!important;background:transparent!important;border:0!important;padding:0!important;min-height:0!important;color:inherit!important}.fcp-mobile-task-body strong{display:block!important;font-size:15px!important;line-height:1.14!important;color:var(--fcp-a-text)!important;font-weight:850!important;letter-spacing:-.035em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-task-body span{display:block!important;margin-top:3px!important;font-size:12px!important;line-height:1.2!important;color:var(--fcp-a-muted)!important;font-weight:650!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-task-card em{border-radius:999px!important;background:#EEF2FF!important;color:#344054!important;padding:5px 7px!important;font-style:normal!important;font-size:9px!important;font-weight:900!important;line-height:1!important;text-transform:uppercase!important}.fcp-mobile-task-card em.prio-high,.fcp-mobile-task-card em.prio-urgent{background:#FEF2F2!important;color:var(--fcp-a-red)!important}.fcp-mobile-task-card em.prio-medium{background:#FFF7ED!important;color:#EA580C!important}.fcp-mobile-task-more{width:30px!important;height:30px!important;min-height:30px!important;border-radius:12px!important;border:1px solid var(--fcp-a-line)!important;background:#F8FAFC!important;color:var(--fcp-a-muted)!important;font-size:14px!important;font-weight:900!important;padding:0!important}.fcp-mobile-card-actions{display:none!important}.fcp-mobile-task-card.is-saving{opacity:.55!important;pointer-events:none!important}.fcp-mobile-task-card.is-completed{transform:translateX(24px)!important;opacity:0!important;transition:.22s ease!important}
  .fcp-mobile-board{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:88%!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:4px!important;scrollbar-width:none!important}.fcp-mobile-board::-webkit-scrollbar{display:none!important}.fcp-mobile-board-col{scroll-snap-align:start!important;background:#fff!important;border:1px solid var(--fcp-a-line)!important;border-radius:20px!important;padding:10px!important;min-height:360px!important;box-shadow:var(--fcp-a-shadow)!important}.fcp-mobile-board-col header{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:0 0 8px!important}.fcp-mobile-board-col h3{font-size:15px!important;margin:0!important;color:var(--fcp-a-text)!important}.fcp-mobile-board-col header span{width:25px!important;height:25px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#F2F4F7!important;color:var(--fcp-a-muted)!important;font-size:11px!important;font-weight:900!important}.fcp-mobile-board-dropzone{display:grid!important;gap:8px!important;min-height:300px!important;align-content:start!important}.fcp-mobile-board-dropzone.is-over{outline:2px dashed #60A5FA!important;outline-offset:4px!important;border-radius:16px!important;background:#EFF6FF!important}.fcp-mobile-board-hint{font-size:12px!important;color:var(--fcp-a-muted)!important;text-align:center!important;margin:8px 0 0!important;font-weight:700!important}
  .fcp-mobile-month-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:4px!important;background:#fff!important;border:1px solid var(--fcp-a-line)!important;border-radius:20px!important;padding:8px!important;box-shadow:var(--fcp-a-shadow)!important}.fcp-mobile-weekdays{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(7,1fr)!important;gap:4px!important;margin-bottom:2px!important}.fcp-mobile-weekdays span{text-align:center!important;font-size:10px!important;font-weight:900!important;color:var(--fcp-a-muted)!important}.fcp-mobile-month-day{height:72px!important;min-height:72px!important;border-radius:13px!important;border:1px solid #EEF2F6!important;background:#FBFCFE!important;padding:5px!important;text-align:left!important;overflow:hidden!important;color:var(--fcp-a-text)!important;box-shadow:none!important}.fcp-mobile-month-day strong{display:block!important;font-size:12px!important;line-height:1!important;margin-bottom:4px!important}.fcp-mobile-month-day span{display:block!important;border-radius:6px!important;background:#EFF6FF!important;color:#1D4ED8!important;font-size:9px!important;font-weight:800!important;line-height:1.1!important;margin:2px 0!important;padding:3px 4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-month-day em{display:block!important;font-size:9px!important;font-style:normal!important;color:var(--fcp-a-muted)!important;font-weight:900!important}.fcp-mobile-day-data{display:none!important}
  .fcp-mobile-lead-card,.fcp-mobile-client-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important;align-items:center!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;border-radius:18px!important;padding:10px!important;min-height:70px!important;box-shadow:0 7px 20px rgba(16,24,40,.055)!important}.fcp-mobile-card-main{display:block!important;text-align:left!important;background:transparent!important;border:0!important;padding:0!important;min-width:0!important}.fcp-mobile-card-main strong{display:block!important;font-size:15px!important;line-height:1.12!important;color:var(--fcp-a-text)!important;font-weight:850!important;letter-spacing:-.035em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-card-main span{display:block!important;font-size:12px!important;line-height:1.22!important;color:var(--fcp-a-muted)!important;font-weight:650!important;margin-top:3px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-mobile-lead-badges,.fcp-mobile-client-card>em{display:flex!important;gap:5px!important;align-items:center!important}.fcp-mobile-lead-badges em,.fcp-mobile-client-card>em{background:#F2F4F7!important;color:#344054!important;border:0!important;border-radius:999px!important;padding:5px 7px!important;font-size:9px!important;font-weight:900!important;line-height:1!important;text-transform:uppercase!important}.fcp-mobile-search-inline{display:flex!important;gap:8px!important;margin:0 0 10px!important}.fcp-mobile-search-inline input{flex:1!important;height:40px!important;border-radius:15px!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;padding:0 12px!important;font-size:16px!important;color:var(--fcp-a-text)!important}.fcp-mobile-search-inline button{height:40px!important;border-radius:15px!important;background:#fff!important;border:1px solid var(--fcp-a-line)!important;color:#0B376D!important;font-weight:850!important;padding:0 12px!important}.fcp-mobile-detail-card{background:#fff!important;border:1px solid var(--fcp-a-line)!important;border-radius:22px!important;padding:12px!important;box-shadow:var(--fcp-a-shadow)!important}.fcp-mobile-detail-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:10px!important}.fcp-mobile-detail-actions a{height:38px!important;border-radius:14px!important;border:1px solid var(--fcp-a-line)!important;background:#F8FAFC!important;color:#0B376D!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:850!important}
  .fcp-app-bottom-nav{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;z-index:80!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:5px!important;height:64px!important;padding:7px!important;border-radius:22px!important;background:#0F172A!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 18px 42px rgba(15,23,42,.32)!important}.fcp-app-bottom-nav a{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;min-height:50px!important;border-radius:17px!important;color:#AEBACC!important;text-decoration:none!important;font-size:10px!important;font-weight:850!important;background:transparent!important}.fcp-app-bottom-nav a::before{content:attr(data-icon)!important;font-size:16px!important;line-height:1!important}.fcp-app-bottom-nav a.is-active{background:var(--fcp-a-blue)!important;color:#fff!important;box-shadow:0 8px 22px rgba(37,99,235,.3)!important}
  .fcp-mobile-action-backdrop,.fcp-mobile-search-backdrop,.fcp-mobile-filter-backdrop,.fcp-mobile-sheet-backdrop,.fcp-mobile-lead-backdrop,.fcp-mobile-menu-backdrop{position:fixed!important;inset:0!important;background:rgba(15,23,42,.38)!important;backdrop-filter:blur(5px)!important;z-index:99990!important;opacity:0!important;pointer-events:none!important;transition:.18s ease!important}.fcp-mobile-action-sheet,.fcp-mobile-search-overlay,.fcp-mobile-filter-drawer,.fcp-mobile-task-sheet,.fcp-mobile-lead-sheet,.fcp-mobile-day-sheet,.fcp-mobile-menu-panel{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:99999!important;max-height:84dvh!important;overflow:auto!important;background:#fff!important;border:1px solid var(--fcp-a-line)!important;border-radius:26px 26px 0 0!important;box-shadow:0 -18px 55px rgba(16,24,40,.22)!important;padding:14px 12px calc(14px + env(safe-area-inset-bottom))!important;transform:translateY(104%)!important;opacity:0!important;pointer-events:none!important;transition:transform .22s ease,opacity .22s ease!important}.fcp-mobile-actions-open .fcp-mobile-action-backdrop,.fcp-mobile-search-open .fcp-mobile-search-backdrop,.fcp-mobile-filter-open .fcp-mobile-filter-backdrop,.fcp-mobile-task-open .fcp-mobile-sheet-backdrop,.fcp-mobile-lead-open .fcp-mobile-lead-backdrop,.fcp-mobile-task-menu.is-open .fcp-mobile-menu-backdrop,.fcp-mobile-day-open .fcp-mobile-filter-backdrop{opacity:1!important;pointer-events:auto!important}.fcp-mobile-actions-open .fcp-mobile-action-sheet,.fcp-mobile-search-open .fcp-mobile-search-overlay,.fcp-mobile-filter-open .fcp-mobile-filter-drawer,.fcp-mobile-task-open .fcp-mobile-task-sheet,.fcp-mobile-lead-open .fcp-mobile-lead-sheet,.fcp-mobile-day-sheet.is-open,.fcp-mobile-task-menu.is-open .fcp-mobile-menu-panel{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}.fcp-mobile-action-sheet{display:grid!important;gap:8px!important}.fcp-mobile-action-sheet button,.fcp-mobile-action-sheet a,.fcp-mobile-menu-grid button{height:46px!important;border-radius:16px!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;color:var(--fcp-a-text)!important;font-size:15px!important;font-weight:850!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 14px!important}.fcp-mobile-action-sheet button:first-child,.fcp-mobile-menu-grid button:first-child{background:var(--fcp-a-blue)!important;border-color:var(--fcp-a-blue)!important;color:#fff!important}.fcp-mobile-sheet-x{position:absolute!important;right:12px!important;top:12px!important;width:36px!important;height:36px!important;min-height:36px!important;border-radius:13px!important;border:1px solid var(--fcp-a-line)!important;background:#F8FAFC!important;color:var(--fcp-a-text)!important;font-size:20px!important;font-weight:900!important}.fcp-mobile-task-sheet h3,.fcp-mobile-lead-sheet h3,.fcp-mobile-search-overlay h3,.fcp-mobile-filter-drawer h3,.fcp-mobile-menu-panel h3{font-size:20px!important;line-height:1.1!important;color:var(--fcp-a-text)!important;letter-spacing:-.05em!important;margin:0 48px 12px 0!important}.fcp-mobile-task-sheet form,.fcp-mobile-lead-sheet form,.fcp-mobile-filter-drawer{display:grid!important;gap:8px!important}.fcp-mobile-task-sheet label,.fcp-mobile-lead-sheet label,.fcp-mobile-filter-drawer label{display:grid!important;gap:4px!important;font-size:11px!important;font-weight:800!important;color:var(--fcp-a-muted)!important;margin:0!important;text-transform:none!important;letter-spacing:0!important}.fcp-mobile-task-sheet input,.fcp-mobile-task-sheet select,.fcp-mobile-task-sheet textarea,.fcp-mobile-lead-sheet input,.fcp-mobile-search-overlay input,.fcp-mobile-filter-drawer input,.fcp-mobile-filter-drawer select{height:42px!important;min-height:42px!important;border-radius:14px!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;color:var(--fcp-a-text)!important;font-size:16px!important;padding:9px 12px!important;box-shadow:none!important}.fcp-mobile-task-sheet textarea{height:64px!important;min-height:64px!important;resize:none!important}.fcp-mobile-date-actions{display:flex!important;gap:7px!important}.fcp-mobile-date-actions button{height:38px!important;min-height:38px!important;flex:1!important;border-radius:13px!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;color:var(--fcp-a-text)!important;font-weight:850!important}.fcp-mobile-form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.fcp-mobile-save-button{height:44px!important;border:0!important;border-radius:15px!important;background:var(--fcp-a-blue)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;box-shadow:0 10px 22px rgba(37,99,235,.2)!important}.fcp-mobile-search-results{display:grid!important;gap:7px!important;margin-top:10px!important}.fcp-mobile-search-result{display:grid!important;gap:2px!important;text-decoration:none!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;border-radius:15px!important;padding:10px!important}.fcp-mobile-search-result small{font-size:10px!important;color:var(--fcp-a-blue)!important;font-weight:900!important;text-transform:uppercase!important}.fcp-mobile-search-result strong{font-size:14px!important;color:var(--fcp-a-text)!important}.fcp-mobile-search-result span{font-size:12px!important;color:var(--fcp-a-muted)!important}.fcp-mobile-filter-drawer{left:0!important;right:auto!important;top:0!important;bottom:0!important;width:min(88vw,360px)!important;border-radius:0 24px 24px 0!important;transform:translateX(-104%)!important}.fcp-mobile-filter-open .fcp-mobile-filter-drawer{transform:translateX(0)!important}.fcp-mobile-toast{position:fixed!important;left:50%!important;bottom:calc(92px + env(safe-area-inset-bottom))!important;transform:translate(-50%,20px)!important;opacity:0!important;z-index:100000!important;background:#101828!important;color:#fff!important;border-radius:999px!important;padding:10px 14px!important;font-size:13px!important;font-weight:850!important;box-shadow:0 14px 35px rgba(16,24,40,.28)!important;transition:.2s ease!important}.fcp-mobile-toast.is-visible{opacity:1!important;transform:translate(-50%,0)!important}.fcp-mobile-toast.is-error{background:#991B1B!important}.fcp-mobile-notification-mini{background:#fff!important;border:1px solid var(--fcp-a-line)!important;border-radius:18px!important;padding:10px!important;margin-bottom:10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:var(--fcp-a-shadow)!important}.fcp-mobile-notification-mini strong{font-size:15px!important}.fcp-mobile-notification-mini span{display:block!important;color:var(--fcp-a-muted)!important;font-size:12px!important;margin-top:2px!important}.fcp-mobile-notification-mini button{height:36px!important;border-radius:13px!important;border:1px solid var(--fcp-a-line)!important;background:#fff!important;color:#0B376D!important;font-weight:850!important;padding:0 12px!important}
}
