.hs-page {
    color: #172033;
}

.hs-page *,
.hs-page *::before,
.hs-page *::after {
    box-sizing: border-box;
}

.hs-page--selection {
    min-height: calc(100vh - 120px);
    display: grid;
    place-items: start center;
    padding: 24px;
    background: #f4f7fb;
}

.hs-page--standalone-selection {
    min-height: 100vh;
    place-items: center;
    background: #eef3f8;
}

.hs-selection-shell,
.hs-lines-panel,
.hs-summary-panel,
.hs-products-panel,
.hs-report-section,
.hs-modal-dialog {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(20, 31, 52, 0.06);
}

.hs-selection-shell {
    width: min(860px, 100%);
    padding: 22px;
}

.hs-page--pos-login {
    min-height: 100vh;
    place-items: center;
    background: #eef3f8;
}

.hs-pos-login-card {
    width: min(520px, 100%);
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(20, 31, 52, 0.12);
}

.hs-pos-login-brand {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5edf6;
}

.hs-pos-login-brand strong {
    color: #0b63e5;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.hs-pos-login-brand strong span {
    color: #111827;
}

.hs-pos-login-brand small {
    color: #536274;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hs-pos-login-form {
    margin-top: 0;
}

.hs-pos-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #536274;
    font-size: 13px;
    font-weight: 650;
}

.hs-pos-login-options a {
    margin-left: auto;
    color: #1d6ecf;
    text-decoration: none;
    font-weight: 750;
}

.hs-selection-head,
.hs-report-head,
.hs-panel-head,
.hs-modal-head,
.hs-payment-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hs-selection-head h1,
.hs-report-head h1,
.hs-modal-head h2,
.hs-panel-head h2,
.hs-report-section h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: 0;
}

.hs-eyebrow {
    display: block;
    color: #42607d;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.hs-selection-form {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.hs-field {
    display: grid;
    grid-template-columns: minmax(100px, 150px) minmax(160px, 1fr);
    align-items: center;
    gap: 10px;
}

.hs-field span,
.hs-search-field > span {
    color: #536274;
    font-size: 12px;
    font-weight: 700;
}

.hs-input,
.hs-search-field input {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
    background: #ffffff;
    color: #172033;
    font-size: 14px;
    padding: 8px 10px;
}

.hs-input:focus,
.hs-search-field input:focus {
    outline: 2px solid rgba(45, 116, 210, 0.22);
    border-color: #2d74d2;
}

.hs-searchable-select {
    position: relative;
    display: block;
    min-width: 0;
}

.hs-searchable-select-trigger {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
    background: #ffffff;
    color: #172033;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

.hs-searchable-select-trigger:focus-visible {
    outline: 2px solid rgba(45, 116, 210, .22);
    border-color: #2d74d2;
}

.hs-searchable-select-trigger > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-searchable-select-panel {
    position: absolute;
    z-index: 35;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    display: grid;
    gap: 7px;
    padding: 8px;
    border: 1px solid #cfd8e6;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(20, 31, 52, .16);
}

.hs-searchable-select-panel[hidden],
.hs-searchable-select-options [hidden],
.hs-searchable-select-empty[hidden] {
    display: none !important;
}

.hs-searchable-select-options {
    display: grid;
    max-height: 230px;
    overflow: auto;
}

.hs-searchable-select-options button {
    padding: 8px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #172033;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
}

.hs-searchable-select-options button:hover,
.hs-searchable-select-options button:focus-visible {
    background: #eef4fb;
    outline: 0;
}

.hs-searchable-select-empty {
    padding: 10px 8px;
    color: #64748b;
    font-size: 12px;
    text-align: center;
}

.hs-num,
.hs-num-input {
    text-align: right;
}

.hs-primary-button,
.hs-secondary-button,
.hs-danger-button,
.hs-icon-button,
.hs-icon-link {
    min-height: 36px;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.hs-primary-button {
    background: #1d6ecf;
    color: #ffffff;
    padding: 8px 14px;
}

.hs-primary-button:hover {
    background: #155dac;
}

.hs-secondary-button {
    background: #eef4fb;
    color: #23435f;
    border-color: #c9d9ea;
    padding: 8px 14px;
}

.hs-secondary-button:hover {
    background: #e1edf8;
}

.hs-danger-button {
    background: #fff1f1;
    color: #a73333;
    border-color: #f0caca;
    padding: 8px 14px;
}

.hs-danger-button:hover {
    background: #ffe4e4;
}

.hs-icon-button,
.hs-icon-link {
    width: 36px;
    height: 36px;
    color: #23435f;
    background: #f4f7fb;
    border-color: #d9e3ee;
    padding: 0;
}

.hs-primary-button:disabled,
.hs-secondary-button:disabled,
.hs-danger-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hs-selection-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.hs-selection-actions--wide {
    grid-column: 1 / -1;
}

.hs-start-shell {
    width: min(1160px, 100%);
    padding: 22px;
}

.hs-start-head {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5edf6;
}

.hs-start-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.hs-start-meta span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 9px;
    border: 1px solid #d9e3ee;
    border-radius: 6px;
    background: #f7faff;
    color: #40536a;
    font-size: 12px;
    font-weight: 700;
}

.hs-start-meta i {
    color: #1d6ecf;
}

.hs-start-form {
    gap: 18px;
}

.hs-start-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hs-choice-panel {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 10px;
}

.hs-choice-panel[hidden] {
    display: none;
}

.hs-choice-card[hidden],
.hs-choice-empty[hidden] {
    display: none;
}

.hs-choice-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
}

.hs-choice-head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #25435f;
    font-size: 13px;
    font-weight: 800;
}

.hs-choice-head i {
    color: #1d6ecf;
}

.hs-choice-list {
    display: grid;
    gap: 8px;
    max-height: min(46vh, 420px);
    overflow: auto;
    padding-right: 2px;
}

.hs-choice-card {
    min-height: 68px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.hs-choice-card:hover {
    border-color: #a9bfdd;
    background: #f9fbff;
}

.hs-choice-card:has(input:checked) {
    border-color: #1d6ecf;
    box-shadow: 0 0 0 3px rgba(29, 110, 207, 0.12);
    background: #f7fbff;
}

.hs-choice-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hs-choice-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef4fb;
    color: #1d6ecf;
}

.hs-choice-card:has(input:checked) .hs-choice-icon {
    background: #1d6ecf;
    color: #ffffff;
}

.hs-choice-card--kasa .hs-choice-icon {
    background: #edf8f0;
    color: #227044;
}

.hs-choice-card--kasa:has(input:checked) .hs-choice-icon {
    background: #227044;
    color: #ffffff;
}

.hs-choice-text {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.hs-choice-text strong {
    overflow: hidden;
    color: #0f1f39;
    font-size: 14px;
    font-weight: 760;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-choice-text small {
    overflow: hidden;
    color: #65748a;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-choice-empty {
    min-height: 68px;
    display: grid;
    place-items: center;
    padding: 12px;
    border: 1px dashed #cdd8e8;
    border-radius: 8px;
    color: #64748b;
    background: #f8fbff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.hs-start-actions {
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid #e5edf6;
}

.hs-start-actions .hs-primary-button {
    min-width: 190px;
    min-height: 42px;
}

@media (max-width: 1100px) {
    .hs-start-grid {
        grid-template-columns: 1fr;
    }

    .hs-choice-list {
        max-height: none;
    }
}

@media (max-width: 720px) {
    .hs-page--selection {
        padding: 12px;
    }

    .hs-start-shell {
        padding: 16px;
    }

    .hs-start-head {
        align-items: flex-start;
    }

    .hs-start-meta {
        display: grid;
    }

    .hs-choice-card {
        min-height: 58px;
    }

    .hs-start-actions .hs-primary-button {
        width: 100%;
    }
}

.hs-page--terminal-selection {
    padding: 12px 16px;
    background: #f2f5f8;
}

.hs-terminal-experience-page {
    padding: 28px;
    background: radial-gradient(circle at 18% 16%, #163f81 0, #071b42 33%, #031128 72%);
}

.hs-terminal-experience {
    width: min(1240px, 100%);
    min-height: min(780px, calc(100vh - 56px));
    display: grid;
    grid-template-columns: minmax(390px, .92fr) minmax(500px, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(180, 207, 255, .2);
    border-radius: 20px;
    background: #eef3f9;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .35);
}

.hs-terminal-experience .hs-terminal-shell {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.hs-terminal-showcase {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    isolation: isolate;
    background: linear-gradient(145deg, #091b49, #0e4b9e 64%, #35a6e4);
    perspective: 900px;
}

.hs-terminal-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 9, 30, .05), rgba(2, 9, 30, .72));
    z-index: 4;
}

.hs-terminal-showcase-grid {
    position: absolute;
    z-index: 1;
    right: -25%;
    bottom: -23%;
    left: -25%;
    height: 58%;
    opacity: .48;
    background-image: linear-gradient(rgba(165, 217, 255, .42) 1px, transparent 1px), linear-gradient(90deg, rgba(165, 217, 255, .36) 1px, transparent 1px);
    background-size: 52px 34px;
    transform: rotateX(64deg);
}

.hs-terminal-showcase-halo {
    position: absolute;
    z-index: 0;
    top: 14%;
    left: 17%;
    width: 74%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(183, 232, 255, .55), rgba(97, 183, 255, .12) 38%, transparent 68%);
    filter: blur(4px);
    animation: hs-terminal-halo 6s ease-in-out infinite;
}

.hs-terminal-3d-device,
.hs-terminal-3d-card,
.hs-terminal-3d-receipt { position: absolute; z-index: 3; transform-style: preserve-3d; }
.hs-terminal-3d-device { top: 26%; left: 19%; width: 61%; padding: 16px; border-radius: 18px; background: linear-gradient(145deg, #203b6e, #07132e); box-shadow: 16px 28px 0 rgba(1, 8, 24, .3), 0 34px 48px rgba(0, 10, 35, .48); transform: rotateX(13deg) rotateY(-18deg) rotateZ(5deg); animation: hs-terminal-float 5s ease-in-out infinite; }
.hs-terminal-3d-screen { display:flex; align-items:center; justify-content:space-between; height:74px; padding:0 16px; border:2px solid #4898ec; border-radius:11px; background:linear-gradient(135deg,#133c75,#0a78b9); color:#dbf2ff; box-shadow:inset 0 0 22px rgba(92,211,255,.45); font-weight:900; }
.hs-terminal-3d-screen i { font-size:24px; }
.hs-terminal-3d-keypad { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding:16px 26px 6px; }
.hs-terminal-3d-keypad i { height:16px; border-radius:5px; background:#b7d0ed; box-shadow:0 3px 0 #6581a5; }
.hs-terminal-3d-reader { width:44%; margin:8px auto 0; padding:8px; border-radius:9px; background:#59c7f0; color:#063159; text-align:center; }
.hs-terminal-3d-card { top: 17%; right: 6%; width: 142px; height: 88px; display:grid; align-content:space-between; padding:14px; border-radius:12px; background:linear-gradient(135deg,#f9fcff,#75c3ff); color:#123b73; box-shadow:0 18px 28px rgba(1,16,52,.3); transform:rotateY(-26deg) rotateZ(11deg); animation:hs-terminal-card-float 5.5s ease-in-out infinite; font-size:11px; font-weight:900; }
.hs-terminal-3d-card i { font-size:24px; }
.hs-terminal-3d-receipt { right: 10%; bottom: 22%; width: 136px; display:grid; gap:7px; padding:13px; background:#fff; color:#274566; box-shadow:0 18px 30px rgba(1,14,43,.32); transform:rotateZ(-8deg) rotateY(14deg); font-size:10px; }
.hs-terminal-3d-receipt i { height:3px; background:#cfdae6; }
.hs-terminal-3d-receipt b { margin-top:4px; border-top:1px dashed #8fa1b5; padding-top:6px; }
.hs-terminal-showcase-copy { position:absolute; z-index:5; right:9%; bottom:9%; left:9%; color:#fff; }
.hs-terminal-showcase-copy > span { color:#a8ddff; font-size:11px; font-weight:900; letter-spacing:.16em; }
.hs-terminal-showcase-copy h1 { margin:10px 0; font-size:clamp(32px,4vw,52px); line-height:1.02; letter-spacing:-.05em; }
.hs-terminal-showcase-copy p { max-width:330px; margin:0; color:#d4ecff; font-size:14px; line-height:1.5; }
@keyframes hs-terminal-float { 50% { transform:rotateX(10deg) rotateY(-14deg) rotateZ(3deg) translateY(-10px); } }
@keyframes hs-terminal-card-float { 50% { transform:rotateY(-20deg) rotateZ(7deg) translateY(-12px); } }
@keyframes hs-terminal-halo { 50% { transform:scale(1.12); opacity:.74; } }
@media (max-width: 980px) { .hs-terminal-experience { grid-template-columns:1fr; min-height:0; } .hs-terminal-showcase { min-height:250px; } .hs-terminal-3d-device { top:14%; left:11%; width:44%; } .hs-terminal-3d-card { top:10%; right:16%; } .hs-terminal-3d-receipt { display:none; } .hs-terminal-showcase-copy { bottom:8%; } .hs-terminal-showcase-copy h1 { font-size:32px; } }
@media (max-width: 560px) { .hs-terminal-experience-page { padding:0; } .hs-terminal-experience { border-radius:0; min-height:100vh; } .hs-terminal-showcase { min-height:180px; } .hs-terminal-3d-device { transform:scale(.76) rotateX(13deg) rotateY(-18deg) rotateZ(5deg); transform-origin:left top; } .hs-terminal-3d-card { transform:scale(.75) rotateY(-26deg) rotateZ(11deg); transform-origin:right top; } .hs-terminal-showcase-copy p { display:none; } }
@media (prefers-reduced-motion: reduce) { .hs-terminal-showcase * { animation:none !important; } }

.hs-pos-login-3d-page,.hs-pos-login-3d-page *,.hs-pos-login-3d-page *::before,.hs-pos-login-3d-page *::after{box-sizing:border-box}

.hs-terminal-shell {
    width: min(960px, 100%);
    padding: 0;
    overflow: hidden;
    border-color: #dfe5ee;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.hs-terminal-header {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 26px;
    border-bottom: 1px solid #e8edf4;
}

.hs-terminal-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hs-terminal-logo {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #061955;
    color: #ffffff;
    font-size: 18px;
}

.hs-terminal-title h1 {
    margin: 0;
    color: #07111f;
    font-size: 26px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0;
}

.hs-terminal-title p {
    margin: 4px 0 0;
    color: #172b4d;
    font-size: 14px;
    line-height: 1.2;
}

.hs-terminal-user-wrap {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.hs-terminal-header-submit {
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 13px;
}

.hs-terminal-user {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-items: end;
    column-gap: 10px;
    color: #092a70;
}

.hs-terminal-user span {
    grid-column: 1 / -1;
    color: #1d2f50;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hs-terminal-user strong {
    font-size: 14px;
    font-weight: 760;
}

.hs-terminal-user i {
    color: #293b5c;
    font-size: 18px;
}

.hs-terminal-logout {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid #d9e3ee;
    border-radius: 7px;
    background: #ffffff;
    color: #334866;
    cursor: pointer;
    font-size: 12px;
    font-weight: 780;
}

.hs-terminal-logout:hover {
    border-color: #f0caca;
    background: #fff5f5;
    color: #a73333;
}

.hs-terminal-form {
    display: grid;
    gap: 18px;
    padding: 24px 26px 26px;
}

.hs-terminal-hidden-options {
    display: none !important;
}

.hs-terminal-section {
    display: grid;
    gap: 12px;
}

.hs-terminal-step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hs-terminal-step span {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #e9eef7;
    color: #15499e;
    font-size: 11px;
    font-weight: 760;
}

.hs-terminal-step h2 {
    margin: 0;
    color: #07111f;
    font-size: 16px;
    font-weight: 760;
    letter-spacing: 0;
}

.hs-terminal-select-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hs-terminal-field {
    display: grid;
    gap: 6px;
}

.hs-terminal-field span {
    color: #122a55;
    font-size: 11px;
    font-weight: 760;
    text-transform: uppercase;
}

.hs-terminal-field select {
    width: 100%;
    height: 42px;
    appearance: none;
    border: 0;
    border-radius: 8px;
    background:
        linear-gradient(45deg, transparent 50%, #233b60 50%) right 22px center / 7px 7px no-repeat,
        linear-gradient(135deg, #233b60 50%, transparent 50%) right 16px center / 7px 7px no-repeat,
        #f0f2f5;
    color: #010b18;
    font-size: 14px;
    font-weight: 600;
    padding: 0 42px 0 16px;
}

.hs-terminal-field select:focus {
    outline: 3px solid rgba(21, 73, 158, 0.14);
}

.hs-terminal-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

.hs-terminal-card[hidden] {
    display: none;
}

.hs-terminal-card {
    min-height: 148px;
    display: grid;
    grid-template-rows: auto minmax(40px, 1fr) auto;
    gap: 10px;
    padding: 14px;
    border: 1px solid #e1e6ee;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.hs-terminal-card:hover {
    border-color: #b8c6d9;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
    transform: translateY(-1px);
}

.hs-terminal-card:has(input:checked) {
    border-color: #15499e;
    box-shadow: 0 0 0 3px rgba(21, 73, 158, 0.12);
}

.hs-terminal-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hs-terminal-card.is-busy {
    border-color: #edf0f5;
    background: #f5f6f9;
    color: #939aa6;
    cursor: not-allowed;
    box-shadow: none;
}

.hs-terminal-card.is-transferable {
    border-color: #dce5f2;
    background: #ffffff;
}

.hs-terminal-card.is-busy:hover {
    border-color: #edf0f5;
    box-shadow: none;
    transform: none;
}

.hs-terminal-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.hs-terminal-card-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #edf1f6;
    color: #07111f;
    font-size: 14px;
}

.hs-terminal-card.is-busy .hs-terminal-card-icon {
    color: #a9afba;
}

.hs-terminal-badge {
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0 7px;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.hs-terminal-badge.is-available,
.hs-terminal-badge.is-current {
    background: #e8f5ef;
    color: #0b8a61;
}

.hs-terminal-badge.is-transferable {
    background: #fff3e0;
    color: #b75b0a;
}

.hs-terminal-badge.is-busy {
    background: #fdebea;
    color: #ee7774;
}

.hs-terminal-card-main {
    display: grid;
    align-content: center;
    gap: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf1f6;
}

.hs-terminal-card-main strong {
    color: #010b18;
    font-size: 16px;
    font-weight: 760;
    line-height: 1.1;
}

.hs-terminal-card-main span {
    color: #17315b;
    font-size: 13px;
    font-weight: 600;
}

.hs-terminal-card.is-busy .hs-terminal-card-main strong,
.hs-terminal-card.is-busy .hs-terminal-card-main span {
    color: #8d939d;
}

.hs-terminal-card-foot {
    min-height: 18px;
    display: flex;
    align-items: center;
    color: #17315b;
    font-size: 10px;
    font-weight: 720;
    text-transform: uppercase;
}

.hs-terminal-card-foot span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hs-terminal-card.is-busy .hs-terminal-card-foot {
    color: #8d939d;
}

.hs-terminal-inline-empty {
    min-height: 46px;
}

.hs-terminal-footer {
    position: sticky;
    bottom: 0;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 2px -26px -26px;
    padding: 18px 26px;
    border-top: 1px solid #e8edf4;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}

.hs-terminal-footer p {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #132d58;
    font-size: 13px;
    font-weight: 500;
}

.hs-terminal-footer p i {
    color: #26456e;
}

.hs-terminal-submit {
    min-width: 172px;
    min-height: 44px;
    border-radius: 8px;
    background: #15499e;
    font-size: 15px;
    font-weight: 760;
}

.hs-terminal-submit:disabled {
    opacity: 1;
    background: #b7c3e0;
    color: #ffffff;
}

@media (max-width: 920px) {
    .hs-terminal-header,
    .hs-terminal-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .hs-terminal-select-grid {
        grid-template-columns: 1fr;
    }

    .hs-terminal-user-wrap,
    .hs-terminal-user {
        justify-items: start;
    }

    .hs-terminal-submit {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .hs-terminal-header,
    .hs-terminal-form,
    .hs-terminal-footer {
        padding: 22px;
    }

    .hs-terminal-footer {
        margin: 0 -22px -22px;
    }

    .hs-terminal-card-grid {
        grid-template-columns: 1fr;
    }

    .hs-terminal-title h1 {
        font-size: 24px;
    }

    .hs-terminal-title p {
        font-size: 13px;
    }
}

.hs-alert {
    margin: 16px 0;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 700;
}

.hs-alert.is-error {
    background: #fff1f1;
    color: #9f2727;
    border: 1px solid #f0caca;
}

.hs-alert.is-warning {
    background: #fff7e6;
    color: #805400;
    border: 1px solid #efd49a;
}

.hs-alert.is-success {
    background: #edf8f0;
    color: #227044;
    border: 1px solid #bbdfc7;
}

.hs-empty-state,
.hs-empty-products {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 32px;
    color: #536274;
    text-align: center;
}

.hs-empty-state i,
.hs-empty-products i {
    color: #1d6ecf;
    font-size: 28px;
}

.hs-kasa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.hs-kasa-card {
    min-height: 150px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    display: grid;
    gap: 7px;
    padding: 16px;
    cursor: pointer;
    background: #ffffff;
}

.hs-kasa-card:has(input:checked) {
    border-color: #1d6ecf;
    box-shadow: 0 0 0 3px rgba(29, 110, 207, 0.14);
}

.hs-kasa-card input {
    justify-self: end;
}

.hs-kasa-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #227044;
}

.hs-workspace {
    display: grid;
    gap: 12px;
    padding: 14px;
    background: #eef3f8;
    min-height: calc(100vh - 90px);
}

.hs-topbar {
    display: grid;
    grid-template-columns: minmax(280px, 1.2fr) minmax(220px, 0.8fr) minmax(420px, 1.4fr);
    gap: 10px;
}

.hs-search-field {
    display: grid;
    gap: 4px;
    position: relative;
}

.hs-search-field > div:first-of-type {
    position: relative;
}

.hs-search-field i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #6e8095;
}

.hs-search-field input {
    padding-left: 34px;
}

.hs-search-field--barcode input {
    font-size: 18px;
    font-weight: 750;
}

.hs-search-results {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 20;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(20, 31, 52, 0.14);
    overflow: hidden;
}

.hs-search-results button {
    width: 100%;
    border: 0;
    background: #ffffff;
    padding: 9px 10px;
    text-align: left;
    cursor: pointer;
}

.hs-search-results button:hover {
    background: #eef4fb;
}

.hs-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 6px;
}

.hs-meta-grid > div {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    padding: 8px 10px;
    min-height: 54px;
    display: grid;
    align-content: center;
}

.hs-meta-grid span,
.hs-summary-row span,
.hs-grand-total span,
.hs-session-card span,
.hs-report-cards span,
.hs-payment-footer span,
.hs-iban-box span {
    color: #6d7f94;
    font-size: 11px;
    font-weight: 700;
}

.hs-meta-grid strong {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 12px;
    min-height: 390px;
}

.hs-lines-panel {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
}

.hs-panel-head {
    padding: 12px 14px;
    border-bottom: 1px solid #e4ebf3;
}

.hs-toolbar {
    display: flex;
    gap: 6px;
}

.hs-table-wrap {
    overflow: auto;
}

.hs-lines-table,
.hs-report-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.hs-lines-table th,
.hs-lines-table td,
.hs-report-table th,
.hs-report-table td {
    border-bottom: 1px solid #e6edf5;
    padding: 9px 10px;
    font-size: 13px;
    vertical-align: middle;
}

.hs-lines-table th,
.hs-report-table th {
    background: #f7f9fc;
    color: #4f6075;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
}

.hs-lines-table th:nth-child(1) {
    width: 86px;
}

.hs-lines-table th:nth-child(3),
.hs-lines-table th:nth-child(4),
.hs-lines-table th:nth-child(5),
.hs-lines-table th:nth-child(6),
.hs-lines-table th:nth-child(7) {
    width: 112px;
}

.hs-action-col {
    width: 54px;
    text-align: center;
}

.hs-line-image {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #eef4fb;
    display: grid;
    place-items: center;
    color: #42607d;
    overflow: hidden;
}

.hs-line-image img,
.hs-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-qty-control {
    display: grid;
    grid-template-columns: 26px minmax(42px, 1fr) 26px;
    align-items: center;
    gap: 4px;
}

.hs-qty-control button {
    width: 26px;
    height: 26px;
    border: 1px solid #d5deeb;
    background: #f8fbfe;
    border-radius: 5px;
    cursor: pointer;
}

.hs-empty-row td {
    height: 180px;
    color: #7a8da3;
    text-align: center;
}

.hs-summary-panel {
    padding: 12px;
    display: grid;
    gap: 10px;
    align-content: start;
}

.hs-session-card,
.hs-summary-row,
.hs-grand-total {
    border: 1px solid #e0e7f0;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hs-session-card.is-open {
    background: #edf8f0;
    border-color: #bbdfc7;
}

.hs-session-card.is-closed {
    background: #fff7e6;
    border-color: #efd49a;
}

.hs-summary-row strong {
    font-size: 15px;
}

.hs-grand-total {
    background: #172033;
    color: #ffffff;
    border-color: #172033;
    min-height: 78px;
}

.hs-grand-total span {
    color: #b9c5d3;
}

.hs-grand-total strong {
    font-size: 28px;
    letter-spacing: 0;
}

.hs-action-stack {
    display: grid;
    gap: 8px;
}

.hs-close-form {
    margin: 0;
}

.hs-close-form button {
    width: 100%;
}

.hs-products-panel {
    padding: 12px;
}

.hs-tabs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.hs-tabs button {
    min-height: 34px;
    border: 1px solid #d4deea;
    border-radius: 6px;
    background: #ffffff;
    color: #44576c;
    padding: 7px 12px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.hs-tabs button.is-active {
    background: #1d6ecf;
    color: #ffffff;
    border-color: #1d6ecf;
}

.hs-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 10px;
}

.hs-product-card {
    min-height: 150px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    display: grid;
    grid-template-rows: 72px minmax(36px, auto) auto;
    gap: 6px;
    padding: 8px;
    color: #172033;
    cursor: pointer;
    text-align: left;
}

.hs-product-card:hover {
    border-color: #1d6ecf;
}

.hs-product-image {
    width: 100%;
    height: 72px;
    border-radius: 6px;
    background: #eef4fb;
    display: grid;
    place-items: center;
    color: #42607d;
    overflow: hidden;
}

.hs-product-card strong {
    font-size: 12px;
    line-height: 1.25;
}

.hs-product-card span:last-child {
    color: #227044;
    font-weight: 800;
    text-align: right;
}

.hs-keypad {
    display: grid;
    grid-template-columns: repeat(12, minmax(44px, 1fr));
    gap: 6px;
}

.hs-keypad button {
    min-height: 44px;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.hs-keypad button:hover {
    background: #eef4fb;
}

.hs-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, 0.48);
    padding: 18px;
}

.hs-modal[hidden] {
    display: none;
}

.hs-session-lock {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(15, 23, 42, 0.62);
}

.hs-session-lock-dialog {
    width: min(420px, 100%);
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 22px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #172033;
    text-align: center;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.18);
}

.hs-session-lock-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #fff1f1;
    color: #b4232f;
    font-size: 20px;
}

.hs-session-lock-dialog strong {
    color: #111827;
    font-size: 20px;
    font-weight: 850;
}

.hs-session-lock-dialog p {
    max-width: 340px;
    margin: 0;
    color: #536274;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.hs-session-lock-dialog .hs-primary-button {
    min-width: 190px;
}

.hs-modal-dialog {
    width: min(980px, 100%);
    max-height: min(760px, calc(100vh - 36px));
    overflow: auto;
    padding: 16px;
}

.hs-quick-dialog {
    width: min(720px, 100%);
}

.hs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 12px 16px;
    margin-top: 14px;
}

.hs-field-wide {
    grid-column: 1 / -1;
}

.hs-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.hs-muted {
    color: #697789;
    font-size: 12px;
    font-weight: 700;
}

.hs-kasa-form {
    display: grid;
    gap: 18px;
}

.hs-kasa-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbe3ef;
}

.hs-kasa-tab {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #dbe3ef;
    border-radius: 8px 8px 0 0;
    background: #f8fafc;
    color: #26384d;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.hs-kasa-tab:hover {
    border-color: #b8c8dc;
    background: #ffffff;
}

.hs-kasa-tab.is-active {
    border-color: #1d6ecf;
    background: #eef5ff;
    color: #073b85;
    box-shadow: inset 0 -2px 0 #1d6ecf;
}

.hs-kasa-tab-panel[hidden] {
    display: none !important;
}

.hs-inline-check,
.hs-check-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #26384d;
    font-size: 13px;
    font-weight: 700;
}

.hs-inline-check input,
.hs-check-row input {
    width: 16px;
    height: 16px;
    accent-color: #1d6ecf;
}

.hs-kasa-assignment-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
    gap: 16px;
}

.hs-assignment-panel {
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    padding: 14px;
    background: #f8fafc;
}

.hs-check-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.hs-user-assignment-list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.hs-user-assignment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 12px;
    border: 1px solid #dde7f2;
    border-radius: 8px;
    background: #ffffff;
}

.hs-user-main {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.hs-user-main > span:last-child {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.hs-user-main strong,
.hs-payment-method-main strong {
    color: #203247;
    font-size: 13px;
}

.hs-user-main small,
.hs-payment-method-main small {
    color: #6b7d90;
    font-size: 12px;
    font-weight: 500;
}

.hs-user-avatar {
    display: inline-grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    background: #eaf2fb;
    color: #1d5f9f;
    font-size: 13px;
    font-weight: 800;
}

.hs-user-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.hs-payment-config-list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.hs-payment-config-row {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
    align-items: center;
    gap: 16px;
    padding: 10px 12px;
    border: 1px solid #dde7f2;
    border-radius: 8px;
    background: #ffffff;
}

.hs-payment-method-main {
    display: grid;
    gap: 4px;
}

.hs-payment-targets {
    min-width: 0;
}

.hs-payment-targets .hs-field {
    width: 100%;
    grid-template-columns: 130px minmax(0, 1fr);
}

.hs-payment-target-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    color: #5f7185;
    font-size: 12px;
    font-weight: 600;
}

.hs-payment-target-note i {
    color: #2e74b5;
}

.hs-product-lines-panel {
    display: grid;
    gap: 12px;
}

.hs-product-lines-panel .hs-panel-head {
    align-items: center;
}

.hs-product-lines-wrap {
    overflow-x: auto;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
}

.hs-product-lines-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.hs-product-lines-table th,
.hs-product-lines-table td {
    padding: 8px;
    border-bottom: 1px solid #e5edf6;
    vertical-align: middle;
}

.hs-product-lines-table th {
    background: #f1f5f9;
    color: #26384d;
    font-size: 12px;
    font-weight: 850;
    text-align: left;
}

.hs-product-lines-table tbody tr:last-child td {
    border-bottom: 0;
}

.hs-product-lines-table tr.is-dragging {
    opacity: 0.6;
}

.hs-product-lines-table tr.is-highlighted {
    background: #eefdf5;
}

.hs-line-drag-col {
    width: 42px;
    text-align: center;
}

.hs-line-no-col,
.hs-line-no {
    width: 48px;
    text-align: right;
}

.hs-line-order-col {
    width: 112px;
    text-align: right;
}

.hs-line-action-col {
    width: 52px;
    text-align: right;
}

.hs-product-order-input {
    width: 92px;
    text-align: right;
}

.hs-drag-handle {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    background: #ffffff;
    color: #64748b;
    cursor: grab;
}

.hs-drag-handle:active {
    cursor: grabbing;
}

.hs-fast-product-panel {
    display: grid;
    gap: 12px;
}

.hs-fast-product-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 360px) auto;
    align-items: end;
    gap: 12px;
}

.hs-fast-product-grid {
    max-height: 520px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
    overflow: auto;
    padding-right: 4px;
}

.hs-fast-product-card {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
}

.hs-fast-product-card.is-selected {
    border-color: #2f6df6;
    background: #f4f8ff;
    box-shadow: 0 0 0 3px rgba(47, 109, 246, 0.08);
}

.hs-fast-product-card[hidden] {
    display: none !important;
}

.hs-fast-product-check {
    min-width: 0;
    display: grid;
    grid-template-columns: 18px 54px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.hs-fast-product-check input {
    width: 16px;
    height: 16px;
    accent-color: #1d6ecf;
}

.hs-fast-product-thumb {
    width: 54px;
    height: 48px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e1e9f3;
    border-radius: 8px;
    background: #eef5ff;
    color: #1d6ecf;
}

.hs-fast-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-fast-product-main {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.hs-fast-product-main strong,
.hs-fast-product-main small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-fast-product-main strong {
    color: #172033;
    font-size: 13px;
    font-weight: 850;
}

.hs-fast-product-main small {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.hs-fast-product-main b {
    color: #1d6ecf;
    font-size: 12px;
    font-weight: 900;
}

.hs-fast-product-order {
    display: grid;
    align-content: center;
    gap: 4px;
}

.hs-fast-product-order span {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.hs-fast-product-order .hs-input {
    width: 68px;
    text-align: right;
}

.hs-table td strong,
.hs-table td span {
    display: block;
}

.hs-table td span {
    margin-top: 3px;
    color: #697789;
    font-size: 12px;
}

.hs-actions-col {
    width: 104px;
    text-align: right;
    white-space: nowrap;
}

.hs-actions-col form {
    display: inline-flex;
    margin: 0;
}

.hs-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.hs-status-badge.is-active {
    background: #e7f6ed;
    color: #167246;
}

.hs-status-badge.is-passive {
    background: #eef2f6;
    color: #5a6878;
}

.hs-danger-icon {
    color: #b42318;
    border-color: #f0c9c5;
    background: #fff7f6;
}

.hs-empty-table {
    padding: 24px;
    text-align: center;
    color: #697789;
    font-weight: 700;
}

/* Hızlı satış bağımsız arayüzü */
.hs-standalone-body {
    margin: 0;
    min-width: 1180px;
    min-height: 100vh;
    overflow: hidden;
    background: #eef3f8;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.hs-sales-app {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: 78px minmax(0, 1fr) 86px;
    gap: 10px;
    padding: 10px;
    background: #eef3f8;
    color: #111827;
}

.hs-app-header {
    display: flex;
    align-items: stretch;
    gap: 14px;
    padding: 10px 16px;
    border: 1px solid #d7dee8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.hs-header-card,
.hs-user-chip,
.hs-header-action {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 160px;
    padding: 0 16px;
    border-right: 1px solid #e5eaf1;
}

.hs-header-card span:last-child,
.hs-user-chip {
    min-width: 0;
}

.hs-header-card strong,
.hs-user-chip strong {
    display: block;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.hs-header-card small,
.hs-user-chip small,
.hs-header-action span {
    display: block;
    margin-top: 2px;
    color: #5b6573;
    font-size: 12px;
    font-weight: 600;
}

.hs-header-icon,
.hs-user-chip > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #e9f1ff;
    color: #0b63e5;
}

.hs-header-icon.is-soft {
    background: #f6f8fb;
    color: #1f2937;
}

.hs-session-pill {
    min-width: 150px;
    border: 1px solid #d7f0df;
    border-radius: 8px;
    background: #fbfffc;
}

.hs-session-pill.is-open strong,
.hs-session-pill.is-open .hs-header-icon {
    color: #25a455;
}

.hs-session-pill.is-open .hs-header-icon {
    background: #e9f9ee;
}

.hs-session-pill.is-closed strong,
.hs-session-pill.is-closed .hs-header-icon {
    color: #c0362c;
}

.hs-header-spacer {
    flex: 1 1 auto;
}

.hs-header-action {
    position: relative;
    min-width: 90px;
    border: 0;
    border-left: 1px solid #e5eaf1;
    border-right: 0;
    background: transparent;
    color: #1f2937;
    cursor: pointer;
}

.hs-header-action i {
    font-size: 21px;
}

.hs-header-action b {
    position: absolute;
    top: 7px;
    left: 29px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #0b63e5;
    color: #ffffff;
    font-size: 10px;
}

.hs-user-chip {
    min-width: 170px;
    border-right: 0;
    border-left: 1px solid #e5eaf1;
}

.hs-app-body {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(680px, 1fr) 380px 206px;
    gap: 10px;
}

.hs-left-column,
.hs-right-column {
    min-height: 0;
    display: grid;
    gap: 10px;
}

.hs-left-column {
    grid-template-rows: 128px minmax(250px, 1fr) 204px 84px;
}

.hs-right-column {
    grid-template-rows: 238px minmax(250px, 1fr) 258px;
}

.hs-scan-panel,
.hs-sale-table-panel,
.hs-products-strip,
.hs-cart-actions,
.hs-total-panel,
.hs-payment-panel,
.hs-customer-display,
.hs-bottom-payment {
    border: 1px solid #d7dee8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.hs-scan-panel {
    display: grid;
    grid-template-rows: 72px 46px;
    gap: 12px;
    padding: 10px;
}

.hs-barcode-box {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 42px;
    align-items: center;
    min-height: 72px;
    border: 2px solid #0b63e5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(11, 99, 229, 0.08);
}

.hs-barcode-box > i {
    color: #4b5563;
    font-size: 31px;
    text-align: center;
}

.hs-barcode-box input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #111827;
    font-size: 25px;
    font-weight: 500;
}

.hs-barcode-box input::placeholder {
    color: #a1a8b3;
}

.hs-barcode-box button {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
}

.hs-quick-actions {
    display: flex;
    gap: 10px;
}

.hs-quick-actions button,
.hs-cari-inline {
    min-width: 118px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #1f2937;
    font-size: 13px;
    font-weight: 800;
}

.hs-cari-inline {
    position: relative;
    justify-content: flex-start;
    padding: 0 12px;
}

.hs-cari-inline input[type="text"] {
    width: 110px;
    border: 0;
    outline: 0;
    font-weight: 800;
}

.hs-cari-picker-host {
    display: none !important;
}

.hs-cari-inline .hs-cari-picker-button {
    min-width: 26px;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #edf2ff;
    color: #0b63e5;
    font-size: 13px;
    flex: 0 0 26px;
}

.hs-cari-inline .hs-cari-picker-button:hover {
    background: #dbe8ff;
    color: #0758d5;
}

.hs-cari-inline .hs-search-results {
    position: absolute;
    z-index: 30;
    top: 46px;
    left: 0;
    width: 280px;
    max-height: 260px;
    overflow: auto;
    border: 1px solid #d7dee8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.hs-cari-inline .hs-search-results button {
    width: 100%;
    height: auto;
    min-height: 52px;
    justify-content: flex-start;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    border-radius: 0;
    text-align: left;
}

.hs-sale-table-panel {
    overflow: hidden;
}

.hs-sale-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
}

.hs-sale-table thead {
    background: #f8fafc;
}

.hs-sale-table th,
.hs-sale-table td {
    height: 58px;
    padding: 8px 10px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
}

.hs-sale-table th {
    color: #374151;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
}

.hs-sale-table th:nth-child(1),
.hs-sale-table td:nth-child(1) {
    width: 42px;
    text-align: center;
}

.hs-sale-table th:nth-child(2),
.hs-sale-table td:nth-child(2) {
    width: 72px;
    text-align: center;
}

.hs-sale-table th:nth-child(4),
.hs-sale-table td:nth-child(4) {
    width: 130px;
}

.hs-sale-table th:nth-child(9),
.hs-sale-table td:nth-child(9) {
    width: 70px;
    text-align: center;
}

.hs-line-image {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: #f5f7fb;
    color: #0b63e5;
    overflow: hidden;
}

.hs-line-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-sale-table td strong {
    font-weight: 850;
}

.hs-sale-table td small {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
}

.hs-sale-table .hs-empty-row td {
    height: 160px;
    text-align: center;
    color: #64748b;
    font-weight: 800;
}

.hs-qty-control {
    display: inline-grid;
    grid-template-columns: 34px 58px 34px;
    align-items: center;
    border: 1px solid #dbe3ef;
    border-radius: 7px;
    overflow: hidden;
    background: #ffffff;
}

.hs-qty-control button {
    width: 34px;
    height: 34px;
    border: 0;
    background: #f8fafc;
    color: #111827;
    font-size: 17px;
    cursor: pointer;
}

.hs-qty-control span {
    text-align: center;
    font-weight: 850;
}

.hs-action-col .hs-icon-button {
    width: 38px;
    height: 38px;
    border-color: #fecaca;
    background: #fff1f2;
    color: #ef2626;
}

.hs-products-strip {
    overflow: hidden;
    display: grid;
    grid-template-rows: 48px minmax(0, 1fr);
}

.hs-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #e2e8f0;
}

.hs-tabs button {
    border: 0;
    border-bottom: 2px solid transparent;
    background: #ffffff;
    color: #475569;
    font-weight: 850;
    cursor: pointer;
}

.hs-tabs button.is-active {
    border-bottom-color: #0b63e5;
    color: #0b63e5;
}

.hs-product-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(114px, 1fr);
    gap: 8px;
    padding: 10px;
    overflow-x: auto;
}

.hs-product-card {
    position: relative;
    min-width: 114px;
    min-height: 142px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 5px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    cursor: pointer;
}

.hs-product-card .hs-product-image {
    width: 62px;
    height: 54px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #0b63e5;
}

.hs-product-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hs-product-card strong {
    max-width: 100px;
    color: #111827;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.hs-product-card .hs-product-price {
    color: #111827;
    font-size: 12px;
    font-weight: 850;
}

.hs-product-card em {
    position: absolute;
    bottom: 9px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #0b63e5;
    color: #ffffff;
    font-style: normal;
}

.hs-cart-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px;
}

.hs-cart-list,
.hs-ticket-actions {
    display: flex;
    gap: 6px;
}

.hs-cart-list button,
.hs-ticket-actions button {
    min-width: 80px;
    min-height: 58px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    font-weight: 800;
    cursor: pointer;
}

.hs-cart-list button {
    display: grid;
    place-items: center;
}

.hs-cart-list button.is-active {
    background: #0b63e5;
    color: #ffffff;
    border-color: #0b63e5;
}

.hs-cart-list .is-dashed {
    border-style: dashed;
    color: #64748b;
}

.hs-ticket-actions button {
    min-width: 74px;
    color: #0b63e5;
}

.hs-ticket-actions button:nth-child(2) {
    color: #f97316;
}

.hs-ticket-actions button:nth-child(3) {
    color: #16a34a;
}

.hs-ticket-actions button:nth-child(4) {
    color: #f59e0b;
}

.hs-total-panel {
    padding: 22px 18px;
}

.hs-total-panel .hs-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    color: #111827;
    font-size: 16px;
}

.hs-total-panel .hs-summary-row strong {
    font-size: 17px;
    font-weight: 850;
}

.hs-total-panel .is-discount strong {
    color: #f05a24;
}

.hs-grand-total {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}

.hs-grand-total span {
    display: block;
    color: #0b63e5;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-grand-total strong {
    display: block;
    margin-top: 4px;
    color: #0b63e5;
    font-size: clamp(40px, 4vw, 60px);
    line-height: 1;
    font-weight: 950;
    text-align: right;
}

.hs-hidden-summary {
    display: none !important;
}

.hs-payment-panel {
    padding: 12px;
    overflow: auto;
}

.hs-panel-title {
    margin-bottom: 10px;
    color: #0b63e5;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-payment-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hs-payment-type {
    min-height: 78px;
    display: grid;
    place-items: center;
    gap: 5px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    cursor: pointer;
}

.hs-payment-type i {
    color: #0b63e5;
    font-size: 24px;
}

.hs-payment-type span {
    font-size: 12px;
    font-weight: 850;
}

.hs-payment-type.is-active {
    border-color: #0b63e5;
    box-shadow: 0 0 0 3px rgba(11, 99, 229, 0.12);
}

.hs-iban-box {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
}

.hs-keypad {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    background: transparent;
}

.hs-keypad button {
    min-height: 58px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    font-size: 25px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

.hs-keypad .hs-key-danger {
    color: #ef2626;
}

.hs-keypad .hs-key-cancel,
.hs-keypad .hs-key-enter {
    grid-column: span 2;
    font-size: 18px;
}

.hs-keypad .hs-key-cancel {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #ef2626;
}

.hs-keypad .hs-key-enter {
    background: #0b63e5;
    color: #ffffff;
}

.hs-customer-screen {
    min-height: 0;
    position: relative;
}

.hs-customer-tab {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 0;
    right: 0;
    width: 122px;
    height: 34px;
    margin: auto;
    border: 1px solid #b7cdf7;
    border-radius: 8px;
    background: #eaf2ff;
    color: #0b63e5;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-customer-display {
    height: 100%;
    padding: 68px 10px 18px;
    display: grid;
    grid-template-rows: auto auto 128px minmax(190px, 1fr) 84px auto auto;
    gap: 7px;
    overflow: hidden;
    background: radial-gradient(circle at 55% 28%, #0d56b9 0, #07377d 30%, #061f49 72%, #061838 100%);
    color: #ffffff;
}

.hs-customer-display h2,
.hs-customer-display p {
    margin: 0;
    padding-left: 14px;
}

.hs-customer-display h2 {
    font-size: 23px;
    font-weight: 900;
}

.hs-customer-display p {
    font-size: 18px;
}

.hs-cart-visual {
    display: grid;
    place-items: center;
    color: #f59e0b;
    font-size: 78px;
}

.hs-customer-receipt {
    min-height: 0;
    margin: 0 0 4px;
    padding: 14px 12px;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    overflow: hidden;
}

.hs-customer-receipt > div,
.hs-customer-receipt li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.hs-customer-receipt > div {
    color: #64748b;
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.hs-customer-receipt ul {
    max-height: 180px;
    margin: 12px 0 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.hs-customer-receipt li {
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: 800;
}

.hs-customer-total {
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #0b63e5;
}

.hs-customer-total span {
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.hs-customer-total strong {
    font-size: 29px;
    font-weight: 950;
}

.hs-customer-display small {
    align-self: end;
    text-align: center;
    font-size: 13px;
}

.hs-customer-display > i {
    color: #0b63e5;
    text-align: center;
    font-size: 20px;
}

.hs-bottom-payment {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) 92px 220px 220px 160px;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
}

.hs-bottom-payment h3 {
    margin: 0 0 8px;
    color: #0b63e5;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-payment-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.hs-payment-row {
    min-width: 190px;
    height: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 28px;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
}

.hs-payment-row strong,
.hs-payment-row span {
    font-size: 13px;
}

.hs-add-payment {
    height: 54px;
    border: 1px dashed #b8c4d4;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    font-weight: 850;
}

.hs-bottom-total {
    min-height: 62px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding-left: 20px;
    border-left: 1px solid #e2e8f0;
}

.hs-bottom-total span {
    color: #0b63e5;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-bottom-total strong {
    color: #0b63e5;
    font-size: 26px;
    font-weight: 950;
}

.hs-bottom-total.is-remaining span,
.hs-bottom-total.is-remaining strong {
    color: #f97316;
}

.hs-complete-button {
    height: 56px;
    border: 0;
    border-radius: 8px;
    background: #46c66a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
}

.hs-complete-button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hs-toast {
    position: fixed;
    z-index: 2000;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 320px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 850;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.hs-notice-popup {
    display: flex;
    align-items: center;
    gap: 13px;
    width: min(420px, calc(100vw - 32px));
    min-width: 0;
    padding: 14px 14px 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    animation: hs-notice-popup-in 180ms ease-out both;
    backdrop-filter: blur(12px);
}

@keyframes hs-notice-popup-in {
    from { opacity: 0; transform: translate(-50%, -10px) scale(0.97); }
    to { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

.hs-notice-popup-icon {
    display: inline-grid;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    font-size: 18px;
}

.hs-notice-popup-content {
    display: grid;
    flex: 1;
    min-width: 0;
    gap: 3px;
}

.hs-notice-popup-content strong {
    color: inherit;
    font-size: 13px;
    line-height: 1.2;
}

.hs-toast-message {
    flex: 1;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.hs-toast-close {
    display: inline-grid;
    width: 26px;
    height: 26px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 6px;
    color: currentColor;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
}

.hs-toast-close:hover,
.hs-toast-close:focus-visible {
    background: rgba(15, 23, 42, 0.09);
    outline: none;
}

.hs-toast.is-error {
    background: #fff1f1;
    color: #9f2727;
}

.hs-toast.is-error .hs-notice-popup-icon {
    color: #bc2d3f;
    background: #ffe1e5;
}

.hs-toast.is-warning {
    background: #fff7e6;
    color: #805400;
}

.hs-toast.is-warning .hs-notice-popup-icon {
    color: #a36700;
    background: #ffecbf;
}

.hs-toast.is-success {
    background: #edf8f0;
    color: #227044;
}

.hs-toast.is-success .hs-notice-popup-icon {
    color: #23784a;
    background: #d8f2e1;
}

.hs-sales-app .hs-modal {
    position: fixed;
}

@media (max-width: 1280px) {
    .hs-sales-app {
        grid-template-rows: auto minmax(0, 1fr) auto;
        overflow: auto;
    }

    .hs-standalone-body {
        overflow: auto;
    }

    .hs-app-body {
        grid-template-columns: minmax(720px, 1fr) 340px;
    }

    .hs-customer-screen {
        display: none;
    }

    .hs-bottom-payment {
        grid-template-columns: 1fr 120px 180px 180px 160px;
    }
}

.hs-open-session-dialog {
    width: min(430px, 100%);
    display: grid;
    gap: 12px;
}

.hs-open-session-transfer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #f2cf98;
    border-radius: 8px;
    background: #fff8ed;
    color: #7a3f05;
}

.hs-open-session-transfer i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 7px;
    background: #ffe9c3;
    color: #b05f08;
}

.hs-open-session-transfer span {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.hs-open-session-transfer strong {
    color: #7a2f05;
    font-size: 13px;
    font-weight: 800;
}

.hs-open-session-transfer small {
    color: #745436;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
}

.hs-open-session-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hs-open-session-actions .hs-primary-button,
.hs-open-session-actions .hs-secondary-button {
    width: 100%;
}

.hs-open-session-actions .hs-primary-button:only-child,
.hs-open-session-actions .hs-secondary-button:only-child {
    grid-column: 1 / -1;
}

.hs-exit-dialog {
    width: min(560px, 100%);
    display: grid;
    gap: 14px;
}

.hs-exit-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.hs-exit-summary span {
    min-width: 0;
    display: grid;
    gap: 3px;
    padding: 10px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fbff;
    color: #172033;
    font-size: 12px;
    font-weight: 700;
}

.hs-exit-summary b {
    color: #64748b;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
}

.hs-exit-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hs-exit-option,
.hs-exit-option button {
    width: 100%;
    min-height: 76px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #172033;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.hs-exit-option {
    padding: 0;
}

a.hs-exit-option {
    padding: 12px;
}

.hs-exit-option button {
    border: 0;
}

.hs-exit-option i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eaf2ff;
    color: #1266e3;
    font-size: 18px;
}

.hs-exit-option.is-switch i {
    background: #eefaf2;
    color: #16a34a;
}

.hs-exit-option strong,
.hs-exit-close-head strong {
    display: block;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
}

.hs-exit-option small,
.hs-exit-close-head small {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
}

.hs-exit-close-form {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fff7f7;
}

.hs-exit-close-head {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.hs-exit-close-head i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 18px;
}

.hs-exit-close-form .hs-field {
    grid-template-columns: 118px minmax(0, 1fr);
}

.hs-confirm-modal {
    /* İşlem sürerken açılan iptal onayı, işlem penceresinin üzerinde
       görünmelidir; aksi halde buton tepki vermiyormuş gibi algılanır. */
    z-index: 1600;
    background: rgba(15, 23, 42, 0.54);
    backdrop-filter: blur(5px);
}

.hs-confirm-dialog {
    width: min(430px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.hs-confirm-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #fff3e7;
    color: #e26218;
    font-size: 21px;
}

.hs-confirm-icon.is-danger {
    background: #fff1f2;
    color: #ef3434;
}

.hs-confirm-content {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.hs-confirm-content h2 {
    margin: 0;
    color: #172033;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
}

.hs-confirm-content p {
    margin: 2px 0 0;
    color: #5d6f84;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
}

.hs-confirm-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    margin-top: 6px;
}

.hs-confirm-actions .hs-secondary-button,
.hs-confirm-actions .hs-danger-button,
.hs-confirm-actions .hs-primary-button {
    min-height: 42px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 850;
}

.hs-processing-modal {
    z-index: 1500;
    background: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(5px);
}

.hs-sales-app.is-saving {
    cursor: progress;
}

.hs-sales-app.is-saving .hs-right-action-row button.is-processing,
.hs-sales-app.is-saving .hs-hybrid-complete.is-processing,
.hs-sales-app.is-saving .hs-complete-side-action.is-processing {
    opacity: 0.72;
    cursor: progress;
}

.hs-sales-app.is-saving .hs-right-action-row button.is-processing i:not(.fa-spin),
.hs-sales-app.is-saving .hs-hybrid-complete.is-processing i:not(.fa-spin) {
    animation: hs-saving-pulse 1s ease-in-out infinite;
}

@keyframes hs-saving-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.hs-processing-dialog {
    width: min(420px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 18px;
    overflow: hidden;
    border-radius: 10px;
}

.hs-processing-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #eaf4ff;
    color: #1d6ecf;
    font-size: 21px;
}

.hs-processing-content {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.hs-processing-content h2 {
    margin: 0;
    color: #172033;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
}

.hs-processing-content p {
    margin: 2px 0 0;
    color: #5d6f84;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
}

.hs-processing-cancel { margin-top: 10px; padding: 8px 12px; border: 1px solid #efb4bc; border-radius: 8px; color: #a12b39; background: #fff5f6; font-weight: 800; cursor: pointer; }

.hs-held-cart-dialog {
    width: min(760px, calc(100vw - 32px));
    display: grid;
    gap: 14px;
}

.hs-held-cart-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #dbe6f5;
    border-radius: 8px;
    background: #f8fbff;
    color: #54657f;
    font-size: 13px;
    font-weight: 700;
}

.hs-held-cart-toolbar .hs-secondary-button {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    white-space: nowrap;
}

.hs-held-cart-list {
    min-height: 220px;
    max-height: min(460px, calc(100vh - 280px));
    display: grid;
    align-content: start;
    gap: 8px;
    overflow: auto;
    padding-right: 4px;
}

.hs-held-cart-item {
    width: 100%;
    min-height: 74px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) minmax(110px, auto) 28px;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    background: #ffffff;
    color: var(--hs-text);
    text-align: left;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.hs-held-cart-item:hover {
    border-color: var(--hs-blue);
    background: #f7faff;
}

.hs-held-cart-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--hs-blue);
    font-size: 18px;
}

.hs-held-cart-main {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.hs-held-cart-main strong,
.hs-held-cart-meta b {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-held-cart-main strong {
    font-size: 15px;
    font-weight: 850;
}

.hs-held-cart-main small,
.hs-held-cart-meta small {
    color: #64748b;
    font-size: 12px;
    font-weight: 650;
}

.hs-held-cart-meta {
    min-width: 0;
    display: grid;
    gap: 4px;
    text-align: right;
}

.hs-held-cart-meta b {
    color: var(--hs-blue);
    font-size: 16px;
    font-weight: 900;
}

.hs-held-cart-item > i {
    color: #8aa0bf;
}

.hs-held-cart-state {
    min-height: 210px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    border: 1px dashed #bfd2f3;
    border-radius: 8px;
    background: #f7faff;
    color: #55709d;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.hs-held-cart-state i {
    color: var(--hs-blue);
    font-size: 24px;
}

.hs-return-dialog {
    width: min(1060px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    display: grid;
    gap: 14px;
    padding: 18px;
    overflow: hidden;
}

.hs-return-layout {
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(480px, 1.2fr);
    gap: 14px;
}

.hs-return-search,
.hs-return-detail {
    min-width: 0;
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 12px;
}

.hs-return-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.hs-return-search-row .hs-primary-button {
    min-height: 40px;
    padding-inline: 14px;
    border-radius: 8px;
}

.hs-return-source-list,
.hs-return-lines {
    min-height: 0;
    overflow: auto;
    padding-right: 4px;
}

.hs-return-source-list {
    max-height: min(360px, calc(100vh - 330px));
    display: grid;
    align-content: start;
    gap: 8px;
}

.hs-return-source {
    width: 100%;
    min-height: 76px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) minmax(110px, auto);
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    background: #ffffff;
    color: var(--hs-text);
    text-align: left;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.hs-return-source:hover,
.hs-return-source.is-active {
    border-color: var(--hs-blue);
    background: #f7faff;
}

.hs-return-source.is-active {
    box-shadow: 0 0 0 3px rgba(29, 110, 207, 0.1);
}

.hs-return-source-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--hs-blue);
    font-size: 17px;
}

.hs-return-source-main {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.hs-return-source-main strong,
.hs-return-source-main small,
.hs-return-source-main em,
.hs-return-source b {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-return-source-main strong {
    color: #172033;
    font-size: 14px;
    font-weight: 900;
}

.hs-return-source-main small,
.hs-return-source-main em {
    color: #64748b;
    font-size: 12px;
    font-style: normal;
    font-weight: 650;
}

.hs-return-source b {
    color: var(--hs-blue);
    font-size: 15px;
    font-weight: 900;
    text-align: right;
}

.hs-return-selected {
    min-height: 66px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) minmax(110px, auto);
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #dbe6f5;
    border-radius: 8px;
    background: #f8fbff;
    color: #52647f;
    font-size: 13px;
    font-weight: 750;
}

.hs-return-selected > i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--hs-blue);
}

.hs-return-selected span {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.hs-return-selected strong,
.hs-return-selected small,
.hs-return-selected b {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-return-selected strong {
    color: #172033;
    font-size: 14px;
    font-weight: 900;
}

.hs-return-selected small {
    color: #64748b;
    font-size: 12px;
    font-weight: 650;
}

.hs-return-selected b {
    color: var(--hs-blue);
    font-size: 17px;
    font-weight: 950;
    text-align: right;
}

.hs-return-lines {
    max-height: min(330px, calc(100vh - 410px));
    border: 1px solid #e1e8f2;
    border-radius: 8px;
    background: #ffffff;
}

.hs-return-lines .hs-held-cart-state {
    min-height: 230px;
    border: 0;
    border-radius: 8px;
}

.hs-return-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
}

.hs-return-table th,
.hs-return-table td {
    padding: 9px 10px;
    border-bottom: 1px solid #e7edf5;
    vertical-align: middle;
}

.hs-return-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f8fafc;
    color: #475569;
    font-size: 11px;
    font-weight: 900;
    text-align: left;
}

.hs-return-table th:nth-child(n+2),
.hs-return-table td.hs-num {
    text-align: right;
}

.hs-return-table td strong,
.hs-return-table td small {
    min-width: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-return-table td strong {
    color: #172033;
    font-weight: 850;
}

.hs-return-table td small {
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
}

.hs-return-table .hs-return-qty-input {
    width: 86px;
    height: 34px;
    padding-inline: 8px;
    text-align: right;
}

.hs-return-payment {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(140px, 170px);
    align-items: end;
    gap: 10px;
}

.hs-return-payment .hs-num-input[readonly] {
    background: #f8fafc;
    color: #0f4f9a;
    font-weight: 900;
    text-align: right;
}

.hs-price-view-dialog {
    width: min(760px, calc(100vw - 32px));
    display: grid;
    gap: 14px;
    padding: 18px;
    overflow: hidden;
}

.hs-price-view-layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(280px, 1.1fr);
    gap: 12px;
    min-height: 300px;
}

.hs-price-view-search,
.hs-price-view-result {
    min-width: 0;
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 12px;
}

.hs-price-view-searchbox {
    min-width: 0;
    height: 58px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    border: 2px solid #1d6ecf;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(29, 110, 207, 0.08);
}

.hs-price-view-searchbox > i {
    color: #334155;
    font-size: 21px;
    text-align: center;
}

.hs-price-view-searchbox input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #172033;
    font-size: 16px;
    font-weight: 750;
}

.hs-price-view-searchbox input::placeholder {
    color: #91a0b4;
}

.hs-price-view-searchbox button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: #1d6ecf;
    color: #ffffff;
    cursor: pointer;
}

.hs-price-view-state {
    min-height: 228px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    padding: 18px;
    border: 1px dashed #bfd2f3;
    border-radius: 8px;
    background: #f8fbff;
    color: #55709d;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.hs-price-view-state i {
    color: #1d6ecf;
    font-size: 27px;
}

.hs-price-view-state.is-success {
    border-color: #bce6c8;
    background: #f4fff7;
    color: #176f37;
}

.hs-price-view-state.is-success i {
    color: #22a64b;
}

.hs-price-view-state.is-warning {
    border-color: #f3d09a;
    background: #fff9ec;
    color: #8a510a;
}

.hs-price-view-state.is-warning i {
    color: #d98613;
}

.hs-price-view-state.is-error {
    border-color: #f4b9b9;
    background: #fff5f5;
    color: #a73333;
}

.hs-price-view-state.is-error i {
    color: #cf2f2f;
}

.hs-price-view-state.is-loading i {
    animation: hsSpin 0.9s linear infinite;
}

.hs-price-view-result {
    padding: 12px;
    border: 1px solid #dbe6f5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.hs-price-view-result[hidden] {
    display: none !important;
}

.hs-price-view-product {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.hs-price-view-image {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #dce7f5;
    border-radius: 8px;
    background: #f5f8fc;
    color: #1d6ecf;
    font-size: 28px;
}

.hs-price-view-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hs-price-view-image img:not([hidden]) + i,
.hs-price-view-image.is-missing img {
    display: none;
}

.hs-price-view-product-main {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.hs-price-view-product-main strong {
    min-width: 0;
    overflow: hidden;
    color: #172033;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
}

.hs-price-view-product-main small {
    min-width: 0;
    overflow: hidden;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-price-view-amount {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid #b9d2f5;
    border-radius: 8px;
    background: #f3f8ff;
}

.hs-price-view-amount span {
    color: #1d5fa8;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-price-view-amount strong {
    min-width: 0;
    overflow: hidden;
    color: #0f4f9a;
    font-size: 40px;
    font-weight: 950;
    line-height: 1.05;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-price-view-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.hs-price-view-info span {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 9px;
    border: 1px solid #e1e8f2;
    border-radius: 8px;
    background: #fbfdff;
}

.hs-price-view-info b {
    color: #6a7890;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-price-view-info strong {
    min-width: 0;
    overflow: hidden;
    color: #172033;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-price-view-actions {
    display: grid;
    grid-template-columns: minmax(110px, auto) minmax(130px, auto) minmax(150px, 1fr);
    gap: 10px;
    margin-top: 0;
}

.hs-price-view-actions .hs-primary-button,
.hs-price-view-actions .hs-secondary-button {
    min-height: 42px;
    border-radius: 8px;
}

@keyframes hsSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 720px) {
    .hs-exit-summary,
    .hs-exit-actions {
        grid-template-columns: 1fr;
    }

    .hs-price-view-layout,
    .hs-price-view-info,
    .hs-price-view-actions,
    .hs-return-layout,
    .hs-return-payment {
        grid-template-columns: 1fr;
    }

    .hs-price-view-dialog,
    .hs-return-dialog {
        max-height: calc(100vh - 24px);
        overflow: auto;
    }

    .hs-price-view-amount strong {
        font-size: 32px;
    }

    .hs-held-cart-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .hs-held-cart-item {
        grid-template-columns: 38px minmax(0, 1fr) 24px;
    }

    .hs-held-cart-meta {
        grid-column: 2;
        text-align: left;
    }

    .hs-return-source,
    .hs-return-selected {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .hs-return-source b,
    .hs-return-selected b {
        grid-column: 2;
        text-align: left;
    }
}

.hs-payment-grid {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.hs-payment-types {
    display: grid;
    gap: 8px;
}

.hs-payment-type {
    min-height: 48px;
    border: 1px solid #d4deea;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    cursor: pointer;
    font-weight: 750;
    color: #172033;
}

.hs-payment-type:hover,
.hs-payment-type.is-active {
    border-color: #1d6ecf;
    background: #eef4fb;
}

.hs-payment-detail {
    display: grid;
    gap: 12px;
}

.hs-payment-list {
    display: grid;
    gap: 6px;
}

.hs-payment-row {
    display: grid;
    grid-template-columns: 1fr 110px 34px;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e7f0;
    border-radius: 6px;
    padding: 8px;
}

.hs-iban-box {
    display: grid;
    gap: 8px;
    background: #f7fbff;
    border: 1px solid #cfe0f2;
    border-radius: 6px;
    padding: 10px;
}

.hs-iban-box > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px;
}

.hs-payment-footer {
    border-top: 1px solid #e4ebf3;
    padding-top: 12px;
}

.hs-payment-footer strong {
    font-size: 22px;
}

.hs-report-page {
    display: grid;
    gap: 14px;
    padding: 18px;
    background: #f4f7fb;
}

.hs-filter-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.hs-filter-row .hs-field {
    width: 280px;
    grid-template-columns: 90px 1fr;
}

.hs-report-filter {
    display: grid;
    grid-template-columns: minmax(190px, 1.1fr) minmax(190px, 1.1fr) minmax(190px, 1.1fr) 150px 150px auto;
    align-items: end;
    gap: 10px;
    padding: 12px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.hs-filter-field {
    min-width: 0;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin: 0;
}

.hs-filter-field span {
    color: #455c7b;
    font-size: 12px;
    font-weight: 850;
}

.hs-filter-field .hs-input {
    min-height: 36px;
}

.hs-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.hs-filter-actions .hs-primary-button,
.hs-filter-actions .hs-secondary-button {
    min-height: 36px;
    padding: 0 12px;
}

.hs-report-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.hs-report-section-head h2 {
    margin: 0;
}

.hs-report-section-head span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #eef4fb;
    color: #23435f;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 850;
}

.hs-report-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.hs-report-cards > div {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    padding: 14px;
    display: grid;
    gap: 6px;
}

.hs-report-cards strong {
    font-size: 22px;
}

.hs-report-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hs-report-section {
    padding: 14px;
    overflow: auto;
}

.hs-report-section h2 {
    margin-bottom: 12px;
}

.hs-status {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    border-radius: 999px;
    background: #eef4fb;
    color: #23435f;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 800;
}

.hs-report-head--actions {
    align-items: flex-start;
}

.hs-report-actions,
.hs-row-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.hs-report-actions form,
.hs-row-actions form {
    margin: 0;
}

.hs-report-table .hs-action-col {
    width: 92px;
    text-align: center;
}

.hs-report-table .hs-row-actions {
    width: 100%;
    justify-content: center;
}

.hs-report-table--detail td strong {
    display: block;
    color: #0f172a;
    font-weight: 750;
}

.hs-report-table--detail td small {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
}

.hs-report-cards--detail {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hs-report-summary {
    align-self: start;
}

.hs-report-summary-list {
    display: grid;
    gap: 10px;
}

.hs-report-summary-list > div {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #e5edf6;
}

.hs-report-summary-list span {
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.hs-report-summary-list strong {
    color: #0f172a;
    font-size: 15px;
    font-weight: 850;
}

.hs-report-summary-list .is-grand {
    min-height: 58px;
    border-bottom: 0;
}

.hs-report-summary-list .is-grand span {
    color: #0b63e5;
}

.hs-report-summary-list .is-grand strong {
    color: #0b63e5;
    font-size: 28px;
}

@media (max-width: 1180px) {
    .hs-topbar,
    .hs-main-grid,
    .hs-payment-grid,
    .hs-report-grid {
        grid-template-columns: 1fr;
    }

    .hs-summary-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-report-filter {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }

    .hs-filter-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }
}

@media (max-width: 720px) {
    .hs-workspace,
    .hs-report-page,
    .hs-page--selection {
        padding: 10px;
    }

    .hs-report-filter {
        grid-template-columns: 1fr;
    }

    .hs-filter-field {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .hs-filter-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hs-field,
    .hs-filter-row .hs-field {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .hs-form-grid {
        grid-template-columns: 1fr;
    }

    .hs-field-wide {
        grid-column: auto;
    }

    .hs-kasa-assignment-grid,
    .hs-payment-config-row {
        grid-template-columns: 1fr;
    }

    .hs-user-assignment-row,
    .hs-user-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hs-user-actions {
        gap: 10px;
        padding-left: 44px;
    }

    .hs-payment-targets .hs-field {
        grid-template-columns: 1fr;
    }

    .hs-meta-grid,
    .hs-summary-panel,
    .hs-keypad {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-grand-total {
        grid-column: 1 / -1;
    }

    .hs-lines-table {
        min-width: 820px;
    }

    .hs-selection-head,
    .hs-report-head {
        align-items: flex-start;
    }
}

.hs-sales-app .hs-payment-types {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hs-sales-app .hs-payment-type {
    min-height: 78px;
    display: grid;
    place-items: center;
    gap: 5px;
    padding: 8px;
    border-radius: 8px;
}

.hs-sales-app .hs-payment-type i {
    color: #0b63e5;
    font-size: 24px;
}

.hs-sales-app .hs-keypad {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hs-sales-app .hs-keypad .hs-key-cancel,
.hs-sales-app .hs-keypad .hs-key-enter {
    grid-column: span 2;
}

.hs-sales-app .hs-payment-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.hs-sales-app .hs-payment-row {
    min-width: 190px;
    height: 44px;
    grid-template-columns: minmax(0, 1fr) auto 28px;
    padding: 0 8px;
}

.hs-sales-app .hs-payment-placeholder {
    min-width: 210px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

/* Görseldeki POS ekranına yakın, tek ekrana sığan sıkı yerleşim */
.hs-standalone-body {
    background: #eef3f8;
}

.hs-sales-app {
    grid-template-rows: 70px minmax(0, 1fr) 78px;
    gap: 8px;
    padding: 8px;
    overflow: hidden;
}

.hs-sales-app .hs-app-header {
    gap: 10px;
    padding: 8px 12px;
}

.hs-sales-app .hs-header-card,
.hs-sales-app .hs-user-chip,
.hs-sales-app .hs-header-action {
    min-width: 142px;
    padding: 0 12px;
}

.hs-sales-app .hs-header-card strong,
.hs-sales-app .hs-user-chip strong {
    font-size: 12px;
}

.hs-sales-app .hs-header-card small,
.hs-sales-app .hs-user-chip small,
.hs-sales-app .hs-header-action span {
    font-size: 11px;
}

.hs-sales-app .hs-header-icon,
.hs-sales-app .hs-user-chip > span {
    width: 34px;
    height: 34px;
}

.hs-sales-app .hs-header-action {
    min-width: 82px;
}

.hs-sales-app .hs-user-chip {
    min-width: 158px;
}

.hs-sales-app .hs-app-body {
    grid-template-columns: minmax(720px, 1fr) 360px 206px;
    gap: 8px;
}

.hs-sales-app .hs-left-column,
.hs-sales-app .hs-right-column {
    gap: 8px;
}

.hs-sales-app .hs-left-column {
    grid-template-rows: 116px minmax(0, 1fr) 174px 72px;
}

.hs-sales-app .hs-right-column {
    grid-template-rows: 196px minmax(0, 1fr) 220px;
}

.hs-sales-app .hs-scan-panel {
    grid-template-rows: 62px 38px;
    gap: 8px;
    padding: 8px;
}

.hs-sales-app .hs-barcode-box {
    grid-template-columns: 56px minmax(0, 1fr) 40px;
    min-height: 62px;
    border-color: #1463ff;
    box-shadow: 0 0 0 3px rgba(20, 99, 255, 0.08);
}

.hs-sales-app .hs-barcode-box > i {
    font-size: 28px;
}

.hs-sales-app .hs-barcode-box input {
    font-size: 22px;
}

.hs-sales-app .hs-quick-actions {
    gap: 8px;
}

.hs-sales-app .hs-quick-actions button,
.hs-sales-app .hs-cari-inline {
    min-width: 120px;
    height: 38px;
    border-radius: 7px;
    font-size: 12px;
}

.hs-sales-app .hs-cari-inline input[type="text"] {
    width: 92px;
}

.hs-sales-app .hs-sale-table-panel {
    min-height: 0;
    overflow: auto;
}

.hs-sales-app .hs-sale-table {
    min-width: 840px;
    font-size: 12px;
}

.hs-sales-app .hs-sale-table th,
.hs-sales-app .hs-sale-table td {
    height: 50px;
    padding: 6px 8px;
}

.hs-sales-app .hs-sale-table th {
    font-size: 11px;
}

.hs-sales-app .hs-sale-table th:nth-child(5),
.hs-sales-app .hs-sale-table td:nth-child(5),
.hs-sales-app .hs-sale-table th:nth-child(6),
.hs-sales-app .hs-sale-table td:nth-child(6),
.hs-sales-app .hs-sale-table th:nth-child(7),
.hs-sales-app .hs-sale-table td:nth-child(7),
.hs-sales-app .hs-sale-table th:nth-child(8),
.hs-sales-app .hs-sale-table td:nth-child(8) {
    width: 92px;
}

.hs-sales-app .hs-line-image {
    width: 40px;
    height: 40px;
}

.hs-sales-app .hs-qty-control {
    grid-template-columns: 30px 54px 30px;
}

.hs-sales-app .hs-qty-control button {
    width: 30px;
    height: 30px;
}

.hs-sales-app .hs-qty-control span {
    display: grid;
    place-items: center;
    min-height: 30px;
    line-height: 1.05;
}

.hs-sales-app .hs-qty-control span small {
    margin: 0;
    font-size: 9px;
}

.hs-sales-app .hs-products-strip {
    position: relative;
    grid-template-rows: 40px minmax(0, 1fr);
}

.hs-sales-app .hs-tabs button {
    font-size: 12px;
}

.hs-sales-app .hs-product-grid {
    grid-auto-columns: minmax(104px, 1fr);
    gap: 8px;
    padding: 8px 42px 8px 8px;
}

.hs-sales-app .hs-product-card {
    min-width: 104px;
    min-height: 118px;
    gap: 3px;
}

.hs-sales-app .hs-product-card .hs-product-image {
    width: 54px;
    height: 44px;
}

.hs-sales-app .hs-product-card strong,
.hs-sales-app .hs-product-card .hs-product-price {
    max-width: 92px;
    font-size: 11px;
}

.hs-sales-app .hs-product-card em {
    bottom: 7px;
    width: 21px;
    height: 21px;
}

.hs-sales-app .hs-product-next {
    position: absolute;
    right: 8px;
    bottom: 52px;
    width: 32px;
    height: 48px;
    border: 1px solid #dbe3ef;
    border-radius: 7px;
    background: #ffffff;
    color: #475569;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    cursor: pointer;
}

.hs-sales-app .hs-cart-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px;
}

.hs-sales-app .hs-cart-list,
.hs-sales-app .hs-ticket-actions {
    min-width: 0;
    gap: 6px;
}

.hs-sales-app .hs-cart-list {
    overflow-x: auto;
}

.hs-sales-app .hs-cart-list button,
.hs-sales-app .hs-ticket-actions button {
    min-width: 74px;
    min-height: 54px;
    padding: 6px 8px;
    font-size: 11px;
}

.hs-sales-app .hs-ticket-actions button {
    min-width: 72px;
}

.hs-sales-app .hs-total-panel {
    padding: 16px 16px 12px;
}

.hs-sales-app .hs-total-panel .hs-summary-row {
    margin-bottom: 9px;
    font-size: 14px;
}

.hs-sales-app .hs-total-panel .hs-summary-row strong {
    font-size: 15px;
}

.hs-sales-app .hs-grand-total {
    margin-top: 8px;
    padding-top: 10px;
}

.hs-sales-app .hs-grand-total span {
    font-size: 12px;
}

.hs-sales-app .hs-grand-total strong {
    font-size: clamp(36px, 3.6vw, 54px);
}

.hs-sales-app .hs-payment-panel {
    min-height: 0;
    padding: 10px;
    overflow: auto;
}

.hs-sales-app .hs-panel-title {
    margin-bottom: 8px;
    font-size: 12px;
}

.hs-sales-app .hs-payment-amount {
    height: 40px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 0 10px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fbff;
}

.hs-sales-app .hs-payment-amount span {
    color: #0b63e5;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-sales-app .hs-payment-amount input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    text-align: right;
}

.hs-sales-app .hs-payment-types {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.hs-sales-app .hs-payment-type {
    min-height: 58px;
    gap: 4px;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

.hs-sales-app .hs-payment-type i {
    font-size: 21px;
}

.hs-sales-app .hs-payment-type span {
    font-size: 11px;
}

.hs-sales-app .hs-payment-type:disabled {
    opacity: 0.46;
    cursor: not-allowed;
    filter: grayscale(0.2);
}

.hs-sales-app .hs-payment-type.is-cash i { color: #46bf63; }
.hs-sales-app .hs-payment-type.is-card i { color: #1463ff; }
.hs-sales-app .hs-payment-type.is-qr i { color: #b832ff; }
.hs-sales-app .hs-payment-type.is-bank i { color: #1c63c7; }
.hs-sales-app .hs-payment-type.is-fast i { color: #3eba57; }
.hs-sales-app .hs-payment-type.is-account i { color: #f59e0b; }
.hs-sales-app .hs-payment-type.is-meal i { color: #ff2d73; }
.hs-sales-app .hs-payment-type.is-cheque i { color: #20b9a6; }
.hs-sales-app .hs-payment-type.is-gift i { color: #8b35e8; }

.hs-sales-app .hs-keypad {
    gap: 8px;
}

.hs-sales-app .hs-keypad button {
    min-height: 46px;
    border-radius: 8px;
    font-size: 22px;
}

.hs-sales-app .hs-keypad .hs-key-cancel,
.hs-sales-app .hs-keypad .hs-key-enter {
    min-height: 58px;
    font-size: 16px;
}

.hs-sales-app .hs-customer-display {
    grid-template-rows: auto auto 104px minmax(0, 1fr) 76px auto auto;
    padding: 54px 9px 14px;
    gap: 6px;
    background:
        radial-gradient(circle at 58% 24%, rgba(20, 99, 255, 0.72) 0, rgba(6, 47, 118, 0.72) 32%, transparent 58%),
        linear-gradient(160deg, #073b86 0%, #062457 48%, #041a40 100%);
}

.hs-sales-app .hs-customer-display h2 {
    font-size: 21px;
}

.hs-sales-app .hs-customer-display p {
    font-size: 16px;
}

.hs-sales-app .hs-cart-visual {
    font-size: 68px;
    color: #f59e0b;
}

.hs-sales-app .hs-customer-receipt {
    padding: 12px 10px;
}

.hs-sales-app .hs-customer-receipt ul {
    max-height: 150px;
}

.hs-sales-app .hs-customer-total strong {
    font-size: 27px;
}

.hs-sales-app .hs-bottom-payment {
    grid-template-columns: minmax(360px, 1fr) 112px 190px 190px 172px;
    gap: 8px;
    padding: 8px 12px;
}

.hs-sales-app .hs-bottom-payment h3 {
    margin-bottom: 5px;
    font-size: 12px;
}

.hs-sales-app .hs-add-payment {
    height: 52px;
    font-size: 12px;
}

.hs-sales-app .hs-bottom-total {
    min-height: 56px;
    padding-left: 16px;
}

.hs-sales-app .hs-bottom-total strong {
    font-size: 23px;
}

.hs-sales-app .hs-complete-button {
    height: 52px;
}

.hs-toast.is-info {
    background: #edf5ff;
    color: #185399;
}

.hs-toast.is-info .hs-notice-popup-icon {
    color: #246bb5;
    background: #dbeafe;
}

@media (max-height: 850px) {
    .hs-sales-app {
        grid-template-rows: 62px minmax(0, 1fr) 70px;
        gap: 7px;
        padding: 7px;
    }

    .hs-sales-app .hs-left-column {
        grid-template-rows: 100px minmax(0, 1fr) 142px 62px;
        gap: 7px;
    }

    .hs-sales-app .hs-right-column {
        grid-template-rows: 152px minmax(250px, 1fr) 166px;
        gap: 7px;
    }

    .hs-sales-app .hs-scan-panel {
        grid-template-rows: 54px 34px;
        gap: 6px;
        padding: 6px;
    }

    .hs-sales-app .hs-barcode-box {
        min-height: 54px;
    }

    .hs-sales-app .hs-barcode-box input {
        font-size: 19px;
    }

    .hs-sales-app .hs-quick-actions button,
    .hs-sales-app .hs-cari-inline {
        height: 34px;
    }

    .hs-sales-app .hs-sale-table th,
    .hs-sales-app .hs-sale-table td {
        height: 44px;
        padding: 5px 7px;
    }

    .hs-sales-app .hs-products-strip {
        grid-template-rows: 34px minmax(0, 1fr);
    }

    .hs-sales-app .hs-product-card {
        min-height: 96px;
    }

    .hs-sales-app .hs-product-card .hs-product-image {
        width: 46px;
        height: 34px;
    }

    .hs-sales-app .hs-cart-list button,
    .hs-sales-app .hs-ticket-actions button {
        min-height: 46px;
    }

    .hs-sales-app .hs-total-panel {
        padding: 10px 14px;
    }

    .hs-sales-app .hs-total-panel .hs-summary-row {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .hs-sales-app .hs-grand-total strong {
        font-size: 34px;
    }

    .hs-sales-app .hs-payment-amount {
        height: 34px;
    }

    .hs-sales-app .hs-payment-type {
        min-height: 44px;
    }

    .hs-sales-app .hs-payment-type i {
        font-size: 18px;
    }

    .hs-sales-app .hs-keypad button {
        min-height: 36px;
        font-size: 19px;
    }

    .hs-sales-app .hs-keypad .hs-key-cancel,
    .hs-sales-app .hs-keypad .hs-key-enter {
        min-height: 44px;
        font-size: 14px;
    }

    .hs-sales-app .hs-customer-display {
        grid-template-rows: auto auto 78px minmax(0, 1fr) 62px auto auto;
        padding-top: 48px;
    }

    .hs-sales-app .hs-cart-visual {
        font-size: 52px;
    }

    .hs-sales-app .hs-bottom-total {
        min-height: 48px;
    }

    .hs-sales-app .hs-bottom-total strong {
        font-size: 20px;
    }

    .hs-sales-app .hs-add-payment,
    .hs-sales-app .hs-complete-button {
        height: 46px;
    }
}

/* POS kasiyer ekranı - müşteri ekranı ana ekrandan ayrılmış yeni düzen */
.hs-sales-app {
    grid-template-rows: 94px minmax(0, 1fr) 118px 74px;
    gap: 8px;
    padding: 8px;
    background: #061327;
    color: #061327;
    overflow: hidden;
}

.hs-pos-header {
    min-height: 0;
    display: grid;
    grid-template-columns: 128px minmax(320px, 1fr) 132px 154px 184px 112px 146px 178px;
    gap: 8px;
}

.hs-pos-brand {
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 0 8px;
    color: #ffffff;
}

.hs-pos-brand strong {
    color: #67c8ff;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
}

.hs-pos-brand strong span {
    color: #ffffff;
}

.hs-pos-brand small {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hs-pos-barcode,
.hs-pos-tool,
.hs-pos-customer-card,
.hs-pos-toggle,
.hs-pos-sale-no,
.hs-pos-clock {
    min-width: 0;
    min-height: 0;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.16);
}

.hs-pos-barcode {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 40px;
    align-items: center;
    border: 2px solid #1976ff;
    box-shadow: 0 0 0 3px rgba(25, 118, 255, 0.14), 0 12px 26px rgba(2, 8, 23, 0.16);
}

.hs-pos-barcode > i {
    color: #061327;
    font-size: 38px;
    text-align: center;
}

.hs-pos-barcode input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: #061327;
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-pos-barcode input::placeholder {
    color: #98a2b3;
}

.hs-pos-barcode button {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.hs-pos-tool {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    column-gap: 8px;
    padding: 0 14px;
    color: #061327;
    font-weight: 900;
    cursor: pointer;
}

.hs-pos-tool i {
    color: #061327;
    font-size: 29px;
}

.hs-pos-tool span,
.hs-pos-tool input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: #0a1b36;
    background: transparent;
    font-size: 14px;
    font-weight: 900;
}

.hs-pos-tool kbd {
    position: absolute;
    right: 18px;
    bottom: 10px;
    min-width: 34px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #edf2f7;
    color: #1f5fbf;
    font: 800 13px/1 Inter, "Segoe UI", Arial, sans-serif;
    text-align: center;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.12);
}

.hs-pos-cari-tool {
    grid-template-columns: 34px minmax(0, 1fr) 42px;
}

.hs-pos-cari-tool .hs-search-results {
    position: absolute;
    z-index: 50;
    top: 96px;
    left: 0;
    width: 320px;
    max-height: 280px;
    overflow: auto;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(2, 8, 23, 0.22);
}

.hs-pos-cari-tool .hs-search-results button {
    width: 100%;
    min-height: 54px;
    justify-content: flex-start;
    border: 0;
    border-bottom: 1px solid #edf2f7;
    border-radius: 0;
    background: #ffffff;
    color: #061327;
    text-align: left;
}

.hs-pos-customer-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
}

.hs-pos-customer-card i {
    grid-row: span 2;
    color: #061327;
    font-size: 34px;
}

.hs-pos-customer-card span,
.hs-pos-sale-no span,
.hs-pos-toggle span {
    color: #061327;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-pos-customer-card strong {
    min-width: 0;
    overflow: hidden;
    color: #061327;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-pos-toggle {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 7px;
    padding: 8px;
}

.hs-pos-toggle input {
    appearance: none;
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #d4dce8;
    box-shadow: inset 0 0 0 2px #c8d2df;
}

.hs-pos-toggle input::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 3px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.2);
}

.hs-pos-toggle input:checked {
    background: #28a84a;
}

.hs-pos-toggle input:checked::before {
    transform: translateX(20px);
}

.hs-pos-toggle em {
    color: #061327;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.hs-pos-sale-no {
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 0 18px;
}

.hs-pos-sale-no strong {
    color: #061327;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: 0;
}

.hs-pos-clock {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
}

.hs-pos-clock i {
    grid-row: span 2;
    color: #061327;
    font-size: 31px;
}

.hs-pos-clock span,
.hs-pos-clock small {
    color: #061327;
    font-size: 13px;
    font-weight: 900;
}

.hs-pos-clock small {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
}

.hs-pos-main {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 8px;
}

.hs-pos-table-panel,
.hs-pos-summary-card,
.hs-pos-payment-mini,
.hs-pos-complete {
    border-radius: 8px;
}

.hs-pos-table-panel {
    min-height: 0;
    overflow: auto;
    border: 1px solid #d9e1ec;
    background: #ffffff;
}

.hs-pos-table {
    min-width: 980px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    color: #061327;
    font-size: 14px;
}

.hs-pos-table thead {
    position: sticky;
    z-index: 2;
    top: 0;
    background: #08264d;
}

.hs-pos-table th {
    height: 56px;
    padding: 10px 12px;
    border-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-pos-table td {
    height: 58px;
    padding: 8px 12px;
    border-bottom: 1px solid #dce3ec;
    color: #061327;
    font-size: 14px;
    font-weight: 750;
}

.hs-pos-table th:nth-child(1),
.hs-pos-table td:nth-child(1) {
    width: 58px;
    text-align: center;
}

.hs-pos-table th:nth-child(2),
.hs-pos-table td:nth-child(2) {
    width: 160px;
}

.hs-pos-table th:nth-child(3),
.hs-pos-table td:nth-child(3) {
    width: 120px;
}

.hs-pos-table th:nth-child(4),
.hs-pos-table td:nth-child(4) {
    width: auto;
}

.hs-pos-table th:nth-child(5),
.hs-pos-table td:nth-child(5) {
    width: 128px;
}

.hs-pos-table th:nth-child(6),
.hs-pos-table td:nth-child(6),
.hs-pos-table th:nth-child(7),
.hs-pos-table td:nth-child(7),
.hs-pos-table th:nth-child(8),
.hs-pos-table td:nth-child(8),
.hs-pos-table th:nth-child(9),
.hs-pos-table td:nth-child(9) {
    width: 108px;
}

.hs-pos-table .hs-empty-row td {
    height: 360px;
    color: #64748b;
    font-size: 16px;
    text-align: center;
}

.hs-pos-table .hs-icon-button {
    width: 36px;
    height: 36px;
    border: 1px solid #e5edf6;
    border-radius: 7px;
    background: #ffffff;
    color: #ff1f1f;
}

.hs-pos-table .hs-qty-control {
    grid-template-columns: 28px 54px 28px;
    border-color: #d5deea;
}

.hs-pos-table .hs-qty-control button {
    width: 28px;
    height: 28px;
}

.hs-pos-table .hs-qty-control span {
    min-height: 28px;
}

.hs-pos-summary {
    min-height: 0;
    display: grid;
    grid-template-rows: 44px auto minmax(88px, 1fr) 104px auto;
    gap: 8px;
}

.hs-pos-summary h2 {
    margin: 0;
    align-self: end;
    color: #ffffff;
    font-size: 24px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-pos-summary-card,
.hs-pos-payment-mini {
    border: 1px solid #d9e1ec;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.16);
}

.hs-pos-summary-card {
    padding: 24px 24px 18px;
}

.hs-pos-summary-card .hs-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 22px;
    margin: 0 0 22px;
    border-bottom: 1px solid #e4eaf2;
    color: #061327;
    font-size: 18px;
    font-weight: 850;
}

.hs-pos-summary-card .hs-summary-row strong {
    font-size: 22px;
    font-weight: 950;
}

.hs-pos-summary-card .hs-summary-row.is-discount strong {
    color: #ef1f1f;
}

.hs-pos-summary-card .hs-grand-total {
    margin: 0;
    padding-top: 4px;
    border: 0;
}

.hs-pos-summary-card .hs-grand-total span {
    color: #1763d1;
    font-size: 16px;
    font-weight: 950;
}

.hs-pos-summary-card .hs-grand-total strong {
    color: #061327;
    font-size: clamp(58px, 5vw, 78px);
    line-height: 1;
    letter-spacing: 0;
    text-align: right;
}

.hs-pos-payment-mini {
    min-height: 0;
    display: grid;
    grid-template-rows: 42px minmax(0, 1fr) 30px;
    gap: 8px;
    padding: 10px;
    overflow: hidden;
}

.hs-pos-payment-amount {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border: 1px solid #d9e1ec;
    border-radius: 7px;
    background: #f8fbff;
}

.hs-pos-payment-amount span {
    color: #1763d1;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-pos-payment-amount input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #061327;
    font-size: 18px;
    font-weight: 950;
    text-align: right;
}

.hs-pos-payment-mini .hs-payment-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 6px;
    min-height: 0;
    overflow: auto;
}

.hs-pos-payment-mini .hs-payment-row {
    min-width: 164px;
    height: 36px;
    grid-template-columns: minmax(0, 1fr) auto 26px;
    padding: 0 6px;
}

.hs-pos-payment-mini .hs-payment-placeholder {
    min-width: 100%;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px dashed #cbd5e1;
    border-radius: 7px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.hs-pos-paid-row {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    color: #061327;
    font-size: 12px;
}

.hs-pos-paid-row strong {
    text-align: right;
}

.hs-pos-complete {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 12px;
    min-height: 96px;
    padding: 0 18px;
    border: 8px solid #ffffff;
    background: linear-gradient(135deg, #24a841 0%, #31bf52 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.18);
    cursor: pointer;
}

.hs-pos-complete:disabled {
    opacity: 0.58;
    cursor: not-allowed;
}

.hs-pos-complete kbd {
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: #061327;
    font: 950 17px/1 Inter, "Segoe UI", Arial, sans-serif;
}

.hs-pos-complete span {
    font-size: 20px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-pos-complete i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: #24a841;
    font-size: 28px;
}

.hs-pos-actions {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    gap: 8px;
}

.hs-action-tile {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    padding: 12px 8px 10px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 950;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(2, 8, 23, 0.18);
    cursor: pointer;
}

.hs-sales-app .hs-action-tile.hs-payment-type {
    min-height: 0;
    display: grid;
    padding: 12px 8px 10px;
    border: 0;
    background: var(--tile-bg);
    color: #ffffff;
}

.hs-action-tile:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hs-action-tile kbd {
    position: absolute;
    top: 10px;
    left: 12px;
    color: rgba(255, 255, 255, 0.92);
    font: 950 19px/1 Inter, "Segoe UI", Arial, sans-serif;
}

.hs-action-tile i {
    margin-top: 18px;
    color: #ffffff !important;
    font-size: 36px;
}

.hs-action-tile span {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.hs-action-tile.is-green { --tile-bg: linear-gradient(135deg, #2da653, #38b75d); background: var(--tile-bg); }
.hs-action-tile.is-blue { --tile-bg: linear-gradient(135deg, #1071c9, #1995e7); background: var(--tile-bg); }
.hs-action-tile.is-teal { --tile-bg: linear-gradient(135deg, #138f96, #24a6aa); background: var(--tile-bg); }
.hs-action-tile.is-orange { --tile-bg: linear-gradient(135deg, #f27822, #ff9832); background: var(--tile-bg); }
.hs-action-tile.is-purple { --tile-bg: linear-gradient(135deg, #7b4fb2, #9b66c9); background: var(--tile-bg); }
.hs-action-tile.is-pink { --tile-bg: linear-gradient(135deg, #e63872, #f0528d); background: var(--tile-bg); }
.hs-action-tile.is-yellow { --tile-bg: linear-gradient(135deg, #d4a400, #e6bf17); background: var(--tile-bg); }
.hs-action-tile.is-red { --tile-bg: linear-gradient(135deg, #df332b, #f04d45); background: var(--tile-bg); }
.hs-action-tile.is-slate { --tile-bg: linear-gradient(135deg, #6b7788, #8792a4); background: var(--tile-bg); }
.hs-action-tile.is-dark { --tile-bg: linear-gradient(135deg, #1d2738, #334155); background: var(--tile-bg); }

.hs-pos-footer {
    min-height: 0;
    display: grid;
    grid-template-rows: 30px minmax(0, 1fr);
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
    color: #061327;
    overflow: hidden;
}

.hs-shortcut-help {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 14px;
    border-bottom: 1px solid #e4eaf2;
    white-space: nowrap;
    overflow: hidden;
}

.hs-shortcut-help strong,
.hs-shortcut-help span {
    color: #061327;
    font-size: 12px;
}

.hs-shortcut-help strong,
.hs-shortcut-help b {
    font-weight: 950;
}

.hs-status-strip {
    min-height: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 14px;
    white-space: nowrap;
    overflow: auto;
}

.hs-status-strip span,
.hs-status-strip button,
.hs-status-strip a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    border: 0;
    background: transparent;
    color: #061327;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.hs-status-strip > span:not(:first-child) {
    padding-left: 16px;
    border-left: 1px solid #d9e1ec;
}

.hs-status-strip .is-online i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #27ad4b;
}

.hs-status-strip button,
.hs-status-strip a {
    cursor: pointer;
}

.hs-customer-display-page {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: 220px minmax(0, 1fr) 170px;
    gap: 18px;
    padding: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 18%, rgba(37, 99, 235, 0.48), transparent 36%),
        linear-gradient(150deg, #082b63 0%, #061b3c 56%, #031127 100%);
    color: #ffffff;
}

.hs-customer-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
}

.hs-customer-brand strong {
    color: #66caff;
    font-size: 38px;
    letter-spacing: 0;
}

.hs-customer-brand strong span {
    color: #ffffff;
}

.hs-customer-brand small {
    display: block;
    margin-top: 8px;
    color: #b9d8ff;
    font-size: 15px;
    font-weight: 850;
    text-transform: uppercase;
}

.hs-customer-welcome {
    text-align: right;
}

.hs-customer-welcome h1 {
    margin: 0;
    font-size: clamp(48px, 6vw, 86px);
    line-height: 1;
    font-weight: 950;
}

.hs-customer-welcome p {
    margin: 12px 0 0;
    color: #dbeafe;
    font-size: 28px;
    font-weight: 700;
}

.hs-customer-live {
    min-height: 0;
    display: grid;
    grid-template-rows: 56px minmax(0, 1fr);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    color: #061327;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.26);
}

.hs-customer-live-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-customer-live ul {
    min-height: 0;
    margin: 0;
    padding: 18px 28px;
    overflow: auto;
    list-style: none;
}

.hs-customer-live li {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #eef2f7;
    font-size: 28px;
    font-weight: 850;
}

.hs-customer-live li small {
    margin-left: 12px;
    color: #64748b;
    font-size: 18px;
}

.hs-customer-live-total {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 0 34px;
    border-radius: 12px;
    background: #0b63e5;
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.26);
}

.hs-customer-live-total span {
    color: #dbeafe;
    font-size: 28px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-customer-live-total strong {
    color: #ffffff;
    font-size: clamp(64px, 9vw, 128px);
    line-height: 1;
    font-weight: 950;
    text-align: right;
}

@media (max-height: 850px) {
    .hs-sales-app {
        grid-template-rows: 82px minmax(0, 1fr) 104px 64px;
    }

    .hs-pos-header {
        grid-template-columns: 112px minmax(290px, 1fr) 118px 142px 168px 100px 128px 160px;
    }

    .hs-pos-brand strong {
        font-size: 21px;
    }

    .hs-pos-barcode > i {
        font-size: 32px;
    }

    .hs-pos-barcode input {
        font-size: 17px;
    }

    .hs-pos-tool {
        padding: 0 10px;
    }

    .hs-pos-tool i {
        font-size: 24px;
    }

    .hs-pos-summary-card {
        padding: 18px 18px 14px;
    }

    .hs-pos-summary-card .hs-summary-row {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 15px;
    }

    .hs-pos-summary-card .hs-grand-total strong {
        font-size: 50px;
    }

    .hs-pos-complete {
        min-height: 82px;
        border-width: 6px;
    }

    .hs-action-tile {
        gap: 7px;
        padding: 8px 6px;
    }

    .hs-action-tile i {
        margin-top: 18px;
        font-size: 28px;
    }

    .hs-action-tile span {
        font-size: 11px;
    }
}

/* Hibrit düzen: 1. görsel ana tasarım, 2. görselden seçili POS kısayolları */
.hs-sales-app {
    grid-template-rows: 72px minmax(0, 1fr) 86px;
    gap: 8px;
    padding: 8px;
    overflow: hidden;
    background: #eef3f8;
    color: #111827;
}

.hs-hybrid-header {
    min-height: 0;
    display: grid;
    grid-template-columns: 126px 170px 160px 190px 150px 126px 128px 102px 82px 168px;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    border: 1px solid #d7dee8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.hs-hybrid-header .hs-header-card,
.hs-hybrid-header .hs-user-chip,
.hs-hybrid-header .hs-header-action {
    min-width: 0;
    height: 100%;
    padding: 0 10px;
    border: 0;
    border-right: 1px solid #e5eaf1;
}

.hs-hybrid-header .hs-header-action {
    display: grid;
    place-items: center;
    gap: 3px;
    color: #1f2937;
    text-decoration: none;
}

.hs-hybrid-header .hs-header-action i {
    font-size: 18px;
}

.hs-hybrid-header .hs-header-action span {
    margin: 0;
    font-size: 10px;
    text-align: center;
}

.hs-hybrid-header .hs-display-link {
    color: #0b63e5;
    font-weight: 850;
}

.hs-hybrid-header .hs-user-chip {
    border-right: 0;
}

.hs-brand-card {
    display: grid;
    align-content: center;
    gap: 4px;
}

.hs-brand-card strong {
    color: #0b63e5;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
}

.hs-brand-card strong span {
    color: #111827;
}

.hs-brand-card small {
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-sale-no-card {
    display: grid;
    align-content: center;
    gap: 5px;
}

.hs-sale-no-card span {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-sale-no-card strong {
    color: #111827;
    font-size: 18px;
    font-weight: 950;
}

.hs-hybrid-body {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(760px, 1fr) 372px;
    gap: 8px;
}

.hs-hybrid-left,
.hs-hybrid-right {
    min-height: 0;
    display: grid;
    gap: 8px;
}

.hs-hybrid-left {
    grid-template-rows: 116px minmax(0, 1fr) 154px 62px;
}

.hs-hybrid-right {
    grid-template-rows: 176px 76px minmax(0, 1fr) 188px;
}

.hs-hybrid-body .hs-scan-panel,
.hs-hybrid-body .hs-sale-table-panel,
.hs-hybrid-body .hs-products-strip,
.hs-hybrid-body .hs-cart-actions,
.hs-hybrid-body .hs-total-panel,
.hs-hybrid-body .hs-payment-panel,
.hs-hybrid-bottom,
.hs-hybrid-status {
    border: 1px solid #d7dee8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.hs-hybrid-body .hs-scan-panel {
    grid-template-rows: 62px 36px;
    gap: 8px;
    padding: 8px;
}

.hs-hybrid-body .hs-barcode-box {
    min-height: 62px;
    grid-template-columns: 58px minmax(0, 1fr) 40px;
    border-color: #1463ff;
}

.hs-hybrid-body .hs-barcode-box > i {
    font-size: 28px;
}

.hs-hybrid-body .hs-barcode-box input {
    font-size: 21px;
}

.hs-hybrid-body .hs-quick-actions {
    gap: 7px;
}

.hs-hybrid-body .hs-quick-actions button,
.hs-hybrid-body .hs-cari-inline,
.hs-hybrid-body .hs-cari-toggle {
    min-width: auto;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #1f2937;
    font-size: 12px;
    font-weight: 850;
}

.hs-hybrid-body .hs-quick-actions kbd {
    min-width: 28px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #edf2ff;
    color: #0b63e5;
    font: 900 11px/1 Inter, "Segoe UI", Arial, sans-serif;
}

.hs-hybrid-body .hs-cari-inline {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hs-hybrid-body .hs-cari-inline input[type="text"] {
    width: 104px;
}

.hs-cari-toggle {
    display: inline-grid;
    grid-template-columns: auto 36px auto;
    align-items: center;
    gap: 7px;
}

.hs-cari-toggle input {
    appearance: none;
    width: 36px;
    height: 20px;
    border-radius: 999px;
    background: #d8e0ea;
}

.hs-cari-toggle input::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.22);
}

.hs-cari-toggle input:checked {
    background: #46bf63;
}

.hs-cari-toggle input:checked::before {
    transform: translateX(16px);
}

.hs-cari-toggle em {
    font-style: normal;
    font-size: 11px;
    color: #475569;
}

.hs-hybrid-table {
    min-width: 900px;
}

.hs-hybrid-table th,
.hs-hybrid-table td {
    height: 48px;
    padding: 6px 8px;
}

.hs-hybrid-table th {
    font-size: 11px;
}

.hs-hybrid-table th:nth-child(1),
.hs-hybrid-table td:nth-child(1) {
    width: 42px;
}

.hs-hybrid-table th:nth-child(2),
.hs-hybrid-table td:nth-child(2) {
    width: 66px;
}

.hs-hybrid-table th:nth-child(4),
.hs-hybrid-table td:nth-child(4) {
    width: 122px;
}

.hs-hybrid-table th:nth-child(5),
.hs-hybrid-table td:nth-child(5),
.hs-hybrid-table th:nth-child(6),
.hs-hybrid-table td:nth-child(6),
.hs-hybrid-table th:nth-child(7),
.hs-hybrid-table td:nth-child(7),
.hs-hybrid-table th:nth-child(8),
.hs-hybrid-table td:nth-child(8) {
    width: 92px;
}

.hs-hybrid-table th:nth-child(9),
.hs-hybrid-table td:nth-child(9) {
    width: 62px;
}

.hs-hybrid-table .hs-line-image {
    width: 38px;
    height: 38px;
}

.hs-hybrid-body .hs-qty-control {
    grid-template-columns: 28px 52px 28px;
}

.hs-hybrid-body .hs-qty-control button {
    width: 28px;
    height: 28px;
}

.hs-hybrid-body .hs-qty-control span {
    display: grid;
    place-items: center;
    min-height: 28px;
    line-height: 1.05;
}

.hs-hybrid-body .hs-qty-control span small {
    margin: 0;
    font-size: 9px;
}

.hs-hybrid-body .hs-products-strip {
    position: relative;
    grid-template-rows: 38px minmax(0, 1fr);
}

.hs-hybrid-body .hs-tabs button {
    font-size: 12px;
}

.hs-hybrid-body .hs-product-grid {
    grid-auto-columns: minmax(104px, 1fr);
    gap: 8px;
    padding: 8px 42px 8px 8px;
}

.hs-hybrid-body .hs-product-card {
    min-width: 104px;
    min-height: 100px;
    gap: 3px;
}

.hs-hybrid-body .hs-product-card .hs-product-image {
    width: 50px;
    height: 34px;
}

.hs-hybrid-body .hs-product-card strong,
.hs-hybrid-body .hs-product-card .hs-product-price {
    max-width: 92px;
    font-size: 11px;
}

.hs-hybrid-body .hs-product-card em {
    bottom: 6px;
    width: 20px;
    height: 20px;
}

.hs-hybrid-body .hs-product-next {
    position: absolute;
    right: 8px;
    bottom: 44px;
    width: 31px;
    height: 46px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.hs-hybrid-body .hs-cart-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 7px;
}

.hs-hybrid-body .hs-cart-list,
.hs-hybrid-body .hs-ticket-actions {
    gap: 6px;
    min-width: 0;
}

.hs-hybrid-body .hs-cart-list {
    overflow-x: auto;
}

.hs-hybrid-body .hs-cart-list button,
.hs-hybrid-body .hs-ticket-actions button {
    min-width: 72px;
    min-height: 48px;
    padding: 5px 8px;
    font-size: 11px;
}

.hs-hybrid-body .hs-ticket-actions button {
    min-width: 70px;
}

.hs-hybrid-body .hs-total-panel {
    padding: 14px 16px;
}

.hs-hybrid-body .hs-total-panel .hs-summary-row {
    margin-bottom: 8px;
    font-size: 14px;
}

.hs-hybrid-body .hs-total-panel .hs-summary-row strong {
    font-size: 15px;
}

.hs-hybrid-body .hs-grand-total {
    margin-top: 8px;
    padding-top: 10px;
}

.hs-hybrid-body .hs-grand-total span {
    font-size: 12px;
}

.hs-hybrid-body .hs-grand-total strong {
    font-size: clamp(36px, 3.6vw, 52px);
}

.hs-hybrid-complete {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 50px;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #24a841 0%, #31bf52 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    cursor: pointer;
}

.hs-hybrid-complete:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hs-hybrid-complete kbd {
    height: 30px;
    display: grid;
    place-items: center;
    margin-left: 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font: 950 15px/1 Inter, "Segoe UI", Arial, sans-serif;
}

.hs-hybrid-complete span {
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-hybrid-complete i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: #24a841;
    font-size: 21px;
}

.hs-hybrid-body .hs-payment-panel {
    min-height: 0;
    padding: 10px;
    overflow: auto;
}

.hs-hybrid-body .hs-payment-amount {
    height: 38px;
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 0 10px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fbff;
}

.hs-hybrid-body .hs-payment-amount span {
    color: #0b63e5;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-hybrid-body .hs-payment-amount input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font-size: 17px;
    font-weight: 900;
    text-align: right;
}

.hs-hybrid-body .hs-payment-types {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.hs-hybrid-body .hs-payment-type {
    min-height: 50px;
    display: grid;
    place-items: center;
    gap: 3px;
    padding: 7px;
    border-radius: 8px;
}

.hs-hybrid-body .hs-payment-type i {
    font-size: 19px;
}

.hs-hybrid-body .hs-payment-type span {
    font-size: 10px;
}

.hs-hybrid-body .hs-payment-type:disabled {
    opacity: 0.46;
    cursor: not-allowed;
}

.hs-hybrid-body .hs-payment-type.is-cash i { color: #46bf63; }
.hs-hybrid-body .hs-payment-type.is-card i { color: #1463ff; }
.hs-hybrid-body .hs-payment-type.is-qr i { color: #b832ff; }
.hs-hybrid-body .hs-payment-type.is-bank i { color: #1c63c7; }
.hs-hybrid-body .hs-payment-type.is-fast i { color: #3eba57; }
.hs-hybrid-body .hs-payment-type.is-account i { color: #f59e0b; }
.hs-hybrid-body .hs-payment-type.is-meal i { color: #ff2d73; }
.hs-hybrid-body .hs-payment-type.is-cheque i { color: #20b9a6; }
.hs-hybrid-body .hs-payment-type.is-gift i { color: #8b35e8; }

.hs-hybrid-body .hs-keypad {
    gap: 7px;
}

.hs-hybrid-body .hs-keypad button {
    min-height: 38px;
    border-radius: 8px;
    font-size: 19px;
}

.hs-hybrid-body .hs-keypad .hs-key-cancel,
.hs-hybrid-body .hs-keypad .hs-key-enter {
    min-height: 48px;
    font-size: 14px;
}

.hs-hybrid-actions {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    gap: 8px;
}

.hs-hybrid-actions .hs-action-tile {
    min-height: 0;
    gap: 6px;
    padding: 8px 6px;
    border-radius: 8px;
}

.hs-sales-app .hs-hybrid-actions .hs-action-tile.hs-payment-type {
    min-height: 0;
    padding: 8px 6px;
}

.hs-hybrid-actions .hs-action-tile kbd {
    top: 8px;
    left: 10px;
    font-size: 16px;
}

.hs-hybrid-actions .hs-action-tile i {
    margin-top: 18px;
    font-size: 28px;
}

.hs-hybrid-actions .hs-action-tile span {
    font-size: 11px;
}

.hs-hybrid-bottom {
    grid-template-columns: minmax(340px, 1fr) 112px 180px 180px;
    gap: 8px;
    padding: 8px 12px;
}

.hs-hybrid-bottom h3 {
    margin-bottom: 5px;
    font-size: 12px;
}

.hs-hybrid-bottom .hs-add-payment {
    height: 48px;
}

.hs-hybrid-bottom .hs-bottom-total {
    min-height: 50px;
}

.hs-hybrid-bottom .hs-bottom-total strong {
    font-size: 21px;
}

.hs-hybrid-status {
    grid-template-rows: 26px minmax(0, 1fr);
}

.hs-hybrid-status .hs-shortcut-help {
    gap: 14px;
}

.hs-hybrid-status .hs-shortcut-help strong,
.hs-hybrid-status .hs-shortcut-help span,
.hs-hybrid-status .hs-status-strip span,
.hs-hybrid-status .hs-status-strip button,
.hs-hybrid-status .hs-status-strip a {
    font-size: 11px;
}

@media (max-height: 850px) {
    .hs-sales-app {
        grid-template-rows: 62px minmax(0, 1fr) 72px;
        gap: 7px;
        padding: 7px;
    }

    .hs-hybrid-header {
        grid-template-columns: 110px 150px 140px 170px 132px 108px 110px 88px 70px 148px;
        gap: 6px;
        padding: 6px;
    }

    .hs-hybrid-header .hs-header-card,
    .hs-hybrid-header .hs-user-chip,
    .hs-hybrid-header .hs-header-action {
        padding: 0 7px;
    }

    .hs-brand-card strong {
        font-size: 18px;
    }

    .hs-hybrid-left {
        grid-template-rows: 100px minmax(0, 1fr) 132px 54px;
        gap: 7px;
    }

    .hs-hybrid-right {
        grid-template-rows: 142px 62px minmax(0, 1fr) 148px;
        gap: 7px;
    }

    .hs-hybrid-body .hs-scan-panel {
        grid-template-rows: 52px 34px;
        gap: 6px;
        padding: 6px;
    }

    .hs-hybrid-body .hs-barcode-box {
        min-height: 52px;
    }

    .hs-hybrid-body .hs-barcode-box input {
        font-size: 18px;
    }

    .hs-hybrid-table th,
    .hs-hybrid-table td {
        height: 42px;
        padding: 5px 7px;
    }

    .hs-hybrid-body .hs-products-strip {
        grid-template-rows: 32px minmax(0, 1fr);
    }

    .hs-hybrid-body .hs-product-card {
        min-height: 88px;
    }

    .hs-hybrid-body .hs-product-card .hs-product-image {
        width: 42px;
        height: 28px;
    }

    .hs-hybrid-body .hs-cart-list button,
    .hs-hybrid-body .hs-ticket-actions button {
        min-height: 40px;
    }

    .hs-hybrid-body .hs-total-panel {
        padding: 10px 14px;
    }

    .hs-hybrid-body .hs-total-panel .hs-summary-row {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .hs-hybrid-body .hs-grand-total strong {
        font-size: 32px;
    }

    .hs-hybrid-body .hs-payment-type {
        min-height: 40px;
    }

    .hs-hybrid-body .hs-keypad button {
        min-height: 32px;
        font-size: 17px;
    }

    .hs-hybrid-body .hs-keypad .hs-key-cancel,
    .hs-hybrid-body .hs-keypad .hs-key-enter {
        min-height: 38px;
        font-size: 12px;
    }

    .hs-hybrid-actions .hs-action-tile i {
        margin-top: 16px;
        font-size: 23px;
    }

    .hs-hybrid-actions .hs-action-tile span {
        font-size: 10px;
    }
}

/* Kasa ekranı nihai sadeleştirme: 1. görsel ana düzen, 2. görselden kompakt kısayollar */
html,
body.hs-standalone-body {
    width: 100%;
    height: 100%;
}

body.hs-standalone-body {
    margin: 0;
    min-width: 1180px;
    overflow: hidden;
    background: #edf3fa;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.hs-sales-app[data-hs-screen] {
    --hs-blue: #1266e3;
    --hs-blue-dark: #0a54c9;
    --hs-green: #38b24a;
    --hs-orange: #f26b21;
    --hs-red: #ef3434;
    --hs-text: #0f172a;
    --hs-muted: #64748b;
    --hs-line: #d9e2ef;
    --hs-soft: #f6f9fd;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(340px, 22vw, 410px);
    grid-template-rows: 64px minmax(0, 1fr);
    gap: 6px;
    padding: 8px;
    overflow: hidden;
    background: #edf3fa;
    color: var(--hs-text);
}

@supports (height: 100dvh) {
    .hs-sales-app[data-hs-screen] {
        height: 100dvh;
    }
}

.hs-sales-app[data-hs-screen] button,
.hs-sales-app[data-hs-screen] input,
.hs-sales-app[data-hs-screen] select,
.hs-sales-app[data-hs-screen] textarea {
    font-family: inherit;
}

.hs-sales-app[data-hs-screen] .hs-inline-form {
    display: contents;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header {
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
    z-index: 60;
    display: grid;
    grid-template-columns: 136px repeat(4, minmax(118px, 1fr)) 88px 86px 70px minmax(168px, 0.95fr);
    align-items: stretch;
    gap: 6px;
    min-height: 0;
    padding: 6px;
    overflow: visible;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-header-card,
.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-user-chip,
.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-user-menu,
.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-header-action {
    min-width: 0;
    min-height: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    overflow: hidden;
    border: 0;
    border-right: 1px solid #e7edf5;
    border-radius: 0;
    background: transparent;
    color: var(--hs-text);
    text-decoration: none;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-header-action {
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-user-chip {
    justify-content: flex-end;
    border-right: 0;
    cursor: pointer;
    appearance: none;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-user-menu {
    position: relative;
    padding: 0;
    overflow: visible;
    border-right: 0;
}

.hs-sales-app[data-hs-screen] .hs-user-menu .hs-user-chip {
    width: 100%;
    justify-content: stretch;
    gap: 9px;
    padding: 0 10px;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.hs-sales-app[data-hs-screen] .hs-user-menu.is-open .hs-user-chip > i {
    transform: rotate(180deg);
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown[hidden] {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown {
    position: absolute;
    z-index: 90;
    top: calc(100% + 8px);
    right: 0;
    width: 268px;
    display: grid;
    gap: 5px;
    padding: 10px;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown-head {
    display: grid;
    gap: 2px;
    padding: 4px 4px 8px;
    border-bottom: 1px solid #e7edf5;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown-head strong {
    color: var(--hs-text);
    font-size: 14px;
    font-weight: 950;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown-head span {
    color: var(--hs-muted);
    font-size: 12px;
    font-weight: 800;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown-meta {
    display: grid;
    gap: 6px;
    padding: 6px 4px 8px;
    border-bottom: 1px solid #e7edf5;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown-meta span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--hs-text);
    font-size: 12px;
    font-weight: 850;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown-meta b {
    color: var(--hs-muted);
    font-weight: 850;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown-meta .is-online {
    justify-content: flex-start;
    color: #22a64b;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown-meta .is-online i {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22a64b;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown button,
.hs-sales-app[data-hs-screen] .hs-user-dropdown a {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 8px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--hs-text);
    font-size: 12px;
    font-weight: 850;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-user-dropdown button:hover,
.hs-sales-app[data-hs-screen] .hs-user-dropdown a:hover {
    background: #f3f7fc;
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-brand-card {
    display: grid;
    align-content: center;
    gap: 3px;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-brand-card {
    display: grid;
    grid-template-rows: auto auto;
    align-content: center;
    justify-items: start;
    gap: 4px;
    padding: 0 10px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-brand-card strong {
    color: var(--hs-blue);
    font-size: 17px;
    line-height: 1;
    font-weight: 950;
}

.hs-sales-app[data-hs-screen] .hs-brand-card strong span {
    color: var(--hs-text);
}

.hs-sales-app[data-hs-screen] .hs-brand-card small,
.hs-sales-app[data-hs-screen] .hs-header-card small,
.hs-sales-app[data-hs-screen] .hs-user-chip small,
.hs-sales-app[data-hs-screen] .hs-header-action span {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: var(--hs-muted);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-header-card strong,
.hs-sales-app[data-hs-screen] .hs-user-chip strong,
.hs-sales-app[data-hs-screen] .hs-sale-no-card strong {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: var(--hs-text);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-brand-card strong {
    display: block;
    min-width: 0;
    overflow: visible;
    color: var(--hs-blue);
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
    text-overflow: clip;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-brand-card strong span {
    color: var(--hs-text);
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-brand-card small {
    display: block;
    min-width: 0;
    overflow: visible;
    color: #334155;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.15;
    text-overflow: clip;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-header-icon,
.hs-sales-app[data-hs-screen] .hs-user-chip > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eaf2ff;
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-avatar {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    overflow: hidden;
    border-radius: 8px;
    background: #eaf2ff;
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-text {
    min-width: 0;
    flex: 1 1 auto;
    display: grid;
    align-content: center;
    gap: 2px;
    width: auto;
    height: auto;
    place-items: stretch;
    border-radius: 0;
    background: transparent;
    color: inherit;
}

.hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-text strong,
.hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-text small {
    display: block;
    min-width: 0;
    overflow: hidden;
    line-height: 1.12;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-text strong {
    color: var(--hs-text);
    font-size: 13px;
    font-weight: 900;
}

.hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-text small {
    color: var(--hs-muted);
    font-size: 11px;
    font-weight: 750;
}

.hs-sales-app[data-hs-screen] .hs-session-pill {
    padding: 0 10px;
    border: 1px solid #d6f2df;
    border-radius: 8px;
    background: #fbfffc;
}

.hs-sales-app[data-hs-screen] .hs-session-pill.is-open strong,
.hs-sales-app[data-hs-screen] .hs-session-pill.is-open .hs-header-icon {
    color: #22a64b;
}

.hs-sales-app[data-hs-screen] .hs-sale-no-card {
    align-content: center;
    gap: 2px;
}

.hs-sales-app[data-hs-screen] .hs-sale-no-card span {
    color: var(--hs-muted);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-header-action i {
    color: var(--hs-blue);
    font-size: 18px;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-header-action b {
    position: absolute;
    top: 7px;
    right: 18px;
    left: auto;
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--hs-blue);
    color: #ffffff;
    font-size: 10px;
}

.hs-sales-app[data-hs-screen] .hs-user-chip > i {
    margin-left: auto;
    color: var(--hs-text);
    font-size: 12px;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-body {
    display: contents;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-left,
.hs-sales-app[data-hs-screen] .hs-hybrid-right {
    min-width: 0;
    min-height: 0;
    display: grid;
    gap: 6px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-left {
    grid-column: 1;
    grid-row: 2;
    --hs-products-strip-height: 188px;
    grid-template-rows: 64px minmax(0, 1fr) var(--hs-products-strip-height);
}

.hs-sales-app[data-hs-screen] .hs-hybrid-right {
    grid-column: 2;
    grid-row: 2;
    grid-template-rows: 69px minmax(176px, 1fr) auto max-content 70px;
}

.hs-sales-app[data-hs-screen] .hs-scan-panel,
.hs-sales-app[data-hs-screen] .hs-sale-table-panel,
.hs-sales-app[data-hs-screen] .hs-products-strip,
.hs-sales-app[data-hs-screen] .hs-cart-actions,
.hs-sales-app[data-hs-screen] .hs-total-panel,
.hs-sales-app[data-hs-screen] .hs-payment-panel,
.hs-sales-app[data-hs-screen] .hs-keypad,
.hs-sales-app[data-hs-screen] .hs-right-action-row,
.hs-sales-app[data-hs-screen] .hs-hybrid-bottom,
.hs-sales-app[data-hs-screen] .hs-hybrid-status {
    min-width: 0;
    min-height: 0;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.hs-sales-app[data-hs-screen] .hs-cart-list,
.hs-sales-app[data-hs-screen] .hs-payment-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hs-sales-app[data-hs-screen] .hs-cart-list::-webkit-scrollbar,
.hs-sales-app[data-hs-screen] .hs-payment-list::-webkit-scrollbar {
    display: none;
}

.hs-sales-app[data-hs-screen] .hs-scan-panel {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(460px, 0.56fr) minmax(300px, 0.44fr);
    grid-template-rows: minmax(0, 1fr);
    gap: 6px;
    padding: 6px;
    overflow: visible;
}

.hs-sales-app[data-hs-screen] .hs-barcode-box {
    min-height: 0;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 32px 36px;
    align-items: center;
    border: 2px solid var(--hs-blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(18, 102, 227, 0.09);
}

.hs-sales-app[data-hs-screen] .hs-barcode-box > i {
    color: #334155;
    font-size: 24px;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-barcode-box input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--hs-text);
    background: transparent;
    font-size: 18px;
    font-weight: 550;
}

.hs-sales-app[data-hs-screen] .hs-barcode-box input::placeholder {
    color: #9aa4b2;
}

.hs-sales-app[data-hs-screen] .hs-barcode-box button {
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: var(--hs-muted);
    font-size: 18px;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-barcode-box .hs-stock-picker-button {
    width: 34px;
    height: 34px;
    border-left: 1px solid #d9e3f0;
    color: #0f62ce;
    font-size: 16px;
}

.hs-sales-app[data-hs-screen] .hs-barcode-box .hs-stock-picker-button:hover {
    color: #ffffff;
    background: #0f62ce;
}

.hs-sales-app[data-hs-screen] .hs-quick-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    overflow: visible;
}

.hs-sales-app[data-hs-screen] .hs-quick-actions button,
.hs-sales-app[data-hs-screen] .hs-cari-inline,
.hs-sales-app[data-hs-screen] .hs-cari-toggle {
    min-width: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--hs-text);
    font-size: 12px;
    font-weight: 850;
    overflow: hidden;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-cari-inline {
    position: relative;
    justify-content: flex-start;
}

.hs-sales-app[data-hs-screen] .hs-cari-inline input[type="text"] {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--hs-text);
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    text-overflow: ellipsis;
}

.hs-sales-app[data-hs-screen] .hs-cari-inline .hs-cari-picker-button {
    min-width: 26px;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #edf2ff;
    color: var(--hs-blue);
    font-size: 13px;
    flex: 0 0 26px;
}

.hs-sales-app[data-hs-screen] .hs-cari-inline .hs-search-results {
    position: absolute;
    z-index: 70;
    top: 38px;
    left: 0;
    width: 320px;
    max-height: 280px;
    overflow: auto;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
}

.hs-sales-app[data-hs-screen] .hs-quick-actions kbd {
    min-width: 28px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #eaf2ff;
    color: var(--hs-blue);
    font: 900 11px/1 Inter, "Segoe UI", Arial, sans-serif;
}

.hs-sales-app[data-hs-screen] .hs-cari-toggle {
    display: grid;
    grid-template-columns: auto 36px auto;
}

.hs-sales-app[data-hs-screen] .hs-cari-toggle input {
    appearance: none;
    width: 36px;
    height: 20px;
    border-radius: 999px;
    background: #d9e2ef;
}

.hs-sales-app[data-hs-screen] .hs-cari-toggle input::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
}

.hs-sales-app[data-hs-screen] .hs-cari-toggle input:checked {
    background: var(--hs-green);
}

.hs-sales-app[data-hs-screen] .hs-cari-toggle input:checked::before {
    transform: translateX(16px);
}

.hs-sales-app[data-hs-screen] .hs-cari-toggle em {
    color: var(--hs-muted);
    font-size: 11px;
    font-style: normal;
}

.hs-sales-app[data-hs-screen] .hs-sale-table-panel {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-width: auto;
    scrollbar-color: #9fb0c5 #eef4fb;
    --hs-sale-scroll-track-top: 48px;
    --hs-sale-scroll-track-height: 120px;
    --hs-sale-scroll-thumb-height: 44px;
    --hs-sale-scroll-thumb-top: 48px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table-panel::-webkit-scrollbar {
    display: block !important;
    width: 13px;
    height: 13px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table-panel::-webkit-scrollbar-track {
    border-radius: 0 8px 8px 0;
    background: #eef4fb;
}

.hs-sales-app[data-hs-screen] .hs-sale-table-panel::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #9fb0c5;
    border: 3px solid #eef4fb;
}

.hs-sales-app[data-hs-screen] .hs-sale-table-panel.has-visible-scroll::before,
.hs-sales-app[data-hs-screen] .hs-sale-table-panel.has-visible-scroll::after {
    content: none;
    display: none;
}

.hs-sales-app[data-hs-screen] .hs-sale-table-panel.has-visible-scroll::before {
    top: var(--hs-sale-scroll-track-top);
    height: var(--hs-sale-scroll-track-height);
    background: rgba(226, 235, 246, 0.95);
}

.hs-sales-app[data-hs-screen] .hs-sale-table-panel.has-visible-scroll::after {
    top: var(--hs-sale-scroll-thumb-top);
    height: var(--hs-sale-scroll-thumb-height);
    background: #5f738d;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.2);
}

.hs-sales-app[data-hs-screen] .hs-sale-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    color: var(--hs-text);
    font-size: 12px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table thead {
    position: sticky;
    z-index: 3;
    top: 0;
    background: #f8fbff;
}

.hs-sales-app[data-hs-screen] .hs-sale-table th,
.hs-sales-app[data-hs-screen] .hs-sale-table td {
    height: 42px;
    padding: 5px 8px;
    border-bottom: 1px solid #e5ebf3;
    vertical-align: middle;
}

.hs-sales-app[data-hs-screen] .hs-sale-table th {
    color: #26364c;
    font-size: 11px;
    font-weight: 900;
    text-align: left;
}

.hs-sales-app[data-hs-screen] .hs-sale-table th:nth-child(1),
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(1) {
    width: 38px;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-sale-table th:nth-child(2),
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(2) {
    width: 58px;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-sale-table th:nth-child(4),
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(4) {
    width: 118px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table th:nth-child(5),
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(5),
.hs-sales-app[data-hs-screen] .hs-sale-table th:nth-child(6),
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(6),
.hs-sales-app[data-hs-screen] .hs-sale-table th:nth-child(8),
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(8) {
    width: 94px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table th:nth-child(7),
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(7) {
    width: 76px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table th:nth-child(9),
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(9) {
    width: 58px;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-sale-table.has-no-discount th:nth-child(6),
.hs-sales-app[data-hs-screen] .hs-sale-table.has-no-discount td:nth-child(6) {
    width: 76px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table.has-no-discount th:nth-child(7),
.hs-sales-app[data-hs-screen] .hs-sale-table.has-no-discount td:nth-child(7) {
    width: 94px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table.has-no-discount th:nth-child(8),
.hs-sales-app[data-hs-screen] .hs-sale-table.has-no-discount td:nth-child(8) {
    width: 58px;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(3) strong,
.hs-sales-app[data-hs-screen] .hs-sale-table td:nth-child(3) small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-sale-table td strong {
    font-weight: 900;
}

.hs-sales-app[data-hs-screen] .hs-sale-table td small {
    margin-top: 2px;
    color: var(--hs-muted);
    font-size: 11px;
}

.hs-sales-app[data-hs-screen] .hs-sale-table .hs-empty-row td {
    height: 170px;
    color: var(--hs-muted);
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}

.hs-sales-app[data-hs-screen] .hs-line-image {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f1f5fb;
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-line-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-sales-app[data-hs-screen] .hs-line-image img + i,
.hs-sales-app[data-hs-screen] .hs-product-card .hs-product-image img + i {
    display: none;
}

.hs-sales-app[data-hs-screen] .hs-line-image.is-missing i,
.hs-sales-app[data-hs-screen] .hs-product-card .hs-product-image.is-missing i {
    display: grid;
    place-items: center;
}

.hs-sales-app[data-hs-screen] .hs-qty-control {
    display: inline-grid;
    grid-template-columns: 28px 54px 28px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--hs-line);
    border-radius: 7px;
    background: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-qty-control button {
    width: 28px;
    height: 28px;
    border: 0;
    background: #f6f9fd;
    color: var(--hs-text);
    font-size: 16px;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-qty-control span {
    min-height: 28px;
    display: grid;
    place-items: center;
    color: var(--hs-text);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.05;
}

.hs-sales-app[data-hs-screen] .hs-qty-control span small {
    margin: 0;
    color: var(--hs-muted);
    font-size: 9px;
}

.hs-sales-app[data-hs-screen] .hs-action-col .hs-icon-button {
    width: 34px;
    height: 34px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fff1f2;
    color: var(--hs-red);
}

.hs-sales-app[data-hs-screen] .hs-action-col .hs-icon-button:disabled {
    border-color: #d9e2ef;
    background: #f8fafc;
    color: var(--hs-muted);
    cursor: not-allowed;
}

.hs-sales-app[data-hs-screen] .hs-line-num-input {
    width: 92px;
    max-width: 100%;
    height: 30px;
    border: 1px solid var(--hs-line);
    border-radius: 7px;
    background: #ffffff;
    color: var(--hs-ink);
    font: inherit;
    font-weight: 800;
    text-align: right;
    padding: 0 8px;
    outline: none;
}

.hs-sales-app[data-hs-screen] .hs-line-num-input:focus {
    border-color: #3b67f6;
    box-shadow: 0 0 0 3px rgba(59, 103, 246, .14);
}

.hs-sales-app[data-hs-screen] .hs-line-num-input.is-rate {
    width: 68px;
    font-size: 11px;
    font-weight: 700;
}

.hs-sales-app[data-hs-screen] .hs-line-discount-inputs {
    display: grid;
    justify-items: end;
    gap: 4px;
}

.hs-sales-app[data-hs-screen] .hs-products-strip {
    position: relative;
    --hs-product-card-width: 124px;
    --hs-product-card-height: 124px;
    display: grid;
    grid-template-rows: 34px 7px minmax(0, 1fr);
    overflow: visible;
}

.hs-sales-app[data-hs-screen] .hs-sale-products-resizer {
    position: absolute;
    z-index: 18;
    top: -18px;
    left: 8px;
    right: 8px;
    height: 28px;
    display: grid;
    place-items: center;
    cursor: row-resize;
    touch-action: none;
}

.hs-sales-app[data-hs-screen] .hs-resizer-rail {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent 0%, #c7d3e3 8%, #aebed2 50%, #c7d3e3 92%, transparent 100%);
    box-shadow: 0 1px 0 #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-resizer-thumb {
    position: relative;
    min-width: 106px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #bfcee1;
    border-radius: 999px;
    background: #ffffff;
    color: #1266e3;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14), 0 0 0 3px rgba(18, 102, 227, 0.06);
    transition: transform 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
}

.hs-sales-app[data-hs-screen] .hs-resizer-thumb i {
    font-size: 10px;
    line-height: 1;
}

.hs-sales-app[data-hs-screen] .hs-resizer-thumb .fa-grip-lines {
    color: #64748b;
    font-size: 13px;
}

.hs-sales-app[data-hs-screen] .hs-sale-products-resizer:hover .hs-resizer-thumb,
.hs-sales-app[data-hs-screen] .hs-sale-products-resizer:focus-visible .hs-resizer-thumb,
body.hs-resizing-products .hs-sales-app[data-hs-screen] .hs-resizer-thumb {
    transform: translateY(-1px);
    border-color: var(--hs-blue);
    box-shadow: 0 10px 22px rgba(18, 102, 227, 0.22), 0 0 0 4px rgba(18, 102, 227, 0.1);
}

.hs-sales-app[data-hs-screen] .hs-sale-products-resizer:focus-visible {
    outline: 2px solid rgba(18, 102, 227, 0.22);
    outline-offset: 2px;
}

body.hs-resizing-products,
body.hs-resizing-products * {
    cursor: row-resize !important;
    user-select: none !important;
}

.hs-sales-app[data-hs-screen] .hs-tabs {
    grid-row: 1;
    height: 34px;
    min-height: 34px;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-tab-splitter {
    grid-row: 2;
    position: relative;
    display: grid;
    place-items: center;
    border-top: 1px solid #edf2f8;
    border-bottom: 1px solid #d9e2ef;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.hs-sales-app[data-hs-screen] .hs-tab-splitter::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
}

.hs-sales-app[data-hs-screen] .hs-tabs button {
    position: relative;
    min-width: 0;
    height: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: #ffffff;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-tabs button.is-active {
    border-bottom-color: var(--hs-blue);
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-note-tab-panel.is-active {
    padding: 7px 9px;
}

.hs-sales-app[data-hs-screen] .hs-note-tab-panel .hs-sale-note-field {
    min-width: 0;
    min-height: 0;
    height: 100%;
    display: grid;
    grid-template-rows: 20px minmax(0, 1fr);
    gap: 6px;
}

.hs-sales-app[data-hs-screen] .hs-note-tab-panel .hs-sale-note-field span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--hs-blue);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-note-tab-panel .hs-sale-note-field i {
    color: var(--hs-blue);
    font-size: 14px;
}

.hs-sales-app[data-hs-screen] .hs-note-tab-panel .hs-sale-note-field textarea {
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 8px 10px;
    border: 1px solid #d6e1ef;
    border-radius: 7px;
    outline: 0;
    resize: vertical;
    background: #ffffff;
    color: var(--hs-text);
    font: 750 12px/1.35 Inter, "Segoe UI", Arial, sans-serif;
    overflow: auto;
}

.hs-sales-app[data-hs-screen] .hs-note-tab-panel .hs-sale-note-field textarea:focus {
    border-color: var(--hs-blue);
    box-shadow: 0 0 0 3px rgba(18, 102, 227, 0.1);
}

.hs-sales-app[data-hs-screen] .hs-note-tab-panel .hs-sale-note-field textarea::placeholder {
    color: #8da0b8;
}

.hs-sales-app[data-hs-screen] .hs-tab-panel {
    grid-row: 3;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-tab-panel[hidden] {
    display: none;
}

.hs-sales-app[data-hs-screen] .hs-tab-panel.is-active {
    display: grid;
}

.hs-sales-app[data-hs-screen] .hs-tab-panel[data-hs-tab-panel="cok-satanlar"].is-active {
    position: relative;
    grid-template-rows: minmax(0, 1fr);
}

.hs-sales-app[data-hs-screen] .hs-cart-tab-panel.is-active {
    grid-template-rows: minmax(0, 1fr);
    padding: 8px;
}

.hs-sales-app[data-hs-screen] .hs-cart-tab-panel .hs-cart-list {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(116px, 1fr));
    grid-auto-rows: minmax(58px, auto);
    align-content: start;
    gap: 8px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hs-sales-app[data-hs-screen] .hs-cart-tab-panel .hs-cart-list button {
    min-width: 0;
    height: auto;
    min-height: 58px;
}

.hs-sales-app[data-hs-screen] .hs-tab-placeholder {
    place-items: center;
    gap: 8px;
    color: var(--hs-muted);
    font-size: 13px;
    font-weight: 800;
}

.hs-sales-app[data-hs-screen] .hs-tab-placeholder i {
    color: var(--hs-blue);
    font-size: 22px;
}

.hs-sales-app[data-hs-screen] .hs-product-grid {
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--hs-product-card-width);
    grid-template-rows: var(--hs-product-card-height);
    grid-auto-rows: var(--hs-product-card-height);
    gap: 7px;
    min-height: 0;
    align-content: start;
    justify-content: start;
    padding: 8px 52px 8px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #9fb0c5 #eef4fb;
}

.hs-sales-app[data-hs-screen] .hs-tab-panel:has(> .hs-product-grid) {
    overflow-y: hidden;
}

.hs-sales-app[data-hs-screen] .hs-tab-panel:has(> .hs-product-grid) .hs-product-grid {
    overflow-y: hidden;
}

.hs-sales-app[data-hs-screen] .hs-products-strip.is-two-row-products .hs-product-grid {
    grid-template-rows: repeat(2, var(--hs-product-card-height));
}

.hs-sales-app[data-hs-screen] .hs-product-grid::-webkit-scrollbar {
    display: block;
    width: 8px;
    height: 8px;
}

.hs-sales-app[data-hs-screen] .hs-product-grid::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #eef4fb;
}

.hs-sales-app[data-hs-screen] .hs-product-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #9fb0c5;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
    grid-template-rows: 24px minmax(0, 1fr);
    gap: 4px;
    padding: 5px 8px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-head {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-head strong {
    color: var(--hs-blue);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-add-payment {
    height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px dashed #b8c4d4;
    border-radius: 7px;
    background: #ffffff;
    color: #475569;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-totals {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.hs-sales-app[data-hs-screen] .hs-product-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 72px minmax(28px, 1fr);
    justify-items: stretch;
    align-content: start;
    gap: 4px;
    overflow: hidden;
    padding: 8px;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--hs-text);
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
    transition: border-color 0.14s ease, box-shadow 0.14s ease, transform 0.14s ease;
}

.hs-sales-app[data-hs-screen] .hs-product-card:hover {
    border-color: rgba(29, 110, 207, 0.58);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.hs-sales-app[data-hs-screen] .hs-product-card .hs-product-image {
    width: 100%;
    height: 72px;
    display: grid;
    place-items: center;
    align-self: start;
    overflow: hidden;
    border: 1px solid #e4ebf4;
    border-radius: 7px;
    background: #f5f8fc;
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hs-sales-app[data-hs-screen] .hs-product-card strong,
.hs-sales-app[data-hs-screen] .hs-product-card .hs-product-price {
    overflow: hidden;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-product-card strong {
    display: -webkit-box;
    min-width: 0;
    min-height: 22px;
    align-self: center;
    color: var(--hs-text);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hs-sales-app[data-hs-screen] .hs-product-card .hs-product-price {
    min-width: 0;
    justify-self: center;
    max-width: 100%;
    padding: 1px 7px;
    border-radius: 999px;
    background: #eef8f0;
    color: #17803c;
    font-size: 11px;
    font-weight: 950;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-product-card em {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--hs-blue);
    color: #ffffff;
    font-size: 11px;
    font-style: normal;
    box-shadow: 0 6px 14px rgba(29, 110, 207, 0.26);
}

.hs-sales-app[data-hs-screen] .hs-empty-products {
    width: 100%;
    min-width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--hs-muted);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-empty-products i {
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-product-scroll-button {
    display: none;
    position: absolute;
    z-index: 6;
    top: 50%;
    width: 34px;
    height: 48px;
    place-items: center;
    border: 1px solid #cfdced;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--hs-blue);
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
    transform: translateY(-50%);
}

.hs-sales-app[data-hs-screen] .hs-product-prev {
    left: 10px;
}

.hs-sales-app[data-hs-screen] .hs-product-next {
    right: 10px;
}

.hs-sales-app[data-hs-screen] .hs-products-strip.has-scroll-left .hs-product-prev:not([hidden]),
.hs-sales-app[data-hs-screen] .hs-products-strip.has-scroll-right .hs-product-next:not([hidden]) {
    display: grid;
}

.hs-sales-app[data-hs-screen] .hs-cart-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 6px;
    padding: 6px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-cart-list,
.hs-sales-app[data-hs-screen] .hs-ticket-actions {
    min-width: 0;
    display: flex;
    gap: 6px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-cart-list {
    overflow-x: auto;
}

.hs-sales-app[data-hs-screen] .hs-cart-list button,
.hs-sales-app[data-hs-screen] .hs-ticket-actions button {
    min-width: 74px;
    min-height: 0;
    height: 44px;
    display: grid;
    place-items: center;
    gap: 2px;
    padding: 4px 8px;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--hs-text);
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-cart-list button.is-active {
    border-color: var(--hs-blue);
    background: var(--hs-blue);
    color: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-cart-list button.has-held-cart:not(.is-active) {
    border-color: #8fb4ff;
    background: #eef5ff;
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-cart-list button.has-current-sale {
    border-color: #39b96b;
    background: #eafbf1;
    color: #087a3a;
}

.hs-sales-app[data-hs-screen] .hs-cart-list button.is-active.has-current-sale {
    border-color: #25a95d;
    background: #2fbf6a;
    color: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-cart-list .is-dashed {
    border-style: dashed;
    color: var(--hs-muted);
}

.hs-sales-app[data-hs-screen] .hs-ticket-actions button {
    min-width: 84px;
    color: var(--hs-blue);
}

.hs-sales-app[data-hs-screen] .hs-ticket-actions button:nth-child(2) {
    color: var(--hs-orange);
}

.hs-sales-app[data-hs-screen] .hs-ticket-actions button:nth-child(3) {
    color: #22a64b;
}

.hs-sales-app[data-hs-screen] .hs-ticket-actions button:nth-child(4) {
    color: #d98200;
}

.hs-sales-app[data-hs-screen] .hs-total-panel {
    grid-row: 4;
    display: grid;
    grid-template-rows: 22px 22px 22px minmax(82px, 1fr);
    align-content: stretch;
    gap: 7px;
    padding: 16px 16px 12px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-total-panel .hs-summary-row {
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--hs-text);
    font-size: 14px;
    font-weight: 750;
}

.hs-sales-app[data-hs-screen] .hs-total-panel .hs-summary-row strong {
    color: var(--hs-text);
    font-size: 15px;
    font-weight: 900;
    text-align: right;
}

.hs-sales-app[data-hs-screen] .hs-total-panel .hs-summary-row.is-discount strong {
    color: var(--hs-orange);
}

.hs-sales-app[data-hs-screen] .hs-grand-total {
    min-height: 74px;
    display: block;
    margin-top: 4px;
    padding: 10px 0 0;
    border: 0;
    border-top: 1px solid #e5ebf3;
    border-radius: 0;
    background: transparent;
    color: var(--hs-blue);
    box-shadow: none;
}

.hs-sales-app[data-hs-screen] .hs-grand-total span {
    display: block;
    color: var(--hs-blue);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-grand-total strong {
    display: block;
    margin-top: 2px;
    color: var(--hs-blue);
    font-size: clamp(34px, 3.1vw, 48px);
    line-height: 1.05;
    font-weight: 950;
    text-align: right;
}

.hs-sales-app[data-hs-screen] #hsIbanBox[hidden],
.hs-sales-app[data-hs-screen] [data-copy-iban][hidden] {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-hidden-summary {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-complete-actions {
    grid-row: 5;
    min-height: 0;
    height: 66px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
    gap: 6px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-complete-side-action {
    min-width: 0;
    min-height: 0;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) 18px;
    align-items: center;
    justify-items: center;
    gap: 2px;
    padding: 7px 5px 6px;
    border: 1px solid #d8e2ef;
    border-radius: 8px;
    background: #f8fbff;
    color: #334155;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-complete-side-action:hover {
    border-color: #b7c8dc;
    background: #eef6ff;
}

.hs-sales-app[data-hs-screen] .hs-complete-side-action i {
    color: var(--hs-blue);
    font-size: 21px;
}

.hs-sales-app[data-hs-screen] .hs-complete-side-action.is-invoice i {
    color: #334155;
}

.hs-sales-app[data-hs-screen] .hs-complete-side-action span {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #1f2a3b;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-complete {
    grid-row: 4;
    min-height: 0;
    height: 66px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    grid-template-rows: 26px minmax(0, 1fr);
    align-items: center;
    gap: 2px 7px;
    padding: 6px 9px 7px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #2ead45 0%, #3cc655 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-complete-actions .hs-hybrid-complete {
    grid-row: auto;
    width: 100%;
    height: 100%;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-complete:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-complete kbd {
    grid-column: 1;
    grid-row: 1;
    width: 32px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: var(--hs-text);
    font: 950 12px/1 Inter, "Segoe UI", Arial, sans-serif;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-complete span {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 950;
    text-align: center;
    text-transform: uppercase;
    text-overflow: clip;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-complete i {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 32px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: #28a946;
    font-size: 16px;
}

.hs-sales-app[data-hs-screen] .hs-payment-panel {
    position: relative;
    grid-row: 3;
    display: grid;
    grid-template-rows: 22px 34px auto auto;
    gap: 6px;
    padding: 8px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-panel-title {
    margin: 0;
    color: var(--hs-blue);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-payment-amount {
    min-height: 0;
    height: 34px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0 9px;
    border: 1px solid #98e2ad;
    border-radius: 8px;
    background: #f2fff6;
}

.hs-sales-app[data-hs-screen] .hs-payment-amount span {
    color: #16a34a;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-payment-amount input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #12813a;
    font-size: 17px;
    font-weight: 950;
    text-align: right;
}

.hs-sales-app[data-hs-screen] .hs-payment-campaign-actions {
    min-height: 38px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 6px;
}

.hs-sales-app[data-hs-screen] .hs-payment-types {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 52px;
    align-content: start;
    gap: 6px;
}

.hs-sales-app[data-hs-screen] .hs-payment-types.is-empty {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-sales-app[data-hs-screen] .hs-payment-types-empty {
    width: 100%;
    min-height: 96px;
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px dashed #bfd2f3;
    border-radius: 8px;
    background: #f7faff;
    color: #55709d;
    font-size: 12px;
    font-weight: 750;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-payment-types-empty i {
    color: var(--hs-blue);
    font-size: 20px;
}

.hs-sales-app[data-hs-screen] .hs-payment-type {
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    gap: 2px;
    padding: 5px 4px;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--hs-text);
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-payment-type i {
    font-size: 18px;
}

.hs-sales-app[data-hs-screen] .hs-payment-type span {
    max-width: 100%;
    overflow: hidden;
    color: var(--hs-text);
    font-size: 10px;
    font-weight: 850;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-payment-type.is-active {
    border-color: var(--hs-blue);
    box-shadow: 0 0 0 3px rgba(18, 102, 227, 0.12);
}

.hs-sales-app[data-hs-screen] .hs-payment-type:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.hs-sales-app[data-hs-screen] .hs-payment-type.is-cash i { color: #46bf63; }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-card i { color: var(--hs-blue); }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-qr i { color: #a93dff; }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-bank i { color: #1c63c7; }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-fast i { color: #35ad4f; }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-account i { color: #f59e0b; }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-meal i { color: #ff2d73; }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-cheque i { color: #20b9a6; }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-gift i { color: #8b35e8; }
.hs-sales-app[data-hs-screen] .hs-payment-type.is-custom i { color: #64748b; }

.hs-sales-app[data-hs-screen] .hs-coupon-button {
    min-width: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid #c7d8ff;
    border-radius: 10px;
    background: #eef5ff;
    color: #1f54c8;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-coupon-button i {
    font-size: 15px;
}

.hs-sales-app[data-hs-screen] .hs-coupon-button:hover {
    border-color: #94b7ff;
    background: #e4efff;
}

.hs-sales-app[data-hs-screen] .hs-campaign-button {
    border-color: #c8e6d5;
    background: #f0fff7;
    color: #087f45;
}

.hs-sales-app[data-hs-screen] .hs-campaign-button:hover {
    border-color: #86d4aa;
    background: #e7fbef;
}

.hs-sales-app[data-hs-screen] .hs-iban-box {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 18px;
    background: rgba(15, 23, 42, 0.45);
}

.hs-sales-app[data-hs-screen] .hs-iban-box[hidden] {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-iban-dialog {
    width: min(520px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 12px;
    padding: 16px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.26);
}

.hs-sales-app[data-hs-screen] .hs-iban-head {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hs-sales-app[data-hs-screen] .hs-iban-head span {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: #dbeafe;
    color: #0f4f9a;
    font-size: 17px;
}

.hs-sales-app[data-hs-screen] .hs-iban-head strong {
    color: var(--hs-text);
    font-size: 17px;
    font-weight: 950;
}

.hs-sales-app[data-hs-screen] .hs-iban-details {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.hs-sales-app[data-hs-screen] .hs-iban-details > div {
    min-width: 0;
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-iban-details span,
.hs-sales-app[data-hs-screen] .hs-iban-qr span {
    color: #5f7492;
    font-size: 10px;
    font-weight: 850;
}

.hs-sales-app[data-hs-screen] .hs-iban-details strong {
    min-width: 0;
    overflow: hidden;
    color: var(--hs-text);
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-iban-qr {
    display: grid;
    place-items: center;
    gap: 3px;
    padding: 5px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-iban-qr[hidden] {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-iban-qr img {
    width: 88px;
    height: 88px;
    padding: 4px;
    border-radius: 6px;
    background: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-iban-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.hs-sales-app[data-hs-screen] .hs-iban-box .hs-secondary-button,
.hs-sales-app[data-hs-screen] .hs-iban-box .hs-primary-button {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #ffffff;
    color: #0f3f80;
    font-size: 12px;
    font-weight: 850;
}

.hs-sales-app[data-hs-screen] .hs-iban-box .hs-primary-button {
    border-color: var(--hs-blue);
    background: var(--hs-blue);
    color: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-value-check-box {
    position: fixed;
    inset: 0;
    z-index: 1210;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 18px;
    background: rgba(15, 23, 42, 0.45);
}

.hs-sales-app[data-hs-screen] .hs-value-check-box[hidden] {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-value-check-dialog {
    width: min(500px, calc(100vw - 32px));
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid #ddd6fe;
    border-radius: 8px;
    background: #fbfaff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.26);
}

.hs-sales-app[data-hs-screen] .hs-value-check-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hs-sales-app[data-hs-screen] .hs-value-check-head > span {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: #ede9fe;
    color: #7c3aed;
    font-size: 17px;
}

.hs-sales-app[data-hs-screen] .hs-value-check-head strong {
    display: block;
    color: var(--hs-text);
    font-size: 17px;
    font-weight: 950;
}

.hs-sales-app[data-hs-screen] .hs-value-check-head small {
    display: block;
    margin-top: 2px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 750;
}

.hs-sales-app[data-hs-screen] .hs-value-check-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.hs-sales-app[data-hs-screen] .hs-value-check-summary > div {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 9px 10px;
    border: 1px solid #e9d5ff;
    border-radius: 8px;
    background: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-value-check-summary span,
.hs-sales-app[data-hs-screen] .hs-value-check-code span {
    color: #6b5f92;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-value-check-summary strong {
    min-width: 0;
    overflow: hidden;
    color: var(--hs-text);
    font-size: 17px;
    font-weight: 950;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-value-check-summary > div:last-child strong {
    color: #16a34a;
}

.hs-sales-app[data-hs-screen] .hs-value-check-code {
    display: grid;
    gap: 5px;
    margin: 0;
}

.hs-sales-app[data-hs-screen] .hs-value-check-code input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #c4b5fd;
    border-radius: 8px;
    outline: 0;
    background: #ffffff;
    color: var(--hs-text);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-value-check-code input:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.hs-sales-app[data-hs-screen] .hs-value-check-message {
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 750;
}

.hs-sales-app[data-hs-screen] .hs-value-check-message.is-error {
    border-color: #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.hs-sales-app[data-hs-screen] .hs-value-check-message[hidden] {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-value-check-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.hs-sales-app[data-hs-screen] .hs-value-check-box .hs-secondary-button,
.hs-sales-app[data-hs-screen] .hs-value-check-box .hs-primary-button {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #ddd6fe;
    border-radius: 8px;
    background: #ffffff;
    color: #4c1d95;
    font-size: 12px;
    font-weight: 850;
}

.hs-sales-app[data-hs-screen] .hs-value-check-box .hs-primary-button {
    border-color: #7c3aed;
    background: #7c3aed;
    color: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-value-check-box button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hs-sales-app[data-hs-screen] .hs-campaign-dialog {
    width: min(640px, calc(100vw - 32px));
}

.hs-sales-app[data-hs-screen] .hs-campaign-list {
    min-height: 120px;
    max-height: min(42vh, 360px);
    display: grid;
    align-content: start;
    gap: 8px;
    overflow: auto;
    padding-right: 2px;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option,
.hs-sales-app[data-hs-screen] .hs-campaign-empty {
    min-width: 0;
    width: 100%;
    border: 1px solid #e6def8;
    border-radius: 8px;
    background: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: var(--hs-text);
    text-align: left;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option:hover,
.hs-sales-app[data-hs-screen] .hs-campaign-option.is-selected {
    border-color: #7c3aed;
    background: #f5f1ff;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option[disabled] {
    opacity: 0.64;
    cursor: not-allowed;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option-icon {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: #eef5ff;
    color: #1f54c8;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option.is-applicable .hs-campaign-option-icon {
    background: #ecfdf3;
    color: #0f8b4d;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option-title {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option-title strong {
    overflow: hidden;
    color: var(--hs-text);
    font-size: 13px;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option-title small {
    overflow: hidden;
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-campaign-option-amount {
    color: #0f8b4d;
    font-size: 13px;
    font-weight: 950;
    text-align: right;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-campaign-empty {
    min-height: 120px;
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 14px;
    color: #64748b;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.hs-sales-app[data-hs-screen] .hs-campaign-empty i {
    color: #7c3aed;
    font-size: 22px;
}

.hs-sales-app[data-hs-screen] .hs-right-action-row {
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-right-action-row button {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    grid-template-rows: 14px minmax(0, 1fr);
    align-items: center;
    column-gap: 6px;
    row-gap: 2px;
    padding: 7px 7px 7px 6px;
    border: 0;
    border-radius: 7px;
    background: var(--tile-bg);
    color: #ffffff;
    box-shadow: 0 5px 12px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-right-action-row button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hs-sales-app[data-hs-screen] .hs-right-action-row button.is-purple { --tile-bg: linear-gradient(135deg, #7b4fb2, #9b66c9); }
.hs-sales-app[data-hs-screen] .hs-right-action-row button.is-pink { --tile-bg: linear-gradient(135deg, #e63872, #f0528d); }
.hs-sales-app[data-hs-screen] .hs-right-action-row button.is-yellow { --tile-bg: linear-gradient(135deg, #c99400, #e2b912); }
.hs-sales-app[data-hs-screen] .hs-right-action-row button.is-red { --tile-bg: linear-gradient(135deg, #df332b, #f04d45); }

.hs-sales-app[data-hs-screen] .hs-right-action-row kbd {
    position: static;
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    justify-self: center;
    color: rgba(255, 255, 255, 0.9);
    font: 800 9px/1 Inter, "Segoe UI", Arial, sans-serif;
}

.hs-sales-app[data-hs-screen] .hs-right-action-row i {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    color: #ffffff;
    font-size: 16px;
}

.hs-sales-app[data-hs-screen] .hs-right-action-row span {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    min-width: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 9px;
    font-weight: 850;
    line-height: 1.05;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: normal;
}

.hs-sales-app[data-hs-screen] .hs-keypad {
    grid-row: 2;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr)) minmax(0, 0.5fr);
    grid-auto-rows: minmax(0, 0.5fr);
    gap: 6px;
    padding: 8px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-keypad button {
    min-width: 0;
    min-height: 0;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: var(--hs-text);
    font-size: 19px;
    font-weight: 950;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-keypad .hs-key-danger {
    color: var(--hs-red);
}

.hs-sales-app[data-hs-screen] .hs-keypad .hs-key-cancel,
.hs-sales-app[data-hs-screen] .hs-keypad .hs-key-enter {
    grid-column: span 2;
    font-size: 13px;
}

.hs-sales-app[data-hs-screen] .hs-keypad .hs-key-cancel {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: var(--hs-red);
}

.hs-sales-app[data-hs-screen] .hs-keypad .hs-key-enter {
    background: var(--hs-blue);
    color: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-keypad .hs-key-price-view {
    grid-column: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #cfe1ff;
    background: #f5f9ff;
    color: var(--hs-blue);
    font-size: 13px;
}

.hs-sales-app[data-hs-screen] .hs-keypad .hs-key-price-view:hover {
    background: #eaf2ff;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-actions {
    grid-column: 1;
    grid-row: 3;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 6px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile,
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.hs-payment-type {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: 16px minmax(0, 1fr) 18px;
    align-items: center;
    justify-items: center;
    gap: 2px;
    padding: 5px 7px 6px;
    border: 0;
    border-radius: 8px;
    background: var(--tile-bg);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.12);
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-green { --tile-bg: linear-gradient(135deg, #2da653, #38b75d); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-blue { --tile-bg: linear-gradient(135deg, #1071c9, #1995e7); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-teal { --tile-bg: linear-gradient(135deg, #138f96, #24a6aa); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-orange { --tile-bg: linear-gradient(135deg, #f27822, #ff9832); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-purple { --tile-bg: linear-gradient(135deg, #7b4fb2, #9b66c9); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-pink { --tile-bg: linear-gradient(135deg, #e63872, #f0528d); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-yellow { --tile-bg: linear-gradient(135deg, #d4a400, #e6bf17); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-red { --tile-bg: linear-gradient(135deg, #df332b, #f04d45); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-slate { --tile-bg: linear-gradient(135deg, #6b7788, #8792a4); }
.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.is-dark { --tile-bg: linear-gradient(135deg, #1d2738, #334155); }

.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile kbd {
    position: absolute;
    top: 6px;
    left: 8px;
    min-width: 26px;
    color: rgba(255, 255, 255, 0.94);
    font: 700 13px/1 Inter, "Segoe UI", Arial, sans-serif;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile i {
    grid-row: 2;
    margin: 3px 0 0;
    color: #ffffff !important;
    font-size: 22px;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile span {
    grid-row: 3;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.15;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: normal;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-bottom {
    grid-column: 1;
    grid-row: 4;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px 172px 172px;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-bottom h3 {
    margin: 0 0 5px;
    color: var(--hs-blue);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-payment-list {
    min-height: 0;
    height: 36px;
    display: flex;
    gap: 7px;
    overflow-x: auto;
    overflow-y: hidden;
}

.hs-sales-app[data-hs-screen] .hs-payment-placeholder {
    min-width: 220px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: var(--hs-muted);
    font-size: 12px;
    font-weight: 850;
}

.hs-sales-app[data-hs-screen] .hs-payment-row {
    min-width: 174px;
    height: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 26px;
    align-items: center;
    gap: 6px;
    padding: 0 7px;
    border: 1px solid var(--hs-line);
    border-radius: 8px;
    background: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-payment-row strong,
.hs-sales-app[data-hs-screen] .hs-payment-row span {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-payment-row strong {
    display: grid;
    gap: 1px;
}

.hs-sales-app[data-hs-screen] .hs-payment-row small {
    overflow: hidden;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-bottom .hs-add-payment {
    height: 44px;
    border: 1px dashed #b8c4d4;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    font-size: 12px;
    font-weight: 900;
}

.hs-sales-app[data-hs-screen] .hs-bottom-total {
    min-height: 46px;
    display: grid;
    align-content: center;
    gap: 2px;
    padding-left: 16px;
    border-left: 1px solid #e2e8f0;
}

.hs-sales-app[data-hs-screen] .hs-bottom-total span {
    color: var(--hs-blue);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hs-sales-app[data-hs-screen] .hs-bottom-total strong {
    color: var(--hs-blue);
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
}

.hs-sales-app[data-hs-screen] .hs-bottom-total.is-remaining span,
.hs-sales-app[data-hs-screen] .hs-bottom-total.is-remaining strong {
    color: var(--hs-orange);
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-payment-list {
    height: 34px;
    min-height: 0;
    grid-column: 1;
    grid-row: 2;
    align-items: stretch;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-payment-placeholder {
    min-width: 100%;
    height: 100%;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-payment-row {
    height: 34px;
    min-width: 170px;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-payment-tab-totals {
    grid-column: 2;
    grid-row: 2;
    align-items: stretch;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-bottom-total {
    height: 34px;
    min-height: 0;
    gap: 1px;
    padding: 4px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-bottom-total span {
    font-size: 9px;
}

.hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-bottom-total strong {
    font-size: 18px;
    line-height: 1;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-status {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-status .hs-shortcut-help {
    display: none;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-status .hs-status-strip {
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-status .hs-status-strip span,
.hs-sales-app[data-hs-screen] .hs-hybrid-status .hs-status-strip button,
.hs-sales-app[data-hs-screen] .hs-hybrid-status .hs-status-strip a {
    min-height: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--hs-text);
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-status .hs-status-strip button,
.hs-sales-app[data-hs-screen] .hs-hybrid-status .hs-status-strip a {
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-hybrid-status .is-online i {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22a64b;
}

@media (max-height: 850px) {
    .hs-sales-app[data-hs-screen] {
        grid-template-columns: minmax(0, 1fr) clamp(330px, 21vw, 390px);
        grid-template-rows: 56px minmax(0, 1fr);
        gap: 5px;
        padding: 6px;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-header {
        padding: 5px;
        gap: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-brand-card strong {
        font-size: 16px;
    }

    .hs-sales-app[data-hs-screen] .hs-header-icon,
    .hs-sales-app[data-hs-screen] .hs-user-chip > span {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-text {
        width: auto;
        height: auto;
        flex-basis: auto;
    }

    .hs-sales-app[data-hs-screen] .hs-user-chip .hs-user-avatar {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-left {
        --hs-products-strip-height: 163px;
        grid-template-rows: 56px minmax(0, 1fr) var(--hs-products-strip-height);
        gap: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-right {
        grid-template-rows: 60px minmax(150px, 1fr) auto max-content 58px;
        gap: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-right-action-row {
        gap: 5px;
        padding: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-right-action-row button {
        grid-template-columns: 21px minmax(0, 1fr);
        grid-template-rows: 12px minmax(0, 1fr);
        column-gap: 4px;
        row-gap: 1px;
        padding: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-right-action-row i {
        font-size: 13px;
    }

    .hs-sales-app[data-hs-screen] .hs-right-action-row span {
        font-size: 8px;
    }

    .hs-sales-app[data-hs-screen] .hs-right-action-row kbd {
        font-size: 8px;
    }

    .hs-sales-app[data-hs-screen] .hs-scan-panel {
        grid-template-columns: minmax(380px, 0.54fr) minmax(280px, 0.46fr);
        grid-template-rows: minmax(0, 1fr);
        gap: 5px;
        padding: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-barcode-box input {
        font-size: 16px;
    }

    .hs-sales-app[data-hs-screen] .hs-quick-actions button,
    .hs-sales-app[data-hs-screen] .hs-cari-inline,
    .hs-sales-app[data-hs-screen] .hs-cari-toggle {
        font-size: 11px;
    }

    .hs-sales-app[data-hs-screen] .hs-sale-table th,
    .hs-sales-app[data-hs-screen] .hs-sale-table td {
        height: 38px;
        padding: 4px 7px;
    }

    .hs-sales-app[data-hs-screen] .hs-products-strip {
        --hs-product-card-width: 112px;
        --hs-product-card-height: 116px;
        grid-template-rows: 28px 6px minmax(0, 1fr);
    }

    .hs-sales-app[data-hs-screen] .hs-sale-products-resizer {
        top: -16px;
        height: 24px;
    }

    .hs-sales-app[data-hs-screen] .hs-resizer-thumb {
        min-width: 92px;
        height: 21px;
        gap: 7px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-tab-panel {
        grid-template-rows: 20px minmax(0, 1fr);
        gap: 3px;
        padding: 4px 7px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-add-payment {
        height: 22px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-payment-list,
    .hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-payment-row,
    .hs-sales-app[data-hs-screen] .hs-payment-tab-panel .hs-bottom-total {
        height: 32px;
    }

    .hs-sales-app[data-hs-screen] .hs-product-grid {
        gap: 7px;
        padding: 6px 48px 6px 7px;
    }

    .hs-sales-app[data-hs-screen] .hs-product-card {
        grid-template-rows: 66px minmax(28px, 1fr);
        gap: 4px;
        padding: 7px;
    }

    .hs-sales-app[data-hs-screen] .hs-product-card .hs-product-image {
        height: 66px;
    }

    .hs-sales-app[data-hs-screen] .hs-product-card strong {
        min-height: 25px;
        font-size: 11px;
    }

    .hs-sales-app[data-hs-screen] .hs-product-card .hs-product-price {
        font-size: 10px;
    }

    .hs-sales-app[data-hs-screen] .hs-product-card em {
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
    }

    .hs-sales-app[data-hs-screen] .hs-cart-list button,
    .hs-sales-app[data-hs-screen] .hs-ticket-actions button {
        height: 38px;
    }

    .hs-sales-app[data-hs-screen] .hs-total-panel {
        grid-template-rows: 18px 18px 18px minmax(72px, 1fr);
        gap: 5px;
        padding: 10px 12px 8px;
    }

    .hs-sales-app[data-hs-screen] .hs-total-panel .hs-summary-row {
        min-height: 18px;
        margin-bottom: 0;
        font-size: 12px;
    }

    .hs-sales-app[data-hs-screen] .hs-grand-total strong {
        font-size: 32px;
        line-height: 1.04;
    }

    .hs-sales-app[data-hs-screen] .hs-grand-total {
        min-height: 72px;
        margin-top: 1px;
        padding-top: 7px;
    }

    .hs-sales-app[data-hs-screen] .hs-complete-actions {
        height: 58px;
        gap: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-complete {
        height: 58px;
    }

    .hs-sales-app[data-hs-screen] .hs-complete-actions .hs-hybrid-complete {
        height: 100%;
    }

    .hs-sales-app[data-hs-screen] .hs-complete-side-action {
        grid-template-rows: minmax(0, 1fr) 16px;
        padding: 6px 4px 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-complete-side-action i {
        font-size: 18px;
    }

    .hs-sales-app[data-hs-screen] .hs-complete-side-action span {
        font-size: 9px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-panel {
        grid-template-rows: 18px 30px auto auto;
        gap: 5px;
        padding: 6px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-types {
        grid-auto-rows: 44px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-amount {
        height: 30px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-type i {
        font-size: 16px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-type span {
        font-size: 9px;
    }

    .hs-sales-app[data-hs-screen] .hs-keypad {
        gap: 5px;
        padding: 6px;
    }

    .hs-sales-app[data-hs-screen] .hs-keypad button {
        font-size: 17px;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile,
    .hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile.hs-payment-type {
        grid-template-rows: 14px minmax(0, 1fr) 16px;
        gap: 1px;
        padding: 4px 6px 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile i {
        margin-top: 3px;
        font-size: 19px;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile span {
        font-size: 9px;
        font-weight: 650;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-actions .hs-action-tile kbd {
        top: 5px;
        left: 7px;
        font-size: 12px;
        font-weight: 700;
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-bottom {
        grid-template-columns: minmax(0, 1fr) 108px 158px 158px;
        padding: 6px 8px;
    }

    .hs-sales-app[data-hs-screen] .hs-bottom-total strong {
        font-size: 19px;
    }
}

@media (max-width: 1500px) {
    .hs-sales-app[data-hs-screen] .hs-hybrid-header {
        grid-template-columns: 126px repeat(4, minmax(102px, 1fr)) 70px 66px 58px minmax(148px, 0.85fr);
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-header .hs-header-action span {
        display: none;
    }

    .hs-sales-app[data-hs-screen] .hs-quick-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-body {
        display: contents;
    }
}

.is-offline {
    color: #b45309 !important;
}

.is-offline i {
    background: #f59e0b !important;
}

.hs-report-head--actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hs-report-head--actions .hs-secondary-button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 40px;
}

.sbr-grid-group-zone {
    align-items: center;
    background: #f8fafc;
    border: 1px dashed #94a3b8;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
    min-height: 44px;
    padding: 8px 12px;
}

.sbr-group-placeholder,
.sbr-active-groups,
.sbr-group-tag {
    align-items: center;
    display: flex;
    gap: 8px;
}

.sbr-group-tag {
    background: #e0f2fe;
    border-radius: 999px;
    color: #075985;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 9px;
}

.sbr-group-tag button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
}

.sbr-group-row td {
    background: var(--sbr-group-bg, #f8fafc);
    border-left: 3px solid var(--sbr-group-border, #0f766e);
    cursor: pointer;
    font-weight: 700;
}

.hs-report-pagination {
    margin-top: 14px;
}

.hs-list-toolbar {
    align-items: center;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 10px 12px;
}

.hs-list-toolbar__info,
.hs-list-toolbar__actions,
.hs-per-page-form {
    align-items: center;
    display: flex;
}

.hs-list-toolbar__info {
    gap: 5px;
}

.hs-list-toolbar__info > span,
.hs-page-summary {
    color: #64748b;
    font-size: 12px;
    white-space: nowrap;
}

.hs-list-toolbar__info > strong {
    color: #102033;
    font-size: 13px;
}

.hs-list-toolbar__actions {
    gap: 12px;
    justify-content: flex-end;
}

.hs-per-page-form {
    gap: 7px;
}

.hs-per-page-form label {
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.hs-per-page-select {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    color: #1e293b;
    min-height: 34px;
    padding: 0 28px 0 9px;
}

.hs-list-pagination .pagination {
    margin: 0;
}

.hs-terminal-session-filter {
    grid-template-columns:
        minmax(150px, 1fr)
        minmax(170px, 1.15fr)
        minmax(170px, 1.15fr)
        minmax(115px, .7fr)
        minmax(145px, .85fr)
        minmax(145px, .85fr)
        80px;
    margin-bottom: 10px;
    padding: 10px;
}

.hs-terminal-session-filter .hs-filter-field {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr;
}

.hs-terminal-session-filter .hs-filter-field span {
    font-size: 11px;
}

.hs-terminal-session-filter .hs-input {
    max-width: 100%;
    min-height: 34px;
    min-width: 0;
    width: 100%;
}

.hs-terminal-session-filter .hs-filter-actions {
    align-self: end;
    justify-content: flex-end;
    min-width: 80px;
}

.hs-terminal-session-filter .hs-filter-actions .hs-icon-button {
    border-radius: 10px;
    flex: 0 0 34px;
    min-height: 34px;
    min-width: 34px;
    width: 34px;
}

.hs-terminal-session-filter .hs-filter-actions .hs-primary-button {
    background: #0ea5e9;
}

.hs-terminal-session-filter .hs-filter-actions .hs-primary-button:hover {
    background: #0284c7;
    box-shadow: 0 4px 12px rgba(14, 165, 233, .22);
}

.hs-terminal-session-filter .hs-filter-actions .hs-secondary-button {
    background: #fff;
    border-color: #dce5f1;
    color: #475569;
}

.hs-terminal-session-filter .hs-filter-actions .hs-secondary-button:hover {
    background: #f1f5f9;
    color: #102033;
}

.hs-icon-button {
    min-width: 36px;
    padding: 0 !important;
    width: 36px;
}

@media (max-width: 1200px) {
    .hs-terminal-session-filter {
        grid-template-columns: repeat(3, minmax(190px, 1fr)) auto;
    }
}

@media (max-width: 760px) {
    .hs-list-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .hs-list-toolbar__actions {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .hs-terminal-session-filter {
        grid-template-columns: 1fr;
    }
}

.hs-report-page.is-compact [data-report-compact-target],
.report-compact-initial .hs-report-page [data-report-compact-target] {
    display: none !important;
}

@media print {
    .hs-report-head--actions,
    .hs-filter-row,
    .sbr-grid-group-zone,
    .hs-report-pagination {
        display: none !important;
    }
}
.hs-sales-app[data-hs-screen] .hs-approval-tab-panel.is-active {
    display: grid;
    align-items: stretch;
}

.hs-sales-app[data-hs-screen] .hs-approval-card {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 100%;
    padding: 14px;
    border: 1px solid #dbe5f5;
    border-radius: 8px;
    background: #f8fbff;
}

.hs-sales-app[data-hs-screen] .hs-approval-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.hs-sales-app[data-hs-screen] .hs-approval-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #e9f0ff;
    color: #173b84;
    flex: 0 0 auto;
}

.hs-sales-app[data-hs-screen] .hs-approval-main strong {
    display: block;
    color: #071b44;
    font-size: 15px;
}

.hs-sales-app[data-hs-screen] .hs-approval-main small {
    display: block;
    color: #58708f;
    font-size: 12px;
    line-height: 1.35;
}

.hs-sales-app[data-hs-screen] .hs-approval-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(78px, 1fr));
    gap: 8px;
}

.hs-sales-app[data-hs-screen] .hs-approval-metrics span {
    display: grid;
    gap: 4px;
    padding: 8px;
    border: 1px solid #dde7f4;
    border-radius: 8px;
    background: #ffffff;
}

.hs-sales-app[data-hs-screen] .hs-approval-metrics b {
    color: #5d718c;
    font-size: 11px;
    font-weight: 700;
}

.hs-sales-app[data-hs-screen] .hs-approval-metrics strong {
    color: #061a3d;
    font-size: 14px;
}

.hs-sales-app[data-hs-screen] .hs-approval-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 980px) {
    .hs-sales-app[data-hs-screen] .hs-approval-card {
        grid-template-columns: 1fr;
    }

    .hs-sales-app[data-hs-screen] .hs-approval-actions {
        justify-content: stretch;
    }
}

/* Hızlı satış kompakt üst kontrol bandı */
.hs-sales-app[data-hs-screen] .hs-hybrid-left {
    grid-template-rows: 82px minmax(0, 1fr) var(--hs-products-strip-height);
}

.hs-sales-app[data-hs-screen] .hs-hybrid-right {
    grid-template-rows: minmax(224px, 1fr) max-content minmax(126px, auto) 66px;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band {
    display: grid;
    grid-template-columns: minmax(320px, 0.64fr) minmax(300px, 0.36fr);
    gap: 6px;
    height: 100%;
    min-width: 0;
    min-height: 0;
}

.hs-sales-app[data-hs-screen] .hs-scan-controls {
    display: grid;
    grid-template-rows: minmax(0, 1fr) 30px;
    gap: 5px;
    min-width: 0;
    min-height: 0;
}

.hs-sales-app[data-hs-screen] .hs-scan-panel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    padding: 6px;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-barcode-box,
.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-quick-actions {
    min-width: 0;
    min-height: 0;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-barcode-box {
    height: 100%;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-quick-actions {
    height: 30px;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-cari-inline {
    height: 30px;
    min-width: 0;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-cari-inline input[type="text"] {
    width: clamp(150px, 20vw, 250px);
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row {
    grid-row: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row button {
    padding: 7px 6px;
}

.hs-sales-app[data-hs-screen] .hs-keypad {
    grid-row: 1;
}

.hs-sales-app[data-hs-screen] .hs-payment-panel {
    grid-row: 2;
    align-self: start;
    grid-template-rows: 22px 34px auto;
}

.hs-sales-app[data-hs-screen] .hs-total-panel {
    grid-row: 3;
    grid-template-rows: 20px 20px 20px minmax(62px, 1fr);
    gap: 5px;
    padding: 12px 14px 10px;
}

.hs-sales-app[data-hs-screen] .hs-total-panel .hs-summary-row {
    min-height: 20px;
}

.hs-sales-app[data-hs-screen] .hs-grand-total {
    min-height: 62px;
    padding-top: 7px;
}

.hs-sales-app[data-hs-screen] .hs-grand-total strong {
    font-size: clamp(32px, 2.8vw, 44px);
}

.hs-sales-app[data-hs-screen] .hs-complete-actions {
    grid-row: 4;
}

@media (max-height: 850px) {
    .hs-sales-app[data-hs-screen] .hs-hybrid-left {
        grid-template-rows: 74px minmax(0, 1fr) var(--hs-products-strip-height);
    }

    .hs-sales-app[data-hs-screen] .hs-hybrid-right {
        grid-template-rows: minmax(190px, 1fr) max-content minmax(106px, auto) 58px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band {
        grid-template-columns: minmax(300px, 0.63fr) minmax(280px, 0.37fr);
        gap: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-scan-controls {
        grid-template-rows: minmax(0, 1fr) 28px;
        gap: 4px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-quick-actions,
    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-cari-inline {
        height: 28px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row button {
        grid-template-columns: 20px minmax(0, 1fr);
        grid-template-rows: 11px minmax(0, 1fr);
        padding: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row span {
        font-size: 8px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row kbd {
        font-size: 8px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row i {
        font-size: 13px;
    }

    .hs-sales-app[data-hs-screen] .hs-payment-panel {
        grid-template-rows: 18px 30px auto;
    }

    .hs-sales-app[data-hs-screen] .hs-total-panel {
        grid-template-rows: 18px 18px 18px minmax(50px, 1fr);
        padding: 9px 12px 7px;
    }

    .hs-sales-app[data-hs-screen] .hs-grand-total {
        min-height: 50px;
        padding-top: 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-grand-total strong {
        font-size: 30px;
    }
}

/* Hızlı satış üst bant revizyonu: barkod ve müşteri aynı satırda */
.hs-sales-app[data-hs-screen] .hs-hybrid-left {
    grid-template-rows: 64px minmax(0, 1fr) var(--hs-products-strip-height);
}

.hs-sales-app[data-hs-screen] .hs-top-control-band {
    grid-template-columns: minmax(620px, 0.74fr) minmax(244px, 0.26fr);
}

.hs-sales-app[data-hs-screen] .hs-scan-controls {
    grid-template-columns: minmax(320px, 1fr) clamp(240px, 28vw, 380px);
    grid-template-rows: minmax(0, 1fr);
    align-items: stretch;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-barcode-box,
.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-quick-actions,
.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-cari-inline {
    height: 100%;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-quick-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-cari-inline input[type="text"] {
    width: 100%;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row button {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 18px minmax(0, 1fr);
    row-gap: 1px;
    column-gap: 3px;
    padding: 5px 5px;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row i {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    font-size: 16px;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row kbd {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    font-size: 11px;
    font-weight: 900;
}

.hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row span {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    text-align: center;
    font-size: 10px;
    line-height: 1.05;
    white-space: normal;
}

@media (max-height: 850px) {
    .hs-sales-app[data-hs-screen] .hs-hybrid-left {
        grid-template-rows: 58px minmax(0, 1fr) var(--hs-products-strip-height);
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band {
        grid-template-columns: minmax(580px, 0.73fr) minmax(232px, 0.27fr);
    }

    .hs-sales-app[data-hs-screen] .hs-scan-controls {
        grid-template-columns: minmax(300px, 1fr) clamp(230px, 27vw, 360px);
        grid-template-rows: minmax(0, 1fr);
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-quick-actions,
    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-cari-inline {
        height: 100%;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row button {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: 16px minmax(0, 1fr);
        padding: 4px 5px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row i {
        font-size: 15px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row kbd {
        font-size: 10px;
    }

    .hs-sales-app[data-hs-screen] .hs-top-control-band .hs-right-action-row span {
        font-size: 9px;
    }
}

.hs-sales-app[data-hs-screen] .hs-barcode-box {
    position: relative;
}

.hs-sales-app[data-hs-screen] .hs-product-search-results {
    position: absolute;
    z-index: 95;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    max-height: 312px;
    overflow: auto;
    border: 1px solid #cfdced;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
}

.hs-sales-app[data-hs-screen] .hs-product-search-results[hidden] {
    display: none !important;
}

.hs-sales-app[data-hs-screen] .hs-product-search-results button {
    width: 100%;
    min-height: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border: 0;
    border-bottom: 1px solid #edf2f7;
    background: #ffffff;
    color: var(--hs-text);
    text-align: left;
    cursor: pointer;
}

.hs-sales-app[data-hs-screen] .hs-product-search-results button:hover,
.hs-sales-app[data-hs-screen] .hs-product-search-results button.is-active {
    background: #eef5ff;
}

.hs-sales-app[data-hs-screen] .hs-product-search-results span {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.hs-sales-app[data-hs-screen] .hs-product-search-results strong,
.hs-sales-app[data-hs-screen] .hs-product-search-results small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-sales-app[data-hs-screen] .hs-product-search-results strong {
    font-size: 13px;
    font-weight: 900;
}

.hs-sales-app[data-hs-screen] .hs-product-search-results small {
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
}

.hs-sales-app[data-hs-screen] .hs-product-search-results b {
    color: var(--hs-blue);
    font-size: 14px;
    font-weight: 950;
    text-align: right;
}
.hs-receipt-preview-dialog {
    max-width: 430px;
    width: min(430px, calc(100vw - 28px));
}

.hs-receipt-preview-scroll {
    background: #e7edf7;
    border: 1px solid #d6e0ef;
    border-radius: 12px;
    max-height: min(68vh, 720px);
    overflow: auto;
    padding: 18px;
}

.hs-receipt-preview-paper {
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
    color: #111827;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    line-height: 1.35;
    margin: 0 auto;
    max-width: 310px;
    min-height: 360px;
    padding: 18px 16px;
}

.hs-receipt-preview-paper h3 {
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 4px;
    text-align: center;
}

.hs-receipt-preview-center {
    text-align: center;
}

.hs-receipt-preview-muted {
    color: #64748b;
}

.hs-receipt-preview-separator {
    border-top: 1px dashed #94a3b8;
    margin: 10px 0;
}

.hs-receipt-preview-row {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 2px 0;
}

.hs-receipt-preview-row > :last-child {
    text-align: right;
}

.hs-receipt-preview-item {
    padding: 5px 0;
}

.hs-receipt-preview-item strong {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.hs-receipt-preview-item small {
    color: #475569;
    display: block;
    margin-top: 2px;
    text-align: right;
}

.hs-receipt-preview-total {
    font-size: 15px;
    font-weight: 800;
    padding-top: 6px;
}

.hs-receipt-preview-empty {
    align-items: center;
    color: #64748b;
    display: flex;
    min-height: 260px;
    justify-content: center;
    text-align: center;
}

/* Belge kanalı kasiyer tarafından değil, terminal tanımından otomatik seçilir. */
.hs-terminal-form [data-hs-protel-panel] { display: none !important; }

/* Terminal seçimi sade kalır; üç boyutlu sahne yalnızca giriş ekranında kullanılır. */
.hs-terminal-experience-page { padding: 12px 16px; background: #f2f5f8; }
.hs-terminal-experience { display: block; width: min(960px, 100%); min-height: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.hs-terminal-showcase { display: none; }
.hs-terminal-experience .hs-terminal-shell { width: min(960px, 100%); border: 1px solid #dfe5ee; border-radius: 10px; box-shadow: 0 12px 28px rgba(15, 23, 42, .06); }
.hs-terminal-section--auto-firma .hs-terminal-field:first-child,
.hs-terminal-section--auto-sube .hs-terminal-field:nth-child(2) { display: none; }
.hs-terminal-section--auto-firma.hs-terminal-section--auto-sube .hs-terminal-select-grid { display: none; }

/* Hızlı satış girişindeki üç boyutlu sahne */
.hs-pos-login-3d-page,.hs-pos-login-3d-page *,.hs-pos-login-3d-page *::before,.hs-pos-login-3d-page *::after{box-sizing:border-box}.hs-pos-login-3d-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);background:#050e24;overflow:hidden}.hs-pos-login-3d-scene{position:relative;overflow:hidden;background:radial-gradient(circle at 63% 39%,#1769dc 0,#0a367d 25%,#061b45 52%,#030918 100%);perspective:1100px}.hs-pos-login-stars{position:absolute;inset:0;opacity:.5;background-image:radial-gradient(#d7f2ff 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,#000,transparent 76%);animation:hs-pos-stars 12s linear infinite}.hs-pos-login-grid{position:absolute;right:-20%;bottom:-24%;left:-20%;height:60%;background-image:linear-gradient(rgba(101,200,255,.36) 1px,transparent 1px),linear-gradient(90deg,rgba(101,200,255,.3) 1px,transparent 1px);background-size:58px 38px;transform:rotateX(66deg);opacity:.55}.hs-pos-login-orbit{position:absolute;border:1px solid rgba(160,222,255,.35);border-radius:50%;transform:rotateX(68deg) rotateZ(-20deg);animation:hs-pos-orbit 9s linear infinite}.orbit-one{width:520px;aspect-ratio:1;top:18%;left:24%}.orbit-two{width:300px;aspect-ratio:1;top:34%;left:37%;animation-duration:6s;animation-direction:reverse}.hs-pos-login-device{position:absolute;z-index:2;top:28%;left:28%;width:330px;padding:18px;border-radius:22px;background:linear-gradient(145deg,#273f70,#07142e);box-shadow:22px 32px 0 rgba(0,5,20,.28),0 38px 70px rgba(0,7,31,.5);transform:rotateX(16deg) rotateY(-24deg) rotateZ(7deg);animation:hs-pos-device 5s ease-in-out infinite}.hs-pos-login-device-screen{height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border:2px solid #67ccff;border-radius:13px;background:linear-gradient(135deg,#0956bc,#00a6e9);box-shadow:inset 0 0 28px rgba(170,243,255,.55);color:#ecfbff}.hs-pos-login-device-keys{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:18px 35px 10px}.hs-pos-login-device-keys i{height:17px;border-radius:5px;background:#c9def3;box-shadow:0 3px 0 #6e89ae}.hs-pos-login-device-pad{width:50%;margin:6px auto 0;padding:9px;border-radius:9px;background:#58dcf4;color:#073158;text-align:center;font-size:11px;font-weight:900}.hs-pos-login-card-visual{position:absolute;z-index:3;top:20%;right:14%;width:165px;height:102px;display:grid;align-content:space-between;padding:15px;border-radius:15px;background:linear-gradient(135deg,#ecfbff,#81c7ff 58%,#3b78e6);box-shadow:0 22px 38px rgba(0,6,32,.38);color:#10386e;transform:rotateY(-25deg) rotateZ(12deg);animation:hs-pos-card 5.7s ease-in-out infinite}.hs-pos-login-receipt{position:absolute;z-index:3;right:17%;bottom:25%;width:140px;display:grid;gap:7px;padding:14px;background:#fff;box-shadow:0 22px 38px rgba(0,7,31,.38);color:#274565;transform:rotateZ(-8deg) rotateY(15deg);animation:hs-pos-receipt 6.3s ease-in-out infinite}.hs-pos-login-receipt i{height:3px;background:#d4dfeb}.hs-pos-login-receipt strong{padding-top:5px;border-top:1px dashed #9aaabb;color:#129553;font-size:10px}.hs-pos-login-copy{position:absolute;z-index:4;bottom:10%;left:12%;color:#fff}.hs-pos-login-copy>span{color:#94daff;font-size:11px;font-weight:900;letter-spacing:.16em}.hs-pos-login-copy h1{margin:12px 0;font-size:clamp(46px,5vw,74px);line-height:.91;letter-spacing:-.07em}.hs-pos-login-copy p{margin:0;color:#d1edff;font-size:15px}.hs-pos-login-3d-panel{display:grid;place-items:center;padding:36px;background:radial-gradient(circle at 35% 30%,#fff,#edf2f9 55%,#dfe7f2)}.hs-pos-login-card--3d{width:min(430px,100%);position:relative;padding:30px;border:1px solid rgba(255,255,255,.9);border-radius:22px;background:rgba(255,255,255,.68);box-shadow:0 28px 65px rgba(22,43,78,.2),inset 0 1px #fff;backdrop-filter:blur(20px);transform:perspective(1000px) rotateY(-3deg)}.hs-pos-login-card--3d .hs-selection-head{margin:24px 0 10px}.hs-pos-login-field{position:relative;display:grid;gap:7px;color:#3e516c;font-size:12px;font-weight:800}.hs-pos-login-field>i{position:absolute;left:13px;bottom:12px;color:#3e83d6}.hs-pos-login-field input{min-height:44px;padding-left:38px}.hs-pos-login-card--3d .hs-selection-actions .hs-primary-button{width:100%;min-height:46px}.hs-pos-login-card--3d .hs-pos-login-options{justify-content:flex-end}@keyframes hs-pos-device{50%{transform:rotateX(12deg) rotateY(-18deg) rotateZ(4deg) translateY(-14px)}}@keyframes hs-pos-card{50%{transform:rotateY(-19deg) rotateZ(8deg) translateY(-14px)}}@keyframes hs-pos-receipt{50%{transform:rotateZ(-4deg) rotateY(10deg) translateY(-10px)}}@keyframes hs-pos-orbit{to{transform:rotateX(68deg) rotateZ(340deg)}}@keyframes hs-pos-stars{to{transform:translateY(44px)}}@media(max-width:900px){.hs-pos-login-3d-page{grid-template-columns:1fr}.hs-pos-login-3d-scene{min-height:330px}.hs-pos-login-3d-panel{padding:28px 18px}.hs-pos-login-copy{bottom:9%;left:9%}.hs-pos-login-copy h1{font-size:45px}.hs-pos-login-device{top:20%;left:24%;transform:scale(.8) rotateX(16deg) rotateY(-24deg) rotateZ(7deg)}.hs-pos-login-card-visual{right:16%;transform:scale(.8) rotateY(-25deg) rotateZ(12deg)}.hs-pos-login-receipt{display:none}}@media(prefers-reduced-motion:reduce){.hs-pos-login-3d-page *{animation:none!important}}
