.una-app{font-family:Archivo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;background:#fff;color:var(--p-surface-900, #1c1c1c);display:flex;flex-direction:column}.una-loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff}.una-loading-card{text-align:center;padding:40px}.una-loading-logo svg{width:120px;height:auto;display:block;margin:0 auto 24px}.una-loading-text{font-size:13px;color:#8f9397;font-weight:500;margin:0}.una-progress-spinner{width:36px!important;height:36px!important;margin:0 auto 12px}.una-login-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff;padding:32px 24px}.una-login-card{width:100%;max-width:360px;text-align:center;padding:40px 28px 36px}.una-login-wordmark{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px}.una-login-icon{width:44px;height:44px;flex-shrink:0}.una-login-wordtext{font-family:Archivo,sans-serif;font-size:40px;font-weight:700;color:var(--p-primary-500, #eb6535);letter-spacing:-1px;line-height:1}.una-login-title{font-size:18px;font-weight:600;color:var(--p-surface-800, #393a3b);margin:0 0 6px}.una-login-subtitle{font-size:14px;color:var(--p-surface-500, #8f9397);margin:0 0 28px}.una-login-buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.una-login-btn-icon{width:18px;height:18px;flex-shrink:0}.una-login-loader{padding:24px 0;text-align:center}.una-loader-text{font-size:14px;color:var(--p-surface-500, #8f9397);font-weight:500;margin:0}.una-login-divider{display:flex;align-items:center;gap:16px;margin:24px 0}.una-login-divider:before,.una-login-divider:after{content:"";flex:1;height:1px;background:var(--p-surface-200, #e6ecf3)}.una-login-divider span{font-size:13px;color:var(--p-surface-400, #acb1b6);font-weight:500}.una-header{background:linear-gradient(135deg,var(--p-primary-500, #eb6535) 0%,var(--p-primary-600, #c8562d) 100%);color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;position:relative;box-shadow:0 2px 8px #eb65354d}.una-header-left{display:flex;align-items:center;gap:8px}.una-header-logo{width:36px;height:36px}.una-header-title{font-size:16px;font-weight:800;letter-spacing:-.3px}.una-header-right{display:flex;align-items:center;gap:6px}.una-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;background:#fff3}.una-badge-guest{font-style:italic}.una-user-btn{width:26px;height:26px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:#ffffff26;color:#fff;font-size:10px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.una-user-btn:hover{background:#ffffff4d;border-color:#fff}.una-user-menu{position:absolute;top:100%;right:8px;background:#fff;border-radius:10px;box-shadow:0 8px 30px #00000026;min-width:200px;z-index:100;padding:6px 0;color:var(--p-surface-900, #1c1c1c)}.tenant-select-box{position:relative;border:1.5px solid #e87040;border-radius:8px;padding:10px 36px 10px 12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#fff;transition:border-color .15s}.tenant-select-box--open{border-color:#c9541c}.tenant-select-box__label{position:absolute;top:-8px;left:10px;background:#fff;padding:0 4px;font-size:11px;color:#e87040;font-weight:600;line-height:1}.tenant-select-box__value{display:block;font-size:13px;font-weight:500;color:#1c1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.tenant-select-box__chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#e87040;font-size:13px;transition:transform .15s}.tenant-select-list{margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001f;overflow:hidden;border:1px solid #f0e8e4}.tenant-select-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;font-size:13px;font-weight:500;border:none;background:transparent;text-align:left;cursor:pointer;transition:background .1s;color:#1c1c1c}.tenant-select-item:hover{background:#fdf1ec}.tenant-select-item--active{background:#fbe0d4;color:#c9541c;font-weight:600}.tenant-select-item--active:hover{background:#f8cdb8}.tenant-select-item:disabled{opacity:.6;cursor:not-allowed}.una-menu-header{padding:8px 14px}.una-menu-header strong{display:block;font-size:13px}.una-menu-email{font-size:11px;color:var(--p-surface-500, #8f9397)}.una-menu-divider{border:none;border-top:1px solid var(--p-surface-100, #f0f4f7);margin:4px 0}.una-menu-section-title{display:block;padding:4px 14px;font-size:10px;font-weight:700;text-transform:uppercase;color:var(--p-surface-400, #acb1b6);letter-spacing:.5px}.dropdown-enter-active{animation:dropIn .2s ease}.dropdown-leave-active{animation:dropOut .15s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes dropOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.una-main{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;position:relative}.una-top-actions,.una-action-bar{display:flex;gap:8px}.una-status{background:#fff;border:1px solid var(--p-surface-200, #e6ecf3);border-radius:4px;padding:8px 12px}.una-status-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0;font-size:12px;line-height:20px}.una-status-label{color:var(--p-surface-500, #8f9397);font-weight:500}.una-status-value{font-weight:600;color:var(--p-surface-900, #1c1c1c)}.una-loading-overlay{position:fixed;inset:0;background:#ffffffd9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;z-index:999;font-size:14px;font-weight:600;color:var(--p-primary-500, #eb6535)}.una-toast-container{position:fixed;bottom:12px;right:12px;z-index:9999;display:flex;flex-direction:column;gap:6px}.una-toast-item{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:4px;font-size:13px;font-weight:500;color:#fff;box-shadow:0 4px 12px #00000026;min-width:200px}.una-toast-success{background:var(--p-success-500, #46BB6B)}.una-toast-error{background:var(--p-danger-500, #eb5959)}.una-toast-warn{background:var(--p-warning-500, #ffaa3f);color:var(--p-surface-900, #1c1c1c)}.una-toast-info{background:var(--p-info-500, #357eeb)}.toast-enter-active{animation:slideIn .3s ease}.toast-leave-active{animation:slideOut .3s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.tenant-option{display:flex;align-items:center;gap:10px;width:100%;padding:11px 14px;background:#fff;border:1.5px solid var(--p-surface-200, #e6ecf3);border-radius:10px;cursor:pointer;text-align:left;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;font-size:14px;font-weight:500;color:var(--p-surface-800, #2c2c2c);outline:none}.tenant-option:hover{border-color:var(--p-primary-400, #f0825a);background:var(--p-primary-50, #fff5f2);box-shadow:0 0 0 3px var(--p-primary-100, #fde5dc)}.tenant-option--selected{border-color:var(--p-primary-500, #eb6535);background:var(--p-primary-50, #fff5f2);box-shadow:0 0 0 3px var(--p-primary-100, #fde5dc)}.tenant-option__icon{width:30px;height:30px;border-radius:8px;background:var(--p-surface-100, #f3f5f7);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--p-surface-500, #8f9397);flex-shrink:0;transition:background .18s ease,color .18s ease}.tenant-option--selected .tenant-option__icon{background:var(--p-primary-100, #fde5dc);color:var(--p-primary-600, #d45520)}.tenant-option__name{flex:1;line-height:1.3}.tenant-option__check{font-size:15px;color:var(--p-primary-500, #eb6535);flex-shrink:0}.ts-field{position:relative;text-align:left}.ts-field__label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 4px;font-size:11px;font-weight:500;color:var(--p-surface-500, #8f9397);letter-spacing:.01em;z-index:1;line-height:1}.ts-field__display{border:1.5px solid var(--p-surface-200, #e0e5ec);border-radius:8px;padding:12px 16px;font-size:14px;font-weight:500;color:var(--p-surface-800, #2c2c2c);background:#fff;min-height:48px;display:flex;align-items:center}.ts-field__select-wrap{position:relative}.ts-field__select{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1.5px solid var(--p-surface-200, #e0e5ec);border-radius:8px;padding:12px 42px 12px 16px;font-size:14px;font-weight:500;color:var(--p-surface-800, #2c2c2c);background:#fff;cursor:pointer;outline:none;transition:border-color .15s;min-height:48px}.ts-field__select:focus{border-color:var(--p-primary-500, #eb6535);box-shadow:0 0 0 3px var(--p-primary-100, #fde5dc)}.ts-field__chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:13px;color:var(--p-primary-500, #eb6535);pointer-events:none}.ts-signin-btn{min-height:48px;font-size:15px;font-weight:600;border-radius:8px}.addin-buttons{min-height:48px;font-size:12px;font-weight:600;border-radius:8px}.tenant-modal-overlay{position:fixed;inset:0;background:#0a0f1e85;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:16px}.tenant-modal-card{background:#fff;border-radius:18px;box-shadow:0 32px 72px #00000047,0 0 0 1px #0000000a;padding:28px 24px 24px;width:100%;max-width:340px;text-align:center}.tenant-modal-logo{display:flex;justify-content:center;margin-bottom:20px}.tenant-modal-badge{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--p-primary-100, #fde5dc),var(--p-primary-50, #fff5f2));display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--p-primary-600, #d45520);margin:0 auto 14px;box-shadow:0 4px 12px #eb65352e}.tenant-modal-title{font-size:16px;font-weight:700;color:var(--p-surface-900, #1c1c1c);margin:0 0 6px;letter-spacing:-.01em}.tenant-modal-subtitle{font-size:13px;color:var(--p-surface-500, #8f9397);margin:0 0 18px;line-height:1.55}.tenant-modal-list{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;text-align:left}.tenant-modal-cta{margin-top:2px}.tenant-modal-enter-active{animation:tenantModalIn .22s cubic-bezier(.34,1.4,.64,1)}.tenant-modal-leave-active{animation:tenantModalOut .16s ease-in}@keyframes tenantModalIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes tenantModalOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.cm-card[data-v-b52ee91c]{background:#fff;border:1px solid var(--p-surface-200, #e0e5ec);border-radius:10px;box-shadow:0 2px 8px #0f172a0f}.cm-header[data-v-b52ee91c]{display:flex;align-items:center;gap:6px;padding:10px 12px;border-bottom:1px solid var(--p-surface-200, #e0e5ec);flex-wrap:nowrap;overflow-x:auto}.cm-title[data-v-b52ee91c]{margin:0;font-size:13px;font-weight:700;color:var(--p-surface-800, #1e293b);white-space:nowrap;line-height:1;flex-shrink:0}.cm-header-right[data-v-b52ee91c]{display:flex;align-items:center;gap:3px;margin-left:auto;flex-shrink:0}[data-v-b52ee91c] .cm-pill-btn.p-button{padding:.2rem .45rem;font-size:10px;font-weight:600;min-height:0;height:22px;line-height:1;border-radius:4px}[data-v-b52ee91c] .cm-close-btn.p-button{width:22px!important;height:22px!important;min-width:22px;min-height:0;padding:0;flex-shrink:0;font-size:11px}.cm-body[data-v-b52ee91c]{max-height:420px;overflow-y:auto;padding:10px 14px 14px;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin;scrollbar-color:#94a3b8 #e2e8f0}.cm-body[data-v-b52ee91c]::-webkit-scrollbar{width:5px}.cm-body[data-v-b52ee91c]::-webkit-scrollbar-track{background:#e2e8f0;border-radius:3px}.cm-body[data-v-b52ee91c]::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}.cm-section[data-v-b52ee91c]{border:1px solid var(--p-surface-200, #e0e5ec);border-radius:10px;background:#fff}.cm-section-head[data-v-b52ee91c]{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 14px;border:none;background:transparent;cursor:pointer;text-align:left}.cm-section-head[data-v-b52ee91c]:hover{background:var(--p-surface-50, #f8fafc);border-radius:10px}.cm-section-title[data-v-b52ee91c]{font-size:13px;font-weight:600;color:var(--p-surface-800, #1e293b)}.cm-section-chips[data-v-b52ee91c]{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 10px}.cm-chip[data-v-b52ee91c]{display:inline-flex;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;color:var(--p-surface-600, #475569);background:var(--p-surface-100, #f1f5f9);border-radius:6px;line-height:1.3}.cm-section-body[data-v-b52ee91c]{padding:0 14px 12px}.cm-dim[data-v-b52ee91c]{padding-top:10px}.cm-dim+.cm-dim[data-v-b52ee91c]{margin-top:10px;padding-top:10px;border-top:1px dashed var(--p-surface-200, #e0e5ec)}.cm-dim-head[data-v-b52ee91c]{display:flex;align-items:center;gap:6px;margin-bottom:6px}.cm-dim-cat[data-v-b52ee91c]{font-size:10px;font-weight:700;letter-spacing:.05em;color:var(--p-surface-500, #64748b)}.cm-dim-badge[data-v-b52ee91c]{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;color:var(--p-surface-500, #64748b);background:var(--p-surface-100, #f1f5f9);border-radius:9px}.cm-fields[data-v-b52ee91c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px}.cm-field[data-v-b52ee91c]{display:flex;flex-direction:column;gap:3px;min-width:0}.cm-field-label[data-v-b52ee91c]{font-size:10px;font-weight:700;letter-spacing:.05em;color:var(--p-surface-400, #94a3b8)}[data-v-b52ee91c] .cm-input{width:100%;font-size:12px;padding:7px 9px;border-radius:6px;border:1px solid var(--p-surface-200, #e0e5ec);color:var(--p-surface-800, #1e293b)}[data-v-b52ee91c] .cm-input.p-inputtext:enabled{background:#fff}.filter-dropdown-wrapper[data-v-8dba3bc9]{position:relative}.filter-trigger[data-v-8dba3bc9]{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--p-surface-300, #d1d5db);border-radius:6px;padding:.4rem .65rem;cursor:pointer;background:#fff;gap:6px;transition:border-color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-trigger[data-v-8dba3bc9]:hover{border-color:var(--p-primary-400, #f59e0b)}.filter-trigger__value[data-v-8dba3bc9]{flex:1;font-size:13px;font-weight:500;color:var(--p-surface-800, #1e293b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-panel[data-v-8dba3bc9]{position:absolute;left:0;right:0;top:calc(100% + 2px);z-index:9999;background:#fff;border:1px solid var(--p-surface-200, #e2e8f0);border-radius:6px;box-shadow:0 4px 16px #0000001f;max-height:280px;overflow-y:auto}.filter-panel__loading[data-v-8dba3bc9]{padding:12px;color:var(--p-surface-400);font-size:13px;text-align:center}[data-v-8dba3bc9] .p-tree{border:none!important;background:transparent!important;padding:4px!important;font-size:13px!important}[data-v-8dba3bc9] .p-tree-node-content{padding:4px 6px!important}[data-v-8dba3bc9] .p-tree-node-label{font-size:13px}[data-v-8dba3bc9] .p-tree-node-selected>.p-tree-node-content{background:var(--p-primary-50, #fef7f5)!important;color:var(--p-primary-700, #c2410c)!important;font-weight:600}.add-member-dim-picker[data-v-b83a950c]{position:relative}.filter-trigger[data-v-b83a950c]{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--p-surface-300, #d1d5db);border-radius:6px;padding:.4rem .65rem;cursor:pointer;background:#fff;gap:6px;transition:border-color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-trigger[data-v-b83a950c]:hover{border-color:var(--p-primary-400, #f59e0b)}.filter-trigger__value[data-v-b83a950c]{flex:1;font-size:13px;font-weight:500;color:var(--p-surface-800, #1e293b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-panel[data-v-b83a950c]{position:absolute;left:0;right:0;top:calc(100% + 2px);z-index:9999;background:#fff;border:1px solid var(--p-surface-200, #e2e8f0);border-radius:6px;box-shadow:0 4px 16px #0000001f;max-height:280px;overflow-y:auto}[data-v-b83a950c] .p-tree{border:none!important;background:transparent!important;padding:4px!important;font-size:13px!important}[data-v-b83a950c] .p-tree-node-content{padding:4px 6px!important}[data-v-b83a950c] .p-tree-node-label{font-size:13px}[data-v-b83a950c] .p-tree-node-selected>.p-tree-node-content{background:var(--p-primary-50, #fef7f5)!important;color:var(--p-primary-700, #c2410c)!important;font-weight:600}
