#storebird-admin-root{color:#121113;font-family:Instrument Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;margin:20px 0 20px 20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#storebird-admin-root *,#storebird-admin-root :after,#storebird-admin-root :before{box-sizing:border-box}.storebird-admin{background:#fff;border:1px solid #e4e4e7;border-radius:12px;margin:0 auto;max-width:800px;overflow:hidden}.storebird-loading{align-items:center;color:#71717a;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.storebird-loading p{font-size:14px;margin:0}.storebird-header{align-items:center;background:#fff;border-bottom:1px solid #e4e4e7;display:flex;justify-content:space-between;padding:24px}.storebird-header-content{align-items:center;display:flex;gap:16px}.storebird-logo{align-items:center;display:flex;height:48px;justify-content:center;width:48px}.storebird-logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.storebird-header-text h1{color:#121113;font-size:20px;font-weight:600;line-height:1.2;margin:0}.storebird-header-text p{color:#71717a;font-size:13px;margin:4px 0 0}.storebird-badge{align-items:center;background:#f4f4f5;border-radius:8px;color:#71717a;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.storebird-badge .status-dot{background:currentColor;border-radius:50%;height:6px;width:6px}.storebird-badge.connected{background:rgba(34,197,94,.1);color:#1a9a49}.storebird-badge.connected .status-dot{background:#22c55e}.storebird-badge.disconnected{background:rgba(239,68,68,.1);color:#ef4444}.storebird-badge.disconnected .status-dot{background:#ef4444}.storebird-badge.verifying{background:rgba(245,158,11,.1);color:#c57f08}.storebird-spinner{animation:storebird-spin 1s linear infinite}@keyframes storebird-spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.storebird-alert{animation:storebird-toast-in .3s ease-out;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.1);display:flex;font-size:14px;gap:12px;max-width:400px;min-width:320px;padding:16px;position:fixed;left:24px;top:50px;z-index:999999}.storebird-alert.success{background:#fff;border:1px solid #22c55e}.storebird-alert.success .storebird-alert-icon{color:#22c55e}.storebird-alert.error{background:#fff;border:1px solid #ef4444}.storebird-alert.error .storebird-alert-icon,.storebird-alert.error .storebird-alert-title{color:#ef4444}@keyframes storebird-toast-in{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.storebird-alert-icon{flex-shrink:0;margin-top:1px}.storebird-alert-icon,.storebird-alert-icon svg{height:16px;width:16px}.storebird-alert-content{flex:1;min-width:0}.storebird-alert-title{color:#121113;font-size:14px;font-weight:500;line-height:1.4;margin:0 0 4px}.storebird-alert-description{color:#71717a;font-size:13px;line-height:1.5;margin:0}.storebird-alert-dismiss{align-items:center;background:transparent;border:none;border-radius:6px;color:#71717a;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;left:12px;top:12px;transition:background-color .15s,color .15s;width:24px}.storebird-alert-dismiss:hover{background:#f4f4f5;color:#121113}.storebird-alert-dismiss svg{height:14px;width:14px}.storebird-content{display:flex;flex-direction:column;gap:20px;padding:24px}.storebird-card{background:#fff;border:1px solid #e4e4e7;border-radius:10px;overflow:hidden}.storebird-card-header{padding:20px 20px 0}.storebird-card-title{color:#121113;font-size:16px;font-weight:600;margin:0}.storebird-card-description{color:#71717a;font-size:13px;margin:4px 0 0}.storebird-card-content{display:flex;flex-direction:column;gap:16px;padding:20px}.storebird-card-actions{padding-top:4px}.storebird-input-group{display:flex;flex-direction:column;gap:6px}.storebird-label{color:#121113;font-size:13px;font-weight:500}.storebird-input{background:#fff;border:1px solid #e4e4e7;border-radius:8px;color:#121113;font-family:inherit;font-size:14px;height:36px;outline:none;padding:0 12px;transition:border-color .15s,box-shadow .15s;width:100%}.storebird-input::-moz-placeholder{color:#71717a}.storebird-input::placeholder{color:#71717a}.storebird-input:focus{border-color:#121113;box-shadow:0 0 0 3px rgba(18,17,19,.1)}.storebird-input-description{color:#71717a;font-size:12px;margin:0}.storebird-switch-group{align-items:center;display:flex;gap:16px;justify-content:space-between}.storebird-switch-info{flex:1}.storebird-switch-description{color:#71717a;font-size:13px;margin:4px 0 0}.storebird-switch{background:#e4e4e7;border:none;border-radius:12px;cursor:pointer;height:24px;padding:0;position:relative;transition:background-color .2s;width:44px}.storebird-switch:focus-visible{box-shadow:0 0 0 3px rgba(18,17,19,.2);outline:none}.storebird-switch.checked{background:#121113}.storebird-switch-thumb{background:#fff;border-radius:50%;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:20px;right:2px;position:absolute;top:2px;transition:transform .2s;width:20px}.storebird-switch.checked .storebird-switch-thumb{transform:translateX(-20px)}.storebird-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:8px;height:36px;justify-content:center;padding:0 16px;transition:background-color .15s,opacity .15s;white-space:nowrap}.storebird-button:disabled{cursor:not-allowed;opacity:.5}.storebird-button.primary{background:#121113;color:#fafafa}.storebird-button.primary:hover:not(:disabled){background:#2c292e}.storebird-button.secondary{background:#f4f4f5;border:1px solid #e4e4e7;color:#121113}.storebird-button.secondary:hover:not(:disabled){background:#ececee}.storebird-button.default{background:#f4f4f5;border:1px solid #e4e4e7;color:#121113}.storebird-button.default:hover:not(:disabled){background:#ececee}.storebird-button svg{flex-shrink:0;height:16px;width:16px}.storebird-help-card{background:#f4f4f5;border-color:transparent}.storebird-help-text{color:#71717a;font-size:13px;margin:0 0 16px}.storebird-footer{background:#f4f4f5;border-top:1px solid #e4e4e7;display:flex;justify-content:flex-end;padding:16px 24px}.storebird-sync-status{background:#f4f4f5;border-radius:8px;padding:12px 16px}.storebird-sync-info{display:flex;flex-direction:column;gap:8px}.storebird-sync-stat{align-items:center;display:flex;justify-content:space-between}.storebird-sync-label{color:#71717a;font-size:13px}.storebird-sync-value{color:#121113;font-size:14px;font-weight:500}.storebird-sync-empty{color:#71717a;font-size:13px;margin:0}.storebird-sync-note{color:#71717a;font-size:12px;margin:8px 0 0}@media(max-width:600px){#storebird-admin-root{margin:10px}.storebird-header{align-items:flex-start;flex-direction:column;gap:16px}.storebird-card-content,.storebird-card-header,.storebird-content{padding:16px}.storebird-card-header{padding-bottom:0}}
