:root{
  --report-bg:#050505;
  --report-panel:#0d1219;
  --report-panel-2:#101722;
  --report-line:rgba(74,156,255,.22);
  --report-line-soft:rgba(255,255,255,.10);
  --report-text:rgba(255,255,255,.95);
  --report-muted:rgba(244,246,255,.68);
  --report-gold:#f5c542;
  --report-blue:#4a9cff;
  --report-red:#ff667d;
  --report-green:#38d996;
  --report-shadow:0 22px 60px rgba(0,0,0,.62);
}
.report-float-btn{
  position:fixed;
  right:max(14px,env(safe-area-inset-right));
  bottom:calc(104px + env(safe-area-inset-bottom));
  min-width:58px;
  height:58px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  z-index:80;
  text-decoration:none;
  color:#081018!important;
  border-radius:999px;
  border:1px solid rgba(245,197,66,.44);
  background:linear-gradient(135deg,#f5c542,#ffe8a4)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.46),0 0 0 7px rgba(245,197,66,.09),inset 0 1px 0 rgba(255,255,255,.42);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  font-weight:950;
  letter-spacing:-.02em;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.report-float-btn:hover{transform:translateY(-3px);filter:saturate(1.08);box-shadow:0 24px 54px rgba(0,0,0,.54),0 0 0 9px rgba(245,197,66,.12),inset 0 1px 0 rgba(255,255,255,.46)}
.report-float-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.report-float-btn span{font-size:14px;line-height:1}
body.report-page .report-float-btn{display:none!important}
@media(max-width:520px){.report-float-btn{right:12px;bottom:calc(96px + env(safe-area-inset-bottom));width:56px;min-width:56px;height:56px;padding:0}.report-float-btn span{display:none}.report-float-btn svg{width:23px;height:23px}}
.report-page{min-height:100vh;background:#000!important;color:var(--report-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;padding:16px 14px calc(104px + env(safe-area-inset-bottom))}
.report-shell{width:min(980px,100%);margin:0 auto;display:grid;gap:16px}
.report-hero,.report-card,.report-success,.report-list-card{border:1px solid var(--report-line);border-radius:30px;background:radial-gradient(760px 260px at 12% 0%,rgba(74,156,255,.16),transparent 62%),radial-gradient(420px 180px at 92% 0%,rgba(245,197,66,.13),transparent 68%),linear-gradient(180deg,rgba(16,22,31,.98),rgba(7,10,16,.99));box-shadow:var(--report-shadow);overflow:hidden}
.report-hero{padding:20px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:16px;align-items:stretch}
.report-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}
.report-back{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:var(--report-gold);border:1px solid rgba(245,197,66,.32);background:linear-gradient(180deg,rgba(245,197,66,.16),rgba(245,197,66,.08));text-decoration:none;box-shadow:0 12px 28px rgba(0,0,0,.30)}
.report-back svg,.report-hero-icon svg,.report-type-icon svg,.report-empty svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.report-hero h1{margin:0;color:#fff;font-size:clamp(2rem,5vw,3.2rem);line-height:1.05;letter-spacing:-.055em;font-weight:950}
.report-hero p{margin:12px 0 0;color:var(--report-muted);line-height:1.8;font-size:15px;font-weight:760}
.report-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.report-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.86);font-size:13px;font-weight:900}
.report-hero-side{display:grid;gap:12px;align-content:start}
.report-stat{padding:16px;border-radius:22px;border:1px solid rgba(74,156,255,.18);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}
.report-stat strong{display:block;color:#fff;font-size:22px;font-weight:950;line-height:1.1}
.report-stat span{display:block;margin-top:5px;color:var(--report-muted);font-size:13px;font-weight:800;line-height:1.5}
.report-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:16px;align-items:start}
.report-card{padding:20px}
.report-section-title{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#fff;font-size:20px;font-weight:950;letter-spacing:-.03em}
.report-form{display:grid;gap:14px}
.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.report-field{display:grid;gap:8px}
.report-field label{color:rgba(255,255,255,.84);font-size:13px;font-weight:950}
.report-input,.report-select,.report-textarea{width:100%;border:1px solid rgba(74,156,255,.20);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));color:#fff;outline:none;font:800 14px/1.4 Inter,system-ui,sans-serif;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.report-input,.report-select{height:54px;padding:0 14px}
.report-select option{background:#0d1219;color:#fff}
.report-textarea{min-height:150px;resize:vertical;padding:14px}
.report-input::placeholder,.report-textarea::placeholder{color:rgba(255,255,255,.34)}
.report-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.report-type{position:relative;min-height:82px;padding:14px;border-radius:20px;border:1px solid rgba(74,156,255,.18);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));cursor:pointer;display:flex;align-items:center;gap:12px;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.report-type:hover{transform:translateY(-2px);border-color:rgba(245,197,66,.28)}
.report-type input{position:absolute;opacity:0;pointer-events:none}
.report-type-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;color:var(--report-gold);background:linear-gradient(180deg,rgba(245,197,66,.14),rgba(245,197,66,.06));border:1px solid rgba(245,197,66,.28);flex-shrink:0}
.report-type strong{display:block;color:#fff;font-size:14px;font-weight:950}
.report-type span{display:block;margin-top:3px;color:var(--report-muted);font-size:12px;font-weight:760;line-height:1.45}
.report-type:has(input:checked){border-color:rgba(245,197,66,.48);background:radial-gradient(120px 70px at 18% 0%,rgba(245,197,66,.16),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.070),rgba(255,255,255,.035));box-shadow:0 0 0 5px rgba(245,197,66,.07)}

.report-select-wrap{position:relative;display:flex;align-items:center}
.report-select-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:13px;display:grid;place-items:center;color:var(--report-gold);background:linear-gradient(180deg,rgba(245,197,66,.16),rgba(245,197,66,.07));border:1px solid rgba(245,197,66,.25);z-index:2;pointer-events:none}
.report-type-dropdown{height:64px!important;padding-left:60px!important;padding-right:48px!important;appearance:none;-webkit-appearance:none;font-size:15px!important;border-radius:22px!important;background:radial-gradient(260px 95px at 12% 0%,rgba(245,197,66,.13),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.070),rgba(255,255,255,.030))!important;border-color:rgba(245,197,66,.34)!important;box-shadow:0 14px 34px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05)!important}
.report-select-arrow{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--report-gold);font-size:13px;pointer-events:none}
.report-upload{border:1px dashed rgba(74,156,255,.34);border-radius:22px;background:rgba(74,156,255,.045);padding:16px;display:grid;gap:12px;text-align:center;place-items:center;cursor:pointer;color:var(--report-muted);font-weight:850;line-height:1.6}
.report-upload svg{width:32px;height:32px;stroke:var(--report-gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.report-upload input{display:none}
.report-preview{display:none;position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.10);background:#050505}
.report-preview.show{display:block}
.report-preview img{width:100%;max-height:280px;object-fit:cover;display:block}
.report-remove-image{position:absolute;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:14px;background:rgba(5,7,11,.84);color:#fff;cursor:pointer;font-size:18px;font-weight:950}
.report-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;margin-top:2px}
.report-submit,.report-secondary{min-height:54px;border-radius:18px;padding:0 42px;border:1px solid rgba(245,197,66,.34);cursor:pointer;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none}
.report-submit{color:#081018;background:linear-gradient(90deg,#f5c542,#ffe8a4);box-shadow:0 16px 34px rgba(0,0,0,.36)}
.report-secondary{color:var(--report-gold);background:linear-gradient(180deg,rgba(245,197,66,.14),rgba(245,197,66,.06))}
.report-submit svg,.report-secondary svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.report-note{color:var(--report-muted);font-size:12.5px;font-weight:780;line-height:1.6}
.report-success{display:none;padding:18px;border-color:rgba(56,217,150,.30);background:linear-gradient(180deg,rgba(56,217,150,.10),rgba(7,10,16,.98))}
.report-success.show{display:block}
.report-success strong{display:block;color:#fff;font-size:18px;font-weight:950;margin-bottom:6px}
.report-success span{display:block;color:var(--report-muted);font-size:13px;line-height:1.7;font-weight:780}
.report-list-card{padding:18px}
.report-list{display:grid;gap:10px;margin-top:12px}
.report-ticket{padding:14px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}
.report-ticket-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.report-ticket strong{color:#fff;font-size:14px;font-weight:950}
.report-ticket small{color:rgba(255,255,255,.48);font-weight:800}
.report-ticket p{margin:0;color:var(--report-muted);line-height:1.55;font-size:13px;font-weight:780}
.report-status{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;border-radius:999px;padding:6px 9px;background:rgba(245,197,66,.10);border:1px solid rgba(245,197,66,.22);color:var(--report-gold);font-size:11px;font-weight:950}
.report-empty{padding:22px;border-radius:20px;border:1px dashed rgba(74,156,255,.25);background:rgba(74,156,255,.045);display:grid;place-items:center;text-align:center;gap:10px;color:var(--report-muted);font-weight:820;line-height:1.6}
.report-empty svg{color:var(--report-gold);width:32px;height:32px}
@media(max-width:860px){.report-hero,.report-layout{grid-template-columns:1fr}.report-page{padding:12px 10px calc(100px + env(safe-area-inset-bottom))}.report-card,.report-list-card,.report-hero{border-radius:24px;padding:16px}.report-grid,.report-types{grid-template-columns:1fr}.report-actions{align-items:center;flex-direction:row}.report-submit{width:min(100%,280px)}.report-secondary{width:100%}}
.report-sending{
  display:none;
  align-items:center;
  gap:14px;
  padding:18px;
  border:1px solid rgba(245,197,66,.30);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(245,197,66,.12),rgba(7,10,16,.98));
  box-shadow:var(--report-shadow);
}
.report-sending.show{display:flex}
.report-sending strong{display:block;color:#fff;font-size:18px;font-weight:950;margin-bottom:5px}
.report-sending span{display:block;color:var(--report-muted);font-size:13px;line-height:1.7;font-weight:780}
.report-loader,.report-button-spinner{
  width:34px;
  height:34px;
  border-radius:50%;
  border:3px solid rgba(245,197,66,.24);
  border-top-color:var(--report-gold);
  animation:reportSpin .85s linear infinite;
  flex:0 0 auto;
}
.report-button-spinner{width:18px;height:18px;border-width:2px}
.report-submit:disabled{cursor:not-allowed;opacity:.78;filter:saturate(.75)}
.report-submit.is-loading{box-shadow:0 16px 34px rgba(0,0,0,.25)}
.report-success{align-items:center;gap:14px}
.report-success.show{display:flex}
.report-success-check{width:42px;height:42px;border-radius:16px;display:grid!important;place-items:center;color:#07110d;background:linear-gradient(135deg,#38d996,#a8ffd9);box-shadow:0 12px 26px rgba(56,217,150,.18);flex:0 0 auto}
.report-image-badge{display:inline-flex;align-items:center;gap:6px;margin-top:10px;border-radius:999px;padding:6px 9px;background:rgba(74,156,255,.10);border:1px solid rgba(74,156,255,.22);color:#9fc9ff;font-size:11px;font-weight:950}
@keyframes reportSpin{to{transform:rotate(360deg)}}
@media(max-width:520px){.report-sending.show,.report-success.show{align-items:flex-start}.report-sending,.report-success{border-radius:24px}}
