*{margin:0;padding:0;box-sizing:border-box}:root{--transition: all .3s cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{--bg: #ffffff;--bg-secondary: #f8f9fa;--surface: #ffffff;--surface2: #f5f5f5;--border: #e5e7eb;--border-light: #f3f4f6;--text: #1a1a1a;--text2: #6b7280;--text3: #9ca3af;--primary: #a855f7;--primary-hover: #9333ea;--primary-light: #f3e8ff;--primary-bg: rgba(168, 85, 247, .1);--accent: #ec4899;--accent-light: #fce7f3;--success: #22c55e;--success-bg: #dcfce7;--success-border: #86efac;--warning: #f59e0b;--warning-bg: #fef3c7;--warning-border: #fcd34d;--error: #ef4444;--error-bg: #fee2e2;--error-border: #fca5a5;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}[data-theme=dark]{--bg: #0a0a0a;--bg-secondary: #111111;--surface: #1a1a1a;--surface2: #242424;--border: #2a2a2a;--border-light: #333333;--text: #f5f5f5;--text2: #a1a1aa;--text3: #71717a;--primary: #a855f7;--primary-hover: #c084fc;--primary-light: #2e1065;--primary-bg: rgba(168, 85, 247, .15);--accent: #ec4899;--accent-light: #4a044e;--success: #22c55e;--success-bg: #14532d;--success-border: #166534;--warning: #f59e0b;--warning-bg: #451a03;--warning-border: #78350f;--error: #ef4444;--error-bg: #450a0a;--error-border: #7f1d1d;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .6)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);transition:var(--transition);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;color:var(--text2);font-size:14px;font-weight:500}.loader-spin{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}.pp-page{padding:32px;max-width:1400px;margin:0 auto;animation:ppFadeIn .35s ease-out}@keyframes ppFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pp-toast-container{position:fixed;top:24px;right:24px;z-index:11000;display:flex;flex-direction:column;gap:10px}.pp-toast{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:10px;font-size:.9rem;font-weight:500;box-shadow:0 8px 24px #0000001f;animation:ppToastIn .25s ease-out;min-width:260px}@keyframes ppToastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.pp-toast--success{background:#d1fae5;color:#065f46;border-left:4px solid #10b981}.pp-toast--error{background:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}.pp-toast--info{background:#dbeafe;color:#1e40af;border-left:4px solid #3b82f6}.pp-toast button{background:none;border:none;font-size:1.2rem;cursor:pointer;opacity:.6;margin-left:auto;color:inherit;line-height:1}.pp-toast button:hover{opacity:1}.pp-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;flex-wrap:wrap}.pp-title{font-size:28px;font-weight:800;color:#111827;margin:0 0 4px;letter-spacing:-.3px}.pp-subtitle{font-size:14px;color:#6b7280;margin:0}.pp-header-actions{display:flex;gap:10px;flex-wrap:wrap}.pp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.pp-stat-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #f3f4f6;border-radius:14px;padding:18px 20px;transition:box-shadow .2s,transform .2s}.pp-stat-card:hover{box-shadow:0 6px 20px #0000000f;transform:translateY(-1px)}.pp-stat-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pp-stat-blue{background:#eff6ff;color:#3b82f6}.pp-stat-green{background:#ecfdf5;color:#10b981}.pp-stat-purple{background:#f5f3ff;color:#8b5cf6}.pp-stat-amber{background:#fffbeb;color:#f59e0b}.pp-stat-body{display:flex;flex-direction:column}.pp-stat-value{font-size:22px;font-weight:800;color:#111827}.pp-stat-label{font-size:12px;color:#6b7280;margin-top:2px;text-transform:uppercase;letter-spacing:.4px}.pp-controls{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.pp-search-wrap{position:relative;flex:1;min-width:240px}.pp-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.pp-search{width:100%;padding:10px 40px 10px 42px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;background:#fff;color:#111827;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.pp-search:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.pp-search::placeholder{color:#9ca3af}.pp-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:#f3f4f6;border:none;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s,color .15s}.pp-search-clear:hover{background:#e5e7eb;color:#111827}.pp-view-toggle{display:flex;border:1.5px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.pp-view-btn{display:flex;align-items:center;justify-content:center;width:40px;height:38px;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:all .15s}.pp-view-btn.active{background:#6366f1;color:#fff}.pp-view-btn:not(.active):hover{background:#f9fafb;color:#6b7280}.pp-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .15s;white-space:nowrap}.pp-btn:active{transform:scale(.97)}.pp-btn-primary{background:#6366f1;color:#fff}.pp-btn-primary:hover{background:#4f46e5;box-shadow:0 4px 12px #6366f140}.pp-btn-outline{background:#fff;color:#374151;border:1.5px solid #e5e7eb}.pp-btn-outline:hover{background:#f9fafb;border-color:#d1d5db}.pp-btn-green{background:#10b981;color:#fff}.pp-btn-green:hover{background:#059669}.pp-btn-red{background:#ef4444;color:#fff}.pp-btn-red:hover{background:#dc2626}.pp-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.pp-table-wrap{background:#fff;border:1px solid #f3f4f6;border-radius:16px;overflow-x:auto;box-shadow:0 1px 3px #0000000a}.pp-table{width:100%;border-collapse:collapse;font-size:14px}.pp-table thead th{padding:14px 16px;text-align:left;font-weight:600;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f3f4f6;background:#fafafa;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;position:sticky;top:0;z-index:1}.pp-table thead th:first-child{border-radius:16px 0 0}.pp-table thead th:last-child{border-radius:0 16px 0 0}.pp-table thead th:hover{color:#374151;background:#f3f4f6}.pp-sort-icon{margin-left:4px;font-size:11px;opacity:.4}.pp-sort-active{opacity:1;color:#6366f1}.pp-row{cursor:pointer;transition:background .1s}.pp-row:hover{background:#f5f3ff}.pp-row td{padding:14px 16px;border-bottom:1px solid #f9fafb;vertical-align:middle}.pp-row:last-child td{border-bottom:none}.pp-cell-player{display:flex;align-items:center;gap:10px}.pp-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.pp-avatar--lg{width:48px;height:48px;font-size:18px;border-radius:14px}.pp-cell-info{display:flex;flex-direction:column}.pp-cell-name{font-weight:600;color:#111827}.pp-cell-username{color:#6b7280;font-size:13px}.pp-cell-email{color:#6b7280;font-size:13px;max-width:200px;overflow:hidden;text-overflow:ellipsis}.pp-cell-wa{font-size:13px;color:#374151}.pp-cell-date{font-size:13px;color:#9ca3af;white-space:nowrap}.pp-badge{display:inline-block;padding:3px 10px;border-radius:8px;font-size:13px;font-weight:700;background:#f3f4f6;color:#374151}.pp-badge--green{background:#d1fae5;color:#065f46}.pp-badge--right{margin-left:auto}.pp-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.pp-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:20px;cursor:pointer;transition:box-shadow .2s,transform .2s,border-color .2s}.pp-card:hover{box-shadow:0 8px 24px #0000000f;transform:translateY(-2px);border-color:#e0e7ff}.pp-card-top{display:flex;align-items:center;gap:14px;margin-bottom:16px}.pp-card-info{flex:1;min-width:0}.pp-card-name{font-size:16px;font-weight:700;color:#111827;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pp-card-username{font-size:13px;color:#6b7280}.pp-card-details{display:flex;flex-direction:column;gap:8px}.pp-card-detail{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}.pp-card-detail svg{color:#9ca3af;flex-shrink:0}.pp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.pp-empty-icon{color:#d1d5db;margin-bottom:20px}.pp-empty-title{font-size:22px;font-weight:700;color:#111827;margin:0 0 6px}.pp-empty-desc{font-size:15px;color:#6b7280;margin:0;max-width:400px}.pp-skeleton-table{background:#fff;border:1px solid #f3f4f6;border-radius:16px;overflow:hidden;padding:8px 16px}.pp-skel-row{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid #f9fafb}.pp-skel-row:last-child{border-bottom:none}.pp-skel-avatar{width:36px;height:36px;border-radius:10px;background:#f3f4f6;animation:ppSkel 1.2s ease-in-out infinite}.pp-skel-line{height:14px;border-radius:6px;background:#f3f4f6;animation:ppSkel 1.2s ease-in-out infinite}.pp-skel-w10{width:10%}.pp-skel-w15{width:15%}.pp-skel-w20{width:20%}.pp-skel-w25{width:25%}.pp-skel-w30{width:30%}.pp-skel-w40{width:40%}.pp-skel-w60{width:60%}.pp-skel-w80{width:80%}@keyframes ppSkel{0%,to{opacity:.4}50%{opacity:.7}}.pp-skeleton-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px;animation:ppSkel 1.2s ease-in-out infinite}.pp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end;animation:ppOverlayIn .2s ease-out}@keyframes ppOverlayIn{0%{opacity:0}to{opacity:1}}.pp-drawer{width:480px;max-width:95vw;height:100vh;background:#fff;box-shadow:-10px 0 40px #0000001a;display:flex;flex-direction:column;overflow-y:auto;animation:ppDrawerIn .28s ease-out}@keyframes ppDrawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}.pp-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;padding:28px 24px 16px;border-bottom:1px solid #f3f4f6}.pp-drawer-title-row{display:flex;align-items:center;gap:14px}.pp-drawer-name{font-size:20px;font-weight:800;color:#111827;margin:0}.pp-drawer-username{font-size:13px;color:#6b7280}.pp-drawer-close{background:#f3f4f6;border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s;flex-shrink:0}.pp-drawer-close:hover{background:#e5e7eb;color:#111827}.pp-drawer-stats{display:flex;gap:16px;padding:20px 24px;border-bottom:1px solid #f3f4f6}.pp-drawer-stat{flex:1;text-align:center}.pp-drawer-stat-value{display:block;font-size:18px;font-weight:800;color:#111827}.pp-drawer-stat-label{display:block;font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.pp-drawer-details{padding:20px 24px;border-bottom:1px solid #f3f4f6}.pp-drawer-detail{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f9fafb}.pp-drawer-detail:last-child{border-bottom:none}.pp-drawer-detail-label{font-size:13px;color:#6b7280}.pp-drawer-actions{display:flex;gap:10px;padding:20px 24px;border-bottom:1px solid #f3f4f6;flex-wrap:wrap}.pp-drawer-section{padding:20px 24px}.pp-drawer-section-title{font-size:15px;font-weight:700;color:#111827;margin:0 0 16px}.pp-tx-loading,.pp-tx-empty{padding:24px 0;text-align:center;color:#9ca3af;font-size:14px}.pp-tx-list{display:flex;flex-direction:column;gap:2px}.pp-tx-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f9fafb}.pp-tx-row:last-child{border-bottom:none}.pp-tx-icon{width:34px;height:34px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.pp-tx-green{background:#d1fae5;color:#059669}.pp-tx-red{background:#fee2e2;color:#dc2626}.pp-tx-body{flex:1;min-width:0}.pp-tx-type{display:block;font-size:13px;font-weight:600;color:#111827;text-transform:capitalize}.pp-tx-note{display:block;font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pp-tx-right{text-align:right;flex-shrink:0}.pp-tx-amount{display:block;font-size:14px;font-weight:700}.pp-tx-pos{color:#059669}.pp-tx-neg{color:#dc2626}.pp-tx-date{display:block;font-size:11px;color:#9ca3af;margin-top:2px}.pp-modal{background:#fff;border-radius:18px;padding:32px;width:500px;max-width:92vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #00000024;align-self:center;animation:ppModalIn .22s ease-out}.pp-modal--sm{width:420px}@keyframes ppModalIn{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.pp-modal-title{font-size:20px;font-weight:800;color:#111827;margin:0 0 24px}.pp-form-group{margin-bottom:18px}.pp-form-group label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.pp-form-group input,.pp-form-group textarea{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;background:#fff;color:#111827;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.pp-form-group input:focus,.pp-form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.pp-form-row{display:flex;gap:14px}.pp-form-row .pp-form-group{flex:1}.pp-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.pp-delete-icon{display:flex;justify-content:center;color:#ef4444;margin-bottom:16px}.pp-delete-text{font-size:14px;color:#6b7280;text-align:center;margin:0 0 24px;line-height:1.5}@media (max-width: 768px){.pp-page{padding:20px 16px}.pp-title{font-size:22px}.pp-header{flex-direction:column;align-items:stretch;gap:12px}.pp-stats{grid-template-columns:repeat(2,1fr);gap:10px}.pp-stat-card{padding:14px;gap:10px}.pp-stat-icon{width:38px;height:38px;border-radius:10px}.pp-stat-value{font-size:18px}.pp-controls{flex-direction:column;align-items:stretch}.pp-search-wrap{min-width:0}.pp-view-toggle{align-self:flex-end}.pp-cards-grid{grid-template-columns:1fr}.pp-table-wrap{border-radius:12px}.pp-table{font-size:13px}.pp-table thead th,.pp-row td{padding:10px}.pp-cell-email,.pp-cell-username{display:none}.pp-drawer{width:100vw}.pp-drawer-header{padding:20px 16px 14px}.pp-drawer-stats{padding:14px 16px;gap:10px}.pp-drawer-details,.pp-drawer-actions,.pp-drawer-section{padding:14px 16px}.pp-toast-container{top:12px;right:12px;left:12px}.pp-toast{min-width:0}}@media (max-width: 480px){.pp-stats{grid-template-columns:1fr}.pp-modal{padding:24px 18px}.pp-modal--sm{width:100%}.pp-form-row{flex-direction:column;gap:0}}@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mascot-cursor{position:fixed;top:0;left:0;width:34px;height:38px;pointer-events:none;z-index:99999;opacity:0;transition:opacity .2s ease;will-change:transform}.mascot-cursor svg{width:100%;height:100%;display:block;pointer-events:none;filter:drop-shadow(0 4px 10px rgba(92,4,153,.35))}.mascot-cursor .pupil{transform-origin:center}body.custom-cursor-on .mascot-cursor{opacity:1}body.custom-cursor-on,body.custom-cursor-on *{cursor:none!important}body.pressing .mascot-cursor{filter:drop-shadow(0 2px 6px rgba(92,4,153,.45)) brightness(.92)}
