.dashboard-header{justify-content:space-between;align-items:center;gap:var(--space-xl);width:100%;display:flex}.dashboard-header__content{min-width:0}.dashboard-header h1{color:var(--header-color);font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);margin:0}.dashboard-header p{margin:var(--space-sm) 0 0;color:var(--color-grey-400);font-size:var(--font-size-sm)}.dashboard-header__add-leak{justify-content:center;align-items:center;gap:var(--space-sm);min-height:42px;padding:0 var(--space-xl);border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-white);font:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;border:0;flex-shrink:0;transition:background .15s,transform .15s;display:inline-flex}.dashboard-header__add-leak:hover{background:var(--color-accent-secondary-hover)}.dashboard-header__add-leak:active{transform:translateY(1px)}.dashboard-header__add-leak svg{font-size:var(--font-size-xl)}.dashboard-sidebar{z-index:100;box-sizing:border-box;border-right:var(--border-width) solid var(--border-color);background:var(--color-surface);width:240px;height:100vh;color:var(--color-text);flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0}.dashboard-sidebar__brand{border-bottom:var(--border-width) solid var(--border-color);align-items:center;height:92px;padding:0 22px;display:flex}.dashboard-sidebar__brand-logo{object-fit:contain;width:auto;max-width:200px;max-height:65px;display:block}.dashboard-sidebar__navigation{flex-direction:column;flex:1;padding:22px 10px;display:flex;overflow-y:auto}.dashboard-sidebar__group{flex-direction:column;gap:4px;display:flex}.dashboard-sidebar__group+.dashboard-sidebar__group{border-top:var(--border-width) solid var(--border-color);margin-top:28px;padding-top:22px}.dashboard-sidebar__label{color:var(--color-grey-400);font-size:11px;font-weight:var(--font-weight-semibold);letter-spacing:.08em;text-transform:uppercase;padding:0 14px 10px}.dashboard-sidebar__item{border-radius:var(--radius-md);width:100%;min-height:48px;color:var(--color-grey-300);font:inherit;font-size:var(--font-size-sm);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;padding:0 14px;transition:background .15s,color .15s;display:flex;position:relative}.dashboard-sidebar__item svg{flex-shrink:0;width:21px;height:21px}.dashboard-sidebar__item:hover{background:var(--color-surface-light);color:var(--color-text)}.dashboard-sidebar__item--active{background:var(--color-surface-light);color:var(--color-white);font-weight:var(--font-weight-semibold)}.dashboard-sidebar__item--active:before{content:"";background:var(--color-accent);border-radius:0 4px 4px 0;width:4px;position:absolute;top:7px;bottom:7px;left:-10px}.dashboard-sidebar__item--active svg{color:var(--color-accent)}.dashboard-sidebar__footer{border-top:var(--border-width) solid var(--border-color);flex-direction:column;gap:4px;margin:0 10px;padding:18px 0;display:flex}.overview-summary{grid-template-columns:var(--overview-columns);gap:var(--overview-gap);margin-top:var(--space-4xl);display:grid}.overview-summary__primary{gap:var(--overview-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.overview-summary-card{align-items:center;gap:var(--space-xl);padding:var(--space-2xl) var(--space-3xl);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-lg);background:var(--color-surface);display:flex}.overview-summary-card__icon{width:var(--space-6xl);height:var(--space-6xl);padding:var(--space-sm);border-radius:var(--radius-full);flex:none;justify-content:center;align-items:center;display:flex}.overview-summary-card__icon svg{font-size:var(--font-size-3xl)}.overview-summary-card__icon--blue{background:color-mix(in srgb, var(--color-blue) 15%, transparent);color:var(--color-blue)}.overview-summary-card__icon--red{background:color-mix(in srgb, var(--color-red) 15%, transparent);color:var(--color-red)}.overview-summary-card__icon--green{background:color-mix(in srgb, var(--color-green) 15%, transparent);color:var(--color-green)}.overview-summary-card__label{margin-bottom:var(--space-xs);color:var(--color-grey-350);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);letter-spacing:.12em;text-transform:uppercase;display:block}.overview-summary-card h2{color:var(--color-text);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);margin:0;line-height:1}.overview-summary-card p{margin:var(--space-xs) 0 0;color:var(--color-grey-350);font-size:var(--font-size-sm)}.overview-summary-card__edit{width:28px;height:28px;color:var(--color-grey-300);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background-color .2s;display:flex}.overview-summary-card__edit:hover{background:#ffffff0f}.credits-editor__actions button{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:4px;height:24px;padding:0 10px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.credits-editor__actions button svg{font-size:14px}.credits-editor{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);display:flex}.credits-editor input{width:72px;padding:var(--space-sm);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);text-align:center}.credits-editor input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.credits-editor input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.credits-editor input[type=number]{appearance:textfield}.credits-editor__step{border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-surface);width:36px;height:36px;color:var(--color-text);font-size:1.25rem;font-weight:var(--font-weight-bold);cursor:pointer;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:flex}.credits-editor__step:hover:not(:disabled){background:var(--color-grey-800);border-color:var(--color-green)}.credits-editor__step:disabled{opacity:.5;cursor:not-allowed}.credits-editor input:focus{border-color:var(--color-green);outline:none}.credits-editor__actions{gap:8px;margin-top:10px;display:flex}.credits-editor__actions .button{border-radius:4px;height:24px;padding:0 10px;font-size:12px;font-weight:600}.overview-summary-card__header{justify-content:space-between;align-items:flex-start;display:flex}.overview-summary-card__content{width:100%}.overview-summary__primary--full{grid-column:1/-1}.overview-view{--overview-columns:minmax(0, 2fr) minmax(0, 1fr);--overview-gap:var(--space-2xl)}.overview-grid{grid-template-columns:var(--overview-columns);gap:var(--overview-gap);margin-top:var(--space-4xl);display:grid}.overview-card{padding:var(--space-2xl);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-lg);background:var(--color-surface-light)}.overview-card--wide{min-width:0}.overview-card--full{grid-column:1/-1;min-height:200px}.overview-card__header{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);margin-bottom:var(--space-xl);display:flex}.overview-card__header h2{color:var(--header-color);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);letter-spacing:0;text-transform:none;margin:0}.overview-card__header p{color:var(--color-grey-400);font-size:var(--font-size-xs);margin:3px 0 0}.overview-card__header button{align-items:center;gap:var(--space-xs);color:var(--color-grey-350);font:inherit;font-size:var(--font-size-xs);cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.overview-card__header button svg{font-size:var(--font-size-md)}.overview-card__header button:hover{color:var(--color-accent)}.title-bars{gap:var(--space-md);flex-direction:column;display:flex}.title-bars__row{align-items:center;gap:var(--space-md);color:var(--color-grey-350);font-size:var(--font-size-xs);grid-template-columns:145px minmax(0,1fr) 28px;display:grid}.title-bars__row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.title-bars__row strong{color:var(--color-grey-300);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);text-align:right}.title-bars__bar{background:color-mix(in srgb, var(--color-black) 20%, transparent);border-radius:2px;height:22px;display:flex;overflow:hidden}.title-bars__segment{height:100%}.title-bars__segment--pending{background:var(--color-yellow)}.title-bars__segment--reported{background:var(--color-blue)}.title-bars__segment--reviewed{background:var(--color-green)}.title-bars__segment--dismissed{background:var(--color-grey-500)}.overview-legend{gap:var(--space-lg);margin-top:var(--space-xl);flex-wrap:wrap;display:flex}.overview-legend__item{color:var(--color-grey-400);font-size:var(--font-size-xs);align-items:center;gap:6px;display:inline-flex}.overview-legend__dot{border-radius:var(--radius-full);width:8px;height:8px}.overview-legend__dot--pending{background:var(--color-yellow)}.overview-legend__dot--reported{background:var(--color-blue)}.overview-legend__dot--reviewed{background:var(--color-green)}.overview-legend__dot--dismissed{background:var(--color-grey-500)}.weekly-activity{width:100%;min-height:100px;color:var(--color-grey-400);font-size:var(--font-size-xs);flex-direction:column;display:flex}.weekly-activity__item{box-sizing:border-box;width:100%;color:var(--color-grey-300);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.weekly-activity__item:nth-child(2n){background:var(--color-surface-light)}.weekly-activity__item:nth-child(odd){background:var(--color-surface)}.weekly-activity__leak-link{max-width:75%;color:inherit;font:inherit;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0;overflow:hidden}.weekly-activity__leak-link:hover{color:var(--color-accent);text-decoration:none}.weekly-activity__item>span{margin-left:var(--space-lg);color:var(--color-grey-450);font-size:var(--font-size-xs);flex-shrink:0}.weekly-activity>p{color:var(--color-grey-400);font-size:var(--font-size-xs);margin:auto}.overview-card--sources{min-width:0}.sources-card__header{align-items:center}.sources-card__header h2{margin:0}.sources-card__total{color:var(--color-grey-400);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);flex-shrink:0}.sources-bars{gap:var(--space-md);flex-direction:column;width:100%;display:flex}.sources-bars__row{align-items:center;gap:var(--space-md);grid-template-columns:135px minmax(100px,1fr) 28px;min-width:0;display:grid}.sources-bars__source{align-items:center;gap:var(--space-sm);min-width:0;color:var(--color-grey-300);font-size:var(--font-size-xs);display:flex}.sources-bars__source>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sources-bars__icon{border-radius:var(--radius-sm);background:var(--color-grey-600);width:24px;height:24px;color:var(--color-white);font-size:var(--font-size-xxs);font-weight:var(--font-weight-semibold);flex:none;justify-content:center;align-items:center;display:inline-flex}.sources-bars__track{background:color-mix(in srgb, var(--color-grey-600) 55%, transparent);border-radius:2px;width:100%;height:16px;position:relative;overflow:hidden}.sources-bars__fill{border-radius:2px;height:100%;transition:width .25s}.sources-bars__row strong{color:var(--color-grey-300);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);text-align:right}.source-icon--discord{background:var(--color-purple-light)}.source-icon--google-alerts{background:var(--color-blue-light)}.source-icon--website-blog,.source-icon--website,.source-icon--blog{background:var(--color-green)}.source-icon--reddit{background:var(--color-orange)}.source-icon--telegram{background:var(--color-cyan)}.source-icon--tiktok{background:var(--color-red)}.source-icon--facebook{background:var(--color-blue)}.source-icon--forum{background:var(--color-yellow)}.source-icon--4chan{background:var(--color-green-light)}.source-icon--x{background:var(--color-grey-600)}.source-icon--unknown,.source-icon--other,.source-icon--archive,.source-icon--mirror{background:var(--color-grey-500)}.button--success{color:#fff;background:#00b050}.button--secondary{color:#fff;background:#4b4b4b}@media (width<=1000px){.overview-view{--overview-columns:minmax(0, 1fr)}.overview-grid{grid-template-columns:1fr}.overview-card--full{grid-column:auto}}@media (width<=700px){.overview-card{padding:var(--space-xl)}.title-bars__row{gap:var(--space-sm);grid-template-columns:110px minmax(0,1fr) 24px}.title-bars__bar{height:18px}.sources-bars__row{gap:var(--space-sm);grid-template-columns:110px minmax(80px,1fr) 24px}.sources-bars__icon{width:22px;height:22px}.sources-bars__track{height:14px}.weekly-activity__leak-link{max-width:65%}}.leaks-table-header,.leak-card--table{align-items:center;gap:var(--space-lg);grid-template-columns:minmax(220px,1.55fr) minmax(175px,1.25fr) minmax(110px,.8fr) minmax(90px,.65fr) minmax(90px,.65fr) minmax(105px,.75fr) minmax(105px,.75fr);display:grid}.leaks-table-header--client,.leak-card--client{grid-template-columns:minmax(220px,1.55fr) minmax(175px,1.25fr) minmax(110px,.8fr) minmax(90px,.65fr) minmax(105px,.75fr) minmax(105px,.75fr)}.leaks-table-header{padding:0 var(--space-lg) var(--space-sm);color:var(--color-grey-400);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase}.leaks-list{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:0;margin-top:0;display:flex;overflow:hidden}.leak-card--table{min-height:76px;padding:var(--space-md) var(--space-lg);border:0;border-bottom:var(--border-width) solid var(--border-color);background:var(--color-surface-light);cursor:pointer;border-radius:0;transition:background .15s}.leak-card--table:last-child{border-bottom:0}.leak-card--table:hover{background:var(--color-surface)}.leak-card__leak-column{align-items:center;gap:var(--space-md);min-width:0;display:flex}.leak-card__image,.leak-card__image-placeholder{border-radius:var(--radius-sm);flex-shrink:0;width:64px;min-width:64px;height:52px;min-height:52px}.leak-card__image{object-fit:cover;object-position:center;display:block}.leak-card__image-placeholder{background:var(--color-panel-dark);color:var(--color-grey-500);place-items:center;display:grid}.leak-card__image-placeholder svg{font-size:20px}.leak-card__image-placeholder.hidden{display:none}.leak-card__leak-text{min-width:0}.leak-card__leak-text h3{color:var(--header-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.3;display:-webkit-box;overflow:hidden}.leak-card__leak-text p{margin:var(--space-xs) 0 0;color:var(--color-grey-400);font-size:var(--font-size-xs);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;overflow:hidden}.leak-card__cell{min-width:0;color:var(--color-grey-300);font-size:var(--font-size-xs);align-items:center;display:flex}.leak-card__cell strong{color:var(--color-text);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.source-badge{border-radius:var(--radius-sm);color:var(--color-white);font-size:12px;font-weight:var(--font-weight-medium);text-transform:none;white-space:nowrap;align-items:center;padding:3px 7px;display:inline-flex}.leak-card__severity{border:var(--border-width) solid currentColor;border-radius:var(--radius-sm);width:fit-content;min-height:22px;font-size:10px;font-weight:var(--font-weight-medium);white-space:nowrap;justify-content:center;align-items:center;margin:0;padding:0 8px;line-height:20px;display:inline-flex}.leak-status{border-radius:var(--radius-sm);width:fit-content;min-height:22px;font-size:12px;font-weight:var(--font-weight-medium);white-space:nowrap;background:0 0;border:1px solid;justify-content:center;align-items:center;gap:4px;margin:0;padding:0 8px;line-height:20px;display:inline-flex;position:static}.leak-status svg{width:11px;height:11px;font-size:11px}.leak-status--pending{color:var(--color-yellow-soft);background:color-mix(in srgb, var(--color-yellow-soft) 12%, transparent)}.leak-status--reported{color:var(--color-blue-light);background:color-mix(in srgb, var(--color-blue-light) 12%, transparent)}.leak-status--reviewed{color:var(--color-green);background:color-mix(in srgb, var(--color-green) 12%, transparent)}.leak-status--dismissed{color:var(--color-grey-350);background:color-mix(in srgb, var(--color-grey-500) 14%, transparent)}.leak-card__detected{white-space:nowrap}@media (width<=1100px){.leaks-table-header,.leak-card--table{grid-template-columns:minmax(200px,1.45fr) minmax(150px,1.1fr) minmax(100px,.75fr) minmax(80px,.6fr) minmax(80px,.6fr) minmax(100px,.7fr)}.leaks-table-header--client,.leak-card--table.leak-card--client{grid-template-columns:minmax(200px,1.45fr) minmax(150px,1.1fr) minmax(100px,.75fr) minmax(80px,.6fr) minmax(100px,.7fr)}}.modal-backdrop{z-index:100;padding:var(--space-4xl);background:#000000bf;place-items:center;display:grid;position:fixed;inset:0}.modal{border:var(--border-width) solid #ffffff1f;border-radius:var(--radius-md);background:var(--color-surface-light);width:min(1000px,95vw);max-height:90vh;color:var(--color-white);flex-direction:column;display:flex;overflow:hidden}.modal__header{padding:var(--space-xl);border-bottom:var(--border-width) solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.modal__header h2{font-size:var(--font-size-2xl);margin:0}.modal__actions{align-items:center;gap:var(--space-md);display:flex}.modal__close{color:var(--color-grey-200);cursor:pointer;background:0 0;border:0}.modal__body{padding:var(--space-xl);scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto}.modal__body::-webkit-scrollbar{display:none}.leak-modal{border:var(--border-width) solid #ffffff1f;border-radius:var(--radius-md);background:var(--color-surface-light);width:min(900px,100%);color:var(--header-color)}.leak-modal__header{padding:var(--space-xl);border-bottom:var(--border-width) solid var(--color-grey-700);justify-content:space-between;align-items:center;display:flex}.leak-modal__header h2{font-size:var(--font-size-2xl);margin:0}.leak-modal__header div{gap:var(--space-md);display:flex}.leak-modal__edit,.leak-modal__close{color:var(--color-grey-200);cursor:pointer;background:0 0;border:0}.leak-modal__edit{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-sm);background:var(--color-grey-600);color:var(--color-white);display:inline-flex}.leak-modal__slider{width:calc(100% - var(--space-xl) * 2);height:320px;margin:var(--space-xl);border-radius:var(--radius-md);background:var(--color-panel-dark);position:relative;overflow:hidden}.leak-modal__image-button{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0}.leak-modal__image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.leak-modal__slider-arrow,.leak-modal__lightbox-arrow{border-radius:var(--radius-full);color:var(--color-white);cursor:pointer;background:#000000a6;border:0;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.leak-modal__slider-arrow{width:40px;height:40px}.leak-modal__slider-arrow--left,.leak-modal__lightbox-arrow--left{left:var(--space-md)}.leak-modal__slider-arrow--right,.leak-modal__lightbox-arrow--right{right:var(--space-md)}.leak-modal__image-count{right:var(--space-md);bottom:var(--space-md);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-full);color:var(--color-white);font-size:var(--font-size-sm);background:#000000b3;position:absolute}.leak-modal__lightbox{z-index:9999;padding:var(--space-xl);background:#000000e6;place-items:center;display:grid;position:fixed;inset:0}.leak-modal__lightbox img{object-fit:contain;max-width:95vw;max-height:90vh;display:block}.leak-modal__lightbox-close{top:var(--space-xl);right:var(--space-xl);border-radius:var(--radius-full);width:44px;height:44px;color:var(--color-white);cursor:pointer;background:#000000a6;border:0;place-items:center;display:grid;position:absolute}.leak-modal__lightbox-arrow{width:52px;height:52px}.leak-modal__slider-arrow svg,.leak-modal__lightbox-arrow svg,.leak-modal__lightbox-close svg{font-size:var(--font-size-2xl)}@media (width<=700px){.leak-modal__slider{height:240px}.leak-modal__lightbox{padding:var(--space-md)}}.leak-modal__grid{gap:var(--space-4xl);padding:0 var(--space-2xl) var(--space-2xl);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.leak-modal__info-block{align-items:center;gap:var(--space-2xl);min-width:0;display:flex}.leak-modal__label{color:var(--header-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);flex-shrink:0;margin:0;padding:0;line-height:1.3}.leak-modal__value{align-items:center;gap:var(--space-sm);min-width:0;color:var(--header-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:1.3;display:flex}.leak-modal__value>span,.leak-modal__value>button{margin:0}.leak-modal__author{color:var(--header-color);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.leak-modal__author:hover{color:var(--color-red)}.leak-modal__author:disabled{cursor:default}.leak-modal__source-group{gap:var(--space-xl);flex-direction:column;grid-column:1/-1;min-width:0;display:flex}.leak-modal__source-item{gap:var(--space-sm);flex-direction:column;min-width:0;display:flex}.leak-modal__source-link{min-width:0;max-width:100%;color:var(--color-blue);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);text-overflow:ellipsis;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:none;display:-webkit-box;overflow:hidden}.leak-modal__source-link:hover{color:var(--color-red)}.leak-modal__section{gap:var(--space-xl);padding:0 var(--space-xl) var(--space-xl);flex-direction:column;display:flex}.leak-modal__section>p,.leak-modal__rich-text{padding:var(--space-xl);border:var(--border-width) solid #ffffff1f;border-radius:var(--radius-md);background:var(--color-panel-dark);line-height:1.5;font-size:var(--font-size-md);margin:0}.leak-modal__rich-text p{background:0 0;border:0;border-radius:0;margin:0;padding:0}.leak-modal__rich-text p+p{margin-top:var(--space-sm)}.leak-modal__rich-text ul,.leak-modal__rich-text ol{margin:var(--space-sm) 0;padding-left:var(--space-xl)}.leak-modal__rich-text li{margin:2px 0}.leak-modal__label--icon{align-items:center;gap:var(--space-sm);display:inline-flex}.leak-modal__label--icon svg{font-size:var(--font-size-md);flex-shrink:0}.leak-modal__warning{background:#ff06161f!important;border-color:#ff061673!important}@media (width<=700px){.leak-modal__grid{grid-template-columns:1fr}.leak-modal__info-block{align-items:flex-start}.leak-modal__image{height:240px}}.leak-edit-form__rich-text{flex-direction:column;gap:0;display:flex}.leak-edit-form__rich-text-toolbar{align-items:center;gap:var(--space-xs);padding:var(--space-sm);border:var(--border-width) solid #ffffff1f;border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--color-panel-dark);border-bottom:0;display:flex}.leak-edit-form__rich-text-toolbar button{min-width:34px;height:30px;padding:0 var(--space-sm);border-radius:var(--radius-sm);color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.leak-edit-form__rich-text-toolbar button:hover:not(:disabled){background:#ffffff14}.leak-edit-form__rich-text-toolbar button:disabled{opacity:.5;cursor:default}.leak-edit-form__rich-text-content{min-height:96px;padding:var(--space-md);border:var(--border-width) solid #ffffff1f;border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--color-panel-dark);color:inherit;font:inherit;outline:none;line-height:1.5}.leak-edit-form__rich-text-content:focus{border-color:#ffffff3d}.leak-edit-form__rich-text-content p{margin:0}.leak-edit-form__rich-text-content p+p{margin-top:var(--space-sm)}.leak-edit-form__rich-text-content ul,.leak-edit-form__rich-text-content ol{margin:var(--space-sm) 0;padding-left:var(--space-xl)}.leak-edit-form__rich-text-content li{margin:2px 0}.leak-edit-form__rich-text-content strong{font-weight:700}.leak-edit-form__rich-text-content em{font-style:italic}.leak-edit-form__rich-text-content,.leak-edit-form__rich-text-content .ProseMirror{cursor:text}.leak-modal__flags{gap:var(--space-sm);flex-direction:row;display:flex}.client-actions-history{margin-top:var(--space-xl)}.client-actions-history__list{gap:var(--space-md);margin-top:var(--space-md);flex-direction:column;display:flex}.client-actions-history__item{padding:var(--space-md);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);background:var(--color-surface)}.client-actions-history__header{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.client-actions-history__type{color:var(--header-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.client-actions-history__status{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-full);color:var(--color-grey-300);font-size:var(--font-size-xxs);padding:3px 7px}.client-actions-history__message{margin:var(--space-sm) 0 0;color:var(--color-grey-250);font-size:var(--font-size-sm);white-space:pre-wrap;line-height:1.5}.client-actions-history__date{margin-top:var(--space-sm);color:var(--color-grey-450);font-size:var(--font-size-xs);display:block}.client-actions-history__item--ptar{border-color:color-mix(in srgb, var(--color-blue) 45%, var(--border-color))}.client-actions-history__item--investigation{border-color:color-mix(in srgb, var(--color-orange) 45%, var(--border-color))}.leak-card__badges{justify-content:flex-end;align-items:center;gap:5px;margin:0;display:flex}.leak-card__badges .leak-status{border-radius:var(--radius-full);width:fit-content;min-height:22px;font-size:var(--font-size-xxs);white-space:nowrap;align-items:center;gap:4px;margin:0;padding:0 8px;line-height:20px;display:inline-flex;position:static}.leak-card__badges .leak-status svg{width:12px;height:12px;font-size:12px}.leak-card__severity{min-height:24px;padding:0 var(--space-md);border:var(--border-width) solid currentColor;border-radius:var(--radius-full);font-size:var(--font-size-xxs);font-weight:var(--font-weight-semibold);white-space:nowrap;justify-content:center;align-items:center;line-height:22px;display:inline-flex}.leak-card__severity--potential{color:var(--color-green)}.leak-card__severity--medium{color:var(--color-yellow-soft)}.leak-card__severity--high{color:var(--color-orange-light)}.leak-card__severity--critical{color:var(--color-red-light)}.leak-card__severity--low{color:var(--color-grey-200)}.leak-card__flag{min-height:24px;padding:0 var(--space-md);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-full);color:var(--color-grey-350);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;white-space:nowrap;background:0 0;justify-content:center;align-items:center;line-height:1;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.leak-card__flag span{display:none}.leak-card__flag:hover:not(:disabled){border-color:var(--color-grey-500);color:var(--color-text)}.leak-card__flag:disabled{opacity:.5;cursor:not-allowed}.leak-card__flag--analystVerified.leak-card__flag--active,.leak-card__flag--clientVerified.leak-card__flag--active,.leak-card__flag--severityVisibility.leak-card__flag--active{border-color:var(--color-green);background:color-mix(in srgb, var(--color-green) 12%, transparent);color:var(--color-green)}.leak-card__flag--priority.leak-card__flag--active{border-color:var(--color-orange);background:color-mix(in srgb, var(--color-orange) 12%, transparent);color:var(--color-orange-light)}.leak-card__flag--ignore.leak-card__flag--active{border-color:var(--color-grey-500);background:color-mix(in srgb, var(--color-grey-500) 16%, transparent);color:var(--color-grey-200)}.leak-edit-form__add-screenshot{justify-content:center;align-items:center;gap:var(--space-sm);width:auto;min-height:32px;padding:var(--space-xs) var(--space-md);border:var(--border-width) solid var(--color-accent);border-radius:var(--radius-sm);color:var(--color-accent);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;display:inline-flex}.leak-edit-form__add-screenshot:hover{background:color-mix(in srgb, var(--color-accent) 12%, transparent)}.leak-edit-form__add-screenshot--disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.leak-edit-modal{border:var(--border-width) solid var(--color-red);border-radius:var(--radius-md);background:var(--color-surface-light);width:min(760px,100%);color:var(--color-white)}.leak-edit-form{gap:var(--space-xl);flex-direction:column;display:flex}.leak-edit-form__row{gap:var(--space-xl);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.leak-edit-form__field{gap:var(--space-sm);color:var(--color-grey-350);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);flex-direction:column;display:flex}.leak-edit-form__field input,.leak-edit-form__field select,.leak-edit-form__field textarea{width:100%;padding:var(--space-md);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-panel-dark);color:var(--color-white);font:inherit}.leak-edit-form__field textarea{resize:vertical}.leak-edit-form__field input:focus,.leak-edit-form__field select:focus,.leak-edit-form__field textarea:focus{border-color:var(--color-accent);outline:none}.leak-edit-form__field input:disabled{color:var(--color-grey-400);cursor:not-allowed}.leak-edit-form__section-header{justify-content:space-between;align-items:center;gap:var(--space-xl);margin-bottom:var(--space-lg);display:flex}.leak-edit-form__section-header>span{color:var(--color-white);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold)}.leak-edit-form__section-header button{justify-content:center;align-items:center;gap:var(--space-sm);width:auto;min-height:32px;padding:var(--space-xs) var(--space-md);border:var(--border-width) solid var(--color-accent);border-radius:var(--radius-sm);color:var(--color-accent);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;display:inline-flex}.leak-edit-form__section-header button:hover{background:color-mix(in srgb, var(--color-accent) 12%, transparent)}.leak-edit-form__screenshots{padding:var(--space-xl);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-bg-dark)}.leak-edit-form__screenshots-grid{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.leak-edit-form__screenshot{border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-black);min-width:0;margin:0;overflow:hidden}.leak-edit-form__screenshot img{object-fit:cover;object-position:center;width:100%;height:120px;display:block}.leak-edit-form__screenshot figcaption{padding:var(--space-sm);color:var(--color-grey-300);font-size:var(--font-size-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.leak-edit-form__screenshots-empty{justify-content:center;align-items:center;gap:var(--space-sm);min-height:100px;color:var(--color-grey-500);flex-direction:column;display:flex}.leak-edit-form__screenshots-empty svg{font-size:var(--font-size-5xl)}.leak-edit-form__upload-status{margin:var(--space-md) 0 0;color:var(--color-grey-250);font-size:var(--font-size-sm)}.leak-edit-form__upload-status--error{color:var(--color-red-light)}.leak-edit-form__source-row{align-items:end;gap:var(--space-md);margin-top:var(--space-md);grid-template-columns:minmax(0,1fr) minmax(0,2fr) auto;display:grid}.leak-edit-form__remove-source{border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);width:42px;height:42px;color:var(--color-red);cursor:pointer;background:0 0;place-items:center;display:grid}.leak-edit-form__actions{gap:var(--space-md);padding-top:var(--space-xl);border-top:var(--border-width) solid var(--color-grey-700);grid-template-columns:1fr 1fr;display:grid}.leak-edit-form__actions button{border-radius:var(--radius-md);background:var(--color-grey-600);height:48px;color:var(--color-white);font-weight:var(--font-weight-bold);cursor:pointer;border:0}.leak-edit-form__actions button:disabled{opacity:.5;cursor:not-allowed}.leak-edit-form__save{justify-content:center;align-items:center;gap:var(--space-sm);display:inline-flex;background:var(--color-accent)!important}@media (width<=700px){.leak-edit-form__row,.leak-edit-form__row--three,.leak-edit-form__actions,.leak-edit-form__source-row{grid-template-columns:1fr}.leak-edit-form__screenshots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.leak-edit-form__remove-source{width:100%}}.leak-edit-form__screenshot-image{border-radius:8px;position:relative;overflow:hidden}.leak-edit-form__screenshot-image img{object-fit:cover;width:100%;height:160px;display:block}.leak-edit-form__remove-image{color:#fff;cursor:pointer;background:#111827cc;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex;position:absolute;top:8px;right:8px}.leak-edit-form__remove-image:hover{background:#111827f2}.leak-edit-form__remove-image:disabled{cursor:not-allowed;opacity:.5}.leak-edit-form__remove-image svg{width:18px;height:18px}.leak-edit-form__pending-badge{color:#fff;background:#111827cc;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600;position:absolute;bottom:8px;left:8px}.leak-edit-form__screenshot--pending{opacity:.9}.leak-edit-form__image-caption{border:1px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);width:100%;color:var(--color-text-primary,#111827);font:inherit;box-sizing:border-box;border-radius:6px;margin-top:8px;padding:8px 10px}.leak-edit-form__image-caption:focus{border-color:var(--color-primary,#2563eb);outline:none}.leak-edit-form__sources{gap:var(--space-md);flex-direction:column;display:flex}.leak-edit-form__section-header{color:var(--color-grey-350);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);justify-content:space-between;align-items:center;display:flex}.leak-edit-form__section-header button{align-items:center;gap:var(--space-sm);border-radius:var(--radius-sm);background:var(--color-grey-600);color:var(--color-white);padding:var(--space-sm) var(--space-md);cursor:pointer;border:0;display:inline-flex}.leak-edit-form__source-row{gap:var(--space-md);grid-template-columns:180px 1fr auto;align-items:end;display:grid}.leak-edit-form__remove-source{border-radius:var(--radius-md);background:var(--color-grey-600);width:42px;height:42px;color:var(--color-white);cursor:pointer;border:0}.leak-edit-form__remove-source:disabled{opacity:.35;cursor:not-allowed}.leak-edit-form__remove-source:not(:disabled):hover,.leak-edit-form__section-header button:hover{background:var(--color-red)}.leak-edit-form__flags{gap:var(--space-sm);flex-direction:column;display:flex}.leak-edit-form__flags-title{color:var(--header-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.leak-edit-form__flags-list{align-items:center;gap:var(--space-md);flex-wrap:nowrap;display:flex}.leak-edit-form__flags-list .leak-card__flag{flex-shrink:0}.leak-edit-form__row--three{grid-template-columns:repeat(3,minmax(0,1fr))}.leak-edit-form__row--four{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end}.leak-edit-form__row--four .leak-card__flag{justify-content:center;width:100%;min-height:41px}@media (width<=900px){.leak-edit-form__row--four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.leak-edit-form__row--four{grid-template-columns:1fr}}.leak-edit-form__row>.leak-edit-form__field:only-child{grid-column:1/-1}.stats-section{width:100%;margin-top:var(--space-2xl)}.stats-section__actions{margin-bottom:var(--space-xl);justify-content:flex-end;display:flex}.stats-add-button{justify-content:center;align-items:center;gap:var(--space-sm);min-height:42px;padding:0 var(--space-xl);border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-white);font:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;border:0;transition:background .15s,transform .15s;display:inline-flex}.stats-add-button:hover{background:var(--color-accent-secondary-hover)}.stats-add-button:active{transform:translateY(1px)}.stats-add-button svg{font-size:var(--font-size-xl)}.stats-grid{gap:var(--space-md);grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid}.stats-grid--client{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card__icon--green{color:var(--color-green)}.stat-card{justify-content:flex-start;align-items:center;gap:var(--space-lg);min-width:0;min-height:88px;padding:var(--space-lg) var(--space-xl);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);background:var(--color-surface-light);color:var(--color-text);text-align:left;cursor:pointer;transition:border-color .15s,background .15s;display:flex}.stat-card:hover{border-color:var(--color-grey-600);background:var(--color-surface)}.stat-card--active{border-color:var(--color-accent)}.stat-card__icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-card__icon svg{font-size:var(--font-size-2xl)}.stat-card__icon--red{background:color-mix(in srgb, var(--color-red) 12%, transparent);color:var(--color-red)}.stat-card__icon--yellow{background:color-mix(in srgb, var(--color-yellow-light) 12%, transparent);color:var(--color-yellow-light)}.stat-card__icon--blue{background:color-mix(in srgb, var(--color-blue-light) 12%, transparent);color:var(--color-blue-light)}.stat-card__icon--gray{background:color-mix(in srgb, var(--color-grey-450) 12%, transparent);color:var(--color-grey-450)}.stat-card__content{min-width:0}.stat-card__content p{margin:0 0 var(--space-xs);color:var(--color-grey-400);font-size:var(--font-size-sm);white-space:nowrap}.stat-card__content strong{color:var(--header-color);font-size:var(--font-size-3xl);line-height:1;display:block}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.stats-grid{grid-template-columns:1fr}.stats-add-button{width:100%}}.leaks-filter{gap:var(--space-md);margin-top:var(--space-4xl);margin-bottom:var(--space-4xl);padding:var(--space-xl);border:var(--border-width) solid #ffffff1f;border-radius:var(--radius-md);background:var(--color-surface-light);flex-direction:column;display:flex}.leaks-filter input,.leaks-filter select{border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-black);width:100%;height:44px;color:var(--color-white);padding:0 var(--space-md);font-size:var(--font-size-md)}.leaks-filter input::placeholder{color:var(--color-grey-350)}.leaks-search{align-items:center;gap:var(--space-sm);height:44px;padding:0 var(--space-md);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);background:var(--color-panel-dark);display:flex}.leaks-search svg{color:var(--color-grey-350)}.leaks-search input{color:var(--color-white);background:0 0;border:0;outline:none;flex:1}.leaks-filter__header{color:var(--color-grey-250);font-size:var(--font-size-md);justify-content:space-between;align-items:center;display:flex}.leaks-filter__header span{align-items:center;gap:var(--space-sm);display:inline-flex}.leaks-filter__header button{color:var(--color-grey-250);cursor:pointer;background:0 0;border:0}.filter-group{border:var(--border-width) solid var(---border-color);border-radius:var(--radius-md);background:var(--color-bg-dark)}.filter-group>button{width:100%;height:44px;color:var(--header-color);padding:0 var(--space-md);font-weight:var(--font-weight-bold);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;display:flex}.filter-group>button svg{color:var(--color-grey-350)}.filter-group__options{gap:var(--space-sm);padding:var(--space-md);flex-direction:column;display:flex}.filter-option{align-items:center;gap:var(--space-sm);color:var(--header-color);font-size:var(--font-size-md);font-weight:var(--font-weight-normal);display:inline-flex}.filter-option input{width:16px;height:16px;accent-color:var(--color-grey-350)}.leaks-filter__chips{gap:var(--space-sm);padding-top:var(--space-sm);flex-wrap:wrap;display:flex}.filter-chip{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);background:var(--color-red);color:var(--color-white);padding:var(--space-sm) var(--space-md);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);cursor:pointer;border:0;display:inline-flex}.leaks-filter__toggle{align-items:center;gap:var(--space-sm);color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.leaks-filter__toggle:hover{opacity:.8}.filter-date-range{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.filter-date-range__field{gap:var(--space-xs);color:var(--color-grey-350);font-size:var(--font-size-xs);flex-direction:column;display:flex}.filter-date-range__field input{box-sizing:border-box;width:100%;padding:var(--space-sm) var(--space-md);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);background:var(--color-panel-dark);color:var(--color-text);font:inherit}.filter-date-range__field input:focus{border-color:var(--color-accent);outline:none}@media (width<=700px){.filter-date-range{grid-template-columns:1fr}}.leaks-list{gap:var(--space-xl);margin-top:var(--space-4xl);flex-direction:column;display:flex}.client-actions{margin:0 var(--space-xl) var(--space-xl);padding:var(--space-xl);border:var(--border-width) solid #ffffff1f;border-radius:var(--radius-md)}.client-actions h3{align-items:center;gap:var(--space-sm);margin:0 0 var(--space-xl);color:var(--color-red);font-size:var(--font-size-xl);display:flex}.client-actions label{gap:var(--space-md);color:var(--color-grey-200);font-weight:var(--font-weight-semibold);font-size:var(--font-size-md);flex-direction:column;display:flex}.client-actions textarea{min-height:110px;padding:var(--space-md);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-black);color:var(--color-white);font:inherit;resize:vertical;font-size:var(--font-size-sm)}.client-actions textarea:focus{border-color:var(--color-red);outline:none}.client-actions__buttons{gap:var(--space-md);margin-top:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.client-actions__buttons button{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);background:var(--color-grey-600);height:44px;color:var(--color-white);font-weight:var(--font-weight-bold);cursor:pointer;border:0;display:inline-flex}.client-actions__buttons button:disabled{opacity:.45;cursor:not-allowed}.client-actions__buttons button:not(:disabled):nth-child(2){background:var(--color-blue)}.client-actions__buttons button:not(:disabled).client-actions__danger{background:var(--color-orange)}.client-actions p{margin:var(--space-md) 0 0;color:var(--color-grey-350);font-size:var(--font-size-xs);line-height:1.6}.client-actions p strong{color:var(--color-grey-200)}.filter-option--radio{align-items:flex-start}.filter-option--radio span{gap:var(--space-xs);flex-direction:column;display:flex}.filter-option--radio strong{color:var(--header-color);font-size:var(--font-size-sm)}.filter-option--radio small{color:var(--color-grey-400);font-size:var(--font-size-xs)}.filter-group__title{align-items:center;gap:var(--space-sm);line-height:1;display:inline-flex}.filter-group__title-label{align-items:center;gap:4px;line-height:1;display:inline-flex}.filter-group__icon{flex-shrink:0;width:14px!important;height:14px!important;color:var(--color-green)!important}.filter-group__title svg{margin-top:-1px}.filter-group__icon--green{color:var(--color-green)}.filter-chip--default{background:var(--color-grey-700);border:1px solid var(--color-grey-600);color:var(--color-white)}.filter-chip--verified{background:rgb(from var(--color-green) r g b / 16%);border:1px solid var(--color-green);color:var(--color-green)}.leaks-list__load-more{width:100%;height:1px}.investigation-card{gap:var(--space-xl);min-height:160px;padding:var(--space-xl);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-surface-light);color:var(--color-text);box-sizing:border-box;grid-template-columns:160px minmax(0,1fr) auto;transition:border-color .15s,background .15s,transform .15s;display:grid}.investigation-card--clickable{cursor:pointer}.investigation-card--clickable:hover{border-color:var(--color-grey-500);background:var(--color-grey-900);transform:translateY(-1px)}.investigation-card--clickable:focus-visible{outline:var(--border-width-thick) solid var(--color-yellow);outline-offset:var(--space-xs)}.investigation-card__media{border-radius:var(--radius-lg);background:var(--color-panel-dark);width:160px;min-height:128px;overflow:hidden}.investigation-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:128px;display:block}.investigation-card__media--empty{color:var(--color-grey-600);place-items:center;display:grid}.investigation-card__media--empty svg{font-size:var(--font-size-5xl)}.investigation-card__content{min-width:0;padding-top:var(--space-xs)}.investigation-card__production{align-items:center;gap:var(--space-xs);margin-bottom:var(--space-lg);color:var(--color-red);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);display:flex}.investigation-card__production svg{font-size:var(--font-size-md);flex:none}.investigation-card__content h3{margin:0 0 var(--space-lg);color:var(--color-grey-50);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;overflow:hidden}.investigation-card__metadata{align-items:center;gap:var(--space-lg);margin-bottom:var(--space-lg);color:var(--color-grey-350);font-size:var(--font-size-sm);flex-wrap:wrap;display:flex}.investigation-card__metadata>span{align-items:center;gap:var(--space-xs);display:inline-flex}.investigation-card__metadata svg{font-size:var(--font-size-lg)}.investigation-card__customer{color:var(--color-grey-200)}.investigation-card__priority{min-height:24px;padding:0 var(--space-md);border:var(--border-width) solid currentColor;border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:capitalize;line-height:22px}.investigation-card__priority--low{color:var(--color-green)}.investigation-card__priority--medium{color:var(--color-yellow-soft)}.investigation-card__priority--high{color:var(--color-orange-light)}.investigation-card__priority--critical{color:var(--color-red-light)}.investigation-card__notes{color:var(--color-grey-250);font-size:var(--font-size-md);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}.investigation-card__aside{justify-content:flex-end;align-items:flex-start;min-width:112px;display:flex}.investigation-card__status{align-items:center;gap:var(--space-sm);min-height:30px;padding:0 var(--space-lg);border:var(--border-width) solid currentColor;border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);white-space:nowrap;line-height:28px;display:inline-flex}.investigation-card__status>span{border-radius:var(--radius-full);background:currentColor;width:7px;height:7px}.investigation-card__status--pending{color:var(--color-yellow-light)}.investigation-card__status--active{color:var(--color-blue-soft)}.investigation-card__status--completed{color:var(--color-green)}.investigation-card__status--cancelled{color:var(--color-red-light)}@media (width<=760px){.investigation-card{grid-template-columns:96px minmax(0,1fr)}.investigation-card__media{width:96px;min-height:112px}.investigation-card__media img{min-height:112px}.investigation-card__aside{grid-column:2;justify-content:flex-start;min-width:0}}@media (width<=520px){.investigation-card{grid-template-columns:1fr}.investigation-card__media{width:100%;height:180px}.investigation-card__media img{height:180px}.investigation-card__aside{grid-column:auto}.investigation-card__content h3{white-space:normal}}.quick-investigations-list{gap:var(--space-lg);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.quick-investigation-card{gap:var(--space-xl);min-height:160px;padding:var(--space-xl);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-surface-light);color:var(--color-text);box-sizing:border-box;grid-template-columns:160px minmax(0,1fr) auto;transition:border-color .15s,background .15s,transform .15s;display:grid}.quick-investigation-card--clickable{cursor:pointer}.quick-investigation-card--clickable:hover{border-color:var(--color-grey-500);background:var(--color-grey-900);transform:translateY(-1px)}.quick-investigation-card--clickable:focus-visible{outline:var(--border-width-thick) solid var(--color-yellow);outline-offset:var(--space-xs)}.quick-investigation-card__media{border-radius:var(--radius-lg);background:var(--color-panel-dark);width:160px;min-height:128px;overflow:hidden}.quick-investigation-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:128px;display:block}.quick-investigation-card__media--empty{color:var(--color-grey-600);place-items:center;display:grid}.quick-investigation-card__media--empty svg{font-size:var(--font-size-5xl)}.quick-investigation-card__content{min-width:0;padding-top:var(--space-xs)}.quick-investigation-card__production{align-items:center;gap:var(--space-xs);margin-bottom:var(--space-lg);color:var(--color-red);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);display:flex}.quick-investigation-card__production svg{font-size:var(--font-size-md);flex:none}.quick-investigation-card__content h3{margin:0 0 var(--space-lg);color:var(--color-grey-50);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;overflow:hidden}.quick-investigation-card__metadata{align-items:center;gap:var(--space-lg);margin-bottom:var(--space-lg);color:var(--color-grey-350);font-size:var(--font-size-sm);flex-wrap:wrap;display:flex}.quick-investigation-card__metadata>span{align-items:center;gap:var(--space-xs);display:inline-flex}.quick-investigation-card__metadata svg{font-size:var(--font-size-lg)}.quick-investigation-card__customer{color:var(--color-grey-200)}.quick-investigation-card__priority{min-height:24px;padding:0 var(--space-md);border:var(--border-width) solid currentColor;border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:capitalize;line-height:22px}.quick-investigation-card__priority--low{color:var(--color-green-soft)}.quick-investigation-card__priority--medium{color:var(--color-yellow-soft)}.quick-investigation-card__priority--high{color:var(--color-orange-light)}.quick-investigation-card__priority--critical{color:var(--color-red-light)}.quick-investigation-card__notes{color:var(--color-grey-250);font-size:var(--font-size-md);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}.quick-investigation-card__aside{justify-content:flex-end;align-items:flex-start;min-width:112px;display:flex}.quick-investigation-card__status{align-items:center;gap:var(--space-sm);min-height:30px;padding:0 var(--space-lg);border:var(--border-width) solid currentColor;border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);white-space:nowrap;line-height:28px;display:inline-flex}.quick-investigation-card__status>span{border-radius:var(--radius-full);background:currentColor;width:7px;height:7px}.quick-investigation-card__status--pending{color:var(--color-yellow-light)}.quick-investigation-card__status--active{color:var(--color-blue-soft)}.quick-investigation-card__status--completed{color:var(--color-green-soft)}.quick-investigation-card__status--cancelled{color:var(--color-red-light)}.quick-monitoring-card{align-items:center;gap:var(--space-xl);width:100%;padding:var(--space-xl) var(--space-3xl);border:var(--border-width) solid color-mix(in srgb, var(--color-yellow) 45%, var(--color-grey-700));border-radius:var(--radius-xl);background:color-mix(in srgb, var(--color-yellow) 6%, var(--color-surface));color:var(--color-text);font:inherit;text-align:left;cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;transition:border-color .15s,background .15s,transform .15s;display:grid}.quick-monitoring-card:hover{border-color:var(--color-yellow);background:color-mix(in srgb, var(--color-yellow) 10%, var(--color-surface));transform:translateY(-1px)}.quick-monitoring-card:focus-visible{outline:var(--border-width-thick) solid var(--color-yellow);outline-offset:var(--space-xs)}.quick-monitoring-card__icon{border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-yellow) 14%, transparent);width:42px;height:42px;color:var(--color-yellow);justify-content:center;align-items:center;display:inline-flex}.quick-monitoring-card__icon svg{font-size:var(--font-size-4xl)}.quick-monitoring-card__content{gap:var(--space-xs);flex-direction:column;min-width:0;display:flex}.quick-monitoring-card__content strong{color:var(--color-grey-50);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold)}.quick-monitoring-card__content small{color:var(--color-grey-350);font-size:var(--font-size-sm);line-height:1.4}.quick-monitoring-card__arrow{color:var(--color-yellow);font-size:var(--font-size-3xl)}@media (width<=760px){.quick-investigation-card{grid-template-columns:96px minmax(0,1fr)}.quick-investigation-card__media{width:96px;min-height:112px}.quick-investigation-card__media img{min-height:112px}.quick-investigation-card__aside{grid-column:2;justify-content:flex-start;min-width:0}}@media (width<=520px){.quick-investigation-card{grid-template-columns:1fr}.quick-investigation-card__media{width:100%;height:180px}.quick-investigation-card__media img{height:180px}.quick-investigation-card__aside{grid-column:auto}.quick-investigation-card__content h3{white-space:normal}.quick-monitoring-card{grid-template-columns:auto minmax(0,1fr)}.quick-monitoring-card__arrow{display:none}}.investigation-request-modal__backdrop{z-index:1000;padding:var(--space-xl);background:color-mix(in srgb, var(--color-black) 82%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.investigation-request-modal{width:min(512px,100%);max-height:calc(100vh - var(--space-6xl));border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-2xl);background:var(--color-surface);color:var(--color-text);box-shadow:0 24px 64px color-mix(in srgb, var(--color-black) 70%, transparent);overflow-y:auto}.investigation-request-modal__header{align-items:center;gap:var(--space-lg);padding:var(--space-xl) var(--space-4xl);border-bottom:var(--border-width) solid var(--color-grey-700);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.investigation-request-modal__header-icon{border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-yellow) 14%, transparent);width:34px;height:34px;color:var(--color-yellow);justify-content:center;align-items:center;display:inline-flex}.investigation-request-modal__header-icon svg{font-size:var(--font-size-2xl)}.investigation-request-modal__heading{min-width:0}.investigation-request-modal__heading h2{color:var(--color-grey-50);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);margin:0;line-height:1.3}.investigation-request-modal__heading p{color:var(--color-grey-500);font-size:var(--font-size-xs);margin:2px 0 0;line-height:1.4}.investigation-request-modal__close{border-radius:var(--radius-md);width:34px;height:34px;color:var(--color-grey-500);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.investigation-request-modal__close svg{font-size:var(--font-size-2xl)}.investigation-request-modal__close:hover:not(:disabled){background:var(--color-grey-800);color:var(--color-grey-100)}.investigation-request-modal__close:disabled{cursor:not-allowed;opacity:.5}.investigation-request-modal__form{gap:var(--space-3xl);padding:var(--space-4xl);flex-direction:column;display:flex}.investigation-request-modal__field{gap:var(--space-sm);margin-bottom:var(--space-md);flex-direction:column;display:flex}.investigation-request-modal__label,.investigation-request-modal__priority legend{color:var(--color-grey-300);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);letter-spacing:.09em;text-transform:uppercase;line-height:1.3}.investigation-request-modal__label{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.investigation-request-modal__label strong{margin-left:var(--space-xs);color:var(--color-red)}.investigation-request-modal__label small{color:var(--color-grey-500);font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:normal;text-transform:none;margin-left:auto}.investigation-request-modal__field input,.investigation-request-modal__field select,.investigation-request-modal__field textarea{box-sizing:border-box;border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-xl);background:var(--color-bg-dark);width:100%;color:var(--color-grey-50);font-family:inherit;font-size:var(--font-size-sm);transition:border-color .12s,box-shadow .12s}.investigation-request-modal__field input,.investigation-request-modal__field select{height:43px;padding:0 var(--space-lg)}.investigation-request-modal__field select{cursor:pointer}.investigation-request-modal__field textarea{min-height:82px;padding:var(--space-lg);resize:vertical;line-height:1.5}.investigation-request-modal__field input::placeholder,.investigation-request-modal__field textarea::placeholder{color:var(--color-grey-500);opacity:.7}.investigation-request-modal__field input:focus,.investigation-request-modal__field select:focus,.investigation-request-modal__field textarea:focus{border-color:var(--color-yellow);box-shadow:0 0 0 var(--border-width) var(--color-yellow);outline:none}.investigation-request-modal__field input:disabled,.investigation-request-modal__field select:disabled,.investigation-request-modal__field textarea:disabled{cursor:not-allowed;opacity:.55}.investigation-request-modal__hint{color:var(--color-grey-500);font-size:var(--font-size-xs);line-height:1.45}.investigation-request-modal__priority{border:0;min-width:0;margin:0;padding:0}.investigation-request-modal__priority legend{margin-bottom:var(--space-sm);padding:0}.investigation-request-modal__priority-options{gap:var(--space-sm);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.investigation-request-modal__priority-option{min-width:0;height:31px;padding:0 var(--space-sm);border:var(--border-width) solid var(--color-grey-500);border-radius:var(--radius-xl);color:var(--color-grey-300);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:background .12s,border-color .12s,color .12s,filter .12s;display:flex;position:relative}.investigation-request-modal__priority-option input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.investigation-request-modal__priority-option--low{border-color:var(--color-grey-500);color:var(--color-grey-300)}.investigation-request-modal__priority-option--medium{border-color:var(--color-yellow-dark);color:var(--color-yellow-light)}.investigation-request-modal__priority-option--high{border-color:var(--color-orange);color:var(--color-orange-light)}.investigation-request-modal__priority-option--critical{border-color:var(--color-red);color:var(--color-red)}.investigation-request-modal__priority-option--low.investigation-request-modal__priority-option--selected{border-color:var(--color-grey-500);background:var(--color-grey-600);color:var(--color-white)}.investigation-request-modal__priority-option--medium.investigation-request-modal__priority-option--selected{border-color:var(--color-yellow-dark);background:var(--color-yellow-dark);color:var(--color-white)}.investigation-request-modal__priority-option--high.investigation-request-modal__priority-option--selected{border-color:var(--color-orange);background:var(--color-orange);color:var(--color-white)}.investigation-request-modal__priority-option--critical.investigation-request-modal__priority-option--selected{border-color:var(--color-red);background:var(--color-red);color:var(--color-white)}.investigation-request-modal__priority-option:hover{filter:brightness(1.12)}.investigation-request-modal__priority:disabled .investigation-request-modal__priority-option{cursor:not-allowed;opacity:.5}.investigation-request-modal__error{padding:var(--space-lg);border:var(--border-width) solid var(--color-red);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-red) 12%, transparent);color:var(--color-red-light);font-size:var(--font-size-sm);margin:0}.investigation-request-modal__actions{gap:var(--space-lg);padding-top:var(--space-lg);grid-template-columns:1fr 1.1fr;display:grid}.investigation-request-modal__cancel,.investigation-request-modal__submit{border-radius:var(--radius-xl);height:43px;font-family:inherit;font-size:var(--font-size-md);font-weight:var(--font-weight-bold);cursor:pointer}.investigation-request-modal__cancel{border:var(--border-width) solid var(--color-grey-700);color:var(--color-grey-300);background:0 0}.investigation-request-modal__cancel:hover:not(:disabled){border-color:var(--color-grey-500);color:var(--color-white)}.investigation-request-modal__submit{justify-content:center;align-items:center;gap:var(--space-sm);border:var(--border-width) solid var(--color-yellow-dark);background:var(--color-yellow-dark);color:var(--color-white);display:inline-flex}.investigation-request-modal__submit svg{font-size:var(--font-size-xl)}.investigation-request-modal__submit:hover:not(:disabled){border-color:var(--color-yellow-light);background:var(--color-yellow-light)}.investigation-request-modal__cancel:disabled,.investigation-request-modal__submit:disabled{cursor:not-allowed;opacity:.5}@media (width<=560px){.investigation-request-modal__backdrop{padding:var(--space-xl) var(--space-md);align-items:flex-start}.investigation-request-modal{max-height:calc(100vh - var(--space-4xl))}.investigation-request-modal__header,.investigation-request-modal__form{padding:var(--space-xl)}.investigation-request-modal__priority-options{grid-template-columns:repeat(2,minmax(0,1fr))}.investigation-request-modal__actions{grid-template-columns:1fr}}.investigation-details-modal{border:var(--border-width) solid color-mix(in srgb, var(--color-white) 12%, transparent);border-radius:var(--radius-md);background:var(--color-surface-light);width:min(900px,100%);color:var(--color-white)}.investigation-details-modal__image{width:calc(100% - var(--space-xl) * 2);height:320px;margin:var(--space-xl);border-radius:var(--radius-md);background:var(--color-panel-dark);object-fit:cover;object-position:center;display:block}.investigation-details-modal__grid{gap:var(--space-xl);padding:0 var(--space-xl) var(--space-xl);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.investigation-details-modal__grid>div>span,.investigation-details-modal__section>span{margin-bottom:var(--space-sm);color:var(--color-grey-350);font-size:var(--font-size-sm);display:block}.investigation-details-modal__grid strong{align-items:center;gap:var(--space-sm);color:var(--color-white);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);display:inline-flex}.investigation-details-modal__grid strong svg{font-size:var(--font-size-lg);flex:none}.investigation-details-modal__id{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);background:var(--color-panel-dark)}.investigation-details-modal__status{width:fit-content;min-height:28px;padding:0 var(--space-lg);border:var(--border-width) solid currentColor;border-radius:var(--radius-full);white-space:nowrap;line-height:26px;font-size:var(--font-size-xs)!important}.investigation-details-modal__status i{border-radius:var(--radius-full);background:currentColor;width:7px;height:7px}.investigation-details-modal__status--pending{color:var(--color-yellow-light)!important}.investigation-details-modal__status--active{color:var(--color-blue-soft)!important}.investigation-details-modal__status--completed{color:var(--color-green-soft)!important}.investigation-details-modal__status--cancelled{color:var(--color-red-light)!important}.investigation-details-modal__priority{width:fit-content;min-height:28px;padding:0 var(--space-lg);border:var(--border-width) solid currentColor;border-radius:var(--radius-full);line-height:26px;font-size:var(--font-size-xs)!important}.investigation-details-modal__priority--low{color:var(--color-green-soft)!important}.investigation-details-modal__priority--medium{color:var(--color-yellow-soft)!important}.investigation-details-modal__priority--high{color:var(--color-orange-light)!important}.investigation-details-modal__priority--critical{color:var(--color-red-light)!important}.investigation-details-modal__section{padding:0 var(--space-xl) var(--space-xl)}.investigation-details-modal__section-title{align-items:center;gap:var(--space-sm);display:inline-flex!important}.investigation-details-modal__section-title svg{font-size:var(--font-size-md);flex:none}.investigation-details-modal__section>p{padding:var(--space-xl);border:var(--border-width) solid color-mix(in srgb, var(--color-white) 12%, transparent);border-radius:var(--radius-md);background:var(--color-panel-dark);color:var(--color-grey-50);white-space:pre-wrap;margin:0;line-height:1.5}.investigation-details-modal__sources{gap:var(--space-md);flex-direction:column;display:flex}.investigation-details-modal__source{align-items:center;gap:var(--space-lg);padding:var(--space-lg);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-panel-dark);grid-template-columns:140px minmax(0,1fr);display:grid}.investigation-details-modal__source strong{color:var(--color-white);font-size:var(--font-size-sm)}.investigation-details-modal__source a{align-items:center;gap:var(--space-xs);overflow-wrap:anywhere;min-width:0;color:var(--color-blue);font-size:var(--font-size-sm);text-decoration:none;display:inline-flex}.investigation-details-modal__source a:hover{color:var(--color-red)}.investigation-details-modal__source a svg{font-size:var(--font-size-md);flex:none}.investigation-details-modal__source>span{color:var(--color-grey-500);font-size:var(--font-size-sm);margin:0}.investigation-details-modal__images{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.investigation-details-modal__images figure{border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-panel-dark);min-width:0;margin:0;overflow:hidden}.investigation-details-modal__images img{object-fit:cover;object-position:center;width:100%;height:150px;display:block}.investigation-details-modal__images figcaption{padding:var(--space-sm);color:var(--color-grey-300);font-size:var(--font-size-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=700px){.investigation-details-modal__grid,.investigation-details-modal__source{grid-template-columns:1fr}.investigation-details-modal__images{grid-template-columns:repeat(2,minmax(0,1fr))}.investigation-details-modal__image{height:220px}}@media (width<=480px){.investigation-details-modal__images{grid-template-columns:1fr}}.investigation-details-modal__edit{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-sm);background:var(--color-grey-600);color:var(--color-white);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;border:0;display:inline-flex}.investigation-details-modal__edit:hover{background:var(--color-yellow-dark)}.investigation-details-modal__leak-link{align-items:center;gap:var(--space-sm);color:var(--color-accent);font:inherit;font-weight:var(--font-weight-semibold);cursor:pointer;text-align:left;background:0 0;border:0;padding:0;display:inline-flex}.investigation-details-modal__leak-link:hover{text-decoration:underline}.investigation-details-modal__leak-link svg{font-size:var(--font-size-md)}.investigation-edit-modal{border:var(--border-width) solid var(--color-yellow-dark);border-radius:var(--radius-md);background:var(--color-surface-light);width:min(760px,100%);color:var(--color-white)}.investigation-edit-form{gap:var(--space-xl);flex-direction:column;display:flex}.investigation-edit-form__row{gap:var(--space-xl);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.investigation-edit-form__field{gap:var(--space-sm);color:var(--color-grey-350);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);flex-direction:column;display:flex}.investigation-edit-form__field input,.investigation-edit-form__field select,.investigation-edit-form__field textarea{box-sizing:border-box;width:100%;padding:var(--space-md);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-panel-dark);color:var(--color-white);font:inherit}.investigation-edit-form__field textarea{resize:vertical;min-height:130px;line-height:1.5}.investigation-edit-form__field input:focus,.investigation-edit-form__field select:focus,.investigation-edit-form__field textarea:focus{border-color:var(--color-yellow-dark);outline:none}.investigation-edit-form__field input:disabled,.investigation-edit-form__field select:disabled,.investigation-edit-form__field textarea:disabled{cursor:not-allowed;opacity:.55}.investigation-edit-form__priority{border:0;min-width:0;margin:0;padding:0}.investigation-edit-form__priority legend{margin-bottom:var(--space-sm);color:var(--color-grey-350);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.investigation-edit-form__priority-options{gap:var(--space-sm);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.investigation-edit-form__priority-option{border:var(--border-width) solid var(--color-grey-600);border-radius:var(--radius-md);min-height:42px;color:var(--color-grey-350);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex;position:relative}.investigation-edit-form__priority-option input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.investigation-edit-form__priority-option--medium{border-color:var(--color-yellow-dark);color:var(--color-yellow-light)}.investigation-edit-form__priority-option--high{border-color:var(--color-orange);color:var(--color-orange-light)}.investigation-edit-form__priority-option--critical{border-color:var(--color-red);color:var(--color-red-light)}.investigation-edit-form__priority-option--low.investigation-edit-form__priority-option--selected{border-color:var(--color-grey-500);background:var(--color-grey-600);color:var(--color-white)}.investigation-edit-form__priority-option--medium.investigation-edit-form__priority-option--selected{border-color:var(--color-yellow-dark);background:var(--color-yellow-dark);color:var(--color-white)}.investigation-edit-form__priority-option--high.investigation-edit-form__priority-option--selected{border-color:var(--color-orange);background:var(--color-orange);color:var(--color-white)}.investigation-edit-form__priority-option--critical.investigation-edit-form__priority-option--selected{border-color:var(--color-red);background:var(--color-red);color:var(--color-white)}.investigation-edit-form__priority:disabled .investigation-edit-form__priority-option{cursor:not-allowed;opacity:.5}.investigation-edit-form__error{padding:var(--space-lg);border:var(--border-width) solid var(--color-red);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-red) 12%, transparent);color:var(--color-red-light);font-size:var(--font-size-sm);margin:0}.investigation-edit-form__actions{gap:var(--space-md);padding-top:var(--space-xl);border-top:var(--border-width) solid var(--color-grey-700);grid-template-columns:1fr 1fr;display:grid}.investigation-edit-form__actions button{border-radius:var(--radius-md);background:var(--color-grey-600);height:48px;color:var(--color-white);font-weight:var(--font-weight-bold);cursor:pointer;border:0}.investigation-edit-form__actions button:disabled{cursor:not-allowed;opacity:.5}.investigation-edit-form__save{justify-content:center;align-items:center;gap:var(--space-sm);display:inline-flex;background:var(--color-yellow-dark)!important}@media (width<=700px){.investigation-edit-form__row,.investigation-edit-form__actions{grid-template-columns:1fr}.investigation-edit-form__priority-options{grid-template-columns:repeat(2,minmax(0,1fr))}}.section-header{margin-top:var(--space-4xl);padding:var(--space-3xl) var(--space-xl);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-surface-light)}.section-header h2{margin:0 0 var(--space-md);color:var(--color-white);font-size:var(--font-size-3xl)}.section-header p{color:var(--color-grey-200);font-size:var(--font-size-md);margin:0}.monitoring-section{margin-top:var(--space-4xl)}.monitoring-section__title{align-items:center;gap:var(--space-md);margin-bottom:var(--space-3xl);display:flex}.monitoring-section__title h2{color:var(--header-color);font-size:var(--font-size-md);letter-spacing:.16em;text-transform:uppercase;flex-shrink:0;margin:0}.monitoring-section__title p{color:var(--color-grey-400);font-size:var(--font-size-xs);flex-shrink:0;margin:0}.monitoring-section__title:after{content:"";height:var(--border-width);background:var(--color-grey-700);flex:1}.monitoring-section__dot{width:var(--space-sm);height:var(--space-sm);border-radius:var(--radius-full);flex-shrink:0}.monitoring-section__dot--green{background:var(--color-green)}.monitoring-section__dot--purple{background:var(--color-purple-light)}.monitoring-section__dot--yellow{background:var(--color-yellow-soft)}.monitoring-section__dot--gray{background:var(--color-grey-500)}.monitoring-section__empty{margin:var(--space-6xl) 0;color:var(--color-grey-400);text-align:center}.monitoring-section__add-button{padding:var(--space-sm) var(--space-lg);border:var(--border-width) solid var(--color-accent-secondary);border-radius:var(--radius-sm);background:var(--color-accent-secondary);color:var(--color-white);font:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;flex-shrink:0;order:1;transition:background-color .2s,border-color .2s}.monitoring-section__add-button:hover{border-color:var(--color-accent-secondary-hover);background:var(--color-accent-secondary-hover)}.monitoring-section__add-button:disabled{opacity:.55;cursor:not-allowed}.productions-grid{gap:var(--space-2xl);margin-top:var(--space-4xl);grid-template-columns:repeat(3,1fr);display:grid}.production-card{padding:var(--space-3xl);border:var(--border-width) solid color-mix(in srgb, var(--color-white) 12%, transparent);border-radius:var(--radius-md);background:var(--color-surface-light);transition:border-color .2s}.production-card:hover,.production-card:focus-within{border-color:var(--color-red)}.production-card--active,.production-card--reviewed,.production-card--dismissed,.production-card--no-leaks{border-color:color-mix(in srgb, var(--color-white) 12%, transparent)}.production-card--inactive{opacity:.55}.production-card__top{align-items:flex-start;gap:var(--space-xl);margin-bottom:var(--space-2xl);display:flex;position:relative}.production-card__info{flex:1;min-width:0}.production-card h3{margin:var(--space-xs) 0 var(--space-sm);color:var(--header-color);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold)}.production-card__subtitle{align-items:center;gap:var(--space-md);color:var(--color-grey-250);font-size:var(--font-size-md);margin:0;display:flex}.production-card__meta{margin:var(--space-sm) 0 0;color:var(--color-grey-400);font-size:var(--font-size-xs)}.production-status{padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);color:var(--color-white);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);display:inline-flex}.production-status--active{background:var(--color-orange)}.production-status--reviewed{background:var(--color-green)}.production-status--dismissed{background:var(--color-grey-500)}.production-card__stats{gap:var(--space-sm);margin:var(--space-2xl) 0;grid-template-columns:repeat(4,1fr);display:grid}.production-card__stats div{padding:var(--space-md) var(--space-sm);border-radius:var(--radius-sm);background:var(--color-panel-dark);text-align:center}.production-card__stats strong{font-size:var(--font-size-xl);font-weight:var(--font-weight-medium);display:block}.production-card__stats span{margin-top:var(--space-xs);color:var(--color-grey-350);font-size:var(--font-size-xs);display:block}.stat-number--pending{color:var(--color-yellow)}.stat-number--reported{color:var(--color-blue)}.stat-number--reviewed{color:var(--color-green)}.stat-number--dismissed{color:var(--color-grey-350)}.production-card__latest{margin:0 0 var(--space-2xl);color:var(--color-grey-200);font-size:var(--font-size-md)}.production-card__button{border-radius:var(--radius-sm);background:var(--color-accent);width:100%;height:40px;color:var(--color-white);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);cursor:pointer;border:0}.production-card__button:hover{background:var(--color-accent-hover)}.production-card__action{height:var(--space-5xl);padding:0 var(--space-md);border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;top:50px;right:0}.production-card__action--deactivate{border:var(--border-width) solid var(--color-grey-600);color:var(--color-grey-200);background:0 0}.production-card__action--deactivate:hover{border-color:var(--color-red);color:var(--color-red)}.production-card__action--activate{border:var(--border-width) solid color-mix(in srgb, var(--color-green) 45%, transparent);background:color-mix(in srgb, var(--color-green) 12%, transparent);color:var(--color-green)}.production-card__action--activate:hover{border-color:var(--color-green);background:color-mix(in srgb, var(--color-green) 22%, transparent)}.production-card__action:disabled,.production-card__button:disabled{opacity:.55;cursor:not-allowed}.quick-monitoring-card{align-items:center;gap:var(--space-xl);width:100%;min-height:88px;padding:var(--space-2xl);border:var(--border-width) dashed var(--color-grey-600);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-grey-200);text-align:left;cursor:pointer;grid-template-columns:auto 1fr auto;display:grid}.quick-monitoring-card__icon{border:var(--border-width) dashed var(--color-grey-600);border-radius:var(--radius-full);width:48px;height:48px;color:var(--color-orange);place-items:center;display:grid}.quick-monitoring-card strong{margin-bottom:var(--space-xs);color:var(--color-grey-200);display:block}.quick-monitoring-card small{color:var(--color-grey-400)}.add-title-modal__backdrop{z-index:1000;padding:var(--space-4xl);background:color-mix(in srgb, var(--color-black) 75%, transparent);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.add-title-modal{width:min(100%,520px);max-height:calc(100vh - (var(--space-4xl) * 2));border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-lg);background:var(--color-surface-light);color:var(--color-white);overflow-y:auto}.add-title-modal__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4xl);padding:var(--space-4xl);border-bottom:var(--border-width) solid var(--color-grey-700);display:flex}.add-title-modal__header h2{font-size:var(--font-size-3xl);margin:0}.add-title-modal__header p{margin:var(--space-sm) 0 0;color:var(--color-grey-200);font-size:var(--font-size-md)}.add-title-modal__close{color:var(--color-white);font-size:var(--font-size-5xl);cursor:pointer;background:0 0;border:0;padding:0;line-height:1}.add-title-modal__form{gap:var(--space-2xl);padding:var(--space-4xl);flex-direction:column;display:flex}.add-title-modal__form label:not(.add-title-modal__checkbox){gap:var(--space-sm);flex-direction:column;display:flex}.add-title-modal__form label>span{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.add-title-modal__form input,.add-title-modal__form select{box-sizing:border-box;width:100%;padding:var(--space-md) var(--space-lg);border:var(--border-width) solid var(--color-grey-600);border-radius:var(--radius-sm);background:var(--color-panel-dark);color:var(--color-white);font:inherit}.add-title-modal__form input:focus,.add-title-modal__form select:focus{border-color:var(--color-accent);outline:none}.add-title-modal__checkbox{align-items:center;gap:var(--space-md);display:flex}.add-title-modal__checkbox input{width:auto;margin:0}.add-title-modal__error{color:var(--color-red-light);font-size:var(--font-size-sm);margin:0}.add-title-modal__actions{justify-content:flex-end;gap:var(--space-lg);margin-top:var(--space-sm);display:flex}.add-title-modal__cancel,.add-title-modal__submit{padding:var(--space-md) var(--space-2xl);border-radius:var(--radius-sm);font:inherit;font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);cursor:pointer}.add-title-modal__cancel{border:var(--border-width) solid var(--color-grey-600);color:var(--color-white);background:0 0}.add-title-modal__cancel:hover{border-color:var(--color-grey-450)}.add-title-modal__submit{border:var(--border-width) solid var(--color-accent);background:var(--color-accent);color:var(--color-white)}.add-title-modal__submit:hover{border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.add-title-modal__cancel:disabled,.add-title-modal__submit:disabled,.add-title-modal__close:disabled{opacity:.55;cursor:not-allowed}@media (width<=1150px){.productions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.productions-grid{grid-template-columns:1fr}.monitoring-section__title{flex-wrap:wrap}.monitoring-section__title:after{min-width:var(--space-6xl)}.monitoring-section__add-button{margin-left:auto}}.monitoring-section__grid{grid-template-columns:repeat(auto-fill,minmax(280px,360px));justify-content:start;align-items:stretch;gap:16px;display:grid}.title-limit-modal__backdrop{z-index:1000;padding:var(--space-xl);background:#000000a6;place-items:center;display:grid;position:fixed;inset:0}.title-limit-modal{width:min(440px,100%);padding:var(--space-xl);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-surface-light);color:var(--header-color);position:relative}.title-limit-modal h3{margin:0 0 var(--space-md);font-size:var(--font-size-xl)}.title-limit-modal p{margin:0 0 var(--space-xl);color:var(--color-grey-200);line-height:1.5}.title-limit-modal__close{top:var(--space-md);right:var(--space-md);color:var(--color-grey-200);font-size:var(--font-size-2xl);cursor:pointer;background:0 0;border:0;position:absolute}.title-limit-modal__button{padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-sm);background:var(--color-grey-600);color:var(--color-white);font-weight:var(--font-weight-semibold);cursor:pointer;border:0}.add-profile-modal__backdrop{z-index:1000;padding:var(--space-xl);background:#000000b8;place-items:center;display:grid;position:fixed;inset:0}.add-profile-modal{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-lg);background:var(--color-surface-light);width:min(820px,100%);max-height:calc(100vh - 48px);color:var(--color-white);scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto}.add-profile-modal::-webkit-scrollbar{display:none}.add-profile-modal__header{z-index:2;justify-content:space-between;align-items:center;gap:var(--space-xl);padding:var(--space-2xl);border-bottom:var(--border-width) solid var(--border-color);background:var(--color-surface-light);display:flex;position:sticky;top:0}.add-profile-modal__header h2{color:var(--header-color);font-size:var(--font-size-2xl);margin:0}.add-profile-modal__close{width:36px;height:36px;color:var(--color-grey-300);font-size:var(--font-size-2xl);cursor:pointer;background:0 0;border:0}.add-profile-modal__form{gap:var(--space-xl);padding:var(--space-2xl);flex-direction:column;display:flex}.add-profile-modal__row{gap:var(--space-xl);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.add-profile-modal__row--three{grid-template-columns:repeat(3,minmax(0,1fr))}.add-profile-modal__form label:not(.leak-edit-form__add-screenshot){gap:var(--space-sm);min-width:0;color:var(--color-grey-350);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);flex-direction:column;display:flex}.add-profile-modal__form input,.add-profile-modal__form select,.add-profile-modal__form textarea{box-sizing:border-box;width:100%;padding:var(--space-md);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);background:var(--color-panel-dark);color:var(--color-white);font:inherit}.add-profile-modal__form input:focus,.add-profile-modal__form select:focus,.add-profile-modal__form textarea:focus{border-color:var(--color-accent);outline:none}.add-profile-modal__form textarea{resize:vertical}.add-profile-modal__checkbox{min-height:42px;padding:0 var(--space-md);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);background:var(--color-panel-dark);align-self:end;align-items:center;flex-direction:row!important}.add-profile-modal__checkbox input{width:auto;margin:0}.add-profile-modal__section{padding:var(--space-xl);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);background:var(--color-bg-dark)}.add-profile-modal__section-header{justify-content:space-between;align-items:center;gap:var(--space-xl);margin-bottom:var(--space-md);display:flex}.add-profile-modal__section-header>span{color:var(--header-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.add-profile-modal__section-header button{padding:var(--space-xs) var(--space-md);border:var(--border-width) solid var(--color-accent);border-radius:var(--radius-sm);color:var(--color-accent);cursor:pointer;background:0 0}.add-profile-modal__section-header button:hover{background:color-mix(in srgb, var(--color-accent) 12%, transparent)}.add-profile-modal__section-content{gap:var(--space-md);flex-direction:column;display:flex}.add-profile-modal__dynamic-row{align-items:end;gap:var(--space-md);grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) 42px;display:grid}.add-profile-modal__alias-row{gap:var(--space-md);grid-template-columns:minmax(0,1fr) 42px;display:grid}.add-profile-modal__remove{border-radius:var(--radius-md);background:var(--color-grey-600);width:42px;height:42px;color:var(--color-white);cursor:pointer;border:0}.add-profile-modal__remove:not(:disabled):hover{background:var(--color-red)}.add-profile-modal__remove:disabled{opacity:.35;cursor:not-allowed}.add-profile-modal__error{color:var(--color-red-light);font-size:var(--font-size-sm);margin:0}.add-profile-modal__images{padding:var(--space-xl);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-bg-dark)}.add-profile-modal__images-header{justify-content:space-between;align-items:center;gap:var(--space-xl);margin-bottom:var(--space-lg);display:flex}.add-profile-modal__images-header>span{color:var(--color-white);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold)}.add-profile-modal__images-header .leak-edit-form__add-screenshot{flex-direction:row;flex-shrink:0;width:auto}.add-profile-modal__images-empty{justify-content:center;align-items:center;gap:var(--space-sm);min-height:100px;color:var(--color-grey-500);flex-direction:column;display:flex}.add-profile-modal__images-empty svg{font-size:var(--font-size-5xl)}.add-profile-modal__images-grid{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.add-profile-modal__image{border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-black);min-width:0;margin:0;overflow:hidden}.add-profile-modal__image-preview{position:relative;overflow:hidden}.add-profile-modal__image-preview img{object-fit:cover;object-position:center;width:100%;height:160px;display:block}.add-profile-modal__remove-image{width:32px;height:32px;color:var(--color-white);cursor:pointer;background:#111827cc;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:8px;right:8px}.add-profile-modal__remove-image:hover{background:#111827f2}.add-profile-modal__remove-image:disabled{opacity:.5;cursor:not-allowed}.add-profile-modal__remove-image svg{width:18px;height:18px}.add-profile-modal__pending-badge{border-radius:var(--radius-full);color:var(--color-white);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);background:#111827cc;padding:4px 8px;position:absolute;bottom:8px;left:8px}.add-profile-modal__actions{gap:var(--space-md);padding-top:var(--space-xl);border-top:var(--border-width) solid var(--border-color);grid-template-columns:1fr 1fr;display:grid}.add-profile-modal__actions button{border-radius:var(--radius-md);height:46px;color:var(--color-white);font-weight:var(--font-weight-bold);cursor:pointer;border:0}.add-profile-modal__cancel{background:var(--color-grey-600)}.add-profile-modal__submit{background:var(--color-accent)}.add-profile-modal__actions button:disabled{opacity:.5;cursor:not-allowed}@media (width<=720px){.add-profile-modal__row,.add-profile-modal__row--three,.add-profile-modal__dynamic-row,.add-profile-modal__alias-row,.add-profile-modal__actions{grid-template-columns:1fr}.add-profile-modal__remove{width:100%}.add-profile-modal__images-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profiles-grid{gap:var(--space-2xl);margin-top:var(--space-xl);grid-template-columns:repeat(3,minmax(280px,1fr));display:grid}.profiles-header{align-items:center;gap:var(--space-lg);margin-top:var(--space-4xl);display:flex}.profiles-header h2{color:var(--header-color);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;margin:0}.profiles-header__line{background:var(--border-color);flex:1;height:1px}.profiles-header__add{justify-content:center;align-items:center;gap:var(--space-xs);min-height:36px;padding:0 var(--space-lg);border-radius:var(--radius-sm);background:var(--color-grey-500);color:var(--color-white);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;border:0;flex-shrink:0;display:inline-flex}.profiles-header__add:hover{background:var(--color-grey-450)}.profiles-header__add svg{font-size:var(--font-size-md)}.profile-card{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-lg);background:var(--color-surface-light);padding:var(--space-3xl);transition:border-color .2s,box-shadow .2s,transform .2s}.profile-card:hover,.profile-card:focus-within{transform:translateY(-1px)}.profile-card__top{gap:var(--space-xl);margin-bottom:var(--space-3xl);align-items:flex-start;display:flex}.profile-card__avatar,.profile-card__placeholder{border:var(--border-width-thick) solid var(--color-grey-250);border-radius:var(--radius-full);object-fit:cover;flex-shrink:0;width:64px;height:64px}.profile-card__placeholder{background:var(--color-grey-250);color:var(--color-white);font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);place-items:center;display:grid}.profile-card__identity h3{margin:var(--space-xs) 0 var(--space-xxs);color:var(--header-color);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold)}.profile-card__identity p{margin:0 0 var(--space-md);color:var(--color-grey-250);font-size:var(--font-size-md)}.profile-card__badges{gap:var(--space-sm);align-items:center;display:flex}.risk-badge,.verified-badge{border-radius:var(--radius-sm);padding:var(--space-xs) var(--space-sm);color:var(--color-white);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);align-items:center;line-height:1;display:inline-flex}.risk-badge--critical{background:var(--color-red)}.risk-badge--high{background:var(--color-orange)}.risk-badge--medium{background:var(--color-yellow-dark)}.risk-badge--low{background:var(--color-green-dark)}.verified-badge{background:var(--color-blue)}.profile-card__stats{gap:var(--space-sm);margin-bottom:var(--space-2xl);grid-template-columns:repeat(3,1fr);display:grid}.profile-card__stats div{border-radius:var(--radius-sm);background:var(--color-panel-dark);padding:var(--space-md) var(--space-sm);text-align:center}.profile-card__stats strong{color:var(--header-color);font-size:var(--font-size-2xl);font-weight:var(--font-weight-medium);display:block}.profile-card__stats div:first-child strong{color:var(--color-red)}.profile-card__stats span{margin-top:var(--space-xs);color:var(--color-grey-350);font-size:var(--font-size-xs);display:block}.profile-card__details{margin-bottom:var(--space-2xl);flex-direction:column;gap:9px;display:flex}.profile-card__details p{color:var(--color-grey-200);font-size:var(--font-size-md);align-items:center;gap:9px;margin:0;display:flex}.profile-card__details svg{color:var(--color-grey-350);font-size:var(--font-size-lg)}.profile-card__socials{margin-bottom:var(--space-2xl)}.profile-card__socials p{margin:0 0 var(--space-md);color:var(--color-grey-400);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}.profile-card__socials div{gap:var(--space-sm);flex-wrap:wrap;display:flex}.profile-card__socials span{border-radius:var(--radius-sm);background:var(--color-grey-600);padding:6px var(--space-md);color:var(--color-white);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.profile-card__actions{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.profile-card__actions button{justify-content:center;align-items:center;gap:var(--space-xs);border-radius:var(--radius-sm);background:var(--color-grey-600);height:38px;color:var(--color-white);font-weight:var(--font-weight-semibold);cursor:pointer;border:0;display:inline-flex}.profile-card__actions button:hover{background:var(--color-grey-500)}.profile-card__actions .primary-button,.profile-card__actions .primary-button:hover{background:var(--color-accent)}.profile-card__actions svg{font-size:var(--font-size-md)}.profile-card__delete{color:var(--color-red-light)!important}.profile-card__delete:hover{background:color-mix(in srgb, var(--color-red) 18%, var(--color-grey-600))!important}.profile-card__actions .primary-button{background:var(--color-accent)}@media (width<=1100px){.profiles-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media (width<=720px){.profiles-grid{grid-template-columns:1fr}}.profile-modal{border:var(--border-width) solid #ffffff1f;border-radius:var(--radius-md);background:var(--color-surface-light);width:min(1000px,100%);color:var(--color-white);position:relative}.profile-modal__header{gap:var(--space-xl);padding:var(--space-6xl);border-bottom:var(--border-width) solid var(--color-grey-700);display:flex}.profile-modal__header img{border:var(--border-width-thick) solid var(--color-red);border-radius:var(--radius-full);object-fit:cover;width:80px;height:80px}.profile-modal__header h2{font-size:var(--font-size-4xl);margin:0}.profile-modal__header p{margin:var(--space-xs) 0 var(--space-md);color:var(--color-grey-200)}.profile-modal__badges{gap:var(--space-sm);display:flex}.profile-modal__stats{gap:var(--space-xl);padding:var(--space-4xl);grid-template-columns:repeat(3,1fr);display:grid}.profile-modal__stats div,.profile-modal__box{border:var(--border-width) solid #ffffff24;border-radius:var(--radius-md);background:var(--color-panel-dark)}.profile-modal__stats div{padding:var(--space-3xl)}.profile-modal__stats span,.profile-modal__box span{margin-bottom:var(--space-sm);color:var(--color-grey-350);font-size:var(--font-size-sm);display:block}.profile-modal__stats strong{font-size:var(--font-size-2xl);font-weight:var(--font-weight-medium)}.profile-modal__section{padding:0 var(--space-4xl) var(--space-4xl)}.profile-modal__section h3{align-items:center;gap:var(--space-sm);margin:0 0 var(--space-xl);color:var(--color-accent);font-size:var(--font-size-xl);display:flex}.profile-modal__section h3 svg{font-size:var(--font-size-xl)}.profile-modal__box{padding:var(--space-xl)}.profile-modal__box p{margin:0 0 var(--space-xl)}.profile-modal__box p:last-child{margin-bottom:0}.profile-modal__socials{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.profile-modal__avatar,.profile-modal__placeholder{border:var(--border-width-thick) solid var(--color-red);border-radius:var(--radius-full);flex-shrink:0;width:80px;height:80px}.profile-modal__avatar{object-fit:cover}.profile-modal__placeholder{background:var(--color-red);color:var(--color-white);font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);place-items:center;display:grid}.profile-modal__grid-box{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.profile-modal__copy-field{margin:0}.profile-modal__copy-field button{align-items:center;gap:var(--space-sm);color:var(--color-white);cursor:pointer;background:0 0;border:0;display:inline-flex}.profile-modal__copy-field svg,.profile-modal__aliases svg{color:var(--color-grey-350);font-size:var(--font-size-md)}.profile-modal__aliases{gap:var(--space-sm);flex-wrap:wrap;display:flex}.profile-modal__alias{border-radius:var(--radius-full);background:var(--color-grey-600);color:var(--color-white);padding:var(--space-sm) var(--space-lg);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);align-items:center;display:inline-flex}.profile-modal__notes{border:var(--border-width) solid #ff061673;border-radius:var(--radius-md);color:var(--color-white);padding:var(--space-xl);background:#ff06161f;line-height:1.5}.profile-modal__view-leaks{width:calc(100% - var(--space-4xl) * 2);height:48px;margin:0 var(--space-4xl) var(--space-4xl);border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-white);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);cursor:pointer;border:0}.copy-icon,.copied-icon{font-size:var(--font-size-md);transition:color .2s}.copy-icon{color:var(--color-grey-350)}.profile-modal__copy-field button:hover .copy-icon,.copied-icon{color:var(--color-red)}.profile-card-wrapper{min-width:0}.profile-card-wrapper .profile-card{box-sizing:border-box;height:calc(100% - 46px)}.profile-card-wrapper__actions{gap:var(--space-sm);margin-top:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.profile-card-wrapper__actions button{justify-content:center;align-items:center;gap:var(--space-xs);border-radius:var(--radius-sm);background:var(--color-grey-600);min-height:38px;color:var(--color-white);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;border:0;display:inline-flex}.profile-card-wrapper__actions button:hover{background:var(--color-grey-500)}.profile-card-wrapper__actions svg{font-size:var(--font-size-md)}.profile-card-wrapper__actions .profile-card-wrapper__delete{color:var(--color-red-light)}.profile-card-wrapper__actions .profile-card-wrapper__delete:hover{background:color-mix(in srgb, var(--color-red) 18%, var(--color-grey-600))}.users-page{flex-direction:column;gap:24px;width:100%;padding:32px;display:flex}.users-page__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.users-page__header h1{color:var(--color-text);margin:0;font-size:32px;font-weight:700;line-height:1.2}.users-page__header p{color:var(--color-grey-300);margin:8px 0 0;font-size:15px}.users-page__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.users-summary-card{border:1px solid var(--border-color);background:var(--color-surface);border-radius:12px;flex-direction:column;gap:10px;padding:20px;display:flex}.users-summary-card span{color:var(--color-grey-300);font-size:14px}.users-summary-card strong{color:var(--color-text);font-size:28px;font-weight:700}.users-panel{border:1px solid var(--border-color);background:var(--color-surface);border-radius:12px;overflow:hidden}.users-panel__header{padding:14px 16px}.users-page__error{border:1px solid var(--color-red-light);background:color-mix(in srgb, var(--color-red) 12%, var(--color-surface));color:var(--color-red-light);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;font-size:14px;display:flex}.users-page__error button{color:inherit;cursor:pointer;background:0 0;border:0;font-weight:600;text-decoration:underline}.users-table-wrapper{width:100%;overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table th,.users-table td{border-bottom:1px solid var(--color-grey-700);text-align:left;vertical-align:middle;padding:16px 24px}.users-table th{background:var(--color-surface-light);color:var(--color-grey-300);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:600}.users-table td{color:var(--color-text);font-size:14px}.users-table tbody tr:last-child td{border-bottom:0}.users-table tbody tr:hover{background:var(--color-grey-900)}.users-table__email{align-items:center;gap:12px;display:flex}.users-table__email>div{flex-direction:column;gap:3px;min-width:0;display:flex}.users-table__email span:not(.users-table__avatar){text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.users-table__email small{max-width:280px;color:var(--color-grey-300);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.users-table__avatar{background:color-mix(in srgb, var(--color-red) 16%, var(--color-surface));width:36px;height:36px;color:var(--color-red);border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.users-table__actions-heading,.users-table__actions{text-align:right!important}.users-role{text-transform:capitalize;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:600;display:inline-flex}.users-role--admin{background:color-mix(in srgb, var(--color-orange) 20%, var(--color-surface));color:var(--color-orange-dark)}.users-role--analyst{background:color-mix(in srgb, var(--color-yellow) 20%, var(--color-surface));color:var(--color-yellow-dark)}.users-role--client{background:color-mix(in srgb, var(--color-blue) 18%, var(--color-surface));color:var(--color-blue-light)}.users-state,.users-empty{text-align:center;justify-content:center;align-items:center;min-height:220px;padding:32px;display:flex}.users-state{color:var(--color-grey-300);gap:10px}.users-state__spinner{border:2px solid var(--color-grey-700);border-top-color:var(--color-red);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite users-spin}.users-empty{flex-direction:column}.users-empty h2{color:var(--color-text);margin:0;font-size:18px}.users-empty p{color:var(--color-grey-300);margin:8px 0 0;font-size:14px}.users-button{border:var(--border-width) solid var(--border-color);background:var(--color-surface);color:var(--color-text-primary);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;transition:all .2s;display:inline-flex}.users-button-add{border:1px solid var(--color-accent-secondary);background:var(--color-accent-secondary);min-height:40px;font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:9px 16px;font-size:14px;font-weight:600;display:inline-flex}.users-button-add:disabled{cursor:not-allowed;opacity:.55}.users-button-add--primary{background:var(--color-accent-secondary);color:#fff}.users-button-add--primary:hover:not(:disabled){background:var(--color-accent-secondary-hover);color:#fff}.users-button-add--secondary{border-color:var(--color-grey-700);background:var(--color-surface);color:var(--color-text)}.users-button-add--secondary:hover:not(:disabled){background:var(--color-grey-900)}.users-button-add--danger{background:var(--color-red);color:#fff}.users-button-add--danger:hover:not(:disabled){background:var(--color-red-dark)}.users-button-add--danger-secondary{border-color:var(--color-red-light);background:var(--color-surface);color:var(--color-red)}.users-button-add--danger-secondary:hover:not(:disabled){background:color-mix(in srgb, var(--color-red) 10%, var(--color-surface))}.users-modal-backdrop{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.users-modal{border:1px solid var(--color-grey-700);background:var(--color-surface);border-radius:14px;width:min(100%,520px);padding:24px;box-shadow:0 24px 60px #0000003d}.users-modal--small{width:min(100%,440px)}.users-modal__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.users-modal__header h2{color:var(--color-text);margin:0;font-size:22px}.users-modal__header p{color:var(--color-grey-300);margin:6px 0 0;font-size:14px}.users-modal__close{width:34px;height:34px;color:var(--color-grey-300);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:0 0 34px;justify-content:center;align-items:center;font-size:25px;line-height:1;display:inline-flex}.users-modal__close:hover:not(:disabled){background:var(--color-grey-900)}.users-form{flex-direction:column;gap:18px;display:flex}.users-form__field{flex-direction:column;gap:7px;display:flex}.users-form__field>span{color:var(--color-text);font-size:14px;font-weight:600}.users-form__field input,.users-form__field select{border:1px solid var(--color-grey-700);background:var(--color-surface);width:100%;min-height:44px;color:var(--color-text);font:inherit;border-radius:8px;outline:none;padding:10px 12px}.users-form__field input:focus,.users-form__field select:focus{border-color:var(--color-red);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-red) 18%, transparent)}.users-form__error{border:1px solid var(--color-red-light);background:color-mix(in srgb, var(--color-red) 12%, var(--color-surface));color:var(--color-red-light);border-radius:7px;padding:11px 12px;font-size:13px}.users-delete-message{color:var(--color-grey-300);margin-bottom:22px;font-size:15px;line-height:1.6}.users-modal__actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}@keyframes users-spin{to{transform:rotate(360deg)}}@media (width<=800px){.users-page{padding:20px}.users-page__header{flex-direction:column;align-items:stretch}.users-page__header .users-button{width:100%}.users-page__summary{grid-template-columns:1fr}.users-table th,.users-table td{padding:14px 16px}}.users-status{border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);align-items:center;padding:5px 9px;display:inline-flex}.users-status--active{background:color-mix(in srgb, var(--color-green) 16%, var(--color-surface));color:var(--color-green-light)}.users-status--inactive{background:color-mix(in srgb, var(--color-grey-500) 18%, var(--color-surface));color:var(--color-grey-300)}.users-table__customer-error{padding:var(--space-lg) var(--space-4xl);border-top:var(--border-width) solid var(--color-grey-700);color:var(--color-red-light);font-size:var(--font-size-sm)}.customers-table{table-layout:auto;width:100%;min-width:1300px}.customers-table th,.customers-table td{box-sizing:border-box}.customers-table th:first-child,.customers-table td:first-child{min-width:170px}.customers-table th:nth-child(2),.customers-table td:nth-child(2){min-width:100px}.customers-table th:nth-child(3),.customers-table td:nth-child(3){min-width:180px}.customers-table th:nth-child(4),.customers-table td:nth-child(4){min-width:120px}.customers-table th:nth-child(5),.customers-table td:nth-child(5){min-width:430px}.customers-table th:nth-child(6),.customers-table td:nth-child(6){min-width:230px}.customers-table td{vertical-align:middle}.customers-credits{align-items:center;gap:var(--space-sm);white-space:nowrap;display:flex}.customers-credits strong{color:var(--color-text);font-size:var(--font-size-md)}.customers-credits__edit{padding:var(--space-xs) var(--space-sm);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);color:var(--color-grey-200);font-size:var(--font-size-xs);cursor:pointer;background:0 0}.customers-credits__edit:hover{border-color:var(--color-accent);color:var(--color-accent)}.customers-credits-editor{align-items:center;gap:var(--space-sm);white-space:nowrap;display:flex}.customers-credits-editor__controls{flex-shrink:0;align-items:center;display:flex}.customers-credits-editor__controls input{box-sizing:border-box;border-top:var(--border-width) solid var(--border-color);border-right:0;border-bottom:var(--border-width) solid var(--border-color);background:var(--color-panel-dark);width:64px;height:32px;color:var(--color-text);text-align:center;font:inherit;font-size:var(--font-size-sm);border-left:0}.customers-credits-editor__controls input:focus{border-color:var(--color-accent);outline:none}.customers-credits-editor__step{border:var(--border-width) solid var(--border-color);background:var(--color-surface);width:32px;height:32px;color:var(--color-text);font-size:var(--font-size-xl);cursor:pointer;flex-shrink:0}.customers-credits-editor__step:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.customers-credits-editor__step:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.customers-credits-editor__step:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.customers-credits-editor__actions{align-items:center;gap:var(--space-xs);flex-shrink:0;display:flex}.customers-icon-button{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);width:30px;height:30px;color:var(--color-grey-200);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.customers-icon-button svg{font-size:var(--font-size-lg)}.customers-icon-button--save{border-color:var(--color-green);color:var(--color-green)}.customers-icon-button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.customers-icon-button--save:hover:not(:disabled){border-color:var(--color-green);color:var(--color-green)}.customers-credits__edit:disabled,.customers-credits-editor__step:disabled,.customers-icon-button:disabled{opacity:.55;cursor:not-allowed}.customers-table__titles-cell{align-items:center;gap:16px;width:100%;min-width:0;display:flex}.customers-titles{flex:auto;min-width:0}.customers-titles summary{color:var(--color-grey-200);cursor:pointer;white-space:nowrap;align-items:center;gap:8px;list-style:none;display:inline-flex}.customers-titles summary::-webkit-details-marker{display:none}.customers-titles summary:before{content:"▶";color:var(--color-grey-300);flex-shrink:0;font-size:10px;line-height:1;transition:transform .15s}.customers-titles[open]>summary:before{transform:rotate(90deg)}.customers-titles__summary{white-space:nowrap;display:inline-block}.customers-table__titles-cell>.users-button{flex-shrink:0;margin-left:auto}.customers-titles__list{gap:var(--space-sm);margin-top:var(--space-sm);flex-direction:column;display:flex}.customers-titles__item{gap:var(--space-xs);padding:var(--space-sm);flex-direction:column;display:flex}.customers-titles__item strong{color:var(--color-text);font-size:var(--font-size-sm)}.customers-titles__item small{color:var(--color-grey-400);font-size:var(--font-size-xs)}.users-table__actions{white-space:nowrap;justify-content:flex-end;align-items:center;gap:8px;min-width:220px;display:flex}.users-table__actions .users-button{flex-shrink:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}.customers-edit-titles-modal{width:min(720px,100vw - 40px);max-height:calc(100vh - 48px);overflow-y:auto}.customers-edit-titles-modal .users-modal__header{padding-bottom:var(--space-xl);border-bottom:var(--border-width) solid var(--border-color)}.customers-edit-titles-modal .users-form{gap:var(--space-xl);padding-top:var(--space-xl);flex-direction:column;display:flex}.customers-edit-titles-modal .users-form__row{gap:var(--space-lg);grid-template-columns:minmax(0,1fr) minmax(180px,.45fr);display:grid}.customers-edit-titles-modal .users-form__field{gap:var(--space-sm);flex-direction:column;min-width:0;display:flex}.customers-edit-titles-modal .users-form__field>span{color:var(--color-grey-250);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.customers-edit-titles-modal .users-form__field select{box-sizing:border-box;width:100%;min-height:46px;padding:0 var(--space-md);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);background:var(--color-panel-dark);color:var(--color-text);font:inherit;font-size:var(--font-size-sm);cursor:pointer;transition:border-color .15s,background .15s}.customers-edit-titles-modal .users-form__field select:hover:not(:disabled){border-color:var(--color-grey-500)}.customers-edit-titles-modal .users-form__field select:focus{border-color:var(--color-accent);outline:none}.customers-edit-titles-modal .users-form__field select:disabled{opacity:.55;cursor:not-allowed}.customers-edit-titles-modal>.users-form>.users-button-add,.customers-edit-titles-modal .users-form>.users-button-add{width:100%;min-height:44px;margin:0}.customers-edit-titles{gap:var(--space-md);padding-top:var(--space-md);flex-direction:column;display:flex}.customers-edit-titles__header{justify-content:space-between;align-items:center;gap:var(--space-lg);display:flex}.customers-edit-titles__header h3{color:var(--color-text);font-size:var(--font-size-lg);margin:0}.customers-edit-titles__header>span{padding:var(--space-xs) var(--space-sm);border:var(--border-width) solid var(--border-color);background:var(--color-panel-dark);color:var(--color-grey-300);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);border-radius:999px;flex-shrink:0}.customers-edit-titles__list{gap:var(--space-sm);flex-direction:column;display:flex}.customers-edit-titles__item{align-items:center;gap:var(--space-md);padding:var(--space-md);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);background:var(--color-panel-dark);grid-template-columns:minmax(0,1fr) 160px auto;display:grid}.customers-edit-titles__info{gap:var(--space-xs);flex-direction:column;min-width:0;display:flex}.customers-edit-titles__info strong{color:var(--color-text);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customers-edit-titles__info small{color:var(--color-grey-400);font-size:var(--font-size-xs)}.customers-edit-titles__item>select{box-sizing:border-box;width:100%;min-width:0;height:38px;padding:0 var(--space-sm);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:var(--font-size-sm);cursor:pointer}.customers-edit-titles__item>select:hover:not(:disabled){border-color:var(--color-grey-500)}.customers-edit-titles__item>select:focus{border-color:var(--color-accent);outline:none}.customers-edit-titles__item>.users-button{min-width:82px;height:38px;padding:0 var(--space-md);white-space:nowrap}.customers-edit-titles__empty{padding:var(--space-xl);border:var(--border-width) dashed var(--border-color);border-radius:var(--radius-md);color:var(--color-grey-400);text-align:center;margin:0}.customers-edit-titles-modal .users-form__error{margin:0}.customers-edit-titles-modal .users-modal__actions{justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-sm);padding-top:var(--space-xl);border-top:var(--border-width) solid var(--border-color);display:flex}.customers-edit-titles-modal .users-modal__actions .users-button{min-width:120px}@media (width<=700px){.customers-edit-titles-modal .users-form__row,.customers-edit-titles__item{grid-template-columns:1fr}.customers-edit-titles__item>.users-button{width:100%}.customers-edit-titles-modal .users-modal__actions{grid-template-columns:1fr 1fr;display:grid}}.reports-page{width:100%}.reports-page__header{justify-content:space-between;align-items:flex-start;gap:var(--space-xl);margin-bottom:var(--space-3xl);margin-top:var(--space-4xl);display:flex}.reports-page__header h1{color:var(--color-header);font-size:var(--font-size-xl);margin:0}.reports-page__header p{margin:var(--space-xs) 0 0;color:var(--color-grey-400);font-size:var(--font-size-sm)}.reports-upload-button{justify-content:center;align-items:center;gap:var(--space-sm);min-height:36px;padding:0 var(--space-xl);border-radius:var(--radius-lg);background:var(--color-red);color:var(--color-white);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);cursor:pointer;border:0;display:inline-flex}.reports-filters{align-items:center;gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap;display:flex}.reports-search{align-items:center;gap:var(--space-sm);width:min(320px,100%);min-height:38px;padding:0 var(--space-lg);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-grey-500);display:flex}.reports-search input{width:100%;color:var(--color-white);font:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.reports-search svg{font-size:var(--font-size-lg)}.reports-filter-buttons{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.reports-filter-button{min-height:38px;padding:0 var(--space-lg);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-grey-250);font:inherit;font-size:var(--font-size-xs);cursor:pointer}.reports-filter-button--active{border-color:var(--color-red);background:var(--color-red);color:var(--color-white);font-weight:var(--font-weight-bold)}.reports-table{border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-lg);background:var(--color-surface);overflow:hidden}.reports-table__header,.reports-table__row{align-items:center;gap:var(--space-xl);padding:var(--space-xl) var(--space-3xl);grid-template-columns:minmax(300px,2fr) minmax(180px,1fr) minmax(150px,1fr) minmax(130px,.7fr) minmax(150px,auto);display:grid}.reports-table__header{border-bottom:var(--border-width) solid var(--color-grey-700);color:var(--color-grey-500);font-size:var(--font-size-xxs);letter-spacing:.14em;text-transform:uppercase}.reports-table__row{border-bottom:var(--border-width) solid var(--color-grey-800);min-height:72px}.reports-table__row:last-child{border-bottom:0}.report-name{align-items:flex-start;gap:var(--space-md);min-width:0;display:flex}.report-name>svg{color:var(--color-grey-500);font-size:var(--font-size-lg);margin-top:2px}.report-name>div{min-width:0}.report-name strong{color:var(--color-header);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.report-name small{gap:var(--space-lg);margin-top:var(--space-sm);color:var(--color-grey-500);font-size:var(--font-size-xs);display:flex}.report-category,.report-date{align-items:center;gap:var(--space-sm);color:var(--color-grey-250);font-size:var(--font-size-xs);display:inline-flex}.report-category svg,.report-date svg{color:var(--color-grey-500);font-size:var(--font-size-sm)}.report-format{align-items:center;gap:var(--space-sm);display:inline-flex}.report-format strong{padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-red) 20%, transparent);color:var(--color-red-light);font-size:var(--font-size-xxs)}.report-format small{color:var(--color-grey-500);font-size:var(--font-size-xs)}.report-actions{justify-content:flex-end;align-items:center;gap:var(--space-sm);display:flex}.report-download{justify-content:center;align-items:center;gap:var(--space-sm);min-width:100px;min-height:30px;padding:0 var(--space-lg);border:var(--border-width) solid var(--color-red);border-radius:var(--radius-sm);color:var(--color-red);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;display:inline-flex}.report-delete{border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-sm);width:30px;height:30px;color:var(--color-grey-350);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.report-download:hover,.report-delete:hover:not(:disabled){background:color-mix(in srgb, var(--color-red) 12%, transparent)}.report-delete:disabled{cursor:not-allowed;opacity:.5}.reports-empty{margin:var(--space-4xl) 0;color:var(--color-grey-400);text-align:center}.upload-report-modal{width:min(680px,100%)}.upload-report-form{gap:var(--space-xl);flex-direction:column;display:flex}.upload-report-form__row{gap:var(--space-xl);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.upload-report-form label{gap:var(--space-sm);color:var(--color-grey-350);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);flex-direction:column;display:flex}.upload-report-form label small{color:var(--color-grey-500);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal)}.upload-report-form input,.upload-report-form select{width:100%;min-height:42px;padding:0 var(--space-md);border:var(--border-width) solid var(--color-grey-700);border-radius:var(--radius-md);background:var(--color-panel-dark);color:var(--color-white);font:inherit}.upload-report-file{border:var(--border-width) dashed var(--color-grey-600);border-radius:var(--radius-md);background:var(--color-bg-dark);cursor:pointer;justify-content:center;align-items:center;min-height:110px;color:var(--color-grey-250)!important;flex-direction:row!important;display:flex!important}.upload-report-form__error{color:var(--color-red-light);font-size:var(--font-size-sm);margin:0}.upload-report-form__progress{color:var(--color-grey-250);font-size:var(--font-size-sm);margin:0}.upload-report-form__actions{gap:var(--space-md);padding-top:var(--space-xl);border-top:var(--border-width) solid var(--color-grey-700);grid-template-columns:1fr 1fr;display:grid}.upload-report-form__actions button{border-radius:var(--radius-md);background:var(--color-grey-600);height:46px;color:var(--color-white);font-weight:var(--font-weight-bold);cursor:pointer;border:0}.upload-report-form__actions button:disabled{cursor:not-allowed;opacity:.5}.upload-report-form__submit{justify-content:center;align-items:center;gap:var(--space-sm);display:inline-flex;background:var(--color-red)!important}@media (width<=900px){.reports-table{overflow-x:auto}.reports-table__header,.reports-table__row{min-width:900px}}@media (width<=700px){.reports-page__header{flex-direction:column}.reports-upload-button,.reports-search{width:100%}.reports-filters{flex-direction:column;align-items:stretch}.upload-report-form__row,.upload-report-form__actions{grid-template-columns:1fr}}.dashboard-page{background:var(--color-bg);min-height:100vh;color:var(--color-text);font-family:Inter,system-ui,sans-serif}.dashboard-header{justify-content:space-between;align-items:center;display:flex}.dashboard-page__content{box-sizing:border-box;min-height:100vh;padding:var(--space-4xl) var(--space-5xl);margin-left:240px}.dashboard-header{margin-bottom:var(--space-4xl);justify-content:space-between;align-items:center;display:flex}.dashboard-header__actions{align-items:center;gap:var(--space-lg);display:flex}@media (width<=900px){.dashboard-sidebar{width:200px}.dashboard-page__content{padding:var(--space-2xl);margin-left:200px}}.role-toggle{align-items:center;gap:var(--space-sm);display:flex}.role-toggle span{color:var(--color-grey-350);font-weight:var(--font-weight-medium)}.role-toggle span.active{color:var(--color-white)}.role-toggle button{background:var(--color-grey-600);cursor:default;border:0;border-radius:999px;width:44px;height:24px;position:relative}.role-toggle__thumb{background:var(--color-blue);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.role-toggle__thumb--admin{background:var(--color-red);transform:translate(20px)}html,body,#root{min-height:100vh;margin:0}*{box-sizing:border-box}:root[data-theme=dark]{--color-black:#050505;--color-bg:#070707;--color-bg-dark:#0b0b0b;--color-surface:#141414;--color-surface-light:#222;--color-grey-900:#202020;--color-grey-800:#262626;--color-grey-700:#303030;--color-grey-600:#333;--color-grey-500:#64748b;--color-grey-450:#7b8496;--color-grey-400:#7f8ea5;--color-grey-350:#8fa0b8;--color-grey-300:#9ca3af;--color-grey-250:#9fb0c8;--color-grey-200:#b7c7dc;--color-grey-100:#c7c7c7;--color-grey-50:#d1d5db;--color-white:#fff;--color-text:var(--color-grey-50);--color-accent:var(--color-red);--color-accent-hover:var(--color-red-dark);--color-accent-secondary:var(--color-grey-500);--color-accent-secondary-hover:var(--color-grey-450);--color-accent-soft:color-mix(in srgb, var(--color-red) 15%, transparent);--border-color:var(--color-grey-600);--header-color:var(--color-white);--header-hover-color:var(--color-white)}:root[data-theme=light]{--color-bg:#e5e5ec;--color-bg-dark:#ececec;--color-surface:#fff;--color-surface-light:#fafafa;--color-text:var(--color-grey-300);--color-white:#fff;--color-grey-900:#f3f4f6;--color-grey-800:#e5e7eb;--color-grey-700:#d1d5db;--color-grey-600:#c4c4c4;--color-grey-500:#9ca3af;--color-grey-450:#6b7280;--color-grey-400:#4b5563;--color-grey-350:#374151;--color-grey-300:#1f2937;--color-grey-250:#111827;--color-grey-200:#111827;--color-grey-100:#111827;--color-grey-50:#111827;--color-accent:var(--color-blue);--color-accent-secondary:var(--color-grey-500);--color-accent-secondary-hover:var(--color-grey-450);--color-accent-hover:var(--color-blue-light);--color-accent-soft:color-mix(in srgb, var(--color-blue) 12%, transparent);--color-panel-dark:var(--color-grey-800);--font-color-accent:var(--color-grey-800);--border-color:var(--color-white);--header-color:var(--color-black);--header-hover-color:var(--color-grey-100)}:root{--color-red:#e41422;--color-red-dark:#e50914;--color-red-light:#f87171;--color-orange:#f85818;--color-orange-dark:#d89000;--color-orange-light:#ff672b;--color-yellow:#e7bd01;--color-yellow-dark:#d89400;--color-yellow-light:#f5b301;--color-yellow-soft:#facc15;--color-green:#00a85a;--color-green-dark:#00964c;--color-green-light:#00b84a;--color-green-bright:#00d45d;--color-green-success:#00e66b;--color-green-soft:#4ade80;--color-blue:#176cff;--color-blue-light:#2d7dff;--color-blue-soft:#60a5fa;--color-purple:#9333ea;--color-purple-light:#5b3df5;--color-cyan:#229ed9;--color-irdeto:#5c0056;--color-black:#050505;--color-bg:#070707;--color-bg-dark:#0b0b0b;--color-surface:#141414;--color-surface-light:#222;--color-grey-900:#202020;--color-grey-800:#262626;--color-grey-700:#303030;--color-grey-600:#333;--color-grey-500:#64748b;--color-grey-450:#7b8496;--color-grey-400:#7f8ea5;--color-grey-350:#8fa0b8;--color-grey-300:#9ca3af;--color-grey-250:#9fb0c8;--color-grey-200:#b7c7dc;--color-grey-100:#c7c7c7;--color-grey-50:#d1d5db;--color-white:#fff;--color-text:#f5f5f5;--color-panel-dark:var(--color-black);--font-color-accent:var(--color-black);--font-size-xxs:10px;--font-size-xs:12px;--font-size-sm:13px;--font-size-md:14px;--font-size-lg:16px;--font-size-xl:18px;--font-size-2xl:20px;--font-size-3xl:22px;--font-size-4xl:24px;--font-size-5xl:34px;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--border-width:1px;--border-width-thick:2px;--radius-sm:4px;--radius-md:8px;--radius-lg:10px;--radius-xl:12px;--radius-2xl:16px;--radius-full:999px;--space-xs:4px;--space-sm:8px;--space-md:10px;--space-lg:12px;--space-xl:16px;--space-2xl:18px;--space-3xl:20px;--space-4xl:24px;--space-5xl:28px;--space-6xl:32px}
