body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f7fafc;--panel: #ffffff;--muted: #64748b;--text: #0f172a;--brand-500: #2563eb;--brand-600: #1d4ed8;--accent: #8b5cf6;--card-shadow: 0 18px 40px rgba(15, 23, 42, .06);--soft-shadow: 0 10px 20px rgba(2,6,23,.06);--radius-lg: 16px;--radius-md: 10px}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;font-size:15px}.app-container{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;width:100%;max-width:1320px;margin:0 auto;padding:2.5rem 1.5rem;position:relative;top:-28px}.app-header{background:linear-gradient(135deg,#2563eb,#8b5cf6f2);color:#fff;padding:1.6rem 0 3.2rem;box-shadow:0 6px 30px #02061714;position:relative}.header-content{max-width:1320px;margin:12px auto;padding:0 1.25rem;display:grid;grid-template-columns:1fr auto;align-items:center;min-height:80px;gap:1rem}.header-actions{display:flex;align-items:center;gap:1rem;justify-content:flex-end}.user-indicator{display:flex;align-items:center;gap:.65rem;background:#ffffff1a;padding:.45rem .55rem .45rem .85rem;border-radius:9999px;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.9rem;font-weight:700;position:relative;top:auto;right:auto;max-width:100%}.app-title{font-size:1.8rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.35rem;display:flex;align-items:center;gap:.75rem;line-height:1.05}.app-subtitle{color:#ffffffe6;font-size:.95rem;font-weight:600;opacity:.95}.status-indicator{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff14;padding:.45rem .9rem;border-radius:9999px;font-size:.9rem;font-weight:600;border:1px solid rgba(255,255,255,.12);justify-self:center}.user-indicator{display:flex;align-items:center;gap:.65rem;background:#ffffff1a;padding:.45rem .55rem .45rem .85rem;border-radius:9999px;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.9rem;font-weight:700;position:relative;top:auto;right:auto;max-width:100%;justify-self:end}.user-indicator span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-indicator button{border:0;background:#fff;color:#1d4ed8;border-radius:9999px;padding:.35rem .7rem;font-weight:800;cursor:pointer}.auth-shell{min-height:100vh;display:grid;align-items:start;justify-content:center;padding:clamp(1.25rem,4vw,3rem);background:linear-gradient(135deg,#0f172af0,#2563ebd6),#0f172a}.auth-panel{width:min(900px,100%);margin-top:clamp(1rem,7vh,4.5rem)}.auth-panel-login{width:min(560px,100%)}.auth-brand{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.1rem;color:#fff}.auth-brand-copy{display:inline-flex;align-items:center;gap:.9rem;min-width:0}.auth-brand-mark{display:block;width:36px;height:36px;flex:0 0 auto;object-fit:contain}.auth-brand h1{color:#fff;font-size:clamp(1.65rem,4vw,2.1rem);line-height:1.1;margin:0}.auth-brand p{color:#dbeafe;margin:.25rem 0 0;font-weight:600}.auth-card{background:#fff;border-radius:8px;box-shadow:0 28px 70px #02061752;overflow:hidden;border:1px solid rgba(226,232,240,.9)}.auth-form{display:grid;gap:1.05rem;padding:clamp(1.25rem,3vw,2rem)}.auth-form-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-form-header h2{margin:0;color:#0f172a;font-size:1.35rem}.auth-score{border:1px solid #e2e8f0;border-radius:999px;padding:.35rem .7rem;background:#f8fafc;font-size:.82rem;font-weight:900;text-transform:capitalize;white-space:nowrap}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.auth-grid-login{grid-template-columns:1fr}.auth-form label{display:grid;gap:.4rem;color:#475569;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.auth-form input{width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#0f172a;font-size:.95rem;min-height:44px;padding:.7rem .85rem;outline:0;text-transform:none;letter-spacing:0}.auth-form input:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.auth-error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:8px;padding:.8rem .9rem;font-weight:700;font-size:.9rem}.auth-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-size:1rem;font-weight:900;cursor:pointer;box-shadow:0 12px 24px #2563eb38}.auth-submit:hover:not(:disabled){background:#1d4ed8}.auth-submit:disabled{background:#94a3b8;cursor:not-allowed}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#ef4444}.status-dot.connected{background-color:#10b981;box-shadow:0 0 8px #10b981}.nav-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin:0 auto 2rem;max-width:1100px}.nav-tab{background:#fff;border:none;padding:.95rem 1.8rem;border-radius:999px;font-size:.98rem;font-weight:700;color:#475569;cursor:pointer;box-shadow:0 14px 40px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease,color .2s ease;min-width:150px}.nav-tab:hover{transform:translateY(-2px);color:#3b82f6}.nav-tab.active{background:#3b82f6;color:#fff;box-shadow:0 10px 15px -3px #3b82f666}.import-container,.search-container,.compare-container,.keys-container,.webhook-container,.sync-container{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2.5rem;overflow:hidden;position:relative}.import-container:before,.search-container:before,.compare-container:before,.keys-container:before,.webhook-container:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.sync-container:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}p{color:#64748b;margin-bottom:1.5rem}.upload-area{border:3px dashed #cbd5e1;border-radius:12px;padding:4rem 2rem;text-align:center;cursor:pointer;background-color:#f8fafc;transition:all .3s;margin-bottom:1.5rem}.upload-area:hover,.upload-area.drag-active{border-color:#3b82f6;background-color:#eff6ff}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-text{font-size:1.125rem;font-weight:600;color:#334155}.import-button{width:100%;padding:1rem;background:linear-gradient(to right,#2563eb,#4f46e5);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:opacity .2s}.import-button:disabled{opacity:.7;cursor:not-allowed;background:#94a3b8}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.stat-card{background:#f1f5f9;padding:1.5rem;border-radius:8px;text-align:center}.stat-value{font-size:1.5rem;font-weight:800;color:#0f172a;display:block}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.search-input{width:100%;padding:1rem 1.5rem;font-size:1.125rem;border:2px solid #e2e8f0;border-radius:12px;outline:none;transition:border-color .2s;margin-bottom:2rem;background-color:#f8fafc}.search-input:focus{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 4px #3b82f61a}.table-responsive{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.data-table{width:100%;border-collapse:collapse;min-width:600px;table-layout:fixed}.data-table th:nth-child(1){width:12%}.data-table th:nth-child(2){width:23%}.data-table th:nth-child(3){width:35%}.data-table th:nth-child(4){width:15%}.data-table th:nth-child(5){width:15%}.data-table th{background-color:#f8fafc;padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;border-bottom:2px solid #e2e8f0}.data-table td{padding:1rem;border-bottom:1px solid #f1f5f9;color:#334155;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table tr:hover{background-color:#f8fafc}.badge{background-color:#eff6ff;color:#1d4ed8;padding:4px 8px;border-radius:4px;font-family:monospace;font-size:.85rem;border:1px solid #dbeafe}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn-outline{background:#fff;border:1px solid #cbd5e1;padding:.5rem 1rem;border-radius:6px;color:#475569;cursor:pointer;transition:all .2s}.btn-outline:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.compare-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.compare-refresh,.compare-status-tabs button,.compare-page-actions .btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.compare-refresh{border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:6px;padding:.5rem .75rem;font-weight:500;font-size:13px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem;height:36px;transition:all .2s ease}.compare-refresh:hover:not(:disabled){border-color:#3b82f6;color:#1d4ed8}.compare-spin{animation:spin 1s linear infinite}.compare-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:center;gap:1rem;margin-bottom:1rem}.compare-search{display:flex;align-items:center;gap:.5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:0 .75rem;height:36px;box-shadow:0 1px 2px #00000005}.compare-search:focus-within{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.compare-search svg{color:#94a3b8;flex-shrink:0}.compare-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#0f172a;font-size:13px;padding:0;height:100%}.compare-status-tabs{display:inline-flex;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:2px;height:36px;align-items:center}.compare-status-tabs button{border:0;background:transparent;color:#64748b;border-radius:4px;padding:0 16px;height:100%;font-weight:500;font-size:13px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.compare-status-tabs button.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000f,0 0 0 1px #0000000a;font-weight:600}.compare-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.compare-stat{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:1rem}.compare-stat-value{display:block;color:#0f172a;font-size:1.6rem;font-weight:800;line-height:1.1}.compare-stat-label{display:block;margin-top:.3rem;color:#64748b;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.compare-groups{display:grid;gap:1rem}.compare-group{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden}.compare-group-header{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid #edf2f7;background:#f8fafc}.compare-person{min-width:0;flex:1}.compare-field-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem 1rem}.compare-field-label{display:block;color:#64748b;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.2rem}.compare-field-value{display:block;color:#0f172a;font-size:.9rem;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.compare-group-meta{display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;color:#64748b;font-size:.85rem;font-weight:700;text-align:right}.compare-status{border-radius:999px;padding:.22rem .65rem;font-size:.78rem;font-weight:800}.compare-status.matched{background:#dcfce7;color:#166534}.compare-status.unique{background:#eff6ff;color:#1d4ed8}.compare-platforms{display:flex;flex-wrap:wrap;gap:.45rem;padding:.85rem 1rem;border-bottom:1px solid #edf2f7}.compare-platforms span{border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:.25rem .7rem;font-size:.8rem;font-weight:800}.compare-table-wrap{overflow-x:auto}.compare-table{width:100%;min-width:900px;border-collapse:collapse;table-layout:fixed}.compare-table th,.compare-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid #f1f5f9;color:#334155;white-space:normal;overflow-wrap:anywhere;vertical-align:top}.compare-table th{background:#fff;color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.compare-table tr:last-child td{border-bottom:0}.compare-order-id{font-family:Consolas,Monaco,monospace;font-size:.86rem;color:#1e293b}.compare-empty{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:180px;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#64748b;text-align:center;padding:1.5rem}.compare-pagination{gap:1rem}.compare-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.compare-page-count{color:#64748b;font-size:.9rem;font-weight:700}.keys-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.keys-pill{padding:.5rem .85rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:.875rem;font-weight:700;white-space:nowrap}.keys-mode-nav{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem}.keys-mode-copy{min-width:0}.keys-mode-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.keys-mode-description{margin:0;color:#64748b;font-size:.92rem}.keys-mode-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.keys-mode-button{border:1px solid #cbd5e1;background:#fff;color:#475569;padding:.75rem 1rem;border-radius:10px;font-size:.92rem;font-weight:700;cursor:pointer;transition:all .2s ease}.keys-mode-button:hover{border-color:#93c5fd;color:#1d4ed8}.keys-mode-button.active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8;box-shadow:0 6px 14px -10px #2563ebb3}.keys-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.keys-panel{border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;background:#f8fafc}.keys-section-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.keys-label{display:block;margin-bottom:.4rem;margin-top:.9rem;font-size:.8rem;text-transform:uppercase;font-weight:700;letter-spacing:.04em;color:#475569}.keys-input,.keys-textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.85rem 1rem;font-size:.95rem;background:#fff;color:#0f172a}.keys-textarea{min-height:96px;resize:vertical;margin-bottom:1rem;font-family:inherit}.keys-input:focus,.keys-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.keys-secret-box,.keys-code-block{margin-top:1rem;background:#fff;border:1px solid #dbeafe;border-radius:10px;padding:1rem}.keys-secret-header,.keys-list-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.keys-secret-value,.keys-code-block code,.keys-preview{display:block;margin-top:.75rem;font-family:Consolas,Monaco,monospace;font-size:.92rem;word-break:break-all;color:#1e293b}.keys-code-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.keys-help,.keys-help-list,.keys-meta{margin-top:.75rem;font-size:.92rem;color:#64748b}.keys-help-list{display:grid;gap:.6rem}.keys-empty{border:1px dashed #cbd5e1;border-radius:12px;padding:1.5rem;text-align:center;color:#64748b;background:#fff}.keys-list{display:grid;gap:1rem}.keys-row{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid #e2e8f0;background:#fff;border-radius:12px}.keys-row-main{min-width:0;flex:1}.keys-row-top{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.keys-status{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .65rem;font-size:.8rem;font-weight:700}.keys-status.active{background:#dcfce7;color:#166534}.keys-status.inactive{background:#fee2e2;color:#b91c1c}.keys-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media(max-width:900px){.keys-mode-nav,.keys-grid{display:block}.keys-mode-buttons{justify-content:stretch;margin-top:1rem}.keys-mode-button{width:100%;text-align:left}.keys-grid{grid-template-columns:1fr}.keys-row,.compare-header,.compare-group-header,.keys-hero,.pagination{flex-direction:column;align-items:stretch}.compare-toolbar,.compare-stats{grid-template-columns:1fr}.compare-status-tabs{width:100%}.compare-status-tabs button{flex:1}.compare-field-grid{grid-template-columns:1fr}.auth-brand,.header-content{flex-direction:column;align-items:flex-start;height:auto}.header-content{display:flex;padding-right:1rem}.user-indicator{top:1rem;right:1rem;max-width:calc(100vw - 2rem)}.user-indicator span{max-width:110px}.auth-panel{margin-top:0}.auth-grid{grid-template-columns:1fr}}.wm-root,.wm-root *{box-sizing:border-box}.wm-wrap{background:#f1f5f9;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:24px;border-radius:16px;min-height:400px}.wm-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000008}.wm-card-bar{height:6px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.wm-card-body{background:#fff;padding:20px}.wm-card-header{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid #e2e8f0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#475569;background:#fff}.wm-stat{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;text-align:center}.wm-stat-val{font-size:1.5rem;font-weight:800;display:block}.wm-stat-lbl{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.wm-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:6px}.wm-input-wrap{position:relative}.wm-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;display:flex;pointer-events:none;z-index:1}.wm-root input{background:#f8fafc!important;color:#1e293b!important;border:2px solid #e2e8f0!important;border-radius:12px!important;outline:none!important;width:100%!important;font-size:13px!important;padding:10px 14px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;transition:border-color .2s,box-shadow .2s!important}.wm-root input.has-icon{padding-left:36px!important}.wm-root input:focus{border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 4px #3b82f61a!important}.wm-root input::placeholder{color:#94a3b8!important;opacity:1!important}.wm-root select{background:#f8fafc!important;color:#1e293b!important;border:2px solid #e2e8f0!important;border-radius:12px!important;outline:none!important;width:100%!important;font-size:13px!important;padding:10px 14px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important}.wm-root select:focus{border-color:#3b82f6!important;box-shadow:0 0 0 4px #3b82f61a!important}.wm-root select option{background:#fff!important;color:#1e293b!important}.wm-event{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .15s;border:2px solid #e2e8f0;background:#f8fafc}.wm-event.on{background:#eff6ff;border-color:#bfdbfe}.wm-event-box{width:16px;height:16px;border-radius:4px;flex-shrink:0;margin-top:1px;border:2px solid #cbd5e1;background:transparent;display:flex;align-items:center;justify-content:center;transition:all .15s}.wm-event-box.on{background:#3b82f6;border-color:#3b82f6}.wm-event-name{font-size:12px;font-weight:600;color:#1e293b}.wm-event-name.on{color:#2563eb}.wm-event-desc{font-size:11px;color:#64748b;margin-top:1px}.wm-root button{display:inline-flex!important;align-items:center!important;gap:6px!important;border-radius:8px!important;font-weight:600!important;cursor:pointer!important;transition:all .15s!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;border:none!important;outline:none!important}.wm-root button:disabled{opacity:.6!important;cursor:not-allowed!important}.wm-btn-md{padding:9px 18px!important;font-size:13px!important}.wm-btn-sm{padding:6px 12px!important;font-size:12px!important}.wm-btn-primary{background:linear-gradient(to right,#2563eb,#4f46e5)!important;color:#fff!important;box-shadow:0 4px 6px -1px #3b82f64d!important}.wm-btn-primary:hover:not(:disabled){opacity:.9!important;box-shadow:0 10px 15px -3px #3b82f666!important}.wm-btn-ghost{background:#fff!important;color:#475569!important;border:1px solid #cbd5e1!important}.wm-btn-ghost:hover{border-color:#3b82f6!important;color:#3b82f6!important}.wm-btn-danger{background:#fef2f2!important;color:#dc2626!important;border:1px solid #fecaca!important}.wm-btn-danger:hover{background:#fee2e2!important}.wm-btn-warn{background:transparent!important;color:#b45309!important;border:1px solid #fde68a!important}.wm-btn-warn:hover{background:#fffbeb!important}.wm-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:.82rem;font-weight:500;font-family:monospace}.wm-badge-blue,.wm-badge-green{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.wm-badge-red{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.wm-badge-warn{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.wm-toggle{width:36px;height:20px;border-radius:10px;flex-shrink:0;position:relative;cursor:pointer;transition:background .2s}.wm-toggle.on{background:#3b82f6}.wm-toggle.off{background:#cbd5e1}.wm-toggle-dot{position:absolute;top:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 3px #0003}.wm-row{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin-bottom:10px;box-shadow:0 1px 3px #0000000d}.wm-row-top{display:flex;align-items:center;gap:12px;padding:13px 16px;background:#fff}.wm-row-bottom{border-top:1px solid #e2e8f0;padding:12px 16px;background:#f8fafc}.wm-log-row{display:flex;align-items:center;gap:10px;padding:10px 18px;border-bottom:1px solid #f1f5f9;background:#fff}.wm-pre{margin:0;background:#f8fafc;color:#334155;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;font-family:IBM Plex Mono,Fira Code,monospace;font-size:11.5px;line-height:1.7;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.wm-empty{background:#fff;border:2px dashed #cbd5e1;border-radius:16px;padding:40px 24px;text-align:center;color:#64748b;font-size:13px}.wm-toast{display:flex;align-items:center;gap:10px;padding:11px 16px;border-radius:10px;font-size:13px;font-weight:600;max-width:340px;box-shadow:0 10px 25px -5px #00000026}.wm-toast-success{background:#10b981;color:#fff}.wm-toast-error{background:#dc2626;color:#fff}.wm-toast-info{background:#fff;color:#1e293b;border:1px solid #e2e8f0}.app-footer{text-align:center;padding:3rem 0;color:#94a3b8;font-size:.875rem}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}:root{--primary: #2563EB;--primary-hover: #1D4ED8;--primary-active: #1E40AF;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--info: #06B6D4;--bg-main: #F8FAFC;--bg-card: #FFFFFF;--bg-surface: #F1F5F9;--bg-hover: #F8FAFC;--border-color: #E2E8F0;--divider: #CBD5E1;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #64748B;--text-disabled: #94A3B8;--font-inter: "Inter", sans-serif}body{background-color:var(--bg-main)!important;color:var(--text-primary)!important;font-family:var(--font-inter)!important;font-size:14px!important;font-weight:400!important}h1,.app-title{font-size:36px!important;font-weight:700!important;letter-spacing:-.02em!important;color:var(--text-primary)!important}h2,.section-heading{font-size:24px!important;font-weight:600!important;color:var(--text-primary)!important}h3,.card-heading{font-size:18px!important;font-weight:600!important;color:var(--text-primary)!important}.small-text{font-size:12px!important;font-weight:500!important;color:var(--text-muted)!important}.app-header{height:80px!important;background:#ffffffbf!important;backdrop-filter:blur(24px) saturate(150%)!important;-webkit-backdrop-filter:blur(24px) saturate(150%)!important;border-bottom:1px solid rgba(226,232,240,.8)!important;padding:0 32px!important;box-shadow:0 4px 30px -4px #0f172a0a!important;position:sticky!important;top:0!important;z-index:1000!important;display:flex!important;align-items:center!important;justify-content:center!important}.header-content{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:1440px!important;margin:0 auto!important;padding:0!important;min-height:auto!important;gap:16px!important}.header-content>div:nth-child(1){flex:1 1 0%!important;min-width:0!important}.nav-tabs-wrapper{flex:0 0 auto!important;max-width:100%!important}.header-actions{flex:1 1 0%!important;display:flex!important;justify-content:flex-end!important;min-width:0!important}.app-title{font-size:20px!important;margin:0!important;display:flex!important;align-items:center!important;gap:12px!important}.app-subtitle{display:none!important}.header-actions{flex:1 1 0%!important;display:flex!important;align-items:center!important;gap:16px!important;justify-content:flex-end!important;min-width:0!important}.status-indicator-premium{display:flex!important;align-items:center!important;gap:8px!important;background:#f1f5f999!important;padding:6px 12px!important;border-radius:999px!important;border:1px solid rgba(226,232,240,.8)!important}.status-pulse{width:8px!important;height:8px!important;border-radius:50%!important;position:relative!important}.status-pulse.online{background:#10b981!important;box-shadow:0 0 0 3px #10b98133!important}.status-pulse.offline{background:#ef4444!important;box-shadow:0 0 0 3px #ef444433!important}.status-indicator-premium .status-text{font-size:12px!important;font-weight:600!important;color:#475569!important}.user-profile-premium{display:flex!important;align-items:center!important;gap:12px!important;background:#fff!important;padding:4px 4px 4px 12px!important;border-radius:999px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 10px #0f172a0a!important}.user-avatar-small{width:24px!important;height:24px!important;border-radius:50%!important;background:#eff6ff!important;color:#2563eb!important;display:flex!important;align-items:center!important;justify-content:center!important}.user-name{font-size:13px!important;font-weight:600!important;color:#0f172a!important;white-space:nowrap!important}.logout-btn-premium{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;border-radius:50%!important;border:none!important;background:#fee2e2!important;color:#ef4444!important;cursor:pointer!important;transition:all .2s!important}.logout-btn-premium:hover{background:#fecaca!important;color:#dc2626!important;transform:scale(1.05)!important}.app-main{max-width:1440px!important;padding:32px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:24px!important;top:0!important}.nav-tabs{background:#e2e8f0!important;border:1px solid rgba(0,0,0,.05)!important;border-radius:999px!important;height:54px!important;padding:6px!important;display:inline-flex!important;gap:4px!important;margin:0 auto!important;width:fit-content!important;max-width:100%!important;box-shadow:inset 0 4px 10px #0f172a1f,inset 0 2px 4px #0f172a14,inset 0 0 0 1px #0f172a0d,0 1px 1px #fff!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow-x:auto!important;-ms-overflow-style:none!important;scrollbar-width:none!important}.nav-tabs::-webkit-scrollbar{display:none!important}.nav-tab{background:transparent!important;border:1px solid transparent!important;border-radius:999px!important;height:100%!important;padding:0 24px!important;font-size:14px!important;font-weight:600!important;color:var(--text-secondary)!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:color .3s ease,transform .2s ease!important;min-width:auto!important;position:relative!important}.nav-tab:before{content:""!important;position:absolute!important;inset:4px!important;border-radius:999px!important;background:#0f172a0a!important;opacity:0!important;transform:scale(.85)!important;transition:all .25s cubic-bezier(.34,1.56,.64,1)!important;z-index:0!important}.nav-tab:hover:not(.active):before{opacity:1!important;transform:scale(1)!important}.nav-tab-label{position:relative!important;z-index:2!important}.nav-tab:hover{color:var(--text-primary)!important}@keyframes active-pulse{0%{box-shadow:0 0 0 2px #e2e8f0,0 0 0 3px #3b82f6cc,inset 0 2px 2px #fff6,inset 0 -2px 4px #00000026,0 4px 10px #2563eb66!important}to{box-shadow:0 0 0 2px #e2e8f0,0 0 0 5px #3b82f6,inset 0 2px 3px #fff9,inset 0 -3px 6px #00000040,0 8px 20px #2563eb99!important}}.active-tab-bg{position:absolute!important;inset:3px!important;z-index:1!important;border-radius:999px!important;background:linear-gradient(180deg,#60a5fa,#2563eb)!important;animation:active-pulse 2.5s infinite alternate ease-in-out!important}.nav-tab.active{background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.2)!important;transform:translateY(0)!important}.import-container,.search-container,.compare-container,.keys-container,.webhook-container,.sync-container,.auth-card,.stat-card,.compare-group{background:var(--bg-card)!important;border-radius:20px!important;border:1px solid var(--border-color)!important;box-shadow:0 10px 40px #0f172a0d!important;transition:transform .2s ease,box-shadow .2s ease!important}.import-container:hover,.search-container:hover,.compare-container:hover,.keys-container:hover,.webhook-container:hover,.sync-container:hover{transform:translateY(-2px)!important}.import-container:before,.search-container:before,.compare-container:before,.keys-container:before,.webhook-container:before,.sync-container:before{display:none!important}button,.btn-primary,.import-button,.auth-submit{height:44px!important;border-radius:12px!important;font-size:14px!important;font-weight:500!important;transition:all .2s ease!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.import-button,.auth-submit,.btn-primary,button[type=submit]{background:var(--primary)!important;color:#fff!important;border:none!important;box-shadow:0 4px 12px #2563eb1a!important}.import-button:hover:not(:disabled),.auth-submit:hover:not(:disabled),.btn-primary:hover:not(:disabled),button[type=submit]:hover:not(:disabled){background:var(--primary-hover)!important}.btn-outline,.compare-refresh,.user-indicator button{background:var(--bg-card)!important;border:1px solid var(--border-color)!important;color:var(--text-primary)!important}.btn-outline:hover:not(:disabled),.compare-refresh:hover:not(:disabled){background:var(--bg-hover)!important;border-color:var(--divider)!important;color:var(--text-primary)!important}.btn-danger{background:var(--error)!important;color:#fff!important}input,select,textarea,.search-input,.compare-search input,.auth-form input{height:48px!important;border-radius:12px!important;background:var(--bg-card)!important;border:1px solid var(--divider)!important;padding:0 16px!important;font-size:14px!important;color:var(--text-primary)!important;transition:all .2s ease!important;box-shadow:none!important}input:focus,select:focus,textarea:focus,.search-input:focus,.compare-search:focus-within{border-color:var(--primary)!important;box-shadow:0 0 0 2px var(--primary)!important;outline:none!important}.compare-search{height:56px!important;border-radius:16px!important;box-shadow:0 2px 8px #0f172a0a!important;background:var(--bg-card)!important;border:1px solid var(--border-color)!important}.compare-search input{height:100%!important;border:none!important;padding-left:12px!important}.search-input{height:56px!important;border-radius:16px!important;box-shadow:0 2px 8px #0f172a0a!important}.data-table,table{width:100%!important;border-collapse:separate!important;border-spacing:0!important}.data-table th,th{background:var(--bg-main)!important;color:var(--text-secondary)!important;font-size:12px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.05em!important;padding:16px!important;border-bottom:1px solid var(--border-color)!important;position:sticky!important;top:0!important;z-index:10!important}.data-table td,td{height:64px!important;padding:0 16px!important;color:var(--text-primary)!important;font-size:14px!important;border-bottom:1px solid var(--border-color)!important;transition:background .2s ease!important}.data-table tr:hover td,tr:hover td{background:var(--bg-hover)!important}.upload-area{border:2px dashed var(--divider)!important;border-radius:20px!important;background:var(--bg-card)!important;transition:all .3s ease!important;position:relative!important;overflow:hidden!important}.upload-area:hover,.upload-area.drag-active{border-color:var(--primary)!important;background:var(--bg-surface)!important;box-shadow:0 0 20px #2563eb1a!important}.usage-bar{background:linear-gradient(90deg,var(--primary),var(--info))!important;border-radius:9999px!important}button:active{transform:scale(.98)!important}a,button,input,select,textarea,tr{transition:all .2s cubic-bezier(.4,0,.2,1)!important}.compare-stat{background:var(--bg-card)!important;border-radius:16px!important;padding:24px!important;border:1px solid var(--border-color)!important;box-shadow:0 4px 6px -1px #0000000d!important}.compare-stat-value{font-size:32px!important;color:var(--text-primary)!important}.compare-stat-label{font-size:14px!important;color:var(--text-secondary)!important;text-transform:none!important;font-weight:500!important}*:focus-visible{outline:2px solid var(--primary)!important;outline-offset:2px!important}.stats-grid{gap:24px!important}.stat-card{background:var(--bg-card)!important;border:1px solid var(--border-color)!important;border-radius:16px!important;padding:24px!important}.sync-step-card{background:linear-gradient(180deg,#fff,#f8fafc)!important;border:1px solid #e2e8f0!important;border-top:1px solid #ffffff!important;border-radius:12px!important;padding:20px!important;box-shadow:0 4px 6px -1px #0f172a0d,0 2px 4px -2px #0f172a0d,inset 0 2px 4px #fffc!important;position:relative!important;transition:all .2s ease!important}.sync-step-card:hover{transform:translateY(-2px)!important;box-shadow:0 10px 15px -3px #0f172a14,0 4px 6px -4px #0f172a0a,inset 0 2px 4px #fff!important}.sync-step-num{font-size:11px!important;font-weight:700!important;color:#3b82f6!important;letter-spacing:.05em!important;margin-bottom:12px!important;display:inline-flex!important;align-items:center!important;padding:4px 10px!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:6px!important;box-shadow:inset 0 1px 2px #ffffff80!important}.sync-step-title{font-size:15px!important;font-weight:700!important;color:#0f172a!important;margin-bottom:6px!important}.sync-step-desc{font-size:13px!important;color:#64748b!important;line-height:1.5!important}.sync-input{width:100%!important;padding:10px 14px!important;font-size:14px!important;border:1px solid #cbd5e1!important;border-radius:8px!important;background:#fff!important;color:#0f172a!important;box-sizing:border-box!important;outline:none!important;transition:all .2s ease!important;box-shadow:inset 0 1px 2px #0f172a05!important}.sync-input:focus{border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 3px #3b82f626,inset 0 1px 2px #0f172a05!important}.sync-btn{padding:10px 20px!important;border-radius:8px!important;border:1px solid #cbd5e1!important;background:#fff!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:6px!important;color:#0f172a!important;transition:all .2s ease!important;box-shadow:0 1px 2px #0f172a0d!important}.sync-btn:hover:not(:disabled){border-color:#3b82f6!important;color:#1d4ed8!important;background:#f8fafc!important}.stat-value{font-size:32px!important;color:var(--text-primary)!important}.stat-label{font-size:14px!important;color:var(--text-secondary)!important;text-transform:none!important;font-weight:500!important}.ae-shell{background:var(--bg-main)!important}.ae-card{background:var(--bg-card)!important;border:1px solid var(--border-color)!important;box-shadow:0 10px 40px #0f172a0d!important}.ae-heading,.ae-brand-name{color:var(--text-primary)!important}.ae-subhead,.ae-brand-sub{color:var(--text-secondary)!important}.ae-brand-icon{background:transparent!important;box-shadow:none!important}.ae-label{color:var(--text-secondary)!important}.ae-input{background:var(--bg-main)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.ae-input:focus{background:var(--bg-card)!important;border-color:var(--primary)!important;box-shadow:0 0 0 2px #2563eb1a!important}.ae-btn{background:var(--primary)!important;box-shadow:0 4px 12px #2563eb1a!important}.ae-btn:hover{background:var(--primary-hover)!important}.ae-orb,.ae-dots-bg{display:none!important}.stat-card{display:flex!important;flex-direction:column!important;gap:8px!important;padding:24px!important;border-radius:12px!important;border:1px solid #e2e8f0!important;background:#fff!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important;box-sizing:border-box!important;text-align:left!important}.stat-icon-wrapper{width:32px!important;height:32px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:4px!important}.stat-title{font-size:11px!important;font-weight:600!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.05em!important}.stat-value{font-size:28px!important;font-weight:700!important;color:#0f172a!important;display:flex!important;align-items:baseline!important;gap:6px!important}.compare-status-tabs{display:inline-flex!important;background:#f1f5f9!important;border-radius:8px!important;padding:4px!important;height:auto!important;border:1px solid #e2e8f0!important;gap:4px!important;position:relative!important;box-sizing:border-box!important;align-items:stretch!important}.compare-status-tabs button{border:none!important;background:transparent!important;color:#64748b!important;border-radius:6px!important;padding:6px 16px!important;font-weight:500!important;font-size:13px!important;cursor:pointer!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;position:relative!important;z-index:1!important}.compare-status-tabs button:hover{color:#0f172a!important}.compare-status-tabs button.active{background:#fff!important;color:#0f172a!important;box-shadow:0 1px 3px #0f172a1a,0 1px 2px #0f172a0f!important;font-weight:600!important}.stat-unit{font-size:14px!important;font-weight:500!important;color:#64748b!important;text-transform:none!important}.stat-footer{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:auto!important;padding-top:8px!important}.stat-sub{font-size:12px!important;color:#94a3b8!important}.stat-trend{font-size:12px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important}.trend-up{color:#16a34a!important}.trend-down{color:#dc2626!important}.trend-neutral{color:#94a3b8!important}.stat-card:hover{transform:translateY(-4px)!important}.stat-card:nth-child(4n+1):hover{box-shadow:0 16px 30px -10px #3b82f680!important;border-color:#3b82f666!important}.stat-card:nth-child(4n+2):hover{box-shadow:0 16px 30px -10px #10b98180!important;border-color:#10b98166!important}.stat-card:nth-child(4n+3):hover{box-shadow:0 16px 30px -10px #f59e0b80!important;border-color:#f59e0b66!important}.stat-card:nth-child(4n+4):hover{box-shadow:0 16px 30px -10px #8b5cf680!important;border-color:#8b5cf666!important}.mobile-menu-btn{display:none!important}.mobile-menu-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;justify-content:flex-start}.mobile-menu{width:280px!important;background:#fff;height:100%;padding:24px 12px!important;box-shadow:4px 0 24px #0f172a1a;display:flex;flex-direction:column;border-radius:0 20px 20px 0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.mobile-menu-header h3{margin:0;font-size:20px;font-weight:700;color:#0f172a}.mobile-menu-header button{background:transparent;border:none;cursor:pointer;color:#64748b;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mobile-menu-header button:hover{background:#f1f5f9;color:#0f172a}.mobile-nav-links{display:flex;flex-direction:column;gap:8px!important;flex:1}.mobile-nav-link{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;gap:16px!important;padding:12px 16px!important;border-radius:8px!important;border:none!important;background:transparent!important;text-align:left!important;font-size:15px!important;font-weight:500!important;color:#475569!important;cursor:pointer!important;transition:all .2s!important;box-sizing:border-box!important}.mobile-nav-link:hover{background:#f8fafc!important;color:#0f172a!important}.mobile-nav-link.active{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.2)!important;background:linear-gradient(180deg,#3b82f6,#2563eb)!important;border:1px solid #1D4ED8!important;box-shadow:0 6px 12px -2px #2563eb4d,0 3px 6px -1px #2563eb33,inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003!important}.mobile-menu-footer{margin-top:auto;padding-top:24px;border-top:1px solid #f1f5f9}.mobile-user-profile{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:0 8px}.mobile-user-avatar{width:40px;height:40px;background:#f1f5f9;color:#64748b;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-user-info{display:flex;flex-direction:column}.mobile-user-name{font-size:15px;font-weight:600;color:#0f172a}.mobile-user-email{font-size:13px;color:#64748b}.mobile-logout-btn{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border-radius:12px;background:transparent;border:none;font-size:15px;font-weight:600;color:#ef4444;cursor:pointer;transition:all .2s}.mobile-logout-btn:hover{background:#fef2f2}@media(max-width:1024px){.header-content{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:16px 0!important;gap:0!important}.app-header{height:auto!important;padding:0 20px!important}.app-title{width:auto!important;justify-content:flex-start!important}.nav-tabs,.header-actions{display:none!important}.mobile-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;color:#0f172a!important;padding:8px!important;cursor:pointer!important;box-shadow:0 1px 2px #0f172a0d!important}}@media(max-width:768px){.compare-stat{padding:16px!important}.compare-stat-value{font-size:24px!important}.nav-tab{padding:0 16px!important;font-size:13px!important}}
