/* FloatCommerce RC2.8.1 — Commercial CMS professional admin UI */
:root{--fc-navy:#0b2442;--fc-ink:#172033;--fc-muted:#667085;--fc-line:#e5e9ef;--fc-bg:#f5f7fa;--fc-red:#b42318;--fc-green:#067647;--fc-gold:#d7a900}
.fc-admin-shell{max-width:1320px;margin:0 auto;padding-left:24px;padding-right:24px}
.fc-admin-nav-wrap{background:#fff;border-bottom:1px solid #e9edf2;box-shadow:0 2px 8px rgba(16,24,40,.025)}
.fc-admin-nav{max-width:1320px;margin:0 auto;padding:18px 24px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.fc-admin-identity small{display:block;color:#7b8494;font-size:11px;font-weight:700;margin-bottom:3px}.fc-admin-identity h2{font-size:22px!important;color:var(--fc-navy);letter-spacing:-.025em;margin:0!important}
.fc-admin-tabs{display:flex;gap:5px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.fc-admin-tabs a{border:0!important;background:transparent!important;color:#475467!important;border-radius:8px!important;padding:9px 11px!important;font-size:12px!important;font-weight:750!important;line-height:1!important;box-shadow:none!important}.fc-admin-tabs a:hover{background:#f2f4f7!important;color:var(--fc-navy)!important}.fc-admin-tabs a.active{background:var(--fc-navy)!important;color:#fff!important}.fc-admin-tabs a.live{background:#fff1f0!important;color:#b42318!important}.fc-admin-tabs a.live:hover{background:#fee4e2!important}
.fc-cms{padding:10px 0 54px;background:var(--fc-bg);min-height:75vh}.fc-cms>.container-fluid{max-width:1320px;margin:0 auto;padding-left:24px;padding-right:24px}.fc-cms-hero{display:flex;justify-content:space-between;align-items:end;gap:20px;padding:28px 0 20px}.fc-cms-hero span{font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#b91f2c}.fc-cms-hero h1{margin:4px 0 5px;color:var(--fc-navy);font-size:34px;font-weight:900;letter-spacing:-.04em}.fc-cms-hero p{margin:0;color:var(--fc-muted);font-size:13px}
.fc-cms .btn{border-radius:8px;font-weight:750;box-shadow:none;transition:.16s ease}.fc-cms .btn-dark{background:var(--fc-navy);border-color:var(--fc-navy)}.fc-cms .btn-dark:hover{background:#15385f;border-color:#15385f;transform:translateY(-1px)}.fc-cms .fc-primary-action{min-height:40px;padding:10px 16px;font-size:12px;display:inline-flex;align-items:center;gap:7px}.fc-cms .fc-primary-action .plus{font-size:17px;line-height:0}
.fc-cms-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:18px}.fc-cms-stats div{background:#fff;border:1px solid var(--fc-line);border-radius:14px;padding:17px}.fc-cms-stats b{display:block;font-size:27px;color:var(--fc-navy)}.fc-cms-stats span{font-size:12px;color:var(--fc-muted)}.fc-cms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fc-cms-card{display:block;background:#fff;border:1px solid var(--fc-line);border-radius:17px;padding:22px;color:inherit;text-decoration:none;box-shadow:0 7px 20px rgba(16,24,40,.04);transition:.18s}.fc-cms-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(16,24,40,.09)}.fc-cms-card i{font-style:normal;color:#b91f2c;font-size:11px;font-weight:900}.fc-cms-card h3{margin:9px 0;color:var(--fc-navy);font-weight:900}.fc-cms-card p{color:var(--fc-muted);font-size:13px;min-height:58px}.fc-cms-card strong{font-size:12px}.fc-cms-form{background:#fff;border:1px solid var(--fc-line);border-radius:17px;padding:22px;box-shadow:0 7px 20px rgba(16,24,40,.04)}.fc-cms-form h3{color:var(--fc-navy);font-weight:900}.fc-inline-row{display:grid;grid-template-columns:1.3fr .8fr .6fr auto auto auto;gap:8px;align-items:end;padding:12px 0;border-bottom:1px solid #eef1f4}.fc-inline-row label{font-size:11px;font-weight:800;color:var(--fc-muted)}.fc-check{font-size:11px;white-space:nowrap;padding-bottom:9px}
/* Professional catalogue data grid */
.fc-data-card{background:#fff;border:1px solid var(--fc-line);border-radius:14px;overflow:hidden;box-shadow:0 5px 18px rgba(16,24,40,.045)}.fc-data-table{table-layout:fixed;width:100%;margin:0}.fc-data-table thead th{background:#fafbfc;color:#667085;font-size:10px;letter-spacing:.055em;text-transform:uppercase;font-weight:850;border-bottom:1px solid #e7ebef;padding:12px 16px}.fc-data-table tbody td{padding:14px 16px;border-color:#eef1f4;color:#344054;font-size:12px;vertical-align:middle}.fc-data-table tbody tr:hover{background:#fbfcfd}.fc-data-table .col-category{width:55%}.fc-data-table .col-order{width:9%;text-align:center}.fc-data-table .col-home{width:10%;text-align:center}.fc-data-table .col-status{width:11%;text-align:center}.fc-data-table .col-actions{width:15%;text-align:right}.fc-category-name{display:block;color:#101828;font-size:13px;font-weight:850;margin-bottom:3px}.fc-category-desc{display:block;color:#7b8494;font-size:11px;line-height:1.35}.fc-status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:850}.fc-status-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.fc-status-pill.visible{background:#ecfdf3;color:#067647}.fc-status-pill.hidden{background:#f2f4f7;color:#667085}.fc-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.fc-row-actions .btn{min-height:32px;padding:7px 10px!important;font-size:10.5px!important}.fc-row-actions .fc-edit{background:#f2f4f7!important;border:1px solid #e4e7ec!important;color:#344054!important}.fc-row-actions .fc-edit:hover{background:#e9edf2!important;color:#101828!important}.fc-row-actions .fc-delete{background:#fff!important;border:1px solid #f1c3bf!important;color:#b42318!important}.fc-row-actions .fc-delete:hover{background:#fff1f0!important;border-color:#e99a93!important}
@media(max-width:1000px){.fc-admin-nav{align-items:flex-start;flex-direction:column}.fc-admin-tabs{justify-content:flex-start}.fc-cms-grid{grid-template-columns:repeat(2,1fr)}.fc-cms-stats{grid-template-columns:repeat(3,1fr)}.fc-inline-row{grid-template-columns:1fr 1fr}.fc-data-table{min-width:860px}}
@media(max-width:650px){.fc-admin-nav,.fc-cms>.container-fluid{padding-left:14px;padding-right:14px}.fc-admin-tabs{gap:3px}.fc-admin-tabs a{padding:8px 9px!important}.fc-cms-hero{align-items:flex-start;flex-direction:column}.fc-cms-grid,.fc-cms-stats{grid-template-columns:1fr}.fc-inline-row{grid-template-columns:1fr}.fc-cms-card p{min-height:0}.fc-cms-hero h1{font-size:29px}}
/* RC2.8.2 — Commercial Product Manager */
.fc-secondary-action{background:#fff!important;border:1px solid #d0d5dd!important;color:#344054!important;min-height:40px;padding:9px 14px!important;font-size:12px!important}.fc-secondary-action:hover{background:#f9fafb!important;color:#101828!important}
.fc-product-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.fc-product-stats>div{background:#fff;border:1px solid var(--fc-line);border-radius:13px;padding:15px 17px}.fc-product-stats b{display:block;color:var(--fc-navy);font-size:24px;line-height:1}.fc-product-stats span{display:block;color:var(--fc-muted);font-size:11px;margin-top:7px}.fc-product-stats .attention{border-color:#f5c6c2;background:#fff8f7}.fc-product-stats .attention b{color:#b42318}
.fc-product-toolbar{background:#fff;border:1px solid var(--fc-line);border-radius:13px;padding:14px;margin-bottom:14px}.fc-product-filter{display:grid;grid-template-columns:1.7fr 1fr .8fr .8fr auto auto;gap:10px;align-items:end}.fc-product-filter label{display:block;font-size:10px;font-weight:850;color:#667085;margin-bottom:5px;text-transform:uppercase;letter-spacing:.04em}.fc-product-filter .form-control,.fc-product-filter .form-select{font-size:12px;min-height:39px;border-color:#d9dee5}.fc-product-filter>.btn{min-height:39px;font-size:11px;padding:8px 13px!important}
.fc-product-table .col-product{width:34%}.fc-product-table .col-category-p{width:16%}.fc-product-table .col-price{width:10%}.fc-product-table .col-stock{width:10%}.fc-product-table .col-status-p{width:14%}.fc-product-table .col-actions-p{width:16%;text-align:right}.fc-product-cell{display:flex;align-items:center;gap:12px}.fc-product-cell img,.fc-product-placeholder{width:58px;height:58px;border-radius:10px;object-fit:cover;flex:0 0 58px;background:#f2f4f7}.fc-product-placeholder{display:grid;place-items:center;color:#98a2b3;font-size:9px;text-align:center}.fc-product-cell strong{display:block;color:#101828;font-size:12.5px}.fc-product-cell small,.fc-subtext{display:block;color:#7b8494;font-size:10px;margin-top:3px}.fc-category-chip{display:inline-block;background:#f2f4f7;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:750;color:#475467}.fc-price{color:#101828}.fc-low{color:#b42318;font-weight:800}.fc-muted-dash{color:#98a2b3}.fc-featured{display:block;color:#9a6700;font-weight:800;font-size:9px;margin-top:5px}.fc-row-actions form{margin:0}.fc-row-actions .fc-pause,.fc-row-actions .fc-enable{background:#fff!important;border:1px solid #d0d5dd!important;color:#475467!important}.fc-row-actions .fc-enable{border-color:#abefc6!important;color:#067647!important;background:#f6fef9!important}
.fc-product-editor{padding-bottom:16px}.fc-editor-main{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}.fc-editor-main>div:first-child{display:grid;gap:16px}.fc-editor-side{display:grid;gap:16px;position:sticky;top:90px}.fc-editor-card{padding:20px!important}.fc-card-heading{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #eef1f4;padding-bottom:13px;margin-bottom:16px}.fc-card-heading h3,.fc-editor-card>h3{font-size:16px;margin:0 0 4px}.fc-card-heading p{margin:0;color:#7b8494;font-size:11px}.fc-product-editor label,.fc-formset-list label,.fc-stack-fields label{font-size:10.5px;font-weight:800;color:#475467;margin-bottom:5px}.fc-product-editor .form-control,.fc-product-editor .form-select{font-size:12px;border-color:#d9dee5;min-height:40px}.fc-product-editor textarea.form-control{min-height:86px}.fc-help{display:block;color:#7b8494;font-size:10px;line-height:1.45;margin-top:6px}.fc-editor-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:1px solid #e5e9ef}.fc-editor-image-empty{width:100%;aspect-ratio:4/3;border:1px dashed #d0d5dd;border-radius:12px;background:#f8fafc;display:grid;place-items:center;color:#98a2b3;font-size:11px}.fc-stack-fields{display:grid;gap:12px}.fc-switch-line{display:flex;align-items:center;gap:9px;padding:9px 0}.fc-switch-line input,.fc-toggle-stack input{width:18px;height:18px}.fc-switch-line span,.fc-toggle-stack span{display:flex;flex-direction:column}.fc-switch-line b,.fc-toggle-stack b{font-size:11px;color:#344054}.fc-switch-line small,.fc-toggle-stack small{font-size:9.5px;color:#7b8494;font-weight:500}.fc-toggle-stack{display:grid;gap:5px}.fc-toggle-stack label{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #eef1f4;border-radius:9px;margin:0;background:#fbfcfd}
.fc-formset-list{display:grid;gap:8px}.fc-variation-row,.fc-extra-row{display:grid;grid-template-columns:1.5fr 1fr .55fr auto auto auto;gap:8px;align-items:end;background:#fafbfc;border:1px solid #edf0f3;border-radius:10px;padding:11px}.fc-extra-row{grid-template-columns:1.7fr 1fr .55fr auto auto}.fc-check-card{display:flex;align-items:center;gap:5px;min-height:40px;padding:8px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;margin:0!important;white-space:nowrap}.fc-check-card.danger{color:#b42318;border-color:#f5d0cc}.fc-check-card input{width:15px;height:15px}.fc-editor-savebar{position:sticky;bottom:10px;z-index:12;margin-top:16px;background:rgba(255,255,255,.97);border:1px solid #dfe4ea;border-radius:13px;box-shadow:0 10px 35px rgba(16,24,40,.13);padding:13px 16px;display:flex;justify-content:space-between;align-items:center;gap:16px}.fc-editor-savebar b{display:block;color:#101828;font-size:11px}.fc-editor-savebar small{display:block;color:#7b8494;font-size:9.5px;margin-top:2px}.fc-save-product{min-width:135px;min-height:42px;font-size:12px!important}.fc-danger-zone{margin:16px 0 8px;border:1px solid #f5c6c2;background:#fffafa;border-radius:12px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:20px}.fc-danger-zone b{display:block;color:#912018;font-size:11px}.fc-danger-zone small{display:block;color:#8f5a56;font-size:9.5px;margin-top:3px}.fc-danger-zone .fc-delete{background:#fff!important;border:1px solid #e99a93!important;color:#b42318!important;font-size:11px!important}
@media(max-width:1100px){.fc-product-filter{grid-template-columns:1fr 1fr 1fr}.fc-editor-main{grid-template-columns:1fr}.fc-editor-side{position:static;grid-template-columns:repeat(2,1fr)}.fc-product-table{min-width:980px}}@media(max-width:700px){.fc-product-stats{grid-template-columns:1fr 1fr}.fc-product-filter{grid-template-columns:1fr}.fc-editor-side{grid-template-columns:1fr}.fc-variation-row,.fc-extra-row{grid-template-columns:1fr 1fr}.fc-editor-savebar,.fc-danger-zone{align-items:flex-start;flex-direction:column}.fc-editor-savebar>div:last-child{width:100%}.fc-editor-savebar .btn{flex:1}.fc-cms-hero>div:last-child{width:100%;flex-wrap:wrap}}
