.qs-app-wrapper {
--qs-brand: #3775b8;
--qs-brand-2: #22577e;
--qs-bg: #f6f8fb;
--qs-text: #0b1220;
--qs-muted: #5b5b60;
--qs-line: #e6ecf5;
--qs-success: #13c28a;
--qs-warning: #ffb020;
--qs-danger: #e11d48;
--qs-shadow: 0 12px 30px rgba(17, 24, 39, .12);
--qs-shadow2: 0 22px 60px rgba(17, 24, 39, .16);
--qs-r14: 14px;
--qs-r18: 18px;
--qs-r22: 22px;
--qs-r26: 26px;
--qs-r30: 30px;
--qs-t: 180ms cubic-bezier(.2, .8, .2, 1);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
color: var(--qs-text);
background: var(--qs-bg);
min-height: 80vh; position: relative;
overflow: hidden;
border-radius: var(--qs-r22);
}
.qs-app-wrapper * {
box-sizing: border-box;
}
.qs-container {
max-width: 560px;
margin: 0 auto;
padding: 14px 14px 124px 14px;
} .qs-topbar {
position: sticky;
top: 0;
z-index: 50;
margin: -14px -14px 14px -14px;
padding: 14px 14px 12px 14px;
background: rgba(246, 248, 251, 0.94);
backdrop-filter: blur(14px);
border-bottom: 1px solid var(--qs-line);
}
.qs-toprow {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.qs-brand {
display: flex;
align-items: center;
gap: 10px;
font-weight: 950;
}
.qs-logo {
width: 38px;
height: 38px;
border-radius: 12px;
background: linear-gradient(135deg, var(--qs-brand), var(--qs-brand-2));
display: grid;
place-items: center;
color: white;
font-weight: 950;
box-shadow: var(--qs-shadow);
}
.qs-brandmeta {
display: flex;
flex-direction: column;
gap: 2px;
line-height: 1.1;
}
.qs-brandmeta b {
font-size: 14px;
}
.qs-brandmeta span {
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
}
.qs-badge {
padding: 6px 10px;
border-radius: 999px;
background: rgba(55, 117, 184, .12);
color: var(--qs-brand-2);
font-size: 12px;
font-weight: 950;
display: inline-flex;
align-items: center;
gap: 8px;
}
.qs-dot {
width: 8px;
height: 8px;
border-radius: 99px;
background: rgba(19, 194, 138, .9);
display: inline-block;
}
.qs-dot.offline {
background: #9ca3af;
}
.qs-h1 {
font-size: 22px;
margin: 10px 0 4px;
font-weight: 800;
}
.qs-sub {
font-size: 13px;
color: var(--qs-muted);
margin: 0;
} .qs-btn {
border: 0;
border-radius: 16px;
padding: 12px 14px;
font-weight: 950;
cursor: pointer;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 10px;
transition: transform var(--qs-t);
}
.qs-btn:active {
transform: scale(.98);
}
.qs-btn-primary {
background: linear-gradient(135deg, var(--qs-brand), var(--qs-brand-2));
color: white;
}
.qs-btn-ghost {
background: rgba(255, 255, 255, .84);
border: 1px solid var(--qs-line);
color: var(--qs-brand-2);
}
.qs-btn-block {
width: 100%;
}
.qs-iconbtn {
width: 42px;
height: 42px;
border-radius: 16px;
background: white;
border: 1px solid var(--qs-line);
display: grid;
place-items: center;
cursor: pointer;
} .qs-row {
display: flex;
gap: 10px;
align-items: center;
}
.qs-row-between {
display: flex;
gap: 10px;
align-items: center;
justify-content: space-between;
}
[data-hidden="true"] {
display: none !important;
} .qs-input {
width: 100%;
padding: 14px;
border-radius: 18px;
border: 1px solid var(--qs-line);
font-size: 14px;
outline: none;
transition: border-color var(--qs-t);
}
.qs-input:focus {
border-color: var(--qs-brand);
}
.qs-label {
display: block;
font-size: 12px;
color: var(--qs-muted);
font-weight: 950;
margin: 10px 6px 8px;
} .qs-tabbar {
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 10px;
z-index: 80;
width: min(560px, calc(100% - 18px));
padding: 10px;
border-radius: 26px;
background: rgba(255, 255, 255, .9);
border: 1px solid var(--qs-line);
box-shadow: var(--qs-shadow2);
backdrop-filter: blur(16px);
}
.qs-tabs {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 6px;
}
.qs-tab {
padding: 10px 8px;
border-radius: 18px;
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
font-size: 11px;
font-weight: 950;
color: var(--qs-muted);
text-decoration: none;
}
.qs-tab.active {
color: var(--qs-brand-2);
background: rgba(55, 117, 184, .10);
}
.qs-tab i {
width: 22px;
height: 22px;
} .qs-fab {
position: fixed;
right: 16px;
bottom: 118px;
z-index: 90;
width: 56px;
height: 56px;
border-radius: 20px;
background: var(--qs-danger);
color: white;
display: grid;
place-items: center;
box-shadow: 0 18px 40px rgba(225, 29, 72, .3);
text-decoration: none;
}
.qs-fab small {
position: absolute;
right: 64px;
background: rgba(17, 24, 39, .92);
padding: 8px 10px;
border-radius: 999px;
font-size: 12px;
opacity: 0;
pointer-events: none;
transition: opacity var(--qs-t);
}
.qs-fab:hover small {
opacity: 1;
} .qs-sheet-backdrop {
position: fixed;
inset: 0;
background: rgba(17, 24, 39, .44);
z-index: 95;
display: none;
}
.qs-sheet-backdrop.active {
display: block;
}
.qs-sheet {
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: -120%;
width: 100%;
max-width: 560px;
background: white;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
z-index: 100;
transition: bottom 0.3s cubic-bezier(.2, .8, .2, 1);
padding: 12px 14px 24px;
box-shadow: var(--qs-shadow2);
}
.qs-sheet.active {
bottom: 0;
}
.qs-grab {
width: 44px;
height: 5px;
border-radius: 999px;
background: #d1d5db;
margin: 6px auto 12px;
}
.qs-sheet-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
padding-top: 10px;
}
.qs-sheet-tile {
padding: 12px;
border-radius: 18px;
border: 1px solid var(--qs-line);
background: #fafafa;
display: flex;
gap: 10px;
align-items: center;
cursor: pointer;
text-decoration: none;
color: inherit;
}
.qs-sheet-tile:hover {
background: #f0f4f8;
} .qs-toast {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 184px;
z-index: 120;
padding: 10px 16px;
border-radius: 999px;
background: rgba(17, 24, 39, .92);
color: white;
font-size: 13px;
font-weight: 600;
text-align: center;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
}
.qs-toast.show {
opacity: 1;
} .qs-view-enter {
opacity: 0;
transform: translateY(10px);
}
.qs-view-enter-active {
opacity: 1;
transform: translateY(0);
transition: opacity 0.3s, transform 0.3s;
} .qs-section-title {
margin: 16px 6px 10px;
font-size: 12px;
color: var(--qs-muted);
font-weight: 950;
letter-spacing: .9px;
text-transform: uppercase;
}
.qs-card {
background: rgba(255, 255, 255, .86);
border: 1px solid var(--qs-line);
border-radius: var(--qs-r26);
box-shadow: var(--qs-shadow);
padding: 14px;
}
.qs-coverage {
border-radius: 28px;
padding: 14px;
background: radial-gradient(900px 300px at 10% 0%, rgba(19, 194, 138, .18), transparent 55%), radial-gradient(900px 300px at 100% 10%, rgba(55, 117, 184, .18), transparent 60%), rgba(255, 255, 255, .86);
border: 1px solid var(--qs-line);
box-shadow: var(--qs-shadow);
}
.qs-coverage-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 10px;
}
.qs-coverage-name {
font-weight: 950;
letter-spacing: -.2px;
}
.qs-coverage-meta {
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
line-height: 1.3;
}
.qs-coverage-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
margin-top: 12px;
}
.qs-kpi {
padding: 12px;
border-radius: 18px;
background: rgba(255, 255, 255, .75);
border: 1px solid var(--qs-line);
}
.qs-kpi b {
display: block;
font-size: 16px;
letter-spacing: -.3px;
}
.qs-kpi span {
display: block;
font-size: 12px;
color: var(--qs-muted);
margin-top: 2px;
} .qs-grid2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.qs-grid3 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
}
.qs-tile {
padding: 12px;
border-radius: 22px;
background: rgba(255, 255, 255, .82);
border: 1px solid var(--qs-line);
box-shadow: 0 10px 26px rgba(17, 24, 39, .08);
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
transition: transform var(--qs-t);
cursor: pointer;
color: inherit;
text-decoration: none;
}
.qs-tile:active {
transform: scale(.985);
}
.qs-tile b {
font-size: 13px;
}
.qs-tile span {
display: block;
margin-top: 2px;
font-size: 12px;
color: var(--qs-muted);
}
.qs-chev {
width: 34px;
height: 34px;
border-radius: 14px;
background: rgba(55, 117, 184, .10);
border: 1px solid rgba(55, 117, 184, .16);
display: grid;
place-items: center;
color: var(--qs-brand-2);
flex: 0 0 auto;
}
.qs-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.qs-item {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
padding: 12px;
border-radius: 18px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .78);
}
.qs-left {
display: flex;
gap: 12px;
align-items: center;
}
.qs-ic {
width: 40px;
height: 40px;
border-radius: 16px;
background: rgba(55, 117, 184, .12);
border: 1px solid rgba(55, 117, 184, .18);
display: grid;
place-items: center;
color: var(--qs-brand-2);
}
.qs-t1 {
font-weight: 900;
font-size: 14px;
}
.qs-t2 {
font-size: 12px;
color: var(--qs-muted);
margin-top: 2px;
}
.qs-pill {
padding: 6px 10px;
border-radius: 999px;
font-size: 12px;
font-weight: 900;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .85);
color: var(--qs-brand-2);
display: inline-flex;
align-items: center;
gap: 8px;
white-space: nowrap;
}
.qs-pill-success {
background: rgba(19, 194, 138, .12);
border-color: rgba(19, 194, 138, .22);
color: #0f766e;
}
.qs-pill-warn {
background: rgba(255, 176, 32, .14);
border-color: rgba(255, 176, 32, .22);
color: #92400e;
}
.qs-pill-danger {
background: rgba(225, 29, 72, .12);
border-color: rgba(225, 29, 72, .22);
color: #9f1239;
} .qs-hero {
border-radius: var(--qs-r30);
padding: 16px;
background: radial-gradient(1000px 360px at 10% 0%, rgba(55, 117, 184, .26), transparent 56%), radial-gradient(900px 360px at 100% 30%, rgba(34, 87, 126, .20), transparent 60%), rgba(255, 255, 255, .84);
border: 1px solid var(--qs-line);
box-shadow: var(--qs-shadow2);
}
.qs-kicker {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 10px;
border-radius: 999px;
background: rgba(17, 24, 39, .08);
border: 1px solid rgba(17, 24, 39, .10);
font-size: 12px;
font-weight: 950;
color: rgba(17, 24, 39, .86);
user-select: none;
}
.qs-hero h2 {
margin: 10px 0 6px;
font-size: 18px;
letter-spacing: -.35px;
}
.qs-hero p {
margin: 0;
color: var(--qs-muted);
font-size: 13px;
line-height: 1.35;
font-weight: 750;
}
.qs-tabs-inline {
display: flex;
gap: 8px;
flex-wrap: wrap;
padding: 6px;
border-radius: 20px;
background: rgba(255, 255, 255, .78);
border: 1px solid var(--qs-line);
}
.qs-tab-inline {
flex: 1;
min-width: 100px;
padding: 10px 12px;
border-radius: 16px;
border: 1px solid transparent;
background: transparent;
color: var(--qs-muted);
font-weight: 950;
cursor: pointer;
transition: background var(--qs-t), color var(--qs-t);
}
.qs-tab-inline.active {
background: rgba(55, 117, 184, .10);
border-color: rgba(55, 117, 184, .16);
color: var(--qs-brand-2);
}
.qs-filters {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 12px;
}
.qs-empty {
padding: 18px;
border-radius: var(--qs-r30);
border: 1px dashed rgba(91, 91, 96, .25);
background: rgba(255, 255, 255, .72);
text-align: center;
}
.qs-empty b {
display: block;
font-size: 14px;
}
.qs-empty span {
display: block;
margin-top: 6px;
font-size: 12px;
color: var(--qs-muted);
line-height: 1.35;
font-weight: 750;
} .qs-progress {
margin-top: 12px;
padding: 10px 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .84);
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
width: 100%;
}
.qs-steps {
display: flex;
gap: 8px;
align-items: center;
}
.qs-dot {
width: 10px;
height: 10px;
border-radius: 99px;
background: rgba(91, 91, 96, .25);
}
.qs-dot.on {
background: linear-gradient(135deg, var(--qs-brand), var(--qs-brand-2));
}
.qs-choice {
padding: 14px 12px;
border-radius: 24px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .86);
box-shadow: 0 10px 26px rgba(17, 24, 39, .08);
cursor: pointer;
user-select: none;
transition: transform var(--qs-t), border var(--qs-t), background var(--qs-t);
display: flex;
gap: 12px;
align-items: flex-start;
}
.qs-choice:active {
transform: scale(.99);
}
.qs-choice.active {
border-color: rgba(55, 117, 184, .45);
background: rgba(55, 117, 184, .08);
}
.qs-choice b {
display: block;
font-size: 14px;
letter-spacing: -.2px;
}
.qs-choice span {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
line-height: 1.3;
font-weight: 800;
}
.qs-meta {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-top: 10px;
}
.qs-tag {
padding: 6px 10px;
border-radius: 999px;
font-size: 12px;
font-weight: 950;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .90);
color: var(--qs-brand-2);
user-select: none;
}
.qs-tag.ok {
border-color: rgba(19, 194, 138, .22);
background: rgba(19, 194, 138, .12);
color: #0f766e;
}
.qs-tag.warn {
border-color: rgba(255, 176, 32, .22);
background: rgba(255, 176, 32, .12);
color: #92400e;
}
.qs-hint {
margin-top: 12px;
padding: 10px 12px;
border-radius: 18px;
background: rgba(255, 255, 255, .75);
border: 1px dashed rgba(91, 91, 96, .25);
color: var(--qs-muted);
font-size: 12px;
line-height: 1.35;
font-weight: 800;
}
.qs-field {
margin-top: 12px;
}
.qs-helper {
font-size: 12px;
color: var(--qs-muted);
margin: 10px 6px 0;
line-height: 1.35;
font-weight: 800;
}
.qs-mode {
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .82);
box-shadow: 0 10px 26px rgba(17, 24, 39, .08);
cursor: pointer;
user-select: none;
transition: transform var(--qs-t), border var(--qs-t), background var(--qs-t);
display: flex;
flex-direction: column;
gap: 8px;
min-height: 110px;
}
.qs-mode:active {
transform: scale(.99);
}
.qs-mode.active {
border-color: rgba(55, 117, 184, .45);
background: rgba(55, 117, 184, .08);
}
.qs-mode b {
font-size: 13px;
letter-spacing: -.2px;
}
.qs-mode span {
font-size: 12px;
color: var(--qs-muted);
line-height: 1.25;
font-weight: 800;
}
.qs-badge {
align-self: flex-start;
padding: 6px 10px;
border-radius: 999px;
font-size: 12px;
font-weight: 950;
border: 1px solid var(--qs-line);
background: rgba(55, 117, 184, .10);
color: var(--qs-brand-2);
}
.qs-badge.video {
background: rgba(55, 117, 184, .10);
border-color: rgba(55, 117, 184, .16);
}
.qs-badge.phone {
background: rgba(19, 194, 138, .10);
border-color: rgba(19, 194, 138, .18);
color: #0f766e;
}
.qs-badge.pres {
background: rgba(255, 176, 32, .12);
border-color: rgba(255, 176, 32, .20);
color: #92400e;
}
.qs-picker {
margin-top: 12px;
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .82);
display: flex;
gap: 10px;
align-items: center;
}
.qs-picker input {
flex: 1;
border: 0;
outline: none;
background: transparent;
font-size: 14px;
font-weight: 850;
color: var(--qs-text);
}
.qs-prefs {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 12px;
}
.qs-pref {
padding: 14px 12px;
border-radius: 24px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .86);
box-shadow: 0 10px 26px rgba(17, 24, 39, .08);
cursor: pointer;
user-select: none;
transition: transform var(--qs-t), border var(--qs-t), background var(--qs-t);
display: flex;
gap: 12px;
align-items: flex-start;
}
.qs-pref:active {
transform: scale(.99);
}
.qs-pref.active {
border-color: rgba(55, 117, 184, .45);
background: rgba(55, 117, 184, .08);
}
.qs-pref b {
display: block;
font-size: 14px;
letter-spacing: -.2px;
}
.qs-pref span {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
line-height: 1.3;
font-weight: 800;
}
.qs-slots {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 12px;
}
.qs-slot {
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .78);
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
cursor: pointer;
user-select: none;
transition: transform var(--qs-t), border var(--qs-t), background var(--qs-t);
}
.qs-slot:active {
transform: scale(.99);
}
.qs-slot.active {
border-color: rgba(55, 117, 184, .45);
background: rgba(55, 117, 184, .08);
}
.qs-sid {
width: 40px;
height: 40px;
border-radius: 16px;
background: rgba(55, 117, 184, .12);
border: 1px solid rgba(55, 117, 184, .18);
display: grid;
place-items: center;
color: var(--qs-brand-2);
flex: 0 0 auto;
}
.qs-tag.alt {
background: rgba(255, 176, 32, .12);
border-color: rgba(255, 176, 32, .20);
color: #92400e;
}
.qs-modal {
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: -120%;
width: min(640px, 100vw);
background: rgba(255, 255, 255, .96);
border: 1px solid var(--qs-line);
border-top-left-radius: 30px;
border-top-right-radius: 30px;
box-shadow: var(--qs-shadow2);
z-index: 130;
transition: bottom 260ms cubic-bezier(.2, .8, .2, 1);
padding: 12px 14px calc(16px + env(safe-area-inset-bottom, 0px));
max-height: calc(100vh - 22px);
overflow: auto;
}
.qs-modal.active {
bottom: 0;
}
.qs-modal-head {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
padding: 0 2px 10px;
}
.qs-modal-head b {
font-size: 14px;
letter-spacing: -.2px;
}
.qs-frame {
width: 100%;
height: 70vh;
border: 0;
border-radius: 22px;
background: rgba(246, 248, 251, .95);
border: 1px solid var(--qs-line);
}
.qs-embed-note {
margin-top: 10px;
padding: 10px 12px;
border-radius: 18px;
background: rgba(255, 255, 255, .75);
border: 1px dashed rgba(91, 91, 96, .25);
color: var(--qs-muted);
font-size: 12px;
line-height: 1.35;
font-weight: 800;
}
.qs-summary-block {
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .78);
}
.qs-summary-block b {
display: block;
font-size: 14px;
letter-spacing: -.2px;
}
.qs-summary-block span {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
line-height: 1.3;
font-weight: 800;
}
.qs-next {
padding: 14px;
border-radius: var(--qs-r30);
border: 1px solid var(--qs-line);
background: radial-gradient(900px 300px at 10% 0%, rgba(55, 117, 184, .18), transparent 55%), radial-gradient(900px 300px at 100% 10%, rgba(255, 176, 32, .14), transparent 60%), rgba(255, 255, 255, .86);
box-shadow: var(--qs-shadow);
}
.qs-next b {
display: block;
font-size: 14px;
letter-spacing: -.2px;
}
.qs-next span {
display: block;
margin-top: 6px;
font-size: 12px;
color: var(--qs-muted);
line-height: 1.35;
font-weight: 800;
}
.qs-chips {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-top: 10px;
}
.qs-chip {
padding: 6px 10px;
border-radius: 999px;
font-size: 12px;
font-weight: 950;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .90);
color: var(--qs-brand-2);
user-select: none;
white-space: nowrap;
}
.qs-chip.ok {
background: rgba(19, 194, 138, .12);
border-color: rgba(19, 194, 138, .22);
color: #0f766e;
} .qs-video-wrap {
border-radius: var(--qs-r26);
border: 1px solid var(--qs-line);
background: rgba(15, 23, 42, .70);
box-shadow: var(--qs-shadow);
overflow: hidden;
position: relative;
min-height: 320px;
}
.qs-video-head {
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
z-index: 10;
background: linear-gradient(180deg, rgba(11, 18, 32, .82), rgba(11, 18, 32, 0));
}
.qs-video-acts {
display: flex;
gap: 8px;
align-items: center;
flex-wrap: wrap;
}
.qs-daily-cont {
position: absolute;
inset: 0;
display: grid;
place-items: center;
color: rgba(232, 238, 252, .78);
font-weight: 900;
}
.qs-panel-top {
padding: 12px;
border-bottom: 1px solid var(--qs-line);
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 10px;
background: rgba(17, 28, 51, .05);
}
.qs-panel-top b {
font-size: 14px;
letter-spacing: -.2px;
}
.qs-panel-top span {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
line-height: 1.3;
}
.qs-tabs-ui {
display: flex;
gap: 8px;
padding: 10px 12px;
border-bottom: 1px solid var(--qs-line);
background: rgba(17, 28, 51, .02);
}
.qs-tab-btn {
flex: 1;
padding: 10px;
border-radius: 16px;
border: 1px solid transparent;
background: rgba(255, 255, 255, .06);
color: var(--qs-text);
font-weight: 950;
cursor: pointer;
user-select: none;
transition: transform var(--qs-t), background var(--qs-t), border var(--qs-t);
font-size: 13px;
}
.qs-tab-btn:active {
transform: scale(.99);
}
.qs-tab-btn.active {
background: rgba(55, 117, 184, .12);
border-color: rgba(55, 117, 184, .28);
}
.qs-check-row {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
padding: 12px;
border-radius: 18px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .06);
margin-top: 10px;
}
.qs-check-row b {
font-size: 13px;
}
.qs-check-row span {
display: block;
margin-top: 3px;
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
line-height: 1.25;
}
.qs-status-dot {
width: 10px;
height: 10px;
border-radius: 99px;
background: rgba(255, 176, 32, .95);
box-shadow: 0 0 0 4px rgba(255, 176, 32, .18);
flex: 0 0 auto;
}
.qs-status-dot.ok {
background: rgba(19, 194, 138, .95);
box-shadow: 0 0 0 4px rgba(19, 194, 138, .18);
}
.qs-status-dot.bad {
background: rgba(225, 29, 72, .95);
box-shadow: 0 0 0 4px rgba(225, 29, 72, .18);
}
.qs-toggle {
width: 46px;
height: 26px;
border-radius: 999px;
background: rgba(255, 255, 255, .12);
border: 1px solid var(--qs-line);
position: relative;
cursor: pointer;
user-select: none;
transition: background var(--qs-t);
flex: 0 0 auto;
}
.qs-toggle::after {
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
background: white;
position: absolute;
top: 2px;
left: 2px;
transition: left var(--qs-t);
opacity: .92;
}
.qs-toggle.on {
background: rgba(55, 117, 184, .30);
}
.qs-toggle.on::after {
left: 24px;
}
.qs-chat-list {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 12px;
}
.qs-msg {
max-width: 92%;
padding: 10px 12px;
border-radius: 18px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .6);
font-weight: 850;
line-height: 1.35;
align-self: flex-start;
}
.qs-msg.me {
align-self: flex-end;
background: rgba(55, 117, 184, .12);
border-color: rgba(55, 117, 184, .20);
}
.qs-composer {
display: flex;
gap: 10px;
align-items: flex-end;
}
.qs-textarea {
flex: 1;
min-height: 44px;
max-height: 140px;
padding: 12px;
border-radius: 18px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .7);
color: var(--qs-text);
outline: none;
font-weight: 850;
resize: none;
font-family: inherit;
}
.qs-drop {
padding: 14px;
border-radius: 22px;
border: 1px dashed rgba(91, 91, 96, .25);
background: rgba(255, 255, 255, .5);
text-align: center;
}
.qs-drop b {
display: block;
font-size: 13px;
}
.qs-drop span {
display: block;
margin-top: 6px;
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
line-height: 1.35;
}
.qs-files {
margin-top: 10px;
display: flex;
flex-direction: column;
gap: 10px;
}
.qs-file {
padding: 10px 12px;
border-radius: 18px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .7);
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
font-weight: 850;
}
.qs-file small {
color: var(--qs-muted);
font-weight: 850;
}
.qs-safety {
margin-top: 12px;
padding: 12px;
border-radius: 22px;
border: 1px dashed rgba(225, 29, 72, .28);
background: rgba(225, 29, 72, .10);
color: #9f1239;
}
.qs-safety b {
display: block;
font-size: 13px;
}
.qs-safety span {
display: block;
margin-top: 6px;
font-size: 12px;
color: #be123c;
line-height: 1.35;
font-weight: 850;
} .qs-search-bar {
display: flex;
gap: 10px;
align-items: center;
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .82);
}
.qs-search-bar input {
flex: 1;
border: 0;
outline: none;
background: transparent;
font-size: 14px;
font-weight: 850;
color: var(--qs-text);
min-width: 0;
}
.qs-filters-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 12px;
}
.qs-doc {
padding: 12px;
border-radius: 26px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .86);
display: flex;
gap: 12px;
align-items: flex-start;
cursor: pointer;
transition: transform var(--qs-t);
}
.qs-doc:active {
transform: scale(.99);
}
.qs-doc-main {
flex: 1;
min-width: 0;
}
.qs-doc-main b {
display: block;
font-size: 14px;
letter-spacing: -.2px;
}
.qs-doc-main span {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
line-height: 1.25;
}
.qs-cta-col {
display: flex;
flex-direction: column;
gap: 8px;
align-items: flex-end;
flex: 0 0 auto;
} .qs-hero-profile {
border-radius: var(--qs-r30);
padding: 16px;
background: rgba(255, 255, 255, .88);
border: 1px solid var(--qs-line);
box-shadow: var(--qs-shadow);
position: relative;
overflow: hidden;
}
.qs-hero-top {
display: flex;
gap: 12px;
align-items: center;
}
.qs-who {
min-width: 0;
}
.qs-who b {
display: block;
font-size: 16px;
letter-spacing: -.2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.qs-who span {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
line-height: 1.25;
}
.qs-badges {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-top: 10px;
}
.qs-cta-bar {
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: calc(78px + env(safe-area-inset-bottom, 0px));
width: min(560px, calc(100vw - 18px));
padding: 10px;
border-radius: 26px;
background: rgba(255, 255, 255, .88);
border: 1px solid var(--qs-line);
box-shadow: var(--qs-shadow2);
backdrop-filter: blur(16px);
display: flex;
gap: 10px;
z-index: 90;
}
.qs-about {
font-size: 13px;
color: var(--qs-text);
line-height: 1.45;
font-weight: 750;
}
.qs-about p {
margin: 0;
}
.qs-about ul {
margin: 10px 0 0 18px;
color: var(--qs-muted);
font-size: 12px;
line-height: 1.35;
font-weight: 850;
}
.qs-about li {
margin: 6px 0;
}
.qs-review {
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .78);
margin-bottom: 10px;
}
.qs-review b {
display: block;
font-size: 13px;
}
.qs-review span {
display: block;
margin-top: 6px;
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
line-height: 1.35;
} .qs-balance {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
padding: 14px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .78);
}
.qs-balance b {
font-size: 18px;
}
.qs-balance span {
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
}
.qs-method,
.qs-payment,
.qs-receipt {
display: flex;
gap: 12px;
align-items: flex-start;
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .86);
margin-bottom: 10px;
}
.qs-method {
align-items: center;
background: rgba(255, 255, 255, .78);
}
.qs-receipt {
border-radius: 26px;
box-shadow: 0 10px 26px rgba(17, 24, 39, .08);
cursor: pointer;
}
.qs-main-info b {
display: block;
font-size: 14px;
}
.qs-main-info span {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
font-weight: 850;
}
.qs-cta-col {
display: flex;
flex-direction: column;
gap: 8px;
align-items: flex-end;
}
.qs-mini-btn {
border: 1px solid var(--qs-line);
background: #fff;
color: var(--qs-brand-2);
border-radius: 14px;
padding: 8px 10px;
font-weight: 950;
font-size: 12px;
cursor: pointer;
}
.qs-search {
margin-top: 12px;
display: flex;
gap: 10px;
align-items: center;
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .82);
}
.qs-search input {
flex: 1;
border: 0;
outline: none;
background: transparent;
font-size: 14px;
font-weight: 850;
} .qs-switch {
width: 46px;
height: 26px;
border-radius: 999px;
background: rgba(55, 117, 184, .18);
position: relative;
cursor: pointer;
flex: 0 0 auto;
transition: background var(--qs-t);
user-select: none;
}
.qs-switch::after {
content: "";
width: 22px;
height: 22px;
border-radius: 50%;
background: white;
position: absolute;
top: 2px;
left: 2px;
transition: left var(--qs-t);
box-shadow: 0 10px 26px rgba(17, 24, 39, .12);
}
.qs-switch.on {
background: linear-gradient(135deg, var(--qs-brand), var(--qs-brand-2));
}
.qs-switch.on::after {
left: 22px;
} .qs-contact {
display: flex;
gap: 12px;
align-items: center;
padding: 12px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .78);
margin-bottom: 10px;
}
.qs-emergency {
display: flex;
gap: 12px;
align-items: center;
padding: 14px;
border-radius: 22px;
background: linear-gradient(135deg, #fee2e2, #fecaca);
border: 1px solid #fecaca;
}
.qs-emergency b {
font-size: 14px;
}
.qs-emergency span {
font-size: 12px;
color: #7f1d1d;
font-weight: 850;
} .qs-sev {
padding: 14px 12px;
border-radius: 24px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .86);
box-shadow: 0 10px 26px rgba(17, 24, 39, .08);
cursor: pointer;
user-select: none;
transition: transform var(--qs-t), border var(--qs-t), background var(--qs-t);
display: flex;
gap: 12px;
align-items: flex-start;
}
.qs-sev:active {
transform: scale(.99);
}
.qs-sev.active {
border-color: rgba(225, 29, 72, .45);
background: rgba(225, 29, 72, .06);
}
.qs-sev b {
display: block;
font-size: 14px;
letter-spacing: -.2px;
}
.qs-sev span {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--qs-muted);
line-height: 1.3;
font-weight: 800;
} .qs-chat-area {
flex: 1;
overflow: auto;
padding: 14px 14px 12px 14px;
scroll-behavior: smooth;
display: flex;
flex-direction: column;
}
.qs-banner {
border-radius: var(--qs-r30);
padding: 14px;
background: radial-gradient(1000px 360px at 10% 0%, rgba(55, 117, 184, .22), transparent 56%), radial-gradient(900px 360px at 100% 30%, rgba(34, 87, 126, .16), transparent 60%), rgba(255, 255, 255, .86);
border: 1px solid var(--qs-line);
box-shadow: var(--qs-shadow);
margin-bottom: 12px;
}
.qs-banner b {
display: block;
font-size: 14px;
letter-spacing: -.2px;
}
.qs-banner span {
display: block;
margin-top: 6px;
font-size: 12px;
color: var(--qs-muted);
line-height: 1.35;
font-weight: 800;
}
.qs-ai-msg {
display: flex;
gap: 10px;
margin: 10px 0;
align-items: flex-end;
}
.qs-ai-msg.user {
justify-content: flex-end;
}
.qs-ai-bubble {
max-width: 82%;
padding: 12px 12px;
border-radius: 18px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .92);
box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
font-size: 14px;
line-height: 1.35;
font-weight: 800;
color: var(--qs-text);
white-space: pre-wrap;
}
.qs-ai-msg.user .qs-ai-bubble {
background: linear-gradient(135deg, var(--qs-brand), var(--qs-brand-2));
color: white;
border-color: rgba(55, 117, 184, .25);
}
.qs-ai-avatar {
width: 34px;
height: 34px;
border-radius: 14px;
display: grid;
place-items: center;
background: rgba(55, 117, 184, .12);
border: 1px solid rgba(55, 117, 184, .18);
color: var(--qs-brand-2);
font-weight: 950;
flex: 0 0 auto;
user-select: none;
}
.qs-ai-meta {
font-size: 11px;
color: rgba(91, 91, 96, .9);
margin-top: 6px;
font-weight: 850;
}
.qs-cardout {
margin: 10px 0 6px;
border-radius: 22px;
border: 1px solid var(--qs-line);
background: rgba(255, 255, 255, .86);
box-shadow: var(--qs-shadow);
padding: 12px;
}
.qs-cardout h3 {
margin: 0;
font-size: 13px;
letter-spacing: -.2px;
}
.qs-cardout ul {
margin: 8px 0 0 18px;
padding: 0;
color: var(--qs-muted);
font-size: 12px;
line-height: 1.35;
font-weight: 850;
}
.qs-ai-composer {
padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)) 14px;
border-top: 1px solid var(--qs-line);
background: rgba(246, 248, 251, .82);
backdrop-filter: blur(16px);
}
.qs-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-top: 8px;
color: var(--qs-muted);
font-size: 12px;
font-weight: 850;
}
.qs-minilink {
color: var(--qs-brand-2);
font-weight: 950;
cursor: pointer;
user-select: none;
}  .qs-app-wrapper {
--qs-ok: #0f766e;
--qs-error: #e11d48;
--qs-panel: rgba(255,255,255,.86);
--qs-bg-alt: rgba(246,248,251,.94);
} .qs-btn-sm {
padding: 7px 12px;
font-size: 13px;
border-radius: 12px;
} .qs-btn-secondary {
background: rgba(55,117,184,.10);
border: 1px solid rgba(55,117,184,.20);
color: var(--qs-brand-2);
}
.qs-btn-danger {
background: var(--qs-danger);
color: #fff;
}
.qs-btn-danger-light {
background: rgba(225,29,72,.10);
border: 1px solid rgba(225,29,72,.20);
color: #9f1239;
} .qs-wrap {
animation: qsSlideIn 260ms cubic-bezier(.2,.8,.2,1) both;
}
@keyframes qsSlideIn {
from { opacity: 0; transform: translateY(8px); }
to   { opacity: 1; transform: translateY(0); }
} .qs-spin {
animation: qsSpin 1s linear infinite;
display: inline-block;
}
@keyframes qsSpin {
to { transform: rotate(360deg); }
} .qs-loader-inline {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
padding: 40px;
text-align: center;
color: var(--qs-muted);
font-size: 13px;
font-weight: 850;
}
.qs-loader {
display: inline-block;
width: 28px;
height: 28px;
border: 3px solid rgba(55,117,184,.2);
border-top-color: var(--qs-brand);
border-radius: 50%;
animation: qsSpin 0.75s linear infinite;
} .qs-spinner {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--qs-muted);
font-size: 14px;
font-weight: 850;
} .qs-error-wrap {
padding: 40px 20px;
text-align: center;
}
.qs-error-wrap h3 {
color: var(--qs-danger);
margin-bottom: 8px;
}
.qs-error-wrap p {
font-size: 13px;
color: var(--qs-muted);
} .qs-badge-success {
background: rgba(19,194,138,.12);
border: 1px solid rgba(19,194,138,.22);
color: #065f46;
padding: 4px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 950;
}
.qs-badge-warning {
background: rgba(255,176,32,.12);
border: 1px solid rgba(255,176,32,.22);
color: #92400e;
padding: 4px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 950;
}
.qs-badge-danger {
background: rgba(225,29,72,.10);
border: 1px solid rgba(225,29,72,.18);
color: #9f1239;
padding: 4px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 950;
} .qs-pill.ok {
background: rgba(19,194,138,.12);
border-color: rgba(19,194,138,.22);
color: #0f766e;
}
.qs-pill.info {
background: rgba(55,117,184,.10);
border-color: rgba(55,117,184,.18);
color: var(--qs-brand-2);
} .qs-empty-state {
padding: 40px 20px;
text-align: center;
color: var(--qs-muted);
border-radius: var(--qs-r22);
}
.qs-empty-state i {
display: block;
margin: 0 auto 12px;
opacity: .35;
}
.qs-empty-state b {
display: block;
font-size: 14px;
color: var(--qs-text);
}
.qs-empty-state span {
display: block;
font-size: 12px;
margin-top: 6px;
line-height: 1.4;
} .qs-switch {
position: relative;
display: inline-flex;
width: 46px;
height: 26px;
flex: 0 0 auto;
cursor: pointer;
}
.qs-switch input {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}
.qs-slider {
position: absolute;
inset: 0;
border-radius: 999px;
background: rgba(155,155,165,.3);
transition: background var(--qs-t);
}
.qs-slider::after {
content: "";
position: absolute;
width: 20px;
height: 20px;
border-radius: 50%;
background: #fff;
top: 3px;
left: 3px;
transition: left var(--qs-t);
box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.qs-switch input:checked + .qs-slider {
background: linear-gradient(135deg, var(--qs-brand), var(--qs-brand-2));
}
.qs-switch input:checked + .qs-slider::after {
left: 23px;
} .qs-row-item {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
transition: background var(--qs-t);
}
.qs-row-item:hover {
background: rgba(55,117,184,.04);
} .qs-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
} .qs-clickable-item {
transition: background var(--qs-t), transform var(--qs-t);
}
.qs-clickable-item:hover {
background: rgba(55,117,184,.05);
}
.qs-clickable-item:active {
transform: scale(.99);
} .qs-user-msg {
display: flex;
justify-content: flex-end;
margin: 10px 0;
}
.qs-user-bubble {
max-width: 82%;
padding: 12px;
border-radius: 18px;
background: linear-gradient(135deg, var(--qs-brand), var(--qs-brand-2));
color: #fff;
font-size: 14px;
line-height: 1.35;
font-weight: 800;
} @media (max-width: 360px) {
.qs-grid2,
.qs-grid,
.qs-prefs {
grid-template-columns: 1fr;
}
}.qs-tabbar { z-index: 10001 !important; } .qs-fab { z-index: 9999 !important; bottom: 110px !important; transition: bottom 200ms ease, transform 200ms ease; }
body.qs-has-sticky-cta .qs-fab { bottom: 184px !important; } .qs-tab-fab { z-index: 10002 !important; } .qs-sheet-backdrop { z-index: 10100 !important; }
.qs-sheet          { z-index: 10110 !important; } main#qs-main-content { padding-bottom: 130px !important; } .qs-section-title {
text-transform: none !important;
letter-spacing: 0.2px !important;
font-weight: 800 !important;
} @media (max-width: 720px) {
.mwai-chatbot,
.aiengine-chatbot,
[class*='ai-engine'] { z-index: 9998 !important; }
} li.payment_method_qs_local_test label::after,
li.payment_method_local_test_gateway label::after {
content: 'DEV';
display: inline-block;
margin-left: 8px;
padding: 2px 8px;
font-size: 10px;
font-weight: 900;
background: #FEF3C7;
color: #B45309;
border-radius: 999px;
letter-spacing: 0.5px;
} .qs-cta-sticky {
position: fixed;
left: 0; right: 0;
bottom: calc(108px + env(safe-area-inset-bottom));
padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
background: linear-gradient(180deg, rgba(246,244,239,0) 0%, rgba(246,244,239,.96) 30%, rgba(246,244,239,1) 100%);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: 10000;
transform: translateY(120%);
transition: transform 240ms cubic-bezier(.22,1,.36,1), opacity 240ms;
opacity: 0;
pointer-events: none;
}
.qs-cta-sticky.visible {
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.qs-cta-sticky .qs-btn,
.qs-cta-sticky #qs-sticky-cta-btn {
background: linear-gradient(135deg, var(--qs-brand, #2e5c90), var(--qs-brand-2, #1c3d66)) !important;
color: #fff !important;
border: 0 !important;
border-radius: 16px !important;
padding: 14px 18px !important;
font-weight: 700 !important;
font-size: 15px !important;
width: 100% !important;
box-shadow: 0 12px 32px -8px rgba(46,92,144,.45);
cursor: pointer;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 8px;
}
.qs-cta-sticky #qs-sticky-cta-btn:disabled {
opacity: .85;
cursor: progress;
}
body.qs-has-sticky-cta main#qs-main-content { padding-bottom: 220px !important; }
@media (prefers-reduced-motion: reduce) {
.qs-cta-sticky { transition: none; }
} .StripeElement,
.wc-stripe-card-element,
.payment_box,
#wc-stripe-payment-element,
.stripe-link-button { max-width: 100%; min-width: 0; }
#payment .payment_method_stripe .payment_box { overflow-x: hidden; } .qs-skel {
background: linear-gradient(90deg, #eef2f7 0%, #f7fafc 50%, #eef2f7 100%);
background-size: 200% 100%;
animation: qs-skel-shimmer 1.4s ease-in-out infinite;
}
@keyframes qs-skel-shimmer {
0%   { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
@media (prefers-reduced-motion: reduce) {
.qs-skel { animation: none; }
}