.tk-overlay{position:fixed;inset:0;z-index:10001;background:#020611bf;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:none;align-items:flex-end;justify-content:center;animation:tkFadeIn .3s ease}@keyframes tkFadeIn{0%{opacity:0}to{opacity:1}}.tk-sheet{width:100%;max-width:480px;max-height:92vh;background:linear-gradient(180deg,#0e1623,#0b1220);border-radius:24px 24px 0 0;border:1px solid rgba(245,166,35,.12);border-bottom:none;box-shadow:0 -8px 40px #00000080,0 0 30px #f5a6230a;display:flex;flex-direction:column;overflow:hidden;animation:tkSlideUp .35s cubic-bezier(.16,1,.3,1)}@keyframes tkSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.tk-handle{width:40px;height:4px;background:#ffffff26;border-radius:2px;margin:10px auto 6px;flex-shrink:0}.tk-header{display:flex;align-items:center;gap:12px;padding:8px 20px 14px;border-bottom:1px solid rgba(255,255,255,.05);flex-shrink:0}.tk-header-icon{width:42px;height:42px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5a6231a;border:1px solid rgba(245,166,35,.2);color:#f5a623}.tk-header-text{flex:1;min-width:0}.tk-header-text h3{font-size:16px;font-weight:800;color:#fff;margin:0;line-height:1.2}.tk-header-text span{font-size:11px;color:#6b7a8d;font-weight:500}.tk-close{width:34px;height:34px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);color:#a5b4c7;cursor:pointer;transition:all .2s ease}.tk-close:hover{background:#ef44441a;color:#ef4444;border-color:#ef444433}.tk-close:active{transform:scale(.92)}.tk-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:18px 20px 24px;min-height:0}.tk-form-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:16px;margin-bottom:20px}.tk-form-card-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#f5a623;margin-bottom:14px}.tk-field-group{margin-bottom:14px}.tk-label{display:block;font-size:12px;font-weight:600;color:#8b96a8;margin-bottom:6px;letter-spacing:.2px}.tk-input,.tk-textarea{width:100%;box-sizing:border-box;background:#0000004d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 14px;color:#fff;font-size:14px;font-weight:500;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;outline:none}.tk-input::placeholder,.tk-textarea::placeholder{color:#4a5468;font-weight:400}.tk-input:focus,.tk-textarea:focus{border-color:#f5a62366;background:#0006;box-shadow:0 0 0 3px #f5a62314}.tk-input.tk-error-state,.tk-textarea.tk-error-state{border-color:#ef444480;box-shadow:0 0 0 3px #ef444414}.tk-input.tk-success-state,.tk-textarea.tk-success-state{border-color:#22c55e66}.tk-input:disabled,.tk-textarea:disabled{opacity:.5;cursor:not-allowed}.tk-textarea{resize:vertical;min-height:90px;line-height:1.5}.tk-textarea-footer{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.tk-error{font-size:11px;color:#ef4444;font-weight:500;min-height:14px;transition:opacity .2s ease}.tk-char-counter{font-size:11px;color:#6b7a8d;font-weight:600;font-variant-numeric:tabular-nums}.tk-char-counter.tk-limit{color:#ef4444}.tk-submit-btn{width:100%;height:46px;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#f5a623,#ffcc4d);border:none;border-radius:12px;color:#020611;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 4px 16px #f5a6234d}.tk-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f5a62366;filter:brightness(1.05)}.tk-submit-btn:active{transform:scale(.98)}.tk-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;filter:grayscale(.3)}.tk-my-tickets-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#f5a623;margin-bottom:12px}.tk-list{display:flex;flex-direction:column;gap:10px}.tk-list .ticket-item{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:14px;padding:14px;transition:border-color .2s ease}.tk-list .ticket-item:hover{border-color:#f5a62326}.tk-list .ticket-item-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.tk-list .ticket-item-header strong{font-size:14px;color:#fff;font-weight:700}.tk-list .ticket-status{font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}.tk-list .ticket-status.open{background:#ef44441f;color:#ef4444}.tk-list .ticket-status.answered{background:#22c55e1f;color:#22c55e}.tk-list .ticket-status.closed{background:#6b7a8d1f;color:#6b7a8d}.tk-list .ticket-body-text{font-size:13px;color:#a5b4c7;line-height:1.5;margin-bottom:8px}.tk-list .ticket-date{font-size:11px;color:#6b7a8d;margin-top:6px}.tk-list .ticket-thread{margin:10px 0;display:flex;flex-direction:column;gap:6px}.tk-list .ticket-reply{background:#ffffff08;border-radius:10px;padding:10px 12px;font-size:12px;color:#a5b4c7}.tk-list .ticket-reply.admin{background:#f5a6230f;border:1px solid rgba(245,166,35,.12)}.tk-list .ticket-reply-meta{font-size:10px;color:#6b7a8d;margin-top:4px}.tk-list .ticket-actions{margin-top:10px}.tk-list .ticket-delete-btn{font-size:11px;color:#ef4444;background:#ef444414;border:1px solid rgba(239,68,68,.15);border-radius:8px;padding:6px 12px;cursor:pointer;font-family:inherit;transition:all .2s ease}.tk-list .ticket-delete-btn:hover{background:#ef444426}.tk-list .empty-state{text-align:center;padding:24px 12px;color:#6b7a8d;font-size:13px}@media(max-width:360px){.tk-sheet{max-height:95vh;border-radius:20px 20px 0 0}.tk-body{padding:14px 16px 20px}.tk-form-card{padding:14px}.tk-submit-btn{height:42px;font-size:13px}}.tk-mini-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(2,6,17,.3);border-top-color:#020611;border-radius:50%;animation:tkSpin .7s linear infinite;vertical-align:middle}@keyframes tkSpin{to{transform:rotate(360deg)}}.tk-card{background:linear-gradient(180deg,#0e1623,#0b1220);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:14px 16px;margin-bottom:10px;transition:border-color .2s ease,box-shadow .2s ease;overflow:hidden}.tk-card:hover{border-color:#ffffff1a;box-shadow:0 4px 16px #0003}.tk-card.tk-expanded{border-color:#f5a62333;box-shadow:0 4px 20px #00000040}.tk-card-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:10px}.tk-card-header-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.tk-card-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.tk-card-icon.tk-status-open{background:#3b82f61f}.tk-card-icon.tk-status-answered{background:#f5a6231f}.tk-card-icon.tk-status-closed{background:#6b7a8d1f}.tk-card-header-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.tk-card-subject{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-card-user{font-size:11px;color:#6b7a8d;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-card-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.tk-badge{font-size:10px;font-weight:700;padding:3px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border:1px solid}.tk-badge.tk-status-open{color:#3b82f6;background:#3b82f61a;border-color:#3b82f640}.tk-badge.tk-status-answered{color:#f5a623;background:#f5a6231a;border-color:#f5a62340}.tk-badge.tk-status-closed{color:#6b7a8d;background:#6b7a8d1a;border-color:#6b7a8d40}.tk-card-arrow{color:#6b7a8d;transition:transform .2s ease;display:flex;align-items:center}.tk-card-arrow.tk-arrow-open{transform:rotate(180deg)}.tk-card-preview{font-size:12px;color:#8896a8;line-height:1.5;margin-top:8px;padding-left:42px;white-space:pre-wrap;overflow:hidden;max-height:40px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tk-card-footer{display:flex;align-items:center;gap:6px;margin-top:8px;padding-left:42px;font-size:10px;color:#4a5668;font-weight:500}.tk-card-updated{color:#4a5668}.tk-card-replies{color:#f5a623;margin-left:auto}.tk-detail{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.tk-thread{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;max-height:300px;overflow-y:auto;padding-right:4px}.tk-thread::-webkit-scrollbar{width:4px}.tk-thread::-webkit-scrollbar-track{background:transparent}.tk-thread::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.tk-msg{border-radius:12px;padding:10px 14px;max-width:85%}.tk-msg-user{background:#ffffff0a;align-self:flex-start}.tk-msg-admin{background:#f5a62314;border:1px solid rgba(245,166,35,.15);align-self:flex-end}.tk-msg-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.tk-msg-author{font-size:11px;font-weight:700}.tk-msg-user .tk-msg-author{color:#6b7a8d}.tk-msg-admin .tk-msg-author{color:#f5a623}.tk-msg-time{font-size:10px;color:#4a5668;font-weight:500}.tk-msg-body{font-size:13px;color:#c5d0e0;line-height:1.6;white-space:pre-wrap;word-break:break-word}.tk-reply-form{margin-bottom:12px}.tk-reply-input{width:100%;min-height:72px;font-size:13px;padding:10px 14px;border-radius:10px;background:#0000004d;border:1px solid rgba(255,255,255,.08);color:#fff;font-family:inherit;resize:vertical;box-sizing:border-box;transition:border-color .2s ease}.tk-reply-input:focus{outline:none;border-color:#f5a6234d}.tk-reply-input::placeholder{color:#4a5668}.tk-actions{display:flex;flex-wrap:wrap;gap:6px}.tk-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#a5b4c7;transition:all .15s ease;font-family:inherit}.tk-btn:hover{background:#ffffff14;color:#fff}.tk-btn:active{transform:scale(.97)}.tk-btn-primary{background:linear-gradient(135deg,#f5a623,#d97706);border:none;color:#0b0f14;font-weight:700;padding:8px 18px;font-size:12px;margin-top:6px}.tk-btn-primary:hover{background:linear-gradient(135deg,#ffb840,#e89006);color:#0b0f14}.tk-btn-ghost{background:transparent;border-color:#ffffff1a}.tk-btn-danger{color:#ef4444;border-color:#ef444426;background:#ef44440d}.tk-btn-danger:hover{background:#ef44441f;color:#ef4444}
