*{box-sizing:border-box;margin:0;padding:0}:root{--brand:#c0003a;--brand-dark:#a80033;--brand-purple:#a8007e;--wa:#25d366;--wa-dark:#1ebe5d;--bg:#fff;--bg2:#f8f8f8;--bg3:#f1f1f1;--text:#111;--text2:#555;--text3:#888;--border:#e0e0e0;--border2:#ccc;--radius:8px;--radius-lg:12px;--radius-xl:16px}@media(prefers-color-scheme:dark){:root{--bg:#1a1a1a;--bg2:#242424;--bg3:#2e2e2e;--text:#f0f0f0;--text2:#aaa;--text3:#777;--border:#333;--border2:#444}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:var(--text);background:var(--bg3);min-height:100vh}.app{max-width:900px;margin:0 auto;padding:1rem}.header{background:var(--brand);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.25rem}.header-top{padding:0}.header-top,.icon-box{display:flex;align-items:center}.icon-box{background:#fff;margin:10px 0 10px 14px;border-radius:6px;width:66px;height:66px;justify-content:center;flex-shrink:0;overflow:hidden}.icon-box img{width:62px;height:62px;object-fit:contain}.header-text{padding:10px 16px;flex:1 1}.shop-name{color:#fff;font-size:20px;font-weight:600}.shop-sub{color:hsla(0,0%,100%,.8);font-size:12px;margin-top:2px}.shop-tag{color:hsla(0,0%,100%,.55);font-size:11px;margin-top:1px}.header-strip{background:var(--brand-purple);padding:5px 18px;display:flex;gap:16px;align-items:center}.header-strip span{color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em}.header-strip .sep{color:hsla(0,0%,100%,.35)}.page{display:none}.page.active{display:block}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:1.5rem}.stat-card{background:var(--bg);border-radius:var(--radius);padding:10px 12px;border:.5px solid var(--border)}.stat-label{font-size:11px;color:var(--text2);margin-bottom:4px}.stat-val{font-size:22px;font-weight:600}.stat-sub{font-size:11px;color:var(--text3);margin-top:2px}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:1.5rem}.dash-tile{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem 1rem 1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:10px;transition:border-color .15s,background .15s,transform .1s;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.dash-tile:hover{border-color:var(--brand);background:var(--bg2)}.dash-tile:active{transform:scale(.97)}.tile-icon{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tile-label{font-size:13px;font-weight:600;color:var(--text);line-height:1.3}.tile-desc{font-size:11px;color:var(--text2);line-height:1.4}.tile-wide{grid-column:span 3}.back-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:var(--bg);border:.5px solid var(--border2);border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;margin-bottom:1rem;color:var(--text)}.back-btn:hover{background:var(--bg2)}.back-btn svg{width:16px;height:16px}.card{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.card,.card-title{margin-bottom:1rem}.card-title{font-size:14px;font-weight:600;padding-bottom:8px;border-bottom:.5px solid var(--border);display:flex;align-items:center;gap:8px;color:var(--text)}.card-title img{width:20px;height:20px;object-fit:contain;border-radius:3px}.grid2{grid-template-columns:1fr 1fr;grid-gap:10px}.grid2,.grid3{display:grid;gap:10px}.grid3{grid-template-columns:1fr 1fr 1fr;grid-gap:10px}@media(max-width:600px){.grid2,.grid3{grid-template-columns:1fr}.dash-grid,.stats-row{grid-template-columns:1fr 1fr}.tile-wide{grid-column:span 2}}.field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.field label{font-size:11px;color:var(--text2);font-weight:500}.field .req{color:var(--brand)}.field input,.field select,.field textarea{width:100%;padding:8px 10px;border:.5px solid var(--border2);border-radius:var(--radius);font-size:13px;background:var(--bg);color:var(--text);font-family:inherit}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand)}.field .hint{font-size:11px;color:var(--text3);margin-top:3px;line-height:1.5}.field textarea{resize:vertical}.btn{padding:8px 16px;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;border:.5px solid var(--border2);background:var(--bg);color:var(--text);font-family:inherit;display:inline-flex;align-items:center;gap:6px}.btn:hover{background:var(--bg2)}.btn:active{transform:scale(.98)}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark)}.btn-wa{background:var(--wa);color:#fff;border-color:var(--wa)}.btn-wa:hover{background:var(--wa-dark)}.btn-sm{padding:4px 10px;font-size:11px}.btn-danger{color:#a32d2d;border-color:#f09595}.btn-danger:hover{background:#fcebeb}.btn-row{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap;align-items:center}.badge{display:inline-block;padding:2px 9px;border-radius:20px;font-size:11px;font-weight:500}.badge-recv{background:#faeeda;color:#633806}.badge-karagir{background:#e6f1fb;color:#0c447c}.badge-ready{background:#eaf3de;color:#27500a}.badge-overdue{background:#fcebeb;color:#791f1f}.badge-active{background:#eaf3de;color:#27500a}.badge-inactive{background:#f1efe8;color:#5f5e5a}.msg{padding:8px 12px;border-radius:var(--radius);font-size:12px;margin-top:8px}.msg-ok{background:#eaf3de;color:#27500a}.msg-err{background:#fcebeb;color:#791f1f}.info-wa{background:#f0fdf4;color:#166534;border:.5px solid #bbf7d0}.info-blue,.info-wa{border-radius:var(--radius);padding:10px 14px;font-size:12px;line-height:1.6;margin-bottom:10px}.info-blue{background:#eff6ff;color:#1e40af}.info-warn{background:#faeeda;color:#633806;border-radius:var(--radius);padding:10px 14px;font-size:12px;line-height:1.6;margin-bottom:10px}.divider{height:.5px;background:var(--border);margin:1.25rem 0}.sec-label{font-size:11px;font-weight:600;color:var(--text2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.toggle{position:relative;width:36px;height:20px;cursor:pointer;display:inline-block}.toggle input{opacity:0;width:0;height:0;position:absolute}.tslider{position:absolute;inset:0;background:#ccc;border-radius:20px;transition:background .2s}.toggle input:checked+.tslider{background:var(--wa)}.tslider:before{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.toggle input:checked+.tslider:before{transform:translateX(16px)}.toggle-row{justify-content:space-between;align-items:center;padding:9px 0}.stab-row,.toggle-row{display:flex;border-bottom:.5px solid var(--border)}.stab-row{gap:0;margin-bottom:1rem;flex-wrap:wrap}.stab{padding:7px 13px;background:none;cursor:pointer;font-size:12px;font-weight:500;color:var(--text2);border:none;border-bottom:2px solid transparent;margin-bottom:-.5px;white-space:nowrap;font-family:inherit}.stab.active{color:var(--wa);border-bottom-color:var(--wa)}.stab-panel{display:none}.stab-panel.active{display:block}.master-panel{display:none}.master-panel.active{display:block}.master-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--bg2);border-radius:var(--radius);font-size:13px;margin-bottom:6px}.count-badge{background:var(--bg2);border-radius:20px;padding:2px 8px;font-size:11px;color:var(--text2);font-weight:500}.tl-wrap{position:relative;padding-left:28px}.tl-line{position:absolute;left:10px;top:0;bottom:0;width:1.5px;background:var(--border)}.tl-step{position:relative;margin-bottom:18px}.tl-dot{position:absolute;left:-24px;top:2px;width:16px;height:16px;border-radius:50%;border:2px solid var(--border2);background:var(--bg)}.tl-dot.done{background:#1d9e75;border-color:#1d9e75}.tl-dot.cur{background:#378add;border-color:#378add}.tl-title{font-size:13px;font-weight:600}.tl-sub{font-size:12px;color:var(--text2);margin-top:2px}.tl-date{font-size:11px;color:var(--text3);margin-top:2px}.status-bar{border-radius:var(--radius);padding:9px 14px;font-size:13px;font-weight:600;margin-bottom:1rem}.sb-recv{background:#faeeda;color:#633806}.sb-karagir{background:#e6f1fb;color:#0c447c}.sb-ready{background:#eaf3de;color:#27500a}.sb-overdue{background:#fcebeb;color:#791f1f}.details-box{background:var(--bg2);border-radius:var(--radius);padding:14px;margin:12px 0}.detail-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:.5px solid var(--border)}.detail-row:last-child{border-bottom:none}.detail-label{font-size:12px;color:var(--text2);font-weight:500}.detail-value{font-size:13px;font-weight:600}.success-box{background:#eaf3de;color:#27500a;font-size:14px;font-weight:600}.info-box,.success-box{border-radius:var(--radius);padding:12px 16px;text-align:center;margin:12px 0}.info-box{background:var(--bg2);color:var(--text2);font-size:13px}.meta-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:1rem}.meta-item{background:var(--bg2);border-radius:var(--radius);padding:8px 10px}.meta-label{font-size:11px;color:var(--text2);font-weight:500;margin-bottom:2px}.meta-val{font-size:13px;font-weight:600}.list-row{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius);padding:9px 13px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.list-row:hover{background:var(--bg2)}.conn-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:500}.conn-ok{background:#f0fdf4;color:#166534}.conn-no{background:#fcebeb;color:#791f1f}.status-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.dot-green{background:#16a34a}.dot-red{background:#dc2626}.invoice-panel{background:var(--bg2);border-radius:var(--radius-lg);padding:1.25rem;margin-top:1rem;border:.5px solid var(--border)}.link-box{background:var(--bg);border:.5px solid var(--border2);border-radius:var(--radius);padding:8px 12px;font-size:12px;font-family:monospace;color:var(--text);word-break:break-all;margin:8px 0}.expiry-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:500;background:#faeeda;color:#633806}.wa-msg-box{background:#e8fdf0;border:.5px solid #bbf7d0;color:#166534;margin:10px 0;white-space:pre-wrap}.tpl-preview,.wa-msg-box{border-radius:var(--radius);padding:10px 14px;font-size:12px;line-height:1.7}.tpl-preview{color:var(--text2);margin-top:6px}.code-block,.tpl-preview{background:var(--bg2);font-family:monospace}.code-block{border-radius:var(--radius);padding:12px 14px;font-size:12px;color:var(--text);line-height:1.8;overflow-x:auto;margin-top:8px}.param-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px}.param-key{font-size:11px;font-family:monospace;background:var(--bg2);padding:3px 8px;border-radius:4px;color:var(--text);min-width:130px;flex-shrink:0}.param-val{font-size:12px;color:var(--text2);line-height:1.5}@media print{body *{visibility:hidden}#printable,#printable *{visibility:visible}#printable{position:absolute;left:0;top:0;font-family:monospace;font-size:11px;width:280px}}.thermal-preview{width:72mm;max-width:72mm;margin:0 auto;padding:1mm;border:1px dashed #ccc;background:#fff;font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.2;color:#000}.thermal-preview,.thermal-preview *{box-sizing:border-box}.thermal-preview .shop-name{text-align:center;font-weight:900;font-size:18px;margin-bottom:2px;color:#000}.thermal-preview .shop-addr{text-align:center;font-weight:700;font-size:10px;margin-bottom:4px;color:#000}.thermal-preview .divider{border-top:2px solid #000;margin:4px 0}.thermal-preview .title{text-align:center;font-weight:900;font-size:16px;margin:4px 0;color:#000}.thermal-preview .row{display:flex;justify-content:space-between;padding:2px 0}.thermal-preview .label,.thermal-preview .row{color:#000;font-weight:700}.thermal-preview .value{font-weight:900;color:#000}.thermal-preview .bold{font-weight:900}.thermal-preview .big{font-size:16px}.thermal-preview .footer{text-align:center;font-weight:700;font-size:10px;margin-top:5px;color:#000}@media print{@page{size:76mm 150mm;margin:0}body,html{margin:0;padding:0}.thermal-preview{display:block!important;width:72mm!important;max-width:72mm!important;padding:1mm!important;border:none!important;margin:0!important;visibility:visible!important;color:#000!important;font-size:14px!important;font-weight:700!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.thermal-preview .divider{margin:4px 0!important;border-top-width:2px!important}.thermal-preview .shop-name{font-size:18px!important;font-weight:900!important;color:#000!important}.thermal-preview .shop-addr{font-size:10px!important;font-weight:700!important;color:#000!important}.thermal-preview .title{font-size:16px!important;font-weight:900!important;color:#000!important}.thermal-preview .row{padding:2px 0!important;font-weight:700!important}.thermal-preview .label{font-weight:700!important;color:#000!important}.thermal-preview .value{font-weight:900!important;color:#000!important}.thermal-preview .big{font-size:16px!important;font-weight:900!important}.thermal-preview .footer{font-size:10px!important;font-weight:700!important;color:#000!important}.app,.btn-row,.card,.card-title,.header,.page{display:none!important;visibility:hidden!important}}