.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50;padding:var(--ps-space-8, 16px)}.modal-card{background:var(--ps-panel, var(--panel, #fff));border-radius:var(--ps-radius-md, 12px);width:100%;max-width:380px;box-shadow:0 20px 50px #0f172a4d;overflow:hidden}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:var(--ps-space-4, 8px);padding:var(--ps-space-7, 14px) var(--ps-space-9, 18px);border-bottom:1px solid var(--ps-line, var(--line, #e2e8f0))}.modal-backdrop:has(.report-modal){z-index:2147483001}.report-fab{position:fixed;right:20px;bottom:20px;z-index:2147483000;display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border:none;border-radius:999px;background:var(--ps-primary, var(--accent, #2563eb));color:var(--ps-on-primary, #fff);font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px rgb(var(--ps-primary-rgb, 37 99 235) / .35);transition:transform .15s ease,box-shadow .15s ease}.report-fab:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgb(var(--ps-primary-rgb, 37 99 235) / .45)}.report-fab-icon{font-size:18px;line-height:1}.report-modal{max-width:440px}.report-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:12px}.report-field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--ps-text-soft, var(--text-soft, #334155))}.report-field textarea{width:100%;resize:vertical;min-height:96px;padding:10px 12px;border:1px solid var(--ps-line, var(--line, #e2e8f0));border-radius:9px;font:inherit;color:var(--ps-text, var(--text, #0f172a));background:var(--ps-surface, var(--surface, #fff))}.report-check{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ps-text, var(--text, #0f172a));cursor:pointer}.report-check input{width:16px;height:16px}.report-cats{display:flex;flex-direction:column;gap:8px}.report-cat{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--ps-line, var(--line, #e2e8f0));border-radius:10px;cursor:pointer;transition:border-color .12s ease,background .12s ease}.report-cat:hover{border-color:var(--ps-primary, var(--accent, #2563eb))}.report-cat.is-active{border-color:var(--ps-primary, var(--accent, #2563eb));background:rgb(var(--ps-primary-rgb, 37 99 235) / .08)}.report-cat input{width:16px;height:16px;flex:none}.report-cat-emoji{font-size:20px;line-height:1}.report-cat-texts{display:flex;flex-direction:column;gap:2px}.report-cat-label{font-size:14px;font-weight:600;color:var(--ps-text, var(--text, #0f172a))}.report-cat-hint{font-size:12px;color:var(--ps-muted, var(--muted, #64748b))}.report-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.report-hint{font-size:12px;color:var(--ps-muted, var(--muted, #64748b))}.report-error{font-size:13px;color:var(--ps-danger, var(--danger, #dc2626));background:rgb(var(--ps-danger-rgb, 220 38 38) / .08);border-radius:8px;padding:8px 10px}.report-warn{font-size:13px;color:var(--ps-warn, var(--warn, #b45309));background:rgb(var(--ps-warn-rgb, 180 83 9) / .09);border-radius:8px;padding:8px 10px;margin-top:8px}.report-review-caption{font-size:13px}.report-review{display:grid;grid-template-columns:minmax(90px,auto) 1fr;gap:6px 12px;margin:0;font-size:14px}.report-review dt{color:var(--ps-muted, var(--muted, #64748b))}.report-review dd{margin:0;color:var(--ps-text, var(--text, #0f172a));word-break:break-word}.report-review-text{white-space:pre-wrap}.report-shot{width:100%;max-height:180px;object-fit:contain;border:1px solid var(--ps-line, var(--line, #e2e8f0));border-radius:8px;background:rgb(var(--ps-text-rgb, 15 23 42) / .04)}.report-done{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:8px 0}.report-done-icon{font-size:34px}.report-done-title{font-size:17px;font-weight:700;color:var(--ps-text, var(--text, #0f172a))}.report-done .report-actions{justify-content:center;margin-top:8px}@media(max-width:520px){.report-fab-label{display:none}.report-fab{padding:14px}}:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:#0f172a;background:#f1f5f9}*{box-sizing:border-box}body{margin:0;min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:#2563eb}.layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.layout-main{display:flex;flex-direction:column;min-width:0;min-height:100vh;background:#f1f5f9}.layout-topbar{display:flex;justify-content:flex-end;align-items:baseline;flex-shrink:0;padding:.85rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0f172a0a}.layout-topbar__user{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:.5rem 1rem;text-align:right;max-width:70%}.layout-topbar__name{font-weight:600;color:#0f172a}.layout-topbar__org{font-size:.9rem;color:#475569}.layout-outlet{flex:1;padding:1.5rem;min-width:0}.sidebar{display:flex;flex-direction:column;background:#0f172a;color:#e2e8f0;padding:.85rem .75rem 1rem;overflow-y:auto}.sidebar__brand{font-size:1rem;margin:0 0 .85rem;padding:0 .35rem;font-weight:700;letter-spacing:-.02em}.sidebar__logout{margin-top:auto;width:100%;padding-top:.75rem}.sidebar-nav{flex:1;min-height:0}.sidebar-nav__section+.sidebar-nav__section{margin-top:1rem;padding-top:.85rem;border-top:1px solid #1e293b}.sidebar-nav__group-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;padding:0 .45rem .4rem}.sidebar-nav__app{margin-bottom:.35rem}.sidebar-nav__app-toggle{display:flex;align-items:center;gap:.35rem;width:100%;margin:0;padding:.38rem .45rem;border:none;border-radius:6px;background:transparent;color:#cbd5e1;font:inherit;font-size:.8rem;font-weight:600;text-align:left;cursor:pointer}.sidebar-nav__app-toggle:hover{color:#fff;background:#1e293b}.sidebar-nav__app--expanded .sidebar-nav__app-toggle,.sidebar-nav__app--active-route .sidebar-nav__app-toggle{color:#f1f5f9}.sidebar-nav__app--expanded .sidebar-nav__app-toggle{background:#1e293b}.sidebar-nav__app-chevron{flex-shrink:0;width:.85rem;font-size:.72rem;line-height:1;color:#94a3b8;text-align:center}.sidebar-nav__app-toggle-label{flex:1;min-width:0}.sidebar-nav__list{list-style:none;margin:0;padding:0}.sidebar-nav__list--nested{padding-left:.35rem;border-left:2px solid #334155;margin-left:.45rem}.sidebar-nav__list li{margin:0}.sidebar-nav__link{display:block;color:#94a3b8;text-decoration:none;padding:.38rem .5rem;border-radius:6px;margin-bottom:.12rem;font-size:.86rem;line-height:1.35}.sidebar-nav__list--nested .sidebar-nav__link{font-size:.82rem;padding-left:.55rem}.sidebar-nav__link:hover,.sidebar-nav__link.active{color:#fff;background:#334155}.sidebar-nav__link.active{background:#3b4f6b;font-weight:600}main{padding:1.5rem}.card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #00000014;margin-bottom:1rem}.org-page-panel{margin-bottom:1.25rem}.org-page-panel__title{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.org-page-panel__segment{margin-bottom:.15rem}.org-page-panel__segment-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;margin-bottom:.5rem}.org-page-panel__segment-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569}.org-page-panel__segment-note{font-size:.78rem;color:#94a3b8}.org-page-panel__empty-catalog{margin:0;font-size:.9rem;color:#64748b}.org-page-panel__filter-grid{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.25rem}.org-page-panel__filter-field{flex:1 1 16rem;min-width:min(100%,12rem)}.org-page-panel__filter-field label{display:block;font-size:.82rem;color:#64748b;margin-bottom:.2rem}.org-page-panel__filter-field select{width:100%;max-width:none}.org-page-panel__filter-actions{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.org-page-body{margin-top:.25rem}.org-page-split{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:1rem 1.25rem;align-items:start}@media(max-width:960px){.org-page-split{grid-template-columns:1fr}.org-page-split__aside{position:static!important;max-height:none!important}}.org-page-split__column-head h3{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;color:#0f172a}.org-page-split__aside{position:sticky;top:.75rem;align-self:start;max-height:calc(100vh - 5rem);overflow-y:auto}.org-unpinned-aside{margin-bottom:0}.org-unpinned-aside__hint{margin:0 0 .85rem;font-size:.82rem;color:#64748b;line-height:1.35}.org-unpinned-aside__hint code{font-size:.78rem}.org-unpinned-aside__empty{margin:0;font-size:.9rem;color:#94a3b8}.org-unpinned-aside__empty-note{margin:0 0 .75rem;font-size:.85rem;color:#94a3b8}.org-unpinned-aside__hint--tight{margin-top:-.35rem}.org-unpinned-aside__subsection-title{margin:.85rem 0 .35rem;font-size:.85rem;font-weight:600;color:#334155}.org-unpinned-aside__plain-list{padding:0;margin:0 0 .85rem;list-style:none}.org-unpinned-aside__plain-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;padding:.35rem 0;border-bottom:1px solid #f1f5f9;font-size:.88rem}.org-unpinned-aside__plain-row:last-child{border-bottom:none}.org-unpinned-aside__plain-name{font-weight:500;color:#0f172a}.org-unpinned-aside__plain-email{font-size:.82rem;color:#64748b}.org-unpinned-aside__pin-toolbar{display:flex;flex-wrap:wrap;gap:.65rem 1rem;align-items:flex-end;margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid #e2e8f0}.org-unpinned-aside__pin-toolbar label{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:500;color:#475569;min-width:12rem}.org-unpinned-aside__pin-toolbar select{font-size:.85rem;padding:.35rem .5rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;max-width:100%}.org-unpinned-aside__pin-btn{align-self:flex-end}.org-unpinned-aside__pin-toolbar--picker{align-items:stretch}.org-unpinned-aside__pin-org-field{flex:1 1 14rem;display:flex;flex-direction:column;gap:.4rem;min-width:0}.org-unpinned-aside__pin-org-label{font-size:.78rem;font-weight:600;color:#475569}.org-unpinned-aside__pin-org-box{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem .75rem;min-height:2.35rem;padding:.4rem .55rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:.85rem}.org-unpinned-aside__pin-org-box--empty{background:#f8fafc;border-style:dashed;color:#94a3b8}.org-unpinned-aside__pin-org-placeholder{font-size:.85rem;font-style:italic}.org-unpinned-aside__pin-org-text{flex:1 1 8rem;min-width:0}.org-unpinned-aside__pin-org-clear{font-size:.78rem;padding:.2rem .45rem!important;border-radius:4px;background:transparent;border:1px solid #e2e8f0;color:#64748b}.org-unpinned-aside__pin-org-clear:hover:not(:disabled){background:#f1f5f9}.org-unpinned-aside__add-org-btn{align-self:flex-start;margin-top:.15rem}.org-unpinned-aside__plain-row--checkbox{align-items:flex-start}.org-unpinned-aside__plain-check{flex-shrink:0;margin-top:.2rem;width:1rem;height:1rem;cursor:pointer}.org-unpinned-aside__plain-label{display:flex;flex-direction:column;gap:.15rem;min-width:0;cursor:pointer;flex:1}.org-unpinned-aside__unlinked-list{margin:0;padding:0;list-style:none}.org-unpinned-aside__unlinked-item{margin-bottom:.75rem;padding:.6rem .65rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.org-unpinned-aside__unlinked-item:last-child{margin-bottom:0}.org-unpinned-aside__unlinked-org-badge{font-size:.8rem;margin-bottom:.4rem;color:#334155}.org-unpinned-aside__unlinked-row{gap:.35rem .5rem}.org-unpinned-aside__list{padding:0;margin:0;list-style:none}.org-unpinned-aside__user-block{margin-bottom:.85rem;padding:.65rem .75rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.org-unpinned-aside__user-title{font-weight:600;margin-bottom:.35rem;font-size:.9rem}.org-unpinned-aside__user-email{font-weight:400;color:#64748b}.org-unpinned-aside__membership-list{margin:.25rem 0 0 .65rem;padding:0;list-style:none}.org-unpinned-aside__membership-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:.35rem;font-size:.82rem}.org-unpinned-aside__membership-meta{flex:1 1 10rem;min-width:0}.org-unpinned-aside__delete-btn{font-size:.78rem!important;padding:.15rem .45rem!important}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid #e2e8f0}button{cursor:pointer;border-radius:6px;border:1px solid #cbd5e1;padding:.4rem .75rem;background:#fff}button.primary{background:#2563eb;color:#fff;border-color:#2563eb}button.danger{color:#b91c1c;border-color:#fecaca}input,select{padding:.45rem .55rem;border:1px solid #cbd5e1;border-radius:6px;width:100%;max-width:320px}.form-row{margin-bottom:.75rem}.form-row label{display:block;font-size:.82rem;color:#64748b;margin-bottom:.2rem}.error{color:#b91c1c;font-size:.88rem}.counterparties-org-card__head h3{margin:0 0 .25rem;font-size:1.1rem}.counterparties-org-card__meta{font-size:.88rem;color:#64748b}.counterparties-org-card+.counterparties-org-card{margin-top:1rem}.counterparties-hub-warning{margin:0 0 1rem;padding:.75rem 1rem;border-radius:8px;background:#fffbeb;border:1px solid #fcd34d;color:#78350f;font-size:.92rem;line-height:1.45}.counterparties-hub-warning strong{display:block;margin-bottom:.35rem;color:#92400e}.login-page{max-width:400px;margin:4rem auto}.account-access-cell{text-align:center;vertical-align:middle}.account-access-yes{color:#16a34a;font-weight:700;font-size:1.15rem;line-height:1}.account-access-no{color:#dc2626;font-weight:700;font-size:1.15rem;line-height:1}.accounts-access-matrix-wrap{overflow-x:auto;margin:0 -.15rem;padding-bottom:.25rem}.accounts-access-matrix{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:.85rem}.accounts-access-matrix th,.accounts-access-matrix td{border-bottom:1px solid #e2e8f0}.accounts-access-matrix__col-login{position:sticky;left:0;z-index:2;min-width:10.5rem;max-width:14rem;background:#fff;box-shadow:1px 0 #e2e8f0}.accounts-access-matrix__col-status{position:sticky;left:10.5rem;z-index:2;min-width:5.5rem;background:#fff;box-shadow:1px 0 #e2e8f0}.accounts-access-matrix thead .accounts-access-matrix__col-login,.accounts-access-matrix thead .accounts-access-matrix__col-status{background:#f8fafc;z-index:3}.accounts-access-matrix__col-app{text-align:center;min-width:3.25rem;max-width:5rem;padding-left:.35rem;padding-right:.35rem;font-size:.78rem;vertical-align:middle}.accounts-access-matrix thead .accounts-access-matrix__col-app{font-weight:600;color:#475569;line-height:1.25}.accounts-access-matrix__check{display:inline-flex;align-items:center;justify-content:center;margin:0;cursor:pointer}.accounts-access-matrix__check input{width:1rem;height:1rem;margin:0;cursor:pointer}.accounts-access-matrix__row--selected td,.accounts-access-matrix__row--selected .accounts-access-matrix__col-login,.accounts-access-matrix__row--selected .accounts-access-matrix__col-status{background:#eff6ff}.iam-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a73;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.iam-modal-overlay--nested{z-index:1100;background:#0f172a8c}.iam-modal{background:#fff;border-radius:10px;box-shadow:0 10px 40px #00000026;width:100%;max-width:36rem;padding:1.25rem}.iam-modal--picker{max-width:28rem}.iam-modal--org-picker{max-width:32rem}.iam-modal--account-detail{max-width:40rem}.iam-modal-body--account-detail{max-height:min(70vh,36rem)}.accounts-access-matrix__login-btn{display:inline;margin:0;padding:0;border:none;background:none;font:inherit;font-weight:500;color:#2563eb;cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:2px}.accounts-access-matrix__login-btn:hover{color:#1d4ed8}.org-section__title-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem .75rem;margin-bottom:.35rem}.org-section__title-text{flex:1 1 12rem;min-width:0;font-size:1.05rem;line-height:1.35;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.org-section__primary-picker{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:100%}.org-section__primary-picker .org-section__org-dropdown{flex:0 1 50%;max-width:50%}.org-section__save-primary-btn{flex-shrink:0}.org-section__save-hint{font-size:.85rem;color:#15803d}.org-section__org-dropdown{flex:0 1 50%;width:50%;max-width:50%;min-width:0;box-sizing:border-box;font-size:1.05rem;font-weight:700;color:#0f172a;padding:.35rem 2rem .35rem .45rem;border:1px solid #cbd5e1;border-radius:8px;background-color:#fff}.org-section__org-name{font-weight:700;color:#0f172a}.org-section__org-select-wrap{display:inline-flex;flex:0 1 auto;max-width:100%;min-width:0;vertical-align:middle}.org-section__title-text>.org-section__org-select-wrap{flex:0 1 auto}.org-section__owner-org-line .org-section__org-select-wrap{flex:0 1 auto}.org-section__org-name-select{display:block;flex:0 1 auto;width:auto;min-width:0;max-width:100%;box-sizing:border-box;font-size:1.05rem;font-weight:700;color:#0f172a;padding:.35rem 2rem .35rem .45rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;field-sizing:content}@supports not (field-sizing: content){.org-section__org-name-select{width:max-content;max-width:min(100%,42rem)}}.org-section__org-name-select--inline{font-size:.95rem;font-weight:600}.org-section__multi-owner-orgs{display:flex;flex-direction:column;gap:.5rem;margin:.35rem 0 .75rem;padding:.5rem .65rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.org-section__owner-org-line{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.org-section__owner-org-line-label{font-size:.88rem;font-weight:600;color:#475569;min-width:8rem}.org-section__org-meta{font-weight:400;color:#64748b;font-size:.9rem}.org-section__owners-line{margin:0 0 .85rem;font-size:.92rem;color:#334155;line-height:1.45}.org-section__employees-heading{margin:.75rem 0 .45rem;font-size:.88rem;font-weight:600;color:#334155}.org-owner-branch__caption{margin:.35rem 0 .25rem .35rem;font-size:.88rem;font-weight:600;color:#475569}.org-modal-actions{margin-top:.25rem}.org-create-form{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.org-modal-picker-list{max-height:min(50vh,22rem);padding:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.iam-org-picker-row{display:flex;align-items:stretch;gap:0;border-bottom:1px solid #f1f5f9;background:#fff}.iam-org-picker-row:last-child{border-bottom:none}.iam-org-picker-row.is-current{background:#eff6ff}.iam-org-picker-row--all{display:block;width:100%;text-align:left;border:none;background:#f8fafc;cursor:pointer;font:inherit;color:inherit;padding:.6rem .75rem;border-bottom:1px solid #e2e8f0}.iam-org-picker-row--all:hover{background:#f1f5f9}.iam-org-picker-row--all.is-current{background:#dbeafe}.iam-org-picker-row__select{flex:1 1 auto;min-width:0;text-align:left;border:none;background:transparent;cursor:pointer;font:inherit;color:inherit;padding:.55rem .65rem}.iam-org-picker-row__select:hover{background:#f8fafc}.iam-org-picker-row__delete{flex-shrink:0;border-left:1px solid #f1f5f9;border-radius:0;min-width:2.5rem}.iam-modal-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.iam-modal-toolbar h2{margin:0;font-size:1.1rem}.iam-modal-note{margin:.35rem 0 0;font-size:.82rem;color:#64748b}.iam-modal-close{flex-shrink:0}.iam-modal-actions{margin-bottom:.75rem}.iam-modal-body{max-height:min(50vh,24rem);overflow-y:auto}.iam-modal-empty{margin:0;color:#64748b;font-size:.9rem}.iam-user-list{margin:0;padding-left:1.25rem}.iam-user-list li{margin-bottom:.35rem}.iam-picker-list{max-height:min(45vh,20rem);overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px}.iam-picker-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .65rem;border-bottom:1px solid #f1f5f9}.iam-picker-row:last-child{border-bottom:none}.iam-picker-row button{flex-shrink:0}.org-section{margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0}.org-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.org-section h3{margin:0 0 .75rem;font-size:1.05rem}.org-owner-branch{margin:.65rem 0 .5rem .35rem;padding-left:.85rem;border-left:3px solid #94a3b8}.org-owner-head{font-weight:400;color:#334155;margin-bottom:.35rem;font-size:.92rem}.org-owner-head strong{font-weight:700}.org-emp-name{font-weight:400}.org-emp-list{margin-top:.25rem;margin-bottom:.5rem}.org-emp-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:.35rem 0;padding:.35rem 0;border-bottom:1px dashed #e2e8f0}.org-emp-row:last-child{border-bottom:none}.org-emp-row--simple{align-items:flex-start}.org-emp-remove-membership{font-size:.78rem!important;padding:.2rem .5rem!important;margin-left:auto;flex-shrink:0;align-self:center}.org-unlinked-block{margin-top:1rem;padding:.75rem .85rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.org-unlinked-block h4{margin:0 0 .35rem;font-size:.95rem;color:#475569}.icon-btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;min-width:2.25rem;min-height:2.25rem;border-radius:6px;border:1px solid #fecaca;background:#fff;color:#b91c1c;line-height:0}.icon-btn-icon:hover:not(:disabled){background:#fef2f2}.icon-btn-icon:disabled{opacity:.35;cursor:not-allowed}.iam-admin-tenant-role-select{font:inherit;font-size:.85rem;padding:.2rem .35rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;max-width:100%}.iam-company-tree{display:flex;flex-direction:column;gap:.5rem}.iam-tree-node{border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}.iam-tree-node--expanded{border-color:#cbd5e1}.iam-tree-node__head{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .85rem;background:#f8fafc;border:none;cursor:pointer;text-align:left;font:inherit}.iam-tree-node__head:hover{background:#f1f5f9}.iam-tree-node--expanded .iam-tree-node__head{background:#eef2ff}.iam-tree-node__chevron{color:#64748b;width:1rem;flex:none}.iam-tree-node__title{display:flex;flex-direction:column;gap:.1rem;flex:1 1 auto;min-width:0}.iam-tree-node__name{font-weight:600;color:#0f172a}.iam-tree-node__meta{font-size:.78rem;color:#64748b}.iam-tree-node__count{flex:none;min-width:1.6rem;text-align:center;padding:.05rem .45rem;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.78rem;font-weight:600}.iam-tree-node__children{list-style:none;margin:0;padding:.35rem .5rem .5rem 1.6rem;display:flex;flex-direction:column;gap:.3rem}.iam-tree-empty{color:#94a3b8;font-size:.85rem;padding:.25rem .35rem}.iam-tree-leaf{display:flex;align-items:center;gap:.6rem;padding:.4rem .5rem;border-radius:8px;border:1px solid #eef2f6}.iam-tree-leaf:hover{background:#f8fafc}.iam-tree-leaf__role{flex:none;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#475569;background:#e2e8f0;border-radius:6px;padding:.12rem .4rem}.iam-tree-leaf__role--owner{color:#92400e;background:#fef3c7}.iam-tree-leaf__main{display:flex;flex-direction:column;gap:.05rem;flex:1 1 auto;min-width:0}.iam-tree-leaf__name{font-weight:500;color:#0f172a}.iam-tree-leaf__email{font-size:.8rem;color:#64748b}.iam-tree-leaf__org-select{flex:none;max-width:12rem;font:inherit;font-size:.8rem;padding:.2rem .35rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff}.iam-tree-leaf__remove{flex:none}.iam-orphan-menu .org-unpinned-aside__plain-list{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.iam-orphan-menu .org-unpinned-aside__plain-row{margin:0;border-radius:0}.iam-orphan-menu .org-unpinned-aside__plain-row:not(:last-child){border-bottom:1px solid #eef2f6}.iam-orphan-menu .org-unpinned-aside__plain-row:hover{background:#f8fafc}.auth-shell{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem;overflow:hidden;background:radial-gradient(1200px 600px at 15% -10%,#1e3a8a 0%,transparent 55%),radial-gradient(900px 500px at 110% 10%,#6d28d9 0%,transparent 50%),linear-gradient(160deg,#0b1220,#0f172a 45%,#111827)}.auth-shell:before,.auth-shell:after{content:"";position:absolute;border-radius:50%;filter:blur(90px);opacity:.55;pointer-events:none}.auth-shell:before{width:460px;height:460px;top:-140px;left:-120px;background:radial-gradient(circle at 30% 30%,#38bdf8,transparent 70%);animation:auth-float 14s ease-in-out infinite}.auth-shell:after{width:520px;height:520px;bottom:-180px;right:-140px;background:radial-gradient(circle at 70% 70%,#a855f7,transparent 70%);animation:auth-float 18s ease-in-out infinite reverse}@keyframes auth-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,24px) scale(1.08)}}.auth-card{position:relative;z-index:1;width:100%;max-width:560px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:22px;box-shadow:0 30px 70px -20px #020617a6,0 8px 24px -12px #02061766;padding:2.25rem 2.25rem 1.75rem;animation:auth-rise .5s cubic-bezier(.16,1,.3,1)}@keyframes auth-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.auth-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.35rem}.auth-brand__mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:800;font-size:1.05rem;letter-spacing:-.03em;box-shadow:0 10px 22px -8px #2563ebb3}.auth-brand__text{display:flex;flex-direction:column;line-height:1.2}.auth-brand__name{font-weight:700;font-size:.95rem;color:#0f172a}.auth-brand__sub{font-size:.78rem;color:#64748b}.auth-card__title{margin:0 0 .4rem;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.auth-card__lead{margin:0 0 1.25rem;font-size:.9rem;line-height:1.5;color:#64748b}.auth-steps{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.auth-steps__item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:#94a3b8}.auth-steps__num{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;border:2px solid #e2e8f0;background:#fff;font-size:.8rem;color:#94a3b8;transition:all .25s ease}.auth-steps__item--active{color:#1d4ed8}.auth-steps__item--active .auth-steps__num{border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:0 0 0 4px #2563eb26}.auth-steps__item--done .auth-steps__num{border-color:#16a34a;background:#16a34a;color:#fff}.auth-steps__bar{flex:1;height:2px;border-radius:2px;background:#e2e8f0}.auth-steps__bar--filled{background:linear-gradient(90deg,#2563eb,#7c3aed)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.auth-field--full{grid-column:1 / -1}.auth-field__label{font-size:.8rem;font-weight:600;color:#475569}.auth-field__hint{font-weight:400;color:#94a3b8}.auth-input{width:100%;max-width:none;padding:.7rem .85rem;font-size:.95rem;color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:11px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-input::placeholder{color:#cbd5e1}.auth-input:hover{border-color:#cbd5e1}.auth-input:focus{outline:none;background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.auth-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.auth-phone{display:flex;align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:11px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-phone:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.auth-phone__icon{padding:0 .6rem 0 .85rem;color:#94a3b8;display:inline-flex}.auth-phone .auth-input{border:none;background:transparent;box-shadow:none;padding-left:0}.auth-phone .auth-input:focus{box-shadow:none}.auth-error{display:flex;align-items:flex-start;gap:.55rem;margin:0;padding:.7rem .85rem;font-size:.86rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:11px}.auth-error svg{flex-shrink:0;margin-top:1px}.auth-submit{margin-top:.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;padding:.8rem 1rem;font-size:.98rem;font-weight:700;color:#fff;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 14px 28px -12px #2563ebbf;transition:transform .12s ease,box-shadow .18s ease,opacity .18s ease}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px -12px #2563ebd9}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.7;cursor:progress}.auth-footer{margin:1.25rem 0 0;text-align:center;font-size:.88rem;color:#64748b}.auth-footer a{font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.verify-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#02061799;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:auth-fade .25s ease}@keyframes auth-fade{0%{opacity:0}to{opacity:1}}.verify-card{width:100%;max-width:26rem;background:#fff;border-radius:20px;padding:1.75rem 1.75rem 1.5rem;text-align:center;box-shadow:0 30px 70px -18px #02061799;animation:auth-rise .35s cubic-bezier(.16,1,.3,1)}.verify-card__icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 1.1rem;border-radius:20px;color:#fff;background:linear-gradient(135deg,#229ed9,#2563eb);box-shadow:0 16px 30px -12px #229ed9b3}.verify-card__icon--ok{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 16px 30px -12px #16a34ab3;animation:verify-pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes verify-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.verify-card__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.verify-card__text{margin:0 0 1.1rem;font-size:.92rem;line-height:1.55;color:#475569}.verify-chip{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 1.1rem;padding:.4rem .85rem;font-size:.95rem;font-weight:700;color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px}.verify-cta{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;padding:.8rem 1rem;font-size:.95rem;font-weight:700;color:#fff!important;text-decoration:none;border-radius:12px;background:linear-gradient(135deg,#229ed9,#1d4ed8);box-shadow:0 14px 28px -12px #1d4ed8b3;transition:transform .12s ease,box-shadow .18s ease}.verify-cta:hover{transform:translateY(-1px);box-shadow:0 18px 34px -12px #1d4ed8cc}.verify-channels{display:flex;flex-direction:column;gap:.6rem;width:100%}.verify-channel{border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}.verify-channel--open{border-color:#229ed9;box-shadow:0 12px 26px -14px #229ed98c}.verify-channel__head{display:flex;align-items:center;gap:.7rem;width:100%;padding:.85rem 1rem;background:none;border:none;cursor:pointer;font:inherit;text-align:left}.verify-channel__icon{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:10px;color:#fff;background:linear-gradient(135deg,#229ed9,#2563eb)}.verify-channel:last-child .verify-channel__icon{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.verify-channel__label{flex:1;font-size:.98rem;font-weight:700;color:#0f172a}.verify-channel__chevron{display:inline-flex;color:#94a3b8;transition:transform .2s ease}.verify-channel--open .verify-channel__chevron{transform:rotate(180deg);color:#229ed9}.verify-channel__body{display:flex;flex-direction:column;align-items:center;gap:.9rem;padding:.25rem 1rem 1.1rem;border-top:1px solid #f1f5f9}.verify-qr{display:grid;place-items:center;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.verify-qr svg{display:block;width:168px;height:168px}.verify-wait{display:flex;align-items:center;justify-content:center;gap:.55rem;margin:1.2rem 0 0;font-size:.84rem;color:#64748b}.verify-dots{display:inline-flex;gap:.25rem}.verify-dots span{width:7px;height:7px;border-radius:50%;background:#2563eb;animation:verify-bounce 1.2s ease-in-out infinite}.verify-dots span:nth-child(2){animation-delay:.2s}.verify-dots span:nth-child(3){animation-delay:.4s}@keyframes verify-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.verify-card__error{margin:0;padding:.7rem .85rem;font-size:.86rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:11px}.verify-reason{display:flex;flex-direction:column;gap:.4rem;width:100%;margin:1rem 0 0;padding:.85rem .95rem;text-align:left;color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:12px}.verify-reason__title{margin:0;font-size:.92rem;font-weight:700;color:#b45309}.verify-reason__text{margin:0;font-size:.85rem;line-height:1.4;color:#78350f}.verify-reason__retry{align-self:flex-start;margin-top:.35rem;padding:.45rem .9rem;font-size:.85rem;font-weight:700;color:#b45309;background:#fff;border:1px solid #f59e0b;border-radius:9px;cursor:pointer;transition:background .15s ease,transform .12s ease}.verify-reason__retry:hover{background:#fef3c7;transform:translateY(-1px)}@media(max-width:560px){.auth-card{padding:1.5rem 1.25rem 1.25rem}.auth-grid{grid-template-columns:1fr}}.auth-landing{position:relative;z-index:1;width:100%;max-width:980px;display:grid;grid-template-columns:1.05fr .95fr;gap:2.75rem;align-items:center}.auth-aside{color:#e2e8f0;animation:auth-rise .5s cubic-bezier(.16,1,.3,1)}.auth-aside .auth-brand{margin-bottom:1.85rem}.auth-aside .auth-brand__name{color:#f8fafc}.auth-aside .auth-brand__sub{color:#94a3b8}.auth-aside__title{margin:0 0 .85rem;font-size:2rem;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#f8fafc}.auth-aside__lead{margin:0 0 1.75rem;max-width:30rem;font-size:.96rem;line-height:1.6;color:#94a3b8}.auth-aside__services{display:grid;gap:.6rem;margin:0 0 1.75rem}.auth-aside__service{display:flex;align-items:flex-start;gap:.7rem;padding:.65rem .85rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px}.auth-aside__service-ic{display:grid;place-items:center;flex-shrink:0;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#38bdf838,#a855f738);border:1px solid rgba(255,255,255,.1);color:#c7d2fe}.auth-aside__service-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.auth-aside__service-name{font-size:.92rem;font-weight:700;color:#f1f5f9}.auth-aside__service-desc{font-size:.8rem;color:#94a3b8}.auth-aside__trust{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.auth-aside__trust li{display:flex;align-items:center;gap:.55rem;font-size:.85rem;color:#cbd5e1}.auth-aside__trust svg{flex-shrink:0;color:#34d399}.auth-card--login{width:100%;max-width:440px;margin:0;justify-self:end}.auth-brand--compact{display:none}.auth-pass{position:relative;display:flex;align-items:center}.auth-pass .auth-input{padding-right:3rem}.auth-pass__toggle{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:40px;height:40px;margin:0;padding:0;border:none;background:transparent;color:#94a3b8;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.auth-pass__toggle:hover{color:#475569;background:#eef2f7}.auth-pass__toggle:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(max-width:860px){.auth-landing{grid-template-columns:1fr;max-width:440px;gap:1.5rem}.auth-aside{display:none}.auth-card--login{max-width:none;justify-self:stretch}.auth-brand--compact{display:block}}@media(prefers-reduced-motion:reduce){.auth-shell:before,.auth-shell:after,.auth-card,.auth-aside,.verify-overlay,.verify-card,.verify-card__icon--ok,.verify-dots span{animation:none}}.iam-roles-manage-btn{font:inherit;padding:.3rem .6rem;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:#1e293b;cursor:pointer;white-space:nowrap}.iam-roles-manage-btn:hover:not(:disabled){border-color:#2563eb;color:#1d4ed8}.iam-roles-manage-btn:disabled{opacity:.55;cursor:not-allowed}.iam-modal--roles{max-width:44rem}.iam-roles-modal-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:.5rem 0 1rem}@media(max-width:600px){.iam-roles-modal-columns{grid-template-columns:1fr}}.iam-roles-modal-col h3{margin:0 0 .5rem;font-size:.95rem}.iam-roles-modal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;max-height:min(50vh,22rem);overflow-y:auto}.iam-roles-modal-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font:inherit;text-align:left;padding:.4rem .6rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#1e293b;cursor:pointer}.iam-roles-modal-item:hover:not(:disabled){border-color:#2563eb;background:#f1f5f9}.iam-roles-modal-item:disabled{opacity:.55;cursor:not-allowed}.iam-roles-modal-archived{color:#b45309;font-style:italic}.iam-roles-modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.iam-role-editor-summary{margin:0 0 1rem;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;display:flex;flex-direction:column;gap:.35rem}.iam-role-editor-summary>div{display:flex;gap:.5rem;font-size:.88rem}.iam-role-editor-summary dt{margin:0;min-width:8rem;color:#64748b}.iam-role-editor-summary dd{margin:0;color:#1e293b}
