.admin-header{position:fixed;top:0;left:280px;right:0;height:64px;background:#fffffff5;border-bottom:1px solid #e5e7eb;z-index:100;display:flex;align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.admin-header-container{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.admin-header-left{display:flex;align-items:center}.admin-header-title{font-size:1.1rem;font-weight:800;color:#111827;margin:0;letter-spacing:-.02em}.admin-header-right{position:relative;display:flex;align-items:center}.admin-header-user{display:flex;align-items:center;gap:.625rem;padding:.375rem .75rem .375rem .375rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .15s}.admin-header-user:hover,.admin-header-user.open{background:#f3f4f6;border-color:#d1d5db}.admin-header-user-avatar{width:34px;height:34px;border-radius:8px;background:#6366f1;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:700;flex-shrink:0}.admin-header-user-info{display:flex;flex-direction:column;gap:1px}.admin-header-user-name{font-size:.8125rem;font-weight:600;color:#111827;line-height:1.2}.admin-header-user-role{font-size:.68rem;color:#6b7280;line-height:1.2;font-weight:500}.hdr-chevron{color:#9ca3af;transition:transform .15s;flex-shrink:0}.hdr-chevron.rot{transform:rotate(180deg)}.hdr-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:.375rem;z-index:200;animation:hdr-dd-in .12s ease}@keyframes hdr-dd-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hdr-dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;background:none;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:background .1s}.hdr-dropdown-item:hover{background:#f3f4f6}.hdr-dropdown-danger{color:#ef4444}.hdr-dropdown-danger:hover{background:#fef2f2}.hdr-dropdown-sep{height:1px;background:#f3f4f6;margin:.25rem .375rem}.hdr-toast{position:fixed;top:76px;right:2rem;padding:.625rem 1.25rem;background:#111827;color:#fff;border-radius:8px;font-size:.8125rem;font-weight:500;box-shadow:0 8px 24px #0000002e;z-index:1100;animation:hdr-toast-in .2s ease}@keyframes hdr-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hdr-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:hdr-fade .15s ease}@keyframes hdr-fade{0%{opacity:0}to{opacity:1}}.hdr-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;width:420px;max-width:95vw;animation:hdr-modal-in .2s ease}@keyframes hdr-modal-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.hdr-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.hdr-modal-header h2{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.hdr-modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;display:flex}.hdr-modal-close:hover{color:#374151;background:#f3f4f6}.hdr-modal-body{padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.hdr-profile-avatar{width:56px;height:56px;border-radius:14px;background:#6366f1;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:800;margin:0 auto .25rem}.hdr-modal-field{display:flex;flex-direction:column;gap:.25rem}.hdr-modal-field label{font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.hdr-modal-field input{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;font-family:inherit;transition:border-color .15s}.hdr-modal-field input:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.hdr-modal-field input::placeholder{color:#9ca3af}.hdr-pw-wrap{position:relative;display:flex;align-items:center}.hdr-pw-wrap input{flex:1;padding-right:2.5rem}.hdr-pw-toggle{position:absolute;right:.5rem;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;padding:.25rem}.hdr-pw-toggle:hover{color:#6b7280}.hdr-profile-roles{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;padding-top:.25rem}.hdr-profile-roles-label{font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.hdr-profile-role-badge{padding:.125rem .5rem;border-radius:999px;font-size:.62rem;font-weight:600;background:#eef2ff;color:#4338ca}.hdr-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid #e5e7eb}.hdr-btn-cancel{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:7px;font-size:.8125rem;font-weight:500;cursor:pointer}.hdr-btn-cancel:hover{background:#f3f4f6}.hdr-btn-save{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:7px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s}.hdr-btn-save:hover{background:#4f46e5}.hdr-btn-save:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.admin-header{left:0}.admin-header-container{padding:0 1.25rem 0 4.5rem}.admin-header-user-info{display:none}}@media (max-width: 640px){.admin-header{height:56px}.admin-header-container{padding:0 1rem 0 4rem}}.sidebar{position:fixed;left:0;top:0;height:100vh;width:280px;background:linear-gradient(180deg,#0f172a,#020617);color:#fff;display:flex;flex-direction:column;z-index:1000;box-shadow:2px 0 40px #00000040;transition:transform .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto}.sidebar-header{padding:2.25rem 1.75rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#3b82f61a,#2563eb0d)}.sidebar-logo{height:42px;width:auto;filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .3s ease}.sidebar-logo:hover{transform:scale(1.05)}.sidebar-title{font-size:1.35rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-nav{flex:1;padding:1.75rem 0;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#ffffffa6;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;margin:.375rem .875rem;border-radius:12px}.sidebar-nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:0;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:0 6px 6px 0;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-nav-item:hover{background:#ffffff0f;color:#fffffff2;transform:translate(2px)}.sidebar-nav-item.active{background:linear-gradient(135deg,#3b82f633,#2563eb26);color:#fff;box-shadow:0 4px 16px #3b82f640,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sidebar-nav-item.active:before{width:4px;height:70%}.sidebar-nav-icon{flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.sidebar-nav-label{font-weight:600;font-size:15px;letter-spacing:-.01em}.sidebar-footer{padding:1.75rem;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.2) 100%)}.sidebar-logout-btn{width:100%;display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#ef44441f,#dc262614);border:1.5px solid rgba(239,68,68,.25);border-radius:12px;color:#fffffff2;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em;box-shadow:0 2px 8px #ef444426}.sidebar-logout-btn:hover{background:linear-gradient(135deg,#ef444433,#dc262626);border-color:#ef444466;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ef444440}.sidebar-logout-btn:active{transform:translateY(0)}.sidebar-mobile-toggle{display:none;position:fixed;top:0;left:.75rem;z-index:1001;background:transparent;border:none;border-radius:8px;width:40px;height:64px;padding:0;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease;color:#475569}.sidebar-mobile-toggle:hover{color:#1e293b}.sidebar-mobile-toggle:active{transform:scale(.92)}.sidebar-mobile-toggle.hidden{opacity:0;pointer-events:none}.sidebar-mobile-toggle svg{width:22px;height:22px;stroke-width:1.8px;transition:all .2s ease}.hamburger-line{display:block;width:20px;height:2.5px;background:linear-gradient(90deg,#60a5fa,#3b82f6);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger-line:nth-child(1){width:18px}.hamburger-line:nth-child(2){width:20px}.hamburger-line:nth-child(3){width:14px}.sidebar-mobile-toggle:hover .hamburger-line{background:linear-gradient(90deg,#93c5fd,#60a5fa)}.sidebar-mobile-toggle:hover .hamburger-line:nth-child(1),.sidebar-mobile-toggle:hover .hamburger-line:nth-child(3){width:20px}.sidebar-close-btn{display:none;position:absolute;top:1.5rem;right:1.25rem;z-index:10;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;width:34px;height:34px;padding:0;cursor:pointer;color:#fff9;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sidebar-close-btn:hover{background:#ef44441f;border-color:#ef444440;color:#fca5a5;transform:rotate(90deg)}.sidebar-close-btn:active{transform:rotate(90deg) scale(.95)}.sidebar-close-btn svg{width:18px;height:18px}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172aa6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:999;opacity:0;visibility:hidden;transition:all .35s cubic-bezier(.4,0,.2,1)}.sidebar-overlay.active{opacity:1;visibility:visible}@media (max-width: 1024px){.sidebar{transform:translate(-100%);width:290px;box-shadow:4px 0 60px #0006}.sidebar.sidebar-open{transform:translate(0)}.sidebar-mobile-toggle{display:flex;height:76px}.sidebar-close-btn{display:flex}.sidebar-header{padding:1.5rem 3.5rem 1.75rem 1.5rem}.sidebar-title{font-size:1.2rem}.sidebar-logo{height:36px}.sidebar-nav-item{padding:.875rem 1.25rem;margin:.25rem .75rem}}@media (max-width: 640px){.sidebar-mobile-toggle{height:64px;left:.5rem}.sidebar-mobile-toggle svg{width:20px;height:20px}}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-track{background:#ffffff08;border-radius:10px;margin:8px 0}.sidebar-nav::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3b82f680,#2563eb4d);border-radius:10px;transition:background .2s ease}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3b82f6b3,#2563eb80)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#fff);padding:20px}.login-card{background:#fff;border-radius:16px;padding:48px;box-shadow:0 8px 32px #0000001a;max-width:450px;width:100%}.login-logo{height:80px;display:block;margin:0 auto 24px}.login-card h1{text-align:center;color:var(--color-text);margin-bottom:8px;font-size:28px}.login-subtitle{text-align:center;color:var(--color-text-light);margin-bottom:32px;font-size:14px}.error-message{background-color:#ffebee;color:var(--color-error);padding:12px;border-radius:8px;margin-bottom:24px;text-align:center;font-size:14px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:14px;color:var(--color-text)}.btn-block{width:100%;padding:14px;font-size:16px}.login-demo{margin-top:32px;padding-top:24px;border-top:1px solid var(--color-border);text-align:center}.login-demo p{font-size:14px;color:var(--color-text-light);margin-bottom:12px}.login-demo ul{list-style:none;padding:0;margin:12px 0;font-size:13px;color:var(--color-text-light)}.login-demo li{margin:4px 0}.text-small{font-size:12px!important;font-style:italic}.db{padding:1.5rem 2rem;background:#f9fafb;min-height:calc(100vh - 64px);max-width:1400px;margin:0 auto}.db-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#64748b;font-size:.875rem}.db-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:db-spin .7s linear infinite}@keyframes db-spin{to{transform:rotate(360deg)}}.db-header{margin-bottom:1.25rem}.db-header h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .15rem}.db-subtitle{font-size:.82rem;color:#6b7280;margin:0}.db-kpi-row{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:1rem}.db-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.875rem 1rem;cursor:pointer;transition:all .15s}.db-kpi:hover{border-color:#c7d2fe;box-shadow:0 2px 12px #6366f114}.db-kpi-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.db-kpi-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}.db-kpi-change{display:inline-flex;align-items:center;gap:.125rem;font-size:.68rem;font-weight:600;color:#94a3b8;padding:.125rem .375rem;border-radius:999px;background:#f1f5f9}.db-kpi-change.up{color:#10b981;background:#ecfdf5}.db-kpi-value{font-size:1.5rem;font-weight:800;color:#111827;letter-spacing:-.02em;line-height:1.1}.db-kpi-label{font-size:.72rem;font-weight:500;color:#6b7280;margin-top:.15rem}.db-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.125rem}.db-card-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.db-card-head h3{font-size:.82rem;font-weight:700;color:#111827;margin:0}.db-card-sub{font-size:.68rem;color:#9ca3af;font-weight:500}.db-row{display:grid;gap:.75rem;margin-bottom:.75rem}.db-row-2-1{grid-template-columns:2fr 1fr}.db-row-3{grid-template-columns:1fr 1fr 1fr}.db-card-wide{min-width:0}.db-chart{margin:0 -.25rem}.db-chart-legend{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.db-chart-legend span{display:inline-flex;align-items:center;gap:.375rem;font-size:.68rem;color:#6b7280;font-weight:500}.db-chart-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}.db-donut-wrap{position:relative;display:flex;justify-content:center}.db-donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.db-donut-center strong{display:block;font-size:1.25rem;font-weight:800;color:#111827}.db-donut-center small{font-size:.62rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.db-legend-list{display:flex;flex-direction:column;gap:.3rem;margin-top:.25rem}.db-legend-item{display:flex;align-items:center;gap:.5rem;padding:.15rem 0}.db-legend-item i{width:8px;height:8px;border-radius:50%;flex-shrink:0}.db-legend-name{flex:1;font-size:.72rem;color:#6b7280}.db-legend-val{font-size:.75rem;font-weight:700;color:#111827}.db-bars{display:flex;flex-direction:column;gap:.625rem}.db-bar-row{display:flex;align-items:center;gap:.5rem}.db-bar-label{width:70px;font-size:.72rem;font-weight:500;color:#6b7280;flex-shrink:0}.db-bar-track{flex:1;height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden}.db-bar-fill{height:100%;border-radius:999px;transition:width .4s ease}.db-bar-val{width:28px;text-align:right;font-size:.72rem;font-weight:700;color:#374151}.db-quick-links{display:flex;flex-direction:column;gap:.375rem}.db-qlink{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border:1px solid #f3f4f6;border-radius:8px;background:#fff;cursor:pointer;transition:all .15s;color:#374151}.db-qlink:hover{border-color:#c7d2fe;background:#fafbff}.db-qlink svg{color:#6366f1;flex-shrink:0}.db-qlink span{flex:1;font-size:.8rem;font-weight:600;text-align:left}.db-qlink small{font-size:.68rem;font-weight:700;color:#6366f1;background:#eef2ff;padding:.1rem .4rem;border-radius:999px}@media (max-width: 1100px){.db-kpi-row{grid-template-columns:repeat(3,1fr)}.db-row-2-1{grid-template-columns:1fr}.db-row-3{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.db{padding:1rem}.db-kpi-row{grid-template-columns:repeat(2,1fr)}.db-row-3{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;padding:0;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #eee}.modal-header h2{margin:0;color:#1a1a2e;font-size:24px;font-weight:600}.modal-close{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.modal-close:hover{background:#f5f5f5;color:#333}.create-lead-form{padding:32px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-group input,.form-group select{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#ff6b35}.form-group input::placeholder{color:#999}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.error-message{background:#fee;color:#c00;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;border:1px solid #fcc}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #eee}.modal-actions button{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.modal-actions button[type=button]{background:#f5f5f5;color:#666}.modal-actions button[type=button]:hover:not(:disabled){background:#e0e0e0}.modal-actions .btn-primary{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff}.modal-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.modal-content{width:95%;max-height:95vh}.modal-header{padding:20px 24px}.modal-header h2{font-size:20px}.create-lead-form{padding:24px}.form-row{grid-template-columns:1fr}}.ld-kpi-strip{display:flex;gap:.5rem;margin-bottom:.875rem;overflow-x:auto;padding-bottom:.125rem}.ld-kpi-mini{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;min-width:0;flex:1;transition:border-color .15s}.ld-kpi-mini:hover{border-color:#c7d2fe}.ld-kpi-mini-icon{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ld-kpi-mini-val{display:block;font-size:1rem;font-weight:800;color:#111827;line-height:1.1}.ld-kpi-mini-label{display:block;font-size:.6rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.ld-page{padding:1.5rem 2rem;background:#f9fafb;min-height:calc(100vh - 64px);max-width:1440px;margin:0 auto}.ld-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#64748b;font-size:.875rem;font-weight:500}.ld-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:ld-spin .7s linear infinite}@keyframes ld-spin{to{transform:rotate(360deg)}}.ld-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.ld-topbar h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .25rem;letter-spacing:-.02em}.ld-stats-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ld-stat{font-size:.8rem;color:#6b7280;font-weight:500}.ld-stat-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ld-topbar-right{display:flex;gap:.5rem;flex-shrink:0}.ld-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.ld-btn-primary:hover{background:#4f46e5;transform:translateY(-1px)}.ld-btn-ghost{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.ld-btn-ghost:hover{background:#f9fafb;border-color:#d1d5db}.ld-btn-ghost.active{background:#eef2ff;border-color:#a5b4fc;color:#4338ca}.ld-filter-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#6366f1;color:#fff;border-radius:50%;font-size:.6875rem;font-weight:700}.ld-btn-clear{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:transparent;color:#ef4444;border:1px solid #fecaca;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;align-self:flex-end}.ld-btn-clear:hover{background:#fef2f2}.ld-toolbar{display:flex;gap:.5rem;margin-bottom:.75rem;align-items:center}.ld-toolbar-btns{display:flex;gap:.375rem;flex-shrink:0}.ld-search-box{flex:1;display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0 .75rem;transition:border-color .15s,box-shadow .15s}.ld-search-box:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.ld-search-box svg{color:#9ca3af;flex-shrink:0}.ld-search-box input{flex:1;border:none;outline:none;padding:.5rem 0;font-size:.8125rem;color:#111827;background:transparent}.ld-search-box input::placeholder{color:#9ca3af}.ld-search-clear{background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;padding:.25rem;border-radius:4px}.ld-search-clear:hover{color:#6b7280;background:#f3f4f6}.ld-filters{display:flex;gap:.75rem;align-items:flex-end;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.75rem;flex-wrap:wrap}.ld-filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:150px}.ld-filter-group label{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.ld-filter-group select{padding:.4rem .6rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;background:#fff;cursor:pointer;transition:border-color .15s}.ld-filter-group select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.ld-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.ld-table{width:100%;border-collapse:collapse;font-size:.8125rem}.ld-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.ld-table th{text-align:left;padding:.625rem .75rem;font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;-webkit-user-select:none;user-select:none}.ld-th-sortable{cursor:pointer;display:flex;align-items:center;gap:.25rem}.ld-th-sortable:hover{color:#374151}.ld-table td{padding:.625rem .75rem;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.ld-table tbody tr{transition:background .1s}.ld-table tbody tr:hover{background:#f9fafb}.ld-table tbody tr:last-child td{border-bottom:none}.ld-cell-name{display:flex;align-items:center;gap:.625rem}.ld-avatar{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.ld-name-link{font-weight:600;color:#111827;text-decoration:none;transition:color .15s}.ld-name-link:hover{color:#6366f1}.ld-cell-contact{display:flex;flex-direction:column;gap:.25rem}.ld-cell-contact a{display:inline-flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.75rem;text-decoration:none;transition:color .15s;max-width:200px}.ld-cell-contact a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ld-cell-contact a:hover{color:#6366f1}.ld-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:999px;font-size:.6875rem;font-weight:600;background:color-mix(in srgb,var(--badge-color) 12%,transparent);color:var(--badge-color)}.ld-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--badge-color)}.ld-source{font-size:.75rem;color:#6b7280;font-weight:500}.ld-channel{font-size:.75rem;color:#9ca3af}.ld-date{font-size:.75rem;color:#6b7280;white-space:nowrap}.ld-actions-cell{display:flex;align-items:center;gap:.25rem}.ld-action-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:all .15s;text-decoration:none}.ld-action-btn:hover{background:#f3f4f6;color:#374151}.ld-more-wrap{position:relative}.ld-dropdown{position:absolute;right:0;top:100%;z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #0000001a;min-width:160px;padding:.25rem;animation:ld-fade-in .12s ease}@keyframes ld-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ld-dropdown button,.ld-dropdown a{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.8125rem;color:#374151;background:none;border:none;border-radius:6px;cursor:pointer;text-decoration:none;font-weight:500;transition:background .1s}.ld-dropdown button:hover,.ld-dropdown a:hover{background:#f3f4f6}.ld-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;background:#fff;border:1px dashed #e5e7eb;border-radius:10px;color:#6b7280}.ld-empty p{margin:0;font-size:.875rem}@media (max-width: 1024px){.ld-table-wrap{overflow-x:auto}.ld-table{min-width:700px}}@media (max-width: 768px){.ld-page{padding:1rem}.ld-topbar,.ld-toolbar{flex-direction:column}.ld-filters{flex-direction:column;align-items:stretch}.ld-filter-group{min-width:0}}.ld-source-info{display:flex;flex-direction:column;gap:2px}.ld-channel-tag{font-size:.65rem;text-transform:uppercase;color:#6366f1;font-weight:600;letter-spacing:.03em}.ld-form-info{display:flex;flex-direction:column;gap:2px}.ld-form-name{font-size:.82rem;color:#1e293b;font-weight:600}.ld-page-slug{font-size:.72rem;color:#6b7280;font-family:SF Mono,Consolas,monospace}.ld-utm-tag{display:inline-block;font-size:.62rem;background:#eef2ff;color:#4f46e5;padding:1px 6px;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;max-width:fit-content;cursor:help}.ld-no-form{color:#cbd5e1}.ld-summary{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem;margin-bottom:.75rem;animation:ld-fade-in .15s ease}.ld-summary-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.625rem;border-bottom:1px solid #f3f4f6}.ld-summary-total{font-size:.875rem;font-weight:700;color:#111827}.ld-summary-filtered{font-size:.75rem;color:#6366f1;font-weight:500}.ld-summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.ld-summary-card{background:#f9fafb;border-radius:8px;padding:.75rem}.ld-summary-card h3{margin:0 0 .5rem;font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.ld-summary-bars{display:flex;flex-direction:column;gap:.375rem}.ld-bar-row{display:grid;grid-template-columns:90px 1fr 32px 36px;align-items:center;gap:.375rem}.ld-bar-label{font-size:.72rem;font-weight:500;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ld-bar-track{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.ld-bar-fill{height:100%;border-radius:4px;transition:width .3s ease;min-width:4px}.ld-bar-count{font-size:.72rem;font-weight:700;color:#111827;text-align:right}.ld-bar-pct{font-size:.65rem;color:#9ca3af;text-align:right}@media (max-width: 768px){.ld-summary-grid{grid-template-columns:1fr}.ld-toolbar-btns{width:100%;justify-content:flex-end}}.ldp{padding:1.5rem 2rem;background:#f9fafb;min-height:calc(100vh - 64px);max-width:1400px;margin:0 auto}.ldp-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#64748b;font-size:.875rem}.ldp-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:ldp-spin .7s linear infinite}@keyframes ldp-spin{to{transform:rotate(360deg)}}.ldp-back{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.8rem;font-weight:500;cursor:pointer;margin-bottom:1rem;transition:all .15s}.ldp-back:hover{background:#f3f4f6;color:#374151}.ldp-header-main{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.ldp-header-info{display:flex;align-items:flex-start;gap:1rem}.ldp-avatar{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700;flex-shrink:0}.ldp-header-info h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#111827}.ldp-header-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ldp-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;background:color-mix(in srgb,var(--bc) 12%,transparent);color:var(--bc)}.ldp-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--bc)}.ldp-meta-item{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;color:#6b7280}.ldp-btn-convert{padding:.5rem 1.25rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s}.ldp-btn-convert:hover{background:#059669}.ldp-btn-convert:disabled{opacity:.5;cursor:default}.ldp-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1.25rem}.ldp-col{display:flex;flex-direction:column;gap:1rem}.ldp-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem}.ldp-card h3{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.875rem;font-weight:700;color:#111827}.ldp-card h3 svg{color:#6366f1}.ldp-utm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.ldp-utm-item{display:flex;flex-direction:column;gap:.2rem}.ldp-utm-label{font-size:.65rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.ldp-utm-val{font-size:.85rem;font-weight:600;color:#374151}.ldp-utm-tag{display:inline-block;background:#eef2ff;color:#4f46e5;padding:.125rem .5rem;border-radius:4px;font-size:.8rem;max-width:fit-content}.ldp-info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.ldp-info-row:last-child{border-bottom:none}.ldp-info-label{font-size:.75rem;color:#6b7280;font-weight:500}.ldp-info-val{font-size:.82rem;color:#111827;font-weight:600;text-align:right;max-width:60%;word-break:break-all}.ldp-mono{font-family:SF Mono,Consolas,monospace;font-size:.75rem}.ldp-small{font-size:.68rem!important}.ldp-form-tag{background:#f0fdf4;color:#15803d;padding:.125rem .5rem;border-radius:4px}.ldp-slug-tag{font-family:SF Mono,Consolas,monospace;color:#6366f1}.ldp-session-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.ldp-ss-item{display:flex;align-items:center;gap:.5rem}.ldp-ss-item>svg{color:#6366f1;flex-shrink:0}.ldp-ss-val{font-size:.9rem;font-weight:700;color:#111827;display:block}.ldp-ss-lbl{font-size:.65rem;color:#9ca3af;text-transform:uppercase}.ldp-journey{position:relative;padding-left:1.5rem}.ldp-journey:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:#e5e7eb}.ldp-journey-step{position:relative;padding-bottom:1rem}.ldp-journey-step.last{padding-bottom:0}.ldp-journey-dot{position:absolute;left:-1.5rem;top:4px;width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #6366f1;z-index:1}.ldp-journey-step.last .ldp-journey-dot{background:#6366f1}.ldp-journey-url{font-family:SF Mono,Consolas,monospace;font-size:.78rem;color:#111827;font-weight:600;word-break:break-all}.ldp-journey-meta{display:flex;gap:.5rem;margin-top:.15rem;flex-wrap:wrap}.ldp-journey-meta span{font-size:.68rem;color:#9ca3af}.ldp-journey-title{color:#6b7280!important;font-style:italic}.ldp-status-form,.ldp-interaction-form{display:flex;flex-direction:column;gap:.625rem}.ldp-status-form select,.ldp-interaction-form select{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151}.ldp-interaction-form textarea{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;resize:vertical;font-family:inherit}.ldp-btn-primary{padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s}.ldp-btn-primary:hover{background:#4f46e5}.ldp-interactions{display:flex;flex-direction:column;gap:.625rem}.ldp-ix-item{padding:.75rem;background:#f9fafb;border-radius:8px;border-left:3px solid #6366f1}.ldp-ix-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.ldp-ix-type{font-size:.7rem;font-weight:700;text-transform:uppercase;padding:.125rem .5rem;border-radius:4px;background:#eef2ff;color:#4f46e5}.ldp-ix-type.call{background:#e3f2fd;color:#1565c0}.ldp-ix-type.email{background:#fff3e0;color:#e65100}.ldp-ix-type.no_answer{background:#ffebee;color:#c62828}.ldp-ix-type.callback{background:#f3e5f5;color:#6a1b9a}.ldp-ix-type.meeting{background:#e8f5e9;color:#2e7d32}.ldp-ix-date{font-size:.68rem;color:#9ca3af}.ldp-ix-item p{margin:0;font-size:.8rem;color:#374151}.ldp-empty-text{color:#9ca3af;font-size:.82rem;margin:0}.ldp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;animation:ldp-fade .15s ease}@keyframes ldp-fade{0%{opacity:0}to{opacity:1}}.ldp-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;animation:ldp-modal-in .2s ease}@keyframes ldp-modal-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.ldp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.ldp-modal-header h2{margin:0;font-size:1.1rem;font-weight:700;color:#111827}.ldp-modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;display:flex}.ldp-modal-close:hover{color:#374151;background:#f3f4f6}.ldp-modal-lead-info{padding:.875rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.ldp-modal-lead-row{display:flex;justify-content:space-between;padding:.25rem 0}.ldp-modal-label{font-size:.75rem;color:#6b7280;font-weight:500}.ldp-modal-val{font-size:.82rem;color:#111827;font-weight:600}.ldp-modal-form{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.ldp-modal-field{display:flex;flex-direction:column;gap:.25rem}.ldp-modal-field label{font-size:.72rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.ldp-modal-field select,.ldp-modal-field textarea{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;font-family:inherit;transition:border-color .15s}.ldp-modal-field select:focus,.ldp-modal-field textarea:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.ldp-modal-field textarea{resize:vertical}.ldp-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid #e5e7eb}.ldp-btn-cancel{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.ldp-btn-cancel:hover{background:#f3f4f6}@media (max-width: 1024px){.ldp-grid{grid-template-columns:1fr}}@media (max-width: 768px){.ldp{padding:1rem}.ldp-header-main{flex-direction:column}.ldp-session-stats{grid-template-columns:1fr}.ldp-utm-grid{grid-template-columns:1fr 1fr}}.tk-page{padding:1.5rem 2rem;background:#f9fafb;min-height:calc(100vh - 64px);max-width:1440px;margin:0 auto}.tk-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#64748b;font-size:.875rem;font-weight:500}.tk-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:tk-spin .7s linear infinite}@keyframes tk-spin{to{transform:rotate(360deg)}}.tk-spinning{animation:tk-spin .8s linear infinite}.tk-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.tk-topbar h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .375rem;letter-spacing:-.02em}.tk-topbar-right{display:flex;gap:.5rem;flex-shrink:0}.tk-stats-inline{display:flex;gap:.5rem;flex-wrap:wrap}.tk-stat-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:.75rem;font-weight:500;color:#6b7280}.tk-stat-chip svg{flex-shrink:0}.tk-stat-chip.highlight{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.tk-btn-ghost{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.tk-btn-ghost:hover{background:#f9fafb;border-color:#d1d5db}.tk-btn-ghost.active{background:#eef2ff;border-color:#a5b4fc;color:#4338ca}.tk-btn-ghost:disabled{opacity:.6;cursor:not-allowed}.tk-filter-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#6366f1;color:#fff;border-radius:50%;font-size:.6875rem;font-weight:700}.tk-btn-clear{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:transparent;color:#ef4444;border:1px solid #fecaca;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;align-self:flex-end;transition:background .15s}.tk-btn-clear:hover{background:#fef2f2}.tk-filters{display:flex;gap:.75rem;align-items:flex-end;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;flex-wrap:wrap}.tk-filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.tk-filter-group label{display:flex;align-items:center;gap:.3rem;font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.tk-filter-group input,.tk-filter-group select{padding:.4rem .6rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;background:#fff;cursor:pointer;transition:border-color .15s}.tk-filter-group input:focus,.tk-filter-group select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.tk-grid{display:grid;grid-template-columns:1fr 340px;gap:1rem;align-items:start}.tk-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem}.tk-card h2{font-size:.875rem;font-weight:600;color:#111827;margin:0}.tk-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.tk-card-sub{font-size:.75rem;color:#9ca3af;font-weight:400}.tk-chart-toggle{display:flex;background:#f3f4f6;border-radius:6px;padding:2px}.tk-chart-toggle button{padding:.3rem .75rem;border:none;background:transparent;border-radius:5px;font-size:.75rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}.tk-chart-toggle button.active{background:#fff;color:#111827;box-shadow:0 1px 3px #00000014}.tk-chart-body{margin:0 -.5rem}.tk-chart-legend{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.tk-legend-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:#6b7280;font-weight:500}.tk-legend-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.tk-sidebar{display:flex;flex-direction:column;gap:1rem}.tk-pie-card{text-align:center}.tk-pie-card h2{text-align:left;margin-bottom:.5rem}.tk-pie-wrap{position:relative}.tk-pie-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.tk-pie-total{font-size:1.25rem;font-weight:700;color:#111827;line-height:1}.tk-pie-label{font-size:.6875rem;color:#9ca3af;font-weight:500}.tk-sources-card h2{margin-bottom:.75rem}.tk-source-list{display:flex;flex-direction:column;gap:.625rem}.tk-source-row{display:flex;flex-direction:column;gap:.25rem}.tk-source-row:not(:last-child){padding-bottom:.625rem;border-bottom:1px solid #f9fafb}.tk-source-info{display:flex;align-items:center;gap:.5rem}.tk-source-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.tk-source-name{font-size:.8125rem;font-weight:600;color:#374151;flex:1}.tk-source-data{display:flex;align-items:center;gap:.5rem;padding-left:1.125rem}.tk-source-count{font-size:.8125rem;font-weight:700;color:#111827}.tk-source-pct{font-size:.6875rem;color:#9ca3af;font-weight:500}.tk-source-trend{display:inline-flex;align-items:center;gap:.2rem;font-size:.6875rem;font-weight:600;padding:.1rem .4rem;border-radius:4px}.tk-source-trend.up{color:#059669;background:#ecfdf5}.tk-source-trend.down{color:#dc2626;background:#fef2f2}.tk-source-bar{height:4px;background:#f3f4f6;border-radius:999px;margin-left:1.125rem;overflow:hidden}.tk-source-bar-fill{height:100%;border-radius:999px;transition:width .4s ease}.tk-quick-stats{display:flex;gap:.75rem}.tk-qs-item{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f9fafb;border-radius:8px}.tk-qs-icon{flex-shrink:0}.tk-qs-icon.green{color:#10b981}.tk-qs-icon.purple{color:#8b5cf6}.tk-qs-icon.blue{color:#6366f1}.tk-qs-item>div{display:flex;flex-direction:column}.tk-qs-value{font-size:.875rem;font-weight:700;color:#111827;line-height:1.2}.tk-qs-label{font-size:.625rem;color:#9ca3af;font-weight:500}@media (max-width: 1024px){.tk-grid{grid-template-columns:1fr}.tk-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.tk-quick-stats{grid-column:span 2}}@media (max-width: 768px){.tk-page{padding:1rem}.tk-topbar{flex-direction:column}.tk-filters{flex-direction:column;align-items:stretch}.tk-filter-group{min-width:0}.tk-sidebar{grid-template-columns:1fr}.tk-quick-stats{grid-column:span 1;flex-direction:column}}.tk-form-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.tk-form-meta .tk-source-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-form-pages{font-size:.65rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-qs-icon.orange{color:#f59e0b}.tk-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1rem}.tk-kpi{display:flex;align-items:center;gap:.625rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.625rem .875rem;transition:border-color .15s}.tk-kpi:hover{border-color:#c7d2fe}.tk-kpi-icon{width:32px;height:32px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tk-kpi-val{display:block;font-size:1.05rem;font-weight:800;color:#111827;line-height:1.1}.tk-kpi-lbl{display:block;font-size:.68rem;color:#9ca3af;font-weight:500}.tk-top-pages{font-size:.8125rem}.tk-tp-header{display:grid;grid-template-columns:1fr 80px 100px;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #e5e7eb;font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.tk-tp-row{display:grid;grid-template-columns:1fr 80px 100px;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.tk-tp-row:last-child{border-bottom:none}.tk-tp-url{font-family:SF Mono,Consolas,monospace;font-size:.78rem;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-tp-num{font-weight:600;color:#111827;text-align:right}.tk-sessions-table{font-size:.8125rem;overflow-x:auto}.tk-st-header{display:grid;grid-template-columns:90px 1fr 80px 100px 60px 55px 65px 50px;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #e5e7eb;font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;min-width:680px}.tk-st-row{display:grid;grid-template-columns:90px 1fr 80px 100px 60px 55px 65px 50px;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6;text-decoration:none;color:inherit;align-items:center;min-width:680px;transition:background .1s}.tk-st-row:hover{background:#f9fafb}.tk-st-row:last-child{border-bottom:none}.tk-st-date{display:flex;flex-direction:column;font-size:.78rem;color:#374151;font-weight:500}.tk-st-date small{font-size:.65rem;color:#9ca3af}.tk-st-url{font-family:SF Mono,Consolas,monospace;font-size:.72rem;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-st-tag{font-size:.7rem;background:#eef2ff;color:#4f46e5;padding:.1rem .4rem;border-radius:4px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-st-camp{font-size:.72rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-st-device{display:flex;align-items:center;justify-content:center;color:#9ca3af}.tk-st-num{font-weight:600;color:#111827;text-align:center}.tk-st-dur{font-size:.72rem;color:#6b7280;text-align:center}.tk-st-conv{font-size:.72rem;color:#cbd5e1;text-align:center;font-weight:600}.tk-st-conv.yes{color:#10b981}@media (max-width: 768px){.tk-kpi-row{grid-template-columns:repeat(2,1fr)}.tk-sessions-table{overflow-x:auto}}.cp-page{padding:1.5rem 2rem}.cp-loading{text-align:center;padding:4rem;color:#6b7280}.cp-kpi-strip{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.cp-kpi{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.5rem .875rem;min-width:120px}.cp-kpi-icon{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-kpi-val{display:block;font-size:1.1rem;font-weight:700;color:#111827;line-height:1.2}.cp-kpi-label{display:block;font-size:.62rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.cp-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.cp-topbar-left{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.cp-search{display:flex;align-items:center;gap:.375rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .625rem;color:#9ca3af;min-width:240px}.cp-search input{border:none;outline:none;font-size:.8125rem;color:#374151;width:100%;font-family:inherit;background:transparent}.cp-filter-sel{padding:.4rem .625rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;color:#374151;background:#fff;font-family:inherit;cursor:pointer}.cp-btn-primary{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit}.cp-btn-primary:hover{background:#4f46e5}.cp-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.cp-table{width:100%;border-collapse:collapse;font-size:.8125rem}.cp-table thead th{text-align:left;padding:.625rem .75rem;font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;background:#f9fafb;border-bottom:1px solid #e5e7eb}.cp-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}.cp-table tbody tr:hover{background:#f9fafb}.cp-table tbody tr:last-child{border-bottom:none}.cp-table td{padding:.625rem .75rem;color:#374151;vertical-align:middle}.cp-name-cell{display:flex;flex-direction:column;gap:1px}.cp-camp-name{font-weight:600;color:#111827}.cp-empty{text-align:center;padding:2rem;color:#9ca3af}.cp-chip{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600}.cp-chip-source{background:#dbeafe;color:#1d4ed8}.cp-chip-channel{background:#fef3c7;color:#92400e}.cp-status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.2rem .625rem;border-radius:999px;font-size:.7rem;font-weight:600}.cp-status-dot{width:6px;height:6px;border-radius:50%}.cp-budget{font-weight:500;font-variant-numeric:tabular-nums}.cp-period{font-size:.75rem;color:#6b7280;white-space:nowrap}.cp-link-actions{display:flex;gap:.25rem}.cp-btn-copy{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.68rem;font-weight:600;color:#374151;cursor:pointer;transition:all .15s;font-family:inherit}.cp-btn-copy:hover{background:#e5e7eb}.cp-btn-copy.copied{background:#dcfce7;color:#166534;border-color:#bbf7d0}.cp-btn-link{display:inline-flex;align-items:center;padding:.25rem .4rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;color:#4338ca;cursor:pointer;transition:background .15s}.cp-btn-link:hover{background:#e0e7ff}.cp-row-actions{display:flex;gap:.25rem}.cp-act-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:#f3f4f6;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .15s}.cp-act-btn:hover{background:#e5e7eb;color:#374151}.cp-act-danger:hover{background:#fef2f2;color:#ef4444}.cp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:cp-fade .15s}@keyframes cp-fade{0%{opacity:0}to{opacity:1}}.cp-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;width:540px;max-width:95vw;max-height:90vh;overflow-y:auto;animation:cp-modal-in .2s}.cp-modal-sm{width:460px}@keyframes cp-modal-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.cp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.cp-modal-header h2{margin:0;font-size:1.05rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem}.cp-modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;display:flex}.cp-modal-close:hover{color:#374151;background:#f3f4f6}.cp-modal-body{padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.cp-field{display:flex;flex-direction:column;gap:.25rem;flex:1}.cp-field label{display:flex;align-items:center;gap:.25rem;font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.cp-field input,.cp-field select{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;font-family:inherit;transition:border-color .15s;background:#fff}.cp-field input:focus,.cp-field select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.cp-field input::placeholder{color:#9ca3af}.cp-field-row{display:flex;gap:.75rem}.cp-link-preview{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem}.cp-link-preview-label{font-size:.68rem;font-weight:600;color:#166534;text-transform:uppercase;letter-spacing:.03em;display:block;margin-bottom:.375rem}.cp-link-preview-url{display:flex;align-items:center;gap:.375rem;background:#fff;border:1px solid #d1fae5;border-radius:6px;padding:.375rem .5rem}.cp-link-preview-url code{flex:1;font-size:.72rem;color:#065f46;word-break:break-all}.cp-link-preview-url button{background:none;border:none;color:#059669;cursor:pointer;display:flex;padding:.25rem;border-radius:4px;flex-shrink:0}.cp-link-preview-url button:hover{background:#d1fae5}.cp-link-builder-info{display:flex;flex-direction:column;gap:.375rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.cp-lb-row{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.cp-lb-row span:first-child{color:#6b7280;min-width:70px}.cp-link-result{display:flex;flex-direction:column;gap:.375rem}.cp-link-result label{font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.cp-link-result-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.625rem .75rem}.cp-link-result-box code{font-size:.75rem;color:#374151;word-break:break-all;line-height:1.5}.cp-btn-copy-full{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit;margin-top:.25rem}.cp-btn-copy-full:hover{background:#4f46e5}.cp-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid #e5e7eb}.cp-btn-cancel{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:7px;font-size:.8125rem;font-weight:500;cursor:pointer;font-family:inherit}.cp-btn-cancel:hover{background:#f3f4f6}.cp-btn-save{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:7px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit}.cp-btn-save:hover{background:#4f46e5}.cp-btn-save:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 900px){.cp-page{padding:1rem}.cp-table-card{overflow-x:auto}.cp-field-row{flex-direction:column;gap:.875rem}}.cms-page{padding:1.5rem 2rem;background:#f9fafb;min-height:calc(100vh - 64px);max-width:1440px;margin:0 auto}.cms-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.cms-topbar h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0;letter-spacing:-.02em}.cms-tabs{display:flex;gap:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:3px}.cms-tab{display:flex;align-items:center;gap:.375rem;padding:.4rem .875rem;border:none;background:transparent;border-radius:6px;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}.cms-tab:hover{color:#374151;background:#f9fafb}.cms-tab.active{background:#6366f1;color:#fff;box-shadow:0 1px 3px #6366f14d}.cms-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cms-section-head h2{font-size:1rem;font-weight:600;color:#374151;margin:0}.cms-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.cms-btn-primary:hover{background:#4f46e5;transform:translateY(-1px)}.cms-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.cms-btn-ghost{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.cms-btn-ghost:hover{background:#f9fafb;border-color:#d1d5db}.cms-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.cms-table{width:100%;border-collapse:collapse;font-size:.8125rem}.cms-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.cms-table th{text-align:left;padding:.625rem .75rem;font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.cms-table td{padding:.625rem .75rem;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.cms-table tbody tr{transition:background .1s}.cms-table tbody tr:hover{background:#f9fafb}.cms-table tbody tr:last-child td{border-bottom:none}.cms-td-title{font-weight:600;color:#111827}.cms-td-slug{font-size:.75rem;color:#9ca3af;font-family:monospace}.cms-td-date{font-size:.75rem;color:#6b7280;white-space:nowrap}.cms-row-actions{display:flex;gap:.25rem}.cms-row-actions button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:all .15s}.cms-row-actions button:hover{background:#f3f4f6;color:#374151}.cms-delete-btn:hover{background:#fef2f2!important;color:#ef4444!important}.cms-badge{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600}.cms-badge-draft{background:#fef3c7;color:#92400e}.cms-badge-published{background:#d1fae5;color:#065f46}.cms-badge-archived{background:#f3f4f6;color:#6b7280}.cms-badge-active{background:#d1fae5;color:#065f46}.cms-badge-inactive{background:#f3f4f6;color:#6b7280}.cms-usage-list{display:flex;gap:.25rem;flex-wrap:wrap}.cms-usage-tag{display:inline-block;padding:.15rem .5rem;background:#eef2ff;color:#4338ca;border-radius:4px;font-size:.6875rem;font-weight:500}.cms-text-muted{color:#9ca3af;font-size:.75rem}.cms-submissions-count{font-weight:600;color:#374151}.cms-lead-link{display:inline-flex;align-items:center;gap:.25rem;color:#6366f1;font-size:.75rem;font-weight:600;text-decoration:none}.cms-lead-link:hover{color:#4338ca}.cms-loading{color:#9ca3af;font-size:.875rem;text-align:center;padding:2rem}.cms-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;background:#fff;border:1px dashed #e5e7eb;border-radius:10px;color:#6b7280;font-size:.875rem}.cms-empty p{margin:0}.cms-empty-hint{color:#9ca3af;font-size:.8125rem;text-align:center;padding:1rem 0;margin:0}.cms-editor{animation:cms-fade-in .2s ease}@keyframes cms-fade-in{0%{opacity:0}to{opacity:1}}.cms-editor-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.cms-editor-head h2{font-size:1rem;font-weight:600;color:#111827;margin:0}.cms-editor-actions{display:flex;gap:.5rem}.cms-editor-grid{display:grid;grid-template-columns:1fr 280px;gap:1rem;align-items:start}.cms-editor-main{display:flex;flex-direction:column;gap:.75rem}.cms-editor-narrow{max-width:700px;display:flex;flex-direction:column;gap:.75rem}.cms-editor-sidebar{display:flex;flex-direction:column;gap:.75rem}.cms-sidebar-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem}.cms-sidebar-card h3{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .625rem}.cms-field{display:flex;flex-direction:column;gap:.25rem}.cms-field label{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.cms-field input,.cms-field select,.cms-field textarea{padding:.4rem .6rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;background:#fff;transition:border-color .15s;font-family:inherit}.cms-field input:focus,.cms-field select:focus,.cms-field textarea:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.cms-field textarea{resize:vertical}.cms-field-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cms-checkbox-field label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#374151;cursor:pointer;text-transform:none;letter-spacing:0;font-weight:500}.cms-checkbox-field input[type=checkbox]{width:16px;height:16px;accent-color:#6366f1}.cms-blocks-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.cms-blocks-section h3{font-size:.8125rem;font-weight:600;color:#374151;margin:0 0 .75rem}.cms-block-card{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;overflow:hidden}.cms-block-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f9fafb;border-bottom:1px solid #f3f4f6}.cms-block-grip{color:#d1d5db;flex-shrink:0}.cms-block-type{font-size:.6875rem;font-weight:700;color:#6366f1;letter-spacing:.04em;flex:1}.cms-block-controls{display:flex;gap:.125rem}.cms-block-controls button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:transparent;border-radius:4px;color:#9ca3af;cursor:pointer;transition:all .1s}.cms-block-controls button:hover{background:#e5e7eb;color:#374151}.cms-block-controls button:disabled{opacity:.3;cursor:not-allowed}.cms-block-delete:hover{background:#fef2f2!important;color:#ef4444!important}.cms-block-body{padding:.75rem}.cms-block-body textarea,.cms-block-body input,.cms-block-body select{width:100%;padding:.4rem .6rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;background:#fff;font-family:inherit;box-sizing:border-box;transition:border-color .15s}.cms-block-body textarea:focus,.cms-block-body input:focus,.cms-block-body select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.cms-block-fields{display:flex;flex-direction:column;gap:.5rem}.cms-block-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.cms-add-block-row{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:.75rem}.cms-add-block-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#fff;color:#6b7280;border:1px dashed #d1d5db;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s}.cms-add-block-btn:hover{border-color:#6366f1;color:#6366f1;background:#eef2ff}.cms-menu-item{border:1px solid #e5e7eb;border-radius:8px;padding:.625rem;margin-bottom:.5rem;background:#fff}.cms-menu-child{margin-left:1.5rem;border-color:#ede9fe;background:#faf5ff}.cms-menu-item-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cms-menu-label-input{width:140px;padding:.35rem .5rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem}.cms-menu-type-select{width:90px;padding:.35rem .5rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem}.cms-menu-page-select,.cms-menu-url-input{flex:1;min-width:120px;padding:.35rem .5rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem}.cms-menu-children{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f3f4f6}.cms-add-child-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:transparent;color:#9ca3af;border:1px dashed #d1d5db;border-radius:4px;font-size:.6875rem;cursor:pointer;margin-left:1.5rem;transition:all .15s}.cms-add-child-btn:hover{border-color:#6366f1;color:#6366f1}@media (max-width: 1024px){.cms-editor-grid{grid-template-columns:1fr}.cms-editor-sidebar{flex-direction:row;flex-wrap:wrap}.cms-sidebar-card{flex:1;min-width:200px}}@media (max-width: 768px){.cms-page{padding:1rem}.cms-topbar{flex-direction:column;align-items:flex-start}.cms-field-row,.cms-block-row{grid-template-columns:1fr}.cms-menu-item-row{flex-direction:column;align-items:stretch}.cms-menu-label-input,.cms-menu-type-select{width:100%}.cms-table-wrap{overflow-x:auto}.cms-table{min-width:600px}}.cms-upload-field{display:flex;flex-direction:column;gap:.4rem}.cms-upload-label{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.cms-upload-row{display:flex;gap:.4rem;align-items:center}.cms-upload-row input{flex:1}.cms-upload-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;background:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.cms-upload-btn:hover:not(:disabled){background:#4338ca}.cms-upload-btn:disabled{opacity:.5;cursor:not-allowed}.cms-upload-preview{margin-top:.4rem;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6;max-height:150px}.cms-upload-preview img{display:block;max-width:100%;max-height:150px;object-fit:contain}.portal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.badge-active{background-color:#e8f5e9;color:#2e7d32}.badge-inactive{background-color:#ffebee;color:#c62828}.badge-al_dia,.badge-pendiente{background-color:#fff3e0;color:#e65100}.web-lead-form{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{color:#333;margin-bottom:.5rem}.form-header .subtitle{color:#666;font-size:1rem}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35}.form-group textarea{resize:vertical;min-height:100px}.btn-submit{width:100%;padding:1rem;background:#ff6b35;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s}.btn-submit:hover:not(:disabled){background:#e55a2b}.btn-submit:disabled{background:#ccc;cursor:not-allowed}.form-footer{text-align:center;margin-top:1rem;font-size:.85rem;color:#666}@media (max-width: 768px){.web-lead-form{margin:1rem;padding:1.5rem}}.pub-footer-wrapper{position:relative;margin-top:0}.pub-footer-dome{position:relative;width:100%;height:80px;overflow:hidden;margin-bottom:-1px}.pub-footer-dome svg{display:block;width:100%;height:100%}.pub-footer-body{background:linear-gradient(135deg,#fcb900,#ff6900);color:#fff;padding:2.5rem 2rem 1.5rem}.pub-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem}.pub-footer-brand p{margin:.5rem 0 1rem;opacity:.9;font-size:.95rem;line-height:1.5}.pub-footer-logo{height:44px;filter:brightness(0) invert(1)}.pub-footer-emergency{display:inline-flex;align-items:center;gap:.625rem;background:#ffffff2e;border-radius:10px;padding:.5rem 1rem}.pub-footer-emergency-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;opacity:.9}.pub-footer-emergency-num{font-size:1.5rem;font-weight:800;line-height:1}.pub-footer-col h4{font-size:.95rem;font-weight:700;margin:0 0 .875rem;text-transform:uppercase;letter-spacing:.03em}.pub-footer-col a{display:block;color:#ffffffe0;text-decoration:none;font-size:.9rem;padding:.3rem 0;transition:color .15s,padding-left .15s}.pub-footer-col a:hover{color:#fff;padding-left:4px}.pub-footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.25);text-align:center}.pub-footer-bottom p{margin:0;font-size:.82rem;opacity:.8}@media (max-width: 900px){.pub-footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 600px){.pub-footer-dome{height:50px}.pub-footer-inner{grid-template-columns:1fr;gap:1.5rem}.pub-footer-body{padding:2rem 1.25rem 1.25rem}}.service-form-page{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:2rem 1rem}.service-header{max-width:1200px;margin:0 auto 2rem;text-align:center}.service-info h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.service-info p{color:#666;font-size:1.2rem}.error-container{max-width:600px;margin:4rem auto;text-align:center;padding:2rem;background:#fff;border-radius:12px}.service-description{max-width:1200px;margin:2rem auto;padding:0 1rem}.description-content{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.description-content h2{color:#333;font-size:2rem;margin-bottom:1rem}.description-content h3{color:#ff6b35;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.description-content p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.features-list{list-style:none;padding:0}.features-list li{padding:.75rem 0;font-size:1.1rem;color:#333;border-bottom:1px solid #f0f0f0}.features-list li:last-child{border-bottom:none}.service-benefits{max-width:1200px;margin:4rem auto 2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.service-benefits h3{text-align:center;color:#333;margin-bottom:2rem;font-size:1.8rem}.benefit-item{text-align:center;padding:1.5rem}.benefit-icon{font-size:3rem;display:block;margin-bottom:1rem}.benefit-item h4{color:#ff6b35;margin-bottom:.5rem;font-size:1.2rem}.benefit-item p{color:#666;font-size:.95rem}@media (max-width: 768px){.service-info h1{font-size:2rem}.service-info p{font-size:1rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.service-benefits{padding:1.5rem}}.landing-page{width:100%;overflow-x:hidden}.landing-header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.landing-logo-link{display:flex;align-items:center}.landing-logo{height:50px}.landing-nav{display:flex;gap:2rem;align-items:center}.landing-nav a{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.landing-nav a:hover{color:#ff6b35}.btn-contacto{background:#ff6b35;color:#fff!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:background .3s}.btn-contacto:hover{background:#e55a2b}.hero-section{background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;padding:6rem 2rem;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-section h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.95}.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:#fff;color:#ff6b35}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#ff6b35}.emergency-banner{background:#c92a2a;color:#fff;padding:2rem}.emergency-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.emergency-number{display:flex;align-items:center;gap:1rem}.emergency-icon{font-size:3rem}.emergency-number h3{margin:0;font-size:1.2rem}.big-number{font-size:3rem;font-weight:700;margin:0;line-height:1}.benefits-section{max-width:1400px;margin:4rem auto;padding:0 2rem;text-align:center}.benefits-section h2{font-size:2.5rem;color:#333;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.benefit-icon{font-size:4rem;display:block;margin-bottom:1rem}.benefit-card h3{color:#ff6b35;margin-bottom:.5rem;font-size:1.3rem}.benefit-card p{color:#666}.plans-section{background:#f5f5f5;padding:4rem 2rem}.plans-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.plans-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.plan-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;position:relative;transition:transform .3s}.plan-card:hover{transform:translateY(-5px)}.plan-card.featured{border:3px solid #ff6b35}.plan-badge{position:absolute;top:-12px;right:20px;background:#ff6b35;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.plan-card h3{color:#ff6b35;margin-bottom:1rem;font-size:1.5rem}.plan-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.plan-card ul{list-style:none;padding:0;margin-bottom:1.5rem}.plan-card ul li{padding:.5rem 0;color:#333}.btn-plan{display:block;width:100%;padding:.75rem;background:#ff6b35;color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s}.btn-plan:hover{background:#e55a2b}.services-section{max-width:1400px;margin:4rem auto;padding:0 2rem}.services-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center;text-decoration:none;color:inherit;transition:all .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.service-icon{font-size:3.5rem;display:block;margin-bottom:1rem}.service-card h3{color:#ff6b35;margin-bottom:.5rem;font-size:1.2rem}.service-card p{color:#666;font-size:.95rem}.app-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem}.app-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.app-text h2{font-size:2.5rem;margin-bottom:1rem}.app-text p{font-size:1.2rem;margin-bottom:1.5rem}.app-text ul{list-style:none;padding:0;margin-bottom:2rem}.app-text ul li{padding:.5rem 0;font-size:1.1rem}.app-stores{display:flex;gap:1rem}.btn-app{background:#fff;color:#667eea;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .3s}.btn-app:hover{transform:scale(1.05)}.phone-mockup{font-size:15rem;text-align:center;opacity:.3}.news-section{max-width:1400px;margin:4rem auto;padding:0 2rem}.news-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s}.news-card:hover{transform:translateY(-5px)}.news-image{height:200px;display:flex;align-items:center;justify-content:center}.news-icon{font-size:5rem}.news-content{padding:1.5rem}.news-date{color:#999;font-size:.9rem;font-weight:500}.news-content h3{color:#333;margin:.5rem 0 1rem;font-size:1.3rem}.news-content p{color:#666;line-height:1.6}@media (max-width: 768px){.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.landing-nav{display:none}.app-content{grid-template-columns:1fr}.phone-mockup{display:none}.benefits-grid,.plans-grid,.services-grid,.news-grid{grid-template-columns:1fr}}.seguro-viajes-page{min-height:100vh;background:#fff}.public-header{background:#fff;box-shadow:0 2px 10px #00000014;padding:1.5rem 0;position:sticky;top:0;z-index:100}.public-header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.public-header .logo img{height:50px}.main-nav{display:flex;gap:2rem}.main-nav a{color:#1a202c;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s}.main-nav a:hover{color:#e89424}.hero-seguro{position:relative;background:linear-gradient(135deg,#1e3a8a,#3b82f6);background-image:url(https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1600&h=900&fit=crop);background-size:cover;background-position:center;background-blend-mode:multiply;padding:6rem 0 4rem;color:#fff;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e3a8ad9,#3b82f6bf)}.hero-content{position:relative;z-index:2}.hero-text-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.hero-info h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.25rem;margin-bottom:1.5rem;opacity:.95;line-height:1.5}.hero-description p{font-size:1.1rem;line-height:1.6;opacity:.9}.hero-form-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 20px 60px #0000004d}.hero-form-card h3{color:#1a202c;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.hero-form{display:flex;flex-direction:column;gap:1rem}.form-group-inline{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero-form input,.hero-form textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;transition:all .3s;font-family:inherit}.hero-form input:focus,.hero-form textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.hero-form textarea{resize:vertical;min-height:80px}.checkbox-group{display:flex;align-items:start;gap:.75rem;font-size:.875rem;color:#475569}.checkbox-group input[type=checkbox]{width:auto;margin-top:.25rem;cursor:pointer}.checkbox-group label{flex:1;line-height:1.4}.checkbox-group a{color:#3b82f6;text-decoration:underline}.alert-mini{padding:.75rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500}.alert-mini.alert-success{background:#d1fae5;color:#065f46}.alert-mini.alert-error{background:#fee2e2;color:#991b1b}.btn-hero-submit{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#e89424,#f59e0b);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #e8942466}.btn-hero-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #e8942480}.btn-hero-submit:disabled{opacity:.6;cursor:not-allowed}.mas-info-section{background:#f8fafc;padding:3rem 0;text-align:center}.mas-info-btn{display:inline-block;padding:.875rem 2.5rem;background:#fff;color:#1a202c;text-decoration:none;font-weight:600;border-radius:50px;box-shadow:0 4px 15px #0000001a;transition:all .3s}.mas-info-btn:hover{background:#e89424;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #e894244d}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.25rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#64748b}.coberturas-section{padding:6rem 0;background:#fff}.info-grid-two-column{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.info-column{display:flex;flex-direction:column;gap:2rem}.info-block{background:#f8fafc;padding:2rem;border-radius:12px}.info-block-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid #E89424}.icon-orange{width:35px;height:35px;color:#e89424;flex-shrink:0}.info-block h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.info-block h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin-top:1.5rem;margin-bottom:.75rem}.subtitle-orange{color:#e89424!important}.text-orange{color:#e89424}.info-block p{color:#475569;line-height:1.7;margin-bottom:1rem}.info-list{list-style:none;padding:0;margin:1rem 0}.info-list li{color:#475569;position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.6}.info-list li:before{content:"•";position:absolute;left:0;color:#e89424;font-weight:700;font-size:1.5rem;line-height:1.3}.info-image-box{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.info-image-box img{width:100%;height:300px;object-fit:cover;display:block}.partner-note{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem;background:#fff;border-radius:8px}.partner-logo{height:40px;width:auto}.anexos-section{margin-top:4rem;padding-top:3rem;border-top:2px solid #e2e8f0}.anexo-buttons{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.btn-anexo{display:inline-block;padding:1rem 1.5rem;background:#f8fafc;color:#1a202c;text-decoration:none;font-weight:600;border-radius:8px;border:2px solid #e2e8f0;transition:all .3s;text-align:center;font-size:.95rem}.btn-anexo:hover{background:#e89424;color:#fff;border-color:#e89424;transform:translateY(-2px);box-shadow:0 6px 20px #e894244d}.contacto-cta-section{padding:6rem 0;background:#f8fafc}.contacto-header{text-align:center;margin-bottom:3rem}.contacto-header h2{font-size:2rem;font-weight:700;color:#1a202c}.contacto-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}.contacto-card{background:#fff;padding:3rem 2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s}.contacto-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.contacto-icon{width:60px;height:60px;color:#e89424;margin:0 auto 1.5rem}.contacto-card h3{font-size:2rem;font-weight:700;color:#e89424;margin-bottom:1rem}.contacto-card p{color:#64748b;line-height:1.6;font-size:1rem}.otros-servicios-section{padding:6rem 0;background:#f8fafc}.servicios-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.servicio-toggle{background:#fff;padding:2rem;border-radius:8px;border:2px solid #e2e8f0;transition:all .3s;cursor:pointer}.servicio-toggle:hover{border-color:#e89424;box-shadow:0 4px 15px #e894241a}.servicio-toggle h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0}.mas-servicios-btn-container{text-align:center}.btn-mas-servicios{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,#e89424,#f59e0b);color:#fff;text-decoration:none;font-weight:700;border-radius:8px;transition:all .3s;box-shadow:0 4px 12px #e8942466}.btn-mas-servicios:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e8942480}.public-footer{background:#1a202c;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-col h4{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer-col p{color:#94a3b8;margin-bottom:.5rem}.footer-col a{display:block;color:#94a3b8;text-decoration:none;margin-bottom:.5rem;transition:color .3s}.footer-col a:hover{color:#e89424}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155}.footer-bottom p{color:#94a3b8;font-size:.875rem}@media (max-width: 1024px){.hero-text-content{grid-template-columns:1fr;gap:2rem}.info-grid-two-column,.anexo-buttons,.contacto-cards{grid-template-columns:1fr}}@media (max-width: 768px){.public-header .container{padding:0 1rem}.main-nav{gap:1rem}.hero-seguro{padding:4rem 0 3rem}.hero-info h1{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-form-card{padding:1.5rem}.form-group-inline{grid-template-columns:1fr}.section-header h2{font-size:1.75rem}.info-block{padding:1.5rem}.servicios-grid{grid-template-columns:1fr}.contacto-header h2{font-size:1.5rem}}@media (max-width: 480px){.container{padding:0 1rem}.hero-info h1{font-size:1.75rem}.hero-form-card h3{font-size:1.25rem}.section-header h2{font-size:1.5rem}.info-block h3{font-size:1.25rem}}.cms-pub-header{background:#fff;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:1000}.cms-pub-header-inner{max-width:1400px;margin:0 auto;padding:.8rem 2rem;display:flex;align-items:center;justify-content:space-between}.cms-pub-logo img{height:44px}.cms-pub-nav{display:flex;gap:.25rem;align-items:center}.cms-pub-nav-item{position:relative}.cms-pub-nav-item>a{display:block;padding:.5rem 1rem;color:#333;text-decoration:none;font-weight:500;font-size:.95rem;border-radius:6px;transition:background .2s,color .2s}.cms-pub-nav-item>a:hover{color:#ff6b35;background:#fff5f0}.cms-pub-nav-item.has-children:hover .cms-pub-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.cms-pub-dropdown{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .2s;z-index:100}.cms-pub-dropdown a{display:block;padding:.6rem 1.2rem;color:#444;text-decoration:none;font-size:.9rem;transition:background .15s,color .15s}.cms-pub-dropdown a:hover{background:#fff5f0;color:#ff6b35}.cms-pub-contact-btn{background:linear-gradient(135deg,#fcb900,#ff6900);color:#fff!important;padding:.5rem 1.25rem!important;border-radius:8px;font-weight:600!important;font-size:.9rem!important;transition:opacity .2s,transform .2s}.cms-pub-contact-btn:hover{opacity:.9;transform:translateY(-1px);background:linear-gradient(135deg,#fcb900,#ff6900)!important}.cms-pub-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.cms-pub-hamburger span{display:block;width:24px;height:2px;background:#333;border-radius:2px;transition:transform .3s,opacity .3s}.cms-pub-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.cms-pub-hamburger.open span:nth-child(2){opacity:0}.cms-pub-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.cms-pub-hamburger{display:flex}.cms-pub-nav{position:fixed;top:60px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 12px #0000001a;transform:translateY(-120%);transition:transform .3s;gap:0}.cms-pub-nav.open{transform:translateY(0)}.cms-pub-dropdown{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;padding-left:1rem}}.cms-public-page{min-height:100vh;display:flex;flex-direction:column}.cms-page-blocks{flex:1}.cms-page-loading,.cms-page-notfound{max-width:600px;margin:4rem auto;text-align:center;padding:2rem}.cms-page-notfound h1{font-size:1.8rem;color:#333;margin-bottom:.5rem}.cms-page-notfound p{color:#666;margin-bottom:1.5rem}.cms-page-notfound a{color:#ff6b35;text-decoration:none;font-weight:600}.cms-page-footer{background:#1a1a2e;color:#fff9;text-align:center;padding:1.5rem;font-size:.85rem}.cms-block-hero{background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;padding:5rem 2rem;text-align:center;background-size:cover;background-position:center;position:relative}.cms-block-hero.has-bg .cms-block-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.cms-block-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.cms-block-hero h1{font-size:2.8rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.15)}.cms-block-hero p{font-size:1.2rem;opacity:.95;margin-bottom:2rem}.cms-block-hero-btn{display:inline-block;padding:.9rem 2.5rem;background:#fff;color:#ff6b35;font-weight:700;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s}.cms-block-hero-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0003}.cms-block-text{padding:3rem 2rem}.cms-block-text-inner{max-width:900px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:#444}.cms-block-text-inner h1,.cms-block-text-inner h2,.cms-block-text-inner h3{color:#1a1a2e;margin-bottom:.8rem}.cms-block-text-inner ul,.cms-block-text-inner ol{margin:1rem 0;padding-left:1.5rem}.cms-block-text-inner a{color:#ff6b35}.cms-block-image{padding:2rem;text-align:center}.cms-block-image img{max-width:100%;max-height:600px;border-radius:12px;box-shadow:0 4px 20px #0000001a}.cms-block-image-caption{margin-top:.75rem;color:#888;font-size:.9rem;font-style:italic}.cms-block-form{padding:3rem 2rem;background:#f8f9fa}.cms-form-public{max-width:600px;margin:0 auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #0000000f}.cms-form-desc{color:#666;margin-bottom:1.5rem;font-size:.95rem}.cms-form-field{margin-bottom:1.25rem}.cms-form-field label{display:block;font-weight:600;font-size:.9rem;color:#333;margin-bottom:.4rem}.cms-required{color:#e53e3e;margin-left:2px}.cms-form-field input[type=text],.cms-form-field input[type=email],.cms-form-field input[type=tel],.cms-form-field input[type=number],.cms-form-field input[type=date],.cms-form-field textarea,.cms-form-field select{width:100%;padding:.7rem .9rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:border-color .2s,box-shadow .2s;background:#fff;box-sizing:border-box}.cms-form-field input:focus,.cms-form-field textarea:focus,.cms-form-field select:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.cms-form-field textarea{resize:vertical;min-height:100px}.cms-radio-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.3rem}.cms-radio-label,.cms-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:#444}.cms-radio-label input,.cms-checkbox-label input{accent-color:#ff6b35;width:16px;height:16px}.cms-form-submit{width:100%;padding:.85rem;background:#ff6b35;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;margin-top:.5rem;transition:background .2s,transform .15s}.cms-form-submit:hover:not(:disabled){background:#e55a2b;transform:translateY(-1px)}.cms-form-submit:disabled{opacity:.6;cursor:not-allowed}.cms-form-success{max-width:500px;margin:2rem auto;text-align:center;padding:2.5rem 2rem;background:#f0fdf4;border-radius:12px;border:1px solid #bbf7d0}.cms-form-success-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#22c55e;color:#fff;font-size:1.5rem;margin-bottom:1rem}.cms-form-success p{font-size:1.1rem;color:#166534;font-weight:600}.cms-form-error{background:#fef2f2;color:#b91c1c;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem;border:1px solid #fecaca}.cms-form-loading{text-align:center;padding:2rem;color:#888}.cl-kpi-strip{display:flex;gap:.5rem;margin-bottom:.875rem;overflow-x:auto}.cl-kpi-mini{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;flex:1;min-width:0;transition:border-color .15s}.cl-kpi-mini:hover{border-color:#c7d2fe}.cl-kpi-mini-icon{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cl-kpi-mini-val{display:block;font-size:1rem;font-weight:800;color:#111827;line-height:1.1}.cl-kpi-mini-lbl{display:block;font-size:.6rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.cl-page{padding:1.5rem 2rem;background:#f9fafb;min-height:calc(100vh - 64px);max-width:1440px;margin:0 auto}.cl-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#64748b;font-size:.875rem}.cl-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:cl-spin .7s linear infinite}@keyframes cl-spin{to{transform:rotate(360deg)}}.cl-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.cl-topbar h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .25rem}.cl-stats-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cl-stat{font-size:.8rem;color:#6b7280;font-weight:500}.cl-stat-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.cl-toolbar{display:flex;gap:.5rem;margin-bottom:.75rem;align-items:center}.cl-search-box{flex:1;display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0 .75rem;transition:border-color .15s}.cl-search-box:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.cl-search-box svg{color:#9ca3af;flex-shrink:0}.cl-search-box input{flex:1;border:none;outline:none;padding:.5rem 0;font-size:.8125rem;color:#111827;background:transparent}.cl-search-box input::placeholder{color:#9ca3af}.cl-search-clear{background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;padding:.25rem;border-radius:4px}.cl-search-clear:hover{color:#6b7280;background:#f3f4f6}.cl-btn-ghost{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.cl-btn-ghost:hover{background:#f9fafb;border-color:#d1d5db}.cl-btn-ghost.active{background:#eef2ff;border-color:#a5b4fc;color:#4338ca}.cl-filter-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#6366f1;color:#fff;border-radius:50%;font-size:.6875rem;font-weight:700}.cl-filters{display:flex;gap:.75rem;align-items:flex-end;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.75rem;flex-wrap:wrap}.cl-filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:150px}.cl-filter-group label{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.cl-filter-group select{padding:.4rem .6rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;background:#fff;cursor:pointer}.cl-btn-clear{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:transparent;color:#ef4444;border:1px solid #fecaca;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;align-self:flex-end}.cl-btn-clear:hover{background:#fef2f2}.cl-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;background:#fff;border:1px dashed #e5e7eb;border-radius:10px;color:#9ca3af}.cl-empty p{margin:0;font-size:.875rem}.cl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:.875rem}.cl-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .15s,border-color .15s}.cl-card:hover{border-color:#c7d2fe;box-shadow:0 2px 12px #6366f114}.cl-card-header{display:flex;align-items:flex-start;gap:.75rem}.cl-card-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:700;flex-shrink:0}.cl-card-info h3{margin:0 0 .2rem;font-size:.9375rem;font-weight:700;color:#111827}.cl-card-contact{display:flex;flex-direction:column;gap:.15rem}.cl-card-contact span{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;color:#6b7280}.cl-card-details{display:flex;flex-direction:column;gap:.375rem;padding-top:.5rem;border-top:1px solid #f3f4f6}.cl-card-detail{display:flex;align-items:center;gap:.5rem}.cl-card-detail>svg{color:#9ca3af;flex-shrink:0}.cl-card-plan{font-size:.82rem;font-weight:600;color:#374151;flex:1}.cl-card-status-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:999px;font-size:.65rem;font-weight:600;background:color-mix(in srgb,var(--bsc) 12%,transparent);color:var(--bsc)}.cl-card-notes{margin:0;font-size:.75rem;color:#6b7280;font-style:italic;padding:.375rem .5rem;background:#f9fafb;border-radius:6px;border-left:3px solid #e5e7eb}.cl-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid #f3f4f6}.cl-card-date{font-size:.68rem;color:#9ca3af}.cl-card-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;color:#6366f1;text-decoration:none;transition:color .15s}.cl-card-link:hover{color:#4f46e5}.cl-btn-primary{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.cl-btn-primary:hover{background:#4f46e5}.cl-btn-primary:disabled{opacity:.5;cursor:not-allowed}.cl-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:cl-fade .15s ease}@keyframes cl-fade{0%{opacity:0}to{opacity:1}}.cl-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:520px;max-width:95vw;animation:cl-modal-in .2s ease}@keyframes cl-modal-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.cl-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.cl-modal-header h2{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.cl-modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;display:flex}.cl-modal-close:hover{color:#374151;background:#f3f4f6}.cl-modal-body{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.cl-modal-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cl-modal-field{display:flex;flex-direction:column;gap:.25rem}.cl-modal-field label{font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.cl-modal-field input,.cl-modal-field select{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;font-family:inherit;transition:border-color .15s}.cl-modal-field input:focus,.cl-modal-field select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.cl-modal-field input::placeholder{color:#9ca3af}.cl-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.cl-page{padding:1rem}.cl-grid{grid-template-columns:1fr}.cl-toolbar{flex-direction:column}.cl-filters{flex-direction:column;align-items:stretch}}.cdp{padding:1.5rem 2rem;background:#f9fafb;min-height:calc(100vh - 64px);max-width:1200px;margin:0 auto;position:relative}.cdp-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#64748b}.cdp-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:cdp-spin .7s linear infinite}@keyframes cdp-spin{to{transform:rotate(360deg)}}.cdp-toast{position:fixed;top:80px;right:2rem;padding:.625rem 1.25rem;background:#111827;color:#fff;border-radius:8px;font-size:.8125rem;font-weight:500;box-shadow:0 8px 24px #0000002e;z-index:999;animation:cdp-toast-in .2s ease}@keyframes cdp-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cdp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.cdp-back{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;padding:.375rem 0;transition:color .15s}.cdp-back:hover{color:#111827}.cdp-header-right{display:flex;gap:.5rem}.cdp-btn-edit{padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:7px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s}.cdp-btn-edit:hover{background:#4f46e5}.cdp-btn-danger{padding:.5rem .625rem;background:#fff;color:#ef4444;border:1px solid #fecaca;border-radius:7px;cursor:pointer;display:flex;align-items:center;transition:all .15s}.cdp-btn-danger:hover{background:#fef2f2}.cdp-btn-cancel{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:7px;font-size:.8125rem;font-weight:500;cursor:pointer}.cdp-btn-cancel:hover{background:#f3f4f6}.cdp-btn-save{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#10b981;color:#fff;border:none;border-radius:7px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s}.cdp-btn-save:hover{background:#059669}.cdp-btn-save:disabled{opacity:.6;cursor:not-allowed}.cdp-grid{display:grid;grid-template-columns:1fr 320px;gap:1rem;align-items:start}.cdp-main{display:flex;flex-direction:column;gap:.875rem}.cdp-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem}.cdp-section-title{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.cdp-section-title svg{color:#6366f1}.cdp-info-grid{display:flex;flex-direction:column;gap:.5rem}.cdp-info-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0}.cdp-info-label{display:inline-flex;align-items:center;gap:.375rem;font-size:.78rem;color:#6b7280;font-weight:500}.cdp-info-value{font-size:.875rem;color:#111827;font-weight:600}.cdp-plan-display{display:flex;flex-direction:column;gap:.75rem}.cdp-plan-main{display:flex;align-items:center;gap:.75rem}.cdp-plan-name{font-size:1.05rem;font-weight:700;color:#111827}.cdp-status-pill{padding:.15rem .625rem;border-radius:999px;font-size:.68rem;font-weight:600;background:color-mix(in srgb,var(--sc) 12%,transparent);color:var(--sc)}.cdp-plan-pay{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.cdp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cdp-form-grid-3{grid-template-columns:1fr 1fr 1fr}.cdp-field{display:flex;flex-direction:column;gap:.25rem}.cdp-field label{font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.cdp-field input,.cdp-field select{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;font-family:inherit;transition:border-color .15s}.cdp-field input:focus,.cdp-field select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.cdp-notes-text{margin:0;font-size:.85rem;color:#4b5563;line-height:1.6;white-space:pre-wrap}.cdp-notes-input{width:100%;padding:.625rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;font-family:inherit;resize:vertical;transition:border-color .15s;box-sizing:border-box}.cdp-notes-input:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.cdp-sidebar{display:flex;flex-direction:column;gap:.875rem}.cdp-side-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.875rem 1rem}.cdp-side-card-muted{background:#f9fafb}.cdp-side-title{display:flex;align-items:center;gap:.375rem;font-size:.72rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.625rem}.cdp-side-title svg{color:#6366f1}.cdp-side-row{display:flex;justify-content:space-between;padding:.25rem 0}.cdp-side-row>span:first-child{font-size:.72rem;color:#6b7280;font-weight:500}.cdp-side-row>span:last-child{font-size:.78rem;color:#111827;font-weight:600}.cdp-side-divider{height:1px;background:#f3f4f6;margin:.5rem 0}.cdp-lead-status{padding:.1rem .5rem;border-radius:999px;font-size:.65rem!important;font-weight:600!important;background:#ecfdf5;color:#059669!important}.cdp-lead-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.78rem;font-weight:600;color:#6366f1;text-decoration:none;margin-top:.625rem;transition:color .15s}.cdp-lead-link:hover{color:#4f46e5}.cdp-side-muted{margin:0;font-size:.78rem;color:#9ca3af;font-style:italic}@media (max-width: 900px){.cdp{padding:1rem}.cdp-grid{grid-template-columns:1fr}.cdp-form-grid-3{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.cdp-form-grid,.cdp-form-grid-3{grid-template-columns:1fr}}.up-page{padding:1.5rem 2rem;background:#f9fafb;min-height:calc(100vh - 64px);max-width:1200px;margin:0 auto}.up-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#64748b;font-size:.875rem}.up-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:up-spin .7s linear infinite}@keyframes up-spin{to{transform:rotate(360deg)}}.up-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.up-topbar h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .15rem}.up-subtitle{font-size:.8rem;color:#6b7280}.up-btn-primary{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.up-btn-primary:hover{background:#4f46e5}.up-btn-primary:disabled{opacity:.5;cursor:not-allowed}.up-btn-ghost{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer}.up-btn-ghost:hover{background:#f3f4f6}.up-toolbar{display:flex;gap:.5rem;margin-bottom:.875rem;align-items:center}.up-search-box{flex:1;display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0 .75rem;transition:border-color .15s}.up-search-box:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.up-search-box svg{color:#9ca3af;flex-shrink:0}.up-search-box input{flex:1;border:none;outline:none;padding:.5rem 0;font-size:.8125rem;color:#111827;background:transparent}.up-search-box input::placeholder{color:#9ca3af}.up-search-clear{background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;padding:.25rem;border-radius:4px}.up-search-clear:hover{color:#6b7280;background:#f3f4f6}.up-filter-select{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;color:#374151;background:#fff;cursor:pointer;min-width:180px}.up-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;background:#fff;border:1px dashed #e5e7eb;border-radius:10px;color:#9ca3af}.up-empty p{margin:0;font-size:.875rem}.up-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.up-table{width:100%;border-collapse:collapse}.up-table thead th{text-align:left;padding:.625rem 1rem;font-size:.68rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;border-bottom:1px solid #e5e7eb}.up-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}.up-table tbody tr:last-child{border-bottom:none}.up-table tbody tr:hover{background:#fafbff}.up-table tbody tr.up-row-expanded{background:#eef2ff}.up-table tbody td{padding:.625rem 1rem;font-size:.8125rem;color:#374151;vertical-align:middle}.up-user-cell{display:flex;align-items:center;gap:.625rem}.up-user-avatar{width:32px;height:32px;border-radius:8px;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.up-user-name{font-weight:600;color:#111827}.up-user-email{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:#6b7280}.up-roles-cell{display:flex;flex-wrap:wrap;gap:.3rem}.up-role-badge{padding:.125rem .5rem;border-radius:999px;font-size:.62rem;font-weight:600;background:color-mix(in srgb,var(--rc) 12%,transparent);color:var(--rc);white-space:nowrap}.up-no-role{font-size:.72rem;color:#9ca3af;font-style:italic}.up-date-cell{font-size:.75rem;color:#6b7280;white-space:nowrap}.up-actions{display:flex;gap:.25rem}.up-action-btn{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:none;border:1px solid transparent;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .15s}.up-action-btn:hover{background:#f3f4f6;color:#374151;border-color:#e5e7eb}.up-action-danger:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.up-role-panel{background:#fff;border:1px solid #c7d2fe;border-radius:10px;margin-top:.5rem;padding:1rem}.up-role-panel-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.82rem;color:#4338ca}.up-role-panel-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.5rem}.up-role-toggle{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s;background:#fff}.up-role-toggle:hover{border-color:#a5b4fc;background:#fafbff}.up-role-toggle.active{border-color:#818cf8;background:#eef2ff}.up-role-toggle input[type=checkbox]{margin-top:2px;accent-color:#6366f1}.up-role-toggle-name{font-size:.78rem;font-weight:600;color:#111827}.up-role-toggle-desc{display:block;font-size:.68rem;color:#6b7280;margin-top:.125rem}.up-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:up-fade .15s ease}@keyframes up-fade{0%{opacity:0}to{opacity:1}}.up-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:520px;max-width:95vw;max-height:90vh;overflow-y:auto;animation:up-modal-in .2s ease}@keyframes up-modal-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.up-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.up-modal-header h2{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.up-modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;display:flex}.up-modal-close:hover{color:#374151;background:#f3f4f6}.up-modal-body{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.up-modal-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.up-modal-field{display:flex;flex-direction:column;gap:.25rem}.up-modal-field label{font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.up-modal-field input{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;font-family:inherit;transition:border-color .15s}.up-modal-field input:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f114}.up-modal-field input::placeholder{color:#9ca3af}.up-password-wrap{position:relative;display:flex;align-items:center}.up-password-wrap input{flex:1;padding-right:2.5rem}.up-password-toggle{position:absolute;right:.5rem;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;padding:.25rem}.up-password-toggle:hover{color:#6b7280}.up-modal-roles{display:flex;flex-wrap:wrap;gap:.375rem}.up-role-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border:1px solid #e5e7eb;border-radius:999px;font-size:.75rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s;background:#fff}.up-role-chip:hover{border-color:#a5b4fc;color:#4338ca}.up-role-chip.selected{background:#eef2ff;border-color:#818cf8;color:#4338ca;font-weight:600}.up-role-chip input[type=checkbox]{display:none}.up-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.up-page{padding:1rem}.up-topbar,.up-toolbar{flex-direction:column}.up-modal-row,.up-role-panel-list{grid-template-columns:1fr}}.help-page{display:flex;min-height:calc(100vh - 64px);gap:0}.help-sidebar{width:260px;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto}.help-sidebar-header{display:flex;align-items:center;gap:.5rem;padding:1.25rem 1rem .75rem;color:#111827}.help-sidebar-header h3{margin:0;font-size:.95rem;font-weight:700}.help-sidebar-search{display:flex;align-items:center;gap:.375rem;margin:0 .75rem .5rem;padding:.375rem .5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#9ca3af}.help-sidebar-search input{border:none;outline:none;font-size:.75rem;color:#374151;width:100%;background:transparent;font-family:inherit}.help-sidebar-nav{display:flex;flex-direction:column;padding:.25rem .5rem;gap:2px}.help-sidebar-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;background:none;border:none;border-radius:7px;font-size:.8125rem;font-weight:500;color:#4b5563;cursor:pointer;text-align:left;transition:all .1s;font-family:inherit}.help-sidebar-item:hover{background:#f3f4f6;color:#111827}.help-sidebar-item.active{background:#eef2ff;color:#4338ca;font-weight:600}.help-main{flex:1;padding:2rem 2.5rem 4rem;max-width:860px;overflow-y:auto}.help-content h2{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 .5rem;letter-spacing:-.02em}.help-intro{font-size:.95rem;color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.help-content h3{font-size:1rem;font-weight:700;color:#1f2937;margin:1.75rem 0 .625rem;display:flex;align-items:center;gap:.375rem}.help-content ul,.help-content ol{padding-left:1.25rem;margin:.5rem 0 1rem}.help-content li{font-size:.875rem;color:#374151;line-height:1.7;margin-bottom:.25rem}.help-content li strong{color:#111827}.help-content p{font-size:.875rem;color:#4b5563;line-height:1.7;margin:.375rem 0}.help-content code{background:#f3f4f6;padding:.125rem .375rem;border-radius:4px;font-size:.78rem;color:#6366f1}.help-features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.875rem;margin:1rem 0 1.5rem}.help-feature-card{padding:1rem;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .15s,box-shadow .15s}.help-feature-card:hover{border-color:#c7d2fe;box-shadow:0 2px 8px #6366f114}.help-feature-card svg{color:#6366f1;margin-bottom:.5rem}.help-feature-card h4{margin:0 0 .25rem;font-size:.875rem;font-weight:700;color:#111827}.help-feature-card p{margin:0;font-size:.78rem;color:#6b7280;line-height:1.5}.help-flow{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.help-flow-step{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.help-flow-num{width:28px;height:28px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.help-flow-step strong{display:block;font-size:.8125rem;color:#111827;margin-bottom:.125rem}.help-flow-step p{margin:0;font-size:.78rem;color:#6b7280}.help-tip{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.625rem .875rem;font-size:.8125rem;color:#92400e;margin:.75rem 0;line-height:1.6}.help-tip strong{color:#78350f}.help-status-list{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0 1rem}.help-status-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#374151;line-height:1.5}.help-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.help-roles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin:.75rem 0 1rem}.help-role-card{padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.help-role-card h4{margin:0 0 .25rem;font-size:.75rem;font-weight:700;color:#4338ca;letter-spacing:.03em}.help-role-card p{margin:0;font-size:.75rem;color:#4b5563;line-height:1.5}.help-code-block{background:#1e1b4b;border-radius:8px;padding:.75rem 1rem;margin:.5rem 0 .75rem;overflow-x:auto}.help-code-block code{background:none;color:#a5b4fc;font-size:.78rem;padding:0}.help-faq-item{border-bottom:1px solid #f3f4f6}.help-faq-q{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 0;background:none;border:none;text-align:left;font-size:.875rem;font-weight:600;color:#1f2937;cursor:pointer;font-family:inherit}.help-faq-q:hover{color:#6366f1}.help-faq-a{padding:0 0 .75rem 1.5rem;font-size:.8125rem;color:#4b5563;line-height:1.7;margin:0}@media (max-width: 900px){.help-page{flex-direction:column}.help-sidebar{width:100%;position:static;height:auto;border-right:none;border-bottom:1px solid #e5e7eb}.help-sidebar-nav{flex-direction:row;flex-wrap:wrap}.help-main{padding:1.5rem 1.25rem 4rem}}.demo-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:linear-gradient(135deg,#1e1b4b,#312e81);color:#ffffffeb;text-align:center;padding:.4rem 1rem;font-size:.72rem;letter-spacing:.02em;pointer-events:none}.demo-banner strong{color:#a5b4fc;font-weight:700}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #E89424;--color-primary-dark: #D67E1A;--color-primary-light: #FFB84D;--color-white: #FFFFFF;--color-bg-primary: #FAFBFC;--color-bg-secondary: #F5F7FA;--color-text: #1A202C;--color-text-secondary: #4A5568;--color-text-light: #718096;--color-border: #E2E8F0;--color-border-light: #EDF2F7;--color-success: #10B981;--color-error: #EF4444;--color-warning: #F59E0B;--color-info: #3B82F6;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-primary);color:var(--color-text);font-size:15px;line-height:1.6;font-weight:400}#root{min-height:100vh}body{overflow-x:hidden}.admin-layout{margin-left:280px;margin-top:76px;min-height:calc(100vh - 76px);transition:margin-left .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 1024px){.admin-layout{margin-left:0}}@media (max-width: 640px){.admin-layout{margin-top:68px;min-height:calc(100vh - 68px)}}.btn{padding:11px 24px;border:none;border-radius:var(--radius-md);font-size:14.5px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:-.01em}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 6px 16px #2563eb40}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background-color:#fff;color:var(--color-text-secondary);border:1px solid var(--color-border);box-shadow:var(--shadow-xs)}.btn-secondary:hover:not(:disabled){background-color:var(--color-bg-secondary);color:var(--color-text);border-color:var(--color-border);box-shadow:var(--shadow-sm)}.card{background:#fff;border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-sm);transition:all .25s cubic-bezier(.4,0,.2,1);border:1px solid var(--color-border-light)}.card:hover{box-shadow:var(--shadow-md);border-color:var(--color-border)}.card h3{font-size:1.15rem;font-weight:700;color:var(--color-text);margin:0 0 1.25rem;letter-spacing:-.02em}input,select,textarea{width:100%;padding:11px 14px;border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:14.5px;transition:all .2s cubic-bezier(.4,0,.2,1);background-color:#fff;color:var(--color-text);font-family:inherit}input:hover,select:hover,textarea:hover{border-color:var(--color-text-light)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-info);box-shadow:0 0 0 3px #3b82f614;background-color:#fff}input::placeholder,textarea::placeholder{color:var(--color-text-light)}label{display:block;font-size:14px;font-weight:600;color:var(--color-text-secondary);margin-bottom:.625rem;letter-spacing:-.01em}table{width:100%;border-collapse:separate;border-spacing:0;font-size:14.5px}th,td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--color-border-light)}th{font-weight:700;color:var(--color-text-secondary);background-color:var(--color-bg-secondary);font-size:13px;text-transform:uppercase;letter-spacing:.04em;position:sticky;top:0;z-index:10}th:first-child{border-top-left-radius:var(--radius-md)}th:last-child{border-top-right-radius:var(--radius-md)}tbody tr{transition:all .2s cubic-bezier(.4,0,.2,1)}tbody tr:hover{background-color:var(--color-bg-secondary);transform:scale(1.001)}tbody tr:last-child td{border-bottom:none}tbody tr:last-child td:first-child{border-bottom-left-radius:var(--radius-md)}tbody tr:last-child td:last-child{border-bottom-right-radius:var(--radius-md)}
