*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f5;min-height:100vh}.app-container{max-width:500px;margin:0 auto;padding:20px;min-height:100vh}.login-container{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014}.login-title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:8px;text-align:center}.login-subtitle{font-size:14px;color:#666;margin-bottom:24px;text-align:center}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:6px}.form-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .2s}.form-input:focus{outline:none;border-color:#4caf50}.btn{width:100%;padding:14px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover{background:#43a047}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-secondary{background:#f5f5f5;color:#333;margin-top:12px}.btn-danger{background:#f44336;color:#fff}.btn-danger:hover{background:#e53935}.error-message{background:#ffebee;color:#c62828;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px}.scanner-container{padding-top:20px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.header-title{font-size:20px;font-weight:600;color:#1a1a1a}.logout-btn{padding:8px 16px;background:none;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#666;cursor:pointer}.scanner-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;margin-bottom:20px}.scanner-title{font-size:16px;font-weight:500;color:#333;margin-bottom:16px;text-align:center}.scanner-area{width:100%;aspect-ratio:1;background:#000;border-radius:12px;overflow:hidden;margin-bottom:16px}.manual-input{display:flex;gap:8px}.manual-input input{flex:1;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px}.manual-input button{padding:12px 20px;background:#4caf50;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer}.customer-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;margin-bottom:20px}.customer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.customer-name{font-size:20px;font-weight:600;color:#1a1a1a}.customer-phone{font-size:14px;color:#666;margin-top:4px}.close-btn{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;line-height:1}.balance-section{background:linear-gradient(135deg,#4caf50,#43a047);border-radius:12px;padding:20px;color:#fff;margin-bottom:20px}.balance-label{font-size:14px;opacity:.9}.balance-value{font-size:36px;font-weight:700;margin-top:4px}.balance-unit{font-size:16px;font-weight:400;opacity:.9}.discount-badge{display:inline-block;background:#fff3;padding:4px 12px;border-radius:20px;font-size:14px;margin-top:12px}.actions-section{margin-top:20px}.action-title{font-size:16px;font-weight:500;color:#333;margin-bottom:12px}.amount-input-group{display:flex;gap:8px;margin-bottom:12px}.amount-input{flex:1;padding:14px;border:2px solid #e0e0e0;border-radius:8px;font-size:18px;text-align:center;font-weight:600}.amount-input:focus{outline:none;border-color:#4caf50}.action-buttons{display:flex;gap:12px}.action-btn{flex:1;padding:16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.action-btn.earn{background:#4caf50;color:#fff}.action-btn.earn:hover{background:#43a047}.action-btn.burn{background:#ff9800;color:#fff}.action-btn.burn:hover{background:#f57c00}.action-btn:disabled{background:#ccc;cursor:not-allowed}.message{padding:16px;border-radius:8px;margin-bottom:16px;text-align:center;font-weight:500}.message.success{background:#e8f5e9;color:#2e7d32}.message.error{background:#ffebee;color:#c62828}.loading{display:flex;justify-content:center;align-items:center;padding:40px}.spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#4caf50;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.history-section{margin-top:20px}.history-title{font-size:14px;font-weight:500;color:#666;margin-bottom:12px}.history-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.history-item:last-child{border-bottom:none}.history-type{font-size:14px;color:#333}.history-date{font-size:12px;color:#999}.history-amount{font-weight:600}.history-amount.positive{color:#4caf50}.history-amount.negative{color:#f44336}
