.tk-branch-editor{display:flex;flex-direction:column;height:100%;max-height:80vh}.tk-branch-editor__tabs{background:linear-gradient(180deg,rgba(79,70,229,.02),transparent);border-bottom:2px solid rgba(79,70,229,.1);display:flex;gap:.5rem;padding:1rem 1.5rem 0}.tk-branch-editor__tab{align-items:center;background:transparent;border:none;border-radius:12px 12px 0 0;color:#615c6f;color:var(--tk-text-muted,#615c6f);cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.875rem 1.25rem;position:relative;transition:all .18s ease}.tk-branch-editor__tab:hover{background:rgba(79,70,229,.06);color:#4338ca;color:var(--tk-primary-600,#4338ca)}.tk-branch-editor__tab--active{background:rgba(79,70,229,.08);color:#4338ca;color:var(--tk-primary-600,#4338ca)}.tk-branch-editor__tab--active:after{background:#4f46e5;background:var(--tk-primary-500,#4f46e5);border-radius:3px 3px 0 0;bottom:-2px;content:"";height:3px;left:0;position:absolute;right:0}.tk-branch-editor__tab-icon{font-size:1.25rem;line-height:1}.tk-branch-editor__tab-badge{align-items:center;background:#4f46e5;background:var(--tk-primary-500,#4f46e5);border-radius:11px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:0 .5rem}.tk-branch-editor__content{flex:1 1;overflow-y:auto;padding:1.5rem 1.5rem 0}.tk-branch-editor__section{-webkit-animation:tk-fadeIn .3s ease;animation:tk-fadeIn .3s ease;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:15px}.tk-branch-editor__section--categories{flex:1 1;gap:1rem;overflow-y:auto}.tk-branch-editor__section-header h3{color:#000;color:var(--tk-black,#000);font-size:1.375rem;font-weight:800;margin:0 0 .375rem}.tk-branch-editor__section-header p{color:#615c6f;color:var(--tk-text-muted,#615c6f);font-size:.9375rem;margin:0}.tk-branch-editor__fields{display:flex;flex-direction:column;gap:1.25rem}.tk-branch-editor__service-area{background:rgba(79,70,229,.03);border:1.5px solid rgba(79,70,229,.1);border-radius:18px;border-radius:var(--tk-radius-lg,18px);padding:1.5rem}.tk-branch-editor__service-area h4{color:#3730a3;color:var(--tk-primary-700,#3730a3);font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.tk-branch-editor__service-area .tk-field__hint{margin-bottom:1rem}.tk-branch-editor__service-options{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:1.5rem}.tk-branch-editor__service-card{grid-gap:1rem;align-items:center;background:hsla(0,0%,100%,.8);border:2px solid rgba(79,70,229,.15);border-radius:14px;border-radius:var(--tk-radius-md,14px);cursor:pointer;display:grid;gap:1rem;grid-template-columns:auto auto 1fr;padding:1.25rem 1.5rem;transition:all .2s ease}.tk-branch-editor__service-card:hover{background:hsla(0,0%,100%,.95);border-color:rgba(79,70,229,.3);box-shadow:0 4px 12px rgba(79,70,229,.12);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.tk-branch-editor__service-card--active{background:rgba(79,70,229,.12);border-color:#4f46e5;border-color:var(--tk-primary-500,#4f46e5);box-shadow:0 0 0 3px rgba(79,70,229,.15)}.tk-branch-editor__service-card--active .tk-branch-editor__service-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.tk-branch-editor__service-card input[type=radio]{margin:0}.tk-branch-editor__service-icon{font-size:2rem;line-height:1;transition:-webkit-transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease}.tk-branch-editor__service-info{display:flex;flex-direction:column;gap:.25rem}.tk-branch-editor__service-info strong{color:#000;color:var(--tk-black,#000);font-size:1rem;font-weight:700}.tk-branch-editor__service-info small{color:#615c6f;color:var(--tk-text-muted,#615c6f);font-size:.875rem}.tk-branch-editor__billing{background:rgba(34,197,94,.03);border:1.5px solid rgba(34,197,94,.15);border-radius:18px;border-radius:var(--tk-radius-lg,18px);margin-top:1.5rem;padding:1.5rem}.tk-branch-editor__billing h4{color:#15803d;font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.tk-branch-editor__billing .tk-field__hint{margin-bottom:1rem}.tk-branch-editor__billing select{background:#fff;border:2px solid #e2e8f0;border-radius:14px;border-radius:var(--tk-radius-md,14px);cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1rem;transition:all .18s ease;width:100%}.tk-branch-editor__billing select:hover{border-color:#22c55e}.tk-branch-editor__billing select:focus{border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.1);outline:none}.tk-branch-editor__category-search{margin-bottom:1rem}.tk-branch-editor__category-search input{background:hsla(0,0%,100%,.95);border:2px solid rgba(79,70,229,.2);border-radius:14px;border-radius:var(--tk-radius-md,14px);font-size:1rem;padding:1rem 1.25rem;transition:all .18s ease;width:100%}.tk-branch-editor__category-search input:focus{background:#fff;border-color:#4f46e5;border-color:var(--tk-primary-500,#4f46e5);box-shadow:0 0 0 4px rgba(79,70,229,.12);outline:none}.tk-branch-editor__category-search input::-webkit-input-placeholder{color:rgba(97,92,111,.5)}.tk-branch-editor__category-search input:-ms-input-placeholder{color:rgba(97,92,111,.5)}.tk-branch-editor__category-search input::placeholder{color:rgba(97,92,111,.5)}.tk-branch-editor__selected-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tk-branch-editor__selected-tag{align-items:center;background:rgba(79,70,229,.08);border:1px solid rgba(79,70,229,.2);border-radius:8px;color:#3730a3;color:var(--tk-primary-700,#3730a3);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;transition:all .18s ease}.tk-branch-editor__selected-tag:hover{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.3);color:#dc2626}.tk-branch-editor__selected-tag:hover .tk-branch-editor__selected-tag-remove{color:#dc2626}.tk-branch-editor__selected-tag span:first-child{line-height:1.3}.tk-branch-editor__selected-tag-remove{color:rgba(79,70,229,.5);font-size:1rem;font-weight:700;transition:color .18s ease}.tk-branch-editor__category-groups{display:flex;flex-direction:column;gap:.75rem}.tk-branch-editor__category-group{background:hsla(0,0%,100%,.6);border:1.5px solid rgba(79,70,229,.12);border-radius:14px;border-radius:var(--tk-radius-md,14px);transition:all .18s ease}.tk-branch-editor__category-group:hover{background:hsla(0,0%,100%,.9);border-color:rgba(79,70,229,.25)}.tk-branch-editor__group-header{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;gap:.75rem;padding:1rem 1.25rem;text-align:left;transition:all .18s ease;width:100%}.tk-branch-editor__group-header:hover{background:rgba(79,70,229,.05)}.tk-branch-editor__group-header--expanded{background:rgba(79,70,229,.06)}.tk-branch-editor__group-header strong{color:#3730a3;color:var(--tk-primary-700,#3730a3);flex:1 1;font-size:1rem;font-weight:700}.tk-branch-editor__group-icon{color:#4f46e5;color:var(--tk-primary-500,#4f46e5);font-size:.875rem;font-weight:700;transition:-webkit-transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease}.tk-branch-editor__group-header--expanded .tk-branch-editor__group-icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.tk-branch-editor__group-count{background:rgba(79,70,229,.15);border-radius:12px;color:#3730a3;color:var(--tk-primary-700,#3730a3);font-size:.8125rem;font-weight:700;padding:.25rem .75rem}.tk-branch-editor__group-items{-webkit-animation:tk-slideDown .2s ease;animation:tk-slideDown .2s ease;background:rgba(79,70,229,.02);display:flex;flex-direction:column;gap:.5rem;padding:0 1.25rem 1rem}.tk-branch-editor__category-item{align-items:center;background:hsla(0,0%,100%,.8);border:1.5px solid rgba(79,70,229,.08);border-radius:10px;border-radius:var(--tk-radius-sm,10px);cursor:pointer;display:flex;gap:1rem;padding:.875rem 1rem;transition:all .18s ease}.tk-branch-editor__category-item:hover{background:#fff;border-color:rgba(79,70,229,.2);-webkit-transform:translateX(4px);transform:translateX(4px)}.tk-branch-editor__category-item:has(input:checked){background:rgba(79,70,229,.1);border-color:#4f46e5;border-color:var(--tk-primary-500,#4f46e5)}.tk-branch-editor__category-item input[type=checkbox]{margin:0}.tk-branch-editor__category-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.tk-branch-editor__category-info strong{color:#000;color:var(--tk-black,#000);font-size:.9375rem;font-weight:600}.tk-branch-editor__category-info small{color:#615c6f;color:var(--tk-text-muted,#615c6f);font-size:.8125rem}.tk-branch-editor__email-list{display:flex;flex-direction:column;gap:.875rem}.tk-branch-editor__email-item{grid-gap:1rem;align-items:center;background:hsla(0,0%,100%,.7);border:1.5px solid rgba(79,70,229,.12);border-radius:14px;border-radius:var(--tk-radius-md,14px);display:grid;gap:1rem;grid-template-columns:auto 1fr auto auto;padding:1rem 1.25rem;transition:all .18s ease}.tk-branch-editor__email-item:hover{background:hsla(0,0%,100%,.95);border-color:rgba(79,70,229,.25);box-shadow:0 2px 8px rgba(79,70,229,.08)}.tk-branch-editor__email-number{align-items:center;background:rgba(79,70,229,.1);border-radius:50%;color:#4338ca;color:var(--tk-primary-600,#4338ca);display:flex;font-size:.875rem;font-weight:700;height:32px;justify-content:center;width:32px}.tk-branch-editor__email-input{background:transparent;border:none;color:#000;color:var(--tk-black,#000);font-size:1rem;padding:.5rem}.tk-branch-editor__email-input:focus{background:rgba(79,70,229,.04);border-radius:8px;outline:none}.tk-branch-editor__email-input::-webkit-input-placeholder{color:rgba(97,92,111,.5)}.tk-branch-editor__email-input:-ms-input-placeholder{color:rgba(97,92,111,.5)}.tk-branch-editor__email-input::placeholder{color:rgba(97,92,111,.5)}.tk-branch-editor__email-primary{align-items:center;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;-webkit-filter:grayscale(1);filter:grayscale(1);font-size:1.5rem;height:40px;justify-content:center;opacity:.3;transition:all .18s ease;width:40px}.tk-branch-editor__email-primary:hover{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:.7;-webkit-transform:scale(1.15);transform:scale(1.15)}.tk-branch-editor__email-primary--active{-webkit-animation:tk-starPulse .6s ease;animation:tk-starPulse .6s ease;-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.tk-branch-editor__email-primary--active:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.tk-branch-editor__email-billing{align-items:center;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;-webkit-filter:grayscale(1);filter:grayscale(1);font-size:1.25rem;height:40px;justify-content:center;opacity:.3;transition:all .18s ease;width:40px}.tk-branch-editor__email-billing:hover{background:rgba(34,197,94,.1);-webkit-filter:grayscale(0);filter:grayscale(0);opacity:.7;-webkit-transform:scale(1.15);transform:scale(1.15)}.tk-branch-editor__email-billing--active{background:rgba(34,197,94,.15);-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.tk-branch-editor__email-billing--active:hover{background:rgba(34,197,94,.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.tk-branch-editor__email-remove{align-items:center;background:rgba(239,68,68,.08);border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.25rem;height:40px;justify-content:center;transition:all .18s ease;width:40px}.tk-branch-editor__email-remove:hover{background:rgba(239,68,68,.18);-webkit-transform:scale(1.1);transform:scale(1.1)}.tk-branch-editor__email-remove:active{-webkit-transform:scale(.95);transform:scale(.95)}.tk-branch-editor__add-email{align-items:center;background:rgba(79,70,229,.08);border:2px dashed rgba(79,70,229,.3);border-radius:14px;border-radius:var(--tk-radius-md,14px);color:#4338ca;color:var(--tk-primary-600,#4338ca);cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.625rem;justify-content:center;padding:1rem 1.5rem;transition:all .18s ease}.tk-branch-editor__add-email span{font-size:1.5rem;line-height:1}.tk-branch-editor__add-email:hover{background:rgba(79,70,229,.14);border-color:#4f46e5;border-color:var(--tk-primary-500,#4f46e5);box-shadow:0 4px 12px rgba(79,70,229,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.tk-branch-editor__add-email:active{-webkit-transform:translateY(0);transform:translateY(0)}.tk-branch-editor__empty{align-items:center;color:#615c6f;color:var(--tk-text-muted,#615c6f);display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:3rem 1.5rem;text-align:center}.tk-branch-editor__empty p{font-size:1.125rem;font-weight:600;margin:0}.tk-branch-editor__empty small{font-size:.9375rem}.tk-branch-editor__actions{background:linear-gradient(0deg,rgba(79,70,229,.02),transparent);border-top:2px solid rgba(79,70,229,.1);display:flex;gap:1rem;justify-content:space-between;padding:1.5rem}@-webkit-keyframes tk-fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes tk-fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes tk-slideDown{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}@keyframes tk-slideDown{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}@-webkit-keyframes tk-starPulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes tk-starPulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.3);transform:scale(1.3)}}@media (max-width:768px){.tk-branch-editor{min-height:500px}.tk-branch-editor__tabs{-webkit-overflow-scrolling:touch;gap:.25rem;min-height:50px;overflow-x:auto;overflow-y:visible;padding:.75rem 1rem 0}.tk-branch-editor__tabs::-webkit-scrollbar{display:none}.tk-branch-editor__tab{flex-shrink:0;font-size:.8125rem;padding:.75rem .875rem;white-space:nowrap}.tk-branch-editor__tab span:not(.tk-branch-editor__tab-icon):not(.tk-branch-editor__tab-badge){font-size:.75rem}.tk-branch-editor__tab-icon{font-size:1.125rem}.tk-branch-editor__tab-badge{font-size:.625rem;height:18px;min-width:18px;padding:0 .325rem}.tk-branch-editor__content{padding:.875rem}.tk-branch-editor__section{gap:1rem}.tk-branch-editor__section-header h3{font-size:1.125rem}.tk-branch-editor__section-header p{font-size:.8125rem}.tk-branch-editor__fields{gap:.875rem}.tk-branch-editor__fields .tk-field label{font-size:.875rem}.tk-branch-editor__fields .tk-field input,.tk-branch-editor__fields .tk-field select,.tk-branch-editor__fields .tk-field textarea{border-radius:10px;font-size:.9375rem;padding:.75rem .875rem}.tk-branch-editor__fields .tk-field textarea{min-height:100px}.tk-branch-editor__fields .tk-field__hint{font-size:.8125rem}.tk-branch-editor__service-area{padding:1rem .875rem}.tk-branch-editor__service-area h4{font-size:.9375rem}.tk-branch-editor__service-area .tk-field__hint{font-size:.8125rem;margin-bottom:.875rem}.tk-branch-editor__service-area .tk-field label{font-size:.875rem}.tk-branch-editor__service-options{gap:.75rem;margin-bottom:1rem}.tk-branch-editor__service-card{border-radius:10px;gap:.75rem;grid-template-columns:auto auto 1fr;padding:.875rem 1rem}.tk-branch-editor__service-card .tk-branch-editor__service-icon{font-size:1.375rem}.tk-branch-editor__service-card .tk-branch-editor__service-info strong{font-size:.875rem}.tk-branch-editor__service-card .tk-branch-editor__service-info small{font-size:.75rem}.tk-branch-editor__service-card input[type=radio]{height:18px;width:18px}.tk-branch-editor__billing{padding:1rem .875rem}.tk-branch-editor__billing h4{font-size:.9375rem}.tk-branch-editor__billing .tk-field__hint{font-size:.8125rem;margin-bottom:.875rem}.tk-branch-editor__billing select{font-size:.9375rem;padding:.75rem .875rem}.tk-branch-editor__billing .tk-field label{font-size:.875rem}.tk-branch-editor__category-search{margin-bottom:.875rem}.tk-branch-editor__category-search input{border-radius:10px;font-size:.9375rem;padding:.75rem .875rem}.tk-branch-editor__selected-tags{gap:.375rem;margin-bottom:1rem}.tk-branch-editor__selected-tag{border-radius:6px;font-size:.8125rem;gap:.375rem;padding:.375rem .625rem}.tk-branch-editor__selected-tag-remove{font-size:.875rem}.tk-branch-editor__category-groups{gap:.5rem}.tk-branch-editor__group-header{border-radius:10px;gap:.5rem;padding:.75rem .875rem}.tk-branch-editor__group-header strong{font-size:.875rem}.tk-branch-editor__group-icon{font-size:.75rem}.tk-branch-editor__group-count{font-size:.6875rem;min-width:24px;padding:.25rem .5rem}.tk-branch-editor__group-items{gap:.375rem;padding:0 .875rem .75rem}.tk-branch-editor__category-item{border-radius:8px;gap:.75rem;padding:.625rem .75rem}.tk-branch-editor__category-item input[type=checkbox]{height:18px;width:18px}.tk-branch-editor__category-item:hover{-webkit-transform:none;transform:none}.tk-branch-editor__category-info strong{font-size:.8125rem}.tk-branch-editor__category-info small{font-size:.6875rem}.tk-branch-editor__email-list{gap:.625rem}.tk-branch-editor__email-item{border-radius:10px;gap:.5rem;grid-template-columns:1fr auto auto auto;padding:.75rem .875rem}.tk-branch-editor__email-number{display:none}.tk-branch-editor__email-input{font-size:.875rem;padding:.5rem}.tk-branch-editor__email-primary{font-size:1.125rem;height:34px;width:34px}.tk-branch-editor__email-billing,.tk-branch-editor__email-remove{font-size:1rem;height:34px;width:34px}.tk-branch-editor__add-email{border-radius:10px;font-size:.875rem;gap:.375rem;padding:.75rem 1rem}.tk-branch-editor__add-email span{font-size:1.125rem}.tk-branch-editor__empty{padding:2rem 1rem}.tk-branch-editor__empty p{font-size:.9375rem}.tk-branch-editor__empty small{font-size:.8125rem}.tk-branch-editor__actions{flex-direction:row;gap:.5rem;padding:.75rem}.tk-branch-editor__actions button{border-radius:999px;flex:1 1;font-size:.875rem;padding:.625rem 1rem}}.tk-portal{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh}.tk-portal__wrapper{display:flex;flex-direction:column;min-height:100vh}.tk-portal__header{background:var(--tk-black);box-shadow:0 2px 12px rgba(0,0,0,.1);color:var(--tk-yellow);padding:1.25rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.tk-portal__header .tk-container{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.tk-portal__brand{align-items:center;color:var(--tk-yellow);display:flex;font-size:1.25rem;font-weight:700;gap:1rem;text-decoration:none}.tk-portal__brand-icon{align-items:center;background:var(--tk-yellow);border-radius:8px;color:var(--tk-black);display:flex;font-size:1.5rem;font-weight:900;height:40px;justify-content:center;width:40px}.tk-portal__header-actions{align-items:center;display:flex;gap:1rem}.tk-portal__user-info{align-items:center;background:rgba(255,215,0,.1);border:1px solid rgba(255,215,0,.3);border-radius:999px;display:flex;gap:.75rem;padding:.5rem 1rem}.tk-portal__user-info-avatar{align-items:center;background:var(--tk-yellow);border-radius:50%;color:var(--tk-black);display:flex;font-size:.875rem;font-weight:700;height:32px;justify-content:center;width:32px}.tk-portal__user-info-name{color:var(--tk-yellow);font-size:.9rem;font-weight:600}.tk-portal__main{flex:1 1;padding:2rem 0}.tk-portal__container{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:280px 1fr;margin:0 auto;max-width:1400px;padding:0 1.5rem}.tk-portal__sidebar{background:var(--tk-white);border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.05);padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.tk-portal__nav{display:flex;flex-direction:column;gap:.5rem}.tk-portal__nav-item{align-items:center;border:2px solid transparent;border-radius:10px;color:#4a5568;cursor:pointer;display:flex;font-weight:500;gap:.875rem;padding:.875rem 1rem;text-decoration:none;transition:all .18s ease}.tk-portal__nav-item:hover{background:rgba(79,70,229,.06);color:var(--tk-primary-600)}.tk-portal__nav-item--active{background:var(--tk-primary-500);box-shadow:0 4px 12px rgba(79,70,229,.3);color:#fff;font-weight:700}.tk-portal__nav-item--active .tk-portal__nav-icon{color:#fff}.tk-portal__nav-icon{color:var(--tk-primary-500);font-size:1.25rem;text-align:center;width:24px}.tk-portal__content{display:flex;flex-direction:column;gap:2rem}.tk-portal__page-header{background:var(--tk-white);border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.05);padding:2rem}.tk-portal__page-title{color:var(--tk-black);font-size:2rem;font-weight:900;margin:0 0 .5rem}.tk-portal__page-subtitle{color:#64748b;font-size:1rem;margin:0}.tk-portal__stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.tk-portal__stat-card{background:var(--tk-white);border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.05);padding:1.75rem;transition:all .2s ease}.tk-portal__stat-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.tk-portal__stat-card-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.tk-portal__stat-card-value{color:var(--tk-black);font-size:2.5rem;font-weight:900;line-height:1;margin:0}.tk-portal__stat-card-icon{align-items:center;background:linear-gradient(135deg,var(--tk-primary-500) 0,var(--tk-primary-600) 100%);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.tk-portal__section{background:var(--tk-white);border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.05);padding:2rem}.tk-portal__section-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1.75rem;padding-bottom:1rem}.tk-portal__section-title{color:var(--tk-black);font-size:1.5rem;font-weight:700;margin:0}.tk-portal__section-subtitle{color:#64748b;font-size:.9rem;margin:.25rem 0 0}.tk-portal__table{border-collapse:separate;border-spacing:0 .5rem;width:100%}.tk-portal__table thead th{border-bottom:2px solid #f1f5f9;color:#64748b;font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.tk-portal__table tbody tr{background:#fafbfc;transition:all .18s ease}.tk-portal__table tbody tr:hover{background:#f1f5f9;-webkit-transform:translateX(4px);transform:translateX(4px)}.tk-portal__table tbody td{border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;padding:1rem}.tk-portal__table tbody td:first-child{border-left:1px solid #e2e8f0;border-radius:10px 0 0 10px}.tk-portal__table tbody td:last-child{border-radius:0 10px 10px 0;border-right:1px solid #e2e8f0}.tk-portal__list{display:flex;flex-direction:column;gap:1rem}.tk-portal__info-card{background:linear-gradient(135deg,#f8fafc,#fff);border:2px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}@media (max-width:768px){.tk-portal__info-card{gap:1rem;padding:1.25rem}}.tk-portal__info-row{display:flex;flex-direction:column;gap:.5rem}.tk-portal__info-row-label{color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin:0;text-transform:uppercase}@media (max-width:768px){.tk-portal__info-row-label{font-size:.6875rem}}.tk-portal__info-row-value{color:#000;color:var(--tk-black,#000);font-size:1.0625rem;font-weight:600;margin:0}@media (max-width:768px){.tk-portal__info-row-value{font-size:1rem}}.tk-portal__info-row-value a{color:#4338ca;color:var(--tk-primary-600,#4338ca);font-weight:500;text-decoration:none}.tk-portal__info-row-value a:hover{color:#3730a3;color:var(--tk-primary-700,#3730a3);text-decoration:underline}.tk-portal-card.tk-portal-card{display:flex;flex-direction:column;gap:0;padding:0}.tk-portal-card.tk-portal-card .tk-form{padding:0 2rem}@media (max-width:768px){.tk-portal-card.tk-portal-card .tk-form{padding:0 1.25rem}}.tk-portal-card.tk-portal-card .tk-form__actions{padding:0 2rem 2rem}@media (max-width:768px){.tk-portal-card.tk-portal-card .tk-form__actions{padding:0 1.25rem 1.5rem}}.tk-portal-card--branch{background:linear-gradient(135deg,#fafafa,#fff);border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);box-sizing:border-box;display:block;transition:all .22s ease;width:100%}.tk-portal-card--branch:hover{border-color:#818cf8;border-color:var(--tk-primary-400,#818cf8);box-shadow:0 4px 12px rgba(79,70,229,.12);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.tk-portal-card__header{align-items:flex-start;border-bottom:1px solid rgba(0,0,0,.06);display:flex;gap:2rem;justify-content:space-between;padding:2rem 2rem 1.5rem}@media (max-width:768px){.tk-portal-card__header{flex-direction:column;gap:1.25rem;padding:1.5rem 1.25rem 1.25rem}.tk-portal-card__header button{align-self:flex-start;width:100%}}.tk-portal-card__header-main{flex:1 1}.tk-portal-card__header-main .tk-section-header__kicker{background:rgba(79,70,229,.08);border-radius:6px;color:#4f46e5;color:var(--tk-primary-500,#4f46e5);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem;padding:.375rem .75rem;text-transform:uppercase}.tk-portal-card__title{color:#000;color:var(--tk-black,#000);font-size:1.5rem;font-weight:800;margin:0 0 .5rem}@media (max-width:768px){.tk-portal-card__title{font-size:1.25rem}}.tk-portal-card__lead{color:#615c6f;color:var(--tk-text-muted,#615c6f);font-size:.9375rem;line-height:1.6;margin:0}@media (max-width:768px){.tk-portal-card__lead{font-size:.875rem}}.tk-portal-card__note{background:rgba(79,70,229,.05);border-radius:12px;margin-top:1.5rem;padding:1rem 1.25rem}.tk-portal-card__note p{color:#555;font-size:.9rem;line-height:1.6;margin:0}.tk-portal-card__note a{color:var(--tk-primary-500);font-weight:600;text-decoration:none}.tk-portal-card__note a:hover{text-decoration:underline}.tk-portal-meta{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0;padding:2rem}@media (max-width:768px){.tk-portal-meta{gap:1.25rem;grid-template-columns:1fr;padding:1.5rem 1.25rem}}@media (max-width:480px){.tk-portal-meta{gap:1rem;padding:1.25rem 1rem}}.tk-portal-meta__item{display:flex;flex-direction:column;gap:.375rem}.tk-portal-meta__item dt{color:#615c6f;color:var(--tk-text-muted,#615c6f);font-size:.8125rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}@media (max-width:768px){.tk-portal-meta__item dt{font-size:.75rem}}.tk-portal-meta__item dd{color:#000;color:var(--tk-black,#000);font-size:1rem;font-weight:500;margin:0;word-break:break-word}@media (max-width:768px){.tk-portal-meta__item dd{font-size:.9375rem}}.tk-portal-meta__item dd a{color:#4f46e5;color:var(--tk-primary-500,#4f46e5);text-decoration:none;transition:color .18s ease}.tk-portal-meta__item dd a:hover{color:#4338ca;color:var(--tk-primary-600,#4338ca);text-decoration:underline}.tk-portal__empty{color:#94a3b8;padding:3rem 2rem;text-align:center}.tk-portal__empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.tk-portal__empty-title{color:#64748b;font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.tk-portal__empty-text{font-size:.9375rem;margin:0}.tk-portal__alert{align-items:center;border:2px solid;border-radius:12px;display:flex;gap:1rem;padding:1.25rem 1.5rem}.tk-portal__alert--success{background:rgba(34,197,94,.08);border-color:#22c55e;color:#15803d}.tk-portal__alert--info{background:rgba(59,130,246,.08);border-color:#3b82f6;color:#1e40af}.tk-portal__alert-icon{flex-shrink:0;font-size:1.5rem}.tk-portal__tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:.5rem;margin-bottom:2rem}.tk-portal__tab{background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;cursor:pointer;font-size:.9375rem;font-weight:600;margin-bottom:-2px;padding:.875rem 1.5rem;transition:all .18s ease}.tk-portal__tab--active,.tk-portal__tab:hover{color:var(--tk-primary-600)}.tk-portal__tab--active{border-bottom-color:var(--tk-primary-600)}.tk-portal__badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.8125rem;font-weight:700;letter-spacing:.05em;padding:.375rem .75rem;text-transform:uppercase}.tk-portal__badge--primary{background:rgba(79,70,229,.12);color:var(--tk-primary-700)}.tk-portal__badge--success{background:rgba(34,197,94,.12);color:#15803d}.tk-portal__badge--warning{background:rgba(234,179,8,.12);color:#a16207}.tk-portal__actions{align-items:center;display:flex;gap:.75rem}@media (max-width:1024px){.tk-portal__container{grid-template-columns:1fr;padding:0 1.25rem}.tk-portal__sidebar{max-width:100%;overflow:hidden;position:static;top:auto;width:100%}.tk-portal__nav{-webkit-overflow-scrolling:touch;flex-direction:row;gap:.75rem;overflow-x:auto}.tk-portal__nav::-webkit-scrollbar{height:6px}.tk-portal__nav::-webkit-scrollbar-track{background:rgba(79,70,229,.05);border-radius:3px}.tk-portal__nav::-webkit-scrollbar-thumb{background:rgba(79,70,229,.2);border-radius:3px}.tk-portal__nav::-webkit-scrollbar-thumb:hover{background:rgba(79,70,229,.3)}.tk-portal__nav-item{flex-shrink:0;white-space:nowrap}}@media (max-width:768px){.tk-portal__header{padding:.875rem 0}.tk-portal__header .tk-container{align-items:center;flex-direction:row;gap:.75rem;padding:0 1rem}.tk-portal__brand{flex-shrink:0;font-size:1rem;gap:.625rem}.tk-portal__brand-icon{border-radius:6px;font-size:1.125rem;height:32px;width:32px}.tk-portal__brand span{display:none}.tk-portal__header-actions{gap:.5rem;margin-left:auto}.tk-portal__user-info{gap:.5rem;padding:.375rem .75rem;white-space:nowrap}.tk-portal__user-info-avatar{flex-shrink:0;font-size:.75rem;height:28px;width:28px}.tk-portal__user-info-name{display:none;font-size:.8125rem}.tk-portal .tk-btn{font-size:.8125rem;padding:.625rem 1rem;white-space:nowrap}.tk-portal .tk-btn--small{font-size:.75rem;padding:.5rem .75rem}.tk-portal .tk-btn--ghost{border-width:1px}.tk-portal__main{padding:1rem 0}.tk-portal__container{gap:1rem;padding:0 1rem}.tk-portal__sidebar{border-radius:12px;max-width:100%;overflow:hidden;padding:1rem;width:100%}.tk-portal__nav{-webkit-overflow-scrolling:touch;gap:.5rem;margin:0 -1rem;overflow-x:auto;padding:0 1rem}.tk-portal__nav::-webkit-scrollbar{display:none}.tk-portal__nav-item{border-radius:10px;flex-shrink:0;font-size:.875rem;padding:.275rem .5rem;white-space:nowrap}.tk-portal__nav-item--active{-webkit-transform:none;transform:none}.tk-portal__nav-icon{flex-shrink:0;font-size:1.25rem;width:24px}.tk-portal__nav-label{display:block}.tk-portal__page-header{padding:1.25rem 1rem}.tk-portal__page-title{font-size:1.375rem}.tk-portal__page-subtitle{font-size:.875rem}.tk-portal__section{border-radius:14px;padding:1.25rem 1rem}.tk-portal__section-title{font-size:1.125rem}.tk-portal__stats{gap:.75rem;grid-template-columns:repeat(3,1fr)}.tk-portal__stat-card{padding:1rem .75rem}.tk-portal__stat-card-icon{font-size:1.125rem;height:32px;margin-bottom:.625rem;width:32px}.tk-portal__stat-card-label{font-size:.625rem;margin-bottom:.375rem}.tk-portal__stat-card-value{font-size:1.5rem}.tk-portal__info-grid{gap:1rem;grid-template-columns:1fr}.tk-portal__info-item{padding:1rem}.tk-portal__info-item-label{font-size:.8125rem}.tk-portal__info-item-value{font-size:.9375rem}.tk-portal__actions{width:100%}.tk-portal__actions button{font-size:.875rem;padding:.75rem 1rem}.tk-portal__tabs{-webkit-overflow-scrolling:touch;gap:.375rem;margin-bottom:1.5rem;overflow-x:auto}.tk-portal__tabs::-webkit-scrollbar{display:none}.tk-portal__tab{flex-shrink:0;font-size:.875rem;padding:.75rem 1.125rem;white-space:nowrap}.tk-portal__table-wrapper{-webkit-overflow-scrolling:touch;margin:0 -1rem;overflow-x:auto;padding:0 1rem}.tk-portal__table{font-size:.875rem;min-width:600px}.tk-portal__table td,.tk-portal__table th{padding:.75rem .5rem;white-space:nowrap}.tk-portal__empty{padding:2rem 1rem}.tk-portal__empty-icon{font-size:3rem}.tk-portal__empty-title{font-size:1.125rem}.tk-portal__empty-text{font-size:.875rem}}@media (max-width:480px){.tk-portal__header{padding:.75rem 0}.tk-portal__header .tk-container{gap:.5rem;padding:0 .75rem}.tk-portal__brand{font-size:.875rem;gap:.5rem}.tk-portal__brand-icon{font-size:1rem;height:28px;width:28px}.tk-portal__brand span{display:none}.tk-portal__user-info{padding:.25rem .5rem}.tk-portal__user-info-name{display:none}.tk-portal__stats{gap:.5rem}.tk-portal__stat-card{padding:.75rem .5rem}.tk-portal__stat-card-icon{border-radius:8px;font-size:1rem;height:28px;margin-bottom:.5rem;width:28px}.tk-portal__stat-card-label{font-size:.5625rem;margin-bottom:.25rem}.tk-portal__stat-card-value{font-size:1.25rem}.tk-portal .tk-btn{font-size:.75rem;padding:.5rem .75rem}.tk-portal .tk-btn--small{font-size:.6875rem;padding:.375rem .625rem}.tk-portal__main{padding:.75rem 0}.tk-portal__container{padding:0 .75rem}.tk-portal__page-header,.tk-portal__section{padding:1rem .875rem}.tk-portal__page-title{font-size:1.25rem}}.tk-portal-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.tk-portal-modal__backdrop{-webkit-animation:tk-fadeIn .2s ease;animation:tk-fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.6);bottom:0;left:0;position:absolute;right:0;top:0}.tk-portal-modal__content{-webkit-animation:tk-slideUp .3s ease;animation:tk-slideUp .3s ease;background:#fff;border-radius:24px;border-radius:var(--tk-radius-xl,24px);box-shadow:0 24px 60px rgba(0,0,0,.25);display:flex;flex-direction:column;max-height:90vh;max-width:900px;position:relative;width:100%;z-index:1}.tk-portal-modal__header{align-items:center;background:linear-gradient(135deg,rgba(79,70,229,.04),rgba(79,70,229,.02));border-bottom:2px solid rgba(79,70,229,.1);border-radius:24px 24px 0 0;border-radius:var(--tk-radius-xl,24px) var(--tk-radius-xl,24px) 0 0;display:flex;justify-content:space-between;padding:1.75rem 2rem}.tk-portal-modal__header h2{color:#000;color:var(--tk-black,#000);font-size:1.5rem;font-weight:800;margin:0}.tk-portal-modal__close{background:rgba(239,68,68,.08);border:none;border-radius:50%;cursor:pointer;height:40px;position:relative;transition:all .18s ease;width:40px}.tk-portal-modal__close span{background:#dc2626;border-radius:1px;height:2px;left:50%;position:absolute;top:50%;width:20px}.tk-portal-modal__close span:first-child{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.tk-portal-modal__close span:last-child{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.tk-portal-modal__close:hover{background:rgba(239,68,68,.16);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tk-portal-modal__close:active{-webkit-transform:rotate(90deg) scale(.95);transform:rotate(90deg) scale(.95)}.tk-portal-modal__body{display:flex;flex:1 1;flex-direction:column;overflow:hidden}@-webkit-keyframes tk-slideUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes tk-slideUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:768px){.tk-portal-modal{padding:.5rem}.tk-portal-modal__content{border-radius:18px;border-radius:var(--tk-radius-lg,18px);max-height:95vh;max-width:100%}.tk-portal-modal__header{border-radius:18px 18px 0 0;border-radius:var(--tk-radius-lg,18px) var(--tk-radius-lg,18px) 0 0;padding:1rem 1.25rem}.tk-portal-modal__header h2{font-size:1.125rem}.tk-portal-modal__close{height:32px;width:32px}.tk-portal-modal__close span{width:16px}}.tk-switch{cursor:pointer;display:inline-block;height:26px;position:relative;width:48px}.tk-switch input{height:0;opacity:0;width:0}.tk-switch input:checked+.tk-switch__slider{background-color:#4f46e5;background-color:var(--tk-primary-500,#4f46e5)}.tk-switch input:checked+.tk-switch__slider:before{-webkit-transform:translateX(22px);transform:translateX(22px)}.tk-switch input:disabled+.tk-switch__slider{cursor:not-allowed;opacity:.5}.tk-switch input:focus+.tk-switch__slider{box-shadow:0 0 0 3px rgba(79,70,229,.2)}.tk-switch__slider{background-color:#cbd5e1;border-radius:26px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:all .3s ease}.tk-switch__slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px rgba(0,0,0,.2);content:"";height:20px;left:3px;position:absolute;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:20px}.tk-portal-card--inactive{opacity:.6}.tk-portal-card--inactive:hover{opacity:.75}.tk-portal-card__header-actions{align-items:center;display:flex;gap:.75rem}@media (max-width:768px){.tk-portal-card__header-actions{flex-wrap:wrap;gap:.5rem;width:100%}.tk-portal-card__header-actions .tk-btn--small{flex:1 1;min-width:100px}.tk-portal-card__header-actions .tk-switch{order:-1}}.tk-portal__badge--inactive{background:rgba(239,68,68,.1);border-radius:6px;color:#dc2626;font-size:.75rem;font-weight:600;margin-left:.75rem;padding:.25rem .65rem}
/*# sourceMappingURL=1421.2152af88.chunk.css.map*/