#ssr-loader{position:fixed;inset:0;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:9999}.loader-spinner{width:48px;height:48px;border:6px solid #ccc;border-top:6px solid var(--primary-color, #333);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:root,:host{--primary-color: #ffffff;--secondary-color: #eaf2ff;--accent-color: #1f4fa3;--background-color: #f4f7fb;--dark-background-color: #122033;--text-color: #17304f;--nav-background-color: #ffffff;--nav-text-color: #17304f;--nav-active-background: #1f4fa3;--nav-active-text: #ffffff;--button-color: #1f4fa3;--button-hover-color: #173d80;--button-text-color: #ffffff;--border-color: #dbe3ef;--bo-bg: #f4f7fb;--bo-surface: #ffffff;--bo-surface-soft: #f8fafe;--bo-border: #dbe3ef;--bo-text: #122033;--bo-muted: #5f6f82;--bo-primary: #1f4fa3;--bo-primary-hover: #173d80;--bo-success: #1f7a3e;--bo-success-hover: #176132;--bo-warn: #b36b10;--bo-warn-hover: #93570c;--bo-neutral: #4c5f79;--bo-neutral-hover: #3d4d63;--bo-danger: #b42318;--bo-danger-hover: #901b12}.backoffice-shell{width:min(var(--site-max-width, 1400px),calc(100vw - 24px));margin:20px auto;padding:clamp(14px,2vw,24px);border:1px solid var(--bo-border);border-radius:18px;background:radial-gradient(circle at top right,rgba(31,79,163,.08),transparent 35%),radial-gradient(circle at bottom left,rgba(38,127,190,.06),transparent 35%),var(--bo-surface);box-shadow:0 12px 34px #12203314;color:var(--bo-text)}.backoffice-title{margin:0 0 14px;font-size:clamp(1.25rem,2.3vw,1.7rem);font-weight:800;line-height:1.2;color:var(--bo-text)}.backoffice-actions{display:flex;flex-wrap:wrap;gap:10px}.backoffice-shell button,.backoffice-shell .afhBtn,.backoffice-shell .cms-business-add-button,.backoffice-shell .add-business-button,.backoffice-shell .edit-button,.backoffice-shell .cms-business-edit-button{border:1px solid var(--bo-primary);background:var(--bo-primary);color:#fff;border-radius:8px;padding:5px 9px;font-size:.78rem;font-weight:600;line-height:1.2;min-width:0;min-height:28px;width:auto;height:auto;margin:0;max-width:100%;white-space:normal;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .12s ease}.backoffice-shell button:hover,.backoffice-shell .afhBtn:hover,.backoffice-shell .cms-business-add-button:hover,.backoffice-shell .add-business-button:hover,.backoffice-shell .edit-button:hover,.backoffice-shell .cms-business-edit-button:hover{background:var(--bo-primary-hover);border-color:var(--bo-primary-hover)}.backoffice-shell button:active,.backoffice-shell .afhBtn:active,.backoffice-shell .cms-business-add-button:active,.backoffice-shell .add-business-button:active,.backoffice-shell .edit-button:active,.backoffice-shell .cms-business-edit-button:active{transform:translateY(1px)}.backoffice-shell .delete-button,.backoffice-shell .delete-btn,.backoffice-shell .cms-business-delete-button{background:var(--bo-danger);border-color:var(--bo-danger)}.backoffice-shell .add-business-button,.backoffice-shell .cms-business-add-button,.backoffice-shell .save-btn,.backoffice-shell .save-settings-btn{background:var(--bo-success);border-color:var(--bo-success)}.backoffice-shell .add-business-button:hover,.backoffice-shell .cms-business-add-button:hover,.backoffice-shell .save-btn:hover,.backoffice-shell .save-settings-btn:hover{background:var(--bo-success-hover);border-color:var(--bo-success-hover)}.backoffice-shell .agreement-button{background:var(--bo-warn);border-color:var(--bo-warn);color:#fff}.backoffice-shell .agreement-button:hover{background:var(--bo-warn-hover);border-color:var(--bo-warn-hover)}.backoffice-shell .sort-dir-btn,.backoffice-shell .all-accounts-button,.backoffice-shell .btn-secondary{background:var(--bo-neutral);border-color:var(--bo-neutral);color:#fff}.backoffice-shell .sort-dir-btn:hover,.backoffice-shell .all-accounts-button:hover,.backoffice-shell .btn-secondary:hover{background:var(--bo-neutral-hover);border-color:var(--bo-neutral-hover)}.backoffice-shell .delete-button:hover,.backoffice-shell .delete-btn:hover,.backoffice-shell .cms-business-delete-button:hover{background:var(--bo-danger-hover);border-color:var(--bo-danger-hover)}.backoffice-shell input,.backoffice-shell select,.backoffice-shell textarea{width:100%;box-sizing:border-box;background:#fff;border:1px solid var(--bo-border);border-radius:10px;color:var(--bo-text);padding:9px 10px;font-size:.92rem}.backoffice-shell input[type=color],.backoffice-editor input[type=color]{width:100%!important;height:45px!important;min-height:45px;border:1px solid var(--bo-border);border-radius:10px;padding:0;background:#fff;box-sizing:border-box;cursor:pointer}.backoffice-shell input:focus,.backoffice-shell select:focus,.backoffice-shell textarea:focus{outline:none;border-color:#7ea1dd;box-shadow:0 0 0 3px #1f4fa324}.backoffice-shell table{width:100%;border-collapse:collapse;background:var(--bo-surface-soft);border-radius:12px;overflow:hidden}.backoffice-shell thead th{background:#eaf0fa;color:#283d5b;font-size:.8rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.backoffice-shell th,.backoffice-shell td{border-bottom:1px solid #e2e8f2;padding:10px;vertical-align:top}.backoffice-shell tr:last-child td{border-bottom:none}.backoffice-shell .user-info,.backoffice-shell .muted,.backoffice-shell .hint,.backoffice-shell .no-users{color:var(--bo-muted)}.backoffice-nav ul{list-style:none;padding:0;margin:0}.backoffice-nav li{margin:0}.backoffice-nav a{display:inline-block;padding:7px 11px;border-radius:8px;text-decoration:none}.backoffice-nav a.active{background:#1f4fa31f;color:var(--bo-primary)}.backoffice-grid{display:grid;gap:16px}
