
#mobile_app_preview {
    position:relative;
    width:100%;
    max-width:315px;
    margin:0;
    padding:0;
    overflow:visible;
}

.mobile_app_scale_area {
    position:relative;
    width:100%;
    margin:0;
    padding:0;
}

.mobile_app_stage {
    position:absolute;
    top:0;
    left:0;
    width:315px;
    height:650px;
    margin:0;
    padding:0;
    transform-origin:top left;
    font-family:Arial,Helvetica,sans-serif;
    color:var(--tn-text);
}

/* ANDROID DEVICE */
.mobile_app_phone {
    position:absolute;
    inset:0;
    width:315px;
    height:650px;
    padding:7px;
    border-radius:33px;
    background:#11151c;
    box-shadow:0 24px 45px rgba(15,23,42,.20);
}

.mobile_app_phone_inner {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    border-radius:27px;
    background:#f6f7f9;
}

/* ANDROID PUNCH-HOLE CAMERA */
.mobile_app_camera {
    position:absolute;
    top:12px;
    left:50%;
    z-index:30;
    width:12px;
    height:12px;
    transform:translateX(-50%);
    border:2px solid #242a33;
    border-radius:50%;
    background:#05070a;
    box-shadow:0 0 0 1px rgba(255,255,255,.12);
}

/* STATUS BAR */
.mobile_app_statusbar {
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:38px;
    padding:4px 14px 0;
    background:#fff;
    color:#111827;
    font-size:9px;
    font-weight:700;
}

.mobile_app_status_icons {
    display:flex;
    align-items:center;
    gap:6px;
}

.mobile_app_status_battery {
    display:flex;
    align-items:center;
    gap:3px;
}

/* APP BAR */
.mobile_app_appbar {
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:57px;
    padding:0 15px;
    border-bottom:1px solid #e4e8ee;
    background:#fff;
}

.mobile_app_back {
    display:flex;
    align-items:center;
    width:30px;
    color:#111827;
    font-size:19px;
}

.mobile_app_title {
    margin-left:-25px;
    color:#111827;
    font-size:17px;
    font-weight:700;
}

.mobile_app_actions {
    display:flex;
    align-items:center;
    gap:15px;
    color:#111827;
    font-size:17px;
}

/* FILTER BAR */
.mobile_app_filters {
    display:flex;
    align-items:center;
    gap:6px;
    height:61px;
    padding:9px 10px;
    border-bottom:1px solid #e7ebf0;
    background:#fff;
}

.mobile_app_filter {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    height:41px;
    padding:0 7px;
    border:1px solid #dce3ec;
    border-radius:22px;
    background:#fff;
    color:#263246;
    font-size:8.5px;
    font-weight:600;
    white-space:nowrap;
}

.mobile_app_filter_search {
    width:43px;
    flex:0 0 43px;
    padding:0;
    color:var(--tn-primary);
    font-size:16px;
}

.mobile_app_filter_date {
    width:137px;
    flex:0 0 137px;
}

.mobile_app_filter_type {
    width:93px;
    flex:0 0 93px;
}

/* SUMMARY */
.mobile_app_summary {
    margin:12px 11px 9px;
    padding:15px 14px 12px;
    border:1px solid #e0e6ed;
    border-radius:15px;
    background:#fff;
    box-shadow:0 7px 18px rgba(15,23,42,.06);
}

.mobile_app_balance {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:12px;
    border-bottom:1px solid #e8ecf1;
    color:var(--tn-text);
    font-size:13px;
    font-weight:700;
}

.mobile_app_summary_row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:10px;
    color:#333d4d;
    font-size:10px;
}

.mobile_app_green {
    color:var(--tn-green);
    font-weight:700;
}

.mobile_app_red {
    color:var(--tn-red);
    font-weight:700;
}

.mobile_app_report {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    height:34px;
    margin-top:11px;
    padding-top:10px;
    border-top:1px solid #e8ecf1;
    color:var(--tn-primary);
    font-size:10px;
    font-weight:700;
    white-space:nowrap;
}

/* ENTRY COUNT */
.mobile_app_showing {
    display:flex;
    align-items:center;
    justify-content:center;
    height:31px;
    color:#758091;
    font-size:9px;
}

/* DATE */
.mobile_app_date {
    display:flex;
    align-items:center;
    height:36px;
    padding:0 13px;
    background:#eef0f3;
    color:#707887;
    font-size:10px;
    font-weight:700;
}

/* ENTRY */
.mobile_app_entry {
    height:83px;
    padding:10px 13px;
    border-bottom:1px solid #e7ebf0;
    background:#fff;
}

.mobile_app_entry_top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

.mobile_app_entry_title {
    min-width:0;
    overflow:hidden;
    color:#111827;
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.mobile_app_entry_amount {
    flex:0 0 auto;
    font-size:13px;
    font-weight:700;
}

.mobile_app_payment {
    display:inline-flex;
    align-items:center;
    height:22px;
    margin-top:6px;
    padding:0 8px;
    border-radius:7px;
    background:var(--tn-primary-soft);
    color:var(--tn-primary);
    font-size:9px;
    font-weight:700;
}

.mobile_app_payment_online {
    background:var(--tn-purple-soft);
    color:var(--tn-purple);
}

.mobile_app_entry_meta {
    display:flex;
    align-items:center;
    gap:9px;
    margin-top:6px;
    color:#798493;
    font-size:9px;
}

.mobile_app_entry_meta strong {
    color:var(--tn-primary);
    font-weight:700;
}

/* CASH BUTTONS */
.mobile_app_bottom {
    position:absolute;
    left:0;
    right:0;
    bottom:36px;
    z-index:10;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    height:68px;
    padding:11px 12px;
    border-top:1px solid #e1e6ec;
    background:#fff;
}

.mobile_app_button {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    height:46px;
    border-radius:11px;
    color:#fff;
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
}

.mobile_app_cash_in { background:var(--tn-green); }
.mobile_app_cash_out { background:var(--tn-red); }

/* ANDROID NAVIGATION BAR */
.mobile_app_android_nav {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:space-around;
    height:36px;
    padding:0 48px;
    background:#080a0d;
}

.mobile_app_android_recent {
    width:12px;
    height:12px;
    border:1.5px solid #91969d;
    border-radius:2px;
}

.mobile_app_android_home {
    width:13px;
    height:13px;
    border:1.5px solid #91969d;
    border-radius:50%;
}

.mobile_app_android_back {
    width:0;
    height:0;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    border-right:10px solid #91969d;
}

#mobile_app_preview *,
#mobile_app_preview *::before,
#mobile_app_preview *::after {
    box-sizing:border-box;
}
