*{margin:0;padding:0;box-sizing:border-box}html{background-color:#0a0a0f}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0a0a0f;background-image:linear-gradient(135deg,#0a0a0f,#16213e);background-attachment:fixed;color:#fff;overflow-x:hidden}a{color:inherit}#bg-canvas{display:block;position:fixed;top:0;left:0;z-index:0;opacity:.6;pointer-events:none}.root-layout{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh}header{background:#0a0a0fcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06);padding:1rem 0;position:sticky;top:0;z-index:1000;transition:all .3s ease}header.scrolled{background:#0a0a0ff2;box-shadow:0 4px 20px #0012ff1a}.header-content{max-width:100%;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#0012ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;flex-shrink:0;text-decoration:none}.header-buttons{display:flex;align-items:center;gap:.75rem}.discord-button,.login-button,.dashboard-btn,.logout-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.6rem 1.25rem;border-radius:12px;color:#fff;font-weight:500;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0;white-space:nowrap;height:40px;cursor:pointer}.discord-button:hover,.login-button:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}.dashboard-btn:hover{background:#ffffff14;border-color:#fff3}.logout-button:hover{background:#ef44441a;border-color:#ef44444d;color:#fca5a5}.discord-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.header-buttons .dashboard-btn svg,.header-buttons .login-button svg,.header-buttons .logout-button svg{width:18px;height:18px;flex-shrink:0}.hero-section{text-align:center;padding:2rem;max-width:900px;margin:0 auto}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.5rem;font-weight:500;color:#fffc;line-height:1.4}.rotating-text{background:linear-gradient(135deg,#0012ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.cards-section{max-width:1400px;margin:0 auto;padding:3rem 2rem 6rem;width:100%}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1200px){.cards-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block}.feature-card:hover{transform:translateY(-4px)}.card-icon{width:48px;height:48px;background:#0012ff1a;border:1px solid rgba(0,18,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.card-icon svg{width:24px;height:24px;color:#7e8bff}.feature-card:hover .card-icon{background:#0012ff2e;border-color:#0012ff59}.card-title{font-size:1.375rem;font-weight:700;margin-bottom:.75rem;color:#fff}.card-description{font-size:.95rem;color:#ffffffb3;line-height:1.6}.page-main{flex-grow:1;width:100%;margin-left:auto;margin-right:auto;padding:2rem 1rem;position:relative}@media(min-width:640px){.page-main{max-width:640px}}@media(min-width:768px){.page-main{max-width:768px}}@media(min-width:1024px){.page-main{max-width:1024px}}@media(min-width:1280px){.page-main{max-width:1280px}}@media(min-width:1536px){.page-main{max-width:1536px}}.page-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#0012ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.muted-note{color:#ffffffb3;font-size:1.25rem;text-align:center}footer{background:#0a0a0fcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(0,18,255,.1);padding:2rem;text-align:center;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto}.copyright{color:#ffffff80;font-size:.875rem;margin-bottom:1rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-top:1rem;flex-wrap:wrap}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#7e8bff}@media(max-width:768px){footer{padding:1.5rem 1rem}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1rem;max-width:300px;margin:1rem auto 0}.footer-links a{text-align:center}.footer-links a:nth-child(3){order:1}.footer-links a:nth-child(4){order:2}.footer-links a:nth-child(1){order:3}.footer-links a:nth-child(2){order:4}}.seller-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1000px;margin:0 auto;padding:0 20px}.seller-card{width:210px;max-width:100%;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.seller-card:hover{transform:translateY(-2px);border-color:#ffffff26;background:#ffffff0d}.seller-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;transition:all .3s ease}.seller-name{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.75rem}.copy-id-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fffc;padding:.4rem .8rem;border-radius:8px;cursor:pointer;font-size:.75rem;font-weight:500;transition:all .3s ease;width:auto}.copy-id-btn:hover{background:#ffffff1a;border-color:#fff3}.section-divider{width:100%;max-width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:2rem auto 1rem}.check-seller{max-width:450px;margin:0 auto;padding:0 20px;text-align:center}.check-seller h2{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.check-seller-input{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff;font-size:.9rem;outline:none;transition:all .3s ease;text-align:center}.check-seller-input:focus{border-color:#0012ff66;background:#ffffff0d}.check-seller-input::placeholder{color:#fff6}.seller-result{margin-top:1rem;font-size:.9rem;font-weight:500;min-height:24px}.result-ok{color:#4ade80}.result-bad{color:#f87171}.loading-spinner{width:34px;height:34px;margin:2rem auto;border-radius:50%;border:3px solid rgba(255,255,255,.15);border-top-color:#7e8bff;animation:spin .8s linear infinite}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-section{padding:4rem 1.5rem 3rem}.cards-grid{grid-template-columns:1fr!important;gap:1rem}.cards-section{padding:2rem 1rem 4rem}.header-content{padding:0 1.5rem}.logo{font-size:1.25rem}.discord-button,.login-button,.dashboard-btn{padding:.5rem .75rem;font-size:.8rem}.discord-button span,.login-button span,.dashboard-btn span,.logout-button span{display:none}.discord-icon{width:18px;height:18px}.header-buttons{gap:.5rem}.page-title{font-size:2rem}}.page-subtitle{text-align:center;font-size:1.125rem;color:#ffffffb3;margin-bottom:2rem}.error-message{text-align:center;color:#ff6b6b;margin:20px 0}.stats-container{display:flex;justify-content:center;gap:15px;margin:20px 0;flex-wrap:wrap;max-width:100%}.stat-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);padding:12px 16px;border-radius:12px;text-align:center;color:#fff;min-width:110px;max-width:140px;flex:1 1 auto}.stat-number{font-size:24px;font-weight:700;color:#7e8bff}.stat-label{font-size:14px;color:#ffffffb3}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin:20px 0}.pagination span{color:#fff}.pagination button{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#fffc;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s ease}.pagination button:disabled{background:#ffffff08;border-color:#ffffff0d;color:#ffffff4d;cursor:not-allowed;opacity:.5}.pagination button:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff38;transform:translateY(-1px)}.vouch-list{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px;padding:20px;justify-content:center;max-width:100vw;overflow-x:hidden}.vouch-card{display:flex;flex-direction:column;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;width:25%;color:#fff;box-shadow:0 4px 10px #0000004d;position:relative;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1)}.vouch-card:hover{transform:translateY(-4px)}.vouch-header{display:flex;align-items:center;margin-bottom:10px}.profile-pfp{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:10px;background:#000}.reviewer-name{font-weight:700;font-size:1rem;color:#fff;text-decoration:none}.reviewer-name:hover{text-decoration:underline}.vouch-card h3{font-size:18px;margin-bottom:10px;color:#fff}.vouch-card p{font-size:14px;margin:5px 0;color:#ffffffb3}.vouch-date{position:absolute;bottom:10px;right:10px;color:#aaa;font-size:12px}.vouch-single{max-width:400px;margin:2rem auto 0}.vouch-single .vouch-card{width:100%}.account-list{display:flex;flex-wrap:wrap;gap:24px;margin-top:20px;padding:20px;justify-content:center;max-width:100vw;overflow-x:hidden}.account-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;width:30%;min-width:340px;max-width:420px;color:#fff;box-shadow:0 4px 10px #0000004d;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.account-card:hover{transform:translateY(-4px)}.account-card.sold{cursor:default}.account-card .sold-meta{position:absolute;bottom:24px;right:24px;text-align:right;z-index:2;max-width:55%}.account-card .sold-seller{font-size:.8rem;font-weight:600;color:#e0e0e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-card .sold-date{font-size:.75rem;color:#ffffff80;margin-top:2px}.accounts-filter{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.75rem}.accounts-filter button{padding:.55rem 1.35rem;border-radius:10px;cursor:pointer;font-weight:600;font-size:.9rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-family:inherit;transition:all .2s ease}.accounts-filter button:hover{color:#fff;border-color:#ffffff38}.accounts-filter button.active{background:#7e8bff26;border-color:#7e8bff;color:#fff}.account-title{font-size:20px;font-weight:700;margin-bottom:16px;color:#7e8bff}.rank-section{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #2a2d2f}.rank-label{font-weight:700;color:#ccc;font-size:11px;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.rank-value{font-size:16px;color:#fff;font-weight:600;display:flex;align-items:center;gap:0}.rank-img{height:20px;width:auto;display:inline-block;vertical-align:middle}.stats-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #2a2d2f}.stat-box{text-align:center}.account-card .stat-label{font-size:10px;color:#aaa;display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.stat-value{font-size:17px;font-weight:700;color:#fff}.stat-icon{width:14px;height:14px}.dual-section{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #2a2d2f}.section-block{background:#ffffff05;padding:12px;border-radius:6px}.section-title{font-weight:700;color:#7e8bff;margin-bottom:10px;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12px}.info-row:last-child{margin-bottom:0}.info-label{color:#aaa;display:flex;align-items:center;gap:4px}.info-value{color:#fff;font-weight:600;font-size:13px}.mining-section{margin-bottom:16px;padding:12px;background:#ffffff05;border-radius:6px}.mining-stats{display:flex;flex-direction:column;font-size:12px;color:#ccc;gap:6px}.mining-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.mining-stat{display:flex;align-items:center;gap:5px}.price-section{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:12px;border-top:1px solid #2a2d2f}.price-block{display:flex;flex-direction:column}.price-label{font-size:11px;color:#aaa;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.price-value{font-size:26px;font-weight:700;color:#4ade80;line-height:1}.payment-icons{display:flex;gap:4px;align-items:center;flex-wrap:wrap}.payment-icon{width:18px;height:18px;flex-shrink:0;object-fit:contain}@media(max-width:768px){.vouch-card,.account-card{width:90%;max-width:400px}.stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 10px}.stats-container .stat-card{min-width:0;max-width:none;padding:12px 8px}.stats-container .stat-number{font-size:20px}.stats-container .stat-label{font-size:11px}}.detail-container{max-width:650px;margin:2rem auto;padding:0 20px}.account-detail-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:36px;color:#fff;box-shadow:0 4px 10px #0000004d}.account-detail-card .account-title{font-size:28px;margin-bottom:24px}.account-detail-card .price-value{font-size:36px}.account-detail-card .price-section{gap:24px;padding-top:20px;border-top-color:#ffffff1a}.account-detail-card .price-label{font-size:14px}.account-detail-card .payment-icon{width:24px;height:24px}.account-detail-card .rank-section{margin-bottom:24px;padding-bottom:16px;border-bottom-color:#ffffff1a}.account-detail-card .rank-label{font-size:14px;margin-bottom:8px}.account-detail-card .rank-value{font-size:22px}.account-detail-card .rank-img{height:28px}.account-detail-card .stats-grid-3{gap:24px;margin-bottom:24px;padding-bottom:20px;border-bottom-color:#ffffff1a}.account-detail-card .stat-label{font-size:13px;color:#aaa;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.account-detail-card .stat-value{font-size:24px}.account-detail-card .stat-icon{width:18px;height:18px}.account-detail-card .dual-section{gap:24px;margin-bottom:24px;padding-bottom:20px;border-bottom-color:#ffffff1a}.account-detail-card .section-block{padding:18px;border-radius:8px}.account-detail-card .section-title{font-size:15px;margin-bottom:14px}.account-detail-card .info-row{margin-bottom:10px;font-size:15px}.account-detail-card .info-label{gap:6px}.account-detail-card .info-value{font-size:16px}.account-detail-card .mining-section{padding:18px;border-radius:8px;margin-bottom:24px}.account-detail-card .mining-stats{font-size:15px;gap:12px}.account-detail-card .mining-row{gap:20px}.account-detail-card .mining-stat{gap:8px}@media(max-width:768px){.account-detail-card{padding:24px}.account-detail-card .account-title{font-size:20px;margin-bottom:16px}.account-detail-card .rank-section{margin-bottom:16px;padding-bottom:12px}.account-detail-card .rank-label{font-size:11px;margin-bottom:4px}.account-detail-card .rank-value{font-size:16px}.account-detail-card .rank-img{height:20px}.account-detail-card .stats-grid-3{gap:16px;margin-bottom:16px;padding-bottom:14px}.account-detail-card .stat-label{font-size:10px;gap:4px;margin-bottom:6px}.account-detail-card .stat-value{font-size:17px}.account-detail-card .stat-icon{width:14px;height:14px}.account-detail-card .dual-section{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;padding-bottom:12px}.account-detail-card .section-block{padding:12px}.account-detail-card .section-title{font-size:12px;margin-bottom:10px}.account-detail-card .info-row{margin-bottom:6px;font-size:12px}.account-detail-card .info-label{gap:4px}.account-detail-card .info-value{font-size:13px}.account-detail-card .mining-section{padding:12px;margin-bottom:16px}.account-detail-card .mining-stats{font-size:12px;gap:6px}.account-detail-card .mining-row{gap:14px}.account-detail-card .mining-stat{gap:5px}.account-detail-card .price-section{gap:16px;padding-top:12px}.account-detail-card .price-label{font-size:11px}.account-detail-card .price-value{font-size:26px}.account-detail-card .payment-icon{width:18px;height:18px}}.sell-panel{max-width:520px;margin:2.5rem auto 0}.sell-panel-desc{margin-bottom:1.25rem}.sell-gate{display:flex;justify-content:center}.sell-gate .btn{flex:0 0 auto;min-width:220px}.sell-form{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.25rem}.sell-field{display:flex;flex-direction:column;gap:.35rem}.sell-field span{font-size:.78rem;color:#fff9;font-weight:600}.sell-field input,.sell-field select{padding:.7rem .85rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background-color:#ffffff08;color:#fff;font-size:.9rem;outline:none}.sell-field input:focus,.sell-field select:focus{border-color:#0012ff66;background-color:#ffffff0d}.sell-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23ffffff' stroke-opacity='.55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:11px 7px}.sell-field select option{background:#1a1a2e;color:#fff}.sell-field textarea{padding:.7rem .85rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff;font-size:.9rem;outline:none;font-family:inherit}.sell-field textarea:focus{border-color:#0012ff66;background:#ffffff0d}.sell-check span{display:flex;align-items:center;gap:.5rem;color:#ffffffbf;font-weight:500;text-transform:none}.sell-check input[type=checkbox]{width:auto;accent-color:#7e8bff}.additional-info-box{background:#ffffff05;padding:20px;border-radius:8px;margin-bottom:24px}.additional-info-title{font-size:14px;font-weight:600;color:#aaa;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.additional-info-text{color:#ddd;font-size:16px;line-height:1.6}.action-buttons{display:flex;gap:16px;margin-top:32px}.btn{padding:16px 32px;border-radius:10px;font-weight:600;font-size:17px;cursor:pointer;border:none;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:1}.btn-primary{background:linear-gradient(135deg,#0012ff,#8b5cf6);color:#fff}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background:#ffffff14}@media(max-width:768px){.action-buttons{flex-direction:column;gap:12px;margin-top:24px}.action-buttons .btn{padding:14px 20px;font-size:16px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#06070eb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none;justify-content:center;align-items:center;z-index:2000;padding:1rem}.modal-overlay.show{display:flex;animation:modalFade .2s ease}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.modal{background:linear-gradient(180deg,#1a1b28,#131320);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.75rem;width:100%;max-width:440px;position:relative;box-shadow:0 24px 64px #0000008c,inset 0 1px #ffffff0a;animation:modalSlideIn .25s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:.9rem;right:.9rem;width:32px;height:32px;background:#ffffff0a;border:none;border-radius:9px;color:#ffffff80;font-size:0;cursor:pointer;transition:background .2s ease,color .2s ease}.modal-close:before,.modal-close:after{content:"";position:absolute;top:50%;left:50%;width:15px;height:2px;border-radius:1px;background:currentColor}.modal-close:before{transform:translate(-50%,-50%) rotate(45deg)}.modal-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.modal-close:hover{background:#ffffff17;color:#fff}.modal-title{font-size:1.4rem;font-weight:700;letter-spacing:-.015em;text-align:center;color:#fff;margin-bottom:.4rem}.modal-subtitle{color:#ffffff80;font-size:.9rem;text-align:center;margin-bottom:1.5rem}.modal-options{display:flex;flex-direction:column;gap:.7rem}.modal-option{position:relative;background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:1rem 1.15rem;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;display:flex;align-items:center;gap:.9rem}.modal-option:hover{background:#ffffff0d;border-color:#7e8bff73;transform:translateY(-2px);box-shadow:0 10px 26px #00000059}.modal-option.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.modal-option-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(255,255,255,.06)}.modal-option-icon svg{width:22px;height:22px}.modal-option-icon.web{background:#0012ff1f;color:#7c8bff}.modal-option-icon.discord{background:#5865f229;color:#8b95f7}.modal-option-info{flex:1;min-width:0}.modal-option-info h3{font-size:.98rem;font-weight:600;color:#fff;margin-bottom:.2rem}.modal-option-info p{font-size:.8rem;color:#ffffff80;margin:0;line-height:1.35}.modal-option:after{content:"";width:7px;height:7px;flex-shrink:0;border-top:2px solid rgba(255,255,255,.28);border-right:2px solid rgba(255,255,255,.28);transform:rotate(45deg);transition:border-color .18s ease}.modal-option:hover:after{border-color:#ffffffb3}.modal-status{margin-top:1rem;padding:.85rem 1rem;border-radius:10px;font-size:.85rem;line-height:1.5}.modal-status.error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#fca5a5}.modal-status.loading{background:#0012ff1a;border:1px solid rgba(0,18,255,.2);color:#ffffffb3;text-align:center}.modal-status.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.25);color:#86efac;text-align:center}.modal-status a{color:#7e8bff;text-decoration:underline}.buy-pay-section{margin-bottom:1.1rem}.buy-pay-label{font-size:.8rem;font-weight:600;color:#fff9;margin-bottom:.55rem}.buy-pay-options{display:flex;flex-wrap:wrap;gap:.5rem}.buy-pay-chip{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff06;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.45rem .7rem;cursor:pointer;color:#fffc;font-size:.82rem;font-weight:500;transition:background .15s ease,border-color .15s ease,color .15s ease}.buy-pay-chip:hover{background:#ffffff0d;border-color:#7e8bff73}.buy-pay-chip.selected{background:#0012ff26;border-color:#7e8bffb3;color:#fff}.buy-pay-chip:disabled{opacity:.5;cursor:not-allowed}.buy-pay-chip img{width:18px;height:18px;object-fit:contain;flex-shrink:0}@media(max-width:600px){.modal{padding:1.3rem 1.25rem;border-radius:16px}.modal-title{font-size:1.25rem}.modal-subtitle{margin-bottom:.95rem;font-size:.85rem}.buy-pay-section{margin-bottom:.8rem}.buy-pay-label{margin-bottom:.45rem}.buy-pay-chip{padding:.4rem .6rem}.modal-options{gap:.5rem}.modal-option{padding:.7rem .9rem;border-radius:12px;gap:.75rem}.modal-option-icon{width:38px;height:38px;border-radius:10px}.modal-option-icon svg{width:19px;height:19px}.modal-option-info h3{margin-bottom:.1rem}.modal-status{margin-top:.7rem;padding:.65rem .85rem}}.vouch-detail-card{max-width:560px;margin:2rem auto;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;color:#fff;box-shadow:0 4px 10px #0000004d}.vouch-detail-card .vouch-header{margin-bottom:20px}.vouch-detail-card .profile-pfp{width:56px;height:56px}.vouch-detail-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:15px}.vouch-detail-row:last-child{border-bottom:none}.vouch-detail-label{color:#aaa}.vouch-detail-value{color:#fff;font-weight:600;text-align:right}.vouch-number-badge{font-size:14px;color:#7e8bff;font-weight:700}.faq-container{max-width:900px;margin:0 auto}.faq-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;margin:1rem 0;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-card:hover{transform:scale(1.02)}.faq-card.active{background:#ffffff0f}.faq-question{font-size:1.125rem;font-weight:600;color:#fff}.faq-answer{padding-top:1rem;color:#fffc;line-height:1.6}.legal-page{min-height:100vh;background:#fff;color:#000;font-family:Times New Roman,Times,serif;line-height:1.6;padding:20px 15px}.tos-doc{max-width:1200px;margin:0 auto;background:#fff;color:#000;padding:40px 30px}.tos-doc h1{color:#000;font-size:1.75em;margin-bottom:5px;text-align:left;font-weight:700;text-transform:uppercase;letter-spacing:1px;word-wrap:break-word}.tos-doc .version-info{text-align:left;color:#666;margin-bottom:30px;font-size:.9em;font-weight:700}.tos-doc h2{color:#000;font-size:1.2em;margin-top:35px;margin-bottom:15px;font-weight:700;text-transform:uppercase}.tos-doc h3{color:#333;font-size:1.05em;margin-top:20px;margin-bottom:10px;font-weight:700}.tos-doc p,.tos-doc li{margin-bottom:12px;color:#000;font-size:1em;text-align:justify;word-wrap:break-word}.tos-doc ul{margin-left:25px;margin-bottom:15px;list-style-type:disc}.tos-doc ol{margin-left:25px;margin-bottom:15px;list-style-type:decimal}.tos-doc li{margin-bottom:8px}.tos-doc a{color:#00e;text-decoration:underline}.tos-doc a:hover{color:#551a8b}.tos-doc strong{color:#000;font-weight:700}.tos-doc .warning-box{background:#fff3cd;border:2px solid #ffc107;padding:15px;margin:25px 0;border-radius:5px}.tos-doc .important{font-weight:700;color:#dc3545;text-transform:uppercase}.tos-doc .contact-info{background:#f8f9fa;padding:20px;margin-top:40px;border:1px solid #dee2e6;border-radius:5px}.tos-doc .contact-info h2{margin-top:0}@media(min-width:600px){.legal-page{padding:30px 20px}.tos-doc{padding:50px}.tos-doc h1{font-size:2em}.tos-doc h2{font-size:1.3em}}@media(min-width:1024px){.legal-page{padding:40px 20px}.tos-doc{padding:60px 80px}}.privacy-doc .version-info{color:#000}.privacy-doc a{color:#06c}.privacy-doc a:hover{color:#0052a3}.privacy-doc .warning-box{background:#f5f5f5;border:2px solid #000}.privacy-doc .important{color:#000}.privacy-doc .contact-info{background:#f9f9f9;border:1px solid #ccc}.privacy-doc code{font-family:Courier New,monospace;font-size:.9em;background:#0000000f;padding:1px 5px;border-radius:3px}.main-content{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem}.auth-container{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem;width:100%;max-width:440px}.auth-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,#0012ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-group{margin-bottom:1.25rem}.form-label{display:block;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s ease;font-family:inherit}.form-input::placeholder{color:#fff6}.form-input:focus{outline:none;border-color:#0012ff80;background:#ffffff14}.forgot-password{text-align:right;margin-top:.5rem}.forgot-password a{color:#7e8bff;font-size:.8rem;text-decoration:none;cursor:pointer;transition:color .3s ease}.forgot-password a:hover{color:#a5b4fc}.password-requirements{margin-top:.5rem;font-size:.75rem;color:#ffffff80}.password-match{margin-top:.5rem;font-size:.75rem}.password-match.ok{color:#86efac}.password-match.bad{color:#fca5a5}.turnstile-container{display:flex;justify-content:center;margin:1.5rem 0}.auth-button{width:100%;padding:.875rem;background:linear-gradient(135deg,#0012ff,#a855f7);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.auth-button:hover:not(:disabled){transform:scale(1.015)}.auth-button:disabled{background:#0012ff4d;cursor:not-allowed;transform:none;box-shadow:none}.toggle-link{text-align:center;margin-top:1.5rem;color:#fff9;font-size:.875rem}.toggle-link a{color:#7e8bff;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease}.toggle-link a:hover{color:#a5b4fc}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:.875rem 1rem;color:#fca5a5;font-size:.875rem;margin-bottom:1.25rem}.auth-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:12px;padding:.875rem 1rem;color:#86efac;font-size:.875rem;margin-bottom:1.25rem}.auth-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.verify-subtitle{color:#fff9;font-size:.875rem;text-align:center;margin-bottom:1.5rem;line-height:1.5}.verify-email{color:#7e8bff;font-weight:500}.code-input-container{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.code-input{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:600;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;transition:all .3s ease;font-family:inherit}.code-input:focus{outline:none;border-color:#0012ff80;background:#ffffff14}.timer{color:#ffffff80;font-size:.8rem;text-align:center;margin-bottom:1rem}.resend-link{text-align:center;margin-top:1rem;color:#fff9;font-size:.875rem}.resend-link a{color:#7e8bff;text-decoration:none;font-weight:500;cursor:pointer}.resend-link a.disabled{color:#0012ff66;cursor:not-allowed}.modal-success{text-align:center;color:#fffc}.modal-success .icon{width:48px;height:48px;margin:0 auto 1rem;color:#7e8bff}.modal-success .icon svg{width:48px;height:48px}@media(max-width:768px){.auth-container{padding:2rem 1.5rem}}.dash-main{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem}.dash-header{margin-bottom:2rem}.dash-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.dash-subtitle{color:#fff9;font-size:1rem}.dash-alert{padding:1rem;border-radius:12px;margin-bottom:1.5rem}.dash-alert.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#86efac}.dash-alert.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.dash-alert.info{background:#0012ff1a;border:1px solid rgba(0,18,255,.3);color:#a5b4fc}.dash-toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%);z-index:3000;max-width:min(92vw,460px);text-align:center;cursor:pointer;padding:.85rem 1.25rem;border-radius:12px;font-size:.9rem;font-weight:500;box-shadow:0 10px 30px #00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:dashToastIn .25s ease}@keyframes dashToastIn{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}.dash-toast.success{background:#143c23eb;border:1px solid rgba(34,197,94,.45);color:#86efac}.dash-toast.error{background:#3c1616eb;border:1px solid rgba(239,68,68,.5);color:#fca5a5}.dash-toast.info{background:#161a3ceb;border:1px solid rgba(99,102,241,.5);color:#c7d2fe}.owner-panel{border:1px solid rgba(239,68,68,.25)}.owner-panel-desc{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.owner-current{font-size:.9rem;color:#ddd;margin-bottom:1.25rem}.owner-server-list{margin:.5rem 0 0;padding-left:1.4rem;list-style:decimal}.owner-server-list li{margin-bottom:.5rem}.owner-remove-btn{margin-left:.6rem;padding:.15rem .6rem;border-radius:8px;cursor:pointer;font-size:.78rem;background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.3);transition:all .2s ease}.owner-remove-btn:hover{background:#ef444433;border-color:#ef444480}.owner-muted{color:#ffffff73}.owner-form{display:flex;flex-direction:column;gap:.85rem;max-width:460px}.owner-input{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;color:#fff;font-size:.95rem;outline:none}.owner-input:focus{border-color:#0012ff66;background:#ffffff0d}.owner-confirm{display:flex;align-items:flex-start;gap:.55rem;color:#ffffffbf;font-size:.875rem;line-height:1.4;cursor:pointer}.owner-confirm input{margin-top:2px;flex-shrink:0}.owner-onboard-btn{align-self:flex-start}.owner-onboard-btn:disabled{opacity:.5;cursor:not-allowed}.dash-section{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.5rem;margin-bottom:2rem}.dash-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.dash-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.dash-info-item{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1rem}.dash-info-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.dash-info-value{font-size:.95rem;color:#fff}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.dash-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.5rem;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.dash-card:hover{transform:translateY(-4px)}.dash-card.clickable{cursor:pointer}.dash-card.disabled{opacity:.6;cursor:not-allowed}.dash-card.disabled:hover{transform:none;border-color:#ffffff14}.dash-card-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#0012ff1f;border:1px solid rgba(255,255,255,.07)}.dash-card-icon svg{width:22px;height:22px;color:#7c8bff}.dash-card-icon img{width:22px;height:22px;object-fit:contain}.dash-card-icon.discord{background:#5865f229}.dash-card-icon.linked{background:#22c55e29}.dash-card-icon.linked svg{color:#86efac}.dash-card-icon.tickets{background:#0012ff21;border-color:#ffffff14}.dash-card-icon.tickets svg{color:#8b96ff}.dash-card-icon.transactions{background:#22c55e21;border-color:#34d3994d}.dash-card-icon.transactions svg{color:#5ee6a0}.dash-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.dash-card-desc{font-size:.875rem;color:#fff9;line-height:1.5}.dash-badge{display:inline-block;background:#0012ff33;color:#7e8bff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-top:1rem}.dash-badge.coming-soon{background:#ffc10733;color:#ffc107}.dash-badge.linked{background:#22c55e33;color:#86efac}.dash-badge.not-linked{background:#ef444433;color:#fca5a5}.dash-discord-info{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.4rem .65rem;background:#5865f21a;border-radius:8px}.dash-discord-avatar{width:20px;height:20px;border-radius:50%}.dash-discord-username{font-size:.8rem;color:#fffc}.dash-modal-warning{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.dash-warning-title{color:#fca5a5;font-weight:600;font-size:.875rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.dash-warning-text{color:#ffffffb3;font-size:.8rem;line-height:1.5}.dash-modal-info{background:#5865f21a;border:1px solid rgba(88,101,242,.3);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.dash-info-title{color:#a5b4fc;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.dash-info-text{color:#ffffffb3;font-size:.8rem;line-height:1.5}.dash-modal-button{width:100%;padding:.875rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;margin-bottom:.75rem;display:inline-flex;align-items:center;justify-content:center;gap:10px}.dash-modal-button.primary{background:linear-gradient(135deg,#0012ff,#a855f7);color:#fff}.dash-modal-button.primary:hover{transform:scale(1.015)}.dash-modal-button.secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.dash-modal-button.secondary:hover{background:#ffffff1a}@media(max-width:1024px){.dash-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.dash-grid,.dash-info-grid{grid-template-columns:1fr}}@media(max-width:768px){.dash-main{padding:1.5rem}}.tx-main{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem}.tx-header{margin-bottom:2rem}.tx-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.tx-subtitle{color:#fff9;font-size:1rem}.tx-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem}.tx-stat-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;text-align:center;transition:all .3s ease}.tx-stat-card:hover{border-color:#ffffff1f}.tx-stat-icon{font-size:1.5rem;margin-bottom:.5rem}.tx-stat-value{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#0012ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tx-stat-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.tx-stat-sub{font-size:.7rem;color:#fff6;margin-top:.15rem}.tx-section-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.5rem;margin-bottom:2rem}.tx-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.tx-item-row{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.tx-item-row:last-child{border-bottom:none}.tx-item-name{flex:1;font-weight:500;font-size:.9rem}.tx-item-count{color:#ffffff80;font-size:.8rem;white-space:nowrap}.tx-item-value{color:#7e8bff;font-weight:600;font-size:.9rem;white-space:nowrap;min-width:70px;text-align:right}.tx-item-bar-container{width:100px;height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden;flex-shrink:0}.tx-item-bar{height:100%;background:linear-gradient(135deg,#0012ff,#a855f7);border-radius:3px;transition:width .5s ease}.tx-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.tx-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.25rem;transition:all .3s ease;position:relative}.tx-card:hover{border-color:#ffffff1f;transform:translateY(-1px)}.tx-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.tx-badge{display:inline-block;padding:.2rem .6rem;border-radius:8px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.tx-badge.buyer{background:#22c55e26;color:#86efac}.tx-badge.seller{background:#3b82f626;color:#93c5fd}.tx-vouch{font-size:.7rem;color:#ffffff59}.tx-amount{font-size:1.25rem;font-weight:700;color:#7e8bff;margin-bottom:.25rem}.tx-item{font-size:.9rem;color:#fffc;margin-bottom:.5rem}.tx-meta{font-size:.8rem;color:#ffffff73;margin-bottom:.25rem}.tx-review{font-size:.8rem;color:#ffffff8c;font-style:italic;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tx-date{font-size:.7rem;color:#ffffff59;margin-top:.5rem;text-align:right}.tx-empty{text-align:center;padding:3rem 2rem}.tx-empty-icon{font-size:3rem;margin-bottom:1rem}.tx-empty-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.tx-empty-text{color:#ffffff80;font-size:.9rem}.tx-link-button{display:inline-block;background:linear-gradient(135deg,#0012ff,#a855f7);color:#fff;padding:.875rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;margin-top:1.5rem;transition:all .3s ease}.tx-link-button:hover{transform:scale(1.015)}@media(max-width:1024px){.tx-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.tx-stats-grid,.tx-grid{grid-template-columns:1fr}.tx-item-bar-container{display:none}}@media(max-width:768px){.tx-main{padding:1.5rem}.tx-title{font-size:1.5rem}}.chat-page{position:fixed;top:0;right:0;bottom:0;left:0;box-sizing:border-box;padding-bottom:var(--kb-height, 0px);z-index:2000;background:linear-gradient(160deg,#0b0b10,#0d1017);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;display:flex;flex-direction:column}.chat-page *,.chat-page *:before,.chat-page *:after{box-sizing:border-box}.chat-page .chat-layout{display:flex;flex:1;min-height:0}.chat-page .sidebar{width:280px;background:#0a0a0fe6;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;flex-shrink:0}.chat-page .sidebar-header{height:72px;padding:0 1.2rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:.75rem;flex-shrink:0}.chat-page .sidebar-header img{width:32px;height:32px;border-radius:50%}.chat-page .sidebar-header h2{font-size:1rem;font-weight:600;background:linear-gradient(135deg,#0012ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chat-page .ticket-list{flex:1;overflow-y:auto;padding:.5rem}.chat-page .ticket-list::-webkit-scrollbar{width:4px}.chat-page .ticket-list::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:2px}.chat-page .ticket-item{padding:.75rem;border-radius:8px;cursor:pointer;transition:background .2s;margin-bottom:2px}.chat-page .ticket-item:hover{background:#0012ff14}.chat-page .ticket-item.active{background:#0012ff26;border:1px solid rgba(0,18,255,.2)}.chat-page .ticket-item .ticket-name{font-size:.85rem;font-weight:500;color:#e0e0e0}.chat-page .ticket-item .ticket-meta{font-size:.7rem;color:#888;margin-top:2px}.chat-page .ticket-item .ticket-status{display:inline-block;padding:1px 6px;border-radius:4px;font-size:.65rem;font-weight:600}.chat-page .ticket-status.open{background:#22c55e33;color:#22c55e}.chat-page .ticket-status.closed{background:#ef444433;color:#ef4444}.chat-page .ticket-category-group{margin-bottom:.25rem}.chat-page .ticket-category-header{display:flex;align-items:center;gap:.4rem;padding:.6rem .75rem .3rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;-webkit-user-select:none;user-select:none}.chat-page .ticket-category-header .category-icon{font-size:.8rem}.chat-page .ticket-category-header.cat-account_buy{color:#22c55e}.chat-page .ticket-category-header.cat-support{color:#60a5fa}.chat-page .ticket-category-header.cat-coin{color:#fbbf24}.chat-page .ticket-category-header.cat-custom{color:#c084fc}.chat-page .ticket-category-count{font-size:.6rem;font-weight:600;color:#555;margin-left:auto}.chat-page .chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.chat-page .chat-header{height:72px;padding:0 1.5rem;background:#0a0a0fcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-page .chat-header-info h3{font-size:1rem;font-weight:600}.chat-page .chat-header-info .chat-header-meta{font-size:.75rem;color:#888;margin-top:2px}.chat-page .chat-header-actions{display:flex;gap:.5rem}.chat-page .chat-header-left{display:flex;align-items:center;gap:.5rem;min-width:0}.chat-page .chat-back-btn,.chat-page .chat-members-btn{display:none}.chat-page .btn-close-ticket{padding:.4rem 1rem;background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#ef4444;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s}.chat-page .btn-close-ticket:hover{background:#ef44444d}.chat-page .chat-body{flex:1;display:flex;min-height:0}.chat-page .chat-messages-col{flex:1;display:flex;flex-direction:column;min-width:0}.chat-page .messages-container{flex:1;overflow-y:auto;padding:1rem 1.5rem}.chat-page .messages-container::-webkit-scrollbar{width:6px}.chat-page .messages-container::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:3px}.chat-page .message{display:flex;gap:.75rem;margin-bottom:1rem;animation:chatFadeIn .2s ease}@keyframes chatFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-page .message-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;object-fit:cover}.chat-page .message-content{flex:1;min-width:0}.chat-page .message-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:2px}.chat-page .message-username{font-size:.85rem;font-weight:600;color:#e0e0e0}.chat-page .message-username.role-owner{color:#fbbf24}.chat-page .message-username.role-seller{color:#7e8bff}.chat-page .message-username.role-staff{color:#60a5fa}.chat-page .message-username.role-online{color:#22c55e}.chat-page .message-username.tier-customer{color:#3b82f6}.chat-page .message-username.tier-customerp{color:#ef4444}.chat-page .message-username.tier-customerpp{color:#fbbf24}.chat-page .message-username.tier-customerppp{color:#1a1a1a;text-shadow:0 0 4px rgba(255,255,255,.6)}.chat-page .message-source{font-size:.6rem;padding:1px 5px;border-radius:3px;font-weight:600}.chat-page .source-web{background:#5865f233;color:#818cf8}.chat-page .source-discord{background:#5865f233;color:#5865f2}.chat-page .message-time{font-size:.65rem;color:#666}.chat-page .message-text{font-size:.9rem;color:#d0d0d0;line-height:1.5;word-break:break-word}.chat-page .message-text a{color:#818cf8;text-decoration:underline}.chat-page .message.system{justify-content:center;margin:.5rem 0}.chat-page .message.system .system-text{font-size:.75rem;color:#888;background:#ffffff0d;padding:4px 12px;border-radius:12px}.chat-page .mention-pill{display:inline;padding:0 2px;border-radius:3px;background:#5865f24d;color:#c9cdfb;font-weight:500;font-size:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.chat-page .mention-pill:hover{background:#5865f2;color:#fff}.chat-page .mention-pill.self{background:#5865f24d;color:#c9cdfb}.chat-page .mention-pill.self:hover{background:#5865f2;color:#fff}.chat-page .message.mentioned{background:#faa81a14;border-left:3px solid #faa81a;padding-left:.75rem;margin-left:-.75rem;border-radius:0}.chat-page .message.grouped{margin-top:-.7rem}.chat-page .message-avatar-spacer{width:40px;flex-shrink:0}.chat-page .image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000d1;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out}.chat-page .image-lightbox-img{max-width:92vw;max-height:86vh;object-fit:contain;border-radius:6px;box-shadow:0 10px 40px #00000080;cursor:default}.chat-page .image-lightbox-close{position:absolute;top:1rem;right:1.25rem;background:none;border:none;color:#fff;font-size:2rem;line-height:1;cursor:pointer;opacity:.85}.chat-page .image-lightbox-close:hover{opacity:1}.chat-page .image-lightbox-open{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);color:#cdd3ff;font-size:.8rem;text-decoration:none;background:#ffffff1a;padding:.35rem .8rem;border-radius:6px}.chat-page .image-lightbox-open:hover{background:#ffffff2e}.chat-page .mention-autocomplete{display:none;position:absolute;bottom:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#0f0f14fa;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:6px;box-shadow:0 -4px 20px #0006;z-index:100}.chat-page .mention-autocomplete.visible{display:block}.chat-page .mention-autocomplete::-webkit-scrollbar{width:4px}.chat-page .mention-autocomplete::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.chat-page .mention-autocomplete-header{padding:6px 12px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888}.chat-page .mention-autocomplete-item{display:flex;align-items:center;gap:.5rem;padding:6px 12px;cursor:pointer;transition:background .1s}.chat-page .mention-autocomplete-item:hover,.chat-page .mention-autocomplete-item.selected{background:#5865f233}.chat-page .mention-autocomplete-item img{width:24px;height:24px;border-radius:50%;object-fit:cover}.chat-page .mention-autocomplete-item .mention-name{font-size:.85rem;font-weight:500;color:#e0e0e0}.chat-page .mention-autocomplete-item .mention-role{font-size:.65rem;font-weight:600;margin-left:auto}.chat-page .mention-role.owner{color:#fbbf24}.chat-page .mention-role.seller{color:#7e8bff}.chat-page .mention-role.staff{color:#60a5fa}.chat-page .mention-role.buyer{color:#9ca3af}.chat-page .ticket-embed{background:#0f0f14e6;border-left:4px solid #0012ff;border-radius:4px;padding:1rem 1.25rem;margin:.5rem 1.5rem 1rem;max-width:520px}.chat-page .ticket-embed-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.4rem}.chat-page .ticket-embed-footer{font-size:.72rem;color:#949ba4;margin-top:.6rem}.chat-page .ticket-embed-description{font-size:.82rem;color:#b0b0b0;margin-bottom:.75rem;line-height:1.4}.chat-page .ticket-embed-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem 1rem;margin-bottom:.75rem}.chat-page .ticket-embed-field{min-width:0}.chat-page .ticket-embed-field.full-width{grid-column:1 / -1}.chat-page .ticket-embed-field-name{font-size:.7rem;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.chat-page .ticket-embed-field-value{font-size:.85rem;color:#e0e0e0;word-break:break-word}.chat-page .ticket-embed-buttons{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.chat-page .ticket-embed-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:4px;font-size:.8rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s;border:none}.chat-page .ticket-embed-btn.btn-skycrypt{background:#5865f233;color:#818cf8;border:1px solid rgba(88,101,242,.3)}.chat-page .ticket-embed-btn.btn-skycrypt:hover{background:#5865f259;color:#a5b4fc}.chat-page .ticket-embed-btn .btn-icon{font-size:.9rem}.chat-page .ticket-embed-btn .external-icon{font-size:.65rem;opacity:.6}.chat-page .message-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.chat-page .attachment-preview{max-width:300px;max-height:200px;border-radius:8px;cursor:pointer;transition:transform .2s}.chat-page .attachment-preview:hover{transform:scale(1.02)}.chat-page .attachment-file{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;padding:.5rem .75rem;border-radius:8px;text-decoration:none;color:#818cf8;font-size:.8rem}.chat-page .typing-indicator{padding:0 1.5rem;font-size:.75rem;color:#888;height:20px;line-height:20px}.chat-page .chat-input-area{padding:.75rem 1.5rem;background:#0a0a0fcc;border-top:1px solid rgba(255,255,255,.06)}.chat-page .chat-input-wrapper{display:flex;gap:.5rem;align-items:flex-end;position:relative}.chat-page .file-upload-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;color:#888;transition:all .2s;flex-shrink:0}.chat-page .file-upload-btn:hover{background:#ffffff1a;color:#ddd;border-color:#fff3}.chat-page .chat-msg-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.6rem 1rem;color:#fff;font-size:.9rem;font-family:inherit;resize:none;max-height:120px;min-height:40px;outline:none;transition:border-color .2s;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.chat-page .chat-msg-input::-webkit-scrollbar{display:none}.chat-page .chat-msg-input:focus{border-color:#fff3}.chat-page .chat-msg-input::placeholder{color:#555}.chat-page .send-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0012ff,#a855f7);border:none;border-radius:8px;cursor:pointer;color:#fff;transition:opacity .2s;flex-shrink:0}.chat-page .send-btn:hover{opacity:.85}.chat-page .send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-page .file-preview-area{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.chat-page .file-preview-item{position:relative;background:#ffffff0d;border-radius:6px;padding:4px 8px;font-size:.75rem;color:#aaa;display:flex;align-items:center;gap:6px;max-width:220px}.chat-page .file-preview-thumb{width:32px;height:32px;border-radius:4px;object-fit:cover;flex-shrink:0}.chat-page .file-preview-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-page .file-preview-item .remove-file{cursor:pointer;color:#ef4444;font-weight:700;flex-shrink:0}.chat-page .drag-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;padding:1.5rem;background:#08090eb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);align-items:center;justify-content:center}.chat-page .drag-overlay.visible{display:flex}.chat-page .drag-overlay-box{display:flex;flex-direction:column;align-items:center;gap:.7rem;padding:2.2rem 3rem;border-radius:16px;border:2px dashed rgba(255,255,255,.22);background:#ffffff08;color:#ffffffd9;font-size:1rem;font-weight:600;letter-spacing:.01em}.chat-page .drag-overlay-box svg{color:#ffffff8c}.chat-page .closed-banner{padding:.75rem 1.5rem;background:#ef44441a;border-top:1px solid rgba(239,68,68,.2);text-align:center;color:#ef4444;font-size:.85rem;font-weight:500}.chat-page .loading-state,.chat-page .empty-state,.chat-page .error-state{display:flex;align-items:center;justify-content:center;height:100%;color:#888;font-size:.9rem}.chat-page .no-ticket-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#555;gap:.5rem;text-align:center;padding:1rem}.chat-page .no-ticket-selected .icon{font-size:3rem}.chat-page .no-ticket-selected a{color:#818cf8;text-decoration:underline}.chat-page .participants-sidebar{width:240px;background:#0a0a0fe6;border-left:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.chat-page .participants-sidebar::-webkit-scrollbar{width:4px}.chat-page .participants-sidebar::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:2px}.chat-page .participants-header{padding:1rem 1rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888}.chat-page .participant-group{padding:0 .5rem;margin-bottom:.75rem}.chat-page .participant-group-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;margin-bottom:.25rem}.chat-page .participant-group-title.role-owner{color:#fbbf24}.chat-page .participant-group-title.role-seller{color:#7e8bff}.chat-page .participant-group-title.role-staff{color:#60a5fa}.chat-page .participant-group-title.role-buyer{color:#9ca3af}.chat-page .participant-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;border-radius:6px;transition:background .15s}.chat-page .participant-item:hover{background:#ffffff0d}.chat-page .participant-avatar-wrap{position:relative;flex-shrink:0}.chat-page .participant-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.chat-page .status-dot{position:absolute;bottom:-1px;right:-1px;width:12px;height:12px;border-radius:50%;border:2px solid rgba(10,10,15,.9)}.chat-page .status-dot.online{background:#22c55e}.chat-page .status-dot.away{background:#f59e0b}.chat-page .status-dot.dnd{background:#ef4444}.chat-page .status-dot.offline{background:#6b7280}.chat-page .participant-name{font-size:.8rem;font-weight:500;color:#d0d0d0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-page .participant-name.role-owner{color:#fbbf24}.chat-page .participant-name.role-seller{color:#7e8bff}.chat-page .participant-name.role-staff{color:#60a5fa}.chat-page .participant-name.role-buyer{color:#9ca3af}.chat-page .participant-group-title.role-online,.chat-page .participant-name.role-online{color:#22c55e}.chat-page .participant-group-title.tier-customer,.chat-page .participant-name.tier-customer{color:#3b82f6}.chat-page .participant-group-title.tier-customerp,.chat-page .participant-name.tier-customerp{color:#ef4444}.chat-page .participant-group-title.tier-customerpp,.chat-page .participant-name.tier-customerpp{color:#fbbf24}.chat-page .participant-group-title.tier-customerppp,.chat-page .participant-name.tier-customerppp{color:#1a1a1a;text-shadow:0 0 4px rgba(255,255,255,.6)}.chat-page .participant-item.offline .participant-name{color:#888}.chat-page .slash-item{display:flex;align-items:baseline;gap:.6rem}.chat-page .slash-cmd-name{color:#7e8bff;font-weight:700;font-size:.85rem}.chat-page .slash-cmd-desc{color:#999;font-size:.78rem}.chat-page .pay-card{background:#2b2d31;border-left:4px solid #0012ff;border-radius:4px;padding:.85rem 1rem .9rem;margin:.5rem 1.5rem;max-width:440px}.chat-page .pay-card-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.5rem}.chat-page .pay-card-footer{font-size:.72rem;color:#949ba4;margin-top:.55rem}.chat-page .message.pay-pinged{background:#faa81a14;border-left:3px solid #faa81a;padding-left:.4rem;margin-left:-.4rem;border-radius:0}.chat-page .pay-card-line{font-size:.85rem;color:#dbdee1;margin-bottom:.4rem}.chat-page .pay-card-line strong{color:#fff}.chat-page .pay-card-address{font-family:SFMono-Regular,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;color:#fff;background:#00000047;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:.5rem .65rem;word-break:break-all;margin-bottom:.55rem}.chat-page .pay-card-heading{font-size:.85rem;font-weight:700;color:#fff;margin:.15rem 0 .4rem}.chat-page .pay-card-bullets,.chat-page .pay-card-warnings{margin:.2rem 0 .55rem;padding-left:1.1rem}.chat-page .pay-card-bullets li{font-size:.8rem;color:#b5b8c0;line-height:1.5}.chat-page .pay-card-warnings li{font-size:.8rem;color:#e6e8ee;line-height:1.5;font-weight:600;margin-top:.1rem}.chat-page .pay-card-copy{display:inline-flex;align-items:center;gap:.35rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#e6e8ee;border-radius:8px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.chat-page .pay-card-copy:hover{background:#0012ff2e;border-color:#7e8bff80}.chat-page .vouch-card{background:#0f0f14e6;border-left:4px solid #0012ff;border-radius:4px;padding:.85rem 1.1rem;margin:.75rem 1.5rem;max-width:440px}.chat-page .vouch-row.pinged{background:#faa81a14;border-left:3px solid #faa81a;margin:0 -1.5rem;padding:.1rem 1.5rem .1rem calc(1.5rem - 3px)}.chat-page .vouch-embed.denied{border-left-color:#6b7280;opacity:.85}.chat-page .vouch-embed.vouch-thanks{border-left-color:#22c55e}.chat-page .vouch-embed{max-width:440px;margin:.75rem 1.5rem;background:#2b2d31;border-left:4px solid #0012ff;border-radius:4px;padding:.6rem 1rem .85rem .85rem;display:flex;flex-direction:column;gap:.4rem}.chat-page .vouch-embed-author{display:flex;align-items:center;gap:.5rem}.chat-page .vouch-embed-author-icon{width:24px;height:24px;border-radius:50%;object-fit:cover}.chat-page .vouch-embed-author-name{font-size:.8rem;font-weight:600;color:#f2f3f5}.chat-page .vouch-embed-title{font-size:1rem;font-weight:700;color:#fff}.chat-page .vouch-embed-desc{display:flex;flex-direction:column;gap:.15rem;font-size:.875rem;color:#dbdee1;line-height:1.45}.chat-page .vouch-embed-desc strong{color:#f2f3f5;font-weight:600}.chat-page .vouch-embed-footer{font-size:.72rem;color:#949ba4;margin-top:.3rem}.chat-page .vouch-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.chat-page .vouch-badge{font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#22c55e;background:#22c55e26;padding:2px 8px;border-radius:10px}.chat-page .vouch-badge.pending{color:#7e8bff;background:#0012ff2e}.chat-page .vouch-seller{font-size:.75rem;color:#888}.chat-page .vouch-card-body{display:flex;flex-direction:column;gap:.25rem}.chat-page .vouch-line{font-size:.85rem;color:#d0d0d0}.chat-page .vouch-line strong{color:#fff;font-weight:600}.chat-page .vouch-line.review{margin-top:.15rem}.chat-page .vouch-reviewer{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.chat-page .vouch-reviewer-pfp{width:28px;height:28px;border-radius:50%;object-fit:cover}.chat-page .vouch-reviewer-name{font-weight:600;color:#fff;font-size:.9rem}.chat-page .vouch-card-actions{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.chat-page .vouch-wait{font-size:.78rem;color:#888;font-style:italic}.chat-page .vouch-btn{padding:.4rem .9rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#d0d0d0;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer}.chat-page .vouch-btn:hover{background:#ffffff1a}.chat-page .vouch-btn:disabled{opacity:.5;cursor:not-allowed}.chat-page .vouch-btn.primary{background:linear-gradient(135deg,#0012ff,#a855f7);border:none;color:#fff}.chat-page .vouch-btn.primary:hover{filter:brightness(1.1)}.chat-page .vouch-btn.danger{background:#ef444433;border-color:#ef44444d;color:#f87171}.chat-page .vouch-btn.danger:hover{background:#ef44444d}.chat-page .vouch-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.chat-page .vouch-modal{width:100%;max-width:400px;background:#0f0f14fa;border:1px solid rgba(0,18,255,.25);border-radius:12px;padding:1.5rem;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;gap:.9rem}.chat-page .vouch-modal-title{font-size:1.1rem;font-weight:700;color:#fff}.chat-page .vouch-field{display:flex;flex-direction:column;gap:.3rem}.chat-page .vouch-field>span{font-size:.78rem;font-weight:600;color:#aaa}.chat-page .vouch-field input,.chat-page .vouch-field select,.chat-page .vouch-field textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.55rem .7rem;color:#fff;font-size:.85rem;font-family:inherit;resize:vertical}.chat-page .vouch-field input:focus,.chat-page .vouch-field select:focus,.chat-page .vouch-field textarea:focus{outline:none;border-color:#0012ff80}.chat-page .vouch-field select option{background:#16213e}.chat-page .vouch-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ccc;cursor:pointer}.chat-page .vouch-checkbox input{width:16px;height:16px;accent-color:#0012ff;cursor:pointer}.chat-page .vouch-char-count{font-size:.72rem;color:#888;text-align:right;margin-top:-.5rem}.chat-page .vouch-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}@media(max-width:1024px){.chat-page .chat-body{position:relative}.chat-page .chat-members-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;cursor:pointer;color:#fff;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px}.chat-page .chat-members-btn.active{background:#ffffff26;border-color:#ffffff38;color:#fff}.chat-page .participants-sidebar{position:absolute;top:0;right:0;bottom:0;z-index:50;width:260px;max-width:82%;transform:translate(100%);transition:transform .22s ease;box-shadow:-10px 0 30px #00000073;border-left:1px solid rgba(255,255,255,.08)}.chat-page .participants-sidebar.open{transform:translate(0)}.chat-page .members-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;background:#00000073}}@media(max-width:768px){.chat-page .sidebar{width:100%;border-right:none}.chat-page .chat-main,.chat-page .chat-layout.has-ticket .sidebar{display:none}.chat-page .chat-layout.has-ticket .chat-main{display:flex}.chat-page .chat-back-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;padding:0;line-height:1;font-size:1.4rem;color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px}.chat-page .chat-header{padding:0 .9rem}.chat-page .chat-header-info h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:62vw}.chat-page .messages-container{padding:.85rem 1rem}.chat-page .chat-msg-input{font-size:16px}}.ag-terms{padding:1.5rem;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,18,255,.3);border-radius:1rem;margin:1rem auto;color:#fff;text-align:center;max-width:1000px}.ag-terms p{margin-bottom:1.5rem;font-size:1.2rem;line-height:1.5}.ag-terms p:last-child{margin-bottom:0}.ag-terms strong{font-size:1.5rem;color:#7e8bff;display:block;margin-bottom:1rem}.ag-card{padding:1.5rem;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1rem;color:#fff;text-align:center;font-size:1.25rem;font-weight:700;max-width:1000px;margin:1rem auto;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.ag-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#0012ff,transparent);opacity:0;transition:opacity .3s ease}.ag-card:hover{transform:translateY(-2px);border-color:#0012ff33;background:#ffffff0d;box-shadow:0 8px 20px #0012ff14}.ag-card:hover:before{opacity:1}.ag-card-content{display:none;margin-top:1rem;font-size:1rem;color:#ddd;text-align:left;font-weight:400}.ag-card.active .ag-card-content{display:block}.ag-card-content ul{list-style:none;padding-left:0;margin:0}.ag-card-content li{margin:.5rem 0;padding-left:1.5rem;position:relative}.ag-card-content li:before{content:"•";color:#7e8bff;font-weight:700;position:absolute;left:0;top:0}.ag-payment{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,18,255,.5);font-weight:700;color:#7e8bff;text-align:center}@media(max-width:768px){.ag-terms,.ag-card{margin:1rem}.ag-terms p{font-size:1rem}}.seller-main{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:2rem}.seller-head{margin-bottom:1.5rem}.seller-title{font-size:2rem;font-weight:700;margin-bottom:.4rem}.seller-subtitle{color:#fff9;font-size:1rem}.seller-tabs{display:flex;gap:.25rem;margin-bottom:2rem;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.08)}.seller-tab{padding:.75rem 1.1rem;margin-bottom:-1px;white-space:nowrap;text-decoration:none;color:#ffffff8c;font-weight:600;font-size:.92rem;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.seller-tab:hover{color:#fff}.seller-tab.active{color:#fff;border-bottom-color:#7e8bff}.seller-section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.seller-section-head .dash-section-title{margin-bottom:0}.seller-head-btn{flex:0 0 auto;padding:.6rem 1.15rem;font-size:.9rem}.seller-filter{display:flex;gap:.4rem;margin-bottom:1.1rem;flex-wrap:wrap}.seller-filter-btn{padding:.35rem .85rem;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:600;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#fff9;font-family:inherit;transition:all .2s ease}.seller-filter-btn:hover{color:#fff;border-color:#ffffff29}.seller-filter-btn.active{background:#7e8bff24;border-color:#7e8bff;color:#fff}.seller-table-wrap{overflow-x:auto;margin:0 -.25rem}.seller-table{width:100%;border-collapse:collapse;font-size:.9rem}.seller-table thead th{text-align:left;padding:.7rem 1rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff6;border-bottom:1px solid rgba(255,255,255,.08);white-space:nowrap}.seller-table tbody td{padding:.9rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);color:#ffffffd9;white-space:nowrap}.seller-table tbody tr:last-child td{border-bottom:none}.seller-table tbody tr:hover td{background:#ffffff05}.seller-table .seller-price{color:#7e8bff;font-weight:600}.seller-ign{font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}.seller-hidden-tag{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#ffffff73;background:#ffffff0f;padding:2px 6px;border-radius:5px}.seller-status{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;padding:.2rem .6rem;border-radius:8px}.seller-status.active{background:#22c55e26;color:#86efac}.seller-status.inactive{background:#ffffff0f;color:#ffffff73}.seller-row-actions{display:flex;align-items:center;gap:1rem}.seller-link{color:#7e8bff;text-decoration:none;font-weight:600;cursor:pointer;background:none;border:none;padding:0;font-family:inherit;font-size:inherit}.seller-link:hover{text-decoration:underline}.seller-link:disabled{opacity:.6;cursor:default;text-decoration:none}.seller-danger{color:#fca5a5}.seller-muted-link{color:#ffffff73;font-weight:500}.seller-confirm{display:inline-flex;align-items:center;gap:.85rem}.seller-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.seller-modal{width:100%;max-width:460px;background:#12141c;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem 1.5rem 1.25rem;box-shadow:0 24px 70px #0000008c}.seller-modal-title{margin:0 0 1.25rem;font-size:1.15rem;font-weight:600;color:#fff}.seller-modal-desc{margin:-.75rem 0 1.1rem;font-size:.85rem;color:#9aa0ad;line-height:1.45}.seller-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.25rem}.seller-modal-actions .btn{flex:0 0 auto;min-width:120px}.seller-muted-cell{color:#ffffff59}.seller-ticket{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;border-radius:10px;transition:background .2s ease}.seller-ticket:last-child{border-bottom:none}.seller-ticket:hover{background:#ffffff08}.seller-ticket-main{display:flex;align-items:center;gap:.65rem;min-width:0}.seller-ticket-type{font-weight:600;color:#fff}.seller-ticket-num{font-size:.8rem;color:#fff6}.seller-ticket-meta{display:flex;align-items:center;gap:1rem;font-size:.82rem;color:#ffffff80;flex-shrink:0}.seller-selectall{background:none;border:none;font-size:.85rem}.seller-selectall:disabled{opacity:.5;cursor:default}.seller-pm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.seller-pm{display:flex;align-items:center;gap:.7rem;padding:.8rem 1rem;cursor:pointer;text-align:left;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#ffffffd9;font-size:.9rem;font-weight:500;transition:all .2s ease}.seller-pm:hover{border-color:#7e8bff66;background:#ffffff0a}.seller-pm.on{border-color:#7e8bff;background:#7e8bff1f;color:#fff}.seller-pm:disabled{cursor:default;opacity:.7}.seller-pm-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.seller-pm-name{flex:1}.seller-pm-check{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.8rem;font-weight:700;color:#ffffff59;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.seller-pm.on .seller-pm-check{color:#fff;background:#7e8bff;border-color:#7e8bff}.seller-pm-actions{margin-top:1.5rem}.seller-pm-actions .btn{flex:0 0 auto}.seller-empty{text-align:center;color:#ffffff8c;padding:2.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.seller-empty .btn{flex:0 0 auto}@media(max-width:768px){.seller-main{padding:1.5rem}.seller-title{font-size:1.5rem}}
