@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.app__header{height:var(--app-header-height);position:fixed;inset:0 0 auto var(--app-sidebar-width);background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:var(--app-border);z-index:1}.app__sidebar{width:var(--app-sidebar-width);position:fixed;inset:0 auto 0 0;background-color:transparent;transition:.3s all;border-right:var(--app-border)}.app__content{margin-left:var(--app-sidebar-width);padding-top:var(--app-header-height)}.app__content.app__content--blank{margin-left:0;padding-top:0}:root{--app-bg: #f2f2f2;--app-color: #333;--app-border-color: #EAE9EA;--app-border: 1px solid var(--app-border-color);--app-border-radius: 6px;--app-header-height: 64px;--app-sidebar-width: 266px;--app-dark-bg: var(--p-slate-950)}body{font-family:Inter,sans-serif;font-size:16px;padding:0;margin:0}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{margin:0}a{text-decoration:none}hr{border-top-color:red;background-color:red;color:#00f}.sidebar__logo{display:flex;align-items:center;justify-content:space-between;padding:0 12px;height:var(--app-header-height);border-bottom:var(--app-border)}.sidebar__logo img{width:84px;height:30px}.sidebar__links{padding:20px}.sidebar__links a{color:#2b2b2b}.sidebar__links button{background-color:transparent;width:100%;border:0px solid transparent;display:flex;align-items:center;justify-content:space-between}.sidebar__links .p-accordionheader{color:#2b2b2b;font-size:14px;font-weight:400;line-height:16px;position:relative;display:flex}.sidebar__links .p-accordionheader .p-accordionheader-toggle-icon{position:absolute;right:0;scale:.6}.sidebar__links .p-accordioncontent-content{display:flex;flex-direction:column;padding-left:32px}.sidebar__links .p-disabled{opacity:1}.sidebar__links .p-disabled .p-accordionheader-toggle-icon,.sidebar__links .disabled .p-accordionheader-toggle-icon{display:none}.sidebar-link--active{background-color:var(--p-primary-300);color:var(--p-primary-500)!important}.sidebar-link{display:flex;gap:12px;padding:8px 12px;border-radius:6px;font-size:14px!important}.header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem}:root{--p-button-height-sm: 28px;--p-button-height: 36px;--p-button-height-lg: 40px}.p-button{height:var(--p-button-height);line-height:1}.p-button.p-button-icon-only{width:var(--p-button-height);height:var(--p-button-height)}.p-button.p-button-lg{height:var(--p-button-height-lg)}.p-button.p-button-lg.p-button-icon-only{width:var(--p-button-height-lg);height:var(--p-button-height-lg)}.p-button.p-button-sm{height:var(--p-button-height-sm)}.p-button.p-button-sm.p-button-icon-only{width:var(--p-button-height-sm);height:var(--p-button-height-sm)}.p-button.p-button-icon-only{padding:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px}.form-grid--2-cols{grid-template-columns:repeat(2,1fr)}.form-grid--3-cols{grid-template-columns:repeat(3,1fr)}.form-grid--1-cols{grid-template-columns:repeat(1,1fr)}.form-grid--nested{display:flex;gap:8px}.form-grid__divider .p-divider{margin:0}.form-grid__category-label{font-size:16px;font-weight:500;line-height:18px;color:#2b2b2b;margin-bottom:12px}.form-grid__item{display:flex;flex-direction:column;gap:6px}.form-grid__item input{width:100%}.form-grid__item .p-colorpicker-preview,.form-grid__item .p-colorpicker{height:100%}.form-grid__item-nested{display:flex;gap:8px}.form-grid__item--wide{grid-column:span 2}.form-grid__label,.form-grid__item label{font-size:14px;font-weight:500;line-height:16px;text-align:left;color:#707070}.form-grid__error{color:var(--p-red-500, #E50707)}.form-grid__item--full-row{grid-column:1/-1}.form-grid__item--merge{grid-column:span 0}.form-grid__item-chips{display:flex;gap:8px;flex-wrap:wrap}.text--positive{color:#2e9b46}.text--negative{color:#f33}.p-toolbar{margin-block:-1px}.p-dialog{min-width:500px}.p-dialog-footer>button{flex:1}.p-dialog{max-width:768px;width:100%}.p-drawer--no-padding .p-toolbar{margin-top:0}.p-drawer--no-padding .p-drawer-content{padding:0}.p-table__actions>div{display:flex;justify-content:flex-end;align-items:center}.p-table__actions--narrow{width:50px}.p-datatable-table{border:var(--app-border)}.p-datatable-table .p-datatable-tbody>tr:last-child td{border-bottom:0px solid transparent}.p-toolbar-start,.p-toolbar-end,.p-toolbar-center{gap:8px}.p-datatable-table .p-datatable-column-title{color:#a3a3a3;font-size:12px;font-weight:400}.p-datatable-table .p-datatable-tbody td{color:#2b2b2b;font-size:14px}.table-header--bold .p-datatable-column-title{font-weight:700!important;color:#23262d}.table-header--no-wrap{padding-block:4px!important}.table-header--no-wrap .p-datatable-column-title{white-space:nowrap}.p-datatable--refetching{opacity:.5}.p-datatable__image-container{width:50px;height:50px;overflow:hidden}.p-datatable__image-container img{width:100%;height:100%;object-fit:cover}.p-inputgroupaddon .p-select{border:none}.p-inputgroupaddon .p-select,.p-inputgroupaddon .p-select *{padding-block:0}.p-tab a{color:#707070}.p-tab.p-tab-active:has(a) a{color:#2b2b2b;padding:0}.p-tablist-active-bar{display:none!important}.p-tablist-tab-list{padding-inline:1rem}.bordered-accordion{padding:0;border:var(--app-border);border-bottom:none}.bordered-accordion .p-accordioncontent{background-color:#fff}.bordered-accordion .p-accordionpanel{border-bottom:var(--app-border)}.bordered-accordion .p-accordionheader{display:flex;align-items:center;justify-content:space-between;padding:12px;color:#2b2b2b}.bordered-accordion .p-accordionheader>div{display:flex;align-items:center;justify-content:space-between;flex:1;padding-right:8px}.accordion .p-accordionheader{background-color:transparent;border:0px solid transparent;display:flex;width:100%;align-items:center;justify-content:space-between;color:#2b2b2b;padding:12px}.accordion .p-accordioncontent-content{padding:0 12px 12px}.accordion--card{display:flex;flex-direction:column;gap:1rem}.accordion--card .p-accordionpanel{border:1px solid rgb(234,233,234);border-radius:6px;background-color:#fcfcfc}.accordion--card .p-divider{margin-top:0!important}.p-paginator-page-selected{color:var(--p-primary-500)!important;background-color:var(--p-primary-300)!important}.p-datepicker--hide-header .p-datepicker-header{display:none}.login{display:flex;min-height:100vh}.login__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.login__image{background-color:#0d0d0d;flex:1;overflow:hidden;position:relative}.login__image-background,.login__image-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.login__image-logo{z-index:2}.login__form{max-width:332px;width:100%}.login__title{font-size:18px;font-weight:600;line-height:20px;color:#0d0d0d}.login__subtitle{font-size:14px;font-weight:400;line-height:16px}.action-menu__content[data-v-ba58f49d]{box-shadow:0 3px 8px #0000001f;background-color:#fff;border-radius:4px;min-width:150px;display:flex;flex-direction:column;padding:.5rem}.action-menu__item[data-v-c27f65a8]{display:flex;align-items:center;gap:8px;padding:6px 8px;color:#2b2b2b;font-size:14px;font-weight:400;cursor:pointer;line-height:16px;border-radius:6px}.action-menu__item[data-v-c27f65a8][data-v-c27f65a8]:hover{background-color:#f4f4f4}.action-menu__item[data-v-c27f65a8].action-menu__item--danger[data-v-c27f65a8]{color:#ff4d4f}.p-avatar[data-v-4d1c9103]{width:32px;height:32px;transition:transform .2s ease;cursor:pointer}.p-avatar[data-v-4d1c9103]:hover{transform:scale(1.1)}.p-avatar-circle[data-v-4d1c9103]{border:2px solid rgba(209,203,203,.884);border-radius:50%;width:32px;height:32px;display:flex}.sidebar__logo[data-v-b99ef994]{height:100px;display:flex;align-items:left;justify-content:center;width:100%}.sidebar__logo img[data-v-b99ef994]{width:50%;height:100%;object-fit:contain}.project-details__project-plan[data-v-2085cc24]{display:flex;flex-direction:column;gap:10px}.project-details__project-plan__upload[data-v-2085cc24]{flex:1}.project-details__project-plan__preview[data-v-2085cc24],.project-plan__preview[data-v-2085cc24]{display:flex;flex-wrap:wrap;gap:1rem}.project-plan__preview-image[data-v-2085cc24]{position:relative}.project-plan__delete-button[data-v-2085cc24]{position:absolute;top:-16px;right:-16px;background-color:#fff}.table-skeleton__row[data-v-f3bc899d]{display:flex;gap:.5rem;margin-bottom:.5rem}.feedback-table{margin-inline:calc(var(--p-drawer-content-padding) * -1)}.feedback-table table{table-layout:fixed;word-break:break-word}.royalty-section[data-v-ae25dc27]{margin-top:20px;padding-top:20px;border-top:1px solid #dde0e5}.royalty-header[data-v-ae25dc27]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.royalty-header label[data-v-ae25dc27]{font-weight:500;font-size:14px}.royalty-list[data-v-ae25dc27]{display:flex;flex-direction:column;gap:10px}.royalty-item[data-v-ae25dc27]{display:flex;gap:10px;align-items:flex-end}.royalty-item .royalty-percent[data-v-ae25dc27]{flex:1}.royalty-item .royalty-percent label[data-v-ae25dc27]{display:block;margin-bottom:5px;font-size:12px;color:#666}.statistics[data-v-5bef49ad]{display:flex;flex-direction:column;gap:24px}.statistics__section[data-v-5bef49ad]{display:flex;flex-direction:column;gap:16px}.statistics__section-header[data-v-5bef49ad]{display:flex;justify-content:space-between;align-items:center}.statistics__platforms[data-v-5bef49ad]{display:flex;flex-wrap:wrap;gap:10px}.statistics__platform[data-v-5bef49ad]{padding:12px 16px;border:1px solid #dde0e5;border-radius:8px;cursor:pointer;background:#fff;min-width:160px;text-align:center}.statistics__platform[data-v-5bef49ad]:hover{border-color:var(--primary-color)}.statistics__platform--active[data-v-5bef49ad]{background-color:#f5f5f5;border-color:var(--primary-color)}.statistics__grid[data-v-5bef49ad]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.statistics__grid div[data-v-5bef49ad],.statistics__target div[data-v-5bef49ad],.statistics__tracking div[data-v-5bef49ad]{display:flex;flex-direction:column;gap:4px}label[data-v-5bef49ad]{font-size:12px;color:#666}span[data-v-5bef49ad]{font-size:14px;color:#2a2e34;font-weight:500}.statistics__targets[data-v-5bef49ad]{display:flex;flex-direction:column;gap:12px}.statistics__target[data-v-5bef49ad]{border:1px solid #dde0e5;border-radius:8px;padding:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;position:relative}.target-actions[data-v-5bef49ad]{display:flex;align-items:center;justify-content:flex-end;grid-column:1/-1;margin-top:8px}.statistics__subsection-header[data-v-5bef49ad]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.statistics__edit-form[data-v-5bef49ad]{display:flex;flex-direction:column;gap:16px;padding:16px;border:1px solid #dde0e5;border-radius:8px;background:#fafafa}.form-row[data-v-5bef49ad]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field[data-v-5bef49ad]{display:flex;flex-direction:column;gap:8px}.form-field label[data-v-5bef49ad]{font-size:12px;font-weight:500;color:#2c3e50}.form-actions[data-v-5bef49ad]{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.royalty-edit-form[data-v-5bef49ad]{display:flex;flex-direction:column;gap:16px;padding:16px 0}.royalty-edit-form .form-field[data-v-5bef49ad]{display:flex;flex-direction:column;gap:8px}.royalty-edit-form .form-field label[data-v-5bef49ad]{font-size:14px;font-weight:500;color:#2c3e50}.date-picker[data-v-5bef49ad],.penalty-input[data-v-5bef49ad],.target-input[data-v-5bef49ad],.royalty-input[data-v-5bef49ad]{width:100%}.statistics__tenant[data-v-5bef49ad]{border:1px solid #dde0e5;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:12px}.statistics__tenant-header[data-v-5bef49ad]{display:flex;justify-content:space-between;align-items:center}.statistics__tenant-name[data-v-5bef49ad]{font-weight:600}.statistics__trackings[data-v-5bef49ad]{display:flex;flex-direction:column;gap:10px}.statistics__tracking[data-v-5bef49ad]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;border:1px solid #f0f0f0;border-radius:6px;padding:10px}.statistics__loading[data-v-5bef49ad],.statistics__empty[data-v-5bef49ad]{font-size:14px;color:#737b8c}h4[data-v-5bef49ad]{margin:0}h5[data-v-5bef49ad]{margin:0;font-size:15px;font-weight:600}.file-upload .p-fileupload-advanced{border:1px dashed #0d0d0d}.file-upload__empty{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:12px}.tiptap{border:1px solid var(--color-border);padding:.5rem;border-radius:4px;min-height:100px}.tiptap em{font-weight:400}.tiptap strong{font-weight:700!important}.tiptap img{max-width:50%;height:auto}.bubble-menu{background-color:#fff;border:1px solid var(--color-border);border-radius:4px;display:flex;padding:4px}.bubble-menu>div{cursor:pointer}.tiptap__actions{display:flex;gap:.5rem}.tiptap__actions>div{height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.tiptap__actions>div svg{cursor:pointer!important}.split-row{display:flex;justify-content:space-between;gap:20px;margin:1rem 0;min-height:100px}.column1{flex:1;min-width:0}.column2{flex:1;min-width:0;display:flex;align-items:flex-start}.column2 img{max-width:100%;height:auto}.color-selector__options{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem;width:100px}.color-selector__option{width:20px;height:20px;border-radius:4px;cursor:pointer}.color-selector__option.is-active{outline:2px solid #3643cc}.color-selector__option.is-active mark{background-color:inherit}.edit-type-popup .field[data-v-a1466e94]{margin-bottom:1rem}.edit-type-popup label[data-v-a1466e94]{display:block;font-weight:500;margin-bottom:.5rem}.form-grid[data-v-2300f0c4]{display:flex;flex-direction:column;gap:1rem}.form-grid__item[data-v-2300f0c4]{display:flex;flex-direction:column}.tenant-id-display[data-v-2300f0c4]{font-family:monospace;background-color:#f0f0f0;padding:.75rem 1rem;border-radius:6px;word-break:break-all;margin-bottom:.75rem;font-size:1rem;color:#007ad9}.copy-btn[data-v-2300f0c4]{max-width:180px;align-self:flex-start}
