@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";#root{width:100%;margin:0 auto;padding:0 2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@keyframes splash{0%{opacity:1}to{opacity:0}}.splash-animation{transition:2.3s ease-in-out;animation-name:splash;animation-duration:1s;animation-delay:4s}.splash-box{height:100vh;width:100vw;margin:auto;position:relative;background-image:url(/gsoc/assets/bg-Sns6Bh39.png);background-size:cover;background-position:center;transition:2.3s ease-in-out;filter:brightness(50%)}.splash-text{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-70%)}:root{--bpcl-dark-900: #0e1927;--bpcl-dark-800: #132338;--bpcl-dark-700: #1b2f49;--bpcl-accent: #2e67d1;--bpcl-card: #f7f9fc}.bpcl-login-page{position:relative;min-height:100vh;overflow:hidden;font-family:Inter,sans-serif}.bpcl-login-page *{font-family:Inter,sans-serif}.bpcl-login-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0}.bpcl-bg-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.03);transition:opacity 1s ease,transform 6s ease}.bpcl-bg-slide.active{opacity:1;transform:scale(1)}.bpcl-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#0e1927e6,#0e1927c7 45%,#132338e6)}.bpcl-auth-card{position:relative;z-index:1;width:100vw;min-height:100vh;border-radius:0;overflow:hidden;background:#ffffff14;border:0;box-shadow:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;grid-template-columns:60% 40%}.bpcl-auth-left{position:relative;background-size:cover;background-position:center;align-items:center;justify-content:flex-start;padding:44px}.bpcl-auth-left-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0e192733,#192e4880 46%,#0e1927c7)}.bpcl-auth-left-content{position:relative;z-index:1;color:#eff4ff;text-align:left;align-items:flex-start}.bpcl-brand-logo{height:76px;margin-bottom:18px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.3))}.bpcl-hero-heading{display:flex;flex-direction:column;gap:8px;margin:0 0 24px;line-height:1.02;font-weight:800;font-size:clamp(2.2rem,4.2vw,4.2rem)}.bpcl-hero-highlight{width:fit-content;color:#f3f8ff}.bpcl-hero-line{color:#f3f8ff}.bpcl-hero-yellow{color:#f1d11a}.bpcl-auth-left-content p{margin:0;max-width:620px;color:#eff4ffd1;font-size:1.18rem;line-height:1.45;font-weight:500}.bpcl-auth-right{background:#ededed;display:flex;align-items:center;justify-content:center;padding:46px 40px}.bpcl-login-card-wrapper{width:100%;max-width:420px}.bpcl-brand-logo-mobile{display:block;margin:0 auto 12px}.bpcl-login-card{border:none;border-radius:0;background:transparent;box-shadow:none;padding:0}.bpcl-login-card .card-body{padding:0}.bpcl-login-head-logo{height:150px;margin-bottom:12px}.bpcl-login-card .card-title{color:var(--bpcl-dark-900);font-size:3rem;font-weight:800;letter-spacing:-.02em}.bpcl-login-card-caption{color:#6a7487;font-size:1.35rem;line-height:1.35;margin-bottom:30px!important}.bpcl-login-card .form-label{color:#4c586c;font-weight:500;margin-bottom:8px;font-size:1.18rem}.bpcl-login-card .form-control,.bpcl-login-card .input-group-text{background:#f4f5f7;border:1px solid #d6dbe3;color:#22314a;border-radius:10px}.bpcl-login-card .form-control{min-height:56px;font-weight:500;font-size:1.14rem}.bpcl-login-card .form-control::placeholder{color:#9ba4b3}.bpcl-login-card .form-control:focus{border-color:#4d7ed3;box-shadow:0 0 0 .22rem #4d7ed333}.bpcl-password-toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.bpcl-login-card .input-group-text{color:#9da6b5;font-size:1.05rem}.bpcl-login-card .input-group .input-group-text:first-child{border-right:0}.bpcl-login-card .input-group .form-control{border-left:0;border-right:0}.bpcl-login-card .input-group .bpcl-password-toggle{border-left:0}.bpcl-login-card .invalid-feedback{color:#d03333;font-weight:600}.bpcl-login-meta{display:flex;align-items:center;justify-content:space-between;margin-top:2px;margin-bottom:8px}.bpcl-remember-wrap{display:inline-flex;align-items:center;gap:8px;color:#525f72;font-size:1rem;font-weight:500;cursor:pointer}.bpcl-remember-wrap input{width:16px;height:16px;accent-color:#2c3344}.bpcl-forgot-btn{background:transparent;border:0;color:#2e56b7;font-size:1rem;font-weight:700;padding:0}.bpcl-submit-btn{min-height:56px;border:none;border-radius:10px;background:linear-gradient(#003366d9,#00529bd9);color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.3px;box-shadow:0 8px 20px #4664ff47}.bpcl-submit-btn:hover{filter:brightness(1.03)}@media (max-width: 991px){.bpcl-auth-card{width:100vw;min-height:auto;grid-template-columns:1fr}.bpcl-auth-right{padding:20px 16px}.bpcl-login-card .card-title{font-size:2.2rem}.bpcl-login-card-caption{font-size:1rem;margin-bottom:20px!important}.bpcl-login-card .form-label{font-size:1rem}.bpcl-login-card .form-control{min-height:48px;font-size:1rem}.bpcl-submit-btn{min-height:50px;font-size:1rem}}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999}.loader-spinner{width:5rem;height:5rem;color:#007bff}.assign-pipeline-modal .modal-content{border:1px solid #dbe4f0;border-radius:16px;overflow:hidden;box-shadow:0 20px 44px #0f172a33}.assign-pipeline-modal-body.card{border:0;border-radius:0;margin:0!important;background:linear-gradient(180deg,#f7f9ff,#f1f5ff)}.assign-pipeline-content{padding:18px 18px 12px!important}.assign-pipeline-title.card-title{margin:0 0 8px;color:#1f2a44;font-size:24px;font-weight:800;letter-spacing:.01em}.assign-pipeline-label{margin-bottom:6px;color:#3a4561;font-size:13px;font-weight:700}.assign-pipeline-loading p{color:#5f6d87;font-weight:600}.assign-pipeline-select .react-select__control{min-height:44px;border:1px solid #cfdaeb;border-radius:12px;box-shadow:none;background:#fff}.assign-pipeline-select .react-select__control:hover{border-color:#9bb2d3}.assign-pipeline-select .react-select__control--is-focused{border-color:#3157c9;box-shadow:0 0 0 4px #3157c91f}.assign-pipeline-select .react-select__placeholder{color:#8a97ad;font-weight:600}.assign-pipeline-select .react-select__multi-value{background:#e7eeff;border-radius:8px}.assign-pipeline-select .react-select__multi-value__label{color:#1f3f9f;font-weight:700}.assign-pipeline-select .react-select__multi-value__remove{color:#4b5e92}.assign-pipeline-select .react-select__multi-value__remove:hover{background:#cfdbff;color:#16337f}.assign-pipeline-select .react-select__menu{border:1px solid #d7e1f0;border-radius:12px;box-shadow:0 12px 28px #0f172a24;overflow:hidden}.assign-pipeline-select .react-select__option{color:#33405a;font-weight:600}.assign-pipeline-select .react-select__option--is-focused{background:#edf2ff}.assign-pipeline-select .react-select__option--is-selected{background:#1e3a8a;color:#fff}.assign-pipeline-selected-list{max-height:180px;overflow-y:auto;border:1px solid #d7e1f0;border-radius:12px;background:#fff;box-shadow:inset 0 1px #fffc}.assign-pipeline-list-group{border-radius:12px}.assign-pipeline-list-item{border:0;border-bottom:1px solid #e9eef7!important;padding:8px 12px;color:#1f2a44;font-weight:600}.assign-pipeline-list-item:last-child{border-bottom:0!important}.assign-badge-assigned,.assign-badge-new{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;letter-spacing:.03em}.assign-badge-assigned{background:#d8f3ff;color:#005f80}.assign-badge-new{background:#dcfce7;color:#166534}.assign-pipeline-actions{border-top-color:#dce4f2!important;margin-top:8px!important;padding-top:10px!important}.assign-pipeline-actions .btn{min-height:38px;padding:6px 14px;border-radius:10px;font-weight:700;font-size:13px}.assign-pipeline-actions .btn.btn-secondary.cancel{border:1px solid #d4dbe9;background:#fff;color:#5b657a}.assign-pipeline-actions .btn.btn-secondary.cancel:hover{background:#f6f8fc}.assign-pipeline-actions .btn.btn-primary{border:0;background:linear-gradient(90deg,#1e3a8a,#2d4eb3);color:#fff;box-shadow:0 10px 20px #1e3a8a40}.assign-pipeline-actions .btn.btn-primary:hover{background:linear-gradient(90deg,#1b357d,#2947a4)}.assign-pipeline-select-block,.assign-pipeline-selected-wrap{margin-bottom:12px!important}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.management-center-page{margin-top:67px;min-height:calc(100vh - 67px);background:#f3f5f8}.management-center-head{border-bottom:1px solid #dce3ed;background:#fff;padding:20px 16px 10px;text-align:left!important;display:flex;flex-direction:column;align-items:flex-start}.management-center-head h2{margin:0;font-size:18px;font-weight:600;color:#1f2937;text-transform:uppercase;line-height:1;text-align:left!important}.management-center-head p{margin:2px 0 0;color:#8a94a6;font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:700;text-align:left!important}.management-center-layout{display:grid;grid-template-columns:210px 1fr;min-height:calc(100vh - 126px)}.management-center-menu{border-right:1px solid #dde4ee;padding:14px 10px;background:#fff}.management-center-menu-title{color:#9aa3b4;font-size:14px;text-transform:uppercase;letter-spacing:.9px;font-weight:700;margin-bottom:10px;text-align:left}.management-center-nav{display:grid;gap:8px}.management-center-link{min-height:40px;border:1px solid transparent;border-radius:12px;padding:8px 10px;display:flex;align-items:center;gap:8px;text-decoration:none;color:#606e84;font-size:14px;font-weight:600}.management-center-link.active{background:#edf4ff;border-color:#d2def2;color:#2857a3}.management-center-link i{font-size:15px;line-height:1}.management-center-content{padding:14px 16px}.management-center-page-title{margin:0 0 10px;color:#1f2937;font-size:36px;font-weight:700}.management-center-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:10px}.management-center-toolbar h3{margin:0;font-size:30px;text-transform:uppercase;color:#1f2937;font-weight:800}.management-center-actions{display:inline-flex;gap:10px;align-items:center}.management-center-search{min-width:210px;height:34px;border:1px solid #dce4f0;border-radius:999px;background:#f8fafd;padding:0 12px;display:inline-flex;align-items:center;gap:8px;color:#99a3b4;font-size:13px}.management-center-export{height:34px;border:1px solid #d6deea;border-radius:9px!important;padding:0 12px;background:#f8fafd;color:#5f6d83;font-size:12px;text-transform:uppercase;font-weight:700;display:inline-flex;gap:8px;align-items:center}.management-center-table-shell .card{margin-bottom:0}.management-center-table-shell .card-title{text-transform:uppercase}@media (max-width: 991px){.management-center-layout{grid-template-columns:1fr}.management-center-menu{border-right:0;border-bottom:1px solid #dde4ee}.management-center-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.management-center-toolbar{flex-direction:column;align-items:flex-start}}.management-center-table-shell .card{border:1px solid #dfe5ef;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 20px #0f172a0f}.management-center-table-shell .card .card-title{display:block;margin:0 0 12px;padding:0 0 10px;border-bottom:1px solid #dfe5ef;color:#1f2a3d;font-size:18px;font-weight:700}.management-center-table-shell .management-center-form-card{border:1px solid #e2e7f1;border-radius:14px;background:#fff;box-shadow:inset 0 1px #ffffffd9}.management-center-table-shell .management-center-form-card .card-body{padding:24px}.management-center-table-shell .management-center-form-card .management-center-form-title{border-bottom:0;padding:0;margin:0 0 18px;color:#4f46e5;font-size:20px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.management-center-table-shell .management-center-form-card .col-form-label{color:#8a93a8;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.management-center-table-shell .management-center-form-card .form-control,.management-center-table-shell .management-center-form-card .form-select{min-height:46px;border:1px solid #d7ddea;border-radius:12px;background:#f1f3f7;color:#1f2937}.management-center-table-shell .management-center-form-card .form-control::placeholder{color:#b8bfce;opacity:1}.management-center-table-shell .management-center-form-card .form-control:focus,.management-center-table-shell .management-center-form-card .form-select:focus{background:#fff;border-color:#635bff;box-shadow:0 0 0 .16rem #635bff26}.management-center-table-shell .management-center-form-card .text-center{margin-top:14px;display:flex;justify-content:flex-end;gap:10px}.management-center-table-shell .management-center-form-card .btn.btn-primary{border:0;border-radius:10px;min-height:42px;padding:10px 18px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.management-center-table-shell .management-center-form-card .btn.btn-primary:hover{background:linear-gradient(90deg,#5535f1,#3b30ba)}.management-center-table-shell .management-center-form-card .btn.btn-secondary.cancel{border:1px solid #cfd6e3;border-radius:10px;min-height:42px;padding:10px 16px;background:#fff;color:#4b5563}.pipeline-maintenance-form .react-datepicker-wrapper,.pipeline-maintenance-form .react-datepicker__input-container,.repair-ili-form .react-datepicker-wrapper,.repair-ili-form .react-datepicker__input-container{display:block;width:100%}.pipeline-maintenance-datepicker-popper{z-index:1400!important}.management-center-table-shell .card .card-body{padding:12px}.management-center-table-shell .datatable-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:10px}.management-center-table-shell .datatable-top .datatable-dropdowns{display:none}.management-center-table-shell .pipeline-toolbar{display:flex;justify-content:flex-start;align-items:center;gap:12px;flex-wrap:wrap}.management-center-table-shell .pipeline-toolbar-left,.management-center-table-shell .pipeline-toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.management-center-table-shell .pipeline-toolbar-left{margin-right:auto}.management-center-table-shell .pipeline-toolbar-right{margin-left:auto;justify-content:flex-end}.management-center-table-shell .datatable-dropdowns,.management-center-table-shell .datatable-dropdown{margin:0!important}.management-center-table-shell .datatable-selector.select-box{border:1px solid #cdd7e6;border-radius:8px;min-height:34px;color:#334155;background:#f8fbff}.management-center-table-shell .datatable-search{margin-left:auto;display:flex;align-items:center;flex-wrap:nowrap;min-width:fit-content}.management-center-table-shell .datatable-search a{display:inline-flex}.management-center-table-shell .datatable-search .btn{white-space:nowrap}.management-center-table-shell .datatable-search .search-box{border:1px solid #cdd7e6;border-radius:8px;min-height:34px;background:#f8fbff}.management-center-table-shell .datatable-search .search-icon{color:#6b7e99}.management-center-table-shell .datatable-search .btn,.management-center-table-shell .datatable-top .btn{min-height:34px;border-radius:8px!important;background:#1e3a8a;color:#fff!important;border:0;font-size:13px;font-weight:600}.management-center-table-shell .datatable-search .btn:hover,.management-center-table-shell .datatable-top .btn:hover{background:#172f73}.management-center-table-shell .datatable-wrapper{border:0;padding:0}.management-center-table-shell .datatable-container{border:1px solid #dfe5ef;border-radius:12px;overflow-x:auto;overflow-y:auto;background:#fff;max-height:58vh}.management-center-table-shell .pipeline-modern-table-wrap{border:0;border-radius:0}.management-center-table-shell .datatable-table thead th,.management-center-table-shell .pipeline-modern-table thead th{border:0;background:#f0f4fa;color:#243247;font-size:12px;text-transform:uppercase;letter-spacing:.4px;padding:12px;font-weight:700}.management-center-table-shell .datatable-table td,.management-center-table-shell .pipeline-modern-table td{vertical-align:middle;padding:12px;border-color:#edf2f7;color:#1e293b;font-size:14px}.management-center-table-shell .datatable-table tbody tr:hover,.management-center-table-shell .pipeline-modern-table tbody tr:hover{background:#f8fbff}.management-center-table-shell .cell-ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.management-center-table-shell .cell-ellipsis.cell-ellipsis-wide{max-width:280px}.management-center-table-shell .card-footer{background:#fff}.management-center-table-shell .datatable-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;position:static}.management-center-table-shell .datatable-bottom-per-page{display:inline-flex;align-items:center;gap:8px;color:#7a869a;font-size:12px;font-weight:700;text-transform:uppercase}.management-center-table-shell .datatable-bottom-sort{display:inline-flex;align-items:center}.management-center-table-shell .datatable-bottom-sort .datatable-selector.select-box{min-width:150px}.management-center-table-shell .datatable-bottom-per-page .datatable-selector{min-width:66px;height:30px;border-radius:8px;border:1px solid #d5deeb;background:#f8fafd;color:#334155;font-size:12px;font-weight:700;padding:0 8px}.management-center-table-shell .datatable-pagination{margin-left:auto}.management-center-table-shell .datatable-pagination a,.management-center-table-shell .datatable-pagination button{border-radius:6px}.management-center-table-shell .datatable-pagination-list-item-link{background:#1e3a8a;border:1px solid #1e3a8a;color:#fff;min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}.management-center-table-shell .datatable-pagination-list-item-link:hover{background:#172f73;border-color:#172f73;color:#fff}.management-center-table-shell .datatable-pagination-list-item.datatable-active .datatable-pagination-list-item-link{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.management-center-table-shell .datatable-pagination-list-item.datatable-disabled .datatable-pagination-list-item-link,.management-center-table-shell .datatable-pagination-list-item-link:disabled{background:#e5e7eb;border-color:#d1d5db;color:#9ca3af}.management-center-table-shell .table-action-group{display:inline-flex;align-items:center;gap:10px}.management-center-table-shell .table-action-btn{border:0;background:transparent!important;padding:0;min-height:auto;width:auto;line-height:1;display:inline-flex;align-items:center;justify-content:center;color:#64748b!important;box-shadow:none!important}.management-center-table-shell .table-action-btn i{font-size:14px;padding:0}.management-center-table-shell .table-action-btn.action-upload{color:#16a34a!important}.management-center-table-shell .table-action-btn.action-edit{color:#4f46e5!important}.management-center-table-shell .table-action-btn.action-delete{color:#ef4444!important}.management-center-table-shell .table-action-btn.action-assign{color:#0ea5e9!important}.management-center-table-shell .table-action-btn.action-status{color:#f59e0b!important}.management-center-table-shell .table-action-btn:hover{opacity:.75}.management-center-table-shell .table-type-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:5px;background:#e6ecff;color:#3647d6;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;line-height:1;white-space:nowrap}.mc-filter-popper{z-index:1250!important}.mc-filter-paper{width:320px!important;border:1px solid #dbe5f4!important;border-radius:12px!important;box-shadow:0 14px 28px #0f172a1f!important;background:#fff!important;padding:12px!important;max-height:320px;overflow-y:auto}.mc-filter-paper .MuiOutlinedInput-root{border-radius:10px!important;background-color:#f8fbff!important}.mc-filter-paper .MuiAutocomplete-listbox{padding:6px!important;max-height:220px!important}.mc-filter-paper .MuiAutocomplete-option{border-radius:8px;margin-bottom:2px;font-size:14px}.mc-filter-paper .MuiAutocomplete-option[aria-selected=true]{background:#e8efff!important;color:#1e3a8a;font-weight:600}@media (max-width: 991px){.management-center-table-shell .datatable-top{align-items:flex-start}.management-center-table-shell .datatable-search{width:100%;margin-left:0}}@layer{:not([calcite-hydrated]):is(calcite-accordion,calcite-accordion-item,calcite-action,calcite-action-bar,calcite-action-group,calcite-action-menu,calcite-action-pad,calcite-alert,calcite-autocomplete,calcite-autocomplete-item,calcite-autocomplete-item-group,calcite-avatar,calcite-block,calcite-block-group,calcite-block-section,calcite-button,calcite-card,calcite-card-group,calcite-carousel,calcite-carousel-item,calcite-checkbox,calcite-chip,calcite-chip-group,calcite-color-picker,calcite-color-picker-hex-input,calcite-color-picker-swatch,calcite-combobox,calcite-combobox-item,calcite-combobox-item-group,calcite-date-picker,calcite-date-picker-day,calcite-date-picker-month,calcite-date-picker-month-header,calcite-dialog,calcite-dropdown,calcite-dropdown-group,calcite-dropdown-item,calcite-fab,calcite-filter,calcite-flow,calcite-flow-item,calcite-graph,calcite-handle,calcite-icon,calcite-inline-editable,calcite-input,calcite-input-date-picker,calcite-input-message,calcite-input-number,calcite-input-text,calcite-input-time-picker,calcite-input-time-zone,calcite-label,calcite-link,calcite-list,calcite-list-item,calcite-list-item-group,calcite-loader,calcite-menu,calcite-menu-item,calcite-meter,calcite-modal,calcite-navigation,calcite-navigation-logo,calcite-navigation-user,calcite-notice,calcite-option,calcite-option-group,calcite-pagination,calcite-panel,calcite-popover,calcite-progress,calcite-radio-button,calcite-radio-button-group,calcite-rating,calcite-scrim,calcite-segmented-control,calcite-segmented-control-item,calcite-select,calcite-sheet,calcite-shell,calcite-shell-center-row,calcite-shell-panel,calcite-slider,calcite-sort-handle,calcite-sortable-list,calcite-split-button,calcite-stack,calcite-stepper,calcite-stepper-item,calcite-swatch,calcite-swatch-group,calcite-switch,calcite-tab,calcite-tab-nav,calcite-tab-title,calcite-table,calcite-table-cell,calcite-table-header,calcite-table-row,calcite-tabs,calcite-text-area,calcite-tile,calcite-tile-group,calcite-tile-select,calcite-tile-select-group,calcite-time-picker,calcite-tip,calcite-tip-group,calcite-tip-manager,calcite-tooltip,calcite-tree,calcite-tree-item){visibility:hidden}:host{--calcite-internal-color-focus: var( --calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)) )}:root{--calcite-border-width-none: 0;--calcite-border-width-sm: 1px;--calcite-border-width-md: 2px;--calcite-border-width-lg: 4px;--calcite-container-size-margin: 24px;--calcite-container-size-gutter: 16px;--calcite-container-size-content-fluid: 100%;--calcite-container-size-content-fixed: 1440px;--calcite-corner-radius-sharp: 0;--calcite-corner-radius-none: 0;--calcite-corner-radius-xs: 2px;--calcite-corner-radius-sm: 4px;--calcite-corner-radius-round: 4px;--calcite-corner-radius-pill: 100%;--calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;--calcite-font-family-code: Monaco, Consolas, "Andale Mono", "Lucida Console", monospace;--calcite-font-weight-light: 300;--calcite-font-weight-regular: 400;--calcite-font-weight-normal: 400;--calcite-font-weight-medium: 500;--calcite-font-weight-semibold: 600;--calcite-font-weight-bold: 600;--calcite-font-size-xs: 10px;--calcite-font-size-sm: 12px;--calcite-font-size: 14px;--calcite-font-size-md: 16px;--calcite-font-size-lg: 18px;--calcite-font-size-xl: 20px;--calcite-font-size-xxl: 24px;--calcite-font-style-emphasis: italic;--calcite-font-line-height-fixed-sm: 12px;--calcite-font-line-height-fixed-base: 16px;--calcite-font-line-height-fixed-lg: 20px;--calcite-font-line-height-fixed-xl: 24px;--calcite-font-line-height-fixed-2xl: 32px;--calcite-font-line-height-fixed-3xl: 40px;--calcite-font-line-height-fixed-4xl: 48px;--calcite-font-line-height-fixed-5xl: 64px;--calcite-font-line-height-fixed-6xl: 80px;--calcite-font-line-height-relative: normal;--calcite-font-line-height-relative-base: 1;--calcite-font-line-height-relative-tight: 1.25;--calcite-font-line-height-relative-snug: 1.375;--calcite-font-line-height-relative-normal: 1.5;--calcite-font-line-height-relative-relaxed: 1.625;--calcite-font-line-height-relative-loose: 2;--calcite-font-letter-spacing-tight: -.4px;--calcite-font-letter-spacing-normal: 0;--calcite-font-letter-spacing-wide: .4px;--calcite-font-paragraph-spacing-normal: 4px;--calcite-font-text-decoration-none: none;--calcite-font-text-decoration-underline: underline;--calcite-font-text-case-none: none;--calcite-font-text-case-uppercase: uppercase;--calcite-font-text-case-lowercase: lowercase;--calcite-font-text-case-capitalize: capitalize;--calcite-opacity-light: .4;--calcite-opacity-half: .5;--calcite-opacity-dark: .85;--calcite-opacity-full: 1;--calcite-opacity-disabled: .5;--calcite-size-fixed-xxxs: 2px;--calcite-size-fixed-xxs: 4px;--calcite-size-fixed-xs: 6px;--calcite-size-fixed-sm: 8px;--calcite-size-fixed-sm-plus: 10px;--calcite-size-fixed-md: 12px;--calcite-size-fixed-md-plus: 14px;--calcite-size-fixed-lg: 16px;--calcite-size-fixed-xl: 20px;--calcite-size-fixed-xxl: 24px;--calcite-size-fixed-xxxl: 32px;--calcite-size-px: 1px;--calcite-size-xxxs: .75rem;--calcite-size-xxs: .875rem;--calcite-size-xs: 1rem;--calcite-size-sm: 1.5rem;--calcite-size-md: 2rem;--calcite-size-lg: 2.75rem;--calcite-size-xl: 3rem;--calcite-size-xxl: 4rem;--calcite-size-xxxl: 6rem;--calcite-spacing-fixed-xxs: 4px;--calcite-spacing-fixed-xs: 6px;--calcite-spacing-fixed-sm: 8px;--calcite-spacing-fixed-md: 12px;--calcite-spacing-fixed-lg: 14px;--calcite-spacing-fixed-xl: 16px;--calcite-spacing-fixed-xxl: 20px;--calcite-spacing-fixed-xxxl: 32px;--calcite-spacing-none: 0;--calcite-spacing-px: 1px;--calcite-spacing-base: 2px;--calcite-spacing-xxs: .25rem;--calcite-spacing-xs: .375rem;--calcite-spacing-sm: .5rem;--calcite-spacing-sm-plus: .625rem;--calcite-spacing-md: .75rem;--calcite-spacing-md-plus: .875rem;--calcite-spacing-lg: 1rem;--calcite-spacing-xl: 1.25rem;--calcite-spacing-xxl: 1.5rem;--calcite-spacing-xxxl: 2rem;--calcite-z-index-deep: -999999;--calcite-z-index: 1;--calcite-z-index-sticky: 300;--calcite-z-index-header: 400;--calcite-z-index-toast: 500;--calcite-z-index-dropdown: 600;--calcite-z-index-overlay: 700;--calcite-z-index-modal: 800;--calcite-z-index-popup: 900;--calcite-z-index-tooltip: 901;--calcite-corner-radius: var(--calcite-corner-radius-none);--calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);--calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, .04), 0 4px 16px 0 rgba(0, 0, 0, .08);--calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, .08), 0 12px 30px rgba(0, 0, 0, .1)}.calcite-typography{font-family:var(--calcite-font-family);font-size:var(--calcite-font-size);font-weight:var(--calcite-font-weight-regular);letter-spacing:var(--calcite-font-letter-spacing-normal);line-height:var(--calcite-font-line-height-fixed-base);paragraph-spacing:var(--calcite-font-paragraph-spacing-normal);text-case:var(--calcite-font-text-case-none);-webkit-text-decoration:var(--calcite-font-text-decoration-none);text-decoration:var(--calcite-font-text-decoration-none)}.calcite-typography-light-minus-3h{font-size:var(--calcite-font-size-xs);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-sm)}.calcite-typography-light-minus-2h{font-size:var(--calcite-font-size-sm);font-weight:var(--calcite-font-weight-light)}.calcite-typography-light-minus-1h{font-weight:var(--calcite-font-weight-light)}.calcite-typography-light-0h{font-size:var(--calcite-font-size-md);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-lg)}.calcite-typography-light-1h{font-size:var(--calcite-font-size-lg);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-xl)}.calcite-typography-regular-minus-3h{line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-regular-minus-2h{font-size:var(--calcite-font-size-sm)}.calcite-typography-regular-minus-1h{font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;paragraph-spacing:4px;text-case:none;text-decoration:none}.calcite-typography-regular-0h{line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-regular-1h{line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-medium-minus-3h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-medium-minus-2h{font-weight:var(--calcite-font-weight-medium);font-size:var(--calcite-font-size-sm)}.calcite-typography-medium-minus-1h{font-weight:var(--calcite-font-weight-medium)}.calcite-typography-medium-0h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-medium-1h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-bold-minus-3h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-bold-minus-2h{font-weight:var(--calcite-font-weight-semibold);font-size:var(--calcite-font-size-sm)}.calcite-typography-bold-minus-1h{font-weight:var(--calcite-font-weight-semibold)}.calcite-typography-bold-0h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-bold-1h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-light-0{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-light-1{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-light-2{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-light-3{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-tight);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-light-minus-2{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-light-minus-1{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-regular-0{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-regular-1{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-regular-2{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-regular-3{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-regular-minus-2{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-regular-minus-1{line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-medium-0{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-medium-1{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-medium-2{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-medium-3{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-medium-minus-2{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-medium-minus-1{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-bold-0{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-bold-1{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-bold-2{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-bold-3{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-bold-minus-2{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-bold-minus-1{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-hierarchy-display-1{font-weight:600;line-height:1.375;font-size:24px}.calcite-typography-hierarchy-display-2{font-weight:600;line-height:1.375;font-size:20px}.calcite-typography-hierarchy-heading-1{font-weight:500;line-height:1.375;font-size:24px}.calcite-typography-hierarchy-heading-2{font-weight:500;line-height:1.375;font-size:20px}.calcite-typography-hierarchy-heading-3{font-weight:500;line-height:1.375;font-size:18px}.calcite-typography-hierarchy-heading-4{font-weight:500;line-height:1.375;font-size:16px}.calcite-typography-hierarchy-heading-5{font-weight:500;line-height:1.375}.calcite-typography-hierarchy-body-snug{line-height:1.375}.calcite-typography-hierarchy-body{font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;paragraph-spacing:4px;text-case:none;text-decoration:none}.calcite-typography-hierarchy-overline{line-height:var(--calcite-font-line-height-fixed-sm);text-case:var(--calcite-font-text-case-uppercase);font-weight:var(--calcite-font-weight-bold)}.calcite-typography-hierarchy-caption{line-height:1.375;font-size:12px}:root{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}.calcite-mode-light{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}.calcite-mode-dark{--calcite-color-border-white: #f7f7f7;--calcite-color-border-ghost: rgba(117, 117, 117, .3);--calcite-color-border-input: #757575;--calcite-color-border-3: #404040;--calcite-color-border-2: #4a4a4a;--calcite-color-border-1: #545454;--calcite-color-text-link: #00a0ff;--calcite-color-text-inverse: #141414;--calcite-color-text-highlight: #d6efff;--calcite-color-text-3: #9e9e9e;--calcite-color-text-2: #bfbfbf;--calcite-color-text-1: #ffffff;--calcite-color-inverse-press: #f2f2f2;--calcite-color-inverse-hover: #ffffff;--calcite-color-inverse: #f7f7f7;--calcite-color-status-danger-press: #d90012;--calcite-color-status-danger-hover: #ff0015;--calcite-color-status-danger: #fe583e;--calcite-color-status-warning-press: #ff9500;--calcite-color-status-warning-hover: #ffb54d;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #00b81b;--calcite-color-status-success-hover: #3bed52;--calcite-color-status-success: #36da43;--calcite-color-status-info-press: #009af2;--calcite-color-status-info-hover: #3db8ff;--calcite-color-status-info: #00a0ff;--calcite-color-brand-underline: rgba(0, 160, 255, .4);--calcite-color-brand-press: #00619b;--calcite-color-brand-hover: #007ac2;--calcite-color-brand: #009af2;--calcite-color-transparent-tint: rgba(43, 43, 43, .8);--calcite-color-transparent-scrim: rgba(0, 0, 0, .85);--calcite-color-transparent-inverse-press: rgba(0, 0, 0, .08);--calcite-color-transparent-inverse-hover: rgba(0, 0, 0, .04);--calcite-color-transparent-press: rgba(255, 255, 255, .16);--calcite-color-transparent-hover: rgba(255, 255, 255, .12);--calcite-color-transparent: rgba(255, 255, 255, 0);--calcite-color-surface-highlight: #2b465f;--calcite-color-foreground-current: #2b465f;--calcite-color-foreground-3: #141414;--calcite-color-foreground-2: #212121;--calcite-color-foreground-1: #2b2b2b;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #363636}:root{--calcite-code-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;--calcite-sans-family: "Avenir Next", "Avenir", "Helvetica Neue", sans-serif;--calcite-font-size--3: .625rem;--calcite-font-size--2: .75rem;--calcite-font-size--1: .875rem;--calcite-font-size-0: 1rem;--calcite-font-size-1: 1.125rem;--calcite-font-size-2: 1.25rem;--calcite-font-size-3: 1.625rem;--calcite-font-size-4: 2rem;--calcite-font-size-5: 2.5rem;--calcite-font-size-6: 3rem;--calcite-font-size-7: 3.5rem;--calcite-font-size-8: 4rem;--calcite-font-weight-light: 300;--calcite-font-weight-normal: 400;--calcite-font-weight-medium: 500;--calcite-font-weight-bold: 600;--calcite-ui-brand: var(--calcite-color-brand);--calcite-ui-brand-hover: var(--calcite-color-brand-hover);--calcite-ui-brand-press: var(--calcite-color-brand-press);--calcite-ui-background: var(--calcite-color-background);--calcite-ui-foreground-1: var(--calcite-color-foreground-1);--calcite-ui-foreground-2: var(--calcite-color-foreground-2);--calcite-ui-foreground-3: var(--calcite-color-foreground-3);--calcite-ui-foreground-current: var(--calcite-color-foreground-current);--calcite-ui-focus-offset-invert: var(--calcite-offset-invert-focus);--calcite-semantic-ui-color-foreground-current: var(--calcite-color-foreground-current);--calcite-ui-text-1: var(--calcite-color-text-1);--calcite-ui-text-2: var(--calcite-color-text-2);--calcite-ui-text-3: var(--calcite-color-text-3);--calcite-ui-text-inverse: var(--calcite-color-text-inverse);--calcite-ui-text-link: var(--calcite-color-text-link);--calcite-ui-border-1: var(--calcite-color-border-1);--calcite-ui-border-2: var(--calcite-color-border-2);--calcite-ui-border-3: var(--calcite-color-border-3);--calcite-ui-border-input: var(--calcite-color-border-input);--calcite-ui-info: var(--calcite-color-status-info);--calcite-ui-info-hover: var(--calcite-color-status-info-hover);--calcite-ui-info-press: var(--calcite-color-status-info-press);--calcite-ui-success: var(--calcite-color-status-success);--calcite-ui-success-hover: var(--calcite-color-status-success-hover);--calcite-ui-success-press: var(--calcite-color-status-success-press);--calcite-ui-warning: var(--calcite-color-status-warning);--calcite-ui-warning-hover: var(--calcite-color-status-warning-hover);--calcite-ui-warning-press: var(--calcite-color-status-warning-press);--calcite-ui-danger: var(--calcite-color-status-danger);--calcite-ui-danger-hover: var(--calcite-color-status-danger-hover);--calcite-ui-danger-press: var(--calcite-color-status-danger-press);--calcite-ui-inverse: var(--calcite-color-inverse);--calcite-app-z-index: var(--calcite-z-index);--calcite-app-z-index-tooltip: var(--calcite-z-index-tooltip);--calcite-app-z-index-popup: var(--calcite-z-index-popup);--calcite-app-z-index-modal: var(--calcite-z-index-modal);--calcite-app-z-index-overlay: var(--calcite-z-index-overlay);--calcite-app-z-index-dropdown: var(--calcite-z-index-dropdown);--calcite-app-z-index-toast: var(--calcite-z-index-toast);--calcite-app-z-index-header: var(--calcite-z-index-header);--calcite-app-z-index-sticky: var(--calcite-z-index-sticky);--calcite-app-breakpoint-content-fixed: var(--calcite-container-size-content-fixed);--calcite-app-breakpoint-content-fluid: var(--calcite-container-size-content-fluid);--calcite-app-breakpoint-width-lg: var(--calcite-container-size-width-lg-max);--calcite-app-breakpoint-width-md: var(--calcite-container-size-width-md-max);--calcite-app-breakpoint-width-sm: var(--calcite-container-size-width-sm-max);--calcite-app-breakpoint-width-xs: var(--calcite-container-size-width-xs-max);--calcite-app-breakpoint-width-xxs: var(--calcite-container-size-width-xxs-max);--calcite-app-spacing-11: var(--calcite-spacing-xxxl);--calcite-app-spacing-8: var(--calcite-spacing-xl);--calcite-app-spacing-7: var(--calcite-spacing-lg);--calcite-app-spacing-6: var(--calcite-spacing-md-plus);--calcite-app-spacing-5: var(--calcite-spacing-md);--calcite-app-spacing-3: var(--calcite-spacing-sm);--calcite-app-spacing-2: var(--calcite-spacing-xs);--calcite-app-spacing-1: var(--calcite-spacing-xxs);--calcite-app-spacing-0: var(--calcite-spacing-base);--calcite-app-sizing-11: var(--calcite-size-md);--calcite-app-sizing-9: var(--calcite-size-sm);--calcite-app-sizing-8: var(--calcite-spacing-xl);--calcite-app-sizing-7: var(--calcite-size-xs);--calcite-app-sizing-6: var(--calcite-size-xxxs-plus);--calcite-app-sizing-5: var(--calcite-size-xxxs);--calcite-app-sizing-4: var(--calcite-spacing-sm-plus);--calcite-app-sizing-3: var(--calcite-spacing-sm);--calcite-app-sizing-2: var(--calcite-spacing-xs);--calcite-app-sizing-1: var(--calcite-spacing-xxs);--calcite-app-sizing-0: var(--calcite-spacing-base);--calcite-app-opacity-100: var(--calcite-app-opacity-full);--calcite-app-opacity-85: var(--calcite-app-opacity-dark);--calcite-app-opacity-50: var(--calcite-app-opacity-half);--calcite-app-opacity-40: var(--calcite-app-opacity-light);--calcite-app-border-width-none: var(--calcite-border-width-none);--calcite-app-border-width-2: var(--calcite-border-width-lg);--calcite-app-border-width-1: var(--calcite-border-width-md);--calcite-app-border-width-0: var(--calcite-border-width-sm);--calcite-app-border-radius-full: var(--calcite-corner-radius-pill);--calcite-app-border-radius-none: var(--calcite-corner-radius-sharp);--calcite-app-border-radius-1: var(--calcite-corner-radius-round);--calcite-app-border-radius-0: var(--calcite-corner-radius-0);--calcite-app-font-text-case-capitalize: var(--calcite-font-text-case-capitalize);--calcite-app-font-text-case-lowercase: var(--calcite-font-text-case-lowercase);--calcite-app-font-text-case-uppercase: var(--calcite-font-text-case-uppercase);--calcite-app-font-text-case-none: var(--calcite-font-text-case-none);--calcite-app-font-text-decoration-underline: var(--calcite-font-text-decoration-underline);--calcite-app-font-text-decoration-none: var(--calcite-font-text-decoration-none);--calcite-app-font-paragraph-spacing-normal: var(--calcite-font-paragraph-spacing-normal);--calcite-app-font-letter-spacing-wide: var(--calcite-font-letter-spacing-wide);--calcite-app-font-letter-spacing-normal: var(--calcite-font-letter-spacing-normal);--calcite-app-font-letter-spacing-tight: var(--calcite-font-letter-spacing-tight);--calcite-app-font-size-6: var(--calcite-font-size-xxl);--calcite-app-font-size-5: var(--calcite-font-size-xl);--calcite-app-font-size-4: var(--calcite-font-size-lg);--calcite-app-font-size-3: var(--calcite-font-size-md);--calcite-app-font-size-2: var(--calcite-font-size);--calcite-app-font-size-1: var(--calcite-font-size-sm);--calcite-app-font-size-0: var(--calcite-font-size-xs);--calcite-app-font-line-height-relative-loose: var(--calcite-font-line-height-relative-loose);--calcite-app-font-line-height-relative-relaxed: var(--calcite-font-line-height-relative-relaxed);--calcite-app-font-line-height-relative-normal: var(--calcite-font-line-height-relative-normal);--calcite-app-font-line-height-relative-snug: var(--calcite-font-line-height-relative-snug);--calcite-app-font-line-height-relative-tight: var(--calcite-font-line-height-relative-tight);--calcite-app-font-line-height-relative: var(--calcite-font-line-height-relative);--calcite-app-font-line-height-fixed-3: var(--calcite-font-line-height-fixed-xl);--calcite-app-font-line-height-fixed-2: var(--calcite-font-line-height-fixed-lg);--calcite-app-font-line-height-fixed: var(--calcite-font-line-height-fixed-sm);--calcite-app-font-weight-bold: var(--calcite-font-weight-bold);--calcite-app-font-weight-demi: var(--calcite-font-weight-semibold);--calcite-app-font-weight-medium: var(--calcite-font-weight-medium);--calcite-app-font-weight-regular: var(--calcite-font-weight-regular);--calcite-app-font-weight-light: var(--calcite-font-weight-light);--calcite-app-font-family-code: var(--calcite-font-family-code);--calcite-app-font-family-primary: var(--calcite-font-family-primary);--calcite-floating-ui-transition: var(--calcite-animation-timing);--calcite-floating-ui-z-index: var(--calcite-z-index-dropdown);--calcite-animation-timing: calc(.15s * var(--calcite-internal-duration-factor));--calcite-internal-duration-factor: var(--calcite-duration-factor, 1);--calcite-internal-animation-timing-fast: calc(.1s * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-medium: calc(.2s * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-slow: calc(.3s * var(--calcite-internal-duration-factor));--calcite-popover-z-index: var(--calcite-z-index-popup);--calcite-border-radius: var(--calcite-border-radius-round, 4px);--calcite-border-radius-base: 0;--calcite-offset-invert-focus: 0;--calcite-panel-width-multiplier: 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--calcite-font-family)}@media (prefers-color-scheme: dark){.calcite-mode-auto{--calcite-color-border-white: #f7f7f7;--calcite-color-border-ghost: rgba(117, 117, 117, .3);--calcite-color-border-input: #757575;--calcite-color-border-3: #404040;--calcite-color-border-2: #4a4a4a;--calcite-color-border-1: #545454;--calcite-color-text-link: #00a0ff;--calcite-color-text-inverse: #141414;--calcite-color-text-highlight: #d6efff;--calcite-color-text-3: #9e9e9e;--calcite-color-text-2: #bfbfbf;--calcite-color-text-1: #ffffff;--calcite-color-inverse-press: #f2f2f2;--calcite-color-inverse-hover: #ffffff;--calcite-color-inverse: #f7f7f7;--calcite-color-status-danger-press: #d90012;--calcite-color-status-danger-hover: #ff0015;--calcite-color-status-danger: #fe583e;--calcite-color-status-warning-press: #ff9500;--calcite-color-status-warning-hover: #ffb54d;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #00b81b;--calcite-color-status-success-hover: #3bed52;--calcite-color-status-success: #36da43;--calcite-color-status-info-press: #009af2;--calcite-color-status-info-hover: #3db8ff;--calcite-color-status-info: #00a0ff;--calcite-color-brand-underline: rgba(0, 160, 255, .4);--calcite-color-brand-press: #00619b;--calcite-color-brand-hover: #007ac2;--calcite-color-brand: #009af2;--calcite-color-transparent-tint: rgba(43, 43, 43, .8);--calcite-color-transparent-scrim: rgba(0, 0, 0, .85);--calcite-color-transparent-inverse-press: rgba(0, 0, 0, .08);--calcite-color-transparent-inverse-hover: rgba(0, 0, 0, .04);--calcite-color-transparent-press: rgba(255, 255, 255, .16);--calcite-color-transparent-hover: rgba(255, 255, 255, .12);--calcite-color-transparent: rgba(255, 255, 255, 0);--calcite-color-surface-highlight: #2b465f;--calcite-color-foreground-current: #2b465f;--calcite-color-foreground-3: #141414;--calcite-color-foreground-2: #212121;--calcite-color-foreground-1: #2b2b2b;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #363636}}@media (prefers-color-scheme: light){.calcite-mode-auto{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}}@media (prefers-reduced-motion: reduce){:root{--calcite-internal-duration-factor: 0}}@keyframes in{0%{opacity:0}to{opacity:1}}@keyframes in-down{0%{opacity:0;transform:translate3D(0,-5px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-up{0%{opacity:0;transform:translate3D(0,5px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-right{0%{opacity:0;transform:translate3D(-5px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-left{0%{opacity:0;transform:translate3D(5px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-scale{0%{opacity:0;transform:scale3D(.95,.95,1)}to{opacity:1;transform:scaleZ(1)}}.calcite-animate{opacity:0;animation-fill-mode:both;animation-duration:var(--calcite-animation-timing)}.calcite-animate__in{animation-name:in}.calcite-animate__in-down{animation-name:in-down}.calcite-animate__in-up{animation-name:in-up}.calcite-animate__in-right{animation-name:in-right}.calcite-animate__in-left{animation-name:in-left}.calcite-animate__in-scale{animation-name:in-scale}}.map-menu{position:absolute;bottom:10px;left:50%;padding:10px;border:solid;background:#ffffff5c;list-style:none}.site-accordion .accordion-body{max-height:500px;overflow-y:scroll}.filter-card .list-group{max-height:400px;overflow-y:scroll}.measurement.dropdown-toggle:after{color:#fff;margin-top:15px}calcite-button[data-basemap-id=""]{display:none}.document7_12List .popover-arrow{top:53px!important}.hakkPatrakList .popover-arrow{top:87px!important}.khatavahiList .popover-arrow{top:125px!important}.caseStageList .popover-arrow,.oldOwnerList .popover-arrow,.currentOwnerList .popover-arrow{top:52px!important}.villageList .popover-arrow{top:35px!important}.villageList .popover-arrow:after{border-right-color:#fff!important}.subsidiaryMineralList .popover-arrow{top:35px!important}.subsidiaryMineralList .popover-arrow:after{border-right-color:#fff!important}.datatable-table thead{position:sticky;top:0;background-color:#fff}@media print{#map-container{transform:scale(1);transform-origin:top right}#map{width:100vw;height:100vh}}.module-details-panel .overview-header{background:#0b4d8a;color:#fff;padding:18px 18px 14px}.module-details-panel .overview-title{color:#fff;font-weight:700;font-size:20px}.module-details-panel .offcanvas-header .btn-close{filter:invert(1) brightness(2);opacity:.95}.module-details-panel .offcanvas-body{background:#eef1f6;padding:16px 16px calc(24px + env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain}.module-details-skeleton{display:grid;gap:14px}.md-skeleton-card{border:1px solid #d6deea;border-radius:14px;background:linear-gradient(180deg,#f9fbff,#f2f5fb);box-shadow:0 10px 24px #1018280f;padding:14px}.md-skeleton-chip,.md-skeleton-row,.md-skeleton-title,.md-skeleton-line,.md-skeleton-pill{position:relative;overflow:hidden;background:#e2e8f3;border-radius:8px}.md-skeleton-chip:after,.md-skeleton-row:after,.md-skeleton-title:after,.md-skeleton-line:after,.md-skeleton-pill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffffa6,#fff0);animation:md-skeleton-shimmer 1.25s linear infinite}.md-skeleton-chip{width:130px;height:26px;margin-bottom:12px}.md-skeleton-row{width:100%;height:42px;margin-bottom:8px}.md-skeleton-row.short{width:72%}.md-skeleton-title{width:180px;height:18px;margin-bottom:12px}.md-skeleton-kv{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.md-skeleton-kv:last-child{margin-bottom:0}.md-skeleton-line{flex:1;height:18px}.md-skeleton-pill{width:64px;height:30px;border-radius:999px}@keyframes md-skeleton-shimmer{to{transform:translate(100%)}}.module-details-panel .site-details li,.module-details-panel .site-details .col-md-5,.module-details-panel .site-details .col-md-7,.module-details-panel .site-details .wtp-label{color:#1f2937!important}.module-details-panel .site-details a{color:#0b4d8a!important}.module-details-panel .site-details{padding-bottom:10px}.module-details-panel .wtp-box{border:1px solid #d6deea!important;border-radius:14px!important;background:linear-gradient(180deg,#f9fbff,#f2f5fb)!important;box-shadow:0 10px 24px #10182814;padding:14px 14px 12px!important;margin-bottom:14px!important}.module-details-panel .wtp-box label{position:static!important;display:inline-flex;align-items:center;background:#f2c15c!important;color:#1b2430!important;border-radius:8px!important;font-size:17px!important;font-weight:700!important;padding:4px 12px!important;margin:0 0 12px;text-transform:none}.module-details-panel .wtp-box ul{margin:0;padding:0!important}.module-details-panel .wtp-box li{margin:0 0 8px!important}.module-details-panel .wtp-box li:last-child{margin-bottom:0!important}.module-details-panel .wtp-box li .row{margin:0!important;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e2e8f2;border-radius:10px;padding:9px 12px}.module-details-panel .wtp-box li [class*=col-md-5],.module-details-panel .wtp-box li [class*=col-md-7]{flex:1 1 auto;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.35}.module-details-panel .wtp-box li [class*=col-md-5]{max-width:none;padding-left:0}.module-details-panel .wtp-box li [class*=col-md-7]{flex:0 0 auto;width:auto;max-width:52%;padding-right:0;margin-left:auto;text-align:right}.module-details-panel .wtp-box li [class*=col-md-8]{flex:1 1 auto;max-width:none;min-width:0;padding-left:0;color:#27364a!important;font-size:16px;font-weight:400;line-height:1.25;text-transform:none}.module-details-panel .wtp-box li [class*=col-md-4]{flex:0 0 auto;width:auto;max-width:32%;padding-right:0;text-align:right;font-size:17px;font-weight:600}.module-details-panel .wtp-box li [class*=col-md-4]>div{display:flex;justify-content:flex-end;margin-bottom:6px}.module-details-panel .wtp-box li [class*=col-md-4]>div:last-child{margin-bottom:0}.module-details-panel .wtp-box .stat-status-row{align-items:center}.module-details-panel .wtp-box .stat-status-row [class*=col-md-8],.module-details-panel .wtp-box .stat-status-row [class*=col-md-4]{display:flex;align-items:center}.module-details-panel .wtp-box .stat-status-row [class*=col-md-4]{justify-content:flex-end}.module-details-panel .wtp-box .count-label-row [class*=col-md-12]{padding-left:0;padding-right:0}.module-details-panel .count-label-wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%}.module-details-panel .count-label-text{flex:1 1 auto;min-width:0;color:#27364a;font-size:16px;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.module-details-panel .count-label-badge{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 10px;border-radius:999px;background:#eef2f8;color:#6a768a!important;border:1px solid #d8e0ec;font-size:15px;font-weight:700}.module-details-panel .wtp-box li [class*=col-md-4] span{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:30px;padding:0 10px;border-radius:999px;background:#eef2f8;color:#6a768a!important;border:1px solid #d8e0ec;font-size:15px;font-weight:700}.module-details-panel .status-chip,.module-details-panel .status-count-badge{display:inline-flex;align-items:center;border-radius:999px;font-weight:700;line-height:1.1}.module-details-panel .status-chip{justify-content:flex-start;padding:9px 12px;font-size:13px;text-align:left}.module-details-panel .status-count-badge{min-width:40px!important;padding:8px 10px!important;box-shadow:inset 0 0 0 1px #ffffff38}.module-details-panel .status-tone-danger.status-chip,.module-details-panel .status-tone-danger.status-count-badge{background:#fee2e2!important;color:#b91c1c!important;border:1px solid #fecaca}.module-details-panel .status-tone-warning.status-chip,.module-details-panel .status-tone-warning.status-count-badge{background:#fef3c7!important;color:#b45309!important;border:1px solid #fcd34d}.module-details-panel .status-tone-success.status-chip,.module-details-panel .status-tone-success.status-count-badge{background:#dcfce7!important;color:#166534!important;border:1px solid #86efac}.module-details-panel .status-tone-neutral.status-chip,.module-details-panel .status-tone-neutral.status-count-badge{background:#e5e7eb!important;color:#374151!important;border:1px solid #cbd5e1}.module-details-panel .wtp-box li [class*=col-md-4] a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;background:#e8f0ff;color:#0f4d97!important;border:1px solid #c9dafb;font-size:14px;font-weight:700;white-space:nowrap;line-height:1;text-decoration:none}.station-details-shell{background:transparent;margin-bottom:12px}.station-chip{display:inline-block;margin-bottom:12px;padding:4px 12px;border-radius:20px;background:#2f6fa8;color:#fff;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.4px}.station-section{margin-bottom:16px}.station-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.station-section-title{margin:0;font-size:16px;color:#5c677a;font-weight:600;padding-bottom:5px}.station-copy-btn{width:32px;height:32px;border:1px solid #d6deea;border-radius:8px;background:#fff;color:#4b5c78;display:inline-flex;align-items:center;justify-content:center;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.station-copy-btn:hover{background:#eef4ff;border-color:#c8d7f7;color:#1d4ed8}.station-copy-btn i{font-size:15px;line-height:1}.station-coordinates{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f4f6f9;border:1px solid #dbe0e8;border-radius:10px;padding:12px 14px}.station-coordinates span{display:block;font-size:13px;color:#98a2b3;margin-bottom:2px}.station-coordinates strong{color:#1f2937;font-size:18px;font-weight:500}.station-status-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #9fddb4;background:#eaf8ef;border-radius:10px;padding:10px 14px;color:#1f7a3d;font-size:17px;font-weight:600;width:100%}.station-kv-list{border-top:1px solid #d4dae3;padding-top:8px}.station-kv-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:8px 0}.station-kv-row span{color:#667085;font-size:18px}.station-kv-row strong{color:#1f2937;font-size:18px;font-weight:600;text-align:right}.home-tutorial-launcher{position:fixed;top:74px;right:16px;z-index:1002;display:inline-flex;align-items:center;gap:8px;border:1px solid #d6deea;background:#fff;color:#0b4d8a;border-radius:999px;padding:7px 12px;font-size:14px;font-weight:700;box-shadow:0 6px 20px #0000002e}.home-tutorial-launcher i{font-size:16px}.home-tutorial-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#060c1a8c;pointer-events:none}.home-tutorial-highlight{position:fixed;z-index:1301;border-radius:12px;border:2px solid #f4b400;box-shadow:0 0 0 9999px #060c1a59,0 0 24px #f4b40073;pointer-events:none}.home-tutorial-card{position:fixed;right:20px;bottom:20px;z-index:1302;width:360px;max-width:calc(100vw - 24px);background:#fff;border-radius:16px;border:1px solid #d6deea;padding:16px;box-shadow:0 18px 45px #00000052}.home-tutorial-card h6{margin:0 0 6px;font-size:17px;font-weight:700;color:#0b1f35}.home-tutorial-card p{margin:0 0 14px;font-size:14px;line-height:1.45;color:#3a4a60}.home-tutorial-step-indicator{display:inline-flex;align-items:center;border-radius:999px;background:#edf4ff;color:#114f95;font-size:12px;font-weight:700;padding:4px 10px;margin-bottom:10px}.home-tutorial-actions{display:flex;gap:8px;justify-content:flex-end}.home-tutorial-btn{border-radius:8px;border:1px solid transparent;padding:6px 12px;font-size:13px;font-weight:700}.home-tutorial-btn:disabled{opacity:.45;cursor:not-allowed}.home-tutorial-btn-light{background:#f7f9fc;color:#334155;border-color:#d6deea}.home-tutorial-btn-primary{background:#0b4d8a;color:#fff}@media (max-width: 768px){.home-tutorial-launcher{top:82px;right:14px;padding:6px 10px}.home-tutorial-card{left:12px;right:12px;bottom:12px;width:auto}}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;font-display:block;src:url(/gsoc/assets/MaterialIcons-Regular-Db3W__nn.ttf) format("truetype")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;white-space:nowrap;direction:ltr;letter-spacing:normal;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.gsoc-analytics-dashboard{--gsoc-bg: #0b1220;--gsoc-panel: rgba(17, 24, 39, .82);--gsoc-panel-strong: rgba(15, 23, 42, .94);--gsoc-border: rgba(148, 163, 184, .16);--gsoc-text: #f8fafc;--gsoc-text-soft: #cbd5e1;--gsoc-text-muted: #94a3b8;--gsoc-primary: #3b82f6;--gsoc-success: #22c55e;--gsoc-warning: #f59e0b;--gsoc-danger: #ef4444;min-height:calc(100vh - 67px);padding:86px 18px 24px;background:radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 24%),radial-gradient(circle at top right,rgba(139,92,246,.1),transparent 18%),linear-gradient(180deg,#0b1220,#0d1628);color:var(--gsoc-text)}.gsoc-analytics-dashboard[data-theme=light]{--gsoc-panel: rgba(255, 255, 255, .82);--gsoc-panel-strong: rgba(255, 255, 255, .94);--gsoc-border: rgba(59, 130, 246, .12);--gsoc-text: #0f172a;--gsoc-text-soft: #334155;--gsoc-text-muted: #64748b;background:radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 26%),linear-gradient(180deg,#eef5ff,#e2ebf8)}.gsoc-dashboard-shell{max-width:1680px;margin:0 auto;display:grid;gap:16px}.gsoc-panel,.gsoc-dashboard-topbar,.gsoc-kpi-card{position:relative;overflow:hidden;border:1px solid transparent;border-radius:16px;background:linear-gradient(var(--gsoc-panel),var(--gsoc-panel)) padding-box,linear-gradient(135deg,#3b82f640,#8b5cf629,#ec489924) border-box;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:inset 0 1px #ffffff0a,0 18px 36px #02081747}.gsoc-dashboard-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px}.gsoc-section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--gsoc-primary);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.gsoc-dashboard-topbar h1,.gsoc-panel-head h2{margin:6px 0 8px;font-weight:700;letter-spacing:-.03em}.gsoc-dashboard-topbar h1{font-size:31px;line-height:1.05}.gsoc-dashboard-topbar p{max-width:760px;margin:0;color:var(--gsoc-text-soft);font-size:14px}.gsoc-topbar-controls{display:flex;flex-wrap:wrap;align-items:end;justify-content:flex-end;gap:10px}.gsoc-filter{min-width:150px;display:grid;gap:6px}.gsoc-filter span,.gsoc-live-status small,.gsoc-kpi-copy span,.gsoc-story-card span,.gsoc-donut-center span,.gsoc-radial-copy span,.gsoc-donut-legend-row span,.gsoc-risk-row span,.gsoc-spotlight-topline span,.gsoc-activity-topline span,.gsoc-activity-copy p,.gsoc-region-table tbody td,.gsoc-stacked-topline span,.gsoc-severity-topline span,.gsoc-heat-cell span,.gsoc-heat-cell em,.gsoc-alert-card-topline span{color:var(--gsoc-text-muted)}.gsoc-filter span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gsoc-filter select{height:42px;padding:0 14px;border-radius:12px;border:1px solid var(--gsoc-border);background:#0f172a9e;color:var(--gsoc-text)}.gsoc-analytics-dashboard[data-theme=light] .gsoc-filter select{background:#ffffffe0}.gsoc-live-status{display:grid;justify-items:end;gap:6px;min-width:138px}.gsoc-live-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#22c55e29;border:1px solid rgba(34,197,94,.32);color:#bbf7d0;font-size:12px;font-weight:800;letter-spacing:.14em}.gsoc-analytics-dashboard[data-theme=light] .gsoc-live-pill{color:#166534}.gsoc-live-dot{width:8px;height:8px;border-radius:50%;background:var(--gsoc-success);box-shadow:0 0 16px #22c55eb8;animation:gsocPulse 1.4s infinite}.gsoc-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gsoc-story-card{padding:14px 16px;border-radius:16px;background:#0f172a80;border:1px solid rgba(148,163,184,.12)}.gsoc-analytics-dashboard[data-theme=light] .gsoc-story-card{background:#ffffffb3}.gsoc-story-card strong{display:block;margin:10px 0 6px;font-size:20px}.gsoc-story-card p{margin:0;font-size:13px;color:var(--gsoc-text-soft)}.gsoc-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.gsoc-kpi-card{padding:16px;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.gsoc-kpi-card:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff0d,0 22px 42px #02081752}.gsoc-kpi-card:after{content:"";position:absolute;inset:auto -30% -50% 45%;height:120px;border-radius:50%;background:#3b82f61f;filter:blur(44px)}.gsoc-kpi-card.tone-success:after{background:#22c55e29}.gsoc-kpi-card.tone-warning:after{background:#f59e0b29}.gsoc-kpi-card.tone-danger:after{background:#ef444429}.gsoc-kpi-head,.gsoc-alert-card-topline,.gsoc-donut-legend-row,.gsoc-risk-row,.gsoc-activity-topline,.gsoc-severity-topline,.gsoc-stacked-topline,.gsoc-spotlight-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.gsoc-kpi-icon{width:40px;height:40px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#0f172a99;font-size:18px}.gsoc-analytics-dashboard[data-theme=light] .gsoc-kpi-icon{background:#e2e8f0d1}.gsoc-kpi-trend{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700}.gsoc-kpi-trend.positive{color:#86efac;background:#22c55e1f}.gsoc-kpi-trend.negative{color:#fde68a;background:#f59e0b1f}.gsoc-analytics-dashboard[data-theme=light] .gsoc-kpi-trend.positive{color:#166534}.gsoc-analytics-dashboard[data-theme=light] .gsoc-kpi-trend.negative{color:#92400e}.gsoc-kpi-copy{display:grid;gap:6px;margin:18px 0 12px}.gsoc-kpi-copy span{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gsoc-kpi-copy strong{font-size:32px;line-height:1}.gsoc-kpi-sparkline{height:48px}.gsoc-sparkline,.gsoc-chart-svg{width:100%;height:100%}.gsoc-main-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(320px,.92fr);gap:16px}.gsoc-main-left,.gsoc-analytics-grid,.gsoc-progress-grid,.gsoc-radial-grid,.gsoc-risk-grid,.gsoc-risk-stack,.gsoc-activity-feed,.gsoc-spotlight-grid,.gsoc-alert-group-list,.gsoc-stacked-chart,.gsoc-severity-bars,.gsoc-risk-table{display:grid;gap:14px}.gsoc-main-left{gap:16px}.gsoc-panel,.gsoc-panel-hero,.gsoc-alert-panel{padding:18px}.gsoc-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.gsoc-head-badge,.gsoc-alert-count{min-width:34px;height:34px;padding:0 12px;border-radius:999px;background:#3b82f629;color:var(--gsoc-primary);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.gsoc-line-chart{min-height:280px}.gsoc-line-chart-legend{display:flex;gap:14px;margin-bottom:12px;color:var(--gsoc-text-muted);font-size:12px}.gsoc-line-chart-legend span,.gsoc-donut-legend-row span{display:inline-flex;align-items:center;gap:8px}.gsoc-line-chart-legend i,.gsoc-donut-legend-row i{width:10px;height:10px;border-radius:50%;display:inline-block}.gsoc-chart-grid{stroke:#94a3b81f;stroke-width:1}.gsoc-chart-area{fill:#3b82f61f}.gsoc-chart-point{fill:#fff;stroke:var(--gsoc-primary);stroke-width:2}.gsoc-chart-label{fill:var(--gsoc-text-muted);font-size:10px;text-anchor:middle}.gsoc-progress-grid{grid-template-columns:minmax(0,1.2fr) minmax(220px,.9fr)}.gsoc-radial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gsoc-radial-card,.gsoc-donut-wrap,.gsoc-alert-card,.gsoc-risk-row,.gsoc-activity-item,.gsoc-spotlight-card,.gsoc-heat-cell,.gsoc-stacked-row,.gsoc-severity-row{border-radius:16px;background:#0f172a8f;border:1px solid rgba(148,163,184,.12)}.gsoc-analytics-dashboard[data-theme=light] .gsoc-radial-card,.gsoc-analytics-dashboard[data-theme=light] .gsoc-donut-wrap,.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-card,.gsoc-analytics-dashboard[data-theme=light] .gsoc-risk-row,.gsoc-analytics-dashboard[data-theme=light] .gsoc-activity-item,.gsoc-analytics-dashboard[data-theme=light] .gsoc-spotlight-card,.gsoc-analytics-dashboard[data-theme=light] .gsoc-heat-cell,.gsoc-analytics-dashboard[data-theme=light] .gsoc-stacked-row,.gsoc-analytics-dashboard[data-theme=light] .gsoc-severity-row{background:#ffffffb3}.gsoc-radial-card{min-height:170px;padding:10px;position:relative;display:grid;place-items:center}.gsoc-radial-svg,.gsoc-donut-svg{width:116px;height:116px;transform:rotate(-90deg)}.gsoc-radial-track{fill:none;stroke:#94a3b82e;stroke-width:10}.gsoc-radial-progress{fill:none;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset .8s ease}.gsoc-radial-copy,.gsoc-donut-center{position:absolute;display:grid;justify-items:center;gap:2px;width:100%;padding:0 18px;text-align:center;inset:50% 0 auto;transform:translateY(-50%)}.gsoc-radial-copy strong,.gsoc-donut-center strong{font-size:22px;line-height:1}.gsoc-radial-copy span,.gsoc-donut-center span{display:block;max-width:82px;margin:0 auto;font-size:12px;line-height:1.2;white-space:normal;overflow-wrap:anywhere}.gsoc-donut-wrap{display:grid;place-items:center;gap:12px;padding:18px}.gsoc-donut-card{position:relative;width:136px;height:136px;display:grid;place-items:center}.gsoc-donut-legend{width:100%;display:grid;gap:10px}.gsoc-stacked-row,.gsoc-risk-row{width:100%;padding:14px;text-align:left}.gsoc-stacked-row{display:grid;gap:10px}.gsoc-stacked-track,.gsoc-severity-track{display:flex;overflow:hidden;height:12px;border-radius:999px;background:#94a3b824}.gsoc-stacked-track .segment-compliant{background:#22c55e}.gsoc-stacked-track .segment-warning{background:#f59e0b}.gsoc-stacked-track .segment-critical{background:#ef4444}.gsoc-risk-grid{grid-template-columns:minmax(260px,.7fr) minmax(0,1.2fr)}.gsoc-alert-trend-panel{border-radius:16px;padding:14px;background:#0f172a75}.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-trend-panel{background:#fff9}.gsoc-severity-row{padding:12px 14px}.gsoc-severity-track{margin-top:8px}.gsoc-severity-track span{display:block;height:100%;border-radius:inherit}.gsoc-heat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gsoc-heat-cell{position:relative;min-height:112px;padding:14px;text-align:left;overflow:hidden}.gsoc-heat-cell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;opacity:.92}.gsoc-heat-cell strong,.gsoc-risk-row strong,.gsoc-spotlight-topline strong,.gsoc-donut-legend-row strong,.gsoc-severity-topline strong,.gsoc-activity-topline strong{position:relative;z-index:1}.gsoc-heat-cell strong{display:block;font-size:16px}.gsoc-heat-cell span,.gsoc-heat-cell em{position:relative;z-index:1;display:block;margin-top:6px;font-style:normal}.gsoc-heat-cell em{margin-top:14px;color:var(--gsoc-text);font-size:24px;font-weight:800}.gsoc-risk-table{gap:10px}.gsoc-risk-row{display:grid;grid-template-columns:1.4fr .5fr .5fr .5fr;align-items:center}.gsoc-risk-row strong{display:block;font-size:15px}.gsoc-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gsoc-status-pill.critical,.gsoc-alert-badge.high{color:#fecaca;background:#ef444429}.gsoc-status-pill.warning,.gsoc-alert-badge.medium{color:#fde68a;background:#f59e0b29}.gsoc-status-pill.stable,.gsoc-alert-badge.low{color:#bfdbfe;background:#3b82f629}.gsoc-analytics-dashboard[data-theme=light] .gsoc-status-pill.critical,.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-badge.high{color:#991b1b}.gsoc-analytics-dashboard[data-theme=light] .gsoc-status-pill.warning,.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-badge.medium{color:#92400e}.gsoc-analytics-dashboard[data-theme=light] .gsoc-status-pill.stable,.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-badge.low{color:#1d4ed8}.gsoc-region-table-wrap{overflow:auto}.gsoc-region-table{width:100%;border-collapse:collapse}.gsoc-region-table thead th{padding:0 0 10px;text-align:left;border-bottom:1px solid rgba(148,163,184,.12)}.gsoc-region-table thead button{background:transparent;border:0;color:var(--gsoc-text-muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gsoc-region-table tbody td{padding:14px 8px 14px 0;border-bottom:1px solid rgba(148,163,184,.1);font-size:14px}.gsoc-region-table tbody tr.is-critical td{color:#fca5a5}.gsoc-region-table tbody tr.is-healthy td{color:#86efac}.gsoc-analytics-dashboard[data-theme=light] .gsoc-region-table tbody tr.is-critical td{color:#b91c1c}.gsoc-analytics-dashboard[data-theme=light] .gsoc-region-table tbody tr.is-healthy td{color:#15803d}.gsoc-alert-rail{position:relative}.gsoc-alert-panel{position:sticky;top:84px;display:grid;gap:14px}.gsoc-alert-head{margin-bottom:2px}.gsoc-alert-group{display:grid;gap:10px}.gsoc-alert-group-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:14px;background:#0f172a8c;border:1px solid rgba(148,163,184,.12);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-group-head{background:#ffffffad}.gsoc-alert-group-head.high{color:#fca5a5}.gsoc-alert-group-head.medium{color:#fde68a}.gsoc-alert-group-head.low{color:#bfdbfe}.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-group-head.high{color:#b91c1c}.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-group-head.medium{color:#92400e}.gsoc-analytics-dashboard[data-theme=light] .gsoc-alert-group-head.low{color:#1d4ed8}.gsoc-alert-card{padding:14px}.gsoc-alert-card.high{box-shadow:inset 0 0 0 1px #ef44443d,0 0 22px #ef444424}.gsoc-alert-card.high:after{content:"";position:absolute;inset:auto -20% -50% 40%;height:120px;border-radius:50%;background:#ef444429;filter:blur(44px)}.gsoc-alert-card p{margin:10px 0 12px;color:var(--gsoc-text-soft);font-size:13px}.gsoc-alert-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.gsoc-alert-card-footer{display:grid;gap:12px}.gsoc-alert-actions{display:flex;flex-wrap:wrap;gap:8px}.gsoc-alert-actions button,.gsoc-spotlight-actions button{padding:9px 12px;border-radius:12px;border:1px solid rgba(59,130,246,.2);background:#3b82f61f;color:var(--gsoc-text);font-size:12px;font-weight:700;transition:transform .2s ease}.gsoc-alert-actions button:hover,.gsoc-spotlight-actions button:hover{transform:translateY(-1px)}.gsoc-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:16px}.gsoc-activity-item{padding:14px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px}.gsoc-activity-dot{width:12px;height:12px;margin-top:6px;border-radius:50%;background:var(--gsoc-primary);box-shadow:0 0 16px #3b82f699}.gsoc-activity-item.alert .gsoc-activity-dot{background:var(--gsoc-danger);box-shadow:0 0 18px #ef4444a8}.gsoc-activity-item.sync .gsoc-activity-dot{background:var(--gsoc-success)}.gsoc-activity-item.user .gsoc-activity-dot{background:#8b5cf6}.gsoc-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gsoc-spotlight-card{padding:16px;display:grid;gap:14px}.gsoc-spotlight-topline{align-items:flex-start}.gsoc-spotlight-topline>div{min-width:0;flex:1;display:grid;gap:4px}.gsoc-spotlight-topline strong{display:block;font-size:17px;line-height:1.25;white-space:normal;overflow-wrap:anywhere}.gsoc-spotlight-topline>div span{display:block;font-size:14px;line-height:1.2}.gsoc-spotlight-card.critical{box-shadow:inset 0 0 0 1px #ef444438}.gsoc-spotlight-card.warning{box-shadow:inset 0 0 0 1px #f59e0b33}.gsoc-spotlight-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gsoc-spotlight-metrics div{padding:12px;border-radius:14px;background:#0206176b;min-height:92px;display:grid;align-content:start;gap:8px}.gsoc-analytics-dashboard[data-theme=light] .gsoc-spotlight-metrics div{background:#f1f5f9e6}.gsoc-spotlight-metrics span{color:var(--gsoc-text-muted);font-size:12px;line-height:1.35}.gsoc-spotlight-metrics strong{display:block;font-size:20px;line-height:1.1}.gsoc-spotlight-radials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gsoc-spotlight-radials .gsoc-radial-card{min-height:196px;padding:14px}.gsoc-spotlight-radials .gsoc-radial-svg{width:134px;height:134px}.gsoc-spotlight-radials .gsoc-radial-copy{gap:4px;padding:0 22px;transform:translateY(-54%)}.gsoc-spotlight-radials .gsoc-radial-copy strong{font-size:24px;line-height:.95}.gsoc-spotlight-radials .gsoc-radial-copy span{max-width:72px;font-size:11px;line-height:1.05}.gsoc-spotlight-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gsoc-spotlight-actions .primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.gsoc-panel-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(110deg,#fff0 10%,#ffffff14,#fff0 82%);transform:translate(-100%);animation:gsocShimmer .8s linear;pointer-events:none}@keyframes gsocPulse{0%{transform:scale(.95);opacity:.8}70%{transform:scale(1.2);opacity:.08}to{transform:scale(1.25);opacity:0}}@keyframes gsocShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 1480px){.gsoc-main-grid,.gsoc-bottom-grid{grid-template-columns:1fr}.gsoc-alert-panel{position:relative;top:0}}@media (max-width: 1240px){.gsoc-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gsoc-progress-grid,.gsoc-risk-grid,.gsoc-spotlight-grid{grid-template-columns:1fr}.gsoc-radial-grid,.gsoc-spotlight-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.gsoc-analytics-dashboard{padding:82px 12px 20px}.gsoc-dashboard-topbar,.gsoc-panel-head{flex-direction:column;align-items:flex-start}.gsoc-topbar-controls,.gsoc-story-grid,.gsoc-kpi-grid,.gsoc-radial-grid,.gsoc-heat-grid,.gsoc-spotlight-metrics,.gsoc-spotlight-radials,.gsoc-spotlight-actions{grid-template-columns:1fr}.gsoc-topbar-controls{width:100%;display:grid}.gsoc-filter,.gsoc-live-status{width:100%;justify-items:start}.gsoc-kpi-grid{display:grid}.gsoc-risk-row{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
