.worker-dashboard{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:#f9fafb;max-width:768px;margin:0 auto}.worker-dashboard-content{flex:1 1;overflow-y:auto;padding:20px 20px calc(80px + env(safe-area-inset-bottom))}.worker-dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #f3f4f6;position:sticky;top:0;z-index:20}.worker-dashboard-header-left{display:flex;align-items:center;gap:12px}.worker-dashboard-header-avatar{width:40px;height:40px;border-radius:50%;background:#f3f4f6;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0}.worker-dashboard-header-avatar img{width:100%;height:100%;object-fit:cover}.worker-dashboard-header-name{font-size:18px;font-weight:700;color:#111;margin:0}.worker-dashboard-header-branch{font-size:13px;color:#9ca3af;margin:0}.worker-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:768px;height:64px;padding-bottom:env(safe-area-inset-bottom);background:#fff;box-shadow:0 -1px 0 rgba(0,0,0,.06);display:flex;justify-content:space-around;align-items:center;z-index:100}.worker-tab-button{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 0;min-height:44px;background:transparent;border:none;cursor:pointer;color:#9ca3af;transition:color .2s ease;-webkit-tap-highlight-color:transparent}.worker-tab-button.active{color:#f3b025}.worker-tab-label{font-size:11px;font-weight:500}.worker-balance-card{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.worker-balance-label{font-size:14px;color:#6b7280;margin-bottom:4px}.worker-balance-row{display:flex;align-items:center;justify-content:space-between}.worker-balance-amount{font-size:32px;font-weight:700;color:#111}.worker-withdraw-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#111;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s;-webkit-tap-highlight-color:transparent}.worker-withdraw-button:active{transform:scale(.95)}.worker-tip-date-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;margin-top:20px}.worker-tip-date-header h3{margin:0}.worker-tip-date-header h3,.worker-tip-date-header span{font-size:18px;font-weight:700;color:#111}.worker-tip-list{display:flex;flex-direction:column;gap:14px}.worker-tip-item{background:#fff;border-radius:16px;padding:16px 20px;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center}.worker-tip-item-left{display:flex;flex-direction:column;gap:2px}.worker-tip-item-table{font-size:16px;font-weight:600;color:#111}.worker-tip-item-time{font-size:13px;color:#9ca3af}.worker-tip-item-amount{font-size:17px;font-weight:700;color:#111}.worker-tip-empty{text-align:center;padding:48px 24px;color:#9ca3af}.worker-load-more-button{background:none;border:1px solid #e5e7eb;border-radius:8px;padding:10px 24px;font-size:14px;color:#6b7280;cursor:pointer;transition:background .15s ease}.worker-load-more-button:hover{background:#f9fafb}.worker-load-more-button:disabled{opacity:.6;cursor:default}.worker-payout-list{display:flex;flex-direction:column;gap:12px}.worker-payout-item{background:#fff;border-radius:16px;padding:16px 20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.worker-payout-item-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.worker-payout-item-left{display:flex;gap:12px;align-items:center}.worker-payout-item-icon{width:40px;height:40px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0}.worker-payout-item-title{font-size:16px;font-weight:600;color:#111}.worker-payout-item-date{font-size:13px;color:#9ca3af;margin-top:2px}.worker-payout-item-amount{font-size:17px;font-weight:700;color:#111}.worker-payout-item-footer{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f9fafb;border-radius:10px}.worker-payout-item-method{font-size:13px;font-weight:500;color:#374151}.worker-payout-status-badge{margin-left:auto;padding:2px 10px;border-radius:8px;font-size:12px;font-weight:600}.worker-payout-status-badge.completed{background:rgba(22,163,106,.1);color:#16a34a}.worker-payout-status-badge.pending{background:rgba(243,176,37,.1);color:#d97706}.worker-payout-status-badge.processing{background:rgba(59,130,246,.1);color:#3b82f6}.worker-payout-status-badge.failed{background:rgba(239,68,68,.1);color:#ef4444}.worker-payout-empty{text-align:center;padding:48px 24px;color:#9ca3af}.worker-withdraw-balance-card{background:#111;border-radius:20px;padding:24px;color:#fff;margin-bottom:20px}.worker-withdraw-balance-label{font-size:14px;color:hsla(0,0%,100%,.6);margin-bottom:4px}.worker-withdraw-balance-amount{font-size:32px;font-weight:700}.worker-withdraw-form{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:20px}.worker-form-field{display:flex;flex-direction:column;gap:6px}.worker-form-field label{font-size:14px;font-weight:600;color:#374151}.worker-form-field input,.worker-form-field select{width:100%;padding:14px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;font-size:16px;color:#111;outline:none;transition:border-color .2s}.worker-form-field input:focus,.worker-form-field select:focus{border-color:#f3b025}.worker-form-field input::placeholder{color:#9ca3af}.worker-form-field-hint{display:flex;justify-content:space-between;font-size:12px;color:#9ca3af;padding:0 4px}.worker-transfer-button{width:100%;padding:16px 24px;background:#f3b025;color:#111;font-size:17px;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:transform .15s;-webkit-tap-highlight-color:transparent}.worker-transfer-button:active{transform:scale(.98)}.worker-transfer-button:disabled{opacity:.5;cursor:default}.worker-transfer-legal{text-align:center;padding:16px 24px 0;font-size:12px;color:#9ca3af;line-height:1.5}.worker-profile-card{background:#fff;border-radius:20px;padding:24px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:16px}.worker-profile-avatar{width:96px;height:96px;border-radius:50%;background:#f3f4f6;margin:0 auto 16px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#9ca3af;position:relative}.worker-profile-avatar img{width:100%;height:100%;object-fit:cover}.worker-profile-avatar-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;cursor:pointer;color:#fff;border-radius:50%}.worker-profile-avatar:hover .worker-profile-avatar-overlay{opacity:1}.worker-profile-name{font-size:20px;font-weight:700;color:#111;margin:0 0 4px}.worker-profile-phone{font-size:14px;color:#9ca3af;margin:0 0 20px}.worker-goal-card{background:#f9fafb;border-radius:12px;padding:16px;text-align:left}.worker-goal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.worker-goal-label{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;gap:6px}.worker-goal-name{font-size:14px;font-weight:500;color:#111;margin-bottom:8px}.worker-goal-progress{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:4px}.worker-goal-progress-bar{height:100%;background:#f3b025;border-radius:3px;transition:width .3s ease}.worker-goal-amount{font-size:12px;font-weight:600;color:#6b7280;text-align:right}.worker-profile-form{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:16px;display:flex;flex-direction:column;gap:16px}.worker-profile-form-title{font-size:16px;font-weight:600;color:#111;margin:0}.worker-logout-button{width:100%;padding:14px 24px;background:#fef2f2;color:#ef4444;font-size:16px;font-weight:600;border:none;border-radius:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s;-webkit-tap-highlight-color:transparent}.worker-logout-button:hover{background:#fee2e2}.worker-success-message{background:#f0fdf4;color:#16a34a}.worker-error-message,.worker-success-message{padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:14px;text-align:center}.worker-error-message{background:#fef2f2;color:#ef4444;position:sticky;top:0;z-index:10}.worker-section-title{font-size:22px;font-weight:700;color:#111;margin:0 0 24px}.worker-branch-select{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;color:#111;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding:8px 30px 8px 12px}.worker-branch-select:focus{border-color:#f3b025}.worker-feed-item{background:#fff;border-radius:16px;padding:18px 20px;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;align-items:center;gap:12px}.worker-feed-item-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.worker-feed-item-icon.tip{background:rgba(22,163,74,.1);color:#16a34a}.worker-feed-item-icon.withdrawal{background:rgba(59,130,246,.1);color:#3b82f6}.worker-feed-item-info{flex:1 1;min-width:0}.worker-feed-item-detail{font-size:12px;color:#9ca3af;display:flex;gap:6px;margin-top:2px}.worker-feed-item-label{font-size:15px;font-weight:600;color:#111}.worker-feed-item-time{font-size:13px;color:#9ca3af;margin-top:1px}.worker-feed-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.worker-feed-item-amount{font-size:17px;font-weight:700}.worker-feed-item-amount.tip{color:#16a34a}.worker-feed-item-amount.withdrawal{color:#111}.worker-summary-list{display:flex;flex-direction:column;gap:20px}.worker-summary-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.worker-summary-card h3{font-size:16px;font-weight:700;color:#111;margin:0 0 16px}.worker-summary-card-stats{display:flex;flex-direction:column;gap:0}.worker-summary-stat{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f3f4f6}.worker-summary-stat:last-child{border-bottom:none}.worker-summary-stat-label{font-size:15px;color:#6b7280}.worker-summary-stat-value{font-size:16px;font-weight:700;color:#111}.worker-toggle-row{display:flex;align-items:center;gap:10px;padding:12px 0;cursor:pointer;-webkit-tap-highlight-color:transparent}.worker-toggle-row input[type=checkbox]{width:18px;height:18px;accent-color:#f3b025;cursor:pointer}.worker-toggle-row span{font-size:14px;font-weight:500;color:#374151}.worker-method-toggle{display:flex;gap:8px}.worker-method-option{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:1.5px solid #d1d5db;border-radius:999px;background:transparent;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease;min-height:44px}.worker-method-option.active{border-color:#111827;background:#f3f4f6;color:#111827}.worker-bank-list{display:flex;flex-wrap:wrap;gap:8px}.worker-bank-chip{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1.5px solid #e5e7eb;border-radius:999px;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease;white-space:nowrap}.worker-bank-chip:hover{border-color:#d1d5db;background:#f9fafb}.worker-bank-chip.active{border-color:#111827;background:#f3f4f6;color:#111827;font-weight:600}.worker-bank-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.worker-payout-summary{margin-top:8px;padding:12px 16px;background:#f9fafb;border-radius:12px;display:flex;flex-direction:column;gap:6px}.worker-payout-summary-row{display:flex;justify-content:space-between;font-size:14px;color:#6b7280}.worker-payout-summary-row.total{font-weight:700;color:#111;padding-top:6px;border-top:1px solid #e5e7eb}.worker-withdraw-pending{margin-top:8px;padding:6px 12px;background:rgba(59,130,246,.15);border-radius:8px;font-size:13px;font-weight:500;color:#2563eb;display:inline-block}.worker-fee-notice{color:#d97706;font-weight:500}@media (min-width:768px){.worker-dashboard{box-shadow:0 0 40px rgba(0,0,0,.08)}}