/* Shared page components. Zero-specificity page scopes prevent selector collisions. */
/* secure/unknownperson.aspx */
:where(html[data-gn-page="secure/unknownperson.aspx"]) .unknownHeader {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .facePreview {
    position: relative;
    display: inline-block;
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .heroFace {
    max-width: 700px;
    max-height: 700px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .faceRectangle {
    position: absolute;
    border: 3px solid #00ff00;
    box-shadow: 0 0 10px rgba(0,255,0,.8);
    pointer-events: none;
    display: none;
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .personEditor {
    min-width: 320px;
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .photoGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    gap: 12px;
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .photoThumb {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: .15s;
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .photoThumb:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 14px rgba(0,0,0,.25);
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .buttonDanger {
    background: #c62828;
    color: var(--gn-surface);
}
:where(html[data-gn-page="secure/unknownperson.aspx"]) .buttonDanger:hover {
    background: #a91e1e;
}
/* secure/unknownpeople.aspx */
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .peopleToolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .peopleToolbarLeft {
    display: flex;
    align-items: center;
    gap: 12px;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .peopleToolbarRight {
    display: flex;
    align-items: center;
    gap: 10px;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .peopleCount {
    font-size: 14px;
    color: #666;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .unknownGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px,1fr));
    gap: 18px;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .personCard {
    background: var(--gn-surface);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: .2s ease;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .personCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .personImage {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: #eee;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .personBody {
    padding: 12px;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .personTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
:where(html[data-gn-page="secure/unknownpeople.aspx"]) .personMeta {
    color: #777;
    font-size: 13px;
}
/* secure/threads.aspx */
:where(html[data-gn-page="secure/threads.aspx"]) .table_header_1 {
    width: 200px;
}
:where(html[data-gn-page="secure/threads.aspx"]) .table_header_2 {
    width: 70px;
}
/* secure/survey/resultsall.aspx, secure/survey/results.aspx */
:where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) .img2 {
    max-width: 100%;
    text-align: center;
}
:where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) .tbl {
    margin: auto;
    padding: 5px 5px 5px 5px;
    width: 80%;
    background-color: white;
}
html:where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) {
    box-sizing: border-box;
    background-color: dimgray;
}
:where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) *,
:where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) *:before,
:where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) *:after {
    box-sizing: inherit;
}
:where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) .masonry {
    margin: 1.5em auto;
    max-width: 80%;
    column-gap: 1.5em;
}
:where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) .item {
    background: var(--gn-surface);
    padding: 1em;
    margin: 0 0 1.5em;
    max-height: 650px;
    overflow: hidden;
    display: inline-block;
}
@media only screen and (min-width: 1024px) {
    :where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) .masonry {
        column-count: 5;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    :where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) .masonry {
        column-count: 4;
    }
}
@media only screen and (max-width: 767px) and (min-width: 540px) {
    :where(html[data-gn-page="secure/survey/resultsall.aspx"], html[data-gn-page="secure/survey/results.aspx"]) .masonry {
        column-count: 2;
    }
}
/* secure/survey/kink.aspx */
html:where(html[data-gn-page="secure/survey/kink.aspx"]) {
    box-sizing: border-box;
    background-color: dimgray;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .img1 {
    max-width: 100%;
    max-height: 500px;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .tbl {
    margin: auto;
    padding: 5px 5px 5px 5px;
    width: 80%;
    background-color: white;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .column {
    float: left;
    width: 50%;
    text-align: left;
    height: 500px;
    overflow: scroll;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .column_right {
    float: left;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .row:after {
    content: "";
    display: table;
    clear: both;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .content-controls {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: darkgray;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .content-controls div {
    display: table-cell;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .content-controls-left {
    width: 50px;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .content-controls-right {
    width: 50px;
}
:where(html[data-gn-page="secure/survey/kink.aspx"]) .content-controls-middle {
    text-align: center;
}
/* secure/survey/kink.aspx */
:where(html[data-gn-page="secure/survey/kink.aspx"]) .auto-style1 {
    text-align: left;
}
/* secure/survey/hint.aspx */
html:where(html[data-gn-page="secure/survey/hint.aspx"]),
:where(html[data-gn-page="secure/survey/hint.aspx"]) body {
    height: 100%;
    margin: 0;
    padding: 0;
}
:where(html[data-gn-page="secure/survey/hint.aspx"]) body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
:where(html[data-gn-page="secure/survey/hint.aspx"]) .right-container {
    flex: 0 1 50%;
    display: flex;
    height: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
}
:where(html[data-gn-page="secure/survey/hint.aspx"]) .half-containers {
    flex: 0 0 50%;
    max-height: 50%;
    min-height: 50%;
    max-width: 100%;
    padding: .5em;
    overflow: hidden;
}
:where(html[data-gn-page="secure/survey/hint.aspx"]) .half-containers img {
    max-width: 100%;
    max-height: 100%;
}
/* secure/survey/default.aspx */
:where(html[data-gn-page="secure/survey/default.aspx"]) .img2 {
    max-width: 100%;
    text-align: center;
}
:where(html[data-gn-page="secure/survey/default.aspx"]) .tbl {
    margin: auto;
    padding: 5px 5px 5px 5px;
    width: 80%;
    background-color: white;
    text-align: center;
}
html:where(html[data-gn-page="secure/survey/default.aspx"]) {
    box-sizing: border-box;
    background-color: dimgray;
}
:where(html[data-gn-page="secure/survey/default.aspx"]) *,
:where(html[data-gn-page="secure/survey/default.aspx"]) *:before,
:where(html[data-gn-page="secure/survey/default.aspx"]) *:after {
    box-sizing: inherit;
}
:where(html[data-gn-page="secure/survey/default.aspx"]) .masonry {
    margin: 1.5em auto;
    max-width: 80%;
    column-gap: 1.5em;
}
:where(html[data-gn-page="secure/survey/default.aspx"]) .item {
    background: var(--gn-surface);
    padding: 1em;
    margin: 0 0 1.5em;
    max-height: 650px;
    overflow: hidden;
    display: inline-block;
}
@media only screen and (min-width: 1024px) {
    :where(html[data-gn-page="secure/survey/default.aspx"]) .masonry {
        column-count: 5;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    :where(html[data-gn-page="secure/survey/default.aspx"]) .masonry {
        column-count: 4;
    }
}
@media only screen and (max-width: 767px) and (min-width: 540px) {
    :where(html[data-gn-page="secure/survey/default.aspx"]) .masonry {
        column-count: 2;
    }
}
/* secure/sms_alerts.aspx, secure/sms.aspx */
:root:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) {
    --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --msger-bg: #fff;
    --border: 2px solid #ddd;
    --left-msg-bg: #ececec;
    --right-msg-bg: #579ffb;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) *,
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) *:before,
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) *:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) bo

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 867px;
    margin: 25px 10px;
    height: calc(100% - 50px);
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-chat::-webkit-scrollbar {
    width: 6px;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msg:last-of-type {
    margin: 0;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: var(--left-msg-bg);
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msg-info-time {
    font-size: 0.85em;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .right-msg {
    flex-direction: row-reverse;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .right-msg .msg-bubble {
    background: var(--right-msg-bg);
    color: var(--gn-surface);
    border-bottom-right-radius: 0;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .right-msg .msg-img {
    margin: 0 0 0 10px;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-input {
    flex: 1;
    background: #ddd;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-send-btn {
    margin-left: 10px;
    background: rgb(0, 196, 65);
    color: var(--gn-surface);
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-send-btn:hover {
    background: rgb(0, 180, 50);
}
:where(html[data-gn-page="secure/sms_alerts.aspx"], html[data-gn-page="secure/sms.aspx"]) .msger-chat {
    background-color: #fcfcfe;
    background-image: url("https://www.gibsonetwork.com/images/bg2.png");
}
/* secure/myemailer.aspx */
:where(html[data-gn-page="secure/myemailer.aspx"]) .emailCard {
    max-width: 700px;
    margin: 30px auto;
    padding: 25px;
    background: var(--gn-surface);
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
    font-family: "Segoe UI", Arial, sans-serif;
}
:where(html[data-gn-page="secure/myemailer.aspx"]) .emailCard h2 {
    margin: 0 0 25px 0;
    color: #2c3e50;
    font-weight: 600;
}
:where(html[data-gn-page="secure/myemailer.aspx"]) .formRow {
    margin-bottom: 18px;
}
:where(html[data-gn-page="secure/myemailer.aspx"]) .formRow label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #555;
}
:where(html[data-gn-page="secure/myemailer.aspx"]) .formInput {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    transition: border-color .2s, box-shadow .2s;
}
:where(html[data-gn-page="secure/myemailer.aspx"]) .formInput:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 5px rgba(13,110,253,.25);
}
:where(html[data-gn-page="secure/myemailer.aspx"]) .btnSend {
    background: #0d6efd;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s;
}
:where(html[data-gn-page="secure/myemailer.aspx"]) .btnSend:hover {
    background: #0b5ed7;
}
/* secure/mediaprocessing.aspx */
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .media-processing-page {
    width: calc(100% - 260px);
    max-width: 1500px;
    margin-left: 260px;
    padding: 24px;
    box-sizing: border-box;
    color: var(--gn-text);
    font-family: "Segoe UI", Arial, sans-serif;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-page-header {
    margin-bottom: 22px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-page-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-page-subtitle {
    margin-top: 5px;
    color: var(--gn-text-muted);
    font-size: 14px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-search-panel {
    background: var(--gn-surface);
    border: 1px solid #e1e5ea;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 22px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-search-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr;
    gap: 16px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-form-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #56616f;
    margin-bottom: 6px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-form-group input,
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-form-group select,
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-sort-control select {
    width: 100%;
    height: 38px;
    border: 1px solid #cfd6de;
    border-radius: 6px;
    padding: 0 10px;
    font-family: inherit;
    font-size: 14px;
    background: var(--gn-surface);
    color: var(--gn-text);
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-form-group input:focus,
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-form-group select:focus,
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-sort-control select:focus {
    outline: none;
    border-color: #4f8cff;
    box-shadow: 0 0 0 2px rgba(79, 140, 255, 0.12);
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-processing-filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 18px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-match-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #edf0f3;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-match-label {
    font-size: 13px;
    font-weight: 600;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-radio {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    cursor: pointer;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-radio input {
    margin: 0;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-search-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-btn {
    border: 0;
    border-radius: 6px;
    padding: 9px 18px;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-btn-primary {
    background: #2563eb;
    color: var(--gn-surface);
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-btn-primary:hover {
    background: #1d4ed8;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-btn-secondary {
    background: #eef1f5;
    color: #374151;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-btn-secondary:hover {
    background: #e2e6eb;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-btn-view {
    background: #f1f5f9;
    color: #334155;
    white-space: nowrap;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-btn-view:hover {
    background: #e2e8f0;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-result-count {
    font-size: 14px;
    color: #59636f;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-result-count strong {
    color: #1f2937;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-sort-control {
    display: flex;
    align-items: center;
    gap: 8px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-sort-control label {
    font-size: 13px;
    color: #59636f;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-sort-control select {
    width: 170px;
    height: 34px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-card {
    background: var(--gn-surface);
    border: 1px solid #e1e5ea;
    border-radius: 10px;
    padding: 14px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-image {
    width: 150px;
    height: 110px;
    border-radius: 7px;
    overflow: hidden;
    background: #eef1f4;
    display: flex;
    align-items: center;
    justify-content: center;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-info {
    min-width: 0;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-name {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-path {
    font-size: 12px;
    color: #7a8490;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-processing-status {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 8px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-status-item {
    border: 1px solid #edf0f3;
    background: #fafbfc;
    border-radius: 6px;
    padding: 8px 10px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-status-label {
    display: block;
    font-size: 11px;
    color: #7b8490;
    margin-bottom: 4px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-status-value {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-status-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 11px;
    font-weight: bold;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-status-complete {
    color: #16803c;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-status-complete .mp-status-icon {
    background: #dcfce7;
    color: #16803c;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-status-not-complete {
    color: #7b8490;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-status-not-complete .mp-status-icon {
    background: #eef1f4;
    color: #7b8490;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-description {
    margin-top: 12px;
    padding: 10px 12px;
    background: #f8fafc;
    border-left: 3px solid #d5dbe2;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.45;
    color: #59636f;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-description strong {
    color: #374151;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (max-width: 1100px) {
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-search-grid {
        grid-template-columns: 1fr 1fr;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-processing-filters {
        grid-template-columns: 1fr 1fr;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-card {
        grid-template-columns: 130px minmax(0, 1fr);
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-actions {
        grid-column: 2;
        flex-direction: row;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-processing-status {
        grid-template-columns: 1fr 1fr;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-image {
        width: 130px;
        height: 100px;
    }
}
@media (max-width: 700px) {
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .media-processing-page {
        padding: 15px;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-search-grid,
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-processing-filters {
        grid-template-columns: 1fr;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-card {
        grid-template-columns: 1fr;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-image {
        width: 100%;
        height: 200px;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-media-actions {
        grid-column: auto;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-processing-status {
        grid-template-columns: 1fr 1fr;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-results-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-processing-button {
    display: block;
    margin-top: 7px;
    padding: 4px 9px;
    border: 1px solid #d5dbe2;
    border-radius: 4px;
    background: var(--gn-surface);
    color: #59636f;
    font-family: inherit;
    font-size: 11px;
    line-height: 1.3;
    cursor: pointer;
    transition: background-color 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-processing-button:hover {
    background: #f1f5f9;
    border-color: #b9c2cc;
    color: #1f2937;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
    padding: 16px 20px;
    background: var(--gn-surface);
    border: 1px solid #e1e5e8;
    border-radius: 8px;
    box-sizing: border-box;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination-summary {
    color: #65727e;
    font-size: 13px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination-button {
    padding: 8px 15px;
    background: var(--gn-surface);
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease,
        border-color 0.15s ease;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination-button:hover:not(:disabled) {
    background: #f3f4f6;
    border-color: #9ca3af;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination-button:disabled {
    opacity: 0.45;
    cursor: default;
}
:where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination-page {
    min-width: 115px;
    padding: 8px 10px;
    color: #374151;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
@media (max-width: 700px) {
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    :where(html[data-gn-page="secure/mediaprocessing.aspx"]) .mp-pagination-controls {
        justify-content: center;
    }
}
/* secure/mediadetails.aspx */
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page {
    --md-ink: #e6edf7;
    --md-muted: #a4b3c8;
    --md-border: #314157;
    --md-card: #172334;
    color: var(--md-ink);
    background: #0d1623;
    padding: 24px;
    border-radius: 16px;
    max-width: 1500px;
    margin: 20px auto;
    font: 15px/1.55 system-ui,sans-serif;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page * {
    box-sizing: border-box;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page h1 {
    font-size: clamp(24px,3vw,36px);
    line-height: 1.2;
    margin: 8px 0 20px;
    overflow-wrap: anywhere;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page h2 {
    font-size: 20px;
    margin: 0 0 14px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page h3 {
    font-size: 15px;
    margin: 0 0 8px;
    color: #bdcde3;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-kicker {
    color: #71daca;
    font-size: 12px;
    letter-spacing: .13em;
    text-transform: uppercase;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-layout {
    display: grid;
    grid-template-columns: minmax(0,1.65fr) minmax(280px,1fr);
    gap: 20px;
    align-items: start;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-card {
    padding: 20px;
    border: 1px solid var(--md-border);
    border-radius: 12px;
    background: var(--md-card);
    min-width: 0;
    margin-bottom: 20px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-toolbar {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-toggle {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-toggle input {
    width: 19px;
    height: 19px;
    accent-color: #54d6b3;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-stage {
    position: relative;
    background: #030810;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-stage img,
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-stage video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-stage svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-status {
    min-height: 24px;
    margin: 10px 0;
    color: var(--md-muted);
    font-size: 13px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-muted {
    color: var(--md-muted);
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page a {
    color: #84dacc;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page button,
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-link {
    display: inline-block;
    border: 1px solid #465971;
    border-radius: 7px;
    background: #24374e;
    color: #eff6ff;
    padding: 7px 11px;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page button:disabled {
    opacity: .55;
    cursor: default;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page button:focus-visible,
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page a:focus-visible,
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page input:focus-visible {
    outline: 3px solid #71daca;
    outline-offset: 3px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-face-list {
    display: grid;
    gap: 8px;
    max-height: 360px;
    overflow: auto;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-face-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: #111c2b;
    border-radius: 8px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-face-row small {
    display: block;
    color: var(--md-muted);
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-prose {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-section+.md-section {
    border-top: 1px solid var(--md-border);
    padding-top: 16px;
    margin-top: 16px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-fields {
    display: grid;
    grid-template-columns: minmax(105px,1fr) minmax(0,2fr);
    gap: 8px 16px;
    font-size: 13px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-fields dt {
    color: var(--md-muted);
    overflow-wrap: anywhere;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-fields dd {
    margin: 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page details {
    margin-top: 16px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page summary {
    cursor: pointer;
    color: #a9dcd4;
    padding: 5px 0;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-transcript+.md-transcript {
    border-top: 1px solid var(--md-border);
    margin-top: 20px;
    padding-top: 20px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-error {
    padding: 18px;
    background: #44242b;
    border: 1px solid #ab6573;
    border-radius: 10px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page [hidden] {
    display: none!important;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-face-row {
    display: block;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-face-heading {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify {
    display: grid;
    gap: 10px;
    border-top: 1px solid var(--md-border);
    padding-top: 12px;
    margin-top: 12px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify label {
    display: block;
    color: var(--md-muted);
    font-size: 13px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify select,
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify input {
    width: 100%;
    min-width: 0;
    background: #0d1623;
    color: var(--md-ink);
    border: 1px solid #465971;
    border-radius: 6px;
    padding: 8px;
    font: inherit;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify-line {
    display: flex;
    gap: 8px;
    align-items: center;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify-line>*:first-child {
    flex: 1;
    min-width: 0;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify-line button {
    flex-shrink: 0;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-guess {
    padding: 10px;
    background: #24374e;
    border-radius: 7px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-save-message {
    font-size: 13px;
    white-space: pre-wrap;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify-note {
    color: var(--md-muted);
    font-size: 12px;
}
:where(html[data-gn-page="secure/mediadetails.aspx"]) .md-face-list {
    max-height: 650px;
}
@media(max-width:500px) {
    :where(html[data-gn-page="secure/mediadetails.aspx"]) .md-identify-line {
        align-items: stretch;
        flex-direction: column;
    }
}
@media(max-width:850px) {
    :where(html[data-gn-page="secure/mediadetails.aspx"]) .md-layout {
        grid-template-columns: 1fr;
    }
    :where(html[data-gn-page="secure/mediadetails.aspx"]) .md-page {
        padding: 14px;
        margin: 10px 0;
    }
    :where(html[data-gn-page="secure/mediadetails.aspx"]) .md-card {
        padding: 15px;
    }
    :where(html[data-gn-page="secure/mediadetails.aspx"]) .md-fields {
        grid-template-columns: 1fr;
    }
    :where(html[data-gn-page="secure/mediadetails.aspx"]) .md-fields dd {
        margin-bottom: 8px;
    }
}
/* secure/location_fullscreen.aspx, onvifvideo.aspx */
html:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]),
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) body {
    margin: 0;
    padding: 0;
    height: 100%;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) #map_canvas {
    height: 100%;
    width: 100%;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .locationPanel {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 300px;
    max-height: 600px;
    overflow-y: auto;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,.18);
    border: 1px solid #d9e2ec;
    font-family: 'Segoe UI',Tahoma,sans-serif;
    font-size: 14px;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .locationHeader {
    background: #1f4e79;
    color: white;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
    letter-spacing: .4px;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .locationTable {
    width: 100%;
    border-collapse: collapse;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .locationTable tr {
    transition: .15s;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .locationTable tr:hover {
    background: #eef6ff;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .locationTable td {
    padding: 10px 12px;
    border-bottom: 1px solid #edf1f5;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .locationTable tr:last-child td {
    border-bottom: none;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .userRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .userLeft {
    display: flex;
    align-items: center;
    gap: 8px;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .userActions img {
    opacity: .70;
    transition: .15s;
    cursor: pointer;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .userActions img:hover {
    opacity: 1;
    transform: scale(1.15);
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .userName {
    font-weight: 600;
    color: #25364a;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .statusBadge {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 6px;
    background: #d8f3dc;
    color: #1b6b39;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .ageBadge {
    margin-left: 8px;
    min-width: 26px;
    display: inline-block;
    text-align: center;
    padding: 2px 6px;
    border-radius: 12px;
    background: #f3f4f6;
    font-size: 11px;
    font-weight: 600;
    color: #555;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .ageBadge.alert {
    background: #ffebee;
    color: #c62828;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .avatarWrapper {
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .locationAvatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    background: var(--gn-surface);
    box-shadow: 0 3px 8px rgba(0,0,0,.25);
    transition: .15s;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .avatarWrapper:hover .locationAvatar {
    transform: scale(1.05);
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .avatarStatus {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .avatarStatus.online {
    background: var(--gn-green);
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .avatarStatus.offline {
    background: var(--gn-red);
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .userInfo {
    display: flex;
    flex-direction: column;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .userMeta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 3px;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .userActions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .actionButton {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5f7fa;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .18s;
    border: 1px solid #e5e7eb;
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .actionButton:hover {
    background: #dbeafe;
    transform: scale(1.08);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
}
:where(html[data-gn-page="secure/location_fullscreen.aspx"], html[data-gn-page="onvifvideo.aspx"]) .altRow {
    background: #fbfcfd;
}
/* secure/location_alert_edit.aspx */
:where(html[data-gn-page="secure/location_alert_edit.aspx"]) .auto-style1 {
    width: 128px;
}
/* secure/knownperson.aspx */
:where(html[data-gn-page="secure/knownperson.aspx"]) body {
    background: #f5f6f8;
    color: #212529;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .page-header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gn-surface);
    color: #495057;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,.12);
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .back-button:hover {
    background: #e9ecef;
    color: #212529;
    text-decoration: none;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .person-header-card {
    background: var(--gn-surface);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .person-header {
    display: flex;
    align-items: center;
    gap: 25px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .person-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    background: #e9ecef;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .person-info {
    flex: 1;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .person-name {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .person-meta {
    color: #6c757d;
    font-size: 14px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .person-actions {
    display: flex;
    gap: 10px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .section-card {
    background: var(--gn-surface);
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    overflow: hidden;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid #e9ecef;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .section-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .section-body {
    padding: 22px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .stat-row {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .stat-card {
    flex: 1;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .stat-value {
    font-size: 24px;
    font-weight: 600;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .stat-label {
    color: #6c757d;
    font-size: 13px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .face-grid,
:where(html[data-gn-page="secure/knownperson.aspx"]) .photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .face-card,
:where(html[data-gn-page="secure/knownperson.aspx"]) .photo-card,
:where(html[data-gn-page="secure/knownperson.aspx"]) .potential-match-card {
    background: var(--gn-surface);
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .15s ease,
                box-shadow .15s ease;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .face-card:hover,
:where(html[data-gn-page="secure/knownperson.aspx"]) .photo-card:hover,
:where(html[data-gn-page="secure/knownperson.aspx"]) .potential-match-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .face-image,
:where(html[data-gn-page="secure/knownperson.aspx"]) .potential-match-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #e9ecef;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .photo-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #e9ecef;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .face-details,
:where(html[data-gn-page="secure/knownperson.aspx"]) .photo-details,
:where(html[data-gn-page="secure/knownperson.aspx"]) .potential-match-details {
    padding: 10px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .distance,
:where(html[data-gn-page="secure/knownperson.aspx"]) .match-distance {
    font-size: 13px;
    color: #6c757d;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .distance strong,
:where(html[data-gn-page="secure/knownperson.aspx"]) .match-distance strong {
    color: #212529;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .match-action {
    margin-top: 8px;
    width: 100%;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .avatar-badge {
    margin-bottom: 8px;
    display: block;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .empty-state {
    text-align: center;
    padding: 50px 20px;
    color: #6c757d;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .empty-state-icon {
    font-size: 42px;
    margin-bottom: 15px;
    opacity: .5;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .update-progress {
    text-align: center;
    padding: 10px;
    color: #6c757d;
}
@media (max-width: 768px) {
    :where(html[data-gn-page="secure/knownperson.aspx"]) .person-header {
        flex-direction: column;
        text-align: center;
    }
    :where(html[data-gn-page="secure/knownperson.aspx"]) .person-actions {
        justify-content: center;
    }
    :where(html[data-gn-page="secure/knownperson.aspx"]) .stat-row {
        flex-direction: column;
    }
    :where(html[data-gn-page="secure/knownperson.aspx"]) .page-header {
        align-items: flex-start;
    }
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .section-title-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .match-search-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .match-search-label {
    font-size: 0.85rem;
    color: #6c757d;
    white-space: nowrap;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .match-search-label-deep {
    font-weight: 600;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .match-search-toggle .form-check {
    padding-left: 0;
    min-height: auto;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .match-search-toggle .form-check-input {
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
}
:where(html[data-gn-page="secure/knownperson.aspx"]) .known-face-match {
    margin-top: 4px;
    font-size: 0.72rem;
    color: #6c757d;
    word-break: break-all;
}
/* secure/knownpeople.aspx */
:where(html[data-gn-page="secure/knownpeople.aspx"]) .peopleToolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .peopleToolbarLeft {
    display: flex;
    align-items: center;
    gap: 12px;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .peopleToolbarRight {
    display: flex;
    align-items: center;
    gap: 10px;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .peopleCount {
    font-size: 14px;
    color: #666;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .unknownGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px,1fr));
    gap: 18px;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .personCard {
    background: var(--gn-surface);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: .2s ease;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .personCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .personImage {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: #eee;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .personBody {
    padding: 12px;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .personTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .personMeta {
    color: #777;
    font-size: 13px;
}
:where(html[data-gn-page="secure/knownpeople.aspx"]) .personTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}
/* secure/current_fullscreen.aspx */
html:where(html[data-gn-page="secure/current_fullscreen.aspx"]),
:where(html[data-gn-page="secure/current_fullscreen.aspx"]) body {
    margin: 0;
    padding: 0;
    height: 100%;
}
:where(html[data-gn-page="secure/current_fullscreen.aspx"]) #map_canvas {
    min-width: 725px;
    height: 100%;
    width: 100%;
}
:where(html[data-gn-page="secure/current_fullscreen.aspx"]) #Button1 {
    width: 151px;
}
/* secure/automower2.aspx, secure/autobot.aspx */
html:where(html[data-gn-page="secure/automower2.aspx"], html[data-gn-page="secure/autobot.aspx"]),
:where(html[data-gn-page="secure/automower2.aspx"], html[data-gn-page="secure/autobot.aspx"]) body {
    margin: 0;
    padding: 0;
    height: 100%;
}
:where(html[data-gn-page="secure/automower2.aspx"], html[data-gn-page="secure/autobot.aspx"]) #map_canvas {
    height: 100%;
    width: 100%;
}
/* seansbaptism.aspx */
@font-face {
    font-family: 'GnuolaneRegular';
    src: url('../../gnuolane_rg-webfont.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GnuolaneRegular';
    src: url(//:) format('no404'), url('https://www.gibsonetwork.com/fonts/gnuolane_rg-webfont.woff') format('woff'), url('https://www.gibsonetwork.com/fonts/gnuolane_rg-webfont.ttf') format('truetype'), url('https://www.gibsonetwork.com/fonts/gnuolane_rg-webfont.svg#webfontU2VhU0qm') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvalonBold';
    src: url('https://www.gibsonetwork.com/fonts/avalon-demi-webfont.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvalonBold';
    src: url(//:) format('no404'), url('https://www.gibsonetwork.com/fonts/avalon-demi-webfont.woff') format('woff'), url('https://www.gibsonetwork.com/fonts/avalon-demi-webfont.ttf') format('truetype'), url('https://www.gibsonetwork.com/fonts/avalon-demi-webfont.svg#webfontb5A3qXLo') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvalonMediumRegular';
    src: url('../../fonts/avalon-medium-webfont.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvalonMediumRegular';
    src: url(//:) format('no404'), url('https://www.gibsonetwork.com/fonts/avalon-medium-webfont.woff') format('woff'), url('https://www.gibsonetwork.com/fonts/avalon-medium-webfont.ttf') format('truetype'), url('https://www.gibsonetwork.com/fonts/avalon-medium-webfont.svg#webfontrChzu3Rj') format('svg');
    font-weight: normal;
    font-style: normal;
}
:where(html[data-gn-page="seansbaptism.aspx"]) body {
    background-image: url('https://www.gibsonetwork.com/Images/background.png');
    background-repeat: repeat;
}
:where(html[data-gn-page="seansbaptism.aspx"]) ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation {
    background-image: url('https://www.gibsonetwork.com/Images/background.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    height: 100%;
    position: relative;
    visibility: visible;
    width: 100%;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .wrapper {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    padding-bottom: 90px;
    visibility: visible;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .inner {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    position: relative;
    visibility: visible;
    width: 980px;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation a.toggle {
    display: none;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_image {
    display: none;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .bg_bottom,
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .bg_mid,
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .bg_top,
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details {
    position: relative;
    height: 100%;
    width: 100%;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .bg_bottom {
    display: block;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .bg_mid {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background: url('https://www.gibsonetwork.com/Images/Baptism.png') top center no-repeat;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    height: 418px;
    margin-bottom: 0px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 0px;
    position: relative;
    visibility: visible;
    width: 577px;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .bg_top {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    height: 420px;
    position: relative;
    visibility: visible;
    width: 740px;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation h1 {
    font-family: GnuolaneRegular,  Times New Roman, serif;
    font-size: 16px;
    font-weight: normal;
    color: var(--gn-surface);
    text-align: center;
    text-transform: uppercase;
    width: 300px;
    left: 280px;
    top: 230px;
    position: absolute;
    line-height: 1.1em;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation h1 a {
    color: var(--gn-surface);
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .host_phone {
    padding-bottom: 5px;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .host_phone li {
    padding-bottom: 0px;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation .event_info {
    width: 300px;
    left: 280px;
    top: 270px;
    position: absolute;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation li {
    padding-bottom: 5px;
    line-height: 1.2em;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation strong.phone {
    display: none;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details {
    font-family: AvalonMediumRegular,  Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: var(--gn-surface);
    text-align: center;
    line-height: 1.2em;
    position: relative;
    padding: 0px 15px 0px 10px;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details a {
    color: var(--gn-surface);
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details .dateAndTime,
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details .dateAndTimeEnd {
    display: inline-block;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details .dateAndTimeEnd {
    display: block;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details .address span,
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details.address span {
    float: left;
    clear: both;
    width: 100%;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #response_details {
    font-family: AvalonMediumRegular,  Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: var(--gn-surface);
    text-align: center;
    line-height: 1.2em;
    position: relative;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #response_details a {
    color: var(--gn-surface);
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #response_details .dateAndTime,
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details .dateAndTimeEnd {
    display: inline-block;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #response_details .dateAndTimeEnd {
    display: block;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #response_details .address span,
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation #event_details.address span {
    float: left;
    clear: both;
    width: 100%;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation strong {
    font-family: AvalonBold,  Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #9fcece;
    text-align: center;
    display: block;
    padding-bottom: 5px;
}
:where(html[data-gn-page="seansbaptism.aspx"]) #invitation strong a {
    color: #9fcece;
}
:where(html[data-gn-page="seansbaptism.aspx"]) .button {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 16px;
    color: var(--gn-surface);
}
:where(html[data-gn-page="seansbaptism.aspx"]) .button span {
    display: inline-block;
    padding: 5px 5px;
    background-color: #9fcece;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: GnuolaneRegular,  Times New Roman, serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}
:where(html[data-gn-page="seansbaptism.aspx"]) .button:hover span {
    background-color: #ec6a9c;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}
:where(html[data-gn-page="seansbaptism.aspx"]) .button:active,
:where(html[data-gn-page="seansbaptism.aspx"]) .button:focus {
    -webkit-box-shadow: 0 8px 0 #3744c5, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #3744c5, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 0 #3744c5, 0 12px 10px rgba(0, 0, 0, .3);
}
:where(html[data-gn-page="seansbaptism.aspx"]) .button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
/* samanthaistwo.aspx */
@font-face {
    font-family: 'GnuolaneRegular';
    src: url('../../gnuolane_rg-webfont.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GnuolaneRegular';
    src: url(//:) format('no404'), url('https://www.gibsonetwork.com/fonts/gnuolane_rg-webfont.woff') format('woff'), url('https://www.gibsonetwork.com/fonts/gnuolane_rg-webfont.ttf') format('truetype'), url('https://www.gibsonetwork.com/fonts/gnuolane_rg-webfont.svg#webfontU2VhU0qm') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvalonBold';
    src: url('https://www.gibsonetwork.com/fonts/avalon-demi-webfont.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvalonBold';
    src: url(//:) format('no404'), url('https://www.gibsonetwork.com/fonts/avalon-demi-webfont.woff') format('woff'), url('https://www.gibsonetwork.com/fonts/avalon-demi-webfont.ttf') format('truetype'), url('https://www.gibsonetwork.com/fonts/avalon-demi-webfont.svg#webfontb5A3qXLo') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvalonMediumRegular';
    src: url('../../fonts/avalon-medium-webfont.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvalonMediumRegular';
    src: url(//:) format('no404'), url('https://www.gibsonetwork.com/fonts/avalon-medium-webfont.woff') format('woff'), url('https://www.gibsonetwork.com/fonts/avalon-medium-webfont.ttf') format('truetype'), url('https://www.gibsonetwork.com/fonts/avalon-medium-webfont.svg#webfontrChzu3Rj') format('svg');
    font-weight: normal;
    font-style: normal;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) body {
    background-image: url('https://www.gibsonetwork.com/Images/Sprinkles.png');
    background-repeat: repeat;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation {
    background-image: url('https://www.gibsonetwork.com/Images/Sprinkles.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    height: 550px;
    position: relative;
    visibility: visible;
    width: 100%;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .wrapper {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    padding-bottom: 90px;
    visibility: visible;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .inner {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    position: relative;
    visibility: visible;
    width: 980px;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation a.toggle {
    display: none;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_image {
    display: none;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .bg_bottom,
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .bg_mid,
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .bg_top,
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details {
    position: relative;
    height: 100%;
    width: 100%;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .bg_bottom {
    display: block;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .bg_mid {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background: url('https://www.gibsonetwork.com/Images/innerBackground_top.png') top center no-repeat;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    height: 420px;
    margin-bottom: 0px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 0px;
    position: relative;
    visibility: visible;
    width: 740px;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .bg_top {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    height: 420px;
    position: relative;
    visibility: visible;
    width: 740px;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation h1 {
    font-family: GnuolaneRegular,  Times New Roman, serif;
    font-size: 25px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    width: 339px;
    left: 376px;
    top: 0px;
    position: absolute;
    line-height: 1.1em;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation h1 a {
    color: #000000;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .host_phone {
    padding-bottom: 5px;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .host_phone li {
    padding-bottom: 0px;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation .event_info {
    width: 339px;
    left: 376px;
    top: 50px;
    position: absolute;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation li {
    padding-bottom: 5px;
    line-height: 1.2em;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation strong.phone {
    display: none;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details {
    font-family: AvalonMediumRegular,  Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #030000;
    text-align: center;
    line-height: 1.2em;
    position: relative;
    padding: 0px 15px 0px 10px;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details a {
    color: #030000;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details .dateAndTime,
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details .dateAndTimeEnd {
    display: inline-block;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details .dateAndTimeEnd {
    display: block;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details .address span,
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details.address span {
    float: left;
    clear: both;
    width: 100%;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #response_details {
    font-family: AvalonMediumRegular,  Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #030000;
    text-align: center;
    line-height: 1.2em;
    position: relative;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #response_details a {
    color: #030000;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #response_details .dateAndTime,
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details .dateAndTimeEnd {
    display: inline-block;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #response_details .dateAndTimeEnd {
    display: block;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #response_details .address span,
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation #event_details.address span {
    float: left;
    clear: both;
    width: 100%;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation strong {
    font-family: AvalonBold,  Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #ee4892;
    text-align: center;
    display: block;
    padding-bottom: 5px;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) #invitation strong a {
    color: #ee4892;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) .button {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 30px;
    color: var(--gn-surface);
}
:where(html[data-gn-page="samanthaistwo.aspx"]) .button span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ec528d;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: GnuolaneRegular,  Times New Roman, serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}
:where(html[data-gn-page="samanthaistwo.aspx"]) .button:hover span {
    background-color: #ec6a9c;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}
:where(html[data-gn-page="samanthaistwo.aspx"]) .button:active,
:where(html[data-gn-page="samanthaistwo.aspx"]) .button:focus {
    -webkit-box-shadow: 0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
}
:where(html[data-gn-page="samanthaistwo.aspx"]) .button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
/* privacy.aspx */
:where(html[data-gn-page="privacy.aspx"]) #ppBody {
    font-size: 11pt;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
}
:where(html[data-gn-page="privacy.aspx"]) #ppHeader {
    font-family: verdana;
    font-size: 21pt;
    width: 100%;
    margin: 0 auto;
}
:where(html[data-gn-page="privacy.aspx"]) .ppConsistencies {
    display: none;
}
/* mybackup/viewall.aspx, mybackup/momanddad.aspx, mybackup/archive.aspx, gallery/people_unknown.aspx, gallery/onthisday.aspx, gallery/album_v2.aspx */
:where(html[data-gn-page="mybackup/viewall.aspx"], html[data-gn-page="mybackup/momanddad.aspx"], html[data-gn-page="mybackup/archive.aspx"], html[data-gn-page="gallery/people_unknown.aspx"], html[data-gn-page="gallery/onthisday.aspx"], html[data-gn-page="gallery/album_v2.aspx"]) .my-gallery {
    width: 100%;
    float: left;
}
:where(html[data-gn-page="mybackup/viewall.aspx"], html[data-gn-page="mybackup/momanddad.aspx"], html[data-gn-page="mybackup/archive.aspx"], html[data-gn-page="gallery/people_unknown.aspx"], html[data-gn-page="gallery/onthisday.aspx"], html[data-gn-page="gallery/album_v2.aspx"]) .my-gallery img {
    width: 100%;
    height: auto;
}
:where(html[data-gn-page="mybackup/viewall.aspx"], html[data-gn-page="mybackup/momanddad.aspx"], html[data-gn-page="mybackup/archive.aspx"], html[data-gn-page="gallery/people_unknown.aspx"], html[data-gn-page="gallery/onthisday.aspx"], html[data-gn-page="gallery/album_v2.aspx"]) .my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 150px;
}
:where(html[data-gn-page="mybackup/viewall.aspx"], html[data-gn-page="mybackup/momanddad.aspx"], html[data-gn-page="mybackup/archive.aspx"], html[data-gn-page="gallery/people_unknown.aspx"], html[data-gn-page="gallery/onthisday.aspx"], html[data-gn-page="gallery/album_v2.aspx"]) .my-gallery figcaption {
    display: none;
}
:where(html[data-gn-page="mybackup/viewall.aspx"], html[data-gn-page="mybackup/momanddad.aspx"], html[data-gn-page="mybackup/archive.aspx"], html[data-gn-page="gallery/people_unknown.aspx"], html[data-gn-page="gallery/onthisday.aspx"], html[data-gn-page="gallery/album_v2.aspx"]) .collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
:where(html[data-gn-page="mybackup/viewall.aspx"], html[data-gn-page="mybackup/momanddad.aspx"], html[data-gn-page="mybackup/archive.aspx"], html[data-gn-page="gallery/people_unknown.aspx"], html[data-gn-page="gallery/onthisday.aspx"], html[data-gn-page="gallery/album_v2.aspx"]) .active,
:where(html[data-gn-page="mybackup/viewall.aspx"], html[data-gn-page="mybackup/momanddad.aspx"], html[data-gn-page="mybackup/archive.aspx"], html[data-gn-page="gallery/people_unknown.aspx"], html[data-gn-page="gallery/onthisday.aspx"], html[data-gn-page="gallery/album_v2.aspx"]) .collapsible:hover {
    background-color: #555;
}
:where(html[data-gn-page="mybackup/viewall.aspx"], html[data-gn-page="mybackup/momanddad.aspx"], html[data-gn-page="mybackup/archive.aspx"], html[data-gn-page="gallery/people_unknown.aspx"], html[data-gn-page="gallery/onthisday.aspx"], html[data-gn-page="gallery/album_v2.aspx"]) .comment_section {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
/* mybackup/search.aspx */
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page {
    max-width: 1400px;
    margin: 0 auto;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-title {
    margin-bottom: 0.25rem;
    font-weight: 600;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-subtitle {
    margin-bottom: 0;
    color: #6c757d;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-card .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 0.85rem 1.25rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-card .card-body {
    padding: 1.25rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-input {
    height: 44px;
    font-size: 1rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-actions {
    display: flex;
    gap: 0.5rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-actions .btn {
    height: 44px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-field {
    flex: 0 0 auto;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-field input[type="checkbox"] {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 0.5rem 0 0 !important;
    padding: 0 !important;
    cursor: pointer;
    vertical-align: middle;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-field label {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    width: auto;
    min-height: auto;
    font-size: 0.9rem;
    font-weight: 400;
    color: #495057;
    cursor: pointer;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-field input[type="checkbox"] {
    border: initial;
    box-shadow: none;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-field input[type="checkbox"]:focus {
    outline: 2px solid rgba(13, 110, 253, 0.35);
    outline-offset: 2px;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-field input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-field input:focus + label {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-card .card-header {
    background-color: #f8f9fa;
    padding: 0.85rem 1.25rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-count {
    font-size: 0.875rem;
    color: #6c757d;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-grid {
    margin-bottom: 0;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-grid th {
    white-space: nowrap;
    font-weight: 600;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-grid td,
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-grid th {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-grid tbody tr {
    transition: background-color 0.1s ease;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-grid tbody tr:hover {
    background-color: #f8f9fa;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .no-results {
    padding: 3rem 1.5rem;
    text-align: center;
    color: #6c757d;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .no-results-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    opacity: 0.5;
}
@media (max-width: 767.98px) {
    :where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-actions {
        width: 100%;
    }
    :where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-actions .btn {
        flex: 1;
    }
    :where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .search-field {
        flex-basis: 100%;
    }
    :where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .results-card {
        overflow-x: auto;
    }
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result {
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background: var(--gn-surface);
    transition: transform 0.15s ease,
        box-shadow 0.15s ease;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result-thumbnail {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f1f3f5;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result-info {
    padding: 0.85rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result-title {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result-date {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    color: #6c757d;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result-description {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #495057;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result-keywords {
    margin-top: 0.6rem;
    font-size: 0.75rem;
    color: #6c757d;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .image-preview-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .image-preview-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 60px 20px;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .image-preview-image {
    display: block;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 100px);
    width: auto;
    height: auto;
    object-fit: contain;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .image-preview-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #212529;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .image-preview-close:hover {
    background: var(--gn-surface);
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .image-preview-close-button {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    min-width: 90px;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1.5rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-pagination .page-button.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: var(--gn-surface);
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result-match {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.5rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .match-badge {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.2;
    background-color: #f1f3f5;
    color: #495057;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .match-keywords {
    background-color: #e7f1ff;
    color: #0d6efd;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .match-ocr {
    background-color: #e8f5e9;
    color: #2e7d32;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .match-people {
    background-color: #fff3cd;
    color: #856404;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .match-description {
    background-color: #f3e8ff;
    color: #6f42c1;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-pagination .page-button {
    min-width: 38px;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-pagination .page-ellipsis {
    min-width: 32px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    color: #6c757d;
    text-decoration: none;
    cursor: default;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-pagination .page-ellipsis:hover {
    color: #6c757d;
    background: transparent;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .media-result-people {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.5rem;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .person-bubble {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: #f1f3f5;
    color: #495057;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #dee2e6;
    transition: background-color 0.15s ease,
        color 0.15s ease;
}
:where(html[data-gn-page="mybackup/search.aspx"]) .media-search-page .person-bubble:hover {
    background: #e7f1ff;
    color: #0d6efd;
    border-color: #b6d4fe;
    text-decoration: none;
}
/* media/media2.aspx */
:where(html[data-gn-page="media/media2.aspx"]) body {
    background: url(https://www.gibsonetwork.com/Images/scribble_light.png) ;
}
:where(html[data-gn-page="media/media2.aspx"]) #wrapper {
    width: 90%;
    max-width: 1600px;
    min-width: 800px;
    margin: 50px auto;
}
:where(html[data-gn-page="media/media2.aspx"]) #columns {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: balance;
    column-count: 3;
    column-gap: 15px;
}
:where(html[data-gn-page="media/media2.aspx"]) .pin {
    display: inline-block;
    background: #FEFEFE;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
:where(html[data-gn-page="media/media2.aspx"]) .pin img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
:where(html[data-gn-page="media/media2.aspx"]) .pin p {
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
}
@media (min-width: 960px) {
    :where(html[data-gn-page="media/media2.aspx"]) #columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media (min-width: 1100px) {
    :where(html[data-gn-page="media/media2.aspx"]) #columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}
/* lightifytest.aspx */
/* impact imminent/room.aspx */
html:where(html[data-gn-page="impact imminent/room.aspx"]),
:where(html[data-gn-page="impact imminent/room.aspx"]) body {
    height: 100%;
}
:where(html[data-gn-page="impact imminent/room.aspx"]) body {
    overflow: hidden;
    font-size: 10px;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}
:where(html[data-gn-page="impact imminent/room.aspx"]) .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
:where(html[data-gn-page="impact imminent/room.aspx"]) .close:hover,
:where(html[data-gn-page="impact imminent/room.aspx"]) .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-animation: camera 10s infinite;
    animation: camera 10s infinite;
    position: relative;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage div {
    box-sizing: border-box;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .floor {
    background: #ccc;
    background-image: url(https://www.gibson.network/impact%20imminent/wall.jpg);
    background-size: 99%;
    border: 1px solid black;
    -webkit-transform: translate(-50%, 1.5em) rotateX(90deg);
    transform: translate(-50%, 1.5em) rotateX(90deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .floor:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(21, 21, 21, 0.73)), color-stop(60%, rgba(10, 10, 10, 0.85)), color-stop(89%, #000));
    background-image: linear-gradient(to bottom, rgba(21, 21, 21, 0.73) 10%, rgba(10, 10, 10, 0.85) 60%, #000 89%);
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .rightwall {
    height: 3em !important;
    background: #ccc;
    background-image: url(https://www.gibson.network/impact%20imminent/wall.jpg);
    -webkit-transform: translate(50%, -50%) rotateY(-90deg);
    transform: translate(50%, -50%) rotateY(-90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .rightwall:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-20%, rgba(80, 80, 80, 0.88)), color-stop(50%, #000));
    background-image: linear-gradient(to right, rgba(80, 80, 80, 0.88) -20%, #000 50%);
    opacity: 0.9;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .leftwall {
    height: 3em !important;
    background: #ccc;
    background-image: url(https://www.gibson.network/impact%20imminent/wall.jpg);
    -webkit-transform: translate(-150%, -50%) rotateY(90deg);
    transform: translate(-150%, -50%) rotateY(90deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .leftwall:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(-9%, #424242), color-stop(42%, #000));
    background-image: linear-gradient(to left, #424242 -9%, #000 42%);
    opacity: 0.9;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .center {
    height: 3em !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(https://www.gibson.network/impact%20imminent/wall.jpg);
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .center:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.71)), color-stop(50%, rgba(0, 0, 0, 0.71)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.71) 10%, rgba(0, 0, 0, 0.71) 50%);
    opacity: 0.9;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .ceiling {
    -webkit-transform: translate(-50%, -5.5em) rotateX(-90deg);
    transform: translate(-50%, -5.5em) rotateX(-90deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    background-image: url(https://www.gibson.network/impact%20imminent/wall.jpg);
    background-size: 150%;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .ceiling:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-8%, rgba(0, 0, 0, 0.71)), color-stop(50%, #000));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.71) -8%, #000 50%);
    opacity: 0.9;
}
:where(html[data-gn-page="impact imminent/room.aspx"], html[data-gn-page="impact imminent/room.html"]) .stage .threed {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 5rem;
    width: 6em;
    height: 4em;
    left: 50%;
    top: 50%;
}
/* gallery/viewalbumimage.aspx */
:where(html[data-gn-page="gallery/viewalbumimage.aspx"]) .right {
    width: 250px;
    float: right;
    clear: none;
}
:where(html[data-gn-page="gallery/viewalbumimage.aspx"]) .left {
    float: left;
    overflow: hidden;
    width: auto;
}
:where(html[data-gn-page="gallery/viewalbumimage.aspx"]) .modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 10000000 !important;
}
/* gallery/videos.aspx */
:where(html[data-gn-page="gallery/videos.aspx"]) .right {
    width: 250px;
    float: right;
    display: inline-block;
    background-color: white;
    margin-right: 100px;
}
:where(html[data-gn-page="gallery/videos.aspx"]) .left {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
:where(html[data-gn-page="gallery/videos.aspx"]) .modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 10000000 !important;
}
:where(html[data-gn-page="gallery/videos.aspx"]) .container2 {
    width: 100%;
}
:where(html[data-gn-page="gallery/videos.aspx"]) .container2:after {
    content: ' ';
    display: block;
    clear: both;
}
:where(html[data-gn-page="gallery/videos.aspx"]) #loading {
    top: 50%;
    left: 50%;
    position: absolute;
}
:where(html[data-gn-page="gallery/videos.aspx"]) .graph {
    width: 130px;
    height: 10px;
    border: 1px solid #aeaeae;
    background-color: #eaeaea;
}
:where(html[data-gn-page="gallery/videos.aspx"]) .bar {
    height: 10px;
    margin: 0px;
    display: inline-block;
    position: relative;
    background-color: #aeaeae;
    vertical-align: baseline;
}
:where(html[data-gn-page="gallery/videos.aspx"]) .clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
:where(html[data-gn-page="gallery/videos.aspx"]) .fullscreenimg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
/* gallery/album.aspx */
:where(html[data-gn-page="gallery/album.aspx"]) .right {
    width: 250px;
    min-width: 250px;
    float: right;
    display: inline-block;
    background-color: white;
    margin-right: 100px;
}
:where(html[data-gn-page="gallery/album.aspx"]) .left {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
:where(html[data-gn-page="gallery/album.aspx"]) .modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 10000000 !important;
}
:where(html[data-gn-page="gallery/album.aspx"]) .container2 {
    width: 100%;
}
:where(html[data-gn-page="gallery/album.aspx"]) .container2:after {
    content: ' ';
    display: block;
    clear: both;
}
:where(html[data-gn-page="gallery/album.aspx"]) #loading {
    top: 50%;
    left: 50%;
    position: absolute;
}
:where(html[data-gn-page="gallery/album.aspx"]) .graph {
    width: 130px;
    height: 10px;
    border: 1px solid #aeaeae;
    background-color: #eaeaea;
}
:where(html[data-gn-page="gallery/album.aspx"]) .bar {
    height: 10px;
    margin: 0px;
    display: inline-block;
    position: relative;
    background-color: #aeaeae;
    vertical-align: baseline;
}
:where(html[data-gn-page="gallery/album.aspx"]) .clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
:where(html[data-gn-page="gallery/album.aspx"]) .fullscreenimg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
/* filedrop.aspx */
:where(html[data-gn-page="filedrop.aspx"]) body {
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f4f7fb;
    margin: 0;
    padding: 40px;
    color: #1f2937;
}
:where(html[data-gn-page="filedrop.aspx"]) .upload-card {
    max-width: 760px;
    margin: auto;
    background: var(--gn-surface);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    padding: 32px;
}
:where(html[data-gn-page="filedrop.aspx"]) h1 {
    margin-top: 0;
    font-size: 28px;
    color: #111827;
}
:where(html[data-gn-page="filedrop.aspx"]) .field {
    margin-bottom: 18px;
}
:where(html[data-gn-page="filedrop.aspx"]) label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
:where(html[data-gn-page="filedrop.aspx"]) input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
}
:where(html[data-gn-page="filedrop.aspx"]) .drop-zone {
    border: 2px dashed #9ca3af;
    border-radius: 18px;
    padding: 42px;
    text-align: center;
    background: #f9fafb;
    transition: 0.2s ease;
    cursor: pointer;
    margin-top: 18px;
}
:where(html[data-gn-page="filedrop.aspx"]) .drop-zone.dragover {
    background: #eff6ff;
    border-color: #2563eb;
}
:where(html[data-gn-page="filedrop.aspx"]) .drop-title {
    font-size: 20px;
    font-weight: 700;
    color: #374151;
}
:where(html[data-gn-page="filedrop.aspx"]) .drop-subtitle {
    margin-top: 8px;
    color: var(--gn-text-muted);
}
:where(html[data-gn-page="filedrop.aspx"]) .file-info {
    margin-top: 18px;
    padding: 14px;
    background: #f3f4f6;
    border-radius: 12px;
    display: none;
}
:where(html[data-gn-page="filedrop.aspx"]) .progress-wrapper {
    margin-top: 22px;
    background: #e5e7eb;
    border-radius: 999px;
    height: 24px;
    overflow: hidden;
    display: none;
}
:where(html[data-gn-page="filedrop.aspx"]) .progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #2563eb, #16a34a);
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    transition: width 0.15s ease;
}
:where(html[data-gn-page="filedrop.aspx"]) .actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap;
}
:where(html[data-gn-page="filedrop.aspx"]) button {
    border: none;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
}
:where(html[data-gn-page="filedrop.aspx"]) .btn-primary {
    background: #2563eb;
    color: var(--gn-surface);
}
:where(html[data-gn-page="filedrop.aspx"]) .btn-secondary {
    background: var(--gn-text-muted);
    color: var(--gn-surface);
}
:where(html[data-gn-page="filedrop.aspx"]) .btn-danger {
    background: #dc2626;
    color: var(--gn-surface);
}
:where(html[data-gn-page="filedrop.aspx"]) .btn-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
:where(html[data-gn-page="filedrop.aspx"]) .message {
    margin-top: 18px;
    font-weight: 600;
}
:where(html[data-gn-page="filedrop.aspx"]) .success {
    color: #15803d;
}
:where(html[data-gn-page="filedrop.aspx"]) .error {
    color: #dc2626;
}
:where(html[data-gn-page="filedrop.aspx"]) .muted {
    color: var(--gn-text-muted);
    font-size: 13px;
    margin-top: 10px;
}
/* error.aspx */
:where(html[data-gn-page="error.aspx"]) body {
    background-image: url("../../images/gibsonetwork_inv.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #000000;
}   html:where(html[data-gn-page="impact imminent/room.html"]),
:where(html[data-gn-page="impact imminent/room.html"]) body {
            height: 100%;
        }

        :where(html[data-gn-page="impact imminent/room.html"]) body {
            overflow: hidden;
            font-size: 18px;
        }
        :where(html[data-gn-page="impact imminent/room.html"]) .modal-content {
            background-color: black;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            text-align: center;
            color: white;
        }

            :where(html[data-gn-page="impact imminent/room.html"]) .close:hover,
:where(html[data-gn-page="impact imminent/room.html"]) .close:focus {
                color: black;
                text-decoration: none;
                cursor: pointer;
            }
